aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zpool/zpool_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix column alignment with long zpool namesGeorge G2017-11-051-2/+3
* Allow 'zpool events' filtering by pool nameLOLi2017-10-261-2/+28
* Added no_scrub_restart flag to zpool reopenArkadiusz Bubała2017-10-261-21/+12
* Fix coverity defects: CID 161388Tobin Harding2017-10-171-2/+4
* Encryption patch follow-upTom Caputi2017-10-111-4/+11
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-10/+56
* Add libtpool (thread pools)Brian Behlendorf2017-08-091-10/+1
* Fix zpool events scripted mode tab separatorSen Haerens2017-08-031-3/+6
* Add zgenhostid utility scriptOlaf Faaland2017-07-251-2/+2
* Fix coverity defects: CID 165757George Melikov2017-07-141-0/+1
* Multi-modifier protection (MMP)Olaf Faaland2017-07-131-30/+123
* Implemented zpool scrub pause/resumeAlek P2017-07-061-15/+45
* Dashes for zero latency values in zpool iostat -pTony Hutter2017-06-221-1/+1
* zpool iostat/status -c improvementsGiuseppe Di Natale2017-06-051-19/+47
* Implemented zpool sync commandAlek P2017-05-191-0/+46
* Force fault a vdev with 'zpool offline -f'Tony Hutter2017-05-191-8/+23
* Fix coverity defects: CID 161638Giuseppe Di Natale2017-05-091-1/+4
* More ashift improvementsLOLi2017-05-031-0/+28
* Add zfs_nicebytes() to print human-readable sizesLOLi2017-05-021-7/+10
* Fix 'zpool iostat -v' cache and log outputDeHackEd2017-04-241-0/+2
* Prebaked scripts for zpool status/iostat -cTony Hutter2017-04-211-36/+251
* Invalidate cache during a zpool labelclearGiuseppe Di Natale2017-04-131-0/+4
* OpenZFS 6865 - want zfs-tests cases for zpool labelclear commandYuri Pankov2017-04-111-64/+87
* Fix `zpool status -v` error messageBrian Behlendorf2017-03-221-4/+1
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-221-4/+8
* OpenZFS 6551 - cmd/zpool: cleanup gcc warningsBrian Behlendorf2017-01-171-1/+2
* OpenZFS 6328 - Fix cstyle errors in zfs codebaseGeorge Melikov2017-01-121-1/+2
* Fix spellingka72017-01-031-2/+2
* Don't run 'zpool iostat -c CMD' command on all vdevs, if vdevs specifiedTony Hutter2016-12-161-10/+22
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-14/+14
* Do not force VDEV_NAME_TYPE_ID in max_width()Håkan Johansson2016-11-301-3/+3
* Add -c to zpool iostat & status to run commandTony Hutter2016-11-291-6/+63
* Allow for '-o feature@<feature>=disabled' on the command lineLOLi2016-10-251-14/+19
* Pass status_cbdata_t to print_status_config() and friendsHåkan Johansson2016-10-171-68/+66
* Fix coverity defects: CID 147602 147604cao2016-09-231-4/+8
* Fix coverity defectscao2016-09-201-1/+2
* Fix Coverity defectsluozhengzheng2016-09-171-1/+1
* Fix memleak in zfs_do_* and zpool_do_*luozhengzheng2016-09-121-5/+23
* Bring over illumos ZFS FMA logic -- phase 1Don Brady2016-09-011-1/+15
* Add `zfs allow` and `zfs unallow` supportBrian Behlendorf2016-06-071-14/+12
* Fix minor spelling mistakesColin Ian King2016-06-061-1/+1
* Add request size histograms (-r) to zpool iostat, minor man page fixTony Hutter2016-05-251-89/+187