aboutsummaryrefslogtreecommitdiff
path: root/include/linux/scatterlist.h
AgeCommit message (Expand)Author
2015-08-24lib: scatterlist: add sg splitting functionRobert Jarzmik
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-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-03scatterlist: introduce sg_nents_for_lenTom Lendacky
2015-05-05remove <asm/scatterlist.h>Christoph Hellwig
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-07-09lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()Akinobu Mita
2013-05-30scatterlist: sg_set_buf() argument must be in linear mappingRusty Russell
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-03-27lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak
2013-03-20scatterlist: introduce sg_unmark_endPaolo Bonzini
2013-02-27lib/scatterlist: use page iterator in the mapping iteratorImre Deak
2013-02-27lib/scatterlist: add simple page iteratorImre Deak
2012-09-27scatterlist: add sg_nentsMaxim Levitsky
2012-07-30scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2009-07-31lib/scatterlist: add a flags to signalize mapping directionSebastian Andrzej Siewior
2008-07-23sg: reimplement sg mapping iteratorTejun Heo
2008-04-07[SCSI] block: add sg buffer copy helper functionsFUJITA Tomonori
2008-01-28SG: work with the SCSI fixed maximum allocations.James Bottomley
2008-01-28SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpersJens Axboe
2008-01-11Don't blatt first element of prv in sg_chain()Rusty Russell
2007-11-27scatterlist: add more safeguardsTejun Heo
2007-11-02[SG] Get rid of __sg_mark_end()Jens Axboe
2007-11-02SG: Make sg_init_one() use general table init functionsJens Axboe
2007-10-29sg_init_table() should use unsigned loop index variableChuck Lever
2007-10-29sg_last() should use unsigned loop index variableChuck Lever
2007-10-29SG: clear termination bit in sg_chain()Jens Axboe
2007-10-25fix sg_phys to use dma_addr_tHugh Dickins
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe
2007-10-23[SG] Add debug check for page alignmentJens Axboe
2007-10-22Add CONFIG_DEBUG_SG sg validationJens Axboe
2007-10-22Change table chaining layoutJens Axboe
2007-10-22[SG] Add helpers for manipulating SG entriesJens Axboe
2007-10-16Add chained sg support to linux/scatterlist.hJens Axboe
2007-10-16Add sg helpers for iterating over a scatterlist tableJens Axboe
2006-09-21[PATCH] scatterlist: Add const to sg_set_buf/sg_init_one pointer argumentHerbert Xu
2005-10-30[PATCH] Introduce sg_set_bufHerbert Xu
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds