aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/linux/zfs/abd_os.c
Commit message (Expand)AuthorAgeFilesLines
* Add assertion and make variables unsigned in abd_alloc_chunks()Richard Yao2023-02-061-6/+8
* Aligned free for aligned allocAndrew Innes2022-10-261-2/+2
* Cleanup: Simplify userspace abd_free_chunks()Richard Yao2022-10-181-4/+2
* Fix declarations of non-global variablesTino Reichardt2022-10-181-1/+1
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* abd_os: remove redundant refcount creation for abd_childrenhping2022-05-091-1/+0
* Adding ZERO_PAGE detectionBrian Atkinson2022-03-141-3/+12
* module/*.ko: prune .data, global .rodataнаб2022-01-141-3/+3
* module: zfs: linux: fix unused, remove argsusedнаб2021-12-231-0/+2
* Avoid small buffer copying on writeAlexander Motin2021-07-271-1/+1
* Fix abd leak, kmem_free correct size of abd_tJorgen Lundman2021-07-011-1/+2
* Use wmsum for arc, abd, dbuf and zfetch statistics. (#12172)Alexander Motin2021-06-161-0/+75
* Removing old code for k(un)map_atomicBrian Atkinson2021-03-191-6/+4
* fix abd_nr_pages_off for gang abdMatthew Ahrens2021-01-281-7/+17
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-201-18/+7
* Bring consistency to ABD chunk count types.Alexander Motin2020-12-061-1/+1
* Include scatter_chunk_waste in arc_sizeMatthew Ahrens2020-08-171-5/+6
* Add abd_cache_reap_now for abd_chunk_cache usersMatthew Macy2020-06-171-0/+5
* Removing ZERO_PAGE abd_alloc_zero_scatterBrian Atkinson2020-06-101-12/+21
* Gang ABD TypeBrian Atkinson2020-05-201-7/+187
* Fix abd_enter/exit_critical wrappersBrian Behlendorf2020-05-141-12/+0
* Combine OS-independent ABD Code into Common Source FileBrian Atkinson2020-05-101-0/+891