]> git.proxmox.com Git - mirror_zfs.git/history - include/sys
Linux 5.0 compat: ASM_BUG macro
[mirror_zfs.git] / include / sys /
2019-05-07 Brian BehlendorfFix send/recv lost spill block
2019-05-07 Tomohiro KusumiFix `zfs set atime|relatime=off|on` behavior on inherit...
2019-05-02 Matthew AhrensRemove incorrect (and inappropriate) comment in dprintf...
2019-04-16 Richard LaagerReference zfeature.c in a SPA_VERSION comment
2019-04-16 Richard LaagerRemove zfs.h comments about GRUB
2019-04-14 Tomohiro KusumiSync reserved Illumos ioctl comment with actual number
2019-04-05 Sara HartseRestrict kstats and print real pointers
2019-03-29 Brian BehlendorfAdd TRIM support
2019-03-21 Olaf FaalandMMP interval and fail_intervals in uberblock
2019-03-15 Tom CaputiMultiple DVA Scrubbing Fix
2019-03-13 Tom CaputiDetect and prevent mixed raw and non-raw sends
2019-03-13 Tom CaputiAdd bookmark v2 on-disk feature
2019-03-13 Tom CaputiFix handling of maxblkid for raw sends
2019-03-13 Olaf FaalandIncrease default zfs_multihost_fail_intervals and impor...
2019-03-12 Alek PAvoid retrieving unused snapshot props
2019-03-12 Olaf FaalandMMP writes rotate over leaves
2019-03-09 Lorenz BrunReorder ZFS ioctls to fix cross-version compatibility
2019-03-06 Paul ZuchowskiStack overflow in recursive bpobj_iterate_impl
2019-02-22 lidongyangFix dnode_hold_impl() soft lockup
2019-02-20 Serapheim Dimitrop... Introduce auxiliary metaslab histograms
2019-02-15 Paul Zuchowskizfs should optionally send holds
2019-02-12 Alek Pport async unlinked drain from illumos-nexenta
2019-02-12 Serapheim Dimitrop... Get rid of space_map_update() for ms_synced_length
2019-02-08 loli10KZVOLs should not be allowed to have children
2019-01-25 Serapheim Dimitrop... Rename range_tree_verify to range_tree_verify_not_present
2019-01-18 Serapheim Dimitrop... Factor metaslab_load_wait() in metaslab_load()
2019-01-18 Serapheim Dimitrop... Document guidelines for usage of zfs_dbgmsg
2019-01-17 Tom CaputiFix error handling incallers of dbuf_hold_level()
2019-01-17 Serapheim Dimitrop... Remove unused vdev_t fields
2019-01-13 Serapheim Dimitrop... Serialize ZTHR operations to eliminate races
2019-01-10 Brian BehlendorfProvide more flexible object allocation interface
2019-01-07 George Wilsonzfs initialize performance enhancements
2019-01-07 George WilsonOpenZFS 9102 - zfs should be able to initialize storage...
2018-12-26 Brad LewisOpenZFS 9284 - arc_reclaim_thread has 2 jobs
2018-12-07 Prakash SuryaOpenZFS 9962 - zil_commit should omit cache thrash
2018-11-09 loli10Kzed: detect and offline physically removed devices
2018-11-09 Tony HutterAdd zpool status -s (slow I/Os) and -p (parseable)
2018-11-05 Don BradyAdd libzutil for libzfs or libzpool consumers
2018-10-24 Tom CaputiFix dbgmsg printing in ztest and zdb
2018-10-19 Matthew AhrensOpenZFS 9681 - ztest failure in spa_history_log_interna...
2018-10-19 Tom CaputiDefer new resilvers until the current one ends
2018-10-18 Allan JudeOpenZFS 9862 - fix typo in comment in vdev_impl.h
2018-10-17 Matthew AhrensLinux does not HAVE_SMB_SHARE
2018-10-16 Paul DagnelieAdd types to featureflags in zfs
2018-10-16 ilbsmartdeadlock between mm_sem and tx assign in zfs_write...
2018-10-12 Brian BehlendorfImproved error handling for extreme rewinds
2018-10-11 Matt AhrensOpenZFS 9689 - zfs range lock code should not be zpl...
2018-10-09 Paul Dagnelie Refactor dmu_recv into its own file
2018-10-09 Brian BehlendorfAdd zfs_refcount_transfer_ownership_many()
2018-10-04 Matthew AhrensOpenZFS 9617 - too-frequent TXG sync causes excessive...
2018-10-03 Paul DagnelieAdd new fnvlist_lookup_* functions
2018-10-03 Tom CaputiRefcounted DSL Crypto Key Mappings
2018-10-01 Tim SchumacherPrefix all refcount functions with zfs_
2018-10-01 Matthew AhrensRemove duplicate macro in dsl_dir.h
2018-09-26 John GallagherFixes for procfs files backed by linked lists
2018-09-26 Tim SchumacherLinux 4.19-rc3+ compat: Remove refcount_t compat
2018-09-07 Don BradyFix in-kernel sysfs entries
2018-09-06 Don BradyPool allocation classes
2018-09-02 Don BradyAdd basic zfs ioc input nvpair validation
2018-09-02 Don BradyAdd zfs module feature and property info to sysfs
2018-08-27 Tom CaputiAlways wait for txg sync when umounting dataset
2018-08-27 Tom CaputiSmall rework of txg_list code
2018-08-20 Serapheim Dimitrop... Introduce read/write kstats per dataset
2018-08-15 Tom CaputiCheck encrypted dataset + embedded recv earlier
2018-08-15 Tom CaputiAdded encryption support for zfs recv -o / -x
2018-08-02 Matthew AhrensReduce taskq and context-switch cost of zio pipe
2018-08-02 John GallagherAdd missing checks to zpl_xattr_* functions
2018-08-02 Nathan LewisAdd support for selecting encryption backend
2018-08-02 George WilsonFix OpenZFS 9337 mismerge
2018-07-31 Paul DagnelieOpenZFS 9112 - Improve allocation performance on high...
2018-07-30 Don BradyOpenZFS 9465 - ARC check for 'anon_size > arc_c/2'...
2018-07-30 Serapheim Dimitrop... OpenZFS 9580 - Add a hash-table on top of nvlist to...
2018-07-25 Matthew AhrensOpenZFS 9442 - decrease indirect block size of spacemaps
2018-07-25 Feng SunIntroduce kstat dmu_tx_dirty_frees_delay
2018-07-23 Brian BehlendorfAdd support for autoexpand property
2018-07-12 Matthew AhrensOpenZFS 9337 - zfs get all is slow due to uncached...
2018-07-11 Brian BehlendorfFix zpl_mount() deadlock
2018-07-05 Serapheim Dimitrop... OpenZFS 9238 - ZFS Spacemap Encoding V2
2018-06-28 Chunwei ChenEnforce PROP_ONETIME on zpool properties
2018-06-26 Serapheim Dimitrop... OpenZFS 9166 - zfs storage pool checkpoint
2018-06-20 Brian BehlendorfLinux 4.18 compat: inode timespec -> timespec64
2018-06-18 Tom CaputiAdd ASSERT to debug encryption key mapping issues
2018-06-15 John GallagherAdd tunables for channel programs
2018-06-14 Allan JudeReserve DMU_BACKUP_FEATURE for ZSTD
2018-06-13 Matthew AhrensOpenZFS 9577 - remove zfs_dbuf_evict_key tsd
2018-06-06 Tom CaputiRaw receive functions must not decrypt data
2018-06-06 Paul DagnelieOpenZFS 8484 - Implement aggregate sum and use for...
2018-06-06 Tony HutterAdd pool state /proc entry, "SUSPENDED" pools
2018-06-04 Brian BehlendorfRemove rwlock wrappers
2018-06-04 Serapheim Dimitrop... OpenZFS 9464 - txg_kick() fails to see that we are...
2018-06-04 Pavel ZakharovOpenZFS 9235 - rename zpool_rewind_policy_t to zpool_lo...
2018-05-31 Sara Hartsezpool reopen should detect expanded devices
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-05-29 Brian BehlendorfPrepare SPL repo to merge with ZFS repo
2018-05-24 Matthew AhrensOpenZFS 9486 - reduce memory used by device removal...
2018-05-09 Pavel ZakharovOpenZFS 9075 - Improve ZFS pool import/load process...
2018-05-09 Pavel ZakharovOpenZFS 8961 - SPA load/import should tell us why it...
2018-05-02 Tom CaputiAdd support for decryption faults in zinject
2018-05-02 Brian BehlendorfRHEL 7.5 compat: FMODE_KABI_ITERATE
next