summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
2019-10-05closures: fix a race on wakeup from closure_syncKent Overstreet
2019-10-01bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li
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-09-16bcache: treat stale && dirty keys as bad keysTang Junhui
2019-09-16bcache: replace hard coded number with BUCKET_GC_GEN_MAXColy 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: 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-06-19bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li
2019-06-19bcache: fix stack corruption by PRECEDING_KEY()Coly Li
2019-05-31bcache: avoid clang -Wunintialized warningArnd Bergmann
2019-05-31bcache: add failure check to run_cache_set() for journal replayColy Li
2019-05-31bcache: fix failure in journal relplayTang Junhui
2019-05-31bcache: return error immediately in bch_journal_replay()Coly Li
2019-05-31bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang
2019-05-22bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li
2019-05-22bcache: fix a race between cache register and cacheset unregisterLiang Chen
2019-04-05bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li
2019-04-05bcache: improve sysfs_strtoul_clamp()Coly Li
2019-04-05bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li
2019-04-05bcache: fix input overflow to sequential_cutoffColy Li
2019-04-05bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li
2019-03-23bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li
2019-03-23bcache: never writeback a discard operationDaniel Axtens
2018-11-13bcache: Populate writeback_rate_minimum attributeBen Peddell
2018-11-13bcache: fix miss key refill->end in writebackTang Junhui
2018-11-13bcache: correct dirty data statisticsTang Junhui
2018-11-13bcache: fix ioctl in flash deviceTang Junhui
2018-11-13bcache: trace missed reading by cache_missedTang Junhui
2018-09-27bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang
2018-08-22bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-22bcache: use routines from lib/crc64.c for CRC64 calculationColy Li
2018-08-11bcache: add the missing comments for smp_mb()/smp_wmb()Coly Li
2018-08-11bcache: remove unnecessary space before ioctl function pointer argumentsColy Li
2018-08-11bcache: add missing SPDX headerColy Li
2018-08-11bcache: move open brace at end of function definitions to next lineColy Li
2018-08-11bcache: add static const prefix to char * array declarationsColy Li
2018-08-11bcache: fix code comments styleColy Li
2018-08-11bcache: do not check NULL pointer before calling kmem_cache_destroyColy Li