original_kernel/drivers/md/bcache
Kent Overstreet cc7b881921 bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()
Last of the btree_map() conversions. Main visible effect is
bch_btree_insert() is no longer taking a struct btree_op as an argument
anymore - there's no fancy state machine stuff going on, it's just a
normal function.

Signed-off-by: Kent Overstreet <kmo@daterainc.com>
2013-11-10 21:56:31 -08:00
..
Kconfig
Makefile
alloc.c bcache: Convert gc to a kthread 2013-11-10 21:56:04 -08:00
bcache.h bcache: Add btree_map() functions 2013-11-10 21:56:06 -08:00
bset.c bcache: Kill op->cl 2013-11-10 21:56:09 -08:00
bset.h bcache: Clean up keylist code 2013-11-10 21:56:00 -08:00
btree.c bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() 2013-11-10 21:56:31 -08:00
btree.h bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() 2013-11-10 21:56:31 -08:00
closure.c bcache: Drop some closure stuff 2013-11-10 21:56:10 -08:00
closure.h bcache: Drop some closure stuff 2013-11-10 21:56:10 -08:00
debug.c
debug.h
io.c
journal.c bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() 2013-11-10 21:56:31 -08:00
journal.h bcache: Prune struct btree_op 2013-11-10 21:56:08 -08:00
movinggc.c bcache: Don't use op->insert_collision 2013-11-10 21:56:30 -08:00
request.c bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() 2013-11-10 21:56:31 -08:00
request.h bcache: Don't use op->insert_collision 2013-11-10 21:56:30 -08:00
stats.c bcache: Prune struct btree_op 2013-11-10 21:56:08 -08:00
stats.h
super.c bcache: Prune struct btree_op 2013-11-10 21:56:08 -08:00
sysfs.c bcache: Convert gc to a kthread 2013-11-10 21:56:04 -08:00
sysfs.h
trace.c
util.c
util.h
writeback.c bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() 2013-11-10 21:56:31 -08:00
writeback.h bcache: Convert writeback to a kthread 2013-11-10 21:56:05 -08:00