summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Implementation of AVX2 optimized Fletcher-4Jinshan Xiong2016-06-021-0/+44
* OpenZFS 6531 - Provide mechanism to artificially limit disk performanceTony Hutter2016-05-261-3/+105
* Add request size histograms (-r) to zpool iostat, minor man page fixTony Hutter2016-05-251-89/+187
* Consistently use parsable instead of parseableChrister Ekholm2016-05-232-4/+4
* Make zpool list -vp print individual vdev sizes parsable.Christer Ekholm2016-05-181-11/+27
* Revert "zhack: Add 'feature disable' command"Brian Behlendorf2016-05-171-103/+4
* zhack: Add 'feature enable' force optionBrian Behlendorf2016-05-171-2/+4
* zhack: Add 'feature disable' commandBrian Behlendorf2016-05-171-2/+99
* zhack: Fix 'feature ref' comparison checkBrian Behlendorf2016-05-171-1/+1
* Use zfs range locks in ztestBoris Protopopov2016-05-171-52/+151
* Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queuesTony Hutter2016-05-125-106/+1323
* 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-273-8/+4
* Use udev for partition detectionBrian Behlendorf2016-04-251-14/+24
* Create unique partition labelsBrian Behlendorf2016-04-251-0/+1
* Make zfs mount according to relatime config in datasetChunwei Chen2016-04-051-1/+4
* Add support for devid and phys_path keys in vdev disk labelsDon Brady2016-03-311-1/+14
* zfs_main: fix `zfs userspace` squashing unresolved entriesPavel Boldin2016-03-301-4/+7
* Use the correct macro to include backtraceCarlo Landmeter2016-03-291-2/+2
* Add missing fcntl.h to includes in mount_zfs.cCarlo Landmeter2016-03-291-0/+1
* Fix zdb -e and zhack thread_init()Brian Behlendorf2016-03-211-0/+8
* Cleanup linkingRichard Yao2016-03-185-8/+1
* Relax MBR partition scanning requirementBrian Behlendorf2016-03-101-21/+17
* Require libblkidBrian Behlendorf2016-03-092-12/+9
* Ensure zed _finish_daemonize() leaves fds 0-2 openChris Dunlap2016-03-081-1/+1
* 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
* Correctly parse -R flag argumentsTim Chase2016-02-051-1/+3
* mount.zfs: use getopt_long instead of getopt to guarantee permutation of argv.Christian Neukirchen2016-01-251-1/+2
* Illumos 6451 - ztest fails due to checksum errorsMatthew Ahrens2016-01-251-1/+26
* Illumos 6298 - zfs_create_008_neg and zpool_create_023_negJoe Stein2016-01-151-2/+4
* Illumos 3557, 3558, 3559, 3560George Wilson2016-01-151-1/+11
* Illumos 5039 - ztest should default to larger device sizesBrian Behlendorf2016-01-111-1/+1
* Illumos 4891 - want zdb option to dump all metadataMatthew Ahrens2016-01-111-6/+11
* Illumos 5960, 5925Paul Dagnelie2016-01-083-10/+33
* Add missing -V option to zdbBrian Behlendorf2016-01-081-2/+2
* Make arc_summary.py and dbufstat.py compatible with python3Hajo Möller2016-01-072-6/+6
* Illumos 3604 - zdb should print bpobjs more verbosely (fix zdb hang)Matthew Ahrens2016-01-051-0/+1
* Illumos 2077 - lots of unreachable breaks in illumos gateMilan Jurik2015-12-301-3/+3
* Illumos 5746 - more checksumming in zfs sendMatthew Ahrens2015-12-301-11/+51
* Illumos 5745 - zfs set allows only one dataset property to be set at a timeChris Williamson2015-12-291-34/+50
* Remove "index" column from dbufstat.pyOlaf Faaland2015-12-151-4/+3
* Revert "Switch ztest mmap(2) ASSERTs to VERIFYs"Richard Yao2015-12-141-3/+3
* Unconditionally build zdb and ztest with -DDEBUGRichard Yao2015-12-142-0/+3
* Update arcstat.py to remove deprecated rmis reference.cable29992015-12-041-2/+2
* Illumos 5959 - clean up per-dataset feature count codeMatthew Ahrens2015-12-043-27/+44
* Fix zdb_dump_block on little endian systemsChunwei Chen2015-12-021-0/+4
* Fix zdb calling behavior in ztestChunwei Chen2015-12-021-13/+41