summaryrefslogtreecommitdiffstats
path: root/lib/scatterlist.c
AgeCommit message (Expand)AuthorLines
2025-06-11scatterlist: fix extraneous '@'-sign kernel-doc notationRandy Dunlap-4/+4
2025-05-11scatterlist: inline sg_next()Caleb Sander Mateos-23/+0
2025-03-21lib/scatterlist: Add SG_MITER_LOCAL and use itHerbert Xu-4/+8
2024-11-05lib/scatterlist: use sg_phys() helperSui Jingfeng-2/+2
2024-09-12mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of foliosDavid Howells-2/+67
2024-04-26Fix a potential infinite loop in extract_user_to_sg()David Howells-1/+1
2023-09-19scatterlist: add missing function params to kernel-docRandy Dunlap-1/+3
2023-08-04crypto, cifs: fix error handling in extract_iter_to_sg()David Howells-1/+1
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2023-06-08Move netfs_extract_iter_to_sg() to lib/scatterlist.cDavid Howells-0/+269
2023-01-16lib/scatterlist: Fix to calculate the last_pg properlyYishai Hadas-10/+15
2023-01-05lib/scatterlist: Fix to merge contiguous pages into the last SG properlyYishai Hadas-1/+1
2022-11-09lib/scatterlist: add check when merging zone device pagesLogan Gunthorpe-10/+15
2022-07-17lib/scatterlist: use matched parameter type when calling __sg_free_table()wuchi-2/+2
2021-11-09mm/scatterlist: replace the !preemptible warning in sg_miter_stop()Thomas Gleixner-7/+4
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+2
2021-09-03scatterlist: replace flush_kernel_dcache_page with flush_dcache_pageChristoph Hellwig-3/+2
2021-08-24lib/scatterlist: Fix wrong update of orig_nentsMaor Gottlieb-50/+77
2021-08-24lib/scatterlist: Provide a dedicated function to support table appendMaor Gottlieb-16/+20
2021-07-08lib: fix spelling mistakesZhen Lei-2/+2
2020-10-29lib/scatterlist: use consistent sg_copy_buffer() return typeDavid Disseldorp-1/+1
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-26/+107
2020-10-16lib/scatterlist.c: avoid a double memsetChristophe JAILLET-1/+1
2020-10-16lib/scatterlist: Do not limit max_segment to PAGE_ALIGNED valuesJason Gunthorpe-4/+8
2020-10-16sgl_alloc_order: fix memory leakDouglas Gilbert-1/+1
2020-10-05lib/scatterlist: Add support in dynamic allocation of SG table from pagesMaor Gottlieb-24/+101
2020-04-07lib/scatterlist: fix sg_copy_buffer() kerneldocGeert Uytterhoeven-1/+1
2020-01-31lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor-1/+1
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-13/+23
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-4/+5
2019-07-03lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEChristophe Leroy-4/+5
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei-13/+23
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner-3/+1
2019-02-11lib/scatterlist: Provide a DMA page iteratorJason Gunthorpe-0/+26
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig-1/+1
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+0
2018-06-29sg: remove ->sg_magic memberJens Axboe-6/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+2
2018-03-30lib/scatterlist: add sg_init_marker() helperPrashant Bhole-8/+1
2018-01-19lib/scatterlist: Fix chaining support in sgl_alloc_order()Bart Van Assche-5/+27
2018-01-06lib/scatterlist: Introduce sgl_alloc() and sgl_free()Bart Van Assche-0/+105
2017-09-07lib/scatterlist: Introduce and export __sg_alloc_table_from_pagesTvrtko Ursulin-17/+49
2017-09-07lib/scatterlist: Avoid potential scatterlist entry overflowTvrtko Ursulin-11/+20
2017-09-07lib/scatterlist: Fix offset type in sg_alloc_table_from_pagesTvrtko Ursulin-1/+1
2017-06-15scatterlist: add sg_zero_buffer() helperJohannes Thumshirn-0/+35
2017-02-27scatterlist: do not disable IRQs in sg_copy_bufferGilad Ben-Yossef-4/+0
2017-02-27scatterlist: reorder compound boolean expressionGilad Ben-Yossef-1/+1
2016-02-08scatterlist: fix a typo in comment block of sg_miter_stop()Masahiro Yamada-3/+3
2015-08-17scatterlist: allow limited chaining without ARCH_HAS_SG_CHAINChristoph Hellwig-4/+0