WSL2-Linux-Kernel/drivers/md/bcache
Christoph Hellwig f65b95fe0c bcache: use bio_set_dev to assign ->bi_bdev
Always use the bio_set_dev helper to assign ->bi_bdev to make sure
other state related to the device is uptodate.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2021-01-26 08:50:01 -07:00
..
Kconfig
Makefile
alloc.c
bcache.h
bset.c
bset.h
btree.c
btree.h
closure.c
closure.h
debug.c bcache: use bio_set_dev to assign ->bi_bdev 2021-01-26 08:50:01 -07:00
debug.h
extents.c
extents.h
features.c bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucket 2021-01-09 09:21:03 -07:00
features.h bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucket 2021-01-09 09:21:03 -07:00
io.c
journal.c
journal.h
movinggc.c
request.c block: use ->bi_bdev for bio based I/O accounting 2021-01-24 18:17:20 -07:00
request.h
stats.c
stats.h
super.c bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set' 2021-01-24 21:24:09 -07:00
sysfs.c md/bcache: convert comma to semicolon 2020-12-23 09:25:15 -07:00
sysfs.h
trace.c
util.c
util.h
writeback.c
writeback.h