index
:
kernel_xiaomi_raphael.git
q10.0
r11.0
kernel_xiaomi_raphael
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 4.14.200 into kernel.lnx.4.14.r4-rel
Nathan Chancellor
2020-10-04
3
-4
/
+10
*
Merge remote-tracking branch 'als/kernel.lnx.4.14.r4-rel' into Q-raphael
Yaroslav Furman
2020-09-09
4
-6
/
+13
*
Merge 4.14.186 into kernel.lnx.4.14.r4-rel
Nathan Chancellor
2020-07-01
1
-2
/
+6
*
bcache: explicity type cast in bset_bkey_last()
Coly Li
2020-02-28
1
-1
/
+2
*
bcache: at least try to shrink 1 node in bch_mca_scan()
Coly Li
2020-01-04
1
-0
/
+2
*
bcache: recal cached_dev_sectors on detach
Shenghui Wang
2019-11-24
1
-0
/
+1
*
bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()
Coly Li
2019-07-31
1
-1
/
+1
*
bcache: fix stack corruption by PRECEDING_KEY()
Coly Li
2019-06-19
2
-17
/
+33
*
bcache: avoid clang -Wunintialized warning
Arnd Bergmann
2019-05-31
1
-2
/
+3
*
bcache: add failure check to run_cache_set() for journal replay
Coly Li
2019-05-31
1
-5
/
+12
*
bcache: fix failure in journal relplay
Tang Junhui
2019-05-31
1
-4
/
+21
*
bcache: return error immediately in bch_journal_replay()
Coly Li
2019-05-31
1
-3
/
+6
*
bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()
Coly Li
2019-05-21
1
-4
/
+7
*
bcache: fix a race between cache register and cacheset unregister
Liang Chen
2019-05-21
1
-1
/
+1
*
bcache: correct dirty data statistics
Tang Junhui
2019-05-16
1
-1
/
+2
*
bcache: improve sysfs_strtoul_clamp()
Coly Li
2019-04-05
1
-3
/
+10
*
bcache: fix input overflow to sequential_cutoff
Coly Li
2019-04-05
1
-1
/
+3
*
bcache: fix input overflow to cache set sysfs file io_error_halflife
Coly Li
2019-04-05
1
-2
/
+11
*
bcache: never writeback a discard operation
Daniel Axtens
2019-03-23
1
-0
/
+3
*
bcache: fix miss key refill->end in writeback
Tang Junhui
2018-11-13
1
-1
/
+1
*
bcache: trace missed reading by cache_missed
Tang Junhui
2018-11-13
1
-1
/
+1
*
bcache: release dc->writeback_lock properly in bch_writeback_thread()
Shan Hai
2018-09-09
1
-1
/
+3
*
bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set
Coly Li
2018-05-30
1
-3
/
+17
*
bcache: fix kcrashes with fio in RAID5 backend dev
Tang Junhui
2018-05-30
1
-1
/
+1
*
bcache: return attach error when no cache set exist
Tang Junhui
2018-04-26
1
-2
/
+3
*
bcache: fix for data collapse after re-attaching an attached device
Tang Junhui
2018-04-26
3
-7
/
+11
*
bcache: fix for allocator and register thread race
Tang Junhui
2018-04-26
2
-4
/
+18
*
bcache: properly set task state in bch_writeback_thread()
Coly Li
2018-04-26
2
-3
/
+8
*
bcache: segregate flash only volume write streams
Tang Junhui
2018-04-12
1
-5
/
+14
*
bcache: stop writeback thread after detaching
Tang Junhui
2018-04-12
1
-0
/
+6
*
bcache: ret IOERR when read meets metadata error
Rui Hua
2018-04-12
1
-0
/
+22
*
bcache: don't attach backing with duplicate UUID
Michael Lyle
2018-03-15
1
-0
/
+11
*
bcache: fix crashes in duplicate cache device register
Tang Junhui
2018-03-15
1
-6
/
+10
*
bcache: check return value of register_shrinker
Michael Lyle
2018-02-03
1
-1
/
+4
*
bcache: fix wrong cache_misses statistics
tang.junhui
2017-12-20
1
-1
/
+5
*
bcache: explicitly destroy mutex while exiting
Liang Chen
2017-12-20
1
-2
/
+4
*
bcache: recover data from backing when data is clean
Rui Hua
2017-12-05
1
-7
/
+6
*
bcache: only permit to recovery read error when cache device is clean
Coly Li
2017-12-05
1
-1
/
+9
*
bcache: Fix building error on MIPS
Huacai Chen
2017-12-05
3
-3
/
+3
*
bcache: check ca->alloc_thread initialized before wake up it
Coly Li
2017-11-30
1
-1
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
26
-0
/
+26
*
bcache: use llist_for_each_entry_safe() in __closure_wake_up()
Coly Li
2017-09-27
1
-2
/
+2
*
bcache: initialize dirty stripes in flash_dev_run()
Tang Junhui
2017-09-07
3
-6
/
+7
*
bcache: fix bch_hprint crash and improve output
Michael Lyle
2017-09-06
1
-15
/
+35
*
bcache: Update continue_at() documentation
Dan Carpenter
2017-09-06
1
-4
/
+0
*
bcache: silence static checker warning
Dan Carpenter
2017-09-06
1
-3
/
+0
*
bcache: fix for gc and write-back race
Tang Junhui
2017-09-06
3
-2
/
+10
*
bcache: increase the number of open buckets
Tang Junhui
2017-09-06
1
-1
/
+3
*
bcache: Correct return value for sysfs attach errors
Tony Asleson
2017-09-06
1
-2
/
+2
*
bcache: correct cache_dirty_target in __update_writeback_rate()
Tang Junhui
2017-09-06
2
-1
/
+21
[next]