index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
scatterlist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-28
scatterlist: do not disable IRQs in sg_copy_buffer
Gilad Ben-Yossef
1
-4
/
+0
2017-02-28
scatterlist: reorder compound boolean expression
Gilad Ben-Yossef
1
-1
/
+1
2016-02-08
scatterlist: fix a typo in comment block of sg_miter_stop()
Masahiro Yamada
1
-3
/
+3
2015-08-17
scatterlist: allow limited chaining without ARCH_HAS_SG_CHAIN
Christoph Hellwig
1
-4
/
+0
2015-07-01
drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issue
Dave Gordon
1
-3
/
+3
2015-07-01
lib/scatterlist: mark input buffer parameters as 'const'
Dave Gordon
1
-4
/
+4
2015-07-01
lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer()
Dave Gordon
1
-2
/
+2
2015-06-03
scatterlist: introduce sg_nents_for_len
Tom Lendacky
1
-0
/
+32
2014-10-28
lib/scatterlist: fix memory leak with scsi-mq
Tony Battersby
1
-3
/
+3
2014-08-09
lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig
Laura Abbott
1
-2
/
+2
2014-07-26
scatterlist: allow chaining to preallocated chunks
Christoph Hellwig
1
-8
/
+17
2013-12-09
lib/scatterlist: export sg_miter_skip()
Ming Lei
1
-1
/
+2
2013-11-01
lib/scatterlist.c: don't flush_kernel_dcache_page on slab page
Ming Lei
1
-1
/
+2
2013-07-09
lib/scatterlist: error handling in __sg_alloc_table()
Dan Carpenter
1
-2
/
+4
2013-07-09
lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()
Akinobu Mita
1
-5
/
+83
2013-07-09
lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next()
Akinobu Mita
1
-15
/
+24
2013-03-27
lib/scatterlist: sg_page_iter: support sg lists w/o backing pages
Imre Deak
1
-3
/
+1
2013-02-28
lib/scatterlist: use page iterator in the mapping iterator
Imre Deak
1
-25
/
+23
2013-02-28
lib/scatterlist: add simple page iterator
Imre Deak
1
-0
/
+38
2012-12-18
scatterlist: don't BUG when we can trivially return a proper error.
Nick Bowler
1
-1
/
+2
2012-10-11
Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+19
2012-10-05
scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQs
Tejun Heo
1
-8
/
+8
2012-09-28
scatterlist: refactor the sg_nents
Maxim Levitsky
1
-5
/
+2
2012-09-27
scatterlist: add sg_nents
Maxim Levitsky
1
-0
/
+22
2012-07-31
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-8
/
+0
2012-07-31
lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()
Mandeep Singh Baines
1
-8
/
+0
2012-07-30
scatterlist: add sg_alloc_table_from_pages function
Tomasz Stanislawski
1
-0
/
+64
2012-03-24
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2012-03-20
lib: remove the second argument of k[un]map_atomic()
Cong Wang
1
-2
/
+2
2012-03-08
lib: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2010-08-30
scatterlist: prevent invalid free when alloc fails
Jeffrey Carlyle
1
-2
/
+12
2010-07-29
lib/scatterlist: Hook sg_kmalloc into kmemleak (v2)
Chris Wilson
1
-5
/
+18
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-07-31
lib/scatterlist: add a flags to signalize mapping direction
Sebastian Andrzej Siewior
1
-4
/
+12
2009-04-22
scatterlist: make sure sg_miter_next() doesn't return 0 sized mappings
Tejun Heo
1
-3
/
+6
2008-11-20
lib/scatterlist.c: fix kunmap() argument in sg_miter_stop()
Arjan van de Ven
1
-1
/
+1
2008-09-11
sg: disable interrupts inside sg_copy_buffer
FUJITA Tomonori
1
-0
/
+4
2008-07-23
sg: reimplement sg mapping iterator
Tejun Heo
1
-46
/
+130
2008-04-07
[SCSI] block: add sg buffer copy helper functions
FUJITA Tomonori
1
-0
/
+102
2008-01-28
SG: work with the SCSI fixed maximum allocations.
James Bottomley
1
-14
/
+27
2008-01-28
SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpers
Jens Axboe
1
-0
/
+281