kernel-hacking-2024-linux-s.../drivers/md/bcache
Kent Overstreet 749b61dab3 bcache: remove driver private bio splitting code
The bcache driver has always accepted arbitrarily large bios and split
them internally.  Now that every driver must accept arbitrarily large
bios this code isn't nessecary anymore.

Cc: linux-bcache@vger.kernel.org
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
[dpark: add more description in commit message]
Signed-off-by: Dongsu Park <dpark@posteo.net>
Signed-off-by: Ming Lin <ming.l@ssi.samsung.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
2015-08-13 12:31:40 -06:00
..
alloc.c
bcache.h bcache: remove driver private bio splitting code 2015-08-13 12:31:40 -06:00
bset.c
bset.h
btree.c block: add a bi_error field to struct bio 2015-07-29 08:55:15 -06:00
btree.h
closure.c
closure.h block: add a bi_error field to struct bio 2015-07-29 08:55:15 -06:00
debug.c
debug.h
extents.c
extents.h
io.c bcache: remove driver private bio splitting code 2015-08-13 12:31:40 -06:00
journal.c bcache: remove driver private bio splitting code 2015-08-13 12:31:40 -06:00
journal.h
Kconfig
Makefile
movinggc.c block: add a bi_error field to struct bio 2015-07-29 08:55:15 -06:00
request.c bcache: remove driver private bio splitting code 2015-08-13 12:31:40 -06:00
request.h
stats.c
stats.h
super.c bcache: remove driver private bio splitting code 2015-08-13 12:31:40 -06:00
sysfs.c
sysfs.h
trace.c
util.c
util.h bcache: remove driver private bio splitting code 2015-08-13 12:31:40 -06:00
writeback.c bcache: remove driver private bio splitting code 2015-08-13 12:31:40 -06:00
writeback.h