index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
bio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-24
block: fix trace completion for chained bio
Edward Hsieh
1
-7
/
+6
2021-05-08
Revert "bio: limit bio max size"
Jens Axboe
1
-11
/
+2
2021-05-03
bio: limit bio max size
Changheun Lee
1
-2
/
+11
2021-04-28
Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-40
/
+3
2021-04-12
block: move bio_list_copy_data to pktcdvd
Christoph Hellwig
1
-37
/
+0
2021-04-12
block: remove zero_fill_bio_iter
Christoph Hellwig
1
-3
/
+3
2021-03-31
block: only update parent bi_status when bio fail
Yufen Yu
1
-1
/
+1
2021-03-24
block: support zone append bvecs
Johannes Thumshirn
1
-3
/
+18
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
1
-7
/
+7
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-318
/
+253
2021-02-09
block: add bio_add_zone_append_page
Johannes Thumshirn
1
-0
/
+33
2021-02-08
block: use bi_max_vecs to find the bvec pool
Christoph Hellwig
1
-61
/
+43
2021-02-08
block: mark the bio as cloned in bio_iov_bvec_set
Christoph Hellwig
1
-1
/
+1
2021-02-08
block: set BIO_NO_PAGE_REF in bio_iov_bvec_set
Christoph Hellwig
1
-3
/
+2
2021-02-08
block: remove a layer of indentation in bio_iov_iter_get_pages
Christoph Hellwig
1
-7
/
+7
2021-02-08
block: turn the nr_iovecs argument to bio_alloc* into an unsigned short
Christoph Hellwig
1
-2
/
+2
2021-02-08
block: remove the 1 and 4 vec bvec_slabs entries
Christoph Hellwig
1
-37
/
+16
2021-02-08
block: streamline bvec_alloc
Christoph Hellwig
1
-16
/
+10
2021-02-08
block: factor out a bvec_alloc_gfp helper
Christoph Hellwig
1
-9
/
+11
2021-02-08
block: move struct biovec_slab to bio.c
Christoph Hellwig
1
-0
/
+6
2021-02-08
block: reuse BIO_INLINE_VECS for integrity bvecs
Christoph Hellwig
1
-6
/
+0
2021-02-02
block: fix memory leak of bvec
Ming Lei
1
-1
/
+1
2021-01-27
block: split bio_kmalloc from bio_alloc_bioset
Christoph Hellwig
1
-82
/
+85
2021-01-26
block: inherit BIO_REMAPPED when cloning bios
Christoph Hellwig
1
-0
/
+2
2021-01-25
bio: don't copy bvec for direct IO
Pavel Begunkov
1
-38
/
+29
2021-01-25
block/psi: remove PSI annotations from direct IO
Pavel Begunkov
1
-0
/
+6
2021-01-24
block: set .bi_max_vecs as actual allocated vector number
Ming Lei
1
-1
/
+2
2021-01-24
block: don't allocate inline bvecs if this bioset needn't bvecs
Ming Lei
1
-2
/
+5
2021-01-24
block: manage bio slab cache by xarray
Ming Lei
1
-67
/
+49
2021-01-24
block: store a block_device pointer in struct bio
Christoph Hellwig
1
-20
/
+11
2020-12-02
bio: optimise bvec iteration
Pavel Begunkov
1
-2
/
+2
2020-12-01
block: switch partition lookup to use struct block_device
Christoph Hellwig
1
-2
/
+2
2020-12-01
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
1
-2
/
+2
2020-10-28
block: advance iov_iter on bio_add_hw_page failure
Naohiro Aota
1
-4
/
+7
2020-10-15
docs: bio: fix a kerneldoc markup
Mauro Carvalho Chehab
1
-1
/
+1
2020-10-15
block: bio: fix a warning at the kernel-doc markups
Mauro Carvalho Chehab
1
-1
/
+1
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-11
/
+9
2020-10-05
block: make bio_crypt_clone() able to fail
Eric Biggers
1
-11
/
+9
2020-09-09
block: Set same_page to false in __bio_try_merge_page if ret is false
Ritesh Harjani
1
-1
/
+3
2020-08-17
block: Fix page_is_mergeable() for compound pages
Matthew Wilcox (Oracle)
1
-5
/
+5
2020-07-31
block: bio: delete duplicated words
Randy Dunlap
1
-2
/
+2
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
1
-7
/
+7
2020-06-29
block: move the bio cgroup associatation helpers to blk-cgroup.c
Christoph Hellwig
1
-75
/
+0
2020-06-29
block: move bio_associate_blkg_from_page to mm/page_io.c
Christoph Hellwig
1
-26
/
+0
2020-06-29
block: merge __bio_associate_blkg into bio_associate_blkg_from_css
Christoph Hellwig
1
-32
/
+13
2020-06-29
block: really clone the block cgroup in bio_clone_blkg_association
Christoph Hellwig
1
-6
/
+6
2020-06-29
block: remove bio_disassociate_blkg
Christoph Hellwig
1
-19
/
+8
2020-06-24
block: bio: Use struct_size() in kmalloc()
Gustavo A. R. Silva
1
-3
/
+1
2020-06-04
block: remove the error argument to the block_bio_complete tracepoint
Christoph Hellwig
1
-2
/
+1
2020-05-27
block: move update_io_ticks to blk-core.c
Christoph Hellwig
1
-16
/
+0
[next]