aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Double-free of encryption wrapping key due to invalid pool propertiesloli10K2019-05-281-12/+9
* Update descriptions for vnopsTomohiro Kusumi2019-05-252-13/+14
* Fix embedded bp accounting in count_block()Tom Caputi2019-05-251-0/+7
* Linux 5.2 compat: Directly call wait_on_page_bit()Tomohiro Kusumi2019-05-251-2/+4
* Linux 5.2 compat: Remove config/kernel-set-fs-pwd.m4Tomohiro Kusumi2019-05-251-4/+0
* Drop local definition of MOUNT_BUSYTomohiro Kusumi2019-05-241-2/+1
* Device removal panics on 32-bit systemsloli10K2019-05-241-1/+2
* Fix coverity defects: CID 186143loli10K2019-05-231-1/+1
* kernel timer API reworkRafael Kitover2019-05-232-28/+25
* Fix kstat state update during pool transitionRichard Elling2019-05-231-2/+12
* Linux 5.2 compat: rw_tryupgrade()Brian Behlendorf2019-05-232-4/+19
* Fix incorrect assertion in dnode_dirty_l1rangePaul Dagnelie2019-05-191-1/+2
* zpool import progress kstatOlaf Faaland2019-05-092-2/+234
* Add missing trailing '\n' in printk() messagesTomohiro Kusumi2019-05-082-2/+3
* Fix link count of root inode when snapdir is visibleTomohiro Kusumi2019-05-081-0/+6
* Linux 5.0 compat: ASM_BUG macroBrian Behlendorf2019-05-084-40/+40
* Fix errant EFAULT during writes (#8719)Brian Behlendorf2019-05-084-16/+16
* Make zfs_special_class_metadata_reserve_pct into a parameterDeHackEd2019-05-071-0/+5
* Fix send/recv lost spill blockBrian Behlendorf2019-05-075-15/+142
* Fix `zfs set atime|relatime=off|on` behavior on inherited datasetsTomohiro Kusumi2019-05-073-9/+61
* Fix typo/etc in module/zfs/zfs_ctldir.cTomohiro Kusumi2019-05-051-4/+3
* Linux 5.0 compat: Use totalhigh_pages()Tomohiro Kusumi2019-05-041-1/+1
* Improve rate at which new zvols are processedJohn Gallagher2019-05-042-86/+116
* Reword comment in lz4_compress_zfsMatthew Ahrens2019-05-021-4/+4
* Add feature check for 'zpool resilver' commandTom Caputi2019-05-021-0/+4
* Correct snprintf() size argumentTomohiro Kusumi2019-04-302-3/+2
* Linux 5.0 compat: Remove incorrect ASSERTBrian Behlendorf2019-04-291-1/+0
* Use NV_ENCODE_NATIVE for nvlist encoding variableTomohiro Kusumi2019-04-261-1/+2
* Use SEEK_{SET,CUR,END} for file seek "whence"Tomohiro Kusumi2019-04-256-13/+13
* Fixes for the DMU free throttleTom Caputi2019-04-251-29/+36
* 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