]> git.proxmox.com Git - mirror_zfs.git/history - module/os/freebsd/zfs/abd_os.c
Remove bcopy(), bzero(), bcmp()
[mirror_zfs.git] / module / os / freebsd / zfs / abd_os.c
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-09-17 Alexander MotinReally zero the zero page
2021-07-27 Alexander MotinAvoid small buffer copying on write
2021-07-07 Alexander MotinFreeBSD: Hardcode abd_chunk_size to PAGE_SIZE
2021-07-01 Jorgen LundmanFix abd leak, kmem_free correct size of abd_t
2021-06-17 Alexander MotinUse wmsum for arc, abd, dbuf and zfetch statistics...
2021-04-30 Ryan MoellerFreeBSD: Clean up ASSERT/VERIFY use in module
2021-04-03 Andrea GelminiFix various typos
2021-02-18 Ryan LibbyRemove unused abd_alloc_scatter_offset_chunkcnt
2021-01-20 Matthew Ahrensallow callers to allocate and provide the abd_t struct
2020-12-06 Alexander MotinBring consistency to ABD chunk count types.
2020-08-18 Matthew AhrensInclude scatter_chunk_waste in arc_size
2020-08-05 Matthew AhrensRemove KMC_NOTOUCH
2020-07-26 Matthew MacyRefactor ccompile.h to not include system headers
2020-06-18 Matthew MacyAdd abd_cache_reap_now for abd_chunk_cache users
2020-06-16 Brian AtkinsonFixing ABD struct allocation for FreeBSD
2020-05-21 Brian AtkinsonGang ABD Type
2020-05-15 Brian BehlendorfFix abd_enter/exit_critical wrappers
2020-05-10 Brian AtkinsonCombine OS-independent ABD Code into Common Source...