index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-map.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-15
block: introduce bio_iov_iter_set()
Pavel Begunkov
1
-1
/
+1
2026-07-31
block: validate user space vectors during extraction
Keith Busch
1
-1
/
+1
2026-07-16
block: free copied pages when blk_rq_map_kern() fails
Jackie Liu
1
-2
/
+7
2026-03-06
Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+1
2026-03-04
block: use __bio_add_page in bio_copy_kern
Yang Xiuwei
1
-2
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-12-04
block: use bio_alloc_bioset for passthru IO by default
Fengnan Chang
1
-54
/
+36
2025-11-06
block: accumulate memory segment gaps per bio
Keith Busch
1
-0
/
+3
2025-10-07
block: rename bio_iov_iter_get_pages_aligned to bio_iov_iter_get_pages
Christoph Hellwig
1
-1
/
+1
2025-10-07
block: remove bio_iov_iter_get_pages
Christoph Hellwig
1
-1
/
+5
2025-09-09
blk-map: provide the bdev to bio if one exists
Keith Busch
1
-2
/
+3
2025-09-09
block: check for valid bio while splitting
Keith Busch
1
-1
/
+1
2025-09-09
block: add a bio_init_inline helper
Christoph Hellwig
1
-4
/
+4
2025-05-07
block: simplify bio_map_kern
Christoph Hellwig
1
-47
/
+9
2025-05-07
block: pass the operation to bio_{map,copy}_kern
Christoph Hellwig
1
-16
/
+14
2025-05-07
block: remove the q argument from blk_rq_map_kern
Christoph Hellwig
1
-13
/
+9
2025-05-05
block: remove bounce buffering support
Christoph Hellwig
1
-4
/
+1
2025-01-04
block: remove blk_rq_bio_prep
Christoph Hellwig
1
-4
/
+6
2025-01-04
block: remove bio_add_pc_page
Christoph Hellwig
1
-89
/
+29
2024-12-12
block: Make bio_iov_bvec_set() accept pointer to const iov_iter
John Garry
1
-1
/
+1
2024-10-28
block: fix queue limits checks in blk_rq_map_user_bvec for real
Christoph Hellwig
1
-39
/
+17
2024-10-23
block: fix sanity checks in blk_rq_map_user_bvec
Xinyu Zhang
1
-3
/
+1
2024-07-03
block: don't free the integrity payload in bio_integrity_unmap_free_user
Christoph Hellwig
1
-1
/
+1
2024-07-03
block: call bio_integrity_unmap_free_user from blk_rq_unmap_user
Christoph Hellwig
1
-0
/
+3
2024-06-26
block: move dma_pad_mask into queue_limits
Christoph Hellwig
1
-1
/
+1
2024-01-23
block: Fix WARNING in _copy_from_iter
Christian A. Ehrhardt
1
-3
/
+10
2023-09-06
block: fix pin count management when merging same-page segments
Christoph Hellwig
1
-4
/
+3
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-11
/
+11
2023-05-24
block: convert bio_map_user_iov to use iov_iter_extract_pages
David Howells
1
-12
/
+11
2023-05-24
block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
Christoph Hellwig
1
-0
/
+1
2023-05-23
block: fix bio-cache for passthru IO
Anuj Gupta
1
-1
/
+1
2023-03-30
iov_iter: add iter_iovec() helper
Jens Axboe
1
-2
/
+2
2023-03-29
block: ensure bio_alloc_map_data() deals with ITER_UBUF correctly
Jens Axboe
1
-2
/
+3
2023-02-22
Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-4
/
+4
2023-02-20
iov_iter: Define flags to qualify page extraction.
David Howells
1
-4
/
+4
2023-02-20
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
1
-4
/
+2
2023-01-29
block: extend bio-cache for non-polled requests
Anuj Gupta
1
-4
/
+2
2023-01-11
block: use iter_ubuf for single range
Keith Busch
1
-4
/
+4
2022-11-09
block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
Logan Gunthorpe
1
-4
/
+8
2022-10-25
block: Constify most queue limits pointers
Bart Van Assche
1
-1
/
+1
2022-09-30
block: extend functionality to map bvec iterator
Kanchan Joshi
1
-4
/
+71
2022-09-30
block: factor out blk_rq_map_bio_alloc helper
Kanchan Joshi
1
-11
/
+22
2022-09-30
block: rename bio_map_put to blk_mq_map_bio_put
Anuj Gupta
1
-3
/
+3
2022-09-30
block: add blk_rq_map_user_io
Anuj Gupta
1
-0
/
+36
2022-09-05
block/blk-map: Remove set but unused variable 'added'
Jiapeng Chong
1
-2
/
+1
2022-08-22
block: use on-stack page vec for <= UIO_FASTIOV
Jens Axboe
1
-3
/
+11
2022-08-22
block: enable bio caching use for passthru IO
Jens Axboe
1
-8
/
+25
2022-08-22
block: shrink rq_map_data a bit
Jens Axboe
1
-1
/
+1
2022-08-08
block: convert to advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
1
-3
/
+4
2022-04-23
block/blk-map: Remove redundant assignment
Michal Orzel
1
-3
/
+2
[next]