summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* 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-241-0/+1
* bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li2019-07-311-1/+1
* bcache: fix stack corruption by PRECEDING_KEY()Coly Li2019-06-192-17/+33
* bcache: avoid clang -Wunintialized warningArnd Bergmann2019-05-311-2/+3
* bcache: add failure check to run_cache_set() for journal replayColy Li2019-05-311-5/+12
* bcache: fix failure in journal relplayTang Junhui2019-05-311-4/+21
* bcache: return error immediately in bch_journal_replay()Coly Li2019-05-311-3/+6
* bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li2019-05-211-4/+7
* bcache: fix a race between cache register and cacheset unregisterLiang Chen2019-05-211-1/+1
* bcache: correct dirty data statisticsTang Junhui2019-05-161-1/+2
* bcache: improve sysfs_strtoul_clamp()Coly Li2019-04-051-3/+10
* bcache: fix input overflow to sequential_cutoffColy Li2019-04-051-1/+3
* bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li2019-04-051-2/+11
* bcache: never writeback a discard operationDaniel Axtens2019-03-231-0/+3
* bcache: fix miss key refill->end in writebackTang Junhui2018-11-131-1/+1
* bcache: trace missed reading by cache_missedTang Junhui2018-11-131-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-04-261-2/+3
* bcache: fix for data collapse after re-attaching an attached deviceTang Junhui2018-04-263-7/+11
* bcache: fix for allocator and register thread raceTang Junhui2018-04-262-4/+18
* bcache: properly set task state in bch_writeback_thread()Coly Li2018-04-262-3/+8
* bcache: segregate flash only volume write streamsTang Junhui2018-04-121-5/+14
* bcache: stop writeback thread after detachingTang Junhui2018-04-121-0/+6
* bcache: ret IOERR when read meets metadata errorRui Hua2018-04-121-0/+22
* bcache: don't attach backing with duplicate UUIDMichael Lyle2018-03-151-0/+11
* bcache: fix crashes in duplicate cache device registerTang Junhui2018-03-151-6/+10
* 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-051-7/+6
* bcache: only permit to recovery read error when cache device is cleanColy Li2017-12-051-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
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0226-0/+26
* bcache: use llist_for_each_entry_safe() in __closure_wake_up()Coly Li2017-09-271-2/+2
* bcache: initialize dirty stripes in flash_dev_run()Tang Junhui2017-09-073-6/+7
* bcache: fix bch_hprint crash and improve outputMichael Lyle2017-09-061-15/+35
* bcache: Update continue_at() documentationDan Carpenter2017-09-061-4/+0
* bcache: silence static checker warningDan Carpenter2017-09-061-3/+0
* bcache: fix for gc and write-back raceTang Junhui2017-09-063-2/+10
* bcache: increase the number of open bucketsTang Junhui2017-09-061-1/+3
* bcache: Correct return value for sysfs attach errorsTony Asleson2017-09-061-2/+2
* bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui2017-09-062-1/+21
* bcache: gc does not work when triggering by manual commandTang Junhui2017-09-061-1/+14
* bcache: Don't reinvent the wheel but use existing llist APIByungchul Park2017-09-061-13/+2
* bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui2017-09-061-3/+3
* bcache: fix sequential large write IO bypassTang Junhui2017-09-061-6/+0