blob: d736e2655965d0a0192f66d4fc25b88fa20260c1 [file] [log] [blame]
1132e56e78e3 ("bcache: add set_uuid in struct cache_set")
697e23495c94 ("bcache: explicitly make cache_set only have single cache")
17e4aed8309f ("bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()")
46f5aa8806e3 ("bcache: Convert pr_<level> uses to a more typical style")
b144e45fc576 ("bcache: make bch_sectors_dirty_init() to be multithreaded")
8e7102273f59 ("bcache: make bch_btree_check() to be multithreaded")
feac1a70b806 ("bcache: add bcache_ prefix to btree_root() and btree() macros")
253a99d95d5b ("bcache: move macro btree() and btree_root() into btree.h")
49d08d596e85 ("bcache: check return value of prio_read()")
ae3cd299919a ("bcache: fix use-after-free in register_bcache()")
50246693f81f ("bcache: rework error unwinding in register_bcache")
84c529aea182 ("bcache: fix deadlock in bcache_allocator")
2d8869518a52 ("bcache: fix static checker warning in bcache_device_free()")
91be66e1318f ("bcache: performance improvement for btree_flush_write()")
50a260e85996 ("bcache: fix race in btree_flush_write()")
d91ce7574daf ("bcache: remove retry_flush_write from struct cache_set")
41508bb7d46b ("bcache: add comments for mutex_lock(&b->write_lock)")
e5ec5f4765ad ("bcache: only clear BTREE_NODE_dirty bit when it is set")
249a5f6da57c ("bcache: Revert "bcache: fix high CPU occupancy during journal"")
a59ff6ccc2bf ("bcache: avoid a deadlock in bcache_reboot()")
5c2a634cbfaf ("bcache: stop writeback kthread and kworker when bch_cached_dev_run() failed")
0c277e211aae ("bcache: add pendings_cleanup to stop pending bcache device")
e0faa3d7f79f ("bcache: improve error message in bch_cached_dev_run()")
633bb2ce60b9 ("bcache: add more error message in bch_cached_dev_attach()")
4b6efb4bdbce ("bcache: more detailed error message to bcache_device_link()")
0b13efecf5f2 ("bcache: add return value check to bch_cached_dev_run()")
578df99b1b05 ("bcache: ignore read-ahead request failure on backing device")
631207314d88 ("bcache: fix failure in journal relplay")
eb8cbb6df38f ("bcache: improve bcache_reboot()")
bb6d355c2aff ("bcache: Add comments for blkdev_put() in registration code path")
88c12d42d2bb ("bcache: add error check for calling register_bdev()")
68d10e6979a3 ("bcache: return error immediately in bch_journal_replay()")
ce3e4cfb59cb ("bcache: add failure check to run_cache_set() for journal replay")
792732d9852c ("bcache: use kmemdup_nul for CACHED_LABEL buffer")
58ac323084eb ("bcache: treat stale && dirty keys as bad keys")
9aaf51654672 ("bcache: make cutoff_writeback and cutoff_writeback_sync tunable")
009673d02fa9 ("bcache: add MODULE_DESCRIPTION information")
7a671d8ef821 ("bcache: option to automatically run gc thread after writeback")
cb07ad63682f ("bcache: introduce force_wake_up_gc()")
f383ae300c4b ("bcache: cannot set writeback_running via sysfs if no writeback kthread created")
4e361e020e72 ("bcache: update comment in sysfs.c")
f6027bca9e38 ("bcache: split combined if-condition code into separate ones")
8792099f9ad4 ("bcache: use MAX_CACHES_PER_SET instead of magic number 8 in __bch_bucket_alloc_set")
149d0efada77 ("bcache: replace hard coded number with BUCKET_GC_GEN_MAX")
2e17a262a237 ("bcache: correct dirty data statistics")
3943b040f11e ("bcache: release dc->writeback_lock properly in bch_writeback_thread()")
6ae63e3501c4 ("bcache: replace printk() by pr_*() routines")
b0d30981c05f ("bcache: style fixes for lines over 80 characters")
fc2d5988b597 ("bcache: add identifier names to arguments of function definitions")
1fae7cf05293 ("bcache: style fix to add a blank line after declarations")