summaryrefslogtreecommitdiffstats
path: root/cmd/zpool/zpool_main.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently use parsable instead of parseableChrister Ekholm2016-05-231-3/+3
* Make zpool list -vp print individual vdev sizes parsable.Christer Ekholm2016-05-181-11/+27
* Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queuesTony Hutter2016-05-121-105/+1225
* OpenZFS 3993, 4700Adam Stevko2016-05-111-19/+92
* OpenZFS 5669 - altroot not set in zpool createBrian Behlendorf2016-05-051-0/+2
* Illumos 6659 - nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek2016-04-271-4/+2
* Create unique partition labelsBrian Behlendorf2016-04-251-0/+1
* Fix zdb -e and zhack thread_init()Brian Behlendorf2016-03-211-0/+8
* Require libblkidBrian Behlendorf2016-03-091-1/+9
* Change full path subcommand flag from -p to -PBrian Behlendorf2016-02-261-25/+25
* Add -gLp to zpool subcommands for alt vdev namesRichard Yao2016-02-251-73/+169
* Illumos 5767 - fix several problems with zfs test suiteJohn Wren Kennedy2016-02-081-10/+36
* Illumos 5959 - clean up per-dataset feature count codeMatthew Ahrens2015-12-041-2/+3
* Tab-indent continuation lines in the "scan:" section of "zpool status".Remy Blank2015-09-191-3/+3
* Illumos 1765 - assert triggered in libzfs_import.cPrasad Joshi2015-07-141-1/+4
* Illumos 4966 - zpool list iterator does not update outputGeorge Wilson2015-07-101-10/+10
* Add -y option to `zpool iostat`Hajo Möller2015-06-171-8/+23
* Add libzfs_error_init() functionBrian Behlendorf2015-05-221-1/+3
* Add the '-a' option to 'zpool export'Turbo Fredriksson2015-05-041-31/+51
* Illumos 5134 - if ZFS_DEBUG or debug= is set, libzpool should enable debug pr...Matthew Ahrens2015-04-281-0/+2
* Enhancements to zpool dry run mode.Tim Chase2015-02-111-0/+28
* Read spl_hostid module parameter before gethostid()Chunwei Chen2015-02-041-1/+1
* Fix cstyle issue from c66989bBrian Behlendorf2014-12-191-2/+2
* zpool upgrade return errors to stderr instead of stdoutJacek Fefliński2014-12-181-2/+2
* Fix zpool create -t ENOENT bug.ilovezfs2014-10-231-2/+4
* Let `zpool import` ignore a missing hostid record.Darik Horn2014-10-171-31/+24
* Implement -t option to zpool create for temporary pool namesRichard Yao2014-09-301-1/+21
* zpool import -t should not update cachefileRichard Yao2014-09-301-0/+3
* Add add_prop_list_default helperRichard Yao2014-09-301-10/+17
* Illumos 5147 - zpool list -v should show individual disk capacityGeorge Wilson2014-09-231-32/+51
* Improve handling of filesystem versionsDan Swartzendruber2014-09-031-0/+32
* Illumos 4970-4974 - extreme rewind enhancementsMatthew Ahrens2014-08-261-2/+2
* Illumos 4976-4984 - metaslab improvementsGeorge Wilson2014-08-181-5/+13
* Illumos 4171, 4172Matthew Ahrens2014-07-251-2/+2
* Support '-H' (scripted mode) to 'zpool get'Turbo Fredriksson2014-07-251-2/+6
* Add information about the -o option to zpool replaceTurbo Fredriksson2014-06-271-2/+2
* Handle ZPOOL_STATUS_HOSTID_MISMATCH in zpool statusRichard Yao2014-05-191-0/+11
* Add missing DATA_TYPE_STRING_ARRAY outputBrian Behlendorf2014-04-021-1/+12
* Replace zpool_events_next() "block" parm w/ "flags"Chris Dunlap2014-03-311-1/+2
* Clarify zpool_events_next() commentBrian Behlendorf2014-03-311-5/+5
* Implement -t option to zpool import for temporary pool namesRichard Yao2014-03-201-1/+5
* Remove unused option -r from 'zpool import'Richard Yao2014-03-121-1/+1
* Add erratum for issue #2094Richard Yao2014-02-211-0/+22
* Add generic errata infrastructureBrian Behlendorf2014-02-211-2/+37
* Use expected zpool_status_t typeBrian Behlendorf2014-02-211-2/+2
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-18/+21
* Illumos #3745, #3811Will Andrews2013-11-041-8/+29
* Add -p switch to "zpool get"Ralf Ertzinger2013-10-281-8/+27
* Dedup-related documentation additions for zpool and zdb.Tim Chase2013-10-221-1/+1
* Illumos #2882, #2883, #2900Matthew Ahrens2013-09-041-77/+101