]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - include
Add zfs-tests for relatime
[FreeBSD/FreeBSD.git] / include /
2016-04-06 Chunwei ChenMake zfs mount according to relatime config in dataset
2016-04-06 Chunwei ChenFix atime handling and relatime
2016-03-31 Don BradyAdd support for devid and phys_path keys in vdev disk...
2016-03-30 Brian BehlendorfRemove complicated libspl assert wrappers
2016-03-30 Carlo LandmeterEnsure correct return value type
2016-03-21 Gvozden NeskovicSupport for vectorized algorithms on x86
2016-03-16 Brian BehlendorfAdd the ZFS Test Suite
2016-03-10 Boris ProtopopovAdd support for asynchronous zvol minor operations
2016-03-09 Thijs CramerUpdated paths to scan when importing zpool(s)
2016-03-09 Brian BehlendorfRequire libblkid
2016-02-26 smhFreeBSD r256956: Improve ZFS N-way mirror read performa...
2016-02-25 Richard YaoAdd -gLp to zpool subcommands for alt vdev names
2016-01-28 Brian BehlendorfIllumos 6414 - vdev_config_sync could be simpler
2016-01-22 Brian BehlendorfIllumos 6815179, 6844191
2016-01-22 Matthew AhrensIllumos 4950 - files sometimes can't be removed from...
2016-01-20 Brian BehlendorfLinux 4.5 compat: xattr list handler
2016-01-15 Josef 'Jeff' SipekIllumos 5045 - use atomic_{inc,dec}_* instead of atomic...
2016-01-15 Joe SteinIllumos 6298 - zfs_create_008_neg and zpool_create_023_neg
2016-01-15 Richard YaoSET_ERROR should print strings
2016-01-15 Richard YaoRemove fastwrite mutex
2016-01-15 Brian BehlendorfFix zsb->z_hold_mtx deadlock
2016-01-15 Brian BehlendorfAdd zfs_object_mutex_size module option
2016-01-13 Brian BehlendorfIllumos 3465, 3466, 3467, 3468, 3470, 3473
2016-01-13 Brian BehlendorfIncrease default user space stack size
2016-01-12 Will AndrewsIllumos 3749 - zfs event processing should work on...
2016-01-12 Matthew AhrensIllumos 5141 - zfs minimum indirect block size is 4K
2016-01-12 Justin T. GibbsIllumos 6171 - dsl_prop_unregister() slows down dataset...
2016-01-12 Matthew AhrensIllumos 5987 - zfs prefetch code needs work
2016-01-11 Brian BehlendorfRevert "Illumos 3749 - zfs event processing should...
2016-01-11 Matthew AhrensIllumos 4929 - want prevsnap property
2016-01-11 Matthew AhrensIllumos 4891 - want zdb option to dump all metadata
2016-01-11 Will AndrewsIllumos 3749 - zfs event processing should work on...
2016-01-08 Paul DagnelieIllumos 5960, 5925
2015-12-30 Matthew AhrensIllumos 5746 - more checksumming in zfs send
2015-12-30 Ned BassPrevent SA length overflow
2015-12-30 Chris WilliamsonIllumos 5745 - zfs set allows only one dataset property...
2015-12-22 Olaf FaalandAdd lock types RW_NOLOCKDEP and MUTEX_NOLOCKDEP
2015-12-18 Brian BehlendorfFix vdev_queue_aggregate() deadlock
2015-12-16 Chunwei ChenUse uio for zvol_{read,write}
2015-12-09 Chunwei ChenUse spa as key besides objsetid for snapentry
2015-12-04 Matthew AhrensIllumos 5959 - clean up per-dataset feature count code
2015-12-04 Brian BehlendorfAdd zap_prefetch() interface
2015-12-04 ilovezfsExt4's typical GPT partition type not recognized
2015-12-04 Yuri PankovIllumos 934 - FreeBSD's GPT not recognized
2015-12-03 Richard YaoOnly trigger SET_ERROR tracepoint event on error
2015-12-02 Chunwei ChenLinux 4.4 compat: xattr operations takes xattr_handler
2015-10-13 Justin T. GibbsIllumos 6267 - dn_bonus evicted too early
2015-09-25 Lukas WunnerLinux 4.3 compat: bio_end_io_t / BIO_UPTODATE
2015-09-22 Don BradyAdd large block support to zpios(1) benchmark
2015-09-19 Ned BassHonor xattr=sa dataset property
2015-09-11 Arne JansenIllumos 6214 - zpools going south
2015-09-09 Richard YaoReintroduce IO accounting on zvols on Linux 3.19+
2015-09-04 Brian BehlendorfAdd dbgmsg kstat
2015-09-04 Brian BehlendorfMerge branch 'zvol'
2015-09-04 Richard YaoRemove blk_rq_bytes()/blk_rq_sectors autotools checks
2015-09-04 Richard YaoRemove blk_rq_pos() autotools check
2015-09-04 Richard YaoRemove blk_fetch_request() autotools check
2015-09-04 Richard YaoRemove blk_requeue_request() autotools check
2015-09-04 Richard YaoRemove blk_end_request() autotools check.
2015-09-04 Richard YaoRemove rq_is_sync() autotools check
2015-09-04 Richard YaoRemove rq_for_each_segment() autotools check
2015-09-04 Richard Yaozvol processing should use struct bio
2015-09-03 Brian BehlendorfAdd temporary mount options
2015-09-02 Richard YaoVDEV_REQ_FUA should be mapped to REQ_FUA
2015-09-02 Tim ChaseDbuf hash table should be sized as is the arc hash...
2015-09-01 Richard YaoDisable LBA weighting on files and SSDs
2015-09-01 Richard YaoRemove blk_queue_io_opt() autotools check
2015-09-01 Richard YaoRemove blk_queue_physical_block_size() autotools check
2015-08-31 Brian BehlendorfLinux 3.18 compat: Snapshot auto-mounting
2015-08-28 Brian BehlendorfCheck large block feature flag on volumes
2015-08-24 Chunwei ChenAdd compatibility layer for {kmap,kunmap}_atomic
2015-08-18 Chris DunlopFix build failure with Linux 4.1 and FTRACE
2015-07-29 Frédéric VANNIÈREFix build failure with Linux 4.1 and FTRACE
2015-07-28 Brian BehlendorfAlign thread priority with Linux defaults
2015-07-23 Prakash SuryaIllumos 5817 - change type of arcs_size from uint64_t...
2015-07-23 Matthew AhrensIllumos 5376 - arc_kmem_reap_now() should not result...
2015-07-17 Brian BehlendorfLinux 4.2 compat: bdi_setup_and_register()
2015-07-14 Matthew AhrensIllumos 5347 - idle pool may run itself out of space
2015-07-10 Justin T. GibbsIllumos 5661 - ZFS: "compression = on" should use lz4...
2015-07-10 Josef 'Jeff' SipekIllumos 4745 - fix AVL code misspellings
2015-07-06 Alexander MotinIllumos 5008 - lock contention (rrw_exit) while running...
2015-07-06 Matthew AhrensIllumos 5911 - ZFS "hangs" while deleting file
2015-07-06 Arne JansenIllumos 5981 - Deadlock in dmu_objset_find_dp
2015-06-29 Matthew AhrensIllumos 5175 - implement dmu_read_uio_dbuf() to improve...
2015-06-29 Tim ChaseRemove l2ad_evict from zfs_l2arc_evict_class
2015-06-25 George WilsonIllumos 5163 - arc should reap range_seg_cache
2015-06-25 Brian BehlendorfUpdate all default taskq settings
2015-06-25 Prakash SuryaIllumos 5701 - zpool list reports incorrect "alloc...
2015-06-23 Richard Yaozfsdev_getminor() should check for invalid file handles
2015-06-11 Brian BehlendorfRename cv_wait_interruptible() to cv_wait_sig()
2015-06-11 Brian BehlendorfMerge branch 'lock-contention-on-arcs_mtx-final'
2015-06-11 Brian BehlendorfMake arc_prune() asynchronous
2015-06-11 Brian BehlendorfAdd taskq_wait_outstanding() function
2015-06-11 Prakash SuryaIllumos 5497 - lock contention on arcs_mtx
2015-06-11 Chris WilliamsonIllumos 5408 - managing ZFS cache devices requires...
2015-06-11 George WilsonIllumos 5369 - arc flags should be an enum
2015-06-10 Matthew AhrensIllumos 5818 - zfs {ref}compressratio is incorrect...
2015-06-09 Arne JansenIllumos 5269 - zpool import slow
2015-06-09 Turbo FredrikssonImprove on the ZFS events documentation
2015-05-22 Brian BehlendorfAdd libzfs_error_init() function
next