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
2025-07-17
bcache: fix NULL pointer in cache_set_flush()
Linggang Zeng
1
-1
/
+6
2024-12-14
bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again
Liequan Che
1
-1
/
+1
2024-07-05
bcache: fix variable length array abuse in btree_iter
Matthew Mirvish
6
-59
/
+70
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: remove redundant assignment to variable cur_idx
Colin Ian King
1
-1
/
+1
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: fixup lock c->root error
Mingzhe Zou
1
-3
/
+11
2023-12-08
bcache: fixup init dirty data errors
Mingzhe Zou
1
-1
/
+4
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: fixup multi-threaded bch_sectors_dirty_init() wake-up race
Mingzhe Zou
1
-1
/
+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-07-27
bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent
Zheng Wang
1
-1
/
+3
2023-07-27
bcache: Remove unnecessary NULL point check in node allocations
Zheng Wang
2
-7
/
+7
2023-07-27
bcache: fixup btree_cache_wait list damage
Mingzhe Zou
3
-1
/
+21
2022-10-26
bcache: fix set_at_max_writeback_rate() for multiple attached devices
Coly Li
1
-21
/
+52
2022-07-02
bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...
Coly Li
2
-0
/
+2
2022-06-09
md: bcache: check the return value of kzalloc() in detached_dev_do_request()
Jia-Ju Bai
1
-0
/
+6
2022-06-09
bcache: avoid journal no-space deadlock by reserving 1 journal bucket
Coly Li
3
-5
/
+29
2022-06-09
bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()
Coly Li
1
-28
/
+13
2022-06-09
bcache: improve multithreaded bch_sectors_dirty_init()
Coly Li
2
-38
/
+26
2022-06-09
bcache: improve multithreaded bch_btree_check()
Coly Li
2
-33
/
+27
2022-04-08
bcache: fixup multiple threads crash
Mingzhe Zou
2
-4
/
+8
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
2021-02-04
bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WI...
Coly Li
1
-0
/
+6
2021-01-17
bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_L...
Coly Li
1
-0
/
+15
2021-01-12
bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucket
Coly Li
3
-7
/
+28
2021-01-12
bcache: check unsupported feature sets for bcache register
Coly Li
2
-0
/
+29
2021-01-12
bcache: fix typo from SUUP to SUPP in features.h
Coly Li
1
-3
/
+3
2020-10-02
bcache: remove embedded struct cache_sb from struct cache_set
Coly Li
11
-59
/
+46
2020-10-02
bcache: check and set sync status on cache's in-memory super block
Coly Li
4
-10
/
+7
2020-10-02
bcache: remove can_attach_cache()
Coly Li
1
-10
/
+0
2020-10-02
bcache: don't check seq numbers in register_cache_set()
Coly Li
1
-15
/
+0
2020-10-02
bcache: only use bucket_bytes() on struct cache
Coly Li
2
-2
/
+2
2020-10-02
bcache: remove useless bucket_pages()
Coly Li
1
-1
/
+0
2020-10-02
bcache: remove useless alloc_bucket_pages()
Coly Li
1
-3
/
+0
2020-10-02
bcache: only use block_bytes() on struct cache
Coly Li
7
-24
/
+24
2020-10-02
bcache: add set_uuid in struct cache_set
Coly Li
3
-13
/
+14
2020-10-02
bcache: remove for_each_cache()
Coly Li
6
-294
/
+237
2020-10-02
bcache: explicitly make cache_set only have single cache
Coly Li
3
-17
/
+12
2020-10-02
bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
Coly Li
4
-24
/
+19
2020-10-02
bcache: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
1
-13
/
+3
2020-10-02
bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()
Dongsheng Yang
1
-1
/
+1
2020-10-02
bcache: share register sysfs with async register
Coly Li
1
-5
/
+7
2020-09-24
block: lift setting the readahead size into the block layer
Christoph Hellwig
1
-3
/
+0
[next]