summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Add missing *_destroy/*_fini callsGvozden Neskovic2017-05-041-0/+2
* More ashift improvementsLOLi2017-05-032-1/+33
* Add zfs_nicebytes() to print human-readable sizesLOLi2017-05-023-18/+41
* OpenZFS 7252 - compressed zfs send / receiveDan Kimmel2017-04-262-3/+19
* Fix 'zpool iostat -v' cache and log outputDeHackEd2017-04-241-0/+2
* Fix shellcheck warning in pre-baked scriptTony Hutter2017-04-241-1/+1
* Prebaked scripts for zpool status/iostat -cTony Hutter2017-04-2122-65/+816
* Documentation fixes for zfs(8) and 'zfs' binaryLOLi2017-04-201-2/+2
* vdev_id: fix failure due to multipath -l bugNed Bass2017-04-201-2/+2
* Allow bookmark short name in 'zfs bookmark'LOLi2017-04-201-3/+19
* OpenZFS 6392 - zdb: introduce -V for verbatim importRichard Yao2017-04-181-9/+9
* OpenZFS 7900 - zdb shouldn't print the path of a znode at verbosity < 5Alan Somers2017-04-141-12/+8
* OpenZFS 6410 - teach zdb to perform object lookups by pathBrian Behlendorf2017-04-131-89/+236
* Invalidate cache during a zpool labelclearGiuseppe Di Natale2017-04-131-0/+4
* Add missing includes to zed_log.cRichard Yao2017-04-121-0/+2
* OpenZFS 6865 - want zfs-tests cases for zpool labelclear commandYuri Pankov2017-04-113-93/+115
* Fix coverity defects: CID 161288Giuseppe Di Natale2017-04-061-1/+1
* Added auto-replace FMA test for the ZFS Test SuiteSydney Vanda2017-04-052-5/+42
* Accept raidz and mirror with similar redundancyHÃ¥kan Johansson2017-04-051-1/+43
* Fix coverity defects: CID 161264Giuseppe Di Natale2017-04-051-1/+1
* Additional Information for ZedletsN Clark2017-04-031-0/+10
* Remove dependency on linear ABDGvozden Neskovic2017-03-291-2/+7
* Check ashift validity in 'zpool add'LOLi2017-03-281-1/+12
* Fix "undefined reference to xdr_control" when building raidz_test cmdSen Haerens2017-03-281-0/+1
* Fix undefined reference to `libzfs_fru_compare'Brian Behlendorf2017-03-232-7/+7
* Fix `zpool status -v` error messageBrian Behlendorf2017-03-221-4/+1
* Rename zfs_* functionsBrian Behlendorf2017-03-101-1/+1
* Correct arc_summary and dbufstat python styleGiuseppe Di Natale2017-03-092-0/+2
* Enable shellcheck to run for select scriptsGiuseppe Di Natale2017-03-093-22/+39
* Dump unique configurations and Uberblocks in zdb -luOlaf Faaland2017-03-061-58/+263
* Retry setting LEDChristopher Voltz2017-02-161-55/+33
* Fix broken URLChristopher Voltz2017-02-151-1/+1
* Enclosure LED fixesTony Hutter2017-02-107-39/+184
* Fix coverity defects: CID 155928Don Brady2017-02-071-8/+11
* OpenZFS 6866 - zdb -l non-zero status if no labelDon Brady2017-02-031-30/+32
* OpenZFS 4521 - zfstest is trying to execute evil "zfs unmount -a"Giuseppe Di Natale2017-02-031-1/+10
* Add nvlist payload stats for zdb -ll dumpDon Brady2017-02-021-1/+133
* Remove lint ifdef checks in zdb and dbufGiuseppe Di Natale2017-02-011-7/+0
* Use fletcher_4 routines natively with `abd_iterate_func()`David Quigley2017-02-011-0/+28
* OpenZFS 7742 - zfs send wrong error message with invalid long optsGeorge Melikov2017-01-311-4/+33
* OpenZFS 7545 - zdb should disable reference trackingGiuseppe Di Natale2017-01-311-0/+7
* OpenZFS 7280 - Allow changing global libzpool variables in zdb and ztest thro...George Melikov2017-01-312-6/+20
* OpenZFS 7502 - ztest should run zdb with -G (debug mode)George Melikov2017-01-301-1/+1
* OpenZFS 7277 - zdb should be able to print zfs_dbgmsg'sGeorge Melikov2017-01-281-4/+22
* OpenZFS 7386 - zfs get does not work properly with bookmarksGeorge Melikov2017-01-261-2/+2
* OpenZFS 7163 - ztest failures due to excess error injectionGeorge Melikov2017-01-261-2/+24
* OpenZFS 7253 - ztest failure: dsl_destroy_head(name) == 0 (0x10 == 0x0), file...George Melikov2017-01-261-2/+5
* OpenZFS 7147 - ztest: ztest_ddt_repair fails with ztest_pattern_match assertionBrian Behlendorf2017-01-261-3/+12
* OpenZFS 6872 - zfs libraries should not allow uninitialized variablesGeorge Melikov2017-01-241-2/+1
* OpenZFS 6871 - libzpool implementation of thread_create should enforce length...George Melikov2017-01-242-3/+3