aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* looping in metaslab_block_picker impacts performance on fragmented poolsMatthew Ahrens2019-06-131-60/+83
* Restrict filesystem creation if name referred either '.' or '..'Tulsi Jain2019-06-131-0/+21
* ztest: dmu_tx_assign() gets ENOSPC in spa_vdev_remove_thread()Matthew Ahrens2019-06-131-1/+1
* Fix lockdep warning on insmodTomohiro Kusumi2019-06-121-0/+5
* fat zap should prefetch when iteratingMatthew Ahrens2019-06-124-7/+110
* Target ARC size can get reduced to arc_c_minMatthew Ahrens2019-06-121-2/+0
* Fix typo in vdev_raidz_math.cbnjf2019-06-121-1/+1
* single-chunk scatter ABDs can be treated as linearMatthew Ahrens2019-06-113-53/+92
* make zil max block size tunableMatthew Ahrens2019-06-103-9/+71
* Fix comparison signedness in arc_is_overflowing()Alexander Motin2019-06-101-2/+2
* Fix incorrect error message for raw receiveTom Caputi2019-06-101-2/+9
* Allow metaslab to be unloaded even when not freed fromPaul Dagnelie2019-06-062-22/+39
* Reinstate raw receive check when truncatingTom Caputi2019-06-061-1/+15
* l2arc_apply_transforms: Fix typo in commentAllan Jude2019-06-061-1/+1
* Reduced IOPS when all vdevs are in the zfs_mg_fragmentation_thresholdSerapheim Dimitropoulos2019-06-061-5/+20
* Fix integer overflow of ZTOI(zp)->i_generationTom Caputi2019-06-061-1/+1
* Drop objid argument in zfs_znode_alloc() (sync with OpenZFS)Tomohiro Kusumi2019-06-051-5/+4
* Wait in 'S' state when send/recv pipe is blockingDeHackEd2019-06-031-2/+2
* Make zfs_async_block_max_blocks handle zero correctlyTulsiJain2019-06-031-1/+3
* Revert "Report holes when there are only metadata changes"Brian Behlendorf2019-05-301-28/+3
* Remove vn_set_fs_pwd()/vn_set_pwd() (no need to be at / during insmod)Tomohiro Kusumi2019-05-293-67/+1
* Exclude log device ashift from normal classBrian Behlendorf2019-05-291-4/+1
* Fix integer overflow in get_next_chunk()madz2019-05-291-2/+2
* 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