summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_threadColy Li2019-07-261-0/+1
* bcache: fix mistaken sysfs entry for io_error counterColy Li2019-07-261-2/+2
* bcache: ignore read-ahead request failure on backing deviceColy Li2019-07-261-0/+12
* bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"Coly Li2019-07-261-1/+0
* bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li2019-07-263-36/+15
* Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li2019-07-261-17/+0
* bcache: fix potential deadlock in cached_def_free()Coly Li2019-07-262-2/+4
* bcache: avoid a deadlock in bcache_reboot()Coly Li2019-07-262-1/+65
* bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li2019-07-261-1/+1
* bcache: acquire bch_register_lock later in cached_dev_free()Coly Li2019-07-261-2/+2
* bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()Coly Li2019-07-261-0/+4
* bcache: check CACHE_SET_IO_DISABLE in allocator codeColy Li2019-07-261-0/+9
* bcache: fix return value error in bch_journal_read()Coly Li2019-07-261-1/+1
* 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/+1
* 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/+0
* 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/+4
* bcache: avoid clang -Wunintialized warningArnd Bergmann2019-04-241-2/+3
* bcache: fix inaccurate result of unused bucketsGuoju Fang2019-04-241-2/+0
* 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/+1
* 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