aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-01bcache: make is_discard_enabled() staticJens Axboe1-1/+1
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-2/+1
2019-04-30bcache: clean up do_btree_node_write a bitChristoph Hellwig1-4/+5
2019-04-30bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li1-1/+0
2019-04-24bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYNC branch of run_cache_setShenghui Wang1-0/+8
2019-04-24bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch of btree_gc_coalesceShenghui Wang1-1/+1
2019-04-24bcache: fix failure in journal relplayTang Junhui1-4/+21
2019-04-24bcache: improve bcache_reboot()Coly Li1-2/+10
2019-04-24bcache: add comments for closure_fn to be called in closure_queue()Coly Li1-0/+6
2019-04-24bcache: Add comments for blkdev_put() in registration code pathColy Li1-0/+8
2019-04-24bcache: add error check for calling register_bdev()Coly Li1-6/+10
2019-04-24bcache: return error immediately in bch_journal_replay()Coly Li1-3/+6
2019-04-24bcache: add comments for kobj release callback routineColy Li1-0/+4
2019-04-24bcache: add failure check to run_cache_set() for journal replayColy Li1-5/+12
2019-04-24bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li1-4/+7
2019-04-24bcache: move definition of 'int ret' out of macro read_bucket()Coly Li1-2/+3
2019-04-24bcache: fix a race between cache register and cacheset unregisterLiang Chen1-1/+1
2019-04-24bcache: Clean up bch_get_congested()George Spelvin3-15/+28
2019-04-24bcache: use kmemdup_nul for CACHED_LABEL bufferGeliang Tang1-6/+4
2019-04-24bcache: avoid clang -Wunintialized warningArnd Bergmann1-2/+3
2019-04-24bcache: fix inaccurate result of unused bucketsGuoju Fang1-2/+0
2019-04-24bcache: fix crashes stopping bcache device before read miss doneGuoju Fang1-5/+21
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