aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ddt: compare keys 64-bits at a time, trying to match ZAP orderRob Norris2024-08-161-17/+13
* ddt: cleanup the stats & histogram codeRob Norris2024-08-165-51/+114
* ddt: add "flat phys" featureRob Norris2024-08-1610-234/+733
* ddt: slim down ddt_entry_tRob Norris2024-08-163-31/+63
* ddt: introduce lightweight entryRob Norris2024-08-166-34/+58
* ddt: rework access to phys array slotsRob Norris2024-08-168-65/+79
* zdb: rework DDT block count and leak check to just count the blocksRob Norris2024-08-164-129/+200
* ZTS: tests for dedup legacy/FDT tablesRob Norris2024-08-169-5/+638
* ddt: add FDT feature and support for legacy and new on-disk formatsRob Norris2024-08-1610-20/+307
* linux/zvol_os: fix zvol queue limits initializationAmeer Hamza2024-08-151-3/+4
* Fix null ptr deref when renaming a zvol with snaps and snapdev=visible (#16316)Justin Gottula2024-08-151-0/+3
* Linux 6.10 compat: Fix zvol NULL pointer deferenceTony Hutter2024-08-151-3/+4
* Linux 6.10 compat: fix rpm-kmod and builtinTony Hutter2024-08-152-2/+20
* Fix incorrect error report on vdev attach/replaceAmeer Hamza2024-08-152-2/+11
* FreeBSD: fix build without kernel option MACGleb Smirnoff2024-08-151-0/+2
* Fix projid accounting for xattr objectsJitendra Patidar2024-08-142-10/+37
* Add missing kstats to dataset kstatsPaul Dagnelie2024-08-141-0/+3
* ZTS: Use /dev/urandom instead of /dev/randomTony Hutter2024-08-143-3/+3
* Linux 6.11: avoid passing "end" sentinel to register_sysctl()Rob Norris2024-08-133-3/+66
* Linux 6.11: add compat macro for page_mapping()Rob Norris2024-08-135-17/+46
* Linux 6.11: add more queue_limit fields with removed settersRob Norris2024-08-131-8/+15
* Linux 6.11: IO stats is now a queue feature flagRob Norris2024-08-131-4/+3
* Linux 6.11: first arg to proc_handler is now constRob Norris2024-08-133-3/+44
* Linux 6.11: get backing_dev_info through queue gendiskRob Norris2024-08-132-1/+31
* Linux 6.11: enable queue flush through queue limitsRob Norris2024-08-133-14/+50
* linux/zvol_os: tidy and document queue limit/config setupRob Norris2024-08-131-7/+38
* Github workflow: fix typo in `zloop` artifactAmeer Hamza2024-08-091-2/+2
* config: don't force shared linkage on FreeBSDRob Norris2024-08-091-1/+1
* Make txg_wait_synced conditional in zfsvfs_teardown, for FreeBSDAlan Somers2024-08-091-2/+11
* zstream: remove duplicate highbit64 definitionRob Norris2024-08-091-9/+0
* abd: lift ABD zero scan from zio_compress_data() to abd_cmp_zero()Rob Norris2024-08-094-30/+47
* Updating bash completion build fileBrian Atkinson2024-08-081-1/+2
* contrib: bash_completion.d: force zpool symlink recreationRob Norris2024-08-081-1/+1
* Linux: Make zfs_prune() fair on NUMA systemsAlexander Motin2024-08-081-5/+13
* Soften pruning threshold on not evictable metadataAlexander Motin2024-08-081-8/+23
* Improve zfs_blkptr_verify()Alexander Motin2024-08-082-33/+51
* libzfs.h: Set ZFS_MAXPROPLEN and ZPOOL_MAXPROPLEN to ZAP_MAXVALUELENMateusz Piotrowski2024-08-084-26/+10
* zpoolprops.7: Fix max length of name of user propertyMateusz Piotrowski2024-08-081-2/+2
* tests: user_property_001_pos: Remove unnecessary evalsMateusz Piotrowski2024-08-081-2/+2
* tests: user_property: Clarify commentsMateusz Piotrowski2024-08-081-6/+16
* Sync AUX label during pool importAmeer Hamza2024-08-083-44/+82
* ZTS: Add a test to verify that copy_file_range obeys RLIMIT_FSIZEMark Johnston2024-08-084-1/+69
* FreeBSD: Fix RLIMIT_FSIZE handling for block cloningMark Johnston2024-08-081-7/+0
* Fix memory corruption during parallel zpool import with -o cachefile (#16419)Alan Somers2024-08-071-9/+16
* ZTS: small fix for SEEK_DATA/SEEK_HOLE tests (#16413)Tino Reichardt2024-08-072-0/+17
* Fix the names of some FreeBSD sysctls in include/tunables.cfg (#16395)Allan Jude2024-08-061-3/+5
* ZTS: fix io_uring test on RHEL 9 variants (#16411)Tino Reichardt2024-08-061-3/+3
* JSON: Fix class values for mirrored special vdevsTony Hutter2024-08-064-17/+92
* ZTS: Add zfs/zpool JSON sanity testsTony Hutter2024-08-066-0/+146
* JSON output support for zpool statusUmer Saleem2024-08-069-295/+1772