index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bio.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-12
Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linux
Linus Torvalds
1
-2
/
+54
2021-12-23
bio.h: fix kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2021-12-16
block: Add bio_for_each_folio_all()
Matthew Wilcox (Oracle)
1
-1
/
+52
2021-12-16
block: Add bio_add_folio()
Matthew Wilcox (Oracle)
1
-1
/
+2
2021-10-27
block: avoid extra iter advance with async iocb
Pavel Begunkov
1
-0
/
+1
2021-10-20
block: inline a part of bio_release_pages()
Pavel Begunkov
1
-1
/
+7
2021-10-20
block: turn macro helpers into inline functions
Pavel Begunkov
1
-16
/
+16
2021-10-18
block: don't bother iter advancing a fully done bio
Jens Axboe
1
-2
/
+22
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
1
-1
/
+1
2021-10-18
block: rename REQ_HIPRI to REQ_POLLED
Christoph Hellwig
1
-1
/
+1
2021-10-18
block: mark bio_truncate static
Christoph Hellwig
1
-1
/
+0
2021-10-18
block: move bio_get_{first,last}_bvec out of bio.h
Christoph Hellwig
1
-31
/
+0
2021-10-18
block: mark __bio_try_merge_page static
Christoph Hellwig
1
-2
/
+0
2021-10-18
block: move bio_full out of bio.h
Christoph Hellwig
1
-19
/
+0
2021-10-18
block: fold bio_cur_bytes into blk_rq_cur_bytes
Christoph Hellwig
1
-8
/
+0
2021-10-18
block: move bio_mergeable out of bio.h
Christoph Hellwig
1
-8
/
+0
2021-10-18
block: don't include <linux/ioprio.h> in <linux/bio.h>
Christoph Hellwig
1
-1
/
+0
2021-10-18
block: remove BIO_BUG_ON
Christoph Hellwig
1
-8
/
+0
2021-08-31
Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-1
/
+1
2021-08-31
Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+13
2021-08-23
bio: add allocation cache abstraction
Jens Axboe
1
-0
/
+13
2021-08-23
block: fix argument type of bio_trim()
Chaitanya Kulkarni
1
-1
/
+1
2021-08-02
block: remove bvec_kmap_irq and bvec_kunmap_irq
Christoph Hellwig
1
-42
/
+0
2021-06-30
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+2
2021-06-17
block: export blk_next_bio()
Chaitanya Kulkarni
1
-0
/
+2
2021-06-09
block: return the correct bvec when checking for gaps
Long Li
1
-8
/
+4
2021-05-09
Revert "bio: limit bio max size"
Jens Axboe
1
-3
/
+1
2021-05-03
bio: limit bio max size
Changheun Lee
1
-1
/
+3
2021-04-12
block: move bio_list_copy_data to pktcdvd
Christoph Hellwig
1
-1
/
+0
2021-04-12
block: remove zero_fill_bio_iter
Christoph Hellwig
1
-6
/
+1
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
1
-2
/
+2
2021-02-27
block: Add bio_max_segs
Matthew Wilcox (Oracle)
1
-1
/
+6
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-27
/
+28
2021-02-09
block: add bio_add_zone_append_page
Johannes Thumshirn
1
-0
/
+2
2021-02-08
block: use bi_max_vecs to find the bvec pool
Christoph Hellwig
1
-1
/
+0
2021-02-08
block: turn the nr_iovecs argument to bio_alloc* into an unsigned short
Christoph Hellwig
1
-3
/
+4
2021-02-08
block: move struct biovec_slab to bio.c
Christoph Hellwig
1
-6
/
+0
2021-01-27
block: split bio_kmalloc from bio_alloc_bioset
Christoph Hellwig
1
-5
/
+1
2021-01-25
bio: don't copy bvec for direct IO
Pavel Begunkov
1
-1
/
+4
2021-01-25
bio: add a helper calculating nr segments to alloc
Pavel Begunkov
1
-0
/
+10
2021-01-25
block: move three bvec helpers declaration into private helper
Ming Lei
1
-3
/
+0
2021-01-25
block: don't allocate inline bvecs if this bioset needn't bvecs
Ming Lei
1
-0
/
+1
2021-01-25
block: do not reassig ->bi_bdev when partition remapping
Christoph Hellwig
1
-0
/
+2
2021-01-25
block: store a block_device pointer in struct bio
Christoph Hellwig
1
-10
/
+8
2020-12-02
bio: optimise bvec iteration
Pavel Begunkov
1
-2
/
+15
2020-11-25
block: remove unused BIO_SPLIT_ENTRIES
Jeffle Xu
1
-6
/
+0
2020-06-29
block: move bio_associate_blkg_from_page to mm/page_io.c
Christoph Hellwig
1
-7
/
+0
2020-06-29
block: remove bio_disassociate_blkg
Christoph Hellwig
1
-2
/
+0
2020-06-24
block: reduce ifdef CONFIG_BLOCK madness in headers
Christoph Hellwig
1
-3
/
+0
2020-06-03
Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-0
/
+8
[next]