aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not iterate through filesystems unnecessarilyTom Caputi2019-04-012-5/+40
* Avoid retrieving unused snapshot propsAlek P2019-03-122-8/+35
* 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
* Update build system and packagingBrian Behlendorf2018-05-291-0/+1
* 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
* Misc fixes and cleanup for project quotaNasf-Fan2018-03-051-2/+2
* 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-134-13/+665
* '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