aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Introduce dsl_dir_diduse_transfer_space()Alexander Motin2021-07-163-39/+86
* pass handle to do_unmount()Jorgen Lundman2021-07-154-41/+39
* config/libatomic: require -latomic iff atomic.c doesn't link w/o itнаб2021-07-131-20/+14
* Tinker with slop space accounting with dedupRich Ercolani2021-07-132-3/+17
* Fix ARC ghost states eviction accountingAlexander Motin2021-07-134-75/+107
* Update bug report templateBrian Behlendorf2021-07-121-7/+9
* file reference counts can get corruptedGeorge Wilson2021-07-1010-107/+91
* dprintf_dnode: strcpy -> strlcpy Jorgen Lundman2021-07-072-2/+2
* Replace strchrnul() with strrchr()Jorgen Lundman2021-07-071-1/+3
* FreeBSD: Use unmapped I/O for scattered/gang ABD buffersAlexander Motin2021-07-071-10/+113
* FreeBSD: Hardcode abd_chunk_size to PAGE_SIZEAlexander Motin2021-07-062-79/+51
* Move gethrtime() calls out of vdev queue lockAlexander Motin2021-07-061-6/+5
* Udev rules: remove zvol compat symlinks (without the leading zvol/)Justin Gottula2021-07-061-2/+7
* Use substantially more robust program exit status logic in zvol_idJustin Gottula2021-07-021-23/+27
* Print zvol_id error messages to stderr rather than stdoutJustin Gottula2021-07-021-4/+4
* Udev rules: use match (==) rather than assign (=) for PROGRAMJustin Gottula2021-07-021-1/+1
* Udev rules: replace deprecated $tempnode with $devnodeJustin Gottula2021-07-021-1/+1
* Udev rules: use non-ancient comma syntaxJustin Gottula2021-07-021-1/+1
* Remove avl_size field from struct avl_treeAlexander Motin2021-07-012-3/+3
* Compact dbuf/buf hashes and lock arraysAlexander Motin2021-07-013-24/+11
* Fix abd leak, kmem_free correct size of abd_tJorgen Lundman2021-07-014-6/+10
* Upstream: dmu_zfetch_stream_fini leaks refcountJorgen Lundman2021-07-011-0/+2
* Optimize txg_kick() process (#12274)Kevin Jin2021-07-013-29/+34
* Remove refcount from spa_config_*()Alexander Motin2021-07-012-12/+11
* ZED: Match added disk by pool/vdev GUID if found (#12217)Ryan Moeller2021-06-306-10/+137
* Linux 5.13 compat: METABrian Behlendorf2021-06-291-1/+1
* zed: fix sending emails (#12292)Laurențiu Nicola2021-06-291-1/+1
* module/zfs: simplify ddt_stat_add() loopAlexander2021-06-291-2/+2
* Avoid 64bit division in multilist index functionsAlexander Motin2021-06-294-6/+21
* Fix plymouth passphrase prompt with dracutMichal Vasilek2021-06-251-2/+2
* Fix build with KASANRich Ercolani2021-06-251-0/+19
* Help compiller optimize out abd_verify()Alexander Motin2021-06-251-2/+2
* FreeBSD: fix compilation of FreeBSD world after 29274c9f6Martin Matuška2021-06-253-4/+4
* Update cache file when setting compatibility propertyBrian Behlendorf2021-06-244-6/+107
* Fix flag copying in resume casePaul Dagnelie2021-06-241-0/+4
* zfs_metaslab_mem_limit should be 25 instead of 75jumbi772021-06-241-1/+1
* Stop using "zstreamdump" in tests/Rich Ercolani2021-06-246-21/+20
* Update libera webchat client URLJonathon2021-06-231-1/+1
* gcc 11 cleanupAttila Fülöp2021-06-234-13/+27
* ZTS: Add known exceptionsBrian Behlendorf2021-06-231-0/+3
* Annotated dprintf as printf-likeRich Ercolani2021-06-2234-166/+256
* Revert Consolidate arc_buf allocation checksAntonio Russo2021-06-221-44/+77
* Optimize small random numbers generationAlexander Motin2021-06-2216-45/+83
* Linux 5.12 compat: METABrian Behlendorf2021-06-211-1/+1
* Use wmsum for arc, abd, dbuf and zfetch statistics. (#12172)Alexander Motin2021-06-168-216/+778
* Avoid deadlock when removing L2ARC devices under I/OGeorge Amanakis2021-06-162-14/+6
* Fix importing with symlinksRich Ercolani2021-06-141-0/+1
* systemd: import: expand $ZPOOL_IMPORT_OPTS correctlyнаб2021-06-142-2/+2
* vdev_draid_min_asize() ignores reserved spaceMatthew Ahrens2021-06-131-1/+2
* Do not hash unlinked inodesPaul Zuchowski2021-06-111-4/+11