aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tag zfs-2.2.6zfs-2.2.6b_zfs_2.2.6Tony Hutter2024-08-271-1/+1
* Enable L2 cache of all (MRU+MFU) metadata but MFU data onlyshodanshok2024-08-272-7/+18
* linux/zvol_os: fix zvol queue limits initializationAmeer Hamza2024-08-261-3/+4
* linux/zvol_os: tidy and document queue limit/config setupRob Norris2024-08-261-7/+38
* ZTS: fix zfs_copies_006_pos test on Ubuntu 20.04 (#16409)Tino Reichardt2024-08-261-0/+2
* ZTS: fix history_007_pos test on Ubuntu 24.04 (#16410)Tino Reichardt2024-08-261-5/+1
* contrib: link zpool to zfs in bash-completion (#16376)Shengqi Chen2024-08-263-4/+10
* module/icp/asm-arm/sha2: enable non-SIMD asm kernels on armv5/6Shengqi Chen2024-08-264-22/+27
* module/icp/asm-arm/sha2: auto detect __ARM_ARCHShengqi Chen2024-08-262-4/+10
* Linux 6.10 compat: METATony Hutter2024-08-221-1/+1
* linux/zvol_os.c: cleanup limits for non-blk mq caseAmeer Hamza2024-08-221-5/+0
* linux/zvol_os.c: Fix max_discard_sectors limit for 6.8+ kernelAmeer Hamza2024-08-221-0/+1
* Fix null ptr deref when renaming a zvol with snaps and snapdev=visible (#16316)Justin Gottula2024-08-221-0/+3
* Linux 6.10 compat: Fix zvol NULL pointer deferenceTony Hutter2024-08-221-3/+4
* Linux 6.10 compat: fix rpm-kmod and builtinTony Hutter2024-08-222-2/+20
* ZTS: Use /dev/urandom instead of /dev/randomTony Hutter2024-08-223-3/+3
* Linux 6.11: avoid passing "end" sentinel to register_sysctl()Rob Norris2024-08-223-3/+66
* Linux 6.11: add compat macro for page_mapping()Rob Norris2024-08-225-17/+46
* Linux 6.11: add more queue_limit fields with removed settersRob Norris2024-08-221-8/+15
* Linux 6.11: IO stats is now a queue feature flagRob Norris2024-08-221-4/+3
* Linux 6.11: first arg to proc_handler is now constRob Norris2024-08-223-3/+44
* Linux 6.11: get backing_dev_info through queue gendiskRob Norris2024-08-222-1/+31
* Linux 6.11: enable queue flush through queue limitsRob Norris2024-08-223-14/+50
* ZTS: Add a test to verify that copy_file_range obeys RLIMIT_FSIZEMark Johnston2024-08-224-1/+69
* FreeBSD: Fix RLIMIT_FSIZE handling for block cloningMark Johnston2024-08-221-7/+0
* zfs: add bounds checking to zil_parse (#16308)c1ick2024-08-221-2/+19
* linux/zvol_os: fix SET_ERROR with negative return codesRob Norris2024-08-221-4/+4
* ZTS: fix io_uring test on RHEL 9 variants (#16411)Tino Reichardt2024-08-221-3/+3
* Tag zfs-2.2.5zfs-2.2.5Tony Hutter2024-08-021-1/+1
* [2.2.5-only] Make 'rmmod zfs' work after zfs-2.2.4 (#16406)Tony Hutter2024-08-021-2/+11
* ZTS: Make do_vol_test() more deterministic (#16379)Alexander Motin2024-07-301-9/+9
* Linux 6.9: Fix UBSAN errors in sa.c (#16380)Tony Hutter2024-07-231-0/+1
* Fix long_free_dirty accounting for small files (#16264)Chunwei Chen2024-07-231-0/+7
* AUTHORS: refresh with recent new contributors (#16362)Rob Norris2024-07-232-0/+19
* FreeBSD: Use a statement expression to implement SET_ERROR() (#16284)Mark Johnston2024-07-231-5/+6
* zdb: dump ZAP_FLAG_UINT64_KEY ZAPs properly (#16334)Rob Norris2024-07-171-4/+26
* vdev_open: clear async fault flag after reopenRob Norris2024-07-171-0/+1
* zts: test single-disk pool resumes properly after disk pullRob Norris2024-07-174-1/+105
* disable automatic dependency tracking for dkms buildsMartin Wagner2024-07-171-0/+1
* Some improvements to metaslabs evictionAlexander Motin2024-07-172-2/+8
* Destroy ARC buffer in case of fill errorAlexander Motin2024-07-171-0/+1
* Use memset to zero stack allocations containing unionsRob N2024-07-174-6/+16
* zdb: bring crash handling over from ztestRob Norris2024-07-171-5/+56
* libspl_assert: always link -lpthread on FreeBSDRob N2024-07-171-0/+4
* Unbreak FreeBSD cross-build on MacOS broken in 051460b8bMartin Matuška2024-07-171-1/+20
* libspl/assert: use libunwind for backtrace when availableRob Norris2024-07-174-3/+79
* libspl/assert: dump backtrace in assertRob Norris2024-07-174-0/+37
* libspl/assert: add lock around assertion outputRob Norris2024-07-171-0/+6
* libspl/assert: show process/task details in assert outputRob Norris2024-07-172-3/+35
* Only provide execvpe(3) when neededBrooks Davis2024-07-173-2/+6