index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-01
bcache: fix a lost wake-up problem caused by mca_cannibalize_lock
Guoju Fang
3
-4
/
+10
2020-08-21
bcache: allocate meta data pages as compound pages
Coly Li
4
-5
/
+5
2020-08-21
bcache: fix super block seq numbers comparision in register_cache_set()
Coly Li
1
-1
/
+8
2020-06-25
bcache: fix potential deadlock problem in btree_gc_coalesce
Zhiqiang Liu
1
-2
/
+6
2020-02-28
bcache: explicity type cast in bset_bkey_last()
Coly Li
1
-1
/
+2
2020-01-04
bcache: at least try to shrink 1 node in bch_mca_scan()
Coly Li
1
-0
/
+2
2019-11-24
bcache: recal cached_dev_sectors on detach
Shenghui Wang
1
-0
/
+1
2019-07-31
bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()
Coly Li
1
-1
/
+1
2019-06-19
bcache: fix stack corruption by PRECEDING_KEY()
Coly Li
2
-17
/
+33
2019-05-31
bcache: avoid clang -Wunintialized warning
Arnd Bergmann
1
-2
/
+3
2019-05-31
bcache: add failure check to run_cache_set() for journal replay
Coly Li
1
-5
/
+12
2019-05-31
bcache: fix failure in journal relplay
Tang Junhui
1
-4
/
+21
2019-05-31
bcache: return error immediately in bch_journal_replay()
Coly Li
1
-3
/
+6
2019-05-21
bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()
Coly Li
1
-4
/
+7
2019-05-21
bcache: fix a race between cache register and cacheset unregister
Liang Chen
1
-1
/
+1
2019-05-16
bcache: correct dirty data statistics
Tang Junhui
1
-1
/
+2
2019-04-05
bcache: improve sysfs_strtoul_clamp()
Coly Li
1
-3
/
+10
2019-04-05
bcache: fix input overflow to sequential_cutoff
Coly Li
1
-1
/
+3
2019-04-05
bcache: fix input overflow to cache set sysfs file io_error_halflife
Coly Li
1
-2
/
+11
2019-03-23
bcache: never writeback a discard operation
Daniel Axtens
1
-0
/
+3
2018-11-13
bcache: fix miss key refill->end in writeback
Tang Junhui
1
-1
/
+1
2018-11-13
bcache: trace missed reading by cache_missed
Tang Junhui
1
-1
/
+1
2018-09-09
bcache: release dc->writeback_lock properly in bch_writeback_thread()
Shan Hai
1
-1
/
+3
2018-05-30
bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set
Coly Li
1
-3
/
+17
2018-05-30
bcache: fix kcrashes with fio in RAID5 backend dev
Tang Junhui
1
-1
/
+1
2018-04-26
bcache: return attach error when no cache set exist
Tang Junhui
1
-2
/
+3
2018-04-26
bcache: fix for data collapse after re-attaching an attached device
Tang Junhui
3
-7
/
+11
2018-04-26
bcache: fix for allocator and register thread race
Tang Junhui
2
-4
/
+18
2018-04-26
bcache: properly set task state in bch_writeback_thread()
Coly Li
2
-3
/
+8
2018-04-12
bcache: segregate flash only volume write streams
Tang Junhui
1
-5
/
+14
2018-04-12
bcache: stop writeback thread after detaching
Tang Junhui
1
-0
/
+6
2018-04-12
bcache: ret IOERR when read meets metadata error
Rui Hua
1
-0
/
+22
2018-03-15
bcache: don't attach backing with duplicate UUID
Michael Lyle
1
-0
/
+11
2018-03-15
bcache: fix crashes in duplicate cache device register
Tang Junhui
1
-6
/
+10
2018-02-03
bcache: check return value of register_shrinker
Michael Lyle
1
-1
/
+4
2017-12-20
bcache: fix wrong cache_misses statistics
tang.junhui
1
-1
/
+5
2017-12-20
bcache: explicitly destroy mutex while exiting
Liang Chen
1
-2
/
+4
2017-12-05
bcache: recover data from backing when data is clean
Rui Hua
1
-7
/
+6
2017-12-05
bcache: only permit to recovery read error when cache device is clean
Coly Li
1
-1
/
+9
2017-12-05
bcache: Fix building error on MIPS
Huacai Chen
3
-3
/
+3
2017-11-30
bcache: check ca->alloc_thread initialized before wake up it
Coly Li
1
-1
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
26
-0
/
+26
2017-09-27
bcache: use llist_for_each_entry_safe() in __closure_wake_up()
Coly Li
1
-2
/
+2
2017-09-07
bcache: initialize dirty stripes in flash_dev_run()
Tang Junhui
3
-6
/
+7
2017-09-06
bcache: fix bch_hprint crash and improve output
Michael Lyle
1
-15
/
+35
2017-09-06
bcache: Update continue_at() documentation
Dan Carpenter
1
-4
/
+0
2017-09-06
bcache: silence static checker warning
Dan Carpenter
1
-3
/
+0
2017-09-06
bcache: fix for gc and write-back race
Tang Junhui
3
-2
/
+10
2017-09-06
bcache: increase the number of open buckets
Tang Junhui
1
-1
/
+3
2017-09-06
bcache: Correct return value for sysfs attach errors
Tony Asleson
1
-2
/
+2
[next]