index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
bio.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: move bio_list_copy_data to pktcdvd
Christoph Hellwig
2021-04-12
1
-1
/
+0
*
block: remove zero_fill_bio_iter
Christoph Hellwig
2021-04-12
1
-6
/
+1
*
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-03-11
1
-2
/
+2
*
block: Add bio_max_segs
Matthew Wilcox (Oracle)
2021-02-26
1
-1
/
+6
*
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
1
-27
/
+28
|
\
|
*
block: use bi_max_vecs to find the bvec pool
Christoph Hellwig
2021-02-08
1
-1
/
+0
|
*
block: turn the nr_iovecs argument to bio_alloc* into an unsigned short
Christoph Hellwig
2021-02-08
1
-3
/
+4
|
*
block: move struct biovec_slab to bio.c
Christoph Hellwig
2021-02-08
1
-6
/
+0
|
*
block: split bio_kmalloc from bio_alloc_bioset
Christoph Hellwig
2021-01-27
1
-5
/
+1
|
*
bio: don't copy bvec for direct IO
Pavel Begunkov
2021-01-25
1
-1
/
+4
|
*
bio: add a helper calculating nr segments to alloc
Pavel Begunkov
2021-01-25
1
-0
/
+10
|
*
block: move three bvec helpers declaration into private helper
Ming Lei
2021-01-24
1
-3
/
+0
|
*
block: don't allocate inline bvecs if this bioset needn't bvecs
Ming Lei
2021-01-24
1
-0
/
+1
|
*
block: do not reassig ->bi_bdev when partition remapping
Christoph Hellwig
2021-01-24
1
-0
/
+2
|
*
block: store a block_device pointer in struct bio
Christoph Hellwig
2021-01-24
1
-10
/
+8
*
|
block: add bio_add_zone_append_page
Johannes Thumshirn
2021-02-09
1
-0
/
+2
|
/
*
bio: optimise bvec iteration
Pavel Begunkov
2020-12-02
1
-2
/
+15
*
block: remove unused BIO_SPLIT_ENTRIES
Jeffle Xu
2020-11-25
1
-6
/
+0
*
block: move bio_associate_blkg_from_page to mm/page_io.c
Christoph Hellwig
2020-06-29
1
-7
/
+0
*
block: remove bio_disassociate_blkg
Christoph Hellwig
2020-06-29
1
-2
/
+0
*
block: reduce ifdef CONFIG_BLOCK madness in headers
Christoph Hellwig
2020-06-24
1
-3
/
+0
*
Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2020-06-02
1
-0
/
+8
|
\
|
*
block: add bio_for_each_bvec_all()
Omar Sandoval
2020-05-25
1
-0
/
+8
*
|
block: mark bio_wouldblock_error() bio with BIO_QUIET
Jens Axboe
2020-06-01
1
-0
/
+1
*
|
block: remove generic_{start,end}_io_acct
Christoph Hellwig
2020-05-27
1
-6
/
+0
*
|
bio.h: Declare the arguments of the bio iteration functions const
Bart Van Assche
2020-05-19
1
-3
/
+3
|
/
*
bio: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-04-18
1
-1
/
+1
*
block: move bio_map_* to blk-map.c
Christoph Hellwig
2020-03-27
1
-14
/
+0
*
block: move guard_bio_eod to bio.c
Christoph Hellwig
2020-03-25
1
-0
/
+1
*
block: add bio_truncate to fix guard_bio_eod
Ming Lei
2019-12-28
1
-0
/
+1
*
block: fix .bi_size overflow
Ming Lei
2019-07-01
1
-2
/
+16
*
Merge tag 'v5.2-rc6' into for-5.3/block
Jens Axboe
2019-07-01
1
-1
/
+1
|
\
|
*
block: return from __bio_try_merge_page if merging occured in the same page
Christoph Hellwig
2019-06-17
1
-1
/
+1
*
|
block: optionally mark pages dirty in bio_release_pages
Christoph Hellwig
2019-06-29
1
-1
/
+1
*
|
block: move the BIO_NO_PAGE_REF check into bio_release_pages
Christoph Hellwig
2019-06-29
1
-0
/
+1
*
|
block: Remove unused code
Damien Le Moal
2019-06-27
1
-11
/
+0
*
|
block: remove the bi_phys_segments field in struct bio
Christoph Hellwig
2019-06-20
1
-1
/
+0
|
/
*
bio: fix improper use of smp_mb__before_atomic()
Andrea Parri
2019-05-23
1
-1
/
+1
*
block: switch all files cleared marked as GPLv2 to SPDX tags
Christoph Hellwig
2019-04-30
1
-14
/
+1
*
block: remove the __bio_add_pc_page export
Christoph Hellwig
2019-04-30
1
-3
/
+0
*
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
2019-04-30
1
-3
/
+2
*
Merge tag 'v5.1-rc6' into for-5.2/block
Jens Axboe
2019-04-22
1
-8
/
+12
|
\
|
*
block: don't use for-inside-for in bio_for_each_segment_all
Ming Lei
2019-04-08
1
-8
/
+12
*
|
block: put the same page when adding it to bio
Ming Lei
2019-04-01
1
-0
/
+3
|
/
*
block: add bio_set_polled() helper
Jens Axboe
2019-02-24
1
-0
/
+14
*
block: always define BIO_MAX_PAGES as 256
Ming Lei
2019-02-15
1
-8
/
+0
*
block: enable multipage bvecs
Ming Lei
2019-02-15
1
-1
/
+1
*
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
2019-02-15
1
-2
/
+9
*
block: introduce bio_for_each_bvec() and rq_for_each_bvec()
Ming Lei
2019-02-15
1
-0
/
+10
*
btrfs: look at bi_size for repair decisions
Christoph Hellwig
2019-02-15
1
-6
/
+0
[next]