aboutsummaryrefslogtreecommitdiff
path: root/module/os/freebsd/zfs/abd_os.c
Commit message (Expand)AuthorAgeFilesLines
* abd: add page iteratorRob Norris2024-03-251-3/+1
* FreeBSD: use zero_region instead of allocating a dedicated pageMateusz Guzik2022-05-041-7/+3
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-1/+1
* module/*.ko: prune .data, global .rodataнаб2022-01-141-1/+1
* Really zero the zero pageAlexander Motin2021-09-171-0/+1
* Avoid small buffer copying on writeAlexander Motin2021-07-271-1/+1
* FreeBSD: Hardcode abd_chunk_size to PAGE_SIZEAlexander Motin2021-07-071-78/+51
* Fix abd leak, kmem_free correct size of abd_tJorgen Lundman2021-07-011-3/+6
* Use wmsum for arc, abd, dbuf and zfetch statistics. (#12172)Alexander Motin2021-06-171-0/+46
* FreeBSD: Clean up ASSERT/VERIFY use in moduleRyan Moeller2021-04-301-2/+1
* Fix various typosAndrea Gelmini2021-04-031-1/+1
* Remove unused abd_alloc_scatter_offset_chunkcntRyan Libby2021-02-181-19/+0
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-201-15/+16
* Bring consistency to ABD chunk count types.Alexander Motin2020-12-061-18/+25
* Include scatter_chunk_waste in arc_sizeMatthew Ahrens2020-08-181-4/+5
* Remove KMC_NOTOUCHMatthew Ahrens2020-08-051-1/+1
* Refactor ccompile.h to not include system headersMatthew Macy2020-07-261-0/+1
* Add abd_cache_reap_now for abd_chunk_cache usersMatthew Macy2020-06-181-0/+6
* Fixing ABD struct allocation for FreeBSDBrian Atkinson2020-06-161-4/+13
* Gang ABD TypeBrian Atkinson2020-05-211-1/+61
* Fix abd_enter/exit_critical wrappersBrian Behlendorf2020-05-151-12/+0
* Combine OS-independent ABD Code into Common Source FileBrian Atkinson2020-05-101-0/+433