summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc -Warray-bounds check for dump_object() in zdbBrian Behlendorf2016-08-021-5/+14
* ztest: memory leaks reported by AddressSanitizerGvozden Neskovic2016-07-291-1/+4
* Fix zdb crash with 4K-only devicesBrian Behlendorf2016-07-271-3/+13
* Multi-thread 'zpool import' for blkidBrian Behlendorf2016-07-271-19/+10
* Fixes for issues found with cppcheck toolGvozden Neskovic2016-07-274-5/+16
* Fixes and enhancements of SIMD raidz parityGvozden Neskovic2016-07-191-20/+6
* Update arc_summary.py for prefetch changesBrian Behlendorf2016-07-191-146/+1
* Add RAID-Z routines for SSE2 instruction set, in x86_64 mode.Gvozden Neskovic2016-07-131-1/+2
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-285-85/+83
* OpenZFS 2605, 6980, 6902Matthew Ahrens2016-06-282-20/+105
* Implement large_dnode pool featureNed Bass2016-06-243-45/+180
* Revert "Add a test case for dmu_free_long_range() to ztest"Brian Behlendorf2016-06-241-178/+0
* Add a test case for dmu_free_long_range() to ztestBoris Protopopov2016-06-211-0/+178
* SIMD implementation of vdev_raidz generate and reconstruct routinesGvozden Neskovic2016-06-216-1/+1140
* Add `zfs allow` and `zfs unallow` supportBrian Behlendorf2016-06-072-15/+18
* Fix minor spelling mistakesColin Ian King2016-06-063-4/+4
* 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