index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bio.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-12
block: move around bio flagging helpers
Pavel Begunkov
1
-15
/
+15
2025-11-06
block: accumulate memory segment gaps per bio
Keith Busch
1
-0
/
+2
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
-5
/
+0
2025-09-09
block: add size alignment to bio_iov_iter_get_pages
Keith Busch
1
-1
/
+8
2025-09-09
block: check for valid bio while splitting
Keith Busch
1
-2
/
+2
2025-09-09
block: remove the bi_inline_vecs variable sized array from struct bio
Christoph Hellwig
1
-1
/
+1
2025-09-09
block: add a bio_init_inline helper
Christoph Hellwig
1
-0
/
+5
2025-06-13
bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAP
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+24
2025-05-12
scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES buffer
Steve Siwinski
1
-0
/
+1
2025-05-07
block: add a bio_add_vmalloc helpers
Christoph Hellwig
1
-0
/
+3
2025-05-07
block: add a bio_add_max_vecs helper
Christoph Hellwig
1
-0
/
+15
2025-05-07
block: add a bdev_rw_virt helper
Christoph Hellwig
1
-1
/
+4
2025-05-07
block: add a bio_add_virt_nofail helper
Christoph Hellwig
1
-0
/
+2
2025-03-03
block: split struct bio_integrity_payload
Christoph Hellwig
1
-4
/
+0
2025-01-04
block: remove bio_add_pc_page
Christoph Hellwig
1
-2
/
+0
2024-12-23
block: Delete bio_set_prio()
John Garry
1
-2
/
+0
2024-12-23
block: Delete bio_prio()
John Garry
1
-1
/
+0
2024-12-12
block: Make bio_iov_bvec_set() accept pointer to const iov_iter
John Garry
1
-1
/
+1
2024-11-11
block: lift bio_is_zone_append to bio.h
Christoph Hellwig
1
-0
/
+17
2024-10-31
block: remove bio_add_zone_append_page
Christoph Hellwig
1
-2
/
+0
2024-08-29
block: rework bio splitting
Christoph Hellwig
1
-2
/
+2
2024-07-03
block: split integrity support out of bio.h
Christoph Hellwig
1
-156
/
+0
2024-06-12
block: unmap and free user mapped integrity via submitter
Anuj Gupta
1
-0
/
+4
2024-05-07
block: add a blk_alloc_discard_bio helper
Christoph Hellwig
1
-0
/
+3
2024-05-07
block: add a bio_chain_and_submit helper
Christoph Hellwig
1
-0
/
+1
2024-04-01
block: add a bio_list_merge_init helper
Christoph Hellwig
1
-0
/
+7
2024-01-16
block: Fix iterating over an empty bio with bio_for_each_folio_all
Matthew Wilcox (Oracle)
1
-3
/
+6
2023-12-01
block: bio-integrity: directly map user buffers
Keith Busch
1
-0
/
+9
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+6
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+5
2023-08-18
mm/page_io: introduce bio_first_folio_all()
ZhangPeng
1
-0
/
+5
2023-08-14
block: Bring back zero_fill_bio_iter
Kent Overstreet
1
-1
/
+6
2023-08-09
block: don't make REQ_POLLED imply REQ_NOWAIT
Jens Axboe
1
-1
/
+1
2023-06-16
block: remove BIO_PAGE_REFFED
Christoph Hellwig
1
-2
/
+1
2023-06-01
block: mark bio_add_folio as __must_check
Johannes Thumshirn
1
-1
/
+2
2023-06-01
block: add bio_add_folio_nofail
Johannes Thumshirn
1
-0
/
+2
2023-06-01
block: mark bio_add_page as __must_check
Johannes Thumshirn
1
-1
/
+2
2023-05-24
block: Add BIO_PAGE_PINNED and associated infrastructure
David Howells
1
-1
/
+2
2023-05-24
block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
Christoph Hellwig
1
-1
/
+1
2023-05-24
block: Fix bio_flagged() so that gcc can better optimise it
David Howells
1
-1
/
+1
2023-04-17
btrfs, block: move REQ_CGROUP_PUNT to btrfs
Christoph Hellwig
1
-0
/
+5
2023-02-15
block: export bio_split_rw
Christoph Hellwig
1
-0
/
+4
2023-01-04
Revert "block: bio_copy_data_iter"
Jens Axboe
1
-0
/
+2
2022-12-16
block: don't clear REQ_ALLOC_CACHE for non-polled requests
Jens Axboe
1
-2
/
+1
2022-12-06
block: bio_copy_data_iter
Christoph Hellwig
1
-2
/
+0
2022-09-12
blk-throttle: fix that io throttle can only work for single bio
Yu Kuai
1
-1
/
+1
2022-07-14
block: Use the new blk_opf_t type
Bart Van Assche
1
-5
/
+5
2022-06-08
block: remove bioset_init_from_src
Christoph Hellwig
1
-1
/
+0
[next]