aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Linux 6.9: Call add_disk() from workqueue to fix zfs_allow_010_pos (#16282)Tony Hutter2024-06-281-5/+97
* FreeBSD: unregister mountroot eventhandler on unloadMateusz Guzik2024-06-131-7/+14
* FreeBSD: Update use of UMA-related symbols in arc_available_memorybnovkov2024-06-061-10/+10
* icp: remove redundant FreeBSD checkRob Norris2024-05-311-5/+0
* icp: remove unused headersRob Norris2024-05-312-72/+0
* icp: remove skein moduleRob Norris2024-05-313-518/+0
* icp: remove unused SHA2 HMAC mechanismsRob Norris2024-05-312-178/+13
* icp: reorganise SHA2 digest mechanismsRob Norris2024-05-312-39/+11
* icp: remove digest entry pointsRob Norris2024-05-316-455/+8
* icp: remove unused KCF_ macrosRob Norris2024-05-311-37/+0
* icp: remove unusued incremental cipher methodsRob Norris2024-05-313-514/+3
* icp: brutally remove unused AES modesRob Norris2024-05-3110-1203/+57
* icp: remove unused blowfish_ctx and des_ctxRob Norris2024-05-311-28/+0
* FreeBSD: Add const qualifier to members of struct opensolaris_utsnameZhenlei Huang2024-05-301-4/+3
* Simplify issig().Pawel Jakub Dawidek2024-05-299-22/+11
* zed: Add deadman-slot_off.sh zedletBrian Behlendorf2024-05-291-1/+9
* Some improvements to metaslabs evictionAlexander Motin2024-05-292-2/+8
* Destroy ARC buffer in case of fill errorAlexander Motin2024-05-241-0/+1
* Fix assertion in Persistent L2ARCGeorge Amanakis2024-05-241-1/+1
* Use memset to zero stack allocations containing unionsRob N2024-05-241-2/+6
* zap: reuse zap_leaf_t on dbuf reuse after shrinkRob N2024-05-241-9/+25
* Avoid a gcc -Wint-to-pointer-cast warningBrooks Davis2024-05-241-1/+1
* Allow block cloning to be interrupted by a signal.Pawel Jakub Dawidek2024-05-241-0/+5
* FreeBSD: Add zfs_link_create() error handlingAlexander Motin2024-05-163-13/+43
* dbuf: separate refcount calls for dbuf and dbuf_userRob N2024-05-151-9/+19
* zdb/ztest: send dbgmsg output to stderrRob Norris2024-05-142-23/+21
* zfs_dbgmsg_print: make FreeBSD and Linux consistentRob Norris2024-05-142-5/+22
* spa_taskq_dispatch_ent: simplify argumentsRob Norris2024-05-142-18/+17
* spa: flatten spa_taskq_dispatch_ent()Rob Norris2024-05-141-10/+3
* spa: remove spa_taskq_dispatch_sync()Rob Norris2024-05-141-13/+0
* zfs_ioc_send: use a dedicated taskq thread for sendRob Norris2024-05-141-33/+70
* 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