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
/
drivers
/
md
/
bcache
/
io.c
Age
Commit message (
Expand
)
Author
2020-10-02
bcache: remove embedded struct cache_sb from struct cache_set
Coly Li
2020-07-25
bcache: avoid extra memory consumption in struct bbio for large bucket size
Coly Li
2020-05-27
bcache: Convert pr_<level> uses to a more typical style
Joe Perches
2019-06-28
bcache: ignore read-ahead request failure on backing device
Coly Li
2018-08-11
bcache: fix typo 'succesfully' to 'successfully'
Coly Li
2018-08-11
bcache: style fix to add a blank line after declarations
Coly Li
2018-08-11
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
2018-05-30
bcache: convert to bioset_init()/mempool_init()
Kent Overstreet
2018-05-03
bcache: store disk name in struct cache and struct cached_dev
Coly Li
2018-03-18
bcache: add io_disable to struct cached_dev
Coly Li
2018-03-18
bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
Coly Li
2018-01-08
bcache: fix misleading error message in bch_count_io_errors()
Coly Li
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
2016-11-22
block: bio: pass bvec table to bio_init()
Ming Lei
2016-07-20
block: simplify and cleanup bvec pool handling
Christoph Hellwig
2016-06-07
bcache: use op_is_write instead of checking for REQ_WRITE
Mike Christie
2015-08-13
bcache: remove driver private bio splitting code
Kent Overstreet
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
2015-07-11
bcache: don't embed 'return' statements in closure macros
Jens Axboe
2015-05-22
block: remove management of bi_remaining when restoring original bi_end_io
Mike Snitzer
2013-11-23
block: Introduce new bio_split()
Kent Overstreet
2013-11-23
block: Generic bio chaining
Kent Overstreet
2013-11-23
block: Remove bi_idx hacks
Kent Overstreet
2013-11-23
block: Kill bio_segments()/bi_vcnt usage
Kent Overstreet
2013-11-23
block: Convert bio_for_each_segment() to bvec_iter
Kent Overstreet
2013-11-23
block: Convert bio_iovec() to bvec_iter
Kent Overstreet
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
2013-07-01
bcache: Use standard utility code
Kent Overstreet
2013-06-26
bcache: Fix/revamp tracepoints
Kent Overstreet
2013-06-26
md: bcache: io.c: fix a potential NULL pointer dereference
Kumar Amit Mehta
2013-04-22
bcache: Fix merge_bvec_fn usage for when it modifies the bvm
Kent Overstreet
2013-04-20
bcache: Correctly check against BIO_MAX_PAGES
Kent Overstreet
2013-04-20
bcache: Hack around stuff that clones up to bi_max_vecs
Kent Overstreet
2013-03-23
bcache: A block layer cache
Kent Overstreet