index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
scatterlist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/scatterlist: fix sg_copy_buffer() kerneldoc
Geert Uytterhoeven
2020-04-07
1
-1
/
+1
*
lib/scatterlist.c: adjust indentation in __sg_alloc_table
Nathan Chancellor
2020-01-31
1
-1
/
+1
*
Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-07-11
1
-13
/
+23
|
\
|
*
scsi: lib/sg_pool.c: improve APIs for allocating sg pool
Ming Lei
2019-06-20
1
-13
/
+23
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-07-08
1
-4
/
+5
|
\
\
|
*
|
lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE
Christophe Leroy
2019-07-03
1
-4
/
+5
|
|
/
*
/
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
Thomas Gleixner
2019-06-19
1
-3
/
+1
|
/
*
lib/scatterlist: Provide a DMA page iterator
Jason Gunthorpe
2019-02-11
1
-0
/
+26
*
arch: switch the default on ARCH_HAS_SG_CHAIN
Christoph Hellwig
2018-12-06
1
-1
/
+1
*
Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-30
1
-6
/
+0
|
\
|
*
sg: remove ->sg_magic member
Jens Axboe
2018-06-29
1
-6
/
+0
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-1
/
+2
|
/
*
lib/scatterlist: add sg_init_marker() helper
Prashant Bhole
2018-03-30
1
-8
/
+1
*
lib/scatterlist: Fix chaining support in sgl_alloc_order()
Bart Van Assche
2018-01-19
1
-5
/
+27
*
lib/scatterlist: Introduce sgl_alloc() and sgl_free()
Bart Van Assche
2018-01-06
1
-0
/
+105
*
lib/scatterlist: Introduce and export __sg_alloc_table_from_pages
Tvrtko Ursulin
2017-09-07
1
-17
/
+49
*
lib/scatterlist: Avoid potential scatterlist entry overflow
Tvrtko Ursulin
2017-09-07
1
-11
/
+20
*
lib/scatterlist: Fix offset type in sg_alloc_table_from_pages
Tvrtko Ursulin
2017-09-07
1
-1
/
+1
*
scatterlist: add sg_zero_buffer() helper
Johannes Thumshirn
2017-06-15
1
-0
/
+35
*
scatterlist: do not disable IRQs in sg_copy_buffer
Gilad Ben-Yossef
2017-02-27
1
-4
/
+0
*
scatterlist: reorder compound boolean expression
Gilad Ben-Yossef
2017-02-27
1
-1
/
+1
*
scatterlist: fix a typo in comment block of sg_miter_stop()
Masahiro Yamada
2016-02-08
1
-3
/
+3
*
scatterlist: allow limited chaining without ARCH_HAS_SG_CHAIN
Christoph Hellwig
2015-08-17
1
-4
/
+0
*
drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issue
Dave Gordon
2015-06-30
1
-3
/
+3
*
lib/scatterlist: mark input buffer parameters as 'const'
Dave Gordon
2015-06-30
1
-4
/
+4
*
lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer()
Dave Gordon
2015-06-30
1
-2
/
+2
*
scatterlist: introduce sg_nents_for_len
Tom Lendacky
2015-06-03
1
-0
/
+32
*
lib/scatterlist: fix memory leak with scsi-mq
Tony Battersby
2014-10-28
1
-3
/
+3
*
lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig
Laura Abbott
2014-08-08
1
-2
/
+2
*
scatterlist: allow chaining to preallocated chunks
Christoph Hellwig
2014-07-25
1
-8
/
+17
*
lib/scatterlist: export sg_miter_skip()
Ming Lei
2013-12-08
1
-1
/
+2
*
lib/scatterlist.c: don't flush_kernel_dcache_page on slab page
Ming Lei
2013-10-31
1
-1
/
+2
*
lib/scatterlist: error handling in __sg_alloc_table()
Dan Carpenter
2013-07-09
1
-2
/
+4
*
lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()
Akinobu Mita
2013-07-09
1
-5
/
+83
*
lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next()
Akinobu Mita
2013-07-09
1
-15
/
+24
*
lib/scatterlist: sg_page_iter: support sg lists w/o backing pages
Imre Deak
2013-03-27
1
-3
/
+1
*
lib/scatterlist: use page iterator in the mapping iterator
Imre Deak
2013-02-27
1
-25
/
+23
*
lib/scatterlist: add simple page iterator
Imre Deak
2013-02-27
1
-0
/
+38
*
scatterlist: don't BUG when we can trivially return a proper error.
Nick Bowler
2012-12-17
1
-1
/
+2
*
Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2012-10-11
1
-0
/
+19
|
\
|
*
scatterlist: refactor the sg_nents
Maxim Levitsky
2012-09-28
1
-5
/
+2
|
*
scatterlist: add sg_nents
Maxim Levitsky
2012-09-27
1
-0
/
+22
*
|
scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQs
Tejun Heo
2012-10-06
1
-8
/
+8
|
/
*
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-07-30
1
-8
/
+0
|
\
|
*
lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()
Mandeep Singh Baines
2012-07-30
1
-8
/
+0
*
|
scatterlist: add sg_alloc_table_from_pages function
Tomasz Stanislawski
2012-07-30
1
-0
/
+64
|
/
*
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2012-03-24
1
-1
/
+1
|
\
|
*
lib: reduce the use of module.h wherever possible
Paul Gortmaker
2012-03-07
1
-1
/
+1
*
|
lib: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-2
/
+2
|
/
*
scatterlist: prevent invalid free when alloc fails
Jeffrey Carlyle
2010-08-30
1
-2
/
+12
[next]