]> git.proxmox.com Git - mirror_zfs.git/history - lib
shellcheck pass
[mirror_zfs.git] / lib /
2019-01-08 Neal Gompa (ニール... Include third party licenses in dist tarballs
2019-01-07 George WilsonOpenZFS 9102 - zfs should be able to initialize storage...
2019-01-03 bunder2015Add missing MMP status code to libzfs_status
2018-12-26 Brad LewisOpenZFS 9284 - arc_reclaim_thread has 2 jobs
2018-12-14 Paul DagnelieOpenZFS 9559 - zfs diff handles files on delete queue...
2018-12-14 Andriy GaponOpenZFS 9630 - add lzc_rename and lzc_destroy to libzfs...
2018-12-12 Brian BehlendorfCheck for strlcat and strlcpy
2018-12-07 Andy FiddamanOpenZFS 9880 - Race in ZFS parallel mount
2018-12-07 Tom CaputiFix error message when zfs module is not loaded
2018-12-05 loli10KFix 'zfs receive -F' message when destination has snapshots
2018-12-04 LOLiFix ASSERT in zfs_receive_one()
2018-11-20 Brian BehlendorfMove strlcat, strlcpy, and strnlen
2018-11-15 Sebastien RoyOpenZFS 8115 - parallel zfs mount
2018-11-07 Don BradyFix libudev dependency in libzutil
2018-11-06 LOLizpool: bogus error for invalid dedupditto value
2018-11-05 Don BradyAdd libzutil for libzfs or libzpool consumers
2018-10-30 Md IslamImprove snapshot listing error message
2018-10-24 Tom CaputiFix dbgmsg printing in ztest and zdb
2018-10-11 Alek PFix changelist mounted-dataset iteration
2018-10-09 Paul Dagnelie Refactor dmu_recv into its own file
2018-10-04 Paul DagnelieFix ASSERT macros to not over-expand
2018-10-03 Prakash SuryaFix "zfs destroy" when "sharenfs=on" is used
2018-10-03 Andrew StormontOpenZFS 9616 - Bogus error when attempting to set prope...
2018-10-02 Alek Pchangelist should be able to iter on mounts
2018-09-26 John GallagherFixes for procfs files backed by linked lists
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-26 Joao Carlos Mendes... Fedora 28: Fix misc bounds check compiler warnings
2018-08-15 Tom CaputiAdded encryption support for zfs recv -o / -x
2018-08-02 Nathan LewisAdd support for selecting encryption backend
2018-07-30 Serapheim Dimitrop... OpenZFS 9580 - Add a hash-table on top of nvlist to...
2018-07-25 sara hartseOpenZFS 9457 - libzfs_import.c:add_config() has a memor...
2018-07-23 Brian BehlendorfAdd support for autoexpand property
2018-07-11 Brian BehlendorfFix kernel unaligned access on sparc64
2018-07-09 Serapheim Dimitrop... OpenZFS 9330 - stack overflow when creating a deeply...
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-14 Brian BehlendorfRemove libefi __linux__ wrappers
2018-06-13 Brian BehlendorfFix efi_get_info() zvol detection
2018-06-08 Paul ZuchowskiWrong error message when removing log device
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 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-09 Pavel ZakharovOpenZFS 9075 - Improve ZFS pool import/load process...
2018-05-04 Paul DagnelieOpenZFS 9421, 9422 - zdb show possibly leaked objects
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
next