index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bio.h
Age
Commit message (
Expand
)
Author
2020-06-02
Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2020-06-01
block: mark bio_wouldblock_error() bio with BIO_QUIET
Jens Axboe
2020-05-27
block: remove generic_{start,end}_io_acct
Christoph Hellwig
2020-05-25
block: add bio_for_each_bvec_all()
Omar Sandoval
2020-05-19
bio.h: Declare the arguments of the bio iteration functions const
Bart Van Assche
2020-04-18
bio: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-27
block: move bio_map_* to blk-map.c
Christoph Hellwig
2020-03-25
block: move guard_bio_eod to bio.c
Christoph Hellwig
2019-12-28
block: add bio_truncate to fix guard_bio_eod
Ming Lei
2019-07-01
block: fix .bi_size overflow
Ming Lei
2019-07-01
Merge tag 'v5.2-rc6' into for-5.3/block
Jens Axboe
2019-06-29
block: optionally mark pages dirty in bio_release_pages
Christoph Hellwig
2019-06-29
block: move the BIO_NO_PAGE_REF check into bio_release_pages
Christoph Hellwig
2019-06-27
block: Remove unused code
Damien Le Moal
2019-06-20
block: remove the bi_phys_segments field in struct bio
Christoph Hellwig
2019-06-17
block: return from __bio_try_merge_page if merging occured in the same page
Christoph Hellwig
2019-05-23
bio: fix improper use of smp_mb__before_atomic()
Andrea Parri
2019-04-30
block: switch all files cleared marked as GPLv2 to SPDX tags
Christoph Hellwig
2019-04-30
block: remove the __bio_add_pc_page export
Christoph Hellwig
2019-04-30
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
2019-04-22
Merge tag 'v5.1-rc6' into for-5.2/block
Jens Axboe
2019-04-08
block: don't use for-inside-for in bio_for_each_segment_all
Ming Lei
2019-04-01
block: put the same page when adding it to bio
Ming Lei
2019-02-24
block: add bio_set_polled() helper
Jens Axboe
2019-02-15
block: always define BIO_MAX_PAGES as 256
Ming Lei
2019-02-15
block: enable multipage bvecs
Ming Lei
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
2019-02-15
block: introduce bio_for_each_bvec() and rq_for_each_bvec()
Ming Lei
2019-02-15
btrfs: look at bi_size for repair decisions
Christoph Hellwig
2018-12-07
blkcg: remove bio_disassociate_task()
Dennis Zhou
2018-12-07
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou
2018-12-07
blkcg: associate writeback bios with a blkg
Dennis Zhou
2018-12-07
blkcg: associate a blkg for pages being evicted by swap
Dennis Zhou
2018-12-07
blkcg: associate blkg when associating a device
Dennis Zhou
2018-12-07
blkcg: introduce common blkg association logic
Dennis Zhou
2018-11-01
blkcg: revert blkcg cleanups series
Dennis Zhou
2018-10-20
blkcg: reassociate bios when make_request() is called recursively
Dennis Zhou
2018-09-24
block: don't include bug.h from bio.h
Christoph Hellwig
2018-09-24
block: don't include io.h from bio.h
Christoph Hellwig
2018-09-24
block: remove bvec_to_phys
Christoph Hellwig
2018-09-24
block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeable
Christoph Hellwig
2018-09-24
block: simplify BIOVEC_PHYS_MERGEABLE
Christoph Hellwig
2018-09-21
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou (Facebook)
2018-09-21
blkcg: associate a blkg for pages being evicted by swap
Dennis Zhou (Facebook)
2018-09-21
blkcg: always associate a bio with a blkg
Dennis Zhou (Facebook)
2018-09-06
block: remove bio_rewind_iter()
Ming Lei
2018-07-24
block: unexport bio_clone_bioset
Christoph Hellwig
2018-07-24
block: remove bio_clone_kmalloc
Christoph Hellwig
2018-07-18
block: Add and use op_stat_group() for indexing disk_stat fields.
Michael Callahan
2018-07-09
swap,blkcg: issue swap io with the appropriate context
Tejun Heo
[next]