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
/
include
/
linux
/
scatterlist.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-15
lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.c
Ming Lin
1
-0
/
+25
2015-08-24
lib: scatterlist: add sg splitting function
Robert Jarzmik
1
-0
/
+5
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
-0
/
+3
2015-07-01
lib/scatterlist: mark input buffer parameters as 'const'
Dave Gordon
1
-2
/
+2
2015-06-26
Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+32
2015-06-03
scatterlist: introduce sg_nents_for_len
Tom Lendacky
1
-0
/
+1
2015-05-05
remove <asm/scatterlist.h>
Christoph Hellwig
1
-7
/
+32
2014-08-09
lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig
Laura Abbott
1
-1
/
+1
2014-07-26
scatterlist: allow chaining to preallocated chunks
Christoph Hellwig
1
-3
/
+3
2013-12-09
lib/scatterlist: export sg_miter_skip()
Ming Lei
1
-0
/
+1
2013-07-09
lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()
Akinobu Mita
1
-0
/
+5
2013-05-30
scatterlist: sg_set_buf() argument must be in linear mapping
Rusty Russell
1
-0
/
+3
2013-05-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-5
/
+23
2013-03-27
lib/scatterlist: sg_page_iter: support sg lists w/o backing pages
Imre Deak
1
-5
/
+23
2013-03-20
scatterlist: introduce sg_unmark_end
Paolo Bonzini
1
-0
/
+16
2013-02-28
lib/scatterlist: use page iterator in the mapping iterator
Imre Deak
1
-3
/
+3
2013-02-28
lib/scatterlist: add simple page iterator
Imre Deak
1
-0
/
+35
2012-09-27
scatterlist: add sg_nents
Maxim Levitsky
1
-0
/
+1
2012-07-30
scatterlist: add sg_alloc_table_from_pages function
Tomasz Stanislawski
1
-0
/
+4
2012-03-05
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
Paul Gortmaker
1
-2
/
+4
2009-07-31
lib/scatterlist: add a flags to signalize mapping direction
Sebastian Andrzej Siewior
1
-0
/
+2
2008-07-23
sg: reimplement sg mapping iterator
Tejun Heo
1
-0
/
+38
2008-04-07
[SCSI] block: add sg buffer copy helper functions
FUJITA Tomonori
1
-0
/
+5
2008-01-28
SG: work with the SCSI fixed maximum allocations.
James Bottomley
1
-2
/
+3
2008-01-28
SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpers
Jens Axboe
1
-100
/
+25
2008-01-11
Don't blatt first element of prv in sg_chain()
Rusty Russell
1
-2
/
+2
2007-11-27
scatterlist: add more safeguards
Tejun Heo
1
-11
/
+26
2007-11-02
[SG] Get rid of __sg_mark_end()
Jens Axboe
1
-10
/
+12
2007-11-02
SG: Make sg_init_one() use general table init functions
Jens Axboe
1
-22
/
+18
2007-10-29
sg_init_table() should use unsigned loop index variable
Chuck Lever
1
-1
/
+1
2007-10-29
sg_last() should use unsigned loop index variable
Chuck Lever
1
-1
/
+1
2007-10-29
SG: clear termination bit in sg_chain()
Jens Axboe
1
-1
/
+5
2007-10-25
fix sg_phys to use dma_addr_t
Hugh Dickins
1
-1
/
+2
2007-10-24
SG: Change sg_set_page() to take length and offset argument
Jens Axboe
1
-11
/
+29
2007-10-23
[SG] Add debug check for page alignment
Jens Axboe
1
-0
/
+5
2007-10-22
Add CONFIG_DEBUG_SG sg validation
Jens Axboe
1
-0
/
+22
2007-10-22
Change table chaining layout
Jens Axboe
1
-24
/
+54
2007-10-22
[SG] Add helpers for manipulating SG entries
Jens Axboe
1
-8
/
+104
2007-10-16
Add chained sg support to linux/scatterlist.h
Jens Axboe
1
-2
/
+77
2007-10-16
Add sg helpers for iterating over a scatterlist table
Jens Axboe
1
-0
/
+9
2006-09-21
[PATCH] scatterlist: Add const to sg_set_buf/sg_init_one pointer argument
Herbert Xu
1
-2
/
+2
2005-10-30
[PATCH] Introduce sg_set_buf
Herbert Xu
1
-4
/
+13
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+14