summaryrefslogtreecommitdiffstats
path: root/lib/scatterlist.c
Commit message (Expand)AuthorAgeFilesLines
* scatterlist: do not disable IRQs in sg_copy_bufferGilad Ben-Yossef2017-02-271-4/+0
* scatterlist: reorder compound boolean expressionGilad Ben-Yossef2017-02-271-1/+1
* scatterlist: fix a typo in comment block of sg_miter_stop()Masahiro Yamada2016-02-081-3/+3
* scatterlist: allow limited chaining without ARCH_HAS_SG_CHAINChristoph Hellwig2015-08-171-4/+0
* drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon2015-06-301-3/+3
* lib/scatterlist: mark input buffer parameters as 'const'Dave Gordon2015-06-301-4/+4
* lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer()Dave Gordon2015-06-301-2/+2
* scatterlist: introduce sg_nents_for_lenTom Lendacky2015-06-031-0/+32
* lib/scatterlist: fix memory leak with scsi-mqTony Battersby2014-10-281-3/+3
* lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-081-2/+2
* scatterlist: allow chaining to preallocated chunksChristoph Hellwig2014-07-251-8/+17
* lib/scatterlist: export sg_miter_skip()Ming Lei2013-12-081-1/+2
* lib/scatterlist.c: don't flush_kernel_dcache_page on slab pageMing Lei2013-10-311-1/+2
* lib/scatterlist: error handling in __sg_alloc_table()Dan Carpenter2013-07-091-2/+4
* lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()Akinobu Mita2013-07-091-5/+83
* lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next()Akinobu Mita2013-07-091-15/+24
* lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak2013-03-271-3/+1
* lib/scatterlist: use page iterator in the mapping iteratorImre Deak2013-02-271-25/+23
* lib/scatterlist: add simple page iteratorImre Deak2013-02-271-0/+38
* scatterlist: don't BUG when we can trivially return a proper error.Nick Bowler2012-12-171-1/+2
* Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-111-0/+19
|\
| * scatterlist: refactor the sg_nentsMaxim Levitsky2012-09-281-5/+2
| * scatterlist: add sg_nentsMaxim Levitsky2012-09-271-0/+22
* | scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQsTejun Heo2012-10-061-8/+8
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-301-8/+0
|\
| * lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()Mandeep Singh Baines2012-07-301-8/+0
* | scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski2012-07-301-0/+64
|/
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+1
|\
| * lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* | lib: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
|/
* scatterlist: prevent invalid free when alloc failsJeffrey Carlyle2010-08-301-2/+12
* lib/scatterlist: Hook sg_kmalloc into kmemleak (v2)Chris Wilson2010-07-281-5/+18
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* lib/scatterlist: add a flags to signalize mapping directionSebastian Andrzej Siewior2009-07-311-4/+12
* scatterlist: make sure sg_miter_next() doesn't return 0 sized mappingsTejun Heo2009-04-221-3/+6
* lib/scatterlist.c: fix kunmap() argument in sg_miter_stop()Arjan van de Ven2008-11-191-1/+1
* sg: disable interrupts inside sg_copy_bufferFUJITA Tomonori2008-09-111-0/+4
* sg: reimplement sg mapping iteratorTejun Heo2008-07-231-46/+130
* [SCSI] block: add sg buffer copy helper functionsFUJITA Tomonori2008-04-071-0/+102
* SG: work with the SCSI fixed maximum allocations.James Bottomley2008-01-281-14/+27
* SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpersJens Axboe2008-01-281-0/+281