aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Simplified the scope of the namespace lockDon Brady2024-05-142-31/+22
* Add support for parallel pool exportsDon Brady2024-05-146-26/+85
* Linux: disable lockdep for a couple of locksBrian Behlendorf2024-05-132-4/+4
* ZAP: Fix leaf references on zap_expand_leaf() errorsAlexander Motin2024-05-101-13/+14
* Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.chenqiuhao19972024-05-109-17/+22
* Fix ZIL clone records for legacy holesAlexander Motin2024-05-091-5/+3
* Fix scn_queue races on very old poolsAlexander Motin2024-05-091-0/+6
* Replace usage of schedule_timeout with schedule_timeout_interruptible (#16150)Daniel Perry2024-05-093-3/+4
* Disable high priority ZIO threads on FreeBSD and LinuxAlexander Motin2024-05-032-8/+15
* vdev_disk: disable flushes if device does not support itRob N2024-05-021-2/+5
* Improve write issue taskqs utilizationAlexander Motin2024-05-014-33/+73
* Slightly improve dnode hashAlexander Motin2024-05-011-3/+3
* zio: try to execute TYPE_NULL ZIOs on the current taskRob N2024-04-291-4/+6
* vdev probe to slow disk can stall mmp write checkerDon Brady2024-04-298-37/+126
* GCC: Fixes for gcc 14 on Fedora 40Tony Hutter2024-04-291-2/+3
* Fix updating the zvol_htable when renaming a zvolAlan Somers2024-04-252-2/+2
* Fast Dedup: ZAP ShrinkingAllan Jude2024-04-241-8/+328
* Make more taskq parameters writableAlexander Motin2024-04-241-4/+4
* L2ARC: Cleanup buffer re-compressionAlexander Motin2024-04-231-39/+20
* Refactor dbuf_read() for safer decryptionAlexander Motin2024-04-221-110/+104
* Parallel pool importGeorge Wilson2024-04-226-41/+199
* abd_iter_page: rework to handle multipage scatterlistsRob N2024-04-191-46/+74
* Handle FLUSH errors as "expected"Alexander Motin2024-04-191-1/+2
* Fix: FreeBSD Arm64 does not build currentlyTino Reichardt2024-04-192-2/+2
* Do no use .cfi_negate_ra_state within the assembly on Arm64Tino Reichardt2024-04-152-5/+21
* Add the BTI elf note to the AArch64 SHA2 assemblyAndrew Turner2024-04-152-0/+20
* zinject: "no-op" error injectionRob N2024-04-151-0/+10
* zio: rename ZIO_TYPE_IOCTL to ZIO_TYPE_FLUSHRob Norris2024-04-119-26/+26
* zio: remove io_cmd and DKIOCFLUSHWRITECACHERob Norris2024-04-118-152/+104
* zio: remove zio_ioctl()Rob Norris2024-04-111-15/+16
* vdev_disk: fix alignment check when buffer has non-zero starting offsetRob Norris2024-04-111-1/+1
* tests: add test for vdev_disk page alignment checkRob Norris2024-04-111-0/+6
* Illumos#16463 zfs_ioc_recv leaks nvlistAndy Fiddaman2024-04-111-11/+19
* Add custom debug printing for your assertsRich Ercolani2024-04-101-2/+3
* L2ARC: Relax locking during writeAlexander Motin2024-04-095-98/+127
* Small fix to prefetch ranges aggregationAlexander Motin2024-04-091-2/+2
* Remove db_state DB_NOFILL checks from syncing contextAlexander Motin2024-04-081-25/+19
* Speculative prefetch for reordered requestsAlexander Motin2024-04-082-57/+240
* Fix read errors race after block cloningAlexander Motin2024-04-081-21/+20
* zinject: inject device errors into ioctlsRob N2024-04-082-5/+8
* vdev_disk: ensure trim errors are returned immediatelyRob N2024-04-081-45/+86
* zvol_os: fix compile with blk-mq on Linux 4.xRob N2024-04-081-0/+5
* zvol_os: fix build on Linux <3.13Rob N2024-04-081-1/+2
* zvol: use multiple taskqAmeer Hamza2024-04-031-10/+92
* Fix panics when truncating/deleting filesPavel Snajdr2024-04-031-10/+8
* Makefile.bsd: sort and cleanup source file listRob N2024-04-031-40/+45
* Linux 6.9 compat: blk_alloc_disk() now takes two argsRob Norris2024-04-031-1/+22
* Linux 6.9 compat: bdev handles are now struct fileRob Norris2024-04-031-5/+19
* vdev_disk: don't touch vbio after its handed off to the kernelRob N2024-04-031-5/+6
* xdr: header cleanupRob N2024-04-032-0/+2