| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix issues with truncated files in raw sends | Tom Caputi | 2019-04-15 | 6 | -40/+259 |
* | Fix hierarchy misspellings | Richard Laager | 2019-04-14 | 4 | -5/+5 |
* | Don't hard-code number of ioctls for portability | Tomohiro Kusumi | 2019-04-14 | 1 | -1/+1 |
* | Fix issue in receive_object() during reallocation | Brian Behlendorf | 2019-04-12 | 6 | -17/+212 |
* | ZTS: Make fault cleanup function more robust | John Wren Kennedy | 2019-04-12 | 1 | -0/+10 |
* | Allow zfs-tests to recover from hibernation | Alek P | 2019-04-11 | 1 | -19/+70 |
* | Revert "Fix issues with truncated files in raw sends" | Brian Behlendorf | 2019-04-05 | 4 | -129/+32 |
* | features.kernel layout should match features.pool | Don Brady | 2019-04-04 | 1 | -3/+5 |
* | Restrict kstats and print real pointers | Sara Hartse | 2019-04-04 | 1 | -2/+2 |
* | Do not iterate through filesystems unnecessarily | Tom Caputi | 2019-04-01 | 2 | -1/+5 |
* | Add TRIM support | Brian Behlendorf | 2019-03-29 | 38 | -6/+2127 |
* | Fix issues with truncated files in raw sends | Tom Caputi | 2019-03-27 | 4 | -32/+129 |
* | Update valid vdev types for get_disklist | Richard Elling | 2019-03-26 | 1 | -1/+1 |
* | ZTS: Detect e2fsprogs verity issue | Brian Behlendorf | 2019-03-26 | 2 | -0/+20 |
* | MMP interval and fail_intervals in uberblock | Olaf Faaland | 2019-03-21 | 8 | -28/+220 |
* | Improve `zpool labelclear` | Brian Behlendorf | 2019-03-21 | 10 | -52/+192 |
* | Multiple DVA Scrubbing Fix | Tom Caputi | 2019-03-15 | 4 | -13/+91 |
* | Make zpool status counters match error events count | Tony Hutter | 2019-03-14 | 3 | -2/+155 |
* | Better user experience for errata 4 | Tom Caputi | 2019-03-14 | 1 | -1/+4 |
* | Use 'printf %s' instead of 'echo -n' for compatibility | Igor K | 2019-03-13 | 3 | -5/+8 |
* | Make zstreamdump -v more greppable | Tom Caputi | 2019-03-13 | 2 | -24/+3 |
* | Detect and prevent mixed raw and non-raw sends | Tom Caputi | 2019-03-13 | 9 | -7/+272 |
* | Fix handling of maxblkid for raw sends | Tom Caputi | 2019-03-13 | 2 | -26/+65 |
* | MMP writes rotate over leaves | Olaf Faaland | 2019-03-12 | 3 | -1/+94 |
* | Reorder ZFS ioctls to fix cross-version compatibility | Lorenz Brun | 2019-03-09 | 1 | -3/+3 |
* | zfs.8 has wrong description of "zfs program -t" | Matthew Ahrens | 2019-02-26 | 1 | -1/+3 |
* | zvol: allow rename of in use ZVOL dataset | loli10K | 2019-02-22 | 6 | -4/+78 |
* | Prevent user accounting on readonly pool | loli10K | 2019-02-19 | 3 | -2/+70 |
* | Add missing copyright notice to large_dnode tests | Ned Bass | 2019-02-19 | 9 | -0/+45 |
* | ZTS: user_property_002_pos fails to destroy volume | John Wren Kennedy | 2019-02-19 | 1 | -4/+2 |
* | ZTS: clone_001_pos fails in cleanup on busy dataset | John Wren Kennedy | 2019-02-15 | 1 | -1/+1 |
* | zfs should optionally send holds | Paul Zuchowski | 2019-02-15 | 3 | -1/+179 |
* | port async unlinked drain from illumos-nexenta | Alek P | 2019-02-12 | 3 | -1/+121 |
* | ZVOLs should not be allowed to have children | loli10K | 2019-02-08 | 3 | -1/+96 |
* | Pool allocation classes misplacing small file blocks | loli10K | 2019-02-08 | 1 | -0/+41 |
* | OpenZFS 9185 - Enable testing over NFS in ZFS performance tests | Ahmed Ghanem | 2019-02-04 | 11 | -2/+107 |
* | flake8 pass | bunder2015 | 2019-02-04 | 2 | -21/+21 |
* | Change target size of metaslabs from 256GB to 16GB | Serapheim Dimitropoulos | 2019-01-25 | 1 | -2/+2 |
* | Off-by-one in zap_leaf_array_create() | loli10K | 2019-01-18 | 2 | -12/+42 |
* | Update vdev_is_spacemap_addressable() for new spacemap encoding | Serapheim Dimitropoulos | 2019-01-16 | 1 | -13/+31 |
* | Make zdb results for checkpoint tests consistent | Serapheim Dimitropoulos | 2019-01-16 | 1 | -2/+13 |
* | Disable 'zfs remap' command | Brian Behlendorf | 2019-01-15 | 6 | -0/+18 |
* | zfs filesystem skipped by df -h | Paul Zuchowski | 2019-01-13 | 3 | -2/+77 |
* | ZTS: zpool_resilver_restart | Brian Behlendorf | 2019-01-13 | 2 | -3/+3 |
* | zfs receive and rollback can skew filesystem_count | loli10K | 2019-01-08 | 9 | -0/+461 |
* | Add 'zpool status -i' option | Brian Behlendorf | 2019-01-07 | 1 | -1/+1 |
* | OpenZFS 9102 - zfs should be able to initialize storage devices | George Wilson | 2019-01-07 | 19 | -1/+876 |
* | test-runner: python3 support | John Wren Kennedy | 2019-01-06 | 1 | -95/+100 |
* | arc_summary: consolidate test case | Brian Behlendorf | 2019-01-06 | 6 | -72/+32 |
* | pyzfs: python3 support (build system) | Brian Behlendorf | 2019-01-06 | 14 | -38/+68 |