]> git.proxmox.com Git - mirror_zfs.git/history - lib
Fix inverted check for --enable-pyzfs
[mirror_zfs.git] / lib /
2018-05-01 loli10KAdopt pyzfs from ClusterHQ
2018-05-01 LOLiFix zfs incremental send remove '-o' properties
2018-04-19 LOLiFix 'zfs remap <poolname@snapname>'
2018-04-14 Serapheim Dimitrop... OpenZFS 9079 - race condition in starting and ending...
2018-04-14 Matthew AhrensOpenZFS 9290 - device removal reduces redundancy of...
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-04-12 LOLiAdd 'zpool split' coverage to the ZFS Test Suite
2018-04-12 Tomohiro KusumiFix calloc(3) arguments order
2018-04-11 Mike GerdtsOpenZFS 9286 - want refreservation=auto
2018-04-11 LOLiFix zpool set feature@<feature>=disabled
2018-04-10 Tom CaputiCorrect swapped keylocation error messages
2018-04-04 Tony HutterFedora 28: Fix misc bounds check compiler warnings
2018-03-30 Don BradyAdd support for nvme based devids
2018-03-22 Paul DagnelieOpenZFS 9193 - bootcfg -C doesn't work
2018-03-21 timorAdd support for nvme disk detection
2018-03-19 Alek PAdd JSON output support to channel programs
2018-03-15 Olaf FaalandReport pool suspended due to MMP
2018-03-13 Brian BehlendorfAdd kernel module auto-loading
2018-03-09 Tomohiro KusumiChange functions which return literals to return `const...
2018-03-05 Nasf-FanMisc fixes and cleanup for project quota
2018-02-21 LOLiWant 'zfs send -b'
2018-02-21 Tom CaputiPrevent raw zfs recv -F if dataset is unencrypted
2018-02-14 loli10KOpenZFS 8940 - Sending an intra-pool resumable send...
2018-02-13 Nasf-FanProject Quota on ZFS
2018-02-12 LOLi'zfs receive' fails with "dataset is busy"
2018-02-09 Andriy GaponOpenZFS 8520 - lzc_rollback
2018-02-09 Serapheim Dimitrop... OpenZFS 8677 - Open-Context Channel Programs
2018-02-08 Don BradyIncrease code coverage for Lua libraries
2018-02-08 Chris WilliamsonOpenZFS 8600 - ZFS channel programs - snapshot
2018-02-08 Chris WilliamsonOpenZFS 7431 - ZFS Channel Programs
2018-02-02 Tom CaputiEncryption Stability and On-Disk Format Fixes
2018-01-30 LOLiFix 'zfs receive -o' when used with '-e|-d'
2018-01-26 Chunwei Chenzpool import -d to specify device path
2018-01-19 Brian BehlendorfOpenZFS 8652 - Tautological comparisons with ZPROP_INVAL
2018-01-19 Brian BehlendorfOpenZFS 8641 - "zpool clear" and "zinject" don't work...
2018-01-12 Brian BehlendorfForce ztest to always use /dev/urandom
2018-01-11 Yuri PankovOpenZFS 8898 - creating fs with checksum=skein on the...
2018-01-11 Yuri PankovOpenZFS 8897 - zpool online -e fails assertion when...
2018-01-10 Brian BehlendorfSupport -fsanitize=address with --enable-asan
2017-12-17 Brian BehlendorfRemove lib/libspl/include/sys/frame.h
2017-12-05 Prakash SuryaOpenZFS 8585 - improve batching done in zil_commit()
2017-11-18 Brian BehlendorfUpdate for cppcheck v1.80
2017-11-16 Tom CaputiSequential scrub and resilvers
2017-11-05 George GFix column alignment with long zpool names
2017-10-30 Jason KingOpenZFS 640 - number_to_scaled_string is duplicated...
2017-10-26 Arkadiusz BubałaAdded no_scrub_restart flag to zpool reopen
2017-10-19 JohnAdd convenience 'zfs_get' functions
2017-10-13 Tobin HardingFix function documentation to correctly mirror code
2017-10-13 Brian BehlendorfPost-Encryption Followup
2017-10-12 Brian BehlendorfFixes for SPARC support
2017-10-11 Tom CaputiEncryption patch follow-up
2017-10-11 KireinaHoroRemove useless DEFAULT_INCLUDES in AM_CCASFLAGS
2017-10-11 KireinaHoroFix libspl assembler flags to respect cpu type
2017-10-10 LOLiFix intra-pool resumable 'zfs send -t <token>'
2017-09-25 LOLiFix some ZFS Test Suite issues
2017-09-19 Giuseppe Di NataleCorrect cppcheck errors
2017-09-19 David QuigleyRemove FRU and LIBTOPO Support
2017-09-12 LOLiRelax (ref)reservation constraints on ZVOLs
2017-09-08 LOLiAdd -vnP support to 'zfs send' for bookmarks
2017-08-31 LOLiRetire send space estimation via ZFS_IOC_SEND
2017-08-30 Steve DoughertyOpenZFS 6447 - handful of nvpair cleanups
2017-08-29 alavisslibtpool: don't clone affinity if not supported
2017-08-23 Tom CaputiSend / Recv Fixes following b52563
2017-08-21 LOLiDisable mount(8) canonical paths in do_mount()
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-08-11 gaurkumaAllow longer SPA names in stats
2017-08-11 Brian BehlendorfSimplify threads, mutexs, cvs and rwlocks
2017-08-09 Brian BehlendorfAdd libtpool (thread pools)
2017-08-03 LOLiFix parsable 'zfs get' for compressratios
2017-07-28 LOLizfs promote|rename .../%recv should be an error
2017-07-25 Olaf FaalandAdd zgenhostid utility script
2017-07-13 Olaf FaalandMulti-modifier protection (MMP)
2017-07-13 Olaf FaalandMake hostid consistent in user and kernel space
2017-07-13 Tom CaputiFixed VERIFY3_IMPL() bug from 682ce104
2017-07-07 Alek PImplemented zpool scrub pause/resume
2017-07-05 alavissMusl libc fixes
2017-07-04 Andriy GaponOpenZFS 7600 - zfs rollback should pass target snapshot...
2017-07-04 Marcel TelkaOpenZFS 8418 - zfs_prop_get_table() call in zfs_validat...
2017-06-30 Sowrabha GopalOpenZFS 8430 - dir_is_empty_readdir() doesn't properly...
2017-06-28 Tony HutterGCC 7.1 fixes
2017-06-26 Giuseppe Di NataleOpenZFS 8264 - want support for promoting datasets...
2017-06-22 Andrew StormontOpenZFS 8331 - zfs_unshare returns wrong error code...
2017-06-22 Tony HutterDashes for zero latency values in zpool iostat -p
2017-06-01 Chunwei ChenFix import finding spare/l2cache when path changes
2017-05-19 Alek PImplemented zpool sync command
2017-05-19 Tony HutterForce fault a vdev with 'zpool offline -f'
2017-05-17 Justin LecherCompatibilty with glibc-2.23
2017-05-09 LOLiAdd property overriding (-o|-x) to 'zfs receive'
2017-05-09 Christian SchwarzMake createtxg and guid properties public
2017-05-09 LOLiFix NULL pointer dereference in 'zfs create'
2017-05-09 Chunwei ChenLinux 4.12 compat: PF_FSTRANS was removed
2017-05-03 LOLiMore ashift improvements
2017-05-02 LOLiAdd zfs_nicebytes() to print human-readable sizes
2017-04-26 Dan KimmelOpenZFS 7252 - compressed zfs send / receive
2017-04-24 Don BradyFixed zdb -e regression for active cacheless pools
2017-04-21 Tony HutterPrebaked scripts for zpool status/iostat -c
2017-04-19 Tim CrawfordFix leak in send_iterate_fs
2017-04-12 Richard YaoFix header inclusions for standards conformance
2017-04-12 Richard YaoFix `zpool iostat -T d 1` on musl
2017-04-11 Yuri PankovOpenZFS 6865 - want zfs-tests cases for zpool labelclea...
next