summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* bcache: fix input overflow to writeback_rate_minimumColy Li2019-11-061-1/+3
* closures: fix a race on wakeup from closure_syncKent Overstreet2019-10-051-2/+8
* bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li2019-10-011-1/+0
* bcache: fix race in btree_flush_write()Coly Li2019-09-163-1/+36
* bcache: add comments for mutex_lock(&b->write_lock)Coly Li2019-09-161-0/+10
* bcache: only clear BTREE_NODE_dirty bit when it is setColy Li2019-09-161-5/+6
* bcache: treat stale && dirty keys as bad keysTang Junhui2019-09-161-6/+7
* bcache: replace hard coded number with BUCKET_GC_GEN_MAXColy Li2019-09-161-1/+1
* bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_threadColy Li2019-07-261-0/+1
* bcache: fix mistaken sysfs entry for io_error counterColy Li2019-07-261-2/+2
* bcache: ignore read-ahead request failure on backing deviceColy Li2019-07-261-0/+12
* bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"Coly Li2019-07-261-1/+0
* bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li2019-07-263-36/+15
* Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li2019-07-261-17/+0
* bcache: fix potential deadlock in cached_def_free()Coly Li2019-07-262-2/+4
* bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li2019-07-261-1/+1
* bcache: acquire bch_register_lock later in cached_dev_free()Coly Li2019-07-261-2/+2
* bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()Coly Li2019-07-261-0/+4
* bcache: check CACHE_SET_IO_DISABLE in allocator codeColy Li2019-07-261-0/+9
* bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li2019-06-191-1/+6
* bcache: fix stack corruption by PRECEDING_KEY()Coly Li2019-06-192-17/+33
* bcache: avoid clang -Wunintialized warningArnd Bergmann2019-05-311-2/+3
* bcache: add failure check to run_cache_set() for journal replayColy Li2019-05-311-5/+12
* bcache: fix failure in journal relplayTang Junhui2019-05-311-4/+21
* bcache: return error immediately in bch_journal_replay()Coly Li2019-05-311-3/+6
* bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang2019-05-311-0/+8
* bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li2019-05-221-4/+7
* bcache: fix a race between cache register and cacheset unregisterLiang Chen2019-05-221-1/+1
* bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li2019-04-051-1/+3
* bcache: improve sysfs_strtoul_clamp()Coly Li2019-04-051-3/+10
* bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li2019-04-051-1/+3
* bcache: fix input overflow to sequential_cutoffColy Li2019-04-051-1/+3
* bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li2019-04-051-2/+11
* bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li2019-03-231-3/+4
* bcache: never writeback a discard operationDaniel Axtens2019-03-231-0/+3
* bcache: Populate writeback_rate_minimum attributeBen Peddell2018-11-131-0/+2
* bcache: fix miss key refill->end in writebackTang Junhui2018-11-131-1/+1
* bcache: correct dirty data statisticsTang Junhui2018-11-131-1/+2
* bcache: fix ioctl in flash deviceTang Junhui2018-11-132-4/+3
* bcache: trace missed reading by cache_missedTang Junhui2018-11-131-1/+1
* bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang2018-09-273-3/+12
* bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai2018-08-221-1/+3
* Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-2228-535/+672
|\
| * bcache: add the missing comments for smp_mb()/smp_wmb()Coly Li2018-08-112-2/+4
| * bcache: remove unnecessary space before ioctl function pointer argumentsColy Li2018-08-111-2/+2
| * bcache: add missing SPDX headerColy Li2018-08-113-0/+3
| * bcache: move open brace at end of function definitions to next lineColy Li2018-08-111-3/+6
| * bcache: add static const prefix to char * array declarationsColy Li2018-08-111-1/+1
| * bcache: fix code comments styleColy Li2018-08-113-13/+21
| * bcache: do not check NULL pointer before calling kmem_cache_destroyColy Li2018-08-111-2/+1