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.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
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: 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-08
bcache: prevent potential division by zero error
Rand Deeb
2023-12-08
bcache: check return value from btree_node_alloc_replacement()
Coly Li
2023-12-08
bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()
Coly Li
2023-08-11
bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent
Zheng Wang
2023-08-11
bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
Coly Li
2023-07-27
bcache: Remove unnecessary NULL point check in node allocations
Zheng Wang
2022-10-26
bcache: fix set_at_max_writeback_rate() for multiple attached devices
Coly Li
2022-06-14
md: bcache: check the return value of kzalloc() in detached_dev_do_request()
Jia-Ju Bai
2021-09-15
bcache: add proper error unwinding in bcache_device_init
Christoph Hellwig
2021-03-04
bcache: Move journal work to new flush wq
Kai Krakow
2021-03-04
bcache: Give btree_io_wq correct semantics again
Kai Krakow
2021-03-04
Revert "bcache: Kill btree_io_wq"
Kai Krakow
2020-10-01
bcache: fix a lost wake-up problem caused by mca_cannibalize_lock
Guoju Fang
2020-08-26
bcache: avoid nr_stripes overflow in bcache_device_init()
Coly Li
2020-08-21
bcache: fix overflow in offset_to_stripe()
Coly Li
2020-08-21
bcache: allocate meta data pages as compound pages
Coly Li
2020-08-19
bcache: fix super block seq numbers comparision in register_cache_set()
Coly Li
2020-06-24
bcache: fix potential deadlock problem in btree_gc_coalesce
Zhiqiang Liu
2020-06-22
bcache: fix refcount underflow in bcache_device_free()
Coly Li
2020-02-24
bcache: properly initialize 'path' and 'err' in register_bcache()
Coly Li
2020-02-24
bcache: fix incorrect data type usage in btree_flush_write()
Coly Li
2020-02-24
bcache: explicity type cast in bset_bkey_last()
Coly Li
2020-02-24
bcache: fix memory corruption in bch_cache_accounting_clear()
Coly Li
2020-02-24
bcache: fix use-after-free in register_bcache()
Coly Li
2020-02-24
bcache: rework error unwinding in register_bcache
Christoph Hellwig
2020-02-24
bcache: cached_dev_free needs to put the sb page
Liang Chen
2020-02-14
bcache: avoid unnecessary btree nodes flushing in btree_flush_write()
Coly Li
2020-02-11
bcache: add readahead cache policy options via sysfs interface
Coly Li
2020-01-04
bcache: at least try to shrink 1 node in bch_mca_scan()
Coly Li
2019-12-31
bcache: fix deadlock in bcache_allocator
Andrea Righi
2019-12-31
bcache: fix static checker warning in bcache_device_free()
Coly Li
2019-09-17
Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-09-03
closures: fix a race on wakeup from closure_sync
Kent Overstreet
2019-09-03
bcache: Fix an error code in bch_dump_read()
Dan Carpenter
2019-09-03
bcache: add cond_resched() in __bch_cache_cmp()
Shile Zhang
2019-08-09
bcache: Revert "bcache: use sysfs_match_string() instead of __sysfs_match_str...
Coly Li
2019-07-22
bcache: fix possible memory leak in bch_cached_dev_run()
Wei Yongjun
2019-06-28
bcache: add reclaimed_journal_buckets to struct cache_set
Coly Li
2019-06-28
bcache: performance improvement for btree_flush_write()
Coly Li
2019-06-28
bcache: fix race in btree_flush_write()
Coly Li
2019-06-28
bcache: remove retry_flush_write from struct cache_set
Coly Li
2019-06-28
bcache: add comments for mutex_lock(&b->write_lock)
Coly Li
2019-06-28
bcache: only clear BTREE_NODE_dirty bit when it is set
Coly Li
2019-06-28
bcache: Revert "bcache: fix high CPU occupancy during journal"
Coly Li
2019-06-28
bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"
Coly Li
2019-06-28
bcache: shrink btree node cache after bch_btree_check()
Coly Li
[next]