aboutsummaryrefslogtreecommitdiff
path: root/lib/scatterlist.c
AgeCommit message (Expand)Author
2017-06-15scatterlist: add sg_zero_buffer() helperJohannes Thumshirn
2017-02-27scatterlist: do not disable IRQs in sg_copy_bufferGilad Ben-Yossef
2017-02-27scatterlist: reorder compound boolean expressionGilad Ben-Yossef
2016-02-08scatterlist: fix a typo in comment block of sg_miter_stop()Masahiro Yamada
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-30lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer()Dave Gordon
2015-06-03scatterlist: introduce sg_nents_for_lenTom Lendacky
2014-10-28lib/scatterlist: fix memory leak with scsi-mqTony Battersby
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-10-31lib/scatterlist.c: don't flush_kernel_dcache_page on slab pageMing Lei
2013-07-09lib/scatterlist: error handling in __sg_alloc_table()Dan Carpenter
2013-07-09lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()Akinobu Mita
2013-07-09lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next()Akinobu Mita
2013-03-27lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak
2013-02-27lib/scatterlist: use page iterator in the mapping iteratorImre Deak
2013-02-27lib/scatterlist: add simple page iteratorImre Deak
2012-12-17scatterlist: don't BUG when we can trivially return a proper error.Nick Bowler
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-10-06scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQsTejun Heo
2012-09-28scatterlist: refactor the sg_nentsMaxim Levitsky
2012-09-27scatterlist: add sg_nentsMaxim Levitsky
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-30lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()Mandeep Singh Baines
2012-07-30scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-20lib: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker
2010-08-30scatterlist: prevent invalid free when alloc failsJeffrey Carlyle
2010-07-28lib/scatterlist: Hook sg_kmalloc into kmemleak (v2)Chris Wilson
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-07-31lib/scatterlist: add a flags to signalize mapping directionSebastian Andrzej Siewior
2009-04-22scatterlist: make sure sg_miter_next() doesn't return 0 sized mappingsTejun Heo
2008-11-19lib/scatterlist.c: fix kunmap() argument in sg_miter_stop()Arjan van de Ven
2008-09-11sg: disable interrupts inside sg_copy_bufferFUJITA Tomonori
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