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: fix overflow in offset_to_stripe()
Coly Li
3
-8
/
+27
2020-08-21
bcache: allocate meta data pages as compound pages
Coly Li
4
-5
/
+5
2020-08-19
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-06-22
bcache: fix refcount underflow in bcache_device_free()
Coly Li
1
-2
/
+5
2020-02-24
bcache: explicity type cast in bset_bkey_last()
Coly Li
1
-1
/
+2
2020-02-24
bcache: cached_dev_free needs to put the sb page
Liang Chen
1
-0
/
+3
2020-02-11
bcache: add readahead cache policy options via sysfs interface
Coly Li
3
-5
/
+37
2020-01-27
bcache: Fix an error code in bch_dump_read()
Dan Carpenter
1
-3
/
+2
2020-01-04
bcache: at least try to shrink 1 node in bch_mca_scan()
Coly Li
1
-0
/
+2
2019-12-31
bcache: fix deadlock in bcache_allocator
Andrea Righi
3
-8
/
+26
2019-12-31
bcache: fix static checker warning in bcache_device_free()
Coly Li
1
-8
/
+16
2019-12-05
bcache: do not mark writeback_running too early
Shenghui Wang
1
-1
/
+2
2019-12-05
bcache: do not check if debug dentry is ERR or NULL explicitly on remove
Shenghui Wang
2
-4
/
+2
2019-11-24
bcache: recal cached_dev_sectors on detach
Shenghui Wang
1
-0
/
+1
2019-11-24
bcache: account size of buckets used in uuid write to ca->meta_sectors_written
Shenghui Wang
1
-0
/
+5
2019-11-06
bcache: fix input overflow to writeback_rate_minimum
Coly Li
1
-1
/
+3
2019-10-05
closures: fix a race on wakeup from closure_sync
Kent Overstreet
1
-2
/
+8
2019-10-01
bcache: remove redundant LIST_HEAD(journal) from run_cache_set()
Coly Li
1
-1
/
+0
2019-09-16
bcache: fix race in btree_flush_write()
Coly Li
3
-1
/
+36
2019-09-16
bcache: add comments for mutex_lock(&b->write_lock)
Coly Li
1
-0
/
+10
2019-09-16
bcache: only clear BTREE_NODE_dirty bit when it is set
Coly Li
1
-5
/
+6
2019-09-16
bcache: treat stale && dirty keys as bad keys
Tang Junhui
1
-6
/
+7
2019-09-16
bcache: replace hard coded number with BUCKET_GC_GEN_MAX
Coly Li
1
-1
/
+1
2019-07-26
bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_thread
Coly Li
1
-0
/
+1
2019-07-26
bcache: fix mistaken sysfs entry for io_error counter
Coly Li
1
-2
/
+2
2019-07-26
bcache: ignore read-ahead request failure on backing device
Coly Li
1
-0
/
+12
2019-07-26
bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"
Coly Li
1
-1
/
+0
2019-07-26
bcache: Revert "bcache: fix high CPU occupancy during journal"
Coly Li
3
-36
/
+15
2019-07-26
Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"
Coly Li
1
-17
/
+0
2019-07-26
bcache: fix potential deadlock in cached_def_free()
Coly Li
2
-2
/
+4
2019-07-26
bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()
Coly Li
1
-1
/
+1
2019-07-26
bcache: acquire bch_register_lock later in cached_dev_free()
Coly Li
1
-2
/
+2
2019-07-26
bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()
Coly Li
1
-0
/
+4
2019-07-26
bcache: check CACHE_SET_IO_DISABLE in allocator code
Coly Li
1
-0
/
+9
2019-06-19
bcache: only set BCACHE_DEV_WB_RUNNING when cached device attached
Coly Li
1
-1
/
+6
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-31
bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...
Shenghui Wang
1
-0
/
+8
2019-05-22
bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()
Coly Li
1
-4
/
+7
2019-05-22
bcache: fix a race between cache register and cacheset unregister
Liang Chen
1
-1
/
+1
2019-04-05
bcache: fix potential div-zero error of writeback_rate_p_term_inverse
Coly Li
1
-1
/
+3
2019-04-05
bcache: improve sysfs_strtoul_clamp()
Coly Li
1
-3
/
+10
2019-04-05
bcache: fix potential div-zero error of writeback_rate_i_term_inverse
Coly Li
1
-1
/
+3
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
[next]