aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zpool/zpool_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add "compatibility" property for zpool feature setsColm2021-02-171-25/+132
* FreeBSD: disable edonr in zfs_mod_supported_feature()Brian Behlendorf2021-02-171-0/+8
* cppcheck: zpool_main.c possible null pointer dereferenceBrian Behlendorf2021-01-261-1/+1
* Only add supported features during pool creationBrian Behlendorf2021-01-221-1/+2
* record ioctl elapsed time in zpool historyMatthew Ahrens2021-01-111-1/+9
* Use the correct return type for getoptsterlingjensen2020-12-171-1/+1
* zpool: Dryrun fails to list some devicesAttila Fülöp2020-12-041-5/+89
* Make zpool status "remove:" label print in boldAndrew Sun2020-12-011-1/+1
* zpool: correctly align columns with -pнаб2020-11-161-17/+22
* Assertion failure when logging large output of channel programMatthew Ahrens2020-11-141-0/+6
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-2/+3
* Restore identification of VDEVs using non-native block sizeCy Schubert2020-10-221-0/+7
* vdev_ashift should only be set onceGeorge Wilson2020-09-181-0/+7
* Force the use of '.' as decimal separator.xdch472020-09-091-0/+1
* zpool: Change base URL for ZFS messages to openzfs-docsRyan Moeller2020-08-261-3/+6
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-2/+15
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-131-2/+4
* Add device rebuild featureBrian Behlendorf2020-07-031-54/+320
* Mark functions as staticArvind Sankar2020-06-181-11/+11
* Avoid adding new primitives in zpool waitJorgen Lundman2020-06-181-11/+22
* Fix gcc 10.1 stringop-truncation errorGeorge Amanakis2020-05-191-3/+3
* Fix column width calculation issue with certain terminal widthsPhilip Pokorny2020-05-061-4/+30
* Don't attempt trimming "hole" vdevsNiklas Haas2020-04-211-1/+2
* Fix allocation errors, detected using ASANJoao Carlos Mendes Luis2020-04-131-2/+3
* Add trim support to zpool waitBrian Behlendorf2020-03-041-9/+34
* Fix static data to link with -fno-commonRomain Dolbeau2020-02-061-0/+2
* Change http://zfsonlinux.org links to https://zfsonlinux.orgBrian Behlendorf2020-01-131-5/+6
* 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