| Commit message (Expand) | Author | Age | Files | Lines |
* | Illumos 5164-5165 - space map fixes | Matthew Ahrens | 2014-10-23 | 1 | -1/+1 |
* | Illumos 4958 zdb trips assert on pools with ashift >= 0xe | Alex Reece | 2014-10-23 | 1 | -6/+37 |
* | ztest: print backtrace on SIGSEGV and SIGABRT | Ned Bass | 2014-10-13 | 1 | -0/+44 |
* | Illumos 4757, 4913 | Matthew Ahrens | 2014-08-01 | 1 | -15/+33 |
* | Illumos #4756 Fix metaslab_group_preload deadlock | George Wilson | 2014-07-22 | 1 | -1/+3 |
* | ztest: Switch to LWP rwlock interface | Richard Yao | 2014-05-01 | 1 | -51/+50 |
* | Switch ztest mmap(2) ASSERTs to VERIFYs | Richard Yao | 2014-03-12 | 1 | -3/+3 |
* | Free props in ztest_init() | Richard Yao | 2014-03-12 | 1 | -0/+1 |
* | cstyle: Resolve C style issues | Michael Kjorling | 2013-12-18 | 1 | -33/+35 |
* | Illumos #3956, #3957, #3958, #3959, #3960, #3961, #3962 | George Wilson | 2013-11-05 | 1 | -5/+20 |
* | Illumos #3949, #3950, #3952, #3953 | George Wilson | 2013-11-05 | 1 | -2/+19 |
* | Illumos #3955 | Matthew Ahrens | 2013-11-05 | 1 | -0/+3 |
* | Illumos #3112, #3113, #3114 | Matthew Ahrens | 2013-11-05 | 1 | -1/+2 |
* | Illumos #3236 | George Wilson | 2013-11-05 | 1 | -2/+39 |
* | Illumos #3740 | Steven Hartland | 2013-11-04 | 1 | -1/+2 |
* | Illumos #3464 | Matthew Ahrens | 2013-09-04 | 1 | -85/+111 |
* | Illumos #2882, #2883, #2900 | Matthew Ahrens | 2013-09-04 | 1 | -18/+11 |
* | Use MAXPATHLEN instead of sizeof in snprintf | Richard Yao | 2013-07-02 | 1 | -1/+1 |
* | Illumos #3006 | Madhav Suresh | 2013-06-19 | 1 | -13/+13 |
* | Constify structures containing function pointers | Richard Yao | 2013-03-04 | 1 | -6/+6 |
* | Illumos #3145, #3212 | George Wilson | 2013-01-08 | 1 | -0/+11 |
* | Illumos #3349: zpool upgrade -V bumps the on disk version number | George Wilson | 2013-01-08 | 1 | -21/+119 |
* | Illumos #3086: unnecessarily setting DS_FLAG_INCONSISTENT on async | Matthew Ahrens | 2013-01-08 | 1 | -0/+3 |
* | Illumos #3090 and #3102 | George Wilson | 2013-01-08 | 1 | -2/+21 |
* | Revert "Temporarily disable the reguid test." | Brian Behlendorf | 2013-01-08 | 1 | -6/+0 |
* | Illumos #2619 and #2747 | Christopher Siden | 2013-01-08 | 1 | -3/+11 |
* | Disable ztest deadman timer | Brian Behlendorf | 2012-10-14 | 1 | -0/+4 |
* | Realpath arg 2 must be a minimum of PATH_MAX | Brian Behlendorf | 2012-10-04 | 1 | -2/+8 |
* | Verify the return value for warn_unused_result functions | Brian Behlendorf | 2012-10-04 | 1 | -3/+3 |
* | Replace tempnam() with mkstemp() | Brian Behlendorf | 2012-10-04 | 1 | -4/+4 |
* | Minimize ztest stack frame size | Brian Behlendorf | 2012-10-04 | 1 | -4/+13 |
* | Use dynamic file descriptor numbers in ztest. | Etienne Dechamps | 2012-10-04 | 1 | -31/+28 |
* | Fix mmap() usage in ztest. | Christopher Siden | 2012-10-04 | 1 | -6/+21 |
* | Illumos #1950: ztest backwards compatibility testing option. | Chris Siden | 2012-10-04 | 1 | -376/+699 |
* | Temporarily disable the reguid test. | Etienne Dechamps | 2012-10-03 | 1 | -0/+6 |
* | Fix ztest vdev file paths. | Etienne Dechamps | 2012-10-03 | 1 | -4/+4 |
* | Create threads in detached state in userspace. | Etienne Dechamps | 2012-10-03 | 1 | -4/+7 |
* | Silence "setting dataset to sync always" message in ztest. | Etienne Dechamps | 2012-09-10 | 1 | -1/+2 |
* | Illumos #1748: desire support for reguid in zfs | Garrett D'Amore | 2012-07-11 | 1 | -1/+35 |
* | Export symbols for the VFS API | Brian Behlendorf | 2011-10-11 | 1 | -1/+1 |
* | Illumos #883: ZIL reuse during remount corruption | Eric Schrock | 2011-08-01 | 1 | -0/+36 |
* | Illumos #1051: zfs should handle imbalanced luns | George Wilson | 2011-08-01 | 1 | -0/+2 |
* | Update ztest paths | Brian Behlendorf | 2011-07-06 | 1 | -1/+3 |
* | Add linux ztest support | Brian Behlendorf | 2010-08-31 | 1 | -24/+25 |
* | Fix stack ztest | Brian Behlendorf | 2010-08-31 | 1 | -87/+205 |
* | Fix Solaris thread dependency by using pthreads | Brian Behlendorf | 2010-08-31 | 1 | -116/+123 |
* | Fix commit callbacks | Ricardo M. Correia | 2010-08-31 | 1 | -15/+32 |
* | Fix gcc unused variable warnings | Brian Behlendorf | 2010-08-31 | 1 | -1/+3 |
* | Fix gcc missing case warnings | Brian Behlendorf | 2010-08-27 | 1 | -0/+2 |
* | Fix gcc invalid prototype warnings | Brian Behlendorf | 2010-08-27 | 1 | -22/+22 |