| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-11 | scatterlist: fix extraneous '@'-sign kernel-doc notation | Randy Dunlap | 1 | -4/+4 |
| 2025-05-11 | scatterlist: inline sg_next() | Caleb Sander Mateos | 1 | -23/+0 |
| 2025-03-21 | lib/scatterlist: Add SG_MITER_LOCAL and use it | Herbert Xu | 1 | -4/+8 |
| 2024-11-05 | lib/scatterlist: use sg_phys() helper | Sui Jingfeng | 1 | -2/+2 |
| 2024-09-12 | mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios | David Howells | 1 | -2/+67 |
| 2024-04-26 | Fix a potential infinite loop in extract_user_to_sg() | David Howells | 1 | -1/+1 |
| 2023-09-19 | scatterlist: add missing function params to kernel-doc | Randy Dunlap | 1 | -1/+3 |
| 2023-08-04 | crypto, cifs: fix error handling in extract_iter_to_sg() | David Howells | 1 | -1/+1 |
| 2023-07-06 | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2023-06-08 | Move netfs_extract_iter_to_sg() to lib/scatterlist.c | David Howells | 1 | -0/+269 |
| 2023-01-16 | lib/scatterlist: Fix to calculate the last_pg properly | Yishai Hadas | 1 | -10/+15 |
| 2023-01-05 | lib/scatterlist: Fix to merge contiguous pages into the last SG properly | Yishai Hadas | 1 | -1/+1 |
| 2022-11-09 | lib/scatterlist: add check when merging zone device pages | Logan Gunthorpe | 1 | -10/+15 |
| 2022-07-17 | lib/scatterlist: use matched parameter type when calling __sg_free_table() | wuchi | 1 | -2/+2 |
| 2021-11-09 | mm/scatterlist: replace the !preemptible warning in sg_miter_stop() | Thomas Gleixner | 1 | -7/+4 |
| 2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+2 |
| 2021-09-03 | scatterlist: replace flush_kernel_dcache_page with flush_dcache_page | Christoph Hellwig | 1 | -3/+2 |
| 2021-08-24 | lib/scatterlist: Fix wrong update of orig_nents | Maor Gottlieb | 1 | -50/+77 |
| 2021-08-24 | lib/scatterlist: Provide a dedicated function to support table append | Maor Gottlieb | 1 | -16/+20 |
| 2021-07-08 | lib: fix spelling mistakes | Zhen Lei | 1 | -2/+2 |
| 2020-10-29 | lib/scatterlist: use consistent sg_copy_buffer() return type | David Disseldorp | 1 | -1/+1 |
| 2020-10-24 | Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2020-10-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -26/+107 |
| 2020-10-16 | lib/scatterlist.c: avoid a double memset | Christophe JAILLET | 1 | -1/+1 |
| 2020-10-16 | lib/scatterlist: Do not limit max_segment to PAGE_ALIGNED values | Jason Gunthorpe | 1 | -4/+8 |
| 2020-10-16 | sgl_alloc_order: fix memory leak | Douglas Gilbert | 1 | -1/+1 |
| 2020-10-05 | lib/scatterlist: Add support in dynamic allocation of SG table from pages | Maor Gottlieb | 1 | -24/+101 |
| 2020-04-07 | lib/scatterlist: fix sg_copy_buffer() kerneldoc | Geert Uytterhoeven | 1 | -1/+1 |
| 2020-01-31 | lib/scatterlist.c: adjust indentation in __sg_alloc_table | Nathan Chancellor | 1 | -1/+1 |
| 2019-07-11 | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -13/+23 |
| 2019-07-08 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -4/+5 |
| 2019-07-03 | lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE | Christophe Leroy | 1 | -4/+5 |
| 2019-06-20 | scsi: lib/sg_pool.c: improve APIs for allocating sg pool | Ming Lei | 1 | -13/+23 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230 | Thomas Gleixner | 1 | -3/+1 |
| 2019-02-11 | lib/scatterlist: Provide a DMA page iterator | Jason Gunthorpe | 1 | -0/+26 |
| 2018-12-06 | arch: switch the default on ARCH_HAS_SG_CHAIN | Christoph Hellwig | 1 | -1/+1 |
| 2018-06-30 | Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -6/+0 |
| 2018-06-29 | sg: remove ->sg_magic member | Jens Axboe | 1 | -6/+0 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+2 |
| 2018-03-30 | lib/scatterlist: add sg_init_marker() helper | Prashant Bhole | 1 | -8/+1 |
| 2018-01-19 | lib/scatterlist: Fix chaining support in sgl_alloc_order() | Bart Van Assche | 1 | -5/+27 |
| 2018-01-06 | lib/scatterlist: Introduce sgl_alloc() and sgl_free() | Bart Van Assche | 1 | -0/+105 |
| 2017-09-07 | lib/scatterlist: Introduce and export __sg_alloc_table_from_pages | Tvrtko Ursulin | 1 | -17/+49 |
| 2017-09-07 | lib/scatterlist: Avoid potential scatterlist entry overflow | Tvrtko Ursulin | 1 | -11/+20 |
| 2017-09-07 | lib/scatterlist: Fix offset type in sg_alloc_table_from_pages | Tvrtko Ursulin | 1 | -1/+1 |
| 2017-06-15 | scatterlist: add sg_zero_buffer() helper | Johannes Thumshirn | 1 | -0/+35 |
| 2017-02-27 | scatterlist: do not disable IRQs in sg_copy_buffer | Gilad Ben-Yossef | 1 | -4/+0 |
| 2017-02-27 | 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-06-30 | drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issue | Dave Gordon | 1 | -3/+3 |
| 2015-06-30 | lib/scatterlist: mark input buffer parameters as 'const' | Dave Gordon | 1 | -4/+4 |
| 2015-06-30 | 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-08 | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig | Laura Abbott | 1 | -2/+2 |
| 2014-07-25 | scatterlist: allow chaining to preallocated chunks | Christoph Hellwig | 1 | -8/+17 |
| 2013-12-08 | lib/scatterlist: export sg_miter_skip() | Ming Lei | 1 | -1/+2 |
| 2013-10-31 | 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-27 | lib/scatterlist: use page iterator in the mapping iterator | Imre Deak | 1 | -25/+23 |
| 2013-02-27 | lib/scatterlist: add simple page iterator | Imre Deak | 1 | -0/+38 |
| 2012-12-17 | 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-06 | 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-30 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -8/+0 |
| 2012-07-30 | 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-07 | 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-28 | 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-19 | 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 |