summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-02-08scatterlist: fix a typo in comment block of sg_miter_stop()Masahiro Yamada1-3/+3
2015-08-17scatterlist: allow limited chaining without ARCH_HAS_SG_CHAINChristoph Hellwig2-8/+0
2015-07-01drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon3-11/+10
2015-07-01lib/scatterlist: mark input buffer parameters as 'const'Dave Gordon2-6/+6
2015-07-01lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer()Dave Gordon1-2/+2
2015-06-03scatterlist: introduce sg_nents_for_lenTom Lendacky2-0/+33
2014-10-28lib/scatterlist: fix memory leak with scsi-mqTony Battersby1-3/+3
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott28-60/+30
2014-07-25scatterlist: allow chaining to preallocated chunksChristoph Hellwig3-20/+27
2013-12-09lib/scatterlist: export sg_miter_skip()Ming Lei2-1/+3
2013-10-31lib/scatterlist.c: don't flush_kernel_dcache_page on slab pageMing Lei1-1/+2
2013-07-09lib/scatterlist: error handling in __sg_alloc_table()Dan Carpenter1-2/+4
2013-07-09lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()Akinobu Mita2-5/+88
2013-07-09lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next()Akinobu Mita1-15/+24
2013-03-27lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak8-21/+35
2013-02-28lib/scatterlist: use page iterator in the mapping iteratorImre Deak3-30/+28
2013-02-28lib/scatterlist: add simple page iteratorImre Deak2-0/+73
2012-12-18scatterlist: don't BUG when we can trivially return a proper error.Nick Bowler1-1/+2
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds33-464/+770
2012-10-05scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQsTejun Heo1-8/+8
2012-09-28scatterlist: refactor the sg_nentsMaxim Levitsky1-5/+2
2012-09-27scatterlist: add sg_nentsMaxim Levitsky2-0/+23
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds185-1042/+2662
2012-07-31lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()Mandeep Singh Baines1-8/+0
2012-07-30scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski2-0/+68
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds100-100/+100
2012-03-20lib: remove the second argument of k[un]map_atomic()Cong Wang2-5/+4
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker63-63/+74
2010-08-30scatterlist: prevent invalid free when alloc failsJeffrey Carlyle1-2/+12
2010-07-28lib/scatterlist: Hook sg_kmalloc into kmemleak (v2)Chris Wilson1-5/+18
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2009-07-31lib/scatterlist: add a flags to signalize mapping directionSebastian Andrzej Siewior2-4/+14
2009-04-22scatterlist: make sure sg_miter_next() doesn't return 0 sized mappingsTejun Heo1-3/+6
2008-11-20lib/scatterlist.c: fix kunmap() argument in sg_miter_stop()Arjan van de Ven1-1/+1
2008-09-11sg: disable interrupts inside sg_copy_bufferFUJITA Tomonori1-0/+4
2008-07-23sg: reimplement sg mapping iteratorTejun Heo2-46/+168
2008-04-07[SCSI] block: add sg buffer copy helper functionsFUJITA Tomonori2-0/+107
2008-01-28SG: work with the SCSI fixed maximum allocations.James Bottomley3-19/+35
2008-01-28SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpersJens Axboe3-101/+307