summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)AuthorFilesLines
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-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-1/+2
2019-02-15bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()Ming Lei1-1/+5
2019-02-09bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li1-3/+4
2019-02-09bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li1-2/+11
2019-02-09bcache: fix input overflow to cache set io_error_limitColy Li1-2/+1
2019-02-09bcache: fix input overflow to journal_delay_msColy Li1-1/+3
2019-02-09bcache: fix input overflow to writeback_rate_minimumColy Li1-1/+3
2019-02-09bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li1-1/+3
2019-02-09bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li1-1/+3
2019-02-09bcache: fix input overflow to writeback_delayColy Li1-1/+1
2019-02-09bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li1-8/+8
2019-02-09bcache: add sysfs_strtoul_bool() for setting bit-field variablesColy Li1-0/+10
2019-02-09bcache: fix input overflow to sequential_cutoffColy Li1-1/+3
2019-02-09bcache: fix input integer overflow of congested thresholdColy Li1-4/+6
2019-02-09bcache: improve sysfs_strtoul_clamp()Coly Li1-3/+10
2019-02-09bcache: treat stale && dirty keys as bad keysTang Junhui1-6/+7
2019-02-09bcache: fix indentation issue, remove tabs on a hunk of codeColin Ian King1-15/+15
2019-02-09bcache: export backing_dev_uuid via sysfsColy Li1-0/+9
2019-02-09bcache: export backing_dev_name via sysfsColy Li1-0/+8
2019-02-09bcache: not use hard coded memset size in bch_cache_accounting_clear()Coly Li1-1/+1
2019-02-09bcache: never writeback a discard operationDaniel Axtens1-0/+3
2018-12-13bcache: print number of keys in trace_bcache_journal_writeGuoju Fang1-1/+1
2018-12-13bcache: set writeback_percent in a flexible rangeColy Li1-1/+2
2018-12-13bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li3-2/+55
2018-12-13bcache: add MODULE_DESCRIPTION informationColy Li1-3/+4
2018-12-13bcache: option to automatically run gc thread after writebackColy Li4-0/+52
2018-12-13bcache: introduce force_wake_up_gc()Coly Li2-15/+20
2018-12-13bcache: cannot set writeback_running via sysfs if no writeback kthread createdShenghui Wang1-2/+19
2018-12-13bcache: do not mark writeback_running too earlyShenghui Wang1-1/+2
2018-12-13bcache: update comment in sysfs.cShenghui Wang1-2/+2