summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang2020-10-013-4/+10
* bcache: allocate meta data pages as compound pagesColy Li2020-08-214-5/+5
* bcache: fix super block seq numbers comparision in register_cache_set()Coly Li2020-08-211-1/+8
* bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu2020-06-291-2/+6
* bcache: explicity type cast in bset_bkey_last()Coly Li2020-02-281-1/+2
* bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li2020-01-041-0/+2
* bcache: recal cached_dev_sectors on detachShenghui Wang2019-11-251-0/+1
* bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li2019-08-041-1/+1
* bcache: fix stack corruption by PRECEDING_KEY()Coly Li2019-06-222-17/+33
* bcache: avoid clang -Wunintialized warningArnd Bergmann2019-06-111-2/+3
* bcache: add failure check to run_cache_set() for journal replayColy Li2019-06-111-5/+12
* bcache: fix failure in journal relplayTang Junhui2019-06-111-4/+21
* bcache: return error immediately in bch_journal_replay()Coly Li2019-06-111-3/+6
* bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li2019-06-111-4/+7
* bcache: fix a race between cache register and cacheset unregisterLiang Chen2019-06-111-1/+1
* bcache: improve sysfs_strtoul_clamp()Coly Li2019-04-271-3/+10
* bcache: fix input overflow to sequential_cutoffColy Li2019-04-271-1/+3
* bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li2019-04-271-2/+11
* bcache: fix miss key refill->end in writebackTang Junhui2018-11-211-1/+1
* bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai2018-09-091-1/+3
* bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li2018-05-301-3/+17
* bcache: fix kcrashes with fio in RAID5 backend devTang Junhui2018-05-301-1/+1
* bcache: return attach error when no cache set existTang Junhui2018-05-301-2/+3
* bcache: fix for data collapse after re-attaching an attached deviceTang Junhui2018-05-303-7/+11
* bcache: fix for allocator and register thread raceTang Junhui2018-05-302-4/+18
* bcache: properly set task state in bch_writeback_thread()Coly Li2018-05-302-3/+8
* bcache: segregate flash only volume write streamsTang Junhui2018-04-131-5/+14
* bcache: stop writeback thread after detachingTang Junhui2018-04-131-0/+6
* bcache: don't attach backing with duplicate UUIDMichael Lyle2018-03-181-0/+11
* bcache: check return value of register_shrinkerMichael Lyle2018-02-031-1/+4
* bcache: fix wrong cache_misses statisticstang.junhui2017-12-201-1/+5
* bcache: explicitly destroy mutex while exitingLiang Chen2017-12-201-2/+4
* bcache: recover data from backing when data is cleanRui Hua2017-12-091-7/+6
* bcache: only permit to recovery read error when cache device is cleanColy Li2017-12-091-1/+9
* bcache: Fix building error on MIPSHuacai Chen2017-12-053-3/+3
* bcache: check ca->alloc_thread initialized before wake up itColy Li2017-11-301-1/+2
* bcache: fix bch_hprint crash and improve outputMichael Lyle2017-09-271-15/+35
* bcache: fix for gc and write-back raceTang Junhui2017-09-273-2/+10
* bcache: Correct return value for sysfs attach errorsTony Asleson2017-09-271-2/+2
* bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui2017-09-272-1/+21
* bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui2017-09-271-3/+3
* bcache: Fix leak of bdev referenceJan Kara2017-09-271-0/+2
* bcache: initialize dirty stripes in flash_dev_run()Tang Junhui2017-09-273-6/+7
* bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet2017-02-235-27/+26
* bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet2016-09-151-1/+1
* bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler2016-04-121-0/+3
* bcache: fix race of writeback thread starting before complete initializationEric Wheeler2016-04-121-1/+8
* bcache: cleaned up error handling around register_cache()Eric Wheeler2016-04-121-12/+22
* bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet2016-03-031-7/+30
* bcache: prevent crash on changing writeback_runningStefan Bader2016-03-031-1/+2