aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Update comments to match codeRyan Moeller2019-05-281-6/+6
* Endless loop in zpool_do_remove() on platforms with unsigned charloli10K2019-05-283-4/+4
* Disable parallel processing for 'zfs mount -l'Tom Caputi2019-05-251-2/+5
* zpool: status -t is not documented in help messageloli10K2019-05-241-1/+1
* zfs: missing newline character in zfs_do_channel_program() error messageloli10K2019-05-241-1/+2
* zpool: trim -p is not a valid optionloli10K2019-05-241-1/+2
* Fix dataset name comparison in zfs_compare()Alexander Motin2019-05-081-1/+1
* Fix typesetting of Errata #4JMoVS2019-05-081-23/+22
* Clearer wording on Errata #4JMoVS2019-05-021-21/+26
* Fix estimated scrub completion timeTom Caputi2019-05-011-2/+3
* Use sigaction(2) instead of sigignore(3) for portabilityTomohiro Kusumi2019-04-301-2/+12
* Add option [-V|--version] to emit version stringTerraTech2019-04-162-1/+50
* Cleanup nits from ab7615d92Tom Caputi2019-04-141-1/+1
* Fix 'zfs list -t snapshot' depthBrian Behlendorf2019-04-081-2/+2
* Restrict kstats and print real pointersSara Hartse2019-04-041-1/+1
* Do not iterate through filesystems unnecessarilyTom Caputi2019-04-012-5/+40
* Add TRIM supportBrian Behlendorf2019-03-292-72/+363
* MMP interval and fail_intervals in uberblockOlaf Faaland2019-03-211-1/+14
* Improve `zpool labelclear`Brian Behlendorf2019-03-211-3/+8
* Multiple DVA Scrubbing FixTom Caputi2019-03-151-14/+109
* Better user experience for errata 4Tom Caputi2019-03-141-11/+15
* Update commented zed.rc values to defaultskpande2019-03-141-3/+4
* Make zstreamdump -v more greppableTom Caputi2019-03-131-8/+8
* Detect and prevent mixed raw and non-raw sendsTom Caputi2019-03-131-0/+22
* Fix typo in arc_summary3jwittlincohen2019-03-131-1/+1
* Avoid retrieving unused snapshot propsAlek P2019-03-122-8/+35
* Do not resume a pool if multihost is enabledOlaf Faaland2019-02-281-0/+7
* zstreamdump: include embedded writes when dumping raw data (-d)Allan Jude2019-02-271-0/+4
* 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
* zdb: replace label_t to zdb_label_t for reduce collisionsIgor K2019-02-131-8/+8
* Get rid of space_map_update() for ms_synced_lengthSerapheim Dimitropoulos2019-02-121-8/+5
* shellcheck passbunder20152019-02-043-5/+5
* Fix zpool iostat -w header namesTony Hutter2019-01-311-2/+2
* zdb -L should skip leak detection altogetherSerapheim Dimitropoulos2019-01-301-119/+132
* GCC 9.0: Fix ztest "directive argument is not a nul-terminated string"Tony Hutter2019-01-281-2/+2
* Rename range_tree_verify to range_tree_verify_not_presentSerapheim Dimitropoulos2019-01-251-2/+3
* zfs userspace dumps core when used on ZVOLsloli10K2019-01-251-2/+12
* zpool iostat should print headers when terminal fillsDamian Wojsław2019-01-231-4/+32
* Factor metaslab_load_wait() in metaslab_load()Serapheim Dimitropoulos2019-01-181-5/+2
* ztest: scrub verificationBrian Behlendorf2019-01-181-6/+63
* Fix error handling incallers of dbuf_hold_level()Tom Caputi2019-01-171-6/+6
* ztest: scrub ddt repairBrian Behlendorf2019-01-171-16/+33
* ztest: split block reconstructionBrian Behlendorf2019-01-162-3/+9
* Disable 'zfs remap' commandBrian Behlendorf2019-01-152-24/+38
* Minor spelling correctionsBrian Behlendorf2019-01-131-5/+5
* Add 'zpool status -i' optionBrian Behlendorf2019-01-071-38/+57
* zfs initialize performance enhancementsGeorge Wilson2019-01-071-1/+8
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-072-0/+248
* pyzfs: python3 support (build system)Brian Behlendorf2019-01-067-26/+67