aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Drop unused ZNODE_STATS and ZNODE_STAT_ADD()Tomohiro Kusumi2019-04-191-14/+0
* Fix incorrect "[UNUSED]" commentsTomohiro Kusumi2019-04-191-2/+2
* Code improvement and bug fixes for QAT supportcfzhu2019-04-164-38/+143
* Restructure vec_idx loopsRichard Laager2019-04-163-42/+48
* Update a comment to match the codeRichard Laager2019-04-161-2/+2
* Consistently captialize GUID for featuresRichard Laager2019-04-161-5/+5
* Fix the spelling of deferredRichard Laager2019-04-161-1/+1
* Fix issues with truncated files in raw sendsTom Caputi2019-04-151-8/+12
* Cleanup nits from ab7615d92Tom Caputi2019-04-141-2/+0
* Fix issue in receive_object() during reallocationBrian Behlendorf2019-04-121-1/+6
* Fix TXG_MASK cstyleBrian Behlendorf2019-04-124-16/+18
* Always call rw_init in zio_crypt_key_unwrapJorgen Lundman2019-04-101-1/+2
* Avoid stack overwrite in zfs_setattr_dir()Tim Chase2019-04-101-1/+2
* Unbreak build on Linux kernel < 3.10Tomohiro Kusumi2019-04-081-4/+0
* Revert "Fix issues with truncated files in raw sends"Brian Behlendorf2019-04-053-13/+14
* predictive prefetch disabled on new pools until export/rebootMatthew Ahrens2019-04-051-1/+2
* features.kernel layout should match features.poolDon Brady2019-04-041-20/+46
* Restrict kstats and print real pointersSara Hartse2019-04-0411-12/+25
* Fix txg_wait_open() load average inflationBrian Behlendorf2019-04-042-5/+25
* Add TRIM supportBrian Behlendorf2019-03-2920-215/+2284
* Fix issues with truncated files in raw sendsTom Caputi2019-03-273-18/+28
* Fix vd_path and error in spa_vdev_remove()Igor K2019-03-221-5/+12
* 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