summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li2019-06-131-1/+6
* bcache: fix stack corruption by PRECEDING_KEY()Coly Li2019-06-132-17/+33
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* bcache: make is_discard_enabled() staticJens Axboe2019-05-011-1/+1
* block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-2/+1Star
* bcache: clean up do_btree_node_write a bitChristoph Hellwig2019-04-301-4/+5
* bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li2019-04-301-1/+0Star
* bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang2019-04-241-0/+8
* bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch o...Shenghui Wang2019-04-241-1/+1
* bcache: fix failure in journal relplayTang Junhui2019-04-241-4/+21
* bcache: improve bcache_reboot()Coly Li2019-04-241-2/+10
* bcache: add comments for closure_fn to be called in closure_queue()Coly Li2019-04-241-0/+6
* bcache: Add comments for blkdev_put() in registration code pathColy Li2019-04-241-0/+8
* bcache: add error check for calling register_bdev()Coly Li2019-04-241-6/+10
* bcache: return error immediately in bch_journal_replay()Coly Li2019-04-241-3/+6
* bcache: add comments for kobj release callback routineColy Li2019-04-241-0/+4
* bcache: add failure check to run_cache_set() for journal replayColy Li2019-04-241-5/+12
* bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li2019-04-241-4/+7
* bcache: move definition of 'int ret' out of macro read_bucket()Coly Li2019-04-241-2/+3
* bcache: fix a race between cache register and cacheset unregisterLiang Chen2019-04-241-1/+1
* bcache: Clean up bch_get_congested()George Spelvin2019-04-243-15/+28
* bcache: use kmemdup_nul for CACHED_LABEL bufferGeliang Tang2019-04-241-6/+4Star
* bcache: avoid clang -Wunintialized warningArnd Bergmann2019-04-241-2/+3
* bcache: fix inaccurate result of unused bucketsGuoju Fang2019-04-241-2/+0Star
* bcache: fix crashes stopping bcache device before read miss doneGuoju Fang2019-04-241-5/+21
* block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-1/+2
* bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()Ming Lei2019-02-151-1/+5
* bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li2019-02-091-3/+4
* bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li2019-02-091-2/+11
* bcache: fix input overflow to cache set io_error_limitColy Li2019-02-091-2/+1Star
* bcache: fix input overflow to journal_delay_msColy Li2019-02-091-1/+3
* bcache: fix input overflow to writeback_rate_minimumColy Li2019-02-091-1/+3
* bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li2019-02-091-1/+3
* bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li2019-02-091-1/+3
* bcache: fix input overflow to writeback_delayColy Li2019-02-091-1/+1
* bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li2019-02-091-8/+8
* bcache: add sysfs_strtoul_bool() for setting bit-field variablesColy Li2019-02-091-0/+10
* bcache: fix input overflow to sequential_cutoffColy Li2019-02-091-1/+3
* bcache: fix input integer overflow of congested thresholdColy Li2019-02-091-4/+6
* bcache: improve sysfs_strtoul_clamp()Coly Li2019-02-091-3/+10
* bcache: treat stale && dirty keys as bad keysTang Junhui2019-02-091-6/+7
* bcache: fix indentation issue, remove tabs on a hunk of codeColin Ian King2019-02-091-15/+15
* bcache: export backing_dev_uuid via sysfsColy Li2019-02-091-0/+9
* bcache: export backing_dev_name via sysfsColy Li2019-02-091-0/+8
* bcache: not use hard coded memset size in bch_cache_accounting_clear()Coly Li2019-02-091-1/+1
* bcache: never writeback a discard operationDaniel Axtens2019-02-091-0/+3
* bcache: print number of keys in trace_bcache_journal_writeGuoju Fang2018-12-131-1/+1
* bcache: set writeback_percent in a flexible rangeColy Li2018-12-131-1/+2
* bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li2018-12-133-2/+55
* bcache: add MODULE_DESCRIPTION informationColy Li2018-12-131-3/+4