aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* ZIL: Assert record sizes in different placesAlexander Motin2023-11-286-37/+115
* module/icp/asm-arm/sha2: fix compiling on armv5/6Shengqi Chen2023-11-281-0/+4
* module/icp/asm-arm/sha2: auto detect __ARM_ARCHShengqi Chen2023-11-282-4/+10
* dmu_buf_will_clone: fix race in transition back to NOFILLRob N2023-11-281-1/+9
* unnecessary alloc/free in dsl_scan_visitbp()Matthew Ahrens2023-11-281-13/+6
* dnode_is_dirty: check dnode and its data for dirtinessRob N2023-11-281-2/+10
* FreeBSD: Fix ZFS so that snapshots under .zfs/snapshot are NFS visiblermacklem2023-11-272-2/+10
* brt: lift internal definitions into _impl headerRob Norris2023-11-271-163/+1
* ZVOL: Minor code cleanupAlexander Motin2023-11-272-15/+8
* FreeBSD: Fix the build on FreeBSD 12Alan Somers2023-11-273-8/+22
* ZIL: Refactor TX_WRITE encryption similar to TX_CLONE_RANGEAlexander Motin2023-11-272-20/+10
* ZIL: Do not encrypt block pointers in lr_clone_range_tAlexander Motin2023-11-272-0/+28
* Don't allow attach to a raidz child vdevDon Brady2023-11-271-4/+5
* freebsd: remove __FBSDID macro useBrooks Davis2023-11-1722-66/+0
* ZIO: Optimize zio_flush()Alexander Motin2023-11-172-22/+16
* Use abd_zero_off() where applicableAlexander Motin2023-11-173-4/+7
* Consider `dnode_t` allocations in dbuf cache size accountingRob N2023-11-173-17/+78
* Add a tunable to disable BRT support.Rich Ercolani2023-11-164-0/+18
* L2ARC: Restrict write size to 1/4 of the deviceAlexander Motin2023-11-141-26/+4
* Fix snap_obj_array memory leak in check_filesystem()Chunwei Chen2023-11-141-2/+4
* Workaround UBSAN errors for variable arraysTony Hutter2023-11-121-0/+4
* Linux: Reclaim unused spl_kmem_cache_reclaimAlexander Motin2023-11-101-11/+0
* Increase L2ARC write rate and headroomshodanshok2023-11-081-2/+2
* Linux: reject read/write mapping to immutable file only on VM_SHAREDLow-power2023-11-081-2/+2
* RAID-Z expansion featureDon Brady2023-11-0817-228/+2930
* Linux 6.6 compat: fix implicit conversion error with debug buildUmer Saleem2023-11-071-1/+1
* Add kern.features.zfsGordon Tetlow2023-11-071-0/+3
* sa_lookup() ignores buffer size.Jason King2023-11-071-1/+2
* FreeBSD: Implement taskq_init_ent()Alexander Motin2023-11-071-12/+18
* FreeBSD: Optimize large kstat outputsAlexander Motin2023-11-071-22/+16
* Update the kstat dataset_name when renaming a zvolAlan Somers2023-11-073-0/+15
* Make abd_raidz_gen_iterate() pass an initialized pointer to the callbackMark Johnston2023-11-071-3/+6
* Fix accounting error for pending sync IO ops in zpool iostatMigeljanImeri2023-11-071-2/+5
* Improve ZFS objset sync parallelismednadolski-ix2023-11-0610-110/+439
* Fix block cloning between unencrypted and encrypted datasetsMartin Matuška2023-10-311-0/+9
* zvol: fix delayed update to block device ro entryAmeer Hamza2023-10-312-0/+29
* zvol: Implement zvol threading as a PropertyAmeer Hamza2023-10-314-1/+34
* zvol: Cleanup set propertyAmeer Hamza2023-10-312-101/+32
* Unify arc_prune_async() codeAlexander Motin2023-10-305-114/+85
* Tune zio buffer caches and their alignmentsAlexander Motin2023-10-301-50/+39
* RAIDZ: Use cache blocking during parity mathAlexander Motin2023-10-302-79/+101
* ZIL: Cleanup sync and commit handlingAlexander Motin2023-10-308-77/+62
* Read prefetched buffers from L2ARCshodanshok2023-10-261-4/+1
* Add mutex_enter_interruptible() for interruptible sleeping IOCTLsThomas Bertschinger2023-10-262-10/+12
* arc_default_max on Linux should match FreeBSDednadolski-ix2023-10-261-2/+8
* ZIO: Remove READY pipeline stage from root ZIOsAlexander Motin2023-10-252-11/+44
* Revert "zvol: Temporally disable blk-mq"Tony Hutter2023-10-241-0/+12
* zvol: Remove broken blk-mq optimizationTony Hutter2023-10-241-29/+0
* ZIL: Detect single-threaded workloadsAlexander Motin2023-10-241-51/+40
* ABD: Be more assertive in iteratorsAlexander Motin2023-10-241-78/+26