aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* dbuf: Handle arcbuf assignment after block cloningAlexander Motin2024-01-081-1/+11
* DMU: Fix lock leak on dbuf_hold() errorAlexander Motin2024-01-081-1/+1
* BRT: Limit brt_vdev_dump() to only one vdevAlexander Motin2024-01-081-47/+33
* ZIL: Remove 128K into 2x68K LWB split optimizationAlexander Motin2024-01-081-2/+0
* Allow block cloning across encrypted datasetsoromenahar2024-01-083-18/+47
* ZIL: Do not clone blocks from the futureAlexander Motin2024-01-082-10/+43
* ZIL: Remove TX_CLONE_RANGE replay for ZVOLs.Alexander Motin2024-01-081-59/+1
* ZIO: Add overflow checks for linear buffersAlexander Motin2024-01-081-2/+55
* ZIL: Assert record sizes in different placesAlexander Motin2024-01-086-37/+115
* L2ARC: Restrict write size to 1/4 of the deviceAlexander Motin2024-01-081-26/+4
* Linux: Reclaim unused spl_kmem_cache_reclaimAlexander Motin2024-01-081-11/+0
* FreeBSD: Optimize large kstat outputsAlexander Motin2024-01-081-22/+16
* Update the kstat dataset_name when renaming a zvolAlan Somers2024-01-083-0/+15
* ABD: Be more assertive in iteratorsAlexander Motin2024-01-081-78/+26
* spa: make read/write queues configurableRob Norris2023-12-221-1/+296
* Linux 6.5 compat: check BLK_OPEN_EXCL is definedBrian Behlendorf2023-12-211-6/+12
* linux 6.7 compat: rework shrinker setup for heap allocationsRob Norris2023-12-213-4/+123
* linux 6.7 compat: handle superblock shrinker member changeRob Norris2023-12-211-2/+8
* linux 6.7 compat: use inode atime/mtime accessorsRob Norris2023-12-214-35/+50
* FreeBSD: Fix ZFS so that snapshots under .zfs/snapshot are NFS visiblermacklem2023-11-292-2/+10
* ZIL: Call brt_pending_add() replaying TX_CLONE_RANGEAlexander Motin2023-11-293-13/+11
* FreeBSD: Fix the build on FreeBSD 12Alan Somers2023-11-283-8/+22
* dmu_buf_will_clone: fix race in transition back to NOFILLRob N2023-11-281-1/+9
* brt: lift internal definitions into _impl headerRob Norris2023-11-281-163/+1
* ZIL: Do not encrypt block pointers in lr_clone_range_tAlexander Motin2023-11-282-0/+28
* dnode_is_dirty: check dnode and its data for dirtinessRob N2023-11-281-2/+10
* Revert "Tune zio buffer caches and their alignments"Brian Behlendorf2023-11-281-39/+50
* zfs-2.2.1: Disable block cloning by defaultTony Hutter2023-11-162-2/+2
* Add a tunable to disable BRT support.Rich Ercolani2023-11-164-0/+18
* Workaround UBSAN errors for variable arraysTony Hutter2023-11-161-0/+4
* Linux: reject read/write mapping to immutable file only on VM_SHAREDLow-power2023-11-161-2/+2
* Fix accounting error for pending sync IO ops in zpool iostatMigeljanImeri2023-11-161-2/+5
* Linux 6.6 compat: fix implicit conversion error with debug buildUmer Saleem2023-11-161-1/+1
* Unify arc_prune_async() codeAlexander Motin2023-11-085-114/+85
* Tune zio buffer caches and their alignmentsAlexander Motin2023-11-081-50/+39
* DMU: Do not pre-read holes during writeAlexander Motin2023-11-081-3/+5
* Linux 6.6 compat: fsync_bdev() has been removed in favor of sync_blockdev()Coleman Kane2023-11-081-0/+6
* Linux 6.6 compat: generic_fillattr has a new u32 request_mask added at arg2Coleman Kane2023-11-083-2/+22
* Linux 6.6 compat: use inode_get/set_ctime*(...)Coleman Kane2023-11-085-15/+26
* Read prefetched buffers from L2ARCshodanshok2023-11-061-4/+1
* Add mutex_enter_interruptible() for interruptible sleeping IOCTLsThomas Bertschinger2023-11-062-10/+12
* Revert "zvol: Temporally disable blk-mq"Tony Hutter2023-11-061-0/+12
* zvol: Remove broken blk-mq optimizationTony Hutter2023-11-061-29/+0
* Trust ARC_BUF_SHARED() moreAlexander Motin2023-11-061-17/+24
* Remove lock from dsl_pool_need_dirty_delay()Alexander Motin2023-11-061-7/+7
* FreeBSD: taskq: Remove unused declarationOlivier Certner2023-11-061-2/+0
* Set spa_ccw_fail_time=0 when expanding a vdev.Colin Percival2023-11-061-0/+1
* Large sync writes perform worse with slogJohn Wren Kennedy2023-11-061-1/+1
* FreeBSD: Improve taskq wrapperAlexander Motin2023-11-061-37/+37
* Fix block cloning between unencrypted and encrypted datasetsMartin Matuška2023-11-061-0/+9