aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* JSON output support for zpool listUmer Saleem2024-08-064-82/+428
* JSON output support for zpool getUmer Saleem2024-08-065-62/+287
* JSON output support for zpool versionUmer Saleem2024-08-062-3/+70
* JSON output support zfs mountUmer Saleem2024-08-062-5/+42
* JSON output support for zfs listUmer Saleem2024-08-062-44/+296
* JSON output support for zfs version and zfs getUmer Saleem2024-08-065-15/+412
* ZTS: remove skips for zvol_misc testsRob Norris2024-08-063-22/+0
* zvol: ensure device minors are properly cleaned upRob Norris2024-08-064-25/+121
* linux/zvol_os: fix SET_ERROR with negative return codesRob Norris2024-08-061-4/+4
* zvol_impl: document and tidy flagsRob Norris2024-08-061-10/+3
* FreeBSD: remove support for FreeBSD < 13.0-RELEASE (#16372)Rob Norris2024-08-0527-857/+86
* ZTS: fix zfs_copies_006_pos test on Ubuntu 20.04 (#16409)Tino Reichardt2024-08-051-0/+2
* ZTS: fix history_007_pos test on Ubuntu 24.04 (#16410)Tino Reichardt2024-08-051-5/+1
* contrib: link zpool to zfs in bash-completion (#16376)Shengqi Chen2024-08-053-4/+10
* Once more refactor arc_summary outputAlexander Motin2024-08-051-59/+88
* FreeBSD: Add missing memory reclamation accountingAlexander Motin2024-08-051-1/+5
* Block cloning conditionally destroy ARC bufferBrian Atkinson2024-08-011-1/+15