aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zfs/zfs_main.c
Commit message (Expand)AuthorAgeFilesLines
* zfs: missing newline character in zfs_do_channel_program() error messageloli10K2019-05-241-1/+2
* 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
* Do not iterate through filesystems unnecessarilyTom Caputi2019-04-011-0/+20
* Avoid retrieving unused snapshot propsAlek P2019-03-121-7/+34
* zfs.8 has wrong description of "zfs program -t"Matthew Ahrens2019-02-261-3/+3
* zfs should optionally send holdsPaul Zuchowski2019-02-151-6/+13
* zfs userspace dumps core when used on ZVOLsloli10K2019-01-251-2/+12
* Disable 'zfs remap' commandBrian Behlendorf2019-01-151-1/+38
* Fix ASSERT in zfs_receive_one()LOLi2018-12-041-1/+16
* OpenZFS 8115 - parallel zfs mountSebastien Roy2018-11-151-30/+73
* Add libzutil for libzfs or libzpool consumersDon Brady2018-11-051-0/+1
* Fix 'zfs allow' for create time permissionsLOLi2018-09-061-2/+1
* Add basic zfs ioc input nvpair validationDon Brady2018-09-021-10/+13
* Don't modify argv[] in user toolsDeHackEd2018-08-201-2/+16
* 'zfs holds' scripted mode is not documentedLOLi2018-08-181-3/+4
* Add tunables for channel programsJohn Gallagher2018-06-151-17/+3
* Always continue recursive destroy after errorAlek P2018-06-061-1/+10
* Fix 'zfs remap <poolname@snapname>'LOLi2018-04-191-0/+18
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-1/+24
* Make encrypted "zfs mount -a" failures consistentTom Caputi2018-04-061-0/+16
* Add JSON output support to channel programsAlek P2018-03-191-8/+17
* Destroy makes full snap list before destroyingPaul Zuchowski2018-03-121-6/+16
* Fix segfault in zfs_do_bookmark()LOLi2018-02-261-0/+6
* Want 'zfs send -b'LOLi2018-02-211-5/+10
* Fix coverity defects: zfs channel programsDon Brady2018-02-201-0/+2
* Project Quota on ZFSNasf-Fan2018-02-131-12/+318
* 'zfs receive' fails with "dataset is busy"LOLi2018-02-121-1/+1
* OpenZFS 8677 - Open-Context Channel ProgramsSerapheim Dimitropoulos2018-02-081-5/+15
* OpenZFS 7431 - ZFS Channel ProgramsChris Williamson2018-02-081-1/+212
* Encryption Stability and On-Disk Format FixesTom Caputi2018-02-021-2/+2
* Fix style issues in man pages and commands helpLOLi2018-01-291-1/+1
* OpenZFS 8972 - zfs holds: In scripted mode, do not pad columns with spacesAllan Jude2018-01-191-4/+7
* Fix coverity defects: 147480, 147584Tobin Harding2017-10-161-2/+1
* Encryption patch follow-upTom Caputi2017-10-111-12/+11
* Fix some ZFS Test Suite issuesLOLi2017-09-251-1/+1
* Add -vnP support to 'zfs send' for bookmarksLOLi2017-09-081-15/+4
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-8/+274
* Add libtpool (thread pools)Brian Behlendorf2017-08-091-2/+1
* Add missing \n for "invalid optionusage" outputkpande2017-06-091-1/+1
* Add property overriding (-o|-x) to 'zfs receive'LOLi2017-05-091-26/+49
* Add zfs_nicebytes() to print human-readable sizesLOLi2017-05-021-10/+30
* OpenZFS 7252 - compressed zfs send / receiveDan Kimmel2017-04-261-1/+17
* Documentation fixes for zfs(8) and 'zfs' binaryLOLi2017-04-201-2/+2
* Allow bookmark short name in 'zfs bookmark'LOLi2017-04-201-3/+19
* OpenZFS 4521 - zfstest is trying to execute evil "zfs unmount -a"Giuseppe Di Natale2017-02-031-1/+10
* OpenZFS 7742 - zfs send wrong error message with invalid long optsGeorge Melikov2017-01-311-4/+33
* OpenZFS 7386 - zfs get does not work properly with bookmarksGeorge Melikov2017-01-261-2/+2
* OpenZFS 6550 - cmd/zfs: cleanup gcc warningsBrian Behlendorf2017-01-171-15/+23