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: fix deadlock in bcache_allocator 2019-11-13 15:42:50 -07:00
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 bcache: don't export symbols 2019-11-13 15:42:51 -07:00
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 Revert "bcache: fix fifo index swapping condition in journal_pin_cmp()" 2019-11-18 08:35:47 -07:00
Kconfig
Makefile bcache: remove the extra cflags for request.o 2019-11-13 15:42:50 -07:00
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 bcache: add idle_max_writeback_rate sysfs interface 2019-11-13 15:42:50 -07:00
writeback.h