aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zpool/zpool_main.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"Paul Dagnelie2022-01-061-1/+1
* zpool: main: fix unused, remove argsusedнаб2021-12-211-19/+13
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-161-1/+1
* Vdev Properties FeatureAllan Jude2021-11-301-111/+336
* zpool should call zfs_nicestrtonum() with non-NULL handleToomas Soome2021-10-201-3/+4
* Rescan enclosure sysfs path on importTony Hutter2021-10-041-1/+2
* Make 'zpool labelclear -f' work on offlined disksTony Hutter2021-08-271-1/+35
* Extend zpool-iostat to account for ZIO_PRIORITY_REBUILD (#12319)Trevor Bautista2021-08-261-9/+21
* Read past end of argv array in zpool_do_import()Matthew Ahrens2021-07-261-6/+8
* Prune /*NOTREACHED*/наб2021-07-261-3/+2
* Move properties, parameters, events, and concepts around manual sectionsнаб2021-06-091-3/+3
* FreeBSD boot code reminder after zpool upgradegrembo2021-06-011-10/+12
* zpool: print_zpool_script_list: remove strtokнаб2021-05-261-5/+4
* zpool: import: use realloc for realloc, remove strtokнаб2021-05-261-32/+12
* Propagate vdev state due to invalid label corruptionvermavipinkumar2021-05-251-0/+9
* Fix vdev health padding in zpool list -vYuri Pankov2021-04-141-1/+1
* Improvements to the 'compatibility' propertyColm2021-04-121-28/+135
* libzutil: zfs_isnumber(): return false if input emptyнаб2021-04-061-4/+4
* Fix various typosAndrea Gelmini2021-04-021-1/+1
* zpool import cachefile improvementsGeorge Wilson2021-03-121-118/+181
* zpool: use tab to intend continuation from removal statusThomas Lamprecht2021-03-051-4/+4
* Add missing checks for unsupported featuresMartin Matuška2021-02-271-0/+2
* 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