index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-20
bcache: avoid NULL checking to c->root in run_cache_set()
Coly Li
1
-1
/
+1
2023-12-20
bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
Coly Li
1
-0
/
+7
2023-12-20
bcache: avoid oversize memory allocation by small stripe_size
Coly Li
2
-0
/
+3
2023-12-08
bcache: revert replacing IS_ERR_OR_NULL with IS_ERR
Markus Weippert
1
-1
/
+1
2023-12-08
bcache: prevent potential division by zero error
Rand Deeb
1
-1
/
+1
2023-12-08
bcache: check return value from btree_node_alloc_replacement()
Coly Li
1
-0
/
+2
2023-12-08
bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()
Coly Li
1
-1
/
+1
2023-08-11
bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent
Zheng Wang
1
-1
/
+3
2023-08-11
bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
Coly Li
4
-24
/
+19
2023-07-27
bcache: Remove unnecessary NULL point check in node allocations
Zheng Wang
2
-7
/
+7
2022-10-26
bcache: fix set_at_max_writeback_rate() for multiple attached devices
Coly Li
1
-21
/
+52
2022-06-14
md: bcache: check the return value of kzalloc() in detached_dev_do_request()
Jia-Ju Bai
1
-0
/
+6
2021-09-15
bcache: add proper error unwinding in bcache_device_init
Christoph Hellwig
1
-5
/
+11
2021-03-04
bcache: Move journal work to new flush wq
Kai Krakow
3
-2
/
+19
2021-03-04
bcache: Give btree_io_wq correct semantics again
Kai Krakow
1
-1
/
+1
2021-03-04
Revert "bcache: Kill btree_io_wq"
Kai Krakow
3
-2
/
+25
2020-10-01
bcache: fix a lost wake-up problem caused by mca_cannibalize_lock
Guoju Fang
3
-4
/
+10
2020-08-26
bcache: avoid nr_stripes overflow in bcache_device_init()
Coly Li
1
-6
/
+6
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-24
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: properly initialize 'path' and 'err' in register_bcache()
Coly Li
1
-1
/
+3
2020-02-24
bcache: fix incorrect data type usage in btree_flush_write()
Coly Li
1
-1
/
+2
2020-02-24
bcache: explicity type cast in bset_bkey_last()
Coly Li
1
-1
/
+2
2020-02-24
bcache: fix memory corruption in bch_cache_accounting_clear()
Coly Li
1
-3
/
+7
2020-02-24
bcache: fix use-after-free in register_bcache()
Coly Li
1
-1
/
+2
2020-02-24
bcache: rework error unwinding in register_bcache
Christoph Hellwig
1
-30
/
+45
2020-02-24
bcache: cached_dev_free needs to put the sb page
Liang Chen
1
-0
/
+3
2020-02-15
bcache: avoid unnecessary btree nodes flushing in btree_flush_write()
Coly Li
1
-5
/
+75
2020-02-11
bcache: add readahead cache policy options via sysfs interface
Coly Li
3
-5
/
+37
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-09-18
Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-5
/
+11
2019-09-03
closures: fix a race on wakeup from closure_sync
Kent Overstreet
1
-2
/
+8
2019-09-03
bcache: Fix an error code in bch_dump_read()
Dan Carpenter
1
-3
/
+2
2019-09-03
bcache: add cond_resched() in __bch_cache_cmp()
Shile Zhang
1
-0
/
+1
2019-08-09
bcache: Revert "bcache: use sysfs_match_string() instead of __sysfs_match_str...
Coly Li
1
-8
/
+12
2019-07-22
bcache: fix possible memory leak in bch_cached_dev_run()
Wei Yongjun
1
-0
/
+3
2019-06-28
bcache: add reclaimed_journal_buckets to struct cache_set
Coly Li
3
-0
/
+7
2019-06-28
bcache: performance improvement for btree_flush_write()
Coly Li
2
-22
/
+67
2019-06-28
bcache: fix race in btree_flush_write()
Coly Li
3
-1
/
+36
2019-06-28
bcache: remove retry_flush_write from struct cache_set
Coly Li
3
-7
/
+0
2019-06-28
bcache: add comments for mutex_lock(&b->write_lock)
Coly Li
1
-0
/
+10
2019-06-28
bcache: only clear BTREE_NODE_dirty bit when it is set
Coly Li
1
-5
/
+6
2019-06-28
bcache: Revert "bcache: fix high CPU occupancy during journal"
Coly Li
3
-36
/
+15
2019-06-28
bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"
Coly Li
1
-1
/
+0
2019-06-28
bcache: shrink btree node cache after bch_btree_check()
Coly Li
1
-0
/
+17
[next]