aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
2019-09-23Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/intel-x86Bruce Ashfield
2019-09-16bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li
2019-09-16bcache: fix stack corruption by PRECEDING_KEY()Coly Li
2019-08-07Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/intel-x86Bruce Ashfield
2019-08-02bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li
2019-08-02bcache: make is_discard_enabled() staticJens Axboe
2019-08-02bcache: avoid clang -Wunintialized warningArnd Bergmann
2019-08-02bcache: add failure check to run_cache_set() for journal replayColy Li
2019-08-02bcache: fix failure in journal relplayTang Junhui
2019-08-02bcache: return error immediately in bch_journal_replay()Coly Li
2019-08-02bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang
2019-06-03Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/intel-x86Bruce Ashfield
2019-05-30bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li
2019-05-30bcache: fix a race between cache register and cacheset unregisterLiang Chen
2019-04-16Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/intel-x86Bruce Ashfield
2019-04-12bcache: improve sysfs_strtoul_clamp()Coly Li
2019-04-12bcache: fix input overflow to writeback_rate_minimumColy Li
2019-04-12bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li
2019-04-12bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li
2019-04-12bcache: fix input overflow to sequential_cutoffColy Li
2019-04-12bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li
2019-03-28Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-03-26bcache: never writeback a discard operationDaniel Axtens
2018-11-22Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
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: trace missed reading by cache_missedTang Junhui
2018-09-11Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-09-09bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai
2018-08-22md: disable bcacheSebastian Andrzej Siewior
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-28bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko
2018-05-28bcache: Move couple of functions to sysfs.cAndy Shevchenko
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko
2018-05-28bcache: stop bcache device when backing device is offlineColy Li
2018-05-17bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=nColy Li
2018-05-03bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE setColy Li
2018-05-03bcache: set dc->io_disable to true in conditional_stop_bcache_device()Coly Li
2018-05-03bcache: add wait_for_kthread_stop() in bch_allocator_thread()Coly Li
2018-05-03bcache: count backing device I/O error for writeback I/OColy Li
2018-05-03bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()Coly Li
2018-05-03bcache: store disk name in struct cache and struct cached_devColy Li
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-03-18bcache: Fix a compiler warning in bcache_device_init()Bart Van Assche