aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zfs
Commit message (Expand)AuthorAgeFilesLines
* Enable -Wwrite-stringsнаб2022-06-291-58/+55
* Fix -Wformat-overflow warning in zfs_project_handle_dir()Brian Behlendorf2022-06-271-4/+10
* Fix -Wformat-truncation warning in upgrade_set_callback()Brian Behlendorf2022-06-271-1/+1
* Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user propertyAllan Jude2022-06-142-7/+7
* Add Linux namespace delegation supportWill Andrews2022-06-101-0/+60
* libzfs: return (allocated) strings instead of filling buffersнаб2022-05-181-5/+1
* Replace libzfs sharing _nfs() and _smb() APIs with protocol listsнаб2022-05-121-51/+46
* autoconf: use include directives instead of recursing down cmdнаб2022-05-102-17/+12
* autoconf: use include directives instead of recursing down libнаб2022-05-101-4/+5
* zfs: holds: dequadratifyнаб2022-04-271-1/+1
* zfs: holds: general cleanupнаб2022-04-271-11/+7
* man: zfs-send.8: fix -X synopses and descriptionнаб2022-04-251-69/+33
* zfs, zpool: safe_malloc() duplicate argvнаб2022-04-011-1/+1
* zfs: simplify usage_prop_cb valuesнаб2022-04-011-4/+1
* zfs: main: don't NULL-check infallible safe_malloc()наб2022-03-302-3/+1
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-231-1/+1
* Allow zfs send to exclude datasetsSean Eric Fagan2022-03-181-5/+92
* zfs: list: only accept whole type for -t, not tp[=whatever]наб2022-03-151-37/+26
* zfs: get: only accept whole type for -t, not tp[=whatever]наб2022-03-151-30/+22
* zfs: get: only accept whole source for -s, not src[=whatever]наб2022-03-151-31/+20
* zfs: get: only accept whole column for -o, not col[=whatever]наб2022-03-151-34/+26
* zfs: wait: only accept whole activity for -t, not act[=whatever]наб2022-03-151-15/+13
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-153-3/+2
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-5/+5
* Revert "Added error for writing to /dev/ on Linux"наб2022-03-081-38/+2
* Correct compilation errors reported by GCC 10/11Damian Szuberski2022-02-201-5/+3
* userspace: mark arguments usedнаб2022-02-181-0/+2
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-031-2/+3
* Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"Paul Dagnelie2022-01-063-82/+37
* zfs: iter: fix unused, remove argsusedнаб2021-12-211-3/+2
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-163-37/+82
* t/z_diff/socket, zfs: main: fix unused argument warnings, ARGSUSED tagsнаб2021-12-131-8/+5
* zfs, libzfs: diff: accept -h/ZFS_DIFF_NO_MANGLE, disabling path escapingнаб2021-12-131-1/+4
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-061-1/+2
* Use fallthrough macroBrian Behlendorf2021-09-141-0/+1
* Normalise /*FALLTHR{OUGH,U}*/наб2021-07-261-1/+0
* Prune /*NOTREACHED*/наб2021-07-261-3/+2
* Correct zfs-send(8) on readonly sendsRich Ercolani2021-07-161-1/+1
* Added error for writing to /dev/ on LinuxRich Ercolani2021-06-091-2/+36
* libzfs: add zfs_get_underlying_type. Stop including libzfs_impl.h in cmdнаб2021-05-291-2/+3
* undocumented libzfs API changes broke "zfs list"Matthew Ahrens2021-05-061-2/+2
* zfs get: don't lookup mount options when using "-s local"Alan Somers2021-04-291-2/+2
* libzfs: get rid of libzfs_handle::libzfs_mnttabнаб2021-04-131-20/+11
* Allow zfs to send replication streams with missing snapshotspablofsf2021-04-111-1/+12
* Removed duplicated includesAndrea Gelmini2021-03-221-2/+0
* Fix report_mount_progress never calling set_progress_headerAndriy Gapon2021-02-181-3/+0
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-261-0/+2
* Use the correct return type for getoptsterlingjensen2020-12-171-1/+1
* Add -u option to 'zfs create'Ryan Moeller2020-12-041-2/+18
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-12/+118