aboutsummaryrefslogtreecommitdiff
path: root/lib/scatterlist.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26Fix a potential infinite loop in extract_user_to_sg()Gravatar David Howells 1-1/+1
2023-09-19scatterlist: add missing function params to kernel-docGravatar Randy Dunlap 1-1/+3
2023-08-04crypto, cifs: fix error handling in extract_iter_to_sg()Gravatar David Howells 1-1/+1
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-06-08Move netfs_extract_iter_to_sg() to lib/scatterlist.cGravatar David Howells 1-0/+269
2023-01-16lib/scatterlist: Fix to calculate the last_pg properlyGravatar Yishai Hadas 1-10/+15
2023-01-05lib/scatterlist: Fix to merge contiguous pages into the last SG properlyGravatar Yishai Hadas 1-1/+1
2022-11-09lib/scatterlist: add check when merging zone device pagesGravatar Logan Gunthorpe 1-10/+15
2022-07-17lib/scatterlist: use matched parameter type when calling __sg_free_table()Gravatar wuchi 1-2/+2
2021-11-09mm/scatterlist: replace the !preemptible warning in sg_miter_stop()Gravatar Thomas Gleixner 1-7/+4
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+2
2021-09-03scatterlist: replace flush_kernel_dcache_page with flush_dcache_pageGravatar Christoph Hellwig 1-3/+2
2021-08-24lib/scatterlist: Fix wrong update of orig_nentsGravatar Maor Gottlieb 1-50/+77
2021-08-24lib/scatterlist: Provide a dedicated function to support table appendGravatar Maor Gottlieb 1-16/+20
2021-07-08lib: fix spelling mistakesGravatar Zhen Lei 1-2/+2
2020-10-29lib/scatterlist: use consistent sg_copy_buffer() return typeGravatar David Disseldorp 1-1/+1
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-26/+107
2020-10-16lib/scatterlist.c: avoid a double memsetGravatar Christophe JAILLET 1-1/+1
2020-10-16lib/scatterlist: Do not limit max_segment to PAGE_ALIGNED valuesGravatar Jason Gunthorpe 1-4/+8
2020-10-16sgl_alloc_order: fix memory leakGravatar Douglas Gilbert 1-1/+1
2020-10-05lib/scatterlist: Add support in dynamic allocation of SG table from pagesGravatar Maor Gottlieb 1-24/+101
2020-04-07lib/scatterlist: fix sg_copy_buffer() kerneldocGravatar Geert Uytterhoeven 1-1/+1
2020-01-31lib/scatterlist.c: adjust indentation in __sg_alloc_tableGravatar Nathan Chancellor 1-1/+1
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-13/+23
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-4/+5
2019-07-03lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEGravatar Christophe Leroy 1-4/+5
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolGravatar Ming Lei 1-13/+23
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Gravatar Thomas Gleixner 1-3/+1
2019-02-11lib/scatterlist: Provide a DMA page iteratorGravatar Jason Gunthorpe 1-0/+26
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINGravatar Christoph Hellwig 1-1/+1
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-6/+0
2018-06-29sg: remove ->sg_magic memberGravatar Jens Axboe 1-6/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+2
2018-03-30lib/scatterlist: add sg_init_marker() helperGravatar Prashant Bhole 1-8/+1
2018-01-19lib/scatterlist: Fix chaining support in sgl_alloc_order()Gravatar Bart Van Assche 1-5/+27
2018-01-06lib/scatterlist: Introduce sgl_alloc() and sgl_free()Gravatar Bart Van Assche 1-0/+105
2017-09-07lib/scatterlist: Introduce and export __sg_alloc_table_from_pagesGravatar Tvrtko Ursulin 1-17/+49
2017-09-07lib/scatterlist: Avoid potential scatterlist entry overflowGravatar Tvrtko Ursulin 1-11/+20
2017-09-07lib/scatterlist: Fix offset type in sg_alloc_table_from_pagesGravatar Tvrtko Ursulin 1-1/+1
2017-06-15scatterlist: add sg_zero_buffer() helperGravatar Johannes Thumshirn 1-0/+35
2017-02-27scatterlist: do not disable IRQs in sg_copy_bufferGravatar Gilad Ben-Yossef 1-4/+0
2017-02-27scatterlist: reorder compound boolean expressionGravatar Gilad Ben-Yossef 1-1/+1
2016-02-08scatterlist: fix a typo in comment block of sg_miter_stop()Gravatar Masahiro Yamada 1-3/+3
2015-08-17scatterlist: allow limited chaining without ARCH_HAS_SG_CHAINGravatar Christoph Hellwig 1-4/+0
2015-06-30drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueGravatar Dave Gordon 1-3/+3
2015-06-30lib/scatterlist: mark input buffer parameters as 'const'Gravatar Dave Gordon 1-4/+4
2015-06-30lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer()Gravatar Dave Gordon 1-2/+2
2015-06-03scatterlist: introduce sg_nents_for_lenGravatar Tom Lendacky 1-0/+32
2014-10-28lib/scatterlist: fix memory leak with scsi-mqGravatar Tony Battersby 1-3/+3