aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Prune /*NOTREACHED*/наб2021-07-261-1/+0
* Replace /*PRINTFLIKEn*/ with attribute(printf)наб2021-07-265-11/+9
* Initialize dn_next_type[] in the dnode constructorMark Johnston2021-07-261-0/+1
* Zero pad bytes following TX_WRITE log dataMark Johnston2021-07-261-2/+6
* Zero pad bytes when allocating a ZIL recordMark Johnston2021-07-261-3/+4
* Initialize all fields in zfs_log_xvattr()Mark Johnston2021-07-261-1/+3
* Initialize "autoreplace" in spa_ld_get_props()Mark Johnston2021-07-261-1/+1
* Fix unfortunate NULL in spa_update_dspaceRich Ercolani2021-07-261-1/+8
* Optimize allocation throttlingAlexander Motin2021-07-214-51/+35
* Add Module Parameter Regarding Log Size LimitKevin Jin2021-07-205-2/+86
* Minor ARC optimizationsAlexander Motin2021-07-201-31/+9
* dmu_redact.c does not call bqueue_destroyJorgen Lundman2021-07-201-0/+2
* A few fixes of callback typecasting (for the upcoming ClangCFI)Alexander2021-07-204-18/+30
* Remove unused fields from zvol_task_tRyan Moeller2021-07-191-5/+0
* Introduce dsl_dir_diduse_transfer_space()Alexander Motin2021-07-162-39/+83
* Tinker with slop space accounting with dedupRich Ercolani2021-07-132-3/+17
* Fix ARC ghost states eviction accountingAlexander Motin2021-07-131-61/+94
* file reference counts can get corruptedGeorge Wilson2021-07-103-55/+59
* Move gethrtime() calls out of vdev queue lockAlexander Motin2021-07-061-6/+5
* Compact dbuf/buf hashes and lock arraysAlexander Motin2021-07-012-22/+9
* Fix abd leak, kmem_free correct size of abd_tJorgen Lundman2021-07-011-1/+1
* Upstream: dmu_zfetch_stream_fini leaks refcountJorgen Lundman2021-07-011-0/+2
* Optimize txg_kick() process (#12274)Kevin Jin2021-07-012-28/+33
* Remove refcount from spa_config_*()Alexander Motin2021-07-011-10/+9
* module/zfs: simplify ddt_stat_add() loopAlexander2021-06-291-2/+2
* Avoid 64bit division in multilist index functionsAlexander Motin2021-06-294-6/+21
* Help compiller optimize out abd_verify()Alexander Motin2021-06-251-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
* Annotated dprintf as printf-likeRich Ercolani2021-06-2228-157/+243
* Revert Consolidate arc_buf allocation checksAntonio Russo2021-06-221-44/+77
* Optimize small random numbers generationAlexander Motin2021-06-2211-42/+29
* Use wmsum for arc, abd, dbuf and zfetch statistics. (#12172)Alexander Motin2021-06-163-187/+561
* Avoid deadlock when removing L2ARC devices under I/OGeorge Amanakis2021-06-162-14/+6
* vdev_draid_min_asize() ignores reserved spaceMatthew Ahrens2021-06-131-1/+2
* Re-embed multilist_t storageAlexander Motin2021-06-108-94/+88
* Remove pool io kstats (#12212)Alexander Motin2021-06-102-97/+0
* libzfs: On FreeBSD, use MNT_NOWAIT with getfsstatAlan Somers2021-06-081-0/+27
* module/zfs: vdev_removal: spa_vdev_remove_thread: remove unused variableнаб2021-06-071-4/+0
* module/zfs: vdev_indirect: vdev_indirect_repair: remove unused variableнаб2021-06-071-5/+0
* module/zfs: dbuf: dbuf_read_impl: remove unused variableнаб2021-06-071-2/+0
* module/zfs: arc: arc_hdr_realloc_crypt: remove unused variablesнаб2021-06-071-5/+0
* Livelist logic should handle dedup blkptrsSerapheim Dimitropoulos2021-06-071-17/+48
* More aggsum optimizationsAlexander Motin2021-06-071-60/+65
* Introduce write-mostly sumsAlexander Motin2021-05-272-62/+63
* Improve scrub maxinflight_bytes math. Alexander Motin2021-05-271-25/+15
* Propagate vdev state due to invalid label corruptionvermavipinkumar2021-05-251-1/+2
* Fix dRAID sequential resilver silent damage handlingBrian Behlendorf2021-05-202-6/+44
* Scale worker threads and taskqs with number of CPUsAlexander Motin2021-05-141-22/+66
* Fix dmu_recv_stream test for resumablePaul Zuchowski2021-05-131-2/+2