summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* fat zap should prefetch when iteratingMatthew Ahrens2019-09-254-7/+110
* Target ARC size can get reduced to arc_c_minMatthew Ahrens2019-09-251-2/+0
* Fix typo in vdev_raidz_math.cbnjf2019-09-251-1/+1
* Allow metaslab to be unloaded even when not freed fromPaul Dagnelie2019-09-252-22/+39
* l2arc_apply_transforms: Fix typo in commentAllan Jude2019-09-251-1/+1
* Reduced IOPS when all vdevs are in the zfs_mg_fragmentation_thresholdSerapheim Dimitropoulos2019-09-251-5/+20
* Drop objid argument in zfs_znode_alloc() (sync with OpenZFS)Tomohiro Kusumi2019-09-251-5/+4
* Remove vn_set_fs_pwd()/vn_set_pwd() (no need to be at / during insmod)Tomohiro Kusumi2019-09-253-67/+1
* Update descriptions for vnopsTomohiro Kusumi2019-09-252-13/+14
* Drop local definition of MOUNT_BUSYTomohiro Kusumi2019-09-251-2/+1
* kernel timer API reworkRafael Kitover2019-09-252-28/+25
* Fix comparison signedness in arc_is_overflowing()Alexander Motin2019-06-111-2/+2
* Fix incorrect error message for raw receiveTom Caputi2019-06-111-2/+9
* Reinstate raw receive check when truncatingTom Caputi2019-06-071-1/+15
* Fix integer overflow of ZTOI(zp)->i_generationTom Caputi2019-06-071-1/+1
* Wait in 'S' state when send/recv pipe is blockingDeHackEd2019-06-071-2/+2
* Make zfs_async_block_max_blocks handle zero correctlyTulsiJain2019-06-071-1/+3
* Revert "Report holes when there are only metadata changes"Brian Behlendorf2019-06-071-28/+3
* Exclude log device ashift from normal classBrian Behlendorf2019-06-071-4/+1
* Fix integer overflow in get_next_chunk()madz2019-06-071-2/+2
* Double-free of encryption wrapping key due to invalid pool propertiesloli10K2019-06-071-12/+9
* Fix embedded bp accounting in count_block()Tom Caputi2019-06-071-0/+7
* Linux 5.2 compat: Directly call wait_on_page_bit()Tomohiro Kusumi2019-06-071-2/+4
* Linux 5.2 compat: Remove config/kernel-set-fs-pwd.m4Tomohiro Kusumi2019-06-071-4/+0
* Device removal panics on 32-bit systemsloli10K2019-06-071-1/+2
* Fix coverity defects: CID 186143loli10K2019-06-071-1/+1
* 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