aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zfs
Commit message (Expand)AuthorAgeFilesLines
* Fix GCC 12 compilation errorsszubersk2022-11-301-1/+1
* cmd: zfs: fix missing mention of zfs diff -hнаб2022-11-281-1/+1
* Adds the `-p` option to `zfs holds`Mohamed Tawfik2022-11-081-9/+28
* Fix theoretical use of uninitialized valuesRichard Yao2022-10-191-1/+1
* Fix userland memory leak in zfs_do_send()Richard Yao2022-10-191-3/+34
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-141-2/+7
* Fix unsafe string operationsRichard Yao2022-09-271-1/+2
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-271-2/+2
* Fix userland resource leaksRichard Yao2022-09-231-1/+4
* Make zfs-share service resilient to stale exportsDon Brady2022-09-091-0/+3
* Implement a new type of zfs receive: corrective receive (-c)Alek P2022-07-281-1/+4
* Add createtxg sort support for simple snapshot iteratorAmeer Hamza2022-07-253-8/+17
* Replace dead opensolaris.org license linkTino Reichardt2022-07-116-6/+6
* Remaining {=> const} char|void *tagнаб2022-06-291-1/+1
* 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