]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/abd.c
abd: add page iterator
[mirror_zfs.git] / module / zfs / abd.c
2024-03-25 Rob Norrisabd: add page iterator
2023-11-07 Mark JohnstonMake abd_raidz_gen_iterate() pass an initialized pointe...
2023-10-30 Alexander MotinRAIDZ: Use cache blocking during parity math
2023-10-24 Alexander MotinABD: Be more assertive in iterators
2023-05-05 Alexander MotinFix two abd_gang_add_gang() issues.
2023-04-26 Alexander MotinFix positive ABD size assertion in abd_verify().
2022-10-20 Richard Yaoabd_return_buf() should call zfs_refcount_remove_many...
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-02-15 Jorgen LundmanRename fallthrough to zfs_fallthrough
2021-12-23 набmodule: zfs: fix unused, remove argsused
2021-09-14 Brian BehlendorfUse fallthrough macro
2021-07-27 Alexander MotinAvoid small buffer copying on write
2021-07-01 Jorgen LundmanFix abd leak, kmem_free correct size of abd_t
2021-06-25 Alexander MotinHelp compiller optimize out abd_verify()
2021-04-03 Andrea GelminiFix various typos
2021-03-05 Jorgen LundmanFix abd_get_offset_struct() may allocate new abd
2021-01-30 Matthew AhrensThe abd child/parent relationship does not need to...
2021-01-29 Brian AtkinsonFixing gang ABD when adding another gang
2021-01-28 Brian AtkinsonRemoving ABD Parent Child Reference Before Freeing ABD
2021-01-23 ColmFix two minor lint errors (cppcheck)
2021-01-20 Matthew Ahrensallow callers to allocate and provide the abd_t struct
2020-11-13 Brian BehlendorfDistributed Spare (dRAID) Feature
2020-07-25 Brian AtkinsonAdd gang ABD child to parent gang ABD
2020-07-14 Brian AtkinsonFixing gang ABD child removal race condition
2020-06-10 Andrea GelminiFix typos
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...
2019-09-06 Matthew MacyOpenZFS restructuring - move platform specific sources
2019-08-28 Don BradyTag ABD pages for exclusion in kernel crash dumps
2019-08-22 Brian BehlendorfFix automake program name transformations (#9190)
2019-08-21 Tony HutterLinux 5.3: Fix switch() fall though compiler errors
2019-06-11 Matthew Ahrenssingle-chunk scatter ABDs can be treated as linear
2019-03-01 Matthew Ahrensabd_alloc should use scatter for >1K allocations
2018-10-01 Tim SchumacherPrefix all refcount functions with zfs_
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2017-11-18 Brian BehlendorfUpdate for cppcheck v1.80
2017-11-04 Don BradyUndo c89 workarounds to match with upstream
2017-10-06 Brian BehlendorfFix abdstats kstat on 32-bit systems
2017-05-02 jxiongminor improvement to abd_free_pages()
2017-03-29 Gvozden NeskovicRemove dependency on linear ABD
2017-01-22 George Melikovcodebase style improvements for OpenZFS 6459 port
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-12-08 luozhengzhengFix coverity defects: CID 154617
2016-12-08 Brian BehlendorfSpeed up zvol import and export speed
2016-12-01 luozhengzhengFix incorrect operator in abd_alloc_sametype()
2016-11-30 Brian BehlendorfIntroduce ARC Buffer Data (ABD)
2016-11-29 Chunwei ChenABD optimized page allocation code
2016-11-29 Chunwei ChenABD kmap to kmap_atomic
2016-11-29 Gvozden NeskovicABD changes for vectorized RAIDZ
2016-11-29 Isaac HuangABD page support to vdev_disk.c
2016-11-29 David QuigleyDLPX-44812 integrate EP-220 large memory scalability