aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zpool
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changes to make openzfs build within FreeBSD buildworldMatthew Macy2020-07-311-1/+1
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-131-2/+4
* Use abs_top_builddir when referencing librariesArvind Sankar2020-07-101-4/+4
* Add config.rpath for AM_GNU_GETTEXTArvind Sankar2020-07-101-1/+3
* Clean up lib dependenciesArvind Sankar2020-07-101-4/+6
* Add device rebuild featureBrian Behlendorf2020-07-031-54/+320
* Style fixesBrian Behlendorf2020-06-271-0/+1
* Remove dead codeArvind Sankar2020-06-181-10/+0
* Mark functions as staticArvind Sankar2020-06-182-12/+12
* Avoid adding new primitives in zpool waitJorgen Lundman2020-06-181-11/+22
* Remove refences to blacklist/whitelistMatthew Ahrens2020-06-162-3/+3
* Remove unnecessary references to slaveryMatthew Ahrens2020-06-102-9/+6
* Fix VPATH builds for user configArvind Sankar2020-06-101-1/+1
* Fix gcc 10.1 stringop-truncation errorGeorge Amanakis2020-05-191-3/+3
* Fixed LDADD library links in Makefiles for cross compilation buildsPetros Koutoupis2020-05-091-0/+1
* 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 SC2086 note in zpool.d/smartRyan Moeller2020-04-141-1/+1
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-143-0/+124
* Fix allocation errors, detected using ASANJoao Carlos Mendes Luis2020-04-131-2/+3
* Add trim support to zpool waitBrian Behlendorf2020-03-041-9/+34
* Make zpool.d/iostat work on FreeBSDRyan Moeller2020-02-141-8/+20
* Fix static data to link with -fno-commonRomain Dolbeau2020-02-062-1/+3
* 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 - libsplMatthew Macy2019-10-023-6/+1
* OpenZFS restructuring - zpoolMatthew Macy2019-09-306-352/+428
* Use signed types to prevent subtraction overflowRyan Moeller2019-09-221-4/+4
* 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
* Fix typos in cmd/Andrea Gelmini2019-08-301-2/+2
* Fix memory leak in check_disk()Michael Niewöhner2019-06-191-0/+1
* 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