aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
2019-04-24bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch o...Shenghui Wang
2019-04-24bcache: fix failure in journal relplayTang Junhui
2019-04-24bcache: improve bcache_reboot()Coly Li
2019-04-24bcache: add comments for closure_fn to be called in closure_queue()Coly Li
2019-04-24bcache: Add comments for blkdev_put() in registration code pathColy Li
2019-04-24bcache: add error check for calling register_bdev()Coly Li
2019-04-24bcache: return error immediately in bch_journal_replay()Coly Li
2019-04-24bcache: add comments for kobj release callback routineColy Li
2019-04-24bcache: add failure check to run_cache_set() for journal replayColy Li
2019-04-24bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li
2019-04-24bcache: move definition of 'int ret' out of macro read_bucket()Coly Li
2019-04-24bcache: fix a race between cache register and cacheset unregisterLiang Chen
2019-04-24bcache: Clean up bch_get_congested()George Spelvin
2019-04-24bcache: use kmemdup_nul for CACHED_LABEL bufferGeliang Tang
2019-04-24bcache: avoid clang -Wunintialized warningArnd Bergmann
2019-04-24bcache: fix inaccurate result of unused bucketsGuoju Fang
2019-04-24bcache: fix crashes stopping bcache device before read miss doneGuoju Fang
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2019-02-15bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()Ming Lei
2019-02-09bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li
2019-02-09bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li
2019-02-09bcache: fix input overflow to cache set io_error_limitColy Li
2019-02-09bcache: fix input overflow to journal_delay_msColy Li
2019-02-09bcache: fix input overflow to writeback_rate_minimumColy Li
2019-02-09bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li
2019-02-09bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li
2019-02-09bcache: fix input overflow to writeback_delayColy Li
2019-02-09bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li
2019-02-09bcache: add sysfs_strtoul_bool() for setting bit-field variablesColy Li
2019-02-09bcache: fix input overflow to sequential_cutoffColy Li
2019-02-09bcache: fix input integer overflow of congested thresholdColy Li
2019-02-09bcache: improve sysfs_strtoul_clamp()Coly Li
2019-02-09bcache: treat stale && dirty keys as bad keysTang Junhui
2019-02-09bcache: fix indentation issue, remove tabs on a hunk of codeColin Ian King
2019-02-09bcache: export backing_dev_uuid via sysfsColy Li
2019-02-09bcache: export backing_dev_name via sysfsColy Li
2019-02-09bcache: not use hard coded memset size in bch_cache_accounting_clear()Coly Li
2019-02-09bcache: never writeback a discard operationDaniel Axtens
2018-12-13bcache: print number of keys in trace_bcache_journal_writeGuoju Fang
2018-12-13bcache: set writeback_percent in a flexible rangeColy Li
2018-12-13bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li
2018-12-13bcache: add MODULE_DESCRIPTION informationColy Li
2018-12-13bcache: option to automatically run gc thread after writebackColy Li
2018-12-13bcache: introduce force_wake_up_gc()Coly Li
2018-12-13bcache: cannot set writeback_running via sysfs if no writeback kthread createdShenghui Wang
2018-12-13bcache: do not mark writeback_running too earlyShenghui Wang
2018-12-13bcache: update comment in sysfs.cShenghui Wang
2018-12-13bcache: update comment for bch_data_insertShenghui Wang
2018-12-13bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang
2018-12-13bcache: add comment for cache_set->fill_iterShenghui Wang