aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ztest
Commit message (Expand)AuthorAgeFilesLines
* Memory leak in ztest_vdev_attach_detach()Matthew Ahrens2021-01-051-2/+1
* nvlist leaked in zpool_find_config()Matthew Ahrens2021-01-051-0/+1
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-291-1/+1
* Extend zdb to print inconsistencies in livelists and metaslabsMatthew Ahrens2020-07-141-1/+1
* Unconditionally enable debugging for libzpoolSerapheim Dimitropoulos2020-07-101-1/+1
* Use abs_top_builddir when referencing librariesArvind Sankar2020-07-101-3/+3
* Clean up lib dependenciesArvind Sankar2020-07-101-2/+3
* Add device rebuild featureBrian Behlendorf2020-07-031-3/+13
* Remove unnecessary terminology from error-injection in ztestSerapheim Dimitropoulos2020-06-221-13/+15
* Mark functions as staticArvind Sankar2020-06-181-9/+9
* ztest: Fix spa_open() ENOENT failuresBrian Behlendorf2020-06-061-142/+154
* ztest: Fix ztest_run_zdb() failureBrian Behlendorf2020-05-291-2/+2
* libzfs: Fix bounds checks for float parsingRyan Moeller2020-03-161-1/+6
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-1/+1
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-7/+7
* Prefix struct rangelockMatthew Macy2019-11-011-2/+2
* Remove gratuitous Linux only include in ztest & zdbMatthew Macy2019-10-191-1/+0
* Fix strdup conflict on other platformsMatthew Macy2019-10-101-1/+1
* OpenZFS restructuring - libsplMatthew Macy2019-10-021-4/+0
* Fix typos in cmd/Andrea Gelmini2019-08-301-1/+1
* Race condition between spa async threads and exportSerapheim Dimitropoulos2019-07-181-1/+17
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-161-18/+15
* Linux 5.0 compat: SIMD compatibilityBrian Behlendorf2019-07-121-0/+3
* Remove dedupditto functionalityMatthew Ahrens2019-06-191-162/+0
* make zil max block size tunableMatthew Ahrens2019-06-101-1/+1
* Restrict kstats and print real pointersSara Hartse2019-04-041-1/+1
* Add TRIM supportBrian Behlendorf2019-03-291-2/+83
* Do not resume a pool if multihost is enabledOlaf Faaland2019-02-281-0/+7
* GCC 9.0: Fix ztest "directive argument is not a nul-terminated string"Tony Hutter2019-01-281-2/+2
* ztest: scrub verificationBrian Behlendorf2019-01-181-6/+63
* Fix error handling incallers of dbuf_hold_level()Tom Caputi2019-01-171-6/+6
* ztest: scrub ddt repairBrian Behlendorf2019-01-171-16/+33
* ztest: split block reconstructionBrian Behlendorf2019-01-161-2/+1
* Disable 'zfs remap' commandBrian Behlendorf2019-01-151-23/+0
* Minor spelling correctionsBrian Behlendorf2019-01-131-5/+5
* zfs initialize performance enhancementsGeorge Wilson2019-01-071-1/+8
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-071-0/+94
* Fix 'zpool remap' freeing raceBrian Behlendorf2019-01-021-0/+8
* ztest: ENOSPC in ztest_objset_destroy_cb()Brian Behlendorf2018-12-141-2/+6
* OpenZFS 9962 - zil_commit should omit cache thrashPrakash Surya2018-12-071-3/+1
* Fix ztest deadlock in ztest_zil_remount()Tom Caputi2018-12-041-0/+8
* Fix consistency of ztest_device_removal_activeTom Caputi2018-11-281-1/+21
* Fix !zilog_is_dirty() assert during ztestTom Caputi2018-11-071-3/+9
* Replay logs before starting ztest workersTom Caputi2018-11-071-11/+68
* ztest: reduce gangblock creationBrian Behlendorf2018-11-051-1/+1
* Add libzutil for libzfs or libzpool consumersDon Brady2018-11-052-6/+3
* Fix waiting in ztest_device_removal()Tom Caputi2018-10-241-0/+9
* Fix ztest deadman panic with indirect vdev damageTom Caputi2018-10-241-1/+6
* Fix dbgmsg printing in ztest and zdbTom Caputi2018-10-241-6/+13
* Fix random ztest_deadman_thread failuresTom Caputi2018-10-241-11/+25