aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* abd_alloc should use scatter for >1K allocationsMatthew Ahrens2019-02-281-2/+30
* Fix overly broad spa config lockBrian Behlendorf2019-02-272-5/+4
* Error path in metaslab_load_impl() forgets to drop ms_sync_lockSerapheim Dimitropoulos2019-02-251-1/+3
* zvol: allow rename of in use ZVOL datasetloli10K2019-02-221-6/+0
* zpool reports 16E expandsize on disks with oddball number of sectorsloli10K2019-02-222-4/+22
* Fix dnode_hold_impl() soft lockuplidongyang2019-02-221-56/+52
* Don't enter zvol's rangelock for read bio with size 0Tomohiro Kusumi2019-02-201-0/+10
* Introduce auxiliary metaslab histogramsSerapheim Dimitropoulos2019-02-202-18/+296
* Prevent user accounting on readonly poolloli10K2019-02-191-2/+4
* Delay injection can cause indefinitely hung ziosSara Hartse2019-02-151-0/+1
* zio_deadman_impl() fix and enhancementTim Chase2019-02-151-9/+14
* zfs should optionally send holdsPaul Zuchowski2019-02-152-2/+23
* Fix obsolete comment on rangelockTomohiro Kusumi2019-02-141-1/+1
* Freeing throttle should account for holesAlek P2019-02-121-10/+31
* port async unlinked drain from illumos-nexentaAlek P2019-02-125-9/+142
* Get rid of space_map_update() for ms_synced_lengthSerapheim Dimitropoulos2019-02-128-194/+188
* ZVOLs should not be allowed to have childrenloli10K2019-02-084-7/+80
* Pool allocation classes misplacing small file blocksloli10K2019-02-081-1/+1
* Fix ARC stats for embedded blkptrsTim Chase2019-02-041-15/+32
* Simplify log vdev removal codeSerapheim Dimitropoulos2019-01-312-54/+14
* vs_alloc can underflow in L2ARC vdevsSerapheim Dimitropoulos2019-01-312-6/+16
* Don't acquire zthr_request_lock in zthr_wakeupSara Hartse2019-01-301-18/+36
* 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