| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename zfs_* functions | Brian Behlendorf | 2017-03-10 | 1 | -1/+1 |
* | Use fletcher_4 routines natively with `abd_iterate_func()` | David Quigley | 2017-02-01 | 1 | -0/+28 |
* | OpenZFS 7280 - Allow changing global libzpool variables in zdb and ztest thro... | George Melikov | 2017-01-31 | 1 | -1/+7 |
* | OpenZFS 7502 - ztest should run zdb with -G (debug mode) | George Melikov | 2017-01-30 | 1 | -1/+1 |
* | OpenZFS 7163 - ztest failures due to excess error injection | George Melikov | 2017-01-26 | 1 | -2/+24 |
* | OpenZFS 7253 - ztest failure: dsl_destroy_head(name) == 0 (0x10 == 0x0), file... | George Melikov | 2017-01-26 | 1 | -2/+5 |
* | OpenZFS 7147 - ztest: ztest_ddt_repair fails with ztest_pattern_match assertion | Brian Behlendorf | 2017-01-26 | 1 | -3/+12 |
* | OpenZFS 6871 - libzpool implementation of thread_create should enforce length... | George Melikov | 2017-01-24 | 1 | -2/+2 |
* | OpenZFS 7303 - dynamic metaslab selection | Don Brady | 2017-01-12 | 1 | -1/+1 |
* | Use cstyle -cpP in `make cstyle` check | Brian Behlendorf | 2016-12-12 | 1 | -5/+4 |
* | DLPX-44812 integrate EP-220 large memory scalability | David Quigley | 2016-11-29 | 1 | -5/+13 |
* | Fix coverity defects: CID 147606, 147609 | cao | 2016-10-12 | 1 | -1/+4 |
* | Fletcher4: Incremental using SIMD | Gvozden Neskovic | 2016-10-05 | 1 | -0/+78 |
* | OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R | Tony Hutter | 2016-10-03 | 1 | -4/+4 |
* | OpenZFS 6950 - ARC should cache compressed data | George Wilson | 2016-09-13 | 1 | -0/+7 |
* | ztest: memory leaks reported by AddressSanitizer | Gvozden Neskovic | 2016-07-29 | 1 | -1/+4 |
* | OpenZFS 6314 - buffer overflow in dsl_dataset_name | Igor Kozhukhov | 2016-06-28 | 1 | -60/+58 |
* | Implement large_dnode pool feature | Ned Bass | 2016-06-24 | 1 | -35/+167 |
* | Revert "Add a test case for dmu_free_long_range() to ztest" | Brian Behlendorf | 2016-06-24 | 1 | -178/+0 |
* | Add a test case for dmu_free_long_range() to ztest | Boris Protopopov | 2016-06-21 | 1 | -0/+178 |
* | Implementation of AVX2 optimized Fletcher-4 | Jinshan Xiong | 2016-06-02 | 1 | -0/+44 |
* | Use zfs range locks in ztest | Boris Protopopov | 2016-05-17 | 1 | -52/+151 |
* | Use the correct macro to include backtrace | Carlo Landmeter | 2016-03-29 | 1 | -2/+2 |
* | Cleanup linking | Richard Yao | 2016-03-18 | 1 | -1/+1 |
* | Illumos 6451 - ztest fails due to checksum errors | Matthew Ahrens | 2016-01-25 | 1 | -1/+26 |
* | Illumos 5039 - ztest should default to larger device sizes | Brian Behlendorf | 2016-01-11 | 1 | -1/+1 |
* | Illumos 5960, 5925 | Paul Dagnelie | 2016-01-08 | 1 | -3/+6 |
* | Revert "Switch ztest mmap(2) ASSERTs to VERIFYs" | Richard Yao | 2015-12-14 | 1 | -3/+3 |
* | Unconditionally build zdb and ztest with -DDEBUG | Richard Yao | 2015-12-14 | 1 | -0/+1 |
* | Fix zdb calling behavior in ztest | Chunwei Chen | 2015-12-02 | 1 | -13/+41 |
* | Add dbgmsg kstat | Brian Behlendorf | 2015-09-04 | 1 | -6/+0 |
* | ztest: display non-index properties properly at verbose level 6 | Tim Chase | 2015-07-30 | 1 | -3/+10 |
* | Support parallel build trees (VPATH builds) | Turbo Fredriksson | 2015-07-17 | 1 | -1/+1 |
* | Illumos 5408 - managing ZFS cache devices requires lots of RAM | Chris Williamson | 2015-06-11 | 1 | -4/+5 |
* | Illumos 5818 - zfs {ref}compressratio is incorrect with 4k sector size | Matthew Ahrens | 2015-06-10 | 1 | -17/+3 |
* | ztest should randomly change recordsize | Brian Behlendorf | 2015-05-11 | 1 | -0/+3 |
* | Illumos 5027 - zfs large block support | Matthew Ahrens | 2015-05-11 | 1 | -4/+9 |
* | Avoid dladdr() in ztest | Tim Chase | 2015-02-27 | 1 | -44/+39 |
* | 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 |
* | Add missing libzfs_core to Makefiles | Maximilian Mehnert | 2013-11-20 | 1 | -1/+2 |
* | 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 |