summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Panic when running 'zpool split'Roman Strashkin2019-03-221-0/+12
* ZFS Reads may result in unneccesary calls to zil_commitGeorge Wilson2019-03-221-1/+9
* MMP interval and fail_intervals in uberblockOlaf Faaland2019-03-214-119/+364
* Mutex leak in dsl_dataset_hold_obj()Jorgen Lundman2019-03-211-0/+4
* QAT: Allocate digest_buffer using QAT_PHYS_CONTIG_ALLOC()cfzhu2019-03-211-1/+10
* Report holes when there are only metadata changesBrian Behlendorf2019-03-211-3/+28
* Add missing dmu_zfetch_fini() in dnode_move_impl()Julian Heuking2019-03-201-1/+1
* Fix l2arc_evict() destroy raceBrian Behlendorf2019-03-151-24/+30
* Multiple DVA Scrubbing FixTom Caputi2019-03-153-64/+201
* Make zpool status counters match error events countTony Hutter2019-03-143-14/+21
* Fix memory leaks in zfsvfs_create_impl()Tom Caputi2019-03-141-9/+14
* Better user experience for errata 4Tom Caputi2019-03-142-0/+20
* Add separate aggregation limit for non-rotating mediaAlexander Motin2019-03-131-1/+10
* OpenZFS 9914 - NV_UNIQUE_NAME_TYPE broken after 9580Andrew Stormont2019-03-131-1/+2
* Detect and prevent mixed raw and non-raw sendsTom Caputi2019-03-139-44/+257
* Add bookmark v2 on-disk featureTom Caputi2019-03-132-3/+20
* Fix handling of maxblkid for raw sendsTom Caputi2019-03-136-27/+81
* Fix most zfs_arc_* mod params not actually being modifiable at runtimeJustin Gottula2019-03-121-0/+8
* Avoid retrieving unused snapshot propsAlek P2019-03-121-18/+60
* Fix vdev_initialize_restart / removal raceBrian Behlendorf2019-03-121-2/+4
* MMP writes rotate over leavesOlaf Faaland2019-03-123-66/+61
* zfs does not honor NFS sync write semanticsGeorge Wilson2019-03-111-2/+30
* Fix lockdep between ds_lock and dd_lock in dsl_dataset_namelen()mzhivich2019-03-111-1/+1
* Linux 5.1 compat: get_ds() removedBrian Behlendorf2019-03-071-3/+3
* Stack overflow in recursive bpobj_iterate_implPaul Zuchowski2019-03-062-102/+244
* Fix race in vdev_initialize_threadBrian Behlendorf2019-03-061-0/+7
* Fix style of spl_kmem_cache_create()Matthew Ahrens2019-02-281-35/+34
* Do not resume a pool if multihost is enabledOlaf Faaland2019-02-281-0/+7
* 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