]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - cmd/zfs
Add L2ARC arcstats for MFU/MRU buffers and buffer content type
[FreeBSD/FreeBSD.git] / cmd / zfs /
2020-09-09 xdch47Force the use of '.' as decimal separator.
2020-09-01 Ryan MoellerAdd 'zfs rename -u' to rename without remounting
2020-08-30 Spencer KinnyTypo Correction
2020-08-20 Don Brady'zfs share -a' should clean noauto exports
2020-08-11 George Wilson'zfs share -a' should handle 'canmount=noauto'
2020-07-13 George WilsonRemove dependency on sharetab file and refactor sharing...
2020-07-10 Arvind SankarUse abs_top_builddir when referencing libraries
2020-07-10 Arvind SankarAdd config.rpath for AM_GNU_GETTEXT
2020-07-10 Arvind SankarClean up lib dependencies
2020-06-19 Andriy Gaponzfs allow/unallow should work with numeric uid/gid
2020-06-18 Arvind SankarMark functions as static
2020-05-26 Brian BehlendorfRevert "Let zfs mount all tolerate in-progress mounts"
2020-05-21 felixdoerremount: use the mount syscall directly
2020-04-25 alexzfs_create: round up volume size to multiple of bs
2020-04-23 Matthew AhrensRemove deduplicated send/receive code
2020-04-01 Paul DagnelieAdd 'zfs wait' command
2020-03-26 alexzfs_get: change time format string from %k to %H
2020-03-18 Matthew AhrensDeprecate deduplicated send streams
2020-03-18 Ryan MoellerAvoid core dump on invalid redaction bookmark
2020-03-17 Mariusz ZaborskiAdd option for forcible unmounting dataset while receiv...
2020-02-26 Ryan MoellerAdd missing newline after zfs redact help message
2020-02-11 Christian SchwarzImplement bookmark copying
2020-02-06 Romain DolbeauFix static data to link with -fno-common
2020-01-23 Christian Schwarzcmd/zfs: redact: better error message for common usage...
2020-01-23 Christian Schwarzcmd/zfs: send: meaningful error message for incorrect...
2020-01-10 Tom CaputiAdd 'zfs send --saved' flag
2019-12-19 Brian Behlendorfcppcheck: (error) Null pointer dereference: who_perm
2019-12-11 Matthew MacyAdd FreeBSD jail support hooks
2019-11-19 InsanePrawnRemove requirement for -d 1 for zfs list and zfs get...
2019-10-02 Matthew MacyOpenZFS restructuring - libspl
2019-09-18 Ryan MoellerRefactor libzfs_error_init newlines
2019-08-30 Andrea GelminiFix typos in cmd/
2019-07-16 Mike GerdtsAdd zfs create dryrun
2019-07-08 loli10Kzfs send does not handle invalid input gracefully
2019-07-05 loli10KFix zfs "redact" misc issues
2019-07-05 Mike GerdtsOpenZFS 9318 - vol_volsize_to_reservation does not...
2019-06-28 Tom CaputiAdd 'zfs umount -u' for encrypted datasets
2019-06-24 Matthew AhrensRemove code for zfs remap
2019-06-22 Don BradyLet zfs mount all tolerate in-progress mounts
2019-06-21 loli10KRedacted Send/Receive broke zfs(8) help message
2019-06-19 Paul DagnelieImplement Redacted Send/Receive
2019-05-28 Josh Sorefgrammar: it is / plural agreement
2019-05-28 loli10KEndless loop in zpool_do_remove() on platforms with...
2019-05-25 Tom CaputiDisable parallel processing for 'zfs mount -l'
2019-05-24 loli10Kzfs: missing newline character in zfs_do_channel_progra...
2019-05-08 Alexander MotinFix dataset name comparison in zfs_compare()
2019-05-01 Tomohiro KusumiUse sigaction(2) instead of sigignore(3) for portability
2019-04-16 TerraTechAdd option [-V|--version] to emit version string
2019-04-08 Brian BehlendorfFix 'zfs list -t snapshot' depth
2019-04-01 Tom CaputiDo not iterate through filesystems unnecessarily
2019-03-12 Alek PAvoid retrieving unused snapshot props
2019-02-26 Matthew Ahrenszfs.8 has wrong description of "zfs program -t"
2019-02-15 Paul Zuchowskizfs should optionally send holds
2019-01-25 loli10Kzfs userspace dumps core when used on ZVOLs
2019-01-15 Brian BehlendorfDisable 'zfs remap' command
2018-12-04 LOLiFix ASSERT in zfs_receive_one()
2018-11-15 Sebastien RoyOpenZFS 8115 - parallel zfs mount
2018-11-05 Don BradyAdd libzutil for libzfs or libzpool consumers
2018-09-06 LOLiFix 'zfs allow' for create time permissions
2018-09-02 Don BradyAdd basic zfs ioc input nvpair validation
2018-08-20 DeHackEdDon't modify argv[] in user tools
2018-08-18 LOLi'zfs holds' scripted mode is not documented
2018-06-15 John GallagherAdd tunables for channel programs
2018-06-06 Alek PAlways continue recursive destroy after error
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-04-19 LOLiFix 'zfs remap <poolname@snapname>'
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-04-06 Tom CaputiMake encrypted "zfs mount -a" failures consistent
2018-03-19 Alek PAdd JSON output support to channel programs
2018-03-12 Paul ZuchowskiDestroy makes full snap list before destroying
2018-03-05 Nasf-FanMisc fixes and cleanup for project quota
2018-02-26 LOLiFix segfault in zfs_do_bookmark()
2018-02-21 LOLiWant 'zfs send -b'
2018-02-20 Don BradyFix coverity defects: zfs channel programs
2018-02-13 Nasf-FanProject Quota on ZFS
2018-02-12 LOLi'zfs receive' fails with "dataset is busy"
2018-02-09 Serapheim Dimitrop... OpenZFS 8677 - Open-Context Channel Programs
2018-02-08 Chris WilliamsonOpenZFS 7431 - ZFS Channel Programs
2018-02-02 Tom CaputiEncryption Stability and On-Disk Format Fixes
2018-01-29 LOLiFix style issues in man pages and commands help
2018-01-19 Allan JudeOpenZFS 8972 - zfs holds: In scripted mode, do not...
2017-10-16 Tobin HardingFix coverity defects: 147480, 147584
2017-10-13 Brian BehlendorfPost-Encryption Followup
2017-10-11 Tom CaputiEncryption patch follow-up
2017-09-25 LOLiFix some ZFS Test Suite issues
2017-09-08 LOLiAdd -vnP support to 'zfs send' for bookmarks
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-08-09 Brian BehlendorfAdd libtpool (thread pools)
2017-06-09 kpandeAdd missing \n for "invalid optionusage" output
2017-05-09 LOLiAdd property overriding (-o|-x) to 'zfs receive'
2017-05-02 LOLiAdd zfs_nicebytes() to print human-readable sizes
2017-04-26 Dan KimmelOpenZFS 7252 - compressed zfs send / receive
2017-04-20 LOLiDocumentation fixes for zfs(8) and 'zfs' binary
2017-04-20 LOLiAllow bookmark short name in 'zfs bookmark'
2017-02-03 Giuseppe Di NataleOpenZFS 4521 - zfstest is trying to execute evil "zfs...
2017-01-31 George MelikovOpenZFS 7742 - zfs send wrong error message with invali...
2017-01-26 George MelikovOpenZFS 7386 - zfs get does not work properly with...
2017-01-17 Brian BehlendorfOpenZFS 6550 - cmd/zfs: cleanup gcc warnings
2017-01-12 George MelikovOpenZFS 6637 - replacing "dontclose" with "should_close"
next