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-09-24
block: don't call rq_qos_ops->done_bio if the bio isn't tracked
Ming Lei
1
-1
/
+1
2021-09-03
bio: fix kerneldoc documentation for bio_alloc_kiocb()
Jens Axboe
1
-1
/
+1
2021-08-31
Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-5
/
+7
2021-08-30
Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-16
/
+153
2021-08-24
bio: fix page leak bio_add_hw_page failure
Pavel Begunkov
1
-2
/
+13
2021-08-23
bio: improve kerneldoc documentation for bio_alloc_kiocb()
Jens Axboe
1
-1
/
+4
2021-08-23
bio: add allocation cache abstraction
Jens Axboe
1
-14
/
+120
2021-08-23
bio: optimize initialization of a bio
Jens Axboe
1
-2
/
+30
2021-08-23
block: fix argument type of bio_trim()
Chaitanya Kulkarni
1
-5
/
+7
2021-08-02
block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec
Christoph Hellwig
1
-20
/
+8
2021-08-02
block: use memzero_page in zero_fill_bio
Christoph Hellwig
1
-7
/
+2
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
[next]