aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
2020-09-04bcache: fix super block seq numbers comparision in register_cache_set()Coly Li
2020-07-11bcache: fix refcount underflow in bcache_device_free()Coly Li
2020-07-07bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu
2020-05-15bcache: properly initialize 'path' and 'err' in register_bcache()Coly Li
2020-05-15bcache: explicity type cast in bset_bkey_last()Coly Li
2020-05-15bcache: fix memory corruption in bch_cache_accounting_clear()Coly Li
2020-05-15bcache: fix use-after-free in register_bcache()Coly Li
2020-05-15bcache: rework error unwinding in register_bcacheChristoph Hellwig
2020-05-15bcache: cached_dev_free needs to put the sb pageLiang Chen
2020-05-04bcache: add readahead cache policy options via sysfs interfaceColy Li
2020-03-07bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li
2020-02-24bcache: fix deadlock in bcache_allocatorAndrea Righi
2020-02-24bcache: fix static checker warning in bcache_device_free()Coly Li
2019-10-05closures: fix a race on wakeup from closure_syncKent Overstreet
2019-09-16bcache: fix race in btree_flush_write()Coly Li
2019-09-16bcache: add comments for mutex_lock(&b->write_lock)Coly Li
2019-09-16bcache: only clear BTREE_NODE_dirty bit when it is setColy Li
2019-07-26bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_threadColy Li
2019-07-26bcache: fix mistaken sysfs entry for io_error counterColy Li
2019-07-26bcache: ignore read-ahead request failure on backing deviceColy Li
2019-07-26bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"Coly Li
2019-07-26bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li
2019-07-26Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li
2019-07-26bcache: fix potential deadlock in cached_def_free()Coly Li
2019-07-26bcache: avoid a deadlock in bcache_reboot()Coly Li
2019-07-26bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li
2019-07-26bcache: acquire bch_register_lock later in cached_dev_free()Coly Li
2019-07-26bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()Coly Li
2019-07-26bcache: check CACHE_SET_IO_DISABLE in allocator codeColy Li
2019-07-26bcache: fix return value error in bch_journal_read()Coly Li
2019-06-13bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li
2019-06-13bcache: fix stack corruption by PRECEDING_KEY()Coly Li
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-01bcache: make is_discard_enabled() staticJens Axboe
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-30bcache: clean up do_btree_node_write a bitChristoph Hellwig
2019-04-30bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li
2019-04-24bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang
2019-04-24bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch o...Shenghui Wang
2019-04-24bcache: fix failure in journal relplayTang Junhui
2019-04-24bcache: improve bcache_reboot()Coly Li
2019-04-24bcache: add comments for closure_fn to be called in closure_queue()Coly Li
2019-04-24bcache: Add comments for blkdev_put() in registration code pathColy Li
2019-04-24bcache: add error check for calling register_bdev()Coly Li
2019-04-24bcache: return error immediately in bch_journal_replay()Coly Li
2019-04-24bcache: add comments for kobj release callback routineColy Li
2019-04-24bcache: add failure check to run_cache_set() for journal replayColy Li
2019-04-24bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li
2019-04-24bcache: move definition of 'int ret' out of macro read_bucket()Coly Li
2019-04-24bcache: fix a race between cache register and cacheset unregisterLiang Chen