aboutsummaryrefslogtreecommitdiffstats
path: root/lib/scatterlist.c
Commit message (Expand)AuthorAge
* scatterlist: don't BUG when we can trivially return a proper error.Nick Bowler2012-12-17
* Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-10
|\
| * scatterlist: refactor the sg_nentsMaxim Levitsky2012-09-28
| * scatterlist: add sg_nentsMaxim Levitsky2012-09-27
* | scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQsTejun Heo2012-10-05
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-30
|\
| * lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()Mandeep Singh Baines2012-07-30
* | scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski2012-07-30
|/
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24
|\
| * lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-07
* | lib: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
|/
* scatterlist: prevent invalid free when alloc failsJeffrey Carlyle2010-08-30
* lib/scatterlist: Hook sg_kmalloc into kmemleak (v2)Chris Wilson2010-07-28
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* lib/scatterlist: add a flags to signalize mapping directionSebastian Andrzej Siewior2009-07-31
* scatterlist: make sure sg_miter_next() doesn't return 0 sized mappingsTejun Heo2009-04-22
* lib/scatterlist.c: fix kunmap() argument in sg_miter_stop()Arjan van de Ven2008-11-19
* sg: disable interrupts inside sg_copy_bufferFUJITA Tomonori2008-09-11
* sg: reimplement sg mapping iteratorTejun Heo2008-07-23
* [SCSI] block: add sg buffer copy helper functionsFUJITA Tomonori2008-04-07
* SG: work with the SCSI fixed maximum allocations.James Bottomley2008-01-28
* SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpersJens Axboe2008-01-28