aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ZIL: Remove TX_CLONE_RANGE replay for ZVOLs.Alexander Motin2024-01-081-59/+1
* ZIO: Add overflow checks for linear buffersAlexander Motin2024-01-082-2/+58
* ZIL: Assert record sizes in different placesAlexander Motin2024-01-086-37/+115
* L2ARC: Restrict write size to 1/4 of the deviceAlexander Motin2024-01-082-40/+10
* Linux: Reclaim unused spl_kmem_cache_reclaimAlexander Motin2024-01-083-21/+0
* FreeBSD: Optimize large kstat outputsAlexander Motin2024-01-081-22/+16
* Update the kstat dataset_name when renaming a zvolAlan Somers2024-01-084-0/+16
* ABD: Be more assertive in iteratorsAlexander Motin2024-01-081-78/+26
* spa: make read/write queues configurableRob Norris2023-12-222-1/+306
* Linux 6.5 compat: check BLK_OPEN_EXCL is definedBrian Behlendorf2023-12-211-6/+12
* ZTS: Disable io_uring test on CentOS 9Brian Behlendorf2023-12-211-0/+7
* linux 6.7 compat: rework shrinker setup for heap allocationsRob Norris2023-12-215-56/+189
* linux 6.7 compat: handle superblock shrinker member changeRob Norris2023-12-212-3/+42
* linux 6.7 compat: use inode atime/mtime accessorsRob Norris2023-12-216-35/+148
* linux 6.7 compat: simplify current_time() checkRob Norris2023-12-211-1/+4
* Tag zfs-2.2.2zfs-2.2.2Tony Hutter2023-11-291-1/+1
* FreeBSD: Fix ZFS so that snapshots under .zfs/snapshot are NFS visiblermacklem2023-11-293-3/+11
* ZIL: Call brt_pending_add() replaying TX_CLONE_RANGEAlexander Motin2023-11-294-15/+12
* zdb: fix printf() length for uint64_t devidMartin Matuška2023-11-291-3/+3
* Linux 6.6 compat: fix configure error with clang (#15558)Jaron Kent-Dobias2023-11-281-1/+1
* zfs-dkms: fix shell-init error messageAllKind2023-11-281-0/+1
* FreeBSD: Fix the build on FreeBSD 12Alan Somers2023-11-285-10/+25
* dmu_buf_will_clone: fix race in transition back to NOFILLRob N2023-11-281-1/+9
* zdb: Fix zdb '-O|-r' options with -e/exported zpoolAkash B2023-11-281-16/+23
* zdb: show BRT statistics and dump its contentsRob Norris2023-11-283-4/+99
* brt: lift internal definitions into _impl headerRob Norris2023-11-283-163/+201
* ZTS: Fix zfs_load-key failures on F39Tony Hutter2023-11-281-1/+4
* 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
* Tag zfs-2.2.1zfs-2.2.1Tony Hutter2023-11-201-1/+1
* ZTS: Fix 'could not unmount datasets' on Alma 9Tony Hutter2023-11-201-0/+6
* zfs-2.2.1: Disable block cloning by defaultTony Hutter2023-11-162-2/+2
* Add a tunable to disable BRT support.Rich Ercolani2023-11-1611-0/+51
* Packaging: Auto-generate changelog during configure (#15528)Umer Saleem2023-11-163-0/+8
* Linux 6.6 compat: METATony Hutter2023-11-161-1/+1
* Workaround UBSAN errors for variable arraysTony Hutter2023-11-163-3/+7
* ZTS: Test for all known zpool feature setsUmer Saleem2023-11-162-4/+7
* Update zpool-features.7 for grub2 compatibility list updatesUmer Saleem2023-11-161-0/+9
* Workaround to allow openzfs-zfs-dkms install on UbuntuAllKind2023-11-161-1/+0
* 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-162-3/+9
* Linux 6.6 compat: fix implicit conversion error with debug buildUmer Saleem2023-11-161-1/+1
* Remove obsolete_counts from grub2 compatibility listUmer Saleem2023-11-161-1/+0
* Fix dkms installation of deb packages created with Alien.AllKind2023-11-161-3/+87
* Add all read-only compatible zpool features to grub2 compatibilityUmer Saleem2023-11-161-0/+10
* Unify arc_prune_async() codeAlexander Motin2023-11-088-117/+87
* 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-083-0/+44