summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* Linux 5.0 compat: Fix bio_set_dev()Brian Behlendorf2019-01-281-2/+27
* Linux 5.0 compat: Fix SUBDIRsTony Hutter2019-01-281-3/+3
* Linux 5.0 compat: Convert MS_* macros to SB_*Tony Hutter2019-01-282-12/+14
* Linux 5.0 compat: Use totalram_pages()Tony Hutter2019-01-281-2/+2
* Linux 5.0 compat: access_ok() drops 'type' parameterTony Hutter2019-01-281-2/+1
* Change target size of metaslabs from 256GB to 16GBSerapheim Dimitropoulos2019-01-251-36/+50
* Rename range_tree_verify to range_tree_verify_not_presentSerapheim Dimitropoulos2019-01-252-11/+11
* Use proper tag for spa config refcounts in mmp_write_uberblock()Tim Chase2019-01-251-1/+1
* Fix bad kmem_free() in zvol_rename_minors_impl()Tom Caputi2019-01-231-1/+1
* ztest: creates partially initialized root datasetloli10K2019-01-181-8/+10
* Remove zfs_sync() panicking kernel checkBrian Behlendorf2019-01-181-7/+0
* Factor metaslab_load_wait() in metaslab_load()Serapheim Dimitropoulos2019-01-182-47/+49
* Fix 0 byte memory leak in zfs receiveTom Caputi2019-01-181-1/+6
* Off-by-one in zap_leaf_array_create()loli10K2019-01-181-4/+1
* Simplify spa_sync by breaking it up to smaller functionsSerapheim Dimitropoulos2019-01-182-169/+200
* Fix error handling incallers of dbuf_hold_level()Tom Caputi2019-01-174-6/+29
* Remove unused vdev_t fieldsSerapheim Dimitropoulos2019-01-171-2/+0
* ztest: scrub ddt repairBrian Behlendorf2019-01-171-1/+8
* Update vdev_is_spacemap_addressable() for new spacemap encodingSerapheim Dimitropoulos2019-01-161-5/+9
* ztest: split block reconstructionBrian Behlendorf2019-01-161-2/+1
* Fix zio leak in dbuf_read()Tom Caputi2019-01-151-2/+11
* Minor spelling correctionsBrian Behlendorf2019-01-131-3/+3
* Serialize ZTHR operations to eliminate racesSerapheim Dimitropoulos2019-01-135-110/+188
* zfs filesystem skipped by df -hPaul Zuchowski2019-01-131-0/+2
* Provide more flexible object allocation interfaceBrian Behlendorf2019-01-104-51/+135
* Don't allow dnode allocation if dn_holds != 0Tom Caputi2019-01-101-0/+1
* zfs receive and rollback can skew filesystem_countloli10K2019-01-081-8/+2
* OpenZFS 8473 - scrub does not detect errors on active sparesasomers2019-01-081-8/+41
* zfs initialize performance enhancementsGeorge Wilson2019-01-076-76/+160
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-0717-26/+1254
* Add zfs module feature and property compatibilityBrian Behlendorf2019-01-031-6/+30
* Fix 'zpool remap' freeing raceBrian Behlendorf2019-01-021-10/+24
* OpenZFS 9284 - arc_reclaim_thread has 2 jobsBrad Lewis2018-12-263-172/+272
* Fix zfs_dirty_data_sync_percent documentationTom Caputi2018-12-181-2/+3
* Fix zap_update() ASSERT from ztestTom Caputi2018-12-141-12/+0
* OpenZFS 9630 - add lzc_rename and lzc_destroy to libzfs_coreAndriy Gapon2018-12-141-3/+19
* Fix resilver writes in vdev_indirect_io_startTom Caputi2018-12-131-8/+15
* Seeing negative values for wlentime and rlentimeRichard Elling2018-12-111-3/+4
* Rename macro ZFS_MINOR due to Lustre conflictOlaf Faaland2018-12-101-3/+3
* OpenZFS 9962 - zil_commit should omit cache thrashPrakash Surya2018-12-074-69/+197
* OpenZFS 9963 - Separate tunable for disabling ZIL vdev flushPrakash Surya2018-12-072-8/+19
* OpenZFS 9993 - zil writes can get delayed in zio pipelineGeorge Wilson2018-12-071-1/+2
* Ensure dsl scan prefetch queue is emptiedTom Caputi2018-12-061-0/+20
* Fix dnode_hold() freeing dnode behaviorBrian Behlendorf2018-12-051-2/+4
* Fix 'zpool list -v' alignmentBrian Behlendorf2018-12-041-0/+6
* Fix ztest deadlock in spa_vdev_remove()Tom Caputi2018-12-041-12/+19
* Detect IO errors during device removalBrian Behlendorf2018-12-041-11/+89
* Fix consistency of ztest_device_removal_activeTom Caputi2018-11-282-9/+2
* zfs_dbgmsg() is not safe from every contextLOLi2018-11-281-3/+10
* Remove races from scrub / resilver testsTom Caputi2018-11-282-5/+31