aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Optimize arc_l2c_only lists assertionsAlexander Motin2021-09-141-9/+12
* Fix/improve dbuf hits accountingAlexander Motin2021-09-143-28/+16
* Avoid vq_lock drop in vdev_queue_aggregate()Alexander Motin2021-09-141-29/+34
* Use more atomics in refcountsAlexander Motin2021-09-142-33/+26
* ZTS: Avoid unset $tmpdir in redacted_panicRyan Moeller2021-09-141-2/+8
* Restore FreeBSD sysctl processing for arc.min and arc.maxAllan Jude2021-09-146-6/+98
* zfs: add missed dependency of zfs module on zlibRyan Moeller2021-09-141-0/+1
* Add zfs.sh -r flag to reload modulesRyan Moeller2021-09-141-2/+10
* Fix usage of find in tests/Makefile.amRyan Moeller2021-09-141-1/+1
* Run arc_evict thread at higher priorityTony Nguyen2021-09-145-15/+22
* Make get_key_material_file fail more verboselyRich Ercolani2021-09-141-1/+1
* Enable /proc/diskstats for zvolsBrian Behlendorf2021-09-141-0/+3
* Man zpool-scrub.8: describe sequential scrubGeorge Melikov2021-09-141-2/+27
* Modify checksum obtain method of QAThedongzhang2021-09-141-23/+4
* Allow disabling of unmapped I/O on FreeBSDMark Johnston2021-09-141-0/+4
* Add comment on metaslab_class_throttle_reserve() lockingAlexander Motin2021-09-141-0/+7
* Assorted fixes for the performance testsJohn Wren Kennedy2021-09-1414-269/+128
* Read past end of argv array in zpool_do_import()Matthew Ahrens2021-09-141-6/+8
* Add missing properties to zfs allow manpageVáclav Skála2021-09-141-2/+26
* Fixes in persistent L2ARCGeorge Amanakis2021-09-1410-491/+162
* Initialize dn_next_type[] in the dnode constructorMark Johnston2021-09-141-0/+1
* Zero pad bytes following TX_WRITE log dataMark Johnston2021-09-141-2/+6
* Zero pad bytes when allocating a ZIL recordMark Johnston2021-09-141-3/+4
* Initialize all fields in zfs_log_xvattr()Mark Johnston2021-09-141-1/+3
* Initialize "autoreplace" in spa_ld_get_props()Mark Johnston2021-09-141-1/+1
* Linux 5.14 compat: explicity assign set_page_dirtyColeman Kane2021-09-143-0/+42
* Fix unfortunate NULL in spa_update_dspaceRich Ercolani2021-09-141-1/+8
* Linux 5.14 compat: blk_alloc_disk()Brian Behlendorf2021-09-142-9/+54
* zloop: Add a max iterations option, use default run/pass timesRyan Moeller2021-09-142-28/+34
* FreeBSD: Ignore make_dev_s() errorsAlexander Motin2021-09-141-13/+18
* Remove old orig_fd variable from zfs sendJorgen Lundman2021-09-141-2/+1
* Optimize allocation throttlingAlexander Motin2021-09-146-58/+45
* CI: generate ABI files if changedGeorge Melikov2021-09-141-0/+14
* Minor ARC optimizationsAlexander Motin2021-09-143-34/+19
* dmu_redact.c does not call bqueue_destroyJorgen Lundman2021-09-141-0/+2
* A few fixes of callback typecasting (for the upcoming ClangCFI)Alexander2021-09-148-32/+111
* Remove unused fields from zvol_task_tRyan Moeller2021-09-141-5/+0
* FreeBSD: Switch from MAXPHYS to maxphys on FreeBSD 13+Alexander Motin2021-09-141-0/+4
* zpool_influxdb: fix -Werror=stringop-truncationGeorge Melikov2021-09-141-2/+1
* Correct zfs-send(8) on readonly sendsRich Ercolani2021-09-142-4/+8
* Introduce dsl_dir_diduse_transfer_space()Alexander Motin2021-09-143-39/+86
* config/libatomic: require -latomic iff atomic.c doesn't link w/o itнаб2021-09-141-20/+14
* Tinker with slop space accounting with dedupRich Ercolani2021-09-142-3/+17
* Fix ARC ghost states eviction accountingAlexander Motin2021-09-144-75/+107
* Update bug report templateBrian Behlendorf2021-09-141-7/+9
* file reference counts can get corruptedGeorge Wilson2021-09-1410-107/+91
* dprintf_dnode: strcpy -> strlcpyJorgen Lundman2021-09-142-2/+2
* Replace strchrnul() with strrchr()Jorgen Lundman2021-09-141-1/+3
* FreeBSD: Use unmapped I/O for scattered/gang ABD buffersAlexander Motin2021-09-141-10/+113
* FreeBSD: Hardcode abd_chunk_size to PAGE_SIZEAlexander Motin2021-09-142-79/+51