index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
Age
Commit message (
Expand
)
Author
2025-07-10
bcache: fix NULL pointer in cache_set_flush()
Linggang Zeng
2024-12-14
bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again
Liequan Che
2024-07-05
bcache: fix variable length array abuse in btree_iter
Matthew Mirvish
2023-12-20
bcache: avoid NULL checking to c->root in run_cache_set()
Coly Li
2023-12-20
bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
Coly Li
2023-12-20
bcache: remove redundant assignment to variable cur_idx
Colin Ian King
2023-12-20
bcache: avoid oversize memory allocation by small stripe_size
Coly Li
2023-12-08
bcache: revert replacing IS_ERR_OR_NULL with IS_ERR
Markus Weippert
2023-12-03
bcache: fixup lock c->root error
Mingzhe Zou
2023-12-03
bcache: fixup init dirty data errors
Mingzhe Zou
2023-12-03
bcache: prevent potential division by zero error
Rand Deeb
2023-12-03
bcache: check return value from btree_node_alloc_replacement()
Coly Li
2023-12-03
bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up race
Mingzhe Zou
2023-12-03
bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()
Coly Li
2023-07-23
bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent
Zheng Wang
2023-07-23
bcache: Remove unnecessary NULL point check in node allocations
Zheng Wang
2023-07-23
bcache: fixup btree_cache_wait list damage
Mingzhe Zou
2022-10-26
bcache: fix set_at_max_writeback_rate() for multiple attached devices
Coly Li
2022-07-02
bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...
Coly Li
2022-06-09
md: bcache: check the return value of kzalloc() in detached_dev_do_request()
Jia-Ju Bai
2022-06-09
bcache: avoid journal no-space deadlock by reserving 1 journal bucket
Coly Li
2022-06-09
bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()
Coly Li
2022-06-09
bcache: improve multithreaded bch_sectors_dirty_init()
Coly Li
2022-06-09
bcache: improve multithreaded bch_btree_check()
Coly Li
2022-04-08
bcache: fixup multiple threads crash
Mingzhe Zou
2021-11-18
bcache: Revert "bcache: use bvec_virt"
Coly Li
2021-11-18
bcache: fix use-after-free problem in bcache_device_free()
Coly Li
2021-08-16
bcache: use bvec_virt
Christoph Hellwig
2021-08-12
bcache: move the del_gendisk call out of bcache_device_free
Christoph Hellwig
2021-08-12
bcache: add proper error unwinding in bcache_device_init
Christoph Hellwig
2021-08-11
block: move some macros to blkdev.h
Guoqing Jiang
2021-08-09
block: make the block holder code optional
Christoph Hellwig
2021-06-30
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-12
Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-08
bcache: avoid oversized read request in cache missing code path
Coly Li
2021-06-08
bcache: remove bcache device self-defined readahead
Coly Li
2021-06-01
bcache: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
2021-05-06
include: remove pagemap.h from blkdev.h
Matthew Wilcox (Oracle)
2021-04-11
bcache: fix a regression of code compiling failure in debug.c
Coly Li
2021-04-11
bcache: Use 64-bit arithmetic instead of 32-bit
Gustavo A. R. Silva
2021-04-11
md: bcache: Trivial typo fixes in the file journal.c
Bhaskar Chowdhury
2021-04-11
md: bcache: avoid -Wempty-body warnings
Arnd Bergmann
2021-04-11
bcache: use NULL instead of using plain integer as pointer
Yang Li
2021-04-11
bcache: remove PTR_CACHE
Christoph Hellwig
2021-04-11
bcache: reduce redundant code in bch_cached_dev_run()
Zhiqiang Liu
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-02-21
Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-10
bcache: Avoid comma separated statements
Joe Perches
2021-02-10
bcache: Move journal work to new flush wq
Kai Krakow
[next]