aboutsummaryrefslogtreecommitdiff
path: root/cmd/zfs
Commit message (Expand)AuthorAgeFilesLines
* Add support for zfs mount -R <filesystem>Umer Saleem2024-04-111-14/+61
* zfs list: add '-t fs' and '-t vol' optionsRob N2024-02-081-6/+16
* fix(mount): do not truncate shares not zfs mountStefan Lendl2024-01-121-1/+2
* Add '-u' - nomount flag for zfs setUmer Saleem2023-10-021-19/+29
* Improve the handling of sharesmb,sharenfs propertiesUmer Saleem2023-09-201-1/+0
* Update the behavior of mountpoint propertyUmer Saleem2023-09-201-3/+4
* cmd: add 'help' subcommand to zpool and zfsRob N2023-09-191-0/+30
* Increase limit of redaction list by using spill blockPaul Dagnelie2023-08-261-0/+4
* Don't use hard-coded 'size' value in snprintf()Arshad Hussain2023-06-301-6/+8
* libzfs: add v2 iterator interfacesRob N2023-04-102-18/+18
* Fix "Add colored output to zfs list"Tino Reichardt2023-04-051-2/+15
* Add colored output to zfs listTino Reichardt2023-03-241-0/+30
* nvpair: Constify string functionsRichard Yao2023-03-142-10/+11
* Improve error message of zfs redactPaul Dagnelie2023-02-221-3/+18
* zfs_main.c: fix unused variable error with GCCrob-wing2023-02-021-1/+0
* Fix console progress reporting for recursive sendAmeer Hamza2023-02-021-1/+1
* Use setproctitle to report progress of zfs sendAmeer Hamza2023-01-171-6/+13
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2022-12-143-45/+78
* 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-201-1/+1
* Fix userland memory leak in zfs_do_send()Richard Yao2022-10-201-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-021-1/+1
* zfs: simplify usage_prop_cb valuesнаб2022-04-021-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-191-5/+92
* zfs: list: only accept whole type for -t, not tp[=whatever]наб2022-03-151-37/+26