aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.16: use bdev_nr_bytes() to get device capacityRob Norris2024-07-161-5/+9
* Linux 6.10: work harder to avoid kmem_cache_alloc reuseRob Norris2024-07-161-10/+2
* Linux 6.10: rework queue limits setupRob Norris2024-07-161-70/+116
* Linux 6.9: Fix UBSAN errors in zap_micro.cTony Hutter2024-07-161-0/+1
* Linux 6.9: Call add_disk() from workqueue to fix zfs_allow_010_pos (#16282)Tony Hutter2024-07-161-5/+97
* head_errlog: fix use-after-freeGeorge Amanakis2024-07-151-2/+5
* Fix assertion in Persistent L2ARCGeorge Amanakis2024-05-291-1/+1
* FreeBSD: Add zfs_link_create() error handlingAlexander Motin2024-05-293-13/+43
* ZAP: Fix leaf references on zap_expand_leaf() errorsAlexander Motin2024-05-291-13/+14
* Fix ZIL clone records for legacy holesAlexander Motin2024-05-291-5/+3
* Fix scn_queue races on very old poolsAlexander Motin2024-05-291-0/+6
* Slightly improve dnode hashAlexander Motin2024-05-291-3/+3
* Make more taskq parameters writableAlexander Motin2024-05-291-4/+4
* L2ARC: Cleanup buffer re-compressionAlexander Motin2024-05-291-39/+20
* Refactor dbuf_read() for safer decryptionAlexander Motin2024-05-291-110/+104
* Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.chenqiuhao19972024-05-138-16/+20
* Fix updating the zvol_htable when renaming a zvolAlan Somers2024-04-302-2/+2
* Add prefetch property Brian Behlendorf2024-04-303-1/+36
* vdev probe to slow disk can stall mmp write checkerDon Brady2024-04-308-37/+126
* Extend import_progress kstat with a notes fieldDon Brady2024-04-293-9/+118
* Add ashift validation when adding devices to a poolGeorge Wilson2024-04-292-4/+14
* Use ASSERT0P() to check that a pointer is NULL.Dag-Erling Smørgrav2024-04-291-1/+1
* GCC: Fixes for gcc 14 on Fedora 40Tony Hutter2024-04-291-2/+3
* Do no use .cfi_negate_ra_state within the assembly on Arm64Tino Reichardt2024-04-292-5/+21
* Add the BTI elf note to the AArch64 SHA2 assemblyAndrew Turner2024-04-292-0/+20
* Fix panics when truncating/deleting filesPavel Snajdr2024-04-291-10/+8
* Add slow disk diagnosis to ZEDDon Brady2024-04-294-0/+66
* xdr: header cleanupRob N2024-04-292-0/+2
* Linux 6.9 compat: blk_alloc_disk() now takes two argsRob Norris2024-04-221-1/+22
* Linux 6.9 compat: bdev handles are now struct fileRob Norris2024-04-221-5/+19
* vdev_disk: clean up spa/bdev mode conversionRob N2024-04-221-42/+39
* zvols: prevent overflow of minor device numbersFabian-Gruenbichler2024-04-221-0/+7
* L2ARC: Relax locking during writeAlexander Motin2024-04-195-98/+127
* Small fix to prefetch ranges aggregationAlexander Motin2024-04-191-2/+2
* Remove db_state DB_NOFILL checks from syncing contextAlexander Motin2024-04-191-25/+19
* Speculative prefetch for reordered requestsAlexander Motin2024-04-192-57/+240
* Fix read errors race after block cloningAlexander Motin2024-04-191-21/+20
* Improve dbuf_read() error reportingAlexander Motin2024-04-191-18/+20
* BRT: Fix holes cloning.Alexander Motin2024-04-191-13/+13
* BRT: Skip getting length in brt_entry_lookup()Alexander Motin2024-04-191-16/+2
* BRT: Make BRT block sizes configurableAlexander Motin2024-04-191-11/+11
* BRT: Relax brt_pending_apply() lockingAlexander Motin2024-04-191-11/+5
* ZAP: Massively switch to _by_dnode() interfacesAlexander Motin2024-04-196-170/+191
* BRT: Skip duplicate BRT prefetchesAlexander Motin2024-04-191-3/+3
* ZAP: Some cleanups/micro-optimizationsAlexander Motin2024-04-191-43/+34
* BRT: Change brt_pending_tree sorting orderAlexander Motin2024-04-191-6/+7
* Update resume token at object receive.Alexander Motin2024-04-191-0/+10
* Linux: Cleanup taskq threads spawn/exitAlexander Motin2024-04-191-56/+29
* Refactor dmu_prefetch().Alexander Motin2024-04-196-57/+71
* ZIL: Improve next log block size predictionAlexander Motin2024-04-191-71/+196