aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ztest/ztest.c
Commit message (Expand)AuthorAgeFilesLines
* Illumos 5164-5165 - space map fixesMatthew Ahrens2014-10-231-1/+1
* Illumos 4958 zdb trips assert on pools with ashift >= 0xeAlex Reece2014-10-231-6/+37
* ztest: print backtrace on SIGSEGV and SIGABRTNed Bass2014-10-131-0/+44
* Illumos 4757, 4913Matthew Ahrens2014-08-011-15/+33
* Illumos #4756 Fix metaslab_group_preload deadlockGeorge Wilson2014-07-221-1/+3
* ztest: Switch to LWP rwlock interfaceRichard Yao2014-05-011-51/+50
* Switch ztest mmap(2) ASSERTs to VERIFYsRichard Yao2014-03-121-3/+3
* Free props in ztest_init()Richard Yao2014-03-121-0/+1
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-33/+35
* Illumos #3956, #3957, #3958, #3959, #3960, #3961, #3962George Wilson2013-11-051-5/+20
* Illumos #3949, #3950, #3952, #3953George Wilson2013-11-051-2/+19
* Illumos #3955Matthew Ahrens2013-11-051-0/+3
* Illumos #3112, #3113, #3114Matthew Ahrens2013-11-051-1/+2
* Illumos #3236George Wilson2013-11-051-2/+39
* Illumos #3740Steven Hartland2013-11-041-1/+2
* Illumos #3464Matthew Ahrens2013-09-041-85/+111
* Illumos #2882, #2883, #2900Matthew Ahrens2013-09-041-18/+11
* Use MAXPATHLEN instead of sizeof in snprintfRichard Yao2013-07-021-1/+1
* Illumos #3006Madhav Suresh2013-06-191-13/+13
* Constify structures containing function pointersRichard Yao2013-03-041-6/+6
* Illumos #3145, #3212George Wilson2013-01-081-0/+11
* Illumos #3349: zpool upgrade -V bumps the on disk version numberGeorge Wilson2013-01-081-21/+119
* Illumos #3086: unnecessarily setting DS_FLAG_INCONSISTENT on asyncMatthew Ahrens2013-01-081-0/+3
* Illumos #3090 and #3102George Wilson2013-01-081-2/+21
* Revert "Temporarily disable the reguid test."Brian Behlendorf2013-01-081-6/+0
* Illumos #2619 and #2747Christopher Siden2013-01-081-3/+11
* Disable ztest deadman timerBrian Behlendorf2012-10-141-0/+4
* Realpath arg 2 must be a minimum of PATH_MAXBrian Behlendorf2012-10-041-2/+8
* Verify the return value for warn_unused_result functionsBrian Behlendorf2012-10-041-3/+3
* Replace tempnam() with mkstemp()Brian Behlendorf2012-10-041-4/+4
* Minimize ztest stack frame sizeBrian Behlendorf2012-10-041-4/+13
* Use dynamic file descriptor numbers in ztest.Etienne Dechamps2012-10-041-31/+28
* Fix mmap() usage in ztest.Christopher Siden2012-10-041-6/+21
* Illumos #1950: ztest backwards compatibility testing option.Chris Siden2012-10-041-376/+699
* Temporarily disable the reguid test.Etienne Dechamps2012-10-031-0/+6
* Fix ztest vdev file paths.Etienne Dechamps2012-10-031-4/+4
* Create threads in detached state in userspace.Etienne Dechamps2012-10-031-4/+7
* Silence "setting dataset to sync always" message in ztest.Etienne Dechamps2012-09-101-1/+2
* Illumos #1748: desire support for reguid in zfsGarrett D'Amore2012-07-111-1/+35
* Export symbols for the VFS APIBrian Behlendorf2011-10-111-1/+1
* Illumos #883: ZIL reuse during remount corruptionEric Schrock2011-08-011-0/+36
* Illumos #1051: zfs should handle imbalanced lunsGeorge Wilson2011-08-011-0/+2
* Update ztest pathsBrian Behlendorf2011-07-061-1/+3
* Add linux ztest supportBrian Behlendorf2010-08-311-24/+25
* Fix stack ztestBrian Behlendorf2010-08-311-87/+205
* Fix Solaris thread dependency by using pthreadsBrian Behlendorf2010-08-311-116/+123
* Fix commit callbacksRicardo M. Correia2010-08-311-15/+32
* Fix gcc unused variable warningsBrian Behlendorf2010-08-311-1/+3
* Fix gcc missing case warningsBrian Behlendorf2010-08-271-0/+2
* Fix gcc invalid prototype warningsBrian Behlendorf2010-08-271-22/+22