aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* zvol: Temporally disable blk-mqTony Hutter2023-10-101-12/+0
* FreeBSD: Reduce divergence from in-tree sourcesAlexander Motin2023-10-102-2/+2
* ZIL: Reduce maximum size of WR_COPIED to 7.5KAlexander Motin2023-10-071-6/+11
* import: require force when cachefile hostid doesn't match on-diskRob Norris2023-10-071-0/+18
* Reduce number of metaslab preload taskq threads.Alexander Motin2023-10-073-44/+29
* ARC: Drop different size headers for cryptoAlexander Motin2023-10-071-175/+8
* ARC: Remove b_bufcnt/b_ebufcnt from ARC headersAlexander Motin2023-10-071-70/+35
* ARC: Remove b_cv from struct l1arc_buf_hdrAlexander Motin2023-10-071-12/+22
* Add BTI landing pads to the AArch64 SHA2 assemblyAndrew Turner2023-10-042-0/+5
* Report ashift of L2ARC devices in zdbGeorge Amanakis2023-10-031-0/+10
* Restrict short block cloning requestsAlexander Motin2023-10-031-0/+13
* Tweak rebuild in-flight hard limitBrian Behlendorf2023-10-031-2/+2
* Fix ENOSPC for extended quotaAkash B2023-09-281-14/+8
* Don't allocate from new metaslabsPaul Dagnelie2023-09-281-0/+9
* status: report pool suspension state under failmode=continueRob N2023-09-221-2/+2
* Fix l2arc_apply_transforms ztest crash Paul Dagnelie2023-09-221-5/+6
* ZIL: Fix potential race on flush deferring.Alexander Motin2023-09-201-0/+9
* Retire z_nr_znodesMateusz Guzik2023-09-195-14/+6
* check-zstd-symbols: also ignore __pfx_ symbolsнаб2023-09-191-1/+1
* Update the MOS directory on spa_upgrade_errlog()George Amanakis2023-09-191-0/+9
* Linux 6.5 compat: spl: properly unregister sysctl entriesAndrea Righi2023-09-191-3/+18
* Linux 6.5 compat: safe cleanup in spl_proc_fini()Andrea Righi2023-09-191-18/+18
* Linux 6.5 compat: Use copy_splice_read instead of filemap_splice_readColeman Kane2023-09-191-2/+2
* Linux 6.5 compat: replace generic_file_splice_read with filemap_splice_readColeman Kane2023-09-191-0/+4
* Linux 6.5 compat: register_sysctl_table removedColeman Kane2023-09-191-3/+23
* Revert "Linux 6.5 compat: register_sysctl_table removed"Brian Atkinson2023-09-191-23/+3
* Linux 4.20 compat: wrapper function for iov_iter type accessColeman Kane2023-09-191-5/+2
* Linux 6.4 compat: iter_iov() function now used to get old iov memberColeman Kane2023-09-191-5/+3
* Linux 6.5 compat: blkdev changesColeman Kane2023-09-194-14/+83
* Linux 6.5 compat: register_sysctl_table removedColeman Kane2023-09-191-3/+23
* Add more constraints for block cloning.Alexander Motin2023-09-101-2/+19
* Intel QAT 1.7 compatibilityVolker Mauel2023-09-071-0/+2
* ZIL: Change ZIOs issue order.Alexander Motin2023-09-021-2/+2
* ZIL: Revert zl_lock scope reduction.Alexander Motin2023-09-021-19/+11
* ZIL: Tune some assertions.Alexander Motin2023-09-021-6/+9
* dmu_buf_will_clone: change assertion to fix 32-bit compiler warningDimitry Andric2023-09-011-1/+1
* Update outdated assertion from zio_write_compressSerapheim Dimitropoulos2023-08-261-2/+3
* copy_file_range: fix fallback when source create on same txgRob N2023-08-253-6/+9
* zfs_clone_range should return a descriptive error codesoromenahar2023-08-254-12/+13
* Fix some typosMateusz Piotrowski2023-08-251-1/+1
* ZIL: Second attempt to reduce scope of zl_issuer_lock.Alexander Motin2023-08-254-366/+325
* ZIL: Replay blocks without next block pointer.Alexander Motin2023-08-251-2/+2
* ZIL: Avoid dbuf_read() before dmu_sync(). Alexander Motin2023-08-253-5/+12
* Remove fastwrite mechanism.Alexander Motin2023-08-254-117/+8
* Avoid waiting in dmu_sync_late_arrival().Alexander Motin2023-08-251-1/+7
* linux: zfs: ctldir: set [amc]time to snapshot's creation propertyнаб2023-08-021-5/+21
* linux/copy_file_range: properly request a fallback copy on Linux <5.3Rob N2023-08-021-0/+7
* zdb: include cloned blocks in block statisticsRob N2023-08-021-0/+31
* BRT should return EOPNOTSUPPoromenahar2023-07-272-7/+11
* linux: implement filesystem-side copy/clone functions for EL7Rob Norris2023-07-264-8/+34