aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ddt: compare keys, not entriesRob Norris2024-02-153-14/+16
* ddt_zap: standardise temp buffer allocationsRob Norris2024-02-151-15/+26
* ddt: move entry compression into ddt_zapRob Norris2024-02-153-53/+50
* ddt: modernise assertionsRob Norris2024-02-152-40/+42
* Linux: Cleanup taskq threads spawn/exitAlexander Motin2024-02-133-71/+34
* zdb: Fix false leak report for BRT objectsBi112024-02-121-0/+11
* BRT: Fix slop space calculation with block cloningBi112024-02-121-1/+2
* Allowing PERFPOOL to be defined by zfs-test usersKevin Greene2024-02-091-1/+1
* Update zfs-snapshot.8Shawn Bayern2024-02-081-4/+12
* zfs list: add '-t fs' and '-t vol' optionsRob N2024-02-082-7/+26
* Add slow disk diagnosis to ZEDDon Brady2024-02-0829-70/+654
* LUA: Backport CVE-2020-24370's patchthe-Chain-Warden-thresh2024-02-071-3/+4
* Add 'zpool status -e' flag to see unhealthy vdevsCameron Harr2024-02-077-7/+169
* BRT: Fix FICLONE/FICLONERANGE shortened copyBrian Behlendorf2024-02-0513-39/+243
* libzdb: Initial breakout of libzdbRich Ercolani2024-02-057-108/+184
* Improve performance for zpool trim on linuxUmer Saleem2024-02-022-19/+87
* Linux 6.8 compat: handle mnt_idmap user_namespace changeRob Norris2024-01-294-5/+88
* Linux 6.8 compat: fix inode permission testsRob Norris2024-01-291-4/+4
* Linux 6.8 compat: replace MAX_ORDER defineRob Norris2024-01-291-9/+18
* Linux 6.8 compat: implement strlcpy fallbackRob Norris2024-01-297-0/+104
* Linux 6.8 compat: update for new bdev access functionsRob Norris2024-01-292-60/+133
* Linux 6.8 compat: make test functions staticRob Norris2024-01-2933-98/+95
* Linux 6.7 compat: METABrian Behlendorf2024-01-291-1/+1
* Don't assert mg_initialized due to device addition racePaul Dagnelie2024-01-291-3/+0
* libzfs: use zfs_strerror() in place of strerror()Richard Kojedzinszky2024-01-2912-47/+65
* libzfs: make userquota_propname_decode threadsafeRichard Kojedzinszky2024-01-291-2/+10
* libnvpair.c: replace strstr() with strchr() for a single characterrilysh2024-01-291-1/+1
* Update man pages to time(1) from time(2)Chris Davidson2024-01-294-4/+4
* ZTS: Allow longer run time for zdb_args_posBrian Behlendorf2024-01-291-0/+1
* Move nodes into correct subgraphsAndrew Innes2024-01-291-13/+18
* Remove list_size struct member from list implementationMigeljanImeri2024-01-265-8/+6
* zpool wait: print timestamp before the headerRob N2024-01-261-3/+3
* Update vdev devid and physpath if changed between importsAmeer Hamza2024-01-261-13/+27
* ZTS: Update deprecated Github Action version numbersTino Reichardt2024-01-266-37/+42
* Switch to CodeQL to detect prohibited function useRichard Yao2024-01-266-15/+72
* ZTS: Apply small changes for speeding up the testsTino Reichardt2024-01-261-20/+15
* Fix file descriptor leak on pool import.Pawel Jakub Dawidek2024-01-231-12/+51
* ZTS: Apply zfs_bclone_enabled to bclone testsBrian Behlendorf2024-01-222-1/+13
* FreeBSD: Fix bootstrapping tools under Linux/muslVal Packett2024-01-191-1/+5
* fix: variable type with zfs-tests/cmd/clonefile.cTino Reichardt2024-01-171-1/+1
* linux spl: fix typo in top comment of spl-condvar.cTino Reichardt2024-01-171-1/+1
* Autotrim High Load Average FixKevin Jin2024-01-171-1/+2
* Fix cloning into mmaped and cached file.Pawel Jakub Dawidek2024-01-1710-1/+247
* Linux 6.7 compat: zfs_setattr fix atime updateRob N2024-01-162-5/+12
* Make sure all necessary RPM path macros are definedLalufu2024-01-161-0/+10
* Make spl_kmem_cache size check consistentyouzhongyang2024-01-161-2/+3
* Add path handling for aux vdevs in `label_path`Ameer Hamza2024-01-161-2/+15
* Extend aux label to add path informationAmeer Hamza2024-01-161-23/+31
* fix: Uber block label not always found for aux vdevsAmeer Hamza2024-01-162-0/+32
* Make zdb -R a little more sane.Rich Ercolani2024-01-161-34/+57