aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* Fix unfortunate NULL in spa_update_dspaceRich Ercolani2021-09-141-1/+8
* Linux 5.14 compat: blk_alloc_disk()Brian Behlendorf2021-09-141-9/+34
* FreeBSD: Ignore make_dev_s() errorsAlexander Motin2021-09-141-13/+18
* Optimize allocation throttlingAlexander Motin2021-09-144-51/+35
* Minor ARC optimizationsAlexander Motin2021-09-141-31/+9
* 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-147-30/+109
* 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
* Introduce dsl_dir_diduse_transfer_space()Alexander Motin2021-09-142-39/+83
* Tinker with slop space accounting with dedupRich Ercolani2021-09-142-3/+17
* Fix ARC ghost states eviction accountingAlexander Motin2021-09-142-63/+94
* file reference counts can get corruptedGeorge Wilson2021-09-145-89/+72
* 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-141-78/+51
* Move gethrtime() calls out of vdev queue lockAlexander Motin2021-09-141-6/+5
* Compact dbuf/buf hashes and lock arraysAlexander Motin2021-09-142-22/+9
* Fix abd leak, kmem_free correct size of abd_tJorgen Lundman2021-09-143-5/+9
* Upstream: dmu_zfetch_stream_fini leaks refcountJorgen Lundman2021-09-141-0/+2
* Optimize small random numbers generationAlexander Motin2021-09-1412-44/+31
* FreeBSD: Implement xattr=saRyan Moeller2021-09-143-147/+395
* FreeBSD: Clean up ASSERT/VERIFY use in moduleRyan Moeller2021-09-1423-236/+231
* Avoid 64bit division in multilist index functionsAlexander Motin2021-06-294-6/+21
* Fix build with KASANRich Ercolani2021-06-291-0/+19
* Help compiller optimize out abd_verify()Alexander Motin2021-06-291-2/+2
* Update cache file when setting compatibility propertyBrian Behlendorf2021-06-241-5/+12
* zfs_metaslab_mem_limit should be 25 instead of 75jumbi772021-06-241-1/+1
* gcc 11 cleanupAttila Fülöp2021-06-241-7/+13
* Annotated dprintf as printf-likeRich Ercolani2021-06-2431-162/+252
* Revert Consolidate arc_buf allocation checksAntonio Russo2021-06-241-44/+77
* Use wmsum for arc, abd, dbuf and zfetch statistics. (#12172)Alexander Motin2021-06-246-188/+683
* Avoid deadlock when removing L2ARC devices under I/OGeorge Amanakis2021-06-172-14/+6
* vdev_draid_min_asize() ignores reserved spaceMatthew Ahrens2021-06-151-1/+2
* Do not hash unlinked inodesPaul Zuchowski2021-06-151-4/+11
* Re-embed multilist_t storageAlexander Motin2021-06-108-94/+88
* Remove pool io kstatsAlexander Motin2021-06-104-225/+0
* libzfs: On FreeBSD, use MNT_NOWAIT with getfsstatAlan Somers2021-06-093-0/+50
* Livelist logic should handle dedup blkptrsSerapheim Dimitropoulos2021-06-091-17/+48
* More aggsum optimizationsAlexander Motin2021-06-091-60/+65
* FreeBSD: incorporate changes to the VFS_QUOTACTL(9) KPI jharmening2021-06-091-0/+15
* Linux: Set spl_kmem_cache_slab_limit when page size !4KBrian Behlendorf2021-06-091-5/+2
* spl-module-parameters.5: remove spl_kmem_cache_{expire,obj_per_slab_min}наб2021-06-091-3/+1
* Remove iov_iter_advance() for iter_writeRich Ercolani2021-06-091-3/+0
* Introduce write-mostly sumsAlexander Motin2021-06-092-62/+63
* Improve scrub maxinflight_bytes math. Alexander Motin2021-06-081-25/+15
* Bend zpl_set_acl to permit the new userns* parameterRich Ercolani2021-05-271-12/+23
* Various Linux kABI cosmeticsнаб2021-05-271-1/+1
* linux: don't fall through to 3-arg vfs_getattrнаб2021-05-272-2/+6
* FreeBSD: Update dataset_kstats for zvols in dev modeAlexander Motin2021-05-271-0/+6
* FreeBSD: avoid memory allocation in arc_prune_asyncAlexander Motin2021-05-271-9/+7