aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ddt: reduce DDT_NAMELENvendor/openzfs/masterRob Norris2024-02-261-1/+6
* config: use -Wno-format-truncation globallyRob Norris2024-02-262-3/+3
* Fixed parameter passing error when calling zfs_acl_chmodQuartz2024-02-261-2/+2
* Check for minimum partition sizeBrian Behlendorf2024-02-161-0/+10
* ZTS: Skip cross-fs bclone tests if FreeBSD < 14.0Tony Hutter2024-02-165-14/+51
* ddt: document the theory and the key data structuresRob Norris2024-02-152-23/+171
* ddt: only create tables for dedup-capable checksumsRob Norris2024-02-152-3/+26
* ddt: simplify entry load and flagsRob Norris2024-02-152-20/+32
* ddt: remove ddt_nodeRob Norris2024-02-151-1/+0
* ddt: rework ops interface in terms of keys and valuesRob Norris2024-02-154-51/+77
* ddt: ensure ddt objects exist before trying to get stats from themRob Norris2024-02-151-1/+7
* ddt: remove struct names and forward declarationsRob Norris2024-02-153-10/+8
* ddt: typedef ddt_type and ddt_classRob Norris2024-02-156-56/+63
* ddt: split internal DDT API into separate headerRob Norris2024-02-157-53/+99
* ddt: remove DDE_GET_NDVAS macroRob Norris2024-02-152-4/+3
* ddt: lift dedup stats out to separate fileRob Norris2024-02-156-171/+207
* 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-131-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-0613-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