aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/scatterlist.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-30scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski1-0/+4
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-2/+4
2009-07-31lib/scatterlist: add a flags to signalize mapping directionSebastian Andrzej Siewior1-0/+2
2008-07-23sg: reimplement sg mapping iteratorTejun Heo1-0/+38
2008-04-07[SCSI] block: add sg buffer copy helper functionsFUJITA Tomonori1-0/+5
2008-01-28SG: work with the SCSI fixed maximum allocations.James Bottomley1-2/+3
2008-01-28SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpersJens Axboe1-100/+25
2008-01-11Don't blatt first element of prv in sg_chain()Rusty Russell1-2/+2
2007-11-27scatterlist: add more safeguardsTejun Heo1-11/+26
2007-11-02[SG] Get rid of __sg_mark_end()Jens Axboe1-10/+12
2007-11-02SG: Make sg_init_one() use general table init functionsJens Axboe1-22/+18
2007-10-29sg_init_table() should use unsigned loop index variableChuck Lever1-1/+1
2007-10-29sg_last() should use unsigned loop index variableChuck Lever1-1/+1
2007-10-29SG: clear termination bit in sg_chain()Jens Axboe1-1/+5
2007-10-25fix sg_phys to use dma_addr_tHugh Dickins1-1/+2
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-11/+29
2007-10-23[SG] Add debug check for page alignmentJens Axboe1-0/+5
2007-10-22Add CONFIG_DEBUG_SG sg validationJens Axboe1-0/+22
2007-10-22Change table chaining layoutJens Axboe1-24/+54
2007-10-22[SG] Add helpers for manipulating SG entriesJens Axboe1-8/+104
2007-10-16Add chained sg support to linux/scatterlist.hJens Axboe1-2/+77
2007-10-16Add sg helpers for iterating over a scatterlist tableJens Axboe1-0/+9
2006-09-21[PATCH] scatterlist: Add const to sg_set_buf/sg_init_one pointer argumentHerbert Xu1-2/+2
2005-10-30[PATCH] Introduce sg_set_bufHerbert Xu1-4/+13
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+14