linux/drivers/md/bcache
Kent Overstreet 085d2a3dd4 bcache: Make bch_keylist_realloc() take u64s, not nptrs
Getting away from KEY_PTRS and moving toward KEY_U64s - and getting rid of magic
2s

Also - split out the part that checks against journal entry size so as to avoid
a dependancy on struct cache_set in bset.c

Signed-off-by: Kent Overstreet <kmo@daterainc.com>
2014-01-08 13:05:11 -08:00
..
alloc.c bcache: Rework allocator reserves 2014-01-08 13:05:09 -08:00
bcache.h bcache: Remove/fix some header dependencies 2014-01-08 13:05:11 -08:00
bset.c bcache: Make bch_keylist_realloc() take u64s, not nptrs 2014-01-08 13:05:11 -08:00
bset.h bcache: Make bch_keylist_realloc() take u64s, not nptrs 2014-01-08 13:05:11 -08:00
btree.c bcache: Make bch_keylist_realloc() take u64s, not nptrs 2014-01-08 13:05:11 -08:00
btree.h bcache: Btree verify code improvements 2014-01-08 13:05:10 -08:00
closure.c bcache: kill closure locking code 2014-01-08 13:05:08 -08:00
closure.h bcache: kill closure locking code 2014-01-08 13:05:08 -08:00
debug.c bcache: Btree verify code improvements 2014-01-08 13:05:10 -08:00
debug.h bcache: Btree verify code improvements 2014-01-08 13:05:10 -08:00
io.c
journal.c
journal.h
Kconfig
Makefile
movinggc.c bcache: Rework allocator reserves 2014-01-08 13:05:09 -08:00
request.c bcache: Make bch_keylist_realloc() take u64s, not nptrs 2014-01-08 13:05:11 -08:00
request.h
stats.c
stats.h
super.c bcache: Use a mempool for mergesort temporary space 2014-01-08 13:05:11 -08:00
sysfs.c bcache: Rework allocator reserves 2014-01-08 13:05:09 -08:00
sysfs.h
trace.c
util.c
util.h bcache: Remove/fix some header dependencies 2014-01-08 13:05:11 -08:00
writeback.c
writeback.h