linux_dsm_epyc7002/drivers/md/bcache
Coly Li 49d08d596e bcache: check return value of prio_read()
Now if prio_read() failed during starting a cache set, we can print
out error message in run_cache_set() and handle the failure properly.

Signed-off-by: Coly Li <colyli@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-02-01 07:55:39 -07:00
..
alloc.c
bcache.h bcache: add readahead cache policy options via sysfs interface 2020-02-01 07:55:39 -07:00
bset.c bcache: add code comments for state->pool in __btree_sort() 2020-01-23 11:40:02 -07:00
bset.h bcache: explicity type cast in bset_bkey_last() 2020-02-01 07:55:39 -07:00
btree.c bcache: reap from tail of c->btree_cache in bch_mca_scan() 2020-01-23 11:40:02 -07:00
btree.h bcache: remove member accessed from struct btree 2020-01-23 11:40:02 -07:00
closure.c
closure.h
debug.c
debug.h
extents.c
extents.h
io.c
journal.c bcache: fix incorrect data type usage in btree_flush_write() 2020-02-01 07:55:39 -07:00
journal.h
Kconfig
Makefile
movinggc.c
request.c bcache: add readahead cache policy options via sysfs interface 2020-02-01 07:55:39 -07:00
request.h
stats.c bcache: fix memory corruption in bch_cache_accounting_clear() 2020-02-01 07:55:39 -07:00
stats.h
super.c bcache: check return value of prio_read() 2020-02-01 07:55:39 -07:00
sysfs.c bcache: add readahead cache policy options via sysfs interface 2020-02-01 07:55:39 -07:00
sysfs.h
trace.c
util.c
util.h
writeback.c
writeback.h