aboutsummaryrefslogtreecommitdiff
path: root/lib/scatterlist.c
AgeCommit message (Expand)Author
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
2013-12-08lib/scatterlist: export sg_miter_skip()Ming Lei
2013-10-31lib/scatterlist.c: don't flush_kernel_dcache_page on slab pageMing Lei
2013-07-09lib/scatterlist: error handling in __sg_alloc_table()Dan Carpenter
2013-07-09lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()Akinobu Mita
2013-07-09lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next()Akinobu Mita
2013-03-27lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak
2013-02-27lib/scatterlist: use page iterator in the mapping iteratorImre Deak
2013-02-27lib/scatterlist: add simple page iteratorImre Deak
2012-12-17scatterlist: don't BUG when we can trivially return a proper error.Nick Bowler
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-10-06scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQsTejun Heo
2012-09-28scatterlist: refactor the sg_nentsMaxim Levitsky
2012-09-27scatterlist: add sg_nentsMaxim Levitsky