summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)AuthorFilesLines
2020-10-01bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang3-4/+10
2020-08-21bcache: fix overflow in offset_to_stripe()Coly Li3-8/+27
2020-08-21bcache: allocate meta data pages as compound pagesColy Li4-5/+5
2020-08-19bcache: fix super block seq numbers comparision in register_cache_set()Coly Li1-1/+8
2020-06-25bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu1-2/+6
2020-06-22bcache: fix refcount underflow in bcache_device_free()Coly Li1-2/+5
2020-02-24bcache: explicity type cast in bset_bkey_last()Coly Li1-1/+2
2020-02-24bcache: cached_dev_free needs to put the sb pageLiang Chen1-0/+3
2020-02-11bcache: add readahead cache policy options via sysfs interfaceColy Li3-5/+37
2020-01-27bcache: Fix an error code in bch_dump_read()Dan Carpenter1-3/+2
2020-01-04bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li1-0/+2
2019-12-31bcache: fix deadlock in bcache_allocatorAndrea Righi3-8/+26
2019-12-31bcache: fix static checker warning in bcache_device_free()Coly Li1-8/+16
2019-12-05bcache: do not mark writeback_running too earlyShenghui Wang1-1/+2
2019-12-05bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang2-4/+2
2019-11-24bcache: recal cached_dev_sectors on detachShenghui Wang1-0/+1
2019-11-24bcache: account size of buckets used in uuid write to ca->meta_sectors_writtenShenghui Wang1-0/+5
2019-11-06bcache: fix input overflow to writeback_rate_minimumColy Li1-1/+3
2019-10-05closures: fix a race on wakeup from closure_syncKent Overstreet1-2/+8
2019-10-01bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li1-1/+0
2019-09-16bcache: fix race in btree_flush_write()Coly Li3-1/+36
2019-09-16bcache: add comments for mutex_lock(&b->write_lock)Coly Li1-0/+10
2019-09-16bcache: only clear BTREE_NODE_dirty bit when it is setColy Li1-5/+6
2019-09-16bcache: treat stale && dirty keys as bad keysTang Junhui1-6/+7
2019-09-16bcache: replace hard coded number with BUCKET_GC_GEN_MAXColy Li1-1/+1
2019-07-26bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_threadColy Li1-0/+1
2019-07-26bcache: fix mistaken sysfs entry for io_error counterColy Li1-2/+2
2019-07-26bcache: ignore read-ahead request failure on backing deviceColy Li1-0/+12
2019-07-26bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"Coly Li1-1/+0
2019-07-26bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li3-36/+15
2019-07-26Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li1-17/+0
2019-07-26bcache: fix potential deadlock in cached_def_free()Coly Li2-2/+4
2019-07-26bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li1-1/+1
2019-07-26bcache: acquire bch_register_lock later in cached_dev_free()Coly Li1-2/+2
2019-07-26bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()Coly Li1-0/+4
2019-07-26bcache: check CACHE_SET_IO_DISABLE in allocator codeColy Li1-0/+9
2019-06-19bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li1-1/+6
2019-06-19bcache: fix stack corruption by PRECEDING_KEY()Coly Li2-17/+33
2019-05-31bcache: avoid clang -Wunintialized warningArnd Bergmann1-2/+3
2019-05-31bcache: add failure check to run_cache_set() for journal replayColy Li1-5/+12
2019-05-31bcache: fix failure in journal relplayTang Junhui1-4/+21
2019-05-31bcache: return error immediately in bch_journal_replay()Coly Li1-3/+6
2019-05-31bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang1-0/+8
2019-05-22bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li1-4/+7
2019-05-22bcache: fix a race between cache register and cacheset unregisterLiang Chen1-1/+1
2019-04-05bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li1-1/+3
2019-04-05bcache: improve sysfs_strtoul_clamp()Coly Li1-3/+10
2019-04-05bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li1-1/+3
2019-04-05bcache: fix input overflow to sequential_cutoffColy Li1-1/+3
2019-04-05bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li1-2/+11