aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zpool/zpool_main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "zpool add -n" for dedup, special and log devicesloli10K2020-01-061-14/+29
* Colorize zpool status outputTony Hutter2019-12-191-136/+258
* Add wrapper for Linux BLKFLSBUF ioctlMatthew Macy2019-10-281-1/+1
* Fix zpool history unbounded memory usageChunwei Chen2019-10-281-16/+28
* OpenZFS restructuring - zpoolMatthew Macy2019-09-301-2/+2
* Refactor libzfs_error_init newlinesRyan Moeller2019-09-181-1/+1
* Add subcommand to wait for background zfs activity to completeJohn Gallagher2019-09-131-42/+517
* Fix zpool subcommands error message with some unsupported optionsloli10K2019-09-041-4/+2
* Update comments to match codeRyan Moeller2019-05-281-6/+6
* Endless loop in zpool_do_remove() on platforms with unsigned charloli10K2019-05-281-1/+1
* zpool: status -t is not documented in help messageloli10K2019-05-241-1/+1
* zpool: trim -p is not a valid optionloli10K2019-05-241-1/+2
* 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
* Add option [-V|--version] to emit version stringTerraTech2019-04-161-1/+26
* Add TRIM supportBrian Behlendorf2019-03-291-70/+280
* Improve `zpool labelclear`Brian Behlendorf2019-03-211-3/+8
* Better user experience for errata 4Tom Caputi2019-03-141-11/+15
* Detect and prevent mixed raw and non-raw sendsTom Caputi2019-03-131-0/+22
* Fix zpool iostat -w header namesTony Hutter2019-01-311-2/+2
* zpool iostat should print headers when terminal fillsDamian Wojsław2019-01-231-4/+32
* Add 'zpool status -i' optionBrian Behlendorf2019-01-071-38/+57
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-071-0/+154
* Fix 'zpool list -v' alignmentBrian Behlendorf2018-12-041-52/+105
* Add zpool status -s (slow I/Os) and -p (parseable)Tony Hutter2018-11-081-8/+45
* Add libzutil for libzfs or libzpool consumersDon Brady2018-11-051-4/+41
* Defer new resilvers until the current one endsTom Caputi2018-10-181-6/+52
* Print "(repairing)" in zpool status againTony Hutter2018-10-091-2/+6
* Zpool iostat: remove latency/queue scalingGregor Kopka2018-09-251-6/+6
* zpool should detect invalid fs property on createLOLi2018-09-131-4/+11
* Pool allocation classesDon Brady2018-09-051-81/+204
* Don't modify argv[] in user toolsDeHackEd2018-08-201-2/+16
* OpenZFS 9580 - Add a hash-table on top of nvlist to speed-up operationsSerapheim Dimitropoulos2018-07-301-0/+1
* Fix missing option '-e' in zpool online usageLow-power2018-06-261-1/+1
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-8/+207
* Add pool state /proc entry, "SUSPENDED" poolsTony Hutter2018-06-061-1/+2
* OpenZFS 9235 - rename zpool_rewind_policy_t to zpool_load_policy_tPavel Zakharov2018-06-041-4/+7
* OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recoveryPavel Zakharov2018-05-081-0/+9
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-14/+193
* Report pool suspended due to MMPOlaf Faaland2018-03-151-0/+9
* Change functions which return literals to return `const char*`Tomohiro Kusumi2018-03-091-1/+1
* OpenZFS 7431 - ZFS Channel ProgramsChris Williamson2018-02-081-1/+6
* Fix `zpool status` overflow on fast scrubsDeHackEd2018-02-061-1/+1
* Encryption Stability and On-Disk Format FixesTom Caputi2018-02-021-0/+20
* Fix style issues in man pages and commands helpLOLi2018-01-291-2/+4
* OpenZFS 8652 - Tautological comparisons with ZPROP_INVALBrian Behlendorf2018-01-191-3/+3
* Fix unused variable warningsBrian Behlendorf2018-01-091-2/+0
* Fix segfault in zpool iostat when adding VDEVsTony Hutter2017-12-061-7/+15
* Sequential scrub and resilversTom Caputi2017-11-151-57/+80