aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Correct refcount_add in dmu_zfetchRich Ercolani2021-10-081-0/+8
* Use fallthrough macroBrian Behlendorf2021-09-141-1/+0
* Upstream: Add snapshot and zvol eventsJorgen Lundman2021-09-093-0/+13
* Fix cross-endian interoperability of zstdRich Ercolani2021-08-301-11/+137
* Extend zpool-iostat to account for ZIO_PRIORITY_REBUILD (#12319)Trevor Bautista2021-08-261-0/+5
* Remove b_pabd/b_rabd allocation from arc_hdr_alloc()Alexander Motin2021-08-171-1/+1
* Increase default volblocksize from 8KB to 16KBAlexander Motin2021-08-171-1/+1
* Fix/improve dbuf hits accountingAlexander Motin2021-08-171-6/+4
* Use more atomics in refcountsAlexander Motin2021-08-171-4/+4
* Restore FreeBSD sysctl processing for arc.min and arc.maxAllan Jude2021-08-162-0/+9
* Run arc_evict thread at higher priorityTony Nguyen2021-08-101-2/+3
* Avoid small buffer copying on writeAlexander Motin2021-07-272-1/+1
* Remove NOTE(CONSTCOND) and note.hнаб2021-07-2611-80/+19
* Replace /*PRINTFLIKEn*/ with attribute(printf)наб2021-07-262-3/+6
* Optimize allocation throttlingAlexander Motin2021-07-212-7/+10
* Add Module Parameter Regarding Log Size LimitKevin Jin2021-07-202-0/+8
* Minor ARC optimizationsAlexander Motin2021-07-202-3/+10
* A few fixes of callback typecasting (for the upcoming ClangCFI)Alexander2021-07-201-2/+2
* Introduce dsl_dir_diduse_transfer_space()Alexander Motin2021-07-161-0/+3
* Fix ARC ghost states eviction accountingAlexander Motin2021-07-131-1/+0
* file reference counts can get corruptedGeorge Wilson2021-07-104-7/+10
* dprintf_dnode: strcpy -> strlcpy Jorgen Lundman2021-07-072-2/+2
* FreeBSD: Hardcode abd_chunk_size to PAGE_SIZEAlexander Motin2021-07-061-1/+0
* Remove avl_size field from struct avl_treeAlexander Motin2021-07-011-1/+3
* Compact dbuf/buf hashes and lock arraysAlexander Motin2021-07-011-2/+2
* Fix abd leak, kmem_free correct size of abd_tJorgen Lundman2021-07-011-1/+1
* Optimize txg_kick() process (#12274)Kevin Jin2021-07-011-1/+1
* Remove refcount from spa_config_*()Alexander Motin2021-07-011-2/+2
* FreeBSD: fix compilation of FreeBSD world after 29274c9f6Martin Matuška2021-06-251-1/+1
* gcc 11 cleanupAttila Fülöp2021-06-232-4/+4
* Annotated dprintf as printf-likeRich Ercolani2021-06-221-1/+1
* Optimize small random numbers generationAlexander Motin2021-06-222-1/+15
* Use wmsum for arc, abd, dbuf and zfetch statistics. (#12172)Alexander Motin2021-06-162-28/+95
* Re-embed multilist_t storageAlexander Motin2021-06-104-10/+11
* Remove pool io kstats (#12212)Alexander Motin2021-06-102-7/+0
* lib{efi,avl,share,tpool,zfs_core,zfsbootenv,zutil}: -fvisibility=hiddenнаб2021-06-094-227/+276
* libefi: remove efi_auto_sense()наб2021-06-091-1/+0
* libzfs: On FreeBSD, use MNT_NOWAIT with getfsstatAlan Somers2021-06-081-0/+1
* More aggsum optimizationsAlexander Motin2021-06-071-3/+4
* libzfs: convert to -fvisibility=hiddenнаб2021-06-033-35/+39
* libspl: staticify buf and pagesize, rename aok to libspl_assert_okнаб2021-06-031-2/+0
* include: move SPA_MINBLOCKSHIFT and zio_encrypt to sys/fs/zfs.hнаб2021-05-293-38/+41
* Introduce write-mostly sumsAlexander Motin2021-05-271-10/+10
* Fix dRAID sequential resilver silent damage handlingBrian Behlendorf2021-05-201-1/+2
* module/zfs: remove zfs_zevent_console and zfs_zevent_colsнаб2021-05-101-1/+0
* lib/: set O_CLOEXEC on all fdsнаб2021-04-111-2/+2
* Move zfsdev_state_{init,destroy} to common codeRyan Moeller2021-04-082-1/+4
* Use dsl_scan_setup_check() to setup a scrubBrian Behlendorf2021-04-081-0/+1
* Ratelimit deadman zevents as with delay zeventsRyan Moeller2021-04-071-1/+2
* Fix various typosAndrea Gelmini2021-04-023-3/+3