aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update references to nonexistent man pages in codeRyan Moeller2020-10-301-7/+7
* 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