aboutsummaryrefslogtreecommitdiffstats
path: root/lib/scatterlist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Hellwig1-4/+0
2015-06-30drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon1-3/+3
2015-06-30lib/scatterlist: mark input buffer parameters as 'const'Dave Gordon1-4/+4
2015-06-30lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer()Dave Gordon1-2/+2
2015-06-03scatterlist: introduce sg_nents_for_lenTom Lendacky1-0/+32
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 Abbott1-2/+2
2014-07-25scatterlist: allow chaining to preallocated chunksChristoph Hellwig1-8/+17
2013-12-08lib/scatterlist: export sg_miter_skip()Ming Lei1-1/+2
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 Mita1-5/+83
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 Deak1-3/+1
2013-02-27lib/scatterlist: use page iterator in the mapping iteratorImre Deak1-25/+23
2013-02-27lib/scatterlist: add simple page iteratorImre Deak1-0/+38
2012-12-17scatterlist: 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 Torvalds1-0/+19
2012-10-06scatterlist: 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 Levitsky1-0/+22
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-8/+0
2012-07-30lib/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 Stanislawski1-0/+64
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2012-03-20lib: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
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 implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-07-31lib/scatterlist: add a flags to signalize mapping directionSebastian Andrzej Siewior1-4/+12
2009-04-22scatterlist: make sure sg_miter_next() doesn't return 0 sized mappingsTejun Heo1-3/+6
2008-11-19lib/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 Heo1-46/+130
2008-04-07[SCSI] block: add sg buffer copy helper functionsFUJITA Tomonori1-0/+102
2008-01-28SG: work with the SCSI fixed maximum allocations.James Bottomley1-14/+27
2008-01-28SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpersJens Axboe1-0/+281