aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make zdb -R scale less poorlyRich Ercolani2024-01-121-0/+8
* Fix a potential use-after-free in zfs_setsecattr()Mark Johnston2024-01-121-2/+2
* Linux: Defer loading the object set in zfs_setattr()Mark Johnston2024-01-121-1/+2
* Add Gotify notification support to ZEDgofaster2024-01-092-0/+116
* Fix livelist assertions for dedup and cloningAlexander Motin2024-01-091-17/+14
* Improve block sizes checks during cloningAlexander Motin2024-01-091-6/+25
* make zdb_decompress_block check decompression reliablyKent Ross2024-01-091-4/+7
* zpoolprops.7: Remove unnecessary .NsJose Luis Duran2024-01-081-2/+2
* ZIL: Update Linux tracing after #15635Alexander Motin2024-01-081-4/+10
* Linux 6.2 compat: add check for kernel_neon_* availabilityShengqi Chen2024-01-083-3/+32
* Fix the FreeBSD userspace build (#15716)Mark Johnston2023-12-272-0/+15
* Block cloning tests.Pawel Jakub Dawidek2023-12-2632-73/+1767
* Linux 6.5 compat: check BLK_OPEN_EXCL is definedBrian Behlendorf2023-12-211-6/+12
* Don't panic on unencrypted block in encrypted datasetchrisperedun2023-12-212-4/+0
* ZIL: Improve next log block size predictionAlexander Motin2023-12-212-74/+201
* zpool: Add slot power control, print power statusTony Hutter2023-12-2116-65/+875
* spa: make read/write queues configurableRob N2023-12-203-1/+312
* Linux 6.7 compat: rework shrinker setup for heap allocationsRob Norris2023-12-205-56/+189
* Linux 6.7 compat: handle superblock shrinker member changeRob Norris2023-12-202-3/+42
* Linux 6.7 compat: use inode atime/mtime accessorsRob Norris2023-12-206-35/+148
* Linux 6.7 compat: simplify current_time() checkRob Norris2023-12-201-1/+4
* Test LWB buffer overflow for block cloningUmer Saleem2023-12-154-1/+94
* dmu: Allow buffer fills to failAlexander Motin2023-12-159-30/+42
* dbuf: Set dr_data when unoverriding after cloneAlexander Motin2023-12-121-3/+5
* dbuf: Handle arcbuf assignment after block cloningAlexander Motin2023-12-121-1/+11
* ZTS: Update raidz_expand_005_pos.kshBrian Behlendorf2023-12-121-1/+1
* For db_marker inherit the db pointer for AVL comparision.Chunwei Chen2023-12-113-1/+17
* ZTS: Add dirty dnode stress testTony Hutter2023-12-116-1/+259
* ZTS: Add zpool_import_status.ksh to Makefile.amBrian Behlendorf2023-12-111-0/+1
* ZTS: Disable io_uring test on CentOS 9Brian Behlendorf2023-12-081-0/+7
* DMU: Fix lock leak on dbuf_hold() errorAlexander Motin2023-12-081-1/+1
* ZTS: Add test cases for block cloning replayAmeer Hamza2023-12-085-2/+272
* ZTS: block_cloning: Use numeric sort for get_same_blocksAmeer Hamza2023-12-081-1/+1
* zed: fix typo in variable ZED_POWER_OFF_ENCLO*US*RE_SLOT_ON_FAULTMauricio Faria de Oliveira2023-12-082-4/+4
* import: ignore return on hostid lookupsRob N2023-12-071-1/+2
* setproctitle: fix ununitialised variableRob N2023-12-071-1/+1
* zfs_refcount_remove: explictly ignore returnsRob N2023-12-071-5/+7
* FreeBSD: Ensure that zfs_getattr() initializes the va_rdev fieldMark Johnston2023-12-071-0/+2
* BRT: Limit brt_vdev_dump() to only one vdevAlexander Motin2023-12-061-47/+33
* ZIL: Remove 128K into 2x68K LWB split optimizationAlexander Motin2023-12-061-2/+0
* zdb: Dump encrypted write and clone ZIL recordsAlexander Motin2023-12-061-2/+58
* compact: workaround for GPL-only symbols on riscv from Linux 6.2Shengqi Chen2023-12-063-4/+22
* Extend import_progress kstat with a notes fieldDon Brady2023-12-056-10/+256
* module/icp/asm-arm/sha2: enable non-SIMD asm kernels on armv5/6Shengqi Chen2023-12-054-26/+27
* zpool: flush output before sleepingRob N2023-12-051-6/+5
* Allow block cloning across encrypted datasetsoromenahar2023-12-0510-25/+236
* ZIL: Do not clone blocks from the futureAlexander Motin2023-12-052-10/+43
* Add Ntfy notification support to ZEDDex Wood2023-12-012-0/+120
* ZIL: Remove TX_CLONE_RANGE replay for ZVOLs.Alexander Motin2023-12-011-59/+1
* ZIO: Add overflow checks for linear buffersAlexander Motin2023-12-012-2/+58