]> git.proxmox.com Git - mirror_zfs.git/history - cmd/zfs/zfs_main.c
Implement a new type of zfs receive: corrective receive (-c)
[mirror_zfs.git] / cmd / zfs / zfs_main.c
2022-07-28 Alek PImplement a new type of zfs receive: corrective receive...
2022-07-25 Ameer HamzaAdd createtxg sort support for simple snapshot iterator
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-29 набRemaining {=> const} char|void *tag
2022-06-29 набEnable -Wwrite-strings
2022-06-27 Brian BehlendorfFix -Wformat-truncation warning in upgrade_set_callback()
2022-06-14 Allan JudeReplace ZPROP_INVAL with ZPROP_USERPROP where it means...
2022-06-10 Will AndrewsAdd Linux namespace delegation support
2022-05-18 набlibzfs: return (allocated) strings instead of filling...
2022-05-12 набReplace libzfs sharing _nfs() and _smb() APIs with...
2022-04-27 набzfs: holds: dequadratify
2022-04-27 набzfs: holds: general cleanup
2022-04-25 набman: zfs-send.8: fix -X synopses and description
2022-04-02 набzfs, zpool: safe_malloc() duplicate argv
2022-04-02 набzfs: simplify usage_prop_cb values
2022-03-30 набzfs: main: don't NULL-check infallible safe_malloc()
2022-03-23 Brian BehlendorfSwitch from _Noreturn to __attribute__((noreturn))
2022-03-19 Sean Eric FaganAllow zfs send to exclude datasets
2022-03-15 набzfs: list: only accept whole type for -t, not tp[=whatever]
2022-03-15 набzfs: get: only accept whole type for -t, not tp[=whatever]
2022-03-15 набzfs: get: only accept whole source for -s, not src...
2022-03-15 набzfs: get: only accept whole column for -o, not col...
2022-03-15 набzfs: wait: only accept whole activity for -t, not act...
2022-03-15 набForbid b{copy,zero,cmp}(). Don't include <strings.h...
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-03-08 набRevert "Added error for writing to /dev/ on Linux"
2022-02-18 набuserspace: mark arguments used
2022-02-03 Damian SzuberskiAdd `--enable-asan` and `--enable-ubsan` switches
2022-01-06 Paul DagnelieRevert "zfs list: Allow more fields in ZFS_ITER_SIMPLE...
2021-12-16 Allan Judezfs list: Allow more fields in ZFS_ITER_SIMPLE mode
2021-12-13 набt/z_diff/socket, zfs: main: fix unused argument warning...
2021-12-13 набzfs, libzfs: diff: accept -h/ZFS_DIFF_NO_MANGLE, disabl...
2021-12-07 Paul DagnelieAdd `const` to nvlist functions to properly expose...
2021-09-14 Brian BehlendorfUse fallthrough macro
2021-07-26 набNormalise /*FALLTHR{OUGH,U}*/
2021-07-26 набPrune /*NOTREACHED*/
2021-07-16 Rich ErcolaniCorrect zfs-send(8) on readonly sends
2021-06-10 Rich ErcolaniAdded error for writing to /dev/ on Linux
2021-05-29 набlibzfs: add zfs_get_underlying_type. Stop including...
2021-05-06 Matthew Ahrensundocumented libzfs API changes broke "zfs list"
2021-04-29 Alan Somerszfs get: don't lookup mount options when using "-s...
2021-04-13 набlibzfs: get rid of libzfs_handle::libzfs_mnttab
2021-04-11 pablofsfAllow zfs to send replication streams with missing...
2021-03-22 Andrea GelminiRemoved duplicated includes
2021-02-18 Andriy GaponFix report_mount_progress never calling set_progress_header
2020-12-17 sterlingjensenUse the correct return type for getopt
2020-12-04 Ryan MoellerAdd -u option to 'zfs create'
2020-11-13 Brian BehlendorfDistributed Spare (dRAID) Feature
2020-10-30 Ryan MoellerUpdate references to nonexistent man pages in code
2020-09-25 Allan Judezfs userspace: use zfs_path_to_zhandle so argument...
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-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-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-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
next