summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix: variable type with zfs-tests/cmd/clonefile.cTino Reichardt2024-01-191-1/+1
* Fix cloning into mmaped and cached file.Pawel Jakub Dawidek2024-01-1910-1/+247
* ZTS: Test for clone, mmap and write for block cloningUmer Saleem2024-01-198-1/+209
* Enable block_cloning tests on FreeBSDBrian Behlendorf2024-01-1912-29/+35
* Block cloning tests.Pawel Jakub Dawidek2024-01-1932-73/+1767
* Test LWB buffer overflow for block cloningUmer Saleem2024-01-194-1/+94
* ZTS: Add test cases for block cloning replayAmeer Hamza2024-01-195-2/+272
* ZTS: block_cloning: Use numeric sort for get_same_blocksAmeer Hamza2024-01-191-1/+1
* Autotrim High Load Average FixKevin Jin2024-01-181-1/+2
* Linux 6.7 compat: zfs_setattr fix atime updateRob N2024-01-172-5/+12
* compact: workaround for GPL-only symbols on riscv from Linux 6.2Shengqi Chen2024-01-163-4/+22
* spa: Let spa_taskq_param_get()'s addition of a newline be optionalMark Johnston2024-01-161-6/+7
* spa: Fix FreeBSD sysctl handlersMark Johnston2024-01-161-24/+6
* freebsd: fix compile for spa_taskq_read/spa_taskq_write paramsRob Norris2024-01-161-0/+6
* Fix livelist assertions for dedup and cloningAlexander Motin2024-01-121-17/+14
* Improve block sizes checks during cloningAlexander Motin2024-01-121-6/+25
* Linux 6.2 compat: add check for kernel_neon_* availabilityShengqi Chen2024-01-123-3/+32
* Don't panic on unencrypted block in encrypted datasetchrisperedun2024-01-082-4/+0
* dbuf: Set dr_data when unoverriding after cloneAlexander Motin2024-01-081-3/+5
* 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
* zdb: Dump encrypted write and clone ZIL recordsAlexander Motin2024-01-081-2/+58
* Allow block cloning across encrypted datasetsoromenahar2024-01-0810-25/+236
* 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-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