]> git.proxmox.com Git - mirror_zfs.git/history - lib
Fix typo/etc in module/zfs/zfs_ctldir.c
[mirror_zfs.git] / lib /
2019-05-02 Tom CaputiAdd feature check for 'zpool resilver' command
2019-05-01 Tomohiro KusumiCorrect snprintf() size argument
2019-04-19 Tomohiro KusumiFix typo "/zbin/zpool" -> "/sbin/zpool"
2019-04-16 TerraTechAdd option [-V|--version] to emit version string
2019-04-15 Richard LaagerFix hierarchy misspellings
2019-04-10 Tomohiro KusumiDon't assume pthread_t is uint_t for portability
2019-04-08 Brian BehlendorfFix buffer length in strlcpy()
2019-04-05 Sara HartseRestrict kstats and print real pointers
2019-04-01 TerraTechAppend snapshot name to "TIME SENT SNAPSHOT" output
2019-03-29 Brian BehlendorfAdd TRIM support
2019-03-28 Tom CaputiSend stream should only list included snaps
2019-03-22 George WilsonZFS Reads may result in unneccesary calls to zil_commit
2019-03-21 Brian BehlendorfImprove `zpool labelclear`
2019-03-19 Tom CaputiAdd space in error message
2019-03-13 Tom CaputiDetect and prevent mixed raw and non-raw sends
2019-03-12 Alek PAvoid retrieving unused snapshot props
2019-03-03 Rafael Kitoverconfig: better libtirpc detection
2019-02-26 kpandeSort by full path name instead of by GUID when importing
2019-02-25 Damian WojsławImprove error message for zfs create with @ or # in...
2019-02-19 Igor KFix zdb crash
2019-02-15 Paul Zuchowskizfs should optionally send holds
2019-02-08 loli10KZVOLs should not be allowed to have children
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
next