aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix checkstyle warning: E275 missing whitespace after keywordTino Reichardt2022-08-021-1/+1
* Revert behavior of 59eab109 on not-LinuxRich Ercolani2022-08-021-1/+8
* Handle partial reads in zfs_readRich Ercolani2022-08-021-0/+8
* module: lua: ldo: fix pragma nameнаб2022-07-281-1/+1
* ZTS: Fix io_uring support checkBrian Behlendorf2022-07-271-1/+1
* Fix objtool: missing int3 after ret warningBrian Behlendorf2022-07-278-22/+34
* ICP: Add missing stack frame info to SHA asm filesAttila Fülöp2022-07-272-0/+52
* Fix -Wformat-overflow warning in zfs_project_handle_dir()Brian Behlendorf2022-07-271-4/+10
* Fix -Wformat-truncation warning in upgrade_set_callback()Brian Behlendorf2022-07-271-1/+1
* Fix -Wuse-after-free warning in dbuf_destroy()Brian Behlendorf2022-07-271-3/+3
* Fix -Wuse-after-free warning in dbuf_issue_final_prefetch_done()Brian Behlendorf2022-07-271-1/+2
* Fix -Wattribute-warning in dsl layerBrian Behlendorf2022-07-271-4/+2
* Fix -Wattribute-warning in edonrBrian Behlendorf2022-07-271-1/+1
* Fix -Wattribute-warning in zfs_log_xvattr()Brian Behlendorf2022-07-272-35/+39
* Silence -Winfinite-recursion warning in luaD_throw()Brian Behlendorf2022-07-273-0/+35
* config: prune unused -Wno-bool-compare checksнаб2022-07-272-28/+0
* libtpool: -Wno-clobberedнаб2022-07-2710-32/+36
* Remove sha1 hashing from OpenZFS, it's not used anywhere.Tino Reichardt2022-07-2610-3631/+0
* Fix scrub resume from newly created hole.Alexander Motin2022-07-263-6/+23
* Avoid memory copy when verifying raidz/draid parityAlexander Motin2022-07-261-2/+3
* Avoid memory copies during mirror scrubAlexander Motin2022-07-261-70/+61
* Fix and disable blocks statistics during scrubAlexander Motin2022-07-263-34/+30
* Avoid two 64-bit divisions per scanned blockAlexander Motin2022-07-261-4/+6
* Several B-tree optimizationsAlexander Motin2022-07-262-364/+421
* Several sorted scrub optimizationsAlexander Motin2022-07-264-205/+158
* FreeBSD: Improve crypto_dispatch() handlingAlexander Motin2022-07-261-12/+29
* Reduce ZIO io_lock contention on sorted scrubAlexander Motin2022-07-261-4/+15
* AVL: Remove obsolete branching optimizationsAlexander Motin2022-07-261-20/+4
* More speculative prefetcher improvementsAlexander Motin2022-07-265-101/+133
* Improve mg_aliquot mathAlexander Motin2022-07-262-7/+8
* Improve log spacemap load timeAlexander Motin2022-07-2610-146/+256
* Add more control/visibility to spa_load_verify().Alexander Motin2022-07-262-3/+18
* spa.c: Replace VERIFY(nvlist_*(...) == 0) with fnvlist_* (#12678)Allan Jude2022-07-261-156/+129
* Avoid small buffer copying on writeAlexander Motin2022-07-266-5/+6
* Remove refcount from spa_config_*()Alexander Motin2022-07-262-12/+11
* Scrub mirror children without BPsBrian Behlendorf2022-07-147-33/+251
* Tag zfs-2.1.5zfs-2.1.5Tony Hutter2022-06-211-1/+1
* Remove install of zfs-load-module.service for dracutMatthew Thode2022-06-211-2/+1
* FreeBSD: Silence clang unused-but-set-variableRyan Moeller2022-06-151-0/+1
* Improve sorted scan memory accountingAlexander Motin2022-06-151-2/+5
* Corrected edge case in uncompressed ARC->L2ARC handlingRich Ercolani2022-06-141-8/+19
* Remove wrong assertion in log spacemapAlexander Motin2022-06-061-6/+0
* libzfs: Fail making a dataset handle gracefullyRyan Moeller2022-06-061-4/+9
* libzfs: mount: don't leak mnt_param_t if mnt_func failsнаб2022-06-061-1/+3
* Reject zfs send -RI with nonexistent fromsnapRich Ercolani2022-06-061-0/+17
* Linux 5.18 compat: METABrian Behlendorf2022-06-011-1/+1
* autoconf: AC_MSG_CHECKING consistencyBrian Behlendorf2022-06-019-17/+17
* Linux 5.19 compat: asm/fpu/internal.hBrian Behlendorf2022-06-012-6/+25
* Linux 5.19 compat: zap_flags_t conflictBrian Behlendorf2022-06-011-0/+5
* Linux 5.19 compat: bdev_start_io_acct() / bdev_end_io_acct()Brian Behlendorf2022-06-012-30/+62