| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused vdev_t fields | Serapheim Dimitropoulos | 2019-01-17 | 1 | -2/+0 |
* | ztest: scrub ddt repair | Brian Behlendorf | 2019-01-17 | 1 | -1/+8 |
* | Update vdev_is_spacemap_addressable() for new spacemap encoding | Serapheim Dimitropoulos | 2019-01-16 | 1 | -5/+9 |
* | ztest: split block reconstruction | Brian Behlendorf | 2019-01-16 | 1 | -2/+1 |
* | Fix zio leak in dbuf_read() | Tom Caputi | 2019-01-15 | 1 | -2/+11 |
* | Minor spelling corrections | Brian Behlendorf | 2019-01-13 | 1 | -3/+3 |
* | Serialize ZTHR operations to eliminate races | Serapheim Dimitropoulos | 2019-01-13 | 5 | -110/+188 |
* | zfs filesystem skipped by df -h | Paul Zuchowski | 2019-01-13 | 1 | -0/+2 |
* | Provide more flexible object allocation interface | Brian Behlendorf | 2019-01-10 | 4 | -51/+135 |
* | Don't allow dnode allocation if dn_holds != 0 | Tom Caputi | 2019-01-10 | 1 | -0/+1 |
* | zfs receive and rollback can skew filesystem_count | loli10K | 2019-01-08 | 1 | -8/+2 |
* | OpenZFS 8473 - scrub does not detect errors on active spares | asomers | 2019-01-08 | 1 | -8/+41 |
* | zfs initialize performance enhancements | George Wilson | 2019-01-07 | 6 | -76/+160 |
* | OpenZFS 9102 - zfs should be able to initialize storage devices | George Wilson | 2019-01-07 | 17 | -26/+1254 |
* | Add zfs module feature and property compatibility | Brian Behlendorf | 2019-01-03 | 1 | -6/+30 |
* | Fix 'zpool remap' freeing race | Brian Behlendorf | 2019-01-02 | 1 | -10/+24 |
* | OpenZFS 9284 - arc_reclaim_thread has 2 jobs | Brad Lewis | 2018-12-26 | 3 | -172/+272 |
* | Fix zfs_dirty_data_sync_percent documentation | Tom Caputi | 2018-12-18 | 1 | -2/+3 |
* | Fix zap_update() ASSERT from ztest | Tom Caputi | 2018-12-14 | 1 | -12/+0 |
* | OpenZFS 9630 - add lzc_rename and lzc_destroy to libzfs_core | Andriy Gapon | 2018-12-14 | 1 | -3/+19 |
* | Fix resilver writes in vdev_indirect_io_start | Tom Caputi | 2018-12-13 | 1 | -8/+15 |
* | Seeing negative values for wlentime and rlentime | Richard Elling | 2018-12-11 | 1 | -3/+4 |
* | Rename macro ZFS_MINOR due to Lustre conflict | Olaf Faaland | 2018-12-10 | 1 | -3/+3 |
* | OpenZFS 9962 - zil_commit should omit cache thrash | Prakash Surya | 2018-12-07 | 4 | -69/+197 |
* | OpenZFS 9963 - Separate tunable for disabling ZIL vdev flush | Prakash Surya | 2018-12-07 | 2 | -8/+19 |
* | OpenZFS 9993 - zil writes can get delayed in zio pipeline | George Wilson | 2018-12-07 | 1 | -1/+2 |
* | Ensure dsl scan prefetch queue is emptied | Tom Caputi | 2018-12-06 | 1 | -0/+20 |
* | Fix dnode_hold() freeing dnode behavior | Brian Behlendorf | 2018-12-05 | 1 | -2/+4 |
* | Fix 'zpool list -v' alignment | Brian Behlendorf | 2018-12-04 | 1 | -0/+6 |
* | Fix ztest deadlock in spa_vdev_remove() | Tom Caputi | 2018-12-04 | 1 | -12/+19 |
* | Detect IO errors during device removal | Brian Behlendorf | 2018-12-04 | 1 | -11/+89 |
* | Fix consistency of ztest_device_removal_active | Tom Caputi | 2018-11-28 | 2 | -9/+2 |
* | zfs_dbgmsg() is not safe from every context | LOLi | 2018-11-28 | 1 | -3/+10 |
* | Remove races from scrub / resilver tests | Tom Caputi | 2018-11-28 | 2 | -5/+31 |
* | Fix coverity defects: CID 184285 | LOLi | 2018-11-11 | 1 | -2/+1 |
* | zed: detect and offline physically removed devices | loli10K | 2018-11-09 | 2 | -0/+5 |
* | Add zpool status -s (slow I/Os) and -p (parseable) | Tony Hutter | 2018-11-08 | 4 | -100/+159 |
* | Update zfs_admin_snapshot value (disabled) | George Melikov | 2018-11-08 | 1 | -1/+2 |
* | Fix divide by zero during indirect split damage | Tom Caputi | 2018-11-07 | 1 | -1/+8 |
* | Fix dirtying vdev config on with RO spa | Tom Caputi | 2018-11-07 | 1 | -2/+3 |
* | Replay logs before starting ztest workers | Tom Caputi | 2018-11-07 | 1 | -2/+9 |
* | Fix vdev removal finishing race | Tom Caputi | 2018-11-07 | 1 | -9/+6 |
* | Make vdev_set_deferred_resilver() recursive | Tom Caputi | 2018-11-07 | 1 | -1/+8 |
* | ztest: reduce gangblock creation | Brian Behlendorf | 2018-11-05 | 1 | -2/+5 |
* | Add libzutil for libzfs or libzpool consumers | Don Brady | 2018-11-05 | 1 | -0/+67 |
* | bpobj_enqueue_subobj() should copy small subobj's | Matthew Ahrens | 2018-10-31 | 1 | -40/+176 |
* | Fix 2 small bugs with cached dsl_scan_phys_t | Tom Caputi | 2018-10-24 | 1 | -1/+4 |
* | Fix ENXIO from spa_ld_verify_logs() in ztest | Tom Caputi | 2018-10-24 | 1 | -3/+9 |
* | Fix ztest deadman panic with indirect vdev damage | Tom Caputi | 2018-10-24 | 1 | -3/+3 |
* | Fix issue with scanning dedup blocks as scan ends | Tom Caputi | 2018-10-24 | 1 | -0/+16 |