aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* Linux 6.6 compat: use inode_get/set_ctime*(...)Coleman Kane2023-09-215-15/+26
* status: report pool suspension state under failmode=continueRob N2023-09-201-2/+2
* ZIL: Fix potential race on flush deferring.Alexander Motin2023-09-201-0/+9
* Use ASSERT0P() to check that a pointer is NULL.Dag-Erling Smørgrav2023-09-191-1/+1
* Fix l2arc_apply_transforms ztest crash Paul Dagnelie2023-09-191-5/+6
* Update the MOS directory on spa_upgrade_errlog()George Amanakis2023-09-181-0/+9
* Retire z_nr_znodesMateusz Guzik2023-09-185-14/+6
* check-zstd-symbols: also ignore __pfx_ symbolsнаб2023-09-181-1/+1
* Add more constraints for block cloning.Alexander Motin2023-09-091-2/+19
* Intel QAT 1.7 compatibilityVolker Mauel2023-09-071-0/+2
* Linux 6.5 compat: spl: properly unregister sysctl entriesAndrea Righi2023-09-071-3/+18
* Selectable block allocatorsednadolski-ix2023-09-015-31/+117
* Linux 6.5 compat: safe cleanup in spl_proc_fini()Andrea Righi2023-09-011-18/+18
* ZIL: Change ZIOs issue order.Alexander Motin2023-09-011-2/+2
* ZIL: Revert zl_lock scope reduction.Alexander Motin2023-09-011-19/+11
* ZIL: Tune some assertions.Alexander Motin2023-09-011-6/+9
* dmu_buf_will_clone: change assertion to fix 32-bit compiler warningDimitry Andric2023-08-311-1/+1
* Increase limit of redaction list by using spill blockPaul Dagnelie2023-08-265-24/+83
* Update outdated assertion from zio_write_compressSerapheim Dimitropoulos2023-08-251-2/+3
* ZIL: Second attempt to reduce scope of zl_issuer_lock.Alexander Motin2023-08-244-366/+325
* copy_file_range: fix fallback when source create on same txgRob N2023-08-143-6/+9
* ZIL: Replay blocks without next block pointer.Alexander Motin2023-08-111-2/+2
* ZIL: Avoid dbuf_read() before dmu_sync(). Alexander Motin2023-08-113-5/+12
* Linux 6.5 compat: Use copy_splice_read instead of filemap_splice_readColeman Kane2023-08-081-2/+2
* zfs_clone_range should return a descriptive error codesoromenahar2023-08-084-12/+13
* Linux 6.5 compat: replace generic_file_splice_read with filemap_splice_readColeman Kane2023-08-071-0/+4
* Refactor dmu_prefetch().Alexander Motin2023-08-076-57/+71
* Fix some typosMateusz Piotrowski2023-08-071-1/+1
* Linux 6.5 compat: register_sysctl_table removedColeman Kane2023-08-021-3/+23
* Revert "Linux 6.5 compat: register_sysctl_table removed"Brian Atkinson2023-08-011-23/+3
* linux/copy_file_range: properly request a fallback copy on Linux <5.3Rob N2023-08-011-0/+7
* zdb: include cloned blocks in block statisticsRob N2023-08-011-0/+31
* linux: zfs: ctldir: set [amc]time to snapshot's creation propertyнаб2023-08-011-5/+21
* Linux 4.20 compat: wrapper function for iov_iter type accessColeman Kane2023-08-011-5/+2
* Linux 6.4 compat: iter_iov() function now used to get old iov memberColeman Kane2023-08-011-5/+3
* Linux 6.5 compat: blkdev changesColeman Kane2023-08-014-14/+83
* Linux 6.5 compat: register_sysctl_table removedColeman Kane2023-08-011-3/+23
* Remove fastwrite mechanism.Alexander Motin2023-07-284-117/+8
* BRT should return EOPNOTSUPPoromenahar2023-07-272-7/+11
* Avoid waiting in dmu_sync_late_arrival().Alexander Motin2023-07-271-1/+7
* Remove zl_issuer_lock from zil_suspend().Alexander Motin2023-07-251-4/+0
* linux: implement filesystem-side copy/clone functions for EL7Rob Norris2023-07-244-8/+34
* linux: implement filesystem-side clone ioctlsRob Norris2023-07-242-0/+85
* linux: implement filesystem-side copy/clone functionsRob Norris2023-07-243-1/+196
* dbuf_sync_leaf: check DB_READ in state assertionsRob Norris2023-07-241-0/+9
* dmu_buf_will_clone: only check that current txg is cleanRob Norris2023-07-241-1/+1
* brt_vdev_realloc: use vmem_alloc for large allocationRob Norris2023-07-241-3/+3
* zfs_clone_range: use vmem_malloc for large allocationRob Norris2023-07-241-2/+2
* ZIL: Fix config lock deadlock.Alexander Motin2023-07-241-7/+27
* metaslab: tuneable to better control force gangingRob N2023-07-211-2/+12