aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zfs
Commit message (Expand)AuthorAgeFilesLines
* zfs userspace: use zfs_path_to_zhandle so argument can be a pathAllan Jude2020-09-251-7/+9
* Force the use of '.' as decimal separator.xdch472020-09-091-0/+1
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-011-13/+30
* Typo CorrectionSpencer Kinny2020-08-301-1/+1
* 'zfs share -a' should clean noauto exportsDon Brady2020-08-201-1/+4
* 'zfs share -a' should handle 'canmount=noauto'George Wilson2020-08-111-1/+9
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-131-0/+8
* Use abs_top_builddir when referencing librariesArvind Sankar2020-07-101-4/+4
* Add config.rpath for AM_GNU_GETTEXTArvind Sankar2020-07-101-1/+3
* Clean up lib dependenciesArvind Sankar2020-07-101-3/+3
* zfs allow/unallow should work with numeric uid/gidAndriy Gapon2020-06-191-6/+13
* Mark functions as staticArvind Sankar2020-06-181-1/+1
* Revert "Let zfs mount all tolerate in-progress mounts"Brian Behlendorf2020-05-261-18/+1
* mount: use the mount syscall directlyfelixdoerre2020-05-201-3/+0
* zfs_create: round up volume size to multiple of bsalex2020-04-241-0/+25
* Remove deduplicated send/receive codeMatthew Ahrens2020-04-231-14/+7
* Add 'zfs wait' commandPaul Dagnelie2020-04-011-1/+90
* zfs_get: change time format string from %k to %Halex2020-03-261-1/+1
* Deprecate deduplicated send streamsMatthew Ahrens2020-03-181-0/+10
* Avoid core dump on invalid redaction bookmarkRyan Moeller2020-03-181-18/+4
* Add option for forcible unmounting dataset while receiving snapshot.Mariusz Zaborski2020-03-171-3/+6
* Add missing newline after zfs redact help messageRyan Moeller2020-02-251-1/+1
* Implement bookmark copyingChristian Schwarz2020-02-111-35/+64
* Fix static data to link with -fno-commonRomain Dolbeau2020-02-061-1/+1
* cmd/zfs: redact: better error message for common usage errorsChristian Schwarz2020-01-231-2/+11
* cmd/zfs: send: meaningful error message for incorrect redaction bookmarkChristian Schwarz2020-01-231-0/+6
* Add 'zfs send --saved' flagTom Caputi2020-01-101-4/+35
* cppcheck: (error) Null pointer dereference: who_permBrian Behlendorf2019-12-181-46/+44
* Add FreeBSD jail support hooksMatthew Macy2019-12-112-4/+91
* Remove requirement for -d 1 for zfs list and zfs get with bookmarksInsanePrawn2019-11-181-11/+12
* OpenZFS restructuring - libsplMatthew Macy2019-10-022-22/+2
* Refactor libzfs_error_init newlinesRyan Moeller2019-09-181-1/+1
* Fix typos in cmd/Andrea Gelmini2019-08-301-1/+1
* Add zfs create dryrunMike Gerdts2019-07-161-22/+92
* zfs send does not handle invalid input gracefullyloli10K2019-07-081-1/+5
* Fix zfs "redact" misc issuesloli10K2019-07-051-9/+9
* OpenZFS 9318 - vol_volsize_to_reservation does not account for raidz skip blocksMike Gerdts2019-07-051-2/+4
* Add 'zfs umount -u' for encrypted datasetsTom Caputi2019-06-281-5/+8
* Remove code for zfs remapMatthew Ahrens2019-06-241-78/+0
* Let zfs mount all tolerate in-progress mountsDon Brady2019-06-221-1/+18
* Redacted Send/Receive broke zfs(8) help messageloli10K2019-06-211-2/+1
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-28/+166
* grammar: it is / plural agreementJosh Soref2019-05-281-2/+2
* Endless loop in zpool_do_remove() on platforms with unsigned charloli10K2019-05-281-2/+2
* Disable parallel processing for 'zfs mount -l'Tom Caputi2019-05-251-2/+5
* zfs: missing newline character in zfs_do_channel_program() error messageloli10K2019-05-241-1/+2
* Fix dataset name comparison in zfs_compare()Alexander Motin2019-05-081-1/+1
* Use sigaction(2) instead of sigignore(3) for portabilityTomohiro Kusumi2019-04-301-2/+12
* Add option [-V|--version] to emit version stringTerraTech2019-04-161-0/+24
* Fix 'zfs list -t snapshot' depthBrian Behlendorf2019-04-081-2/+2