aboutsummaryrefslogtreecommitdiffstats
path: root/lib/scatterlist.c
AgeCommit message (Expand)Author
2023-08-04crypto, cifs: fix error handling in extract_iter_to_sg()David Howells
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-08Move netfs_extract_iter_to_sg() to lib/scatterlist.cDavid Howells
2023-01-16lib/scatterlist: Fix to calculate the last_pg properlyYishai Hadas
2023-01-05lib/scatterlist: Fix to merge contiguous pages into the last SG properlyYishai Hadas
2022-11-09lib/scatterlist: add check when merging zone device pagesLogan Gunthorpe
2022-07-17lib/scatterlist: use matched parameter type when calling __sg_free_table()wuchi
2021-11-09mm/scatterlist: replace the !preemptible warning in sg_miter_stop()Thomas Gleixner
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03scatterlist: replace flush_kernel_dcache_page with flush_dcache_pageChristoph Hellwig
2021-08-24lib/scatterlist: Fix wrong update of orig_nentsMaor Gottlieb
2021-08-24lib/scatterlist: Provide a dedicated function to support table appendMaor Gottlieb
2021-07-08lib: fix spelling mistakesZhen Lei
2020-10-29lib/scatterlist: use consistent sg_copy_buffer() return typeDavid Disseldorp
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-10-16lib/scatterlist.c: avoid a double memsetChristophe JAILLET
2020-10-16lib/scatterlist: Do not limit max_segment to PAGE_ALIGNED valuesJason Gunthorpe
2020-10-16sgl_alloc_order: fix memory leakDouglas Gilbert
2020-10-05lib/scatterlist: Add support in dynamic allocation of SG table from pagesMaor Gottlieb
2020-04-07lib/scatterlist: fix sg_copy_buffer() kerneldocGeert Uytterhoeven
2020-01-31lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-03lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEChristophe Leroy
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner
2019-02-11lib/scatterlist: Provide a DMA page iteratorJason Gunthorpe
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-29sg: remove ->sg_magic memberJens Axboe
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-03-30lib/scatterlist: add sg_init_marker() helperPrashant Bhole
2018-01-19lib/scatterlist: Fix chaining support in sgl_alloc_order()Bart Van Assche
2018-01-06lib/scatterlist: Introduce sgl_alloc() and sgl_free()Bart Van Assche
2017-09-07lib/scatterlist: Introduce and export __sg_alloc_table_from_pagesTvrtko Ursulin
2017-09-07lib/scatterlist: Avoid potential scatterlist entry overflowTvrtko Ursulin
2017-09-07lib/scatterlist: Fix offset type in sg_alloc_table_from_pagesTvrtko Ursulin
2017-06-15scatterlist: add sg_zero_buffer() helperJohannes Thumshirn
2017-02-27scatterlist: do not disable IRQs in sg_copy_bufferGilad Ben-Yossef
2017-02-27scatterlist: reorder compound boolean expressionGilad Ben-Yossef
2016-02-08scatterlist: fix a typo in comment block of sg_miter_stop()Masahiro Yamada
2015-08-17scatterlist: allow limited chaining without ARCH_HAS_SG_CHAINChristoph Hellwig
2015-06-30drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon
2015-06-30lib/scatterlist: mark input buffer parameters as 'const'Dave Gordon
2015-06-30lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer()Dave Gordon
2015-06-03scatterlist: introduce sg_nents_for_lenTom Lendacky
2014-10-28lib/scatterlist: fix memory leak with scsi-mqTony Battersby
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott
2014-07-25scatterlist: allow chaining to preallocated chunksChristoph Hellwig