开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
btree.c
Age
Commit message (
Expand
)
Author
2023-12-02
Merge tag 'block-6.7-2023-12-01' of git://git.kernel.dk/linux
Linus Torvalds
2023-12-02
Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2023-11-24
bcache: revert replacing IS_ERR_OR_NULL with IS_ERR
Markus Weippert
2023-11-24
closures: CLOSURE_CALLBACK() to fix type punning
Kent Overstreet
2023-11-20
bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
Coly Li
2023-11-20
bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()
Coly Li
2023-11-20
bcache: check return value from btree_node_alloc_replacement()
Coly Li
2023-10-04
bcache: dynamically allocate the md-bcache shrinker
Qi Zheng
2023-06-27
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-06-15
bcache: fixup btree_cache_wait list damage
Mingzhe Zou
2023-06-15
bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent
Zheng Wang
2023-06-15
bcache: Remove unnecessary NULL point check in node allocations
Zheng Wang
2023-05-24
bcache: Convert to lock_cmp_fn
Kent Overstreet
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
2022-05-27
bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...
Coly Li
2022-05-24
bcache: improve multithreaded bch_btree_check()
Coly Li
2022-03-06
bcache: fixup multiple threads crash
Mingzhe Zou
2021-11-08
bcache: Revert "bcache: use bvec_virt"
Coly Li
2021-10-20
bcache: remove bch_crc64_update
Christoph Hellwig
2021-08-16
bcache: use bvec_virt
Christoph Hellwig
2021-04-11
bcache: remove PTR_CACHE
Christoph Hellwig
2021-02-10
bcache: Give btree_io_wq correct semantics again
Kai Krakow
2021-02-10
Revert "bcache: Kill btree_io_wq"
Kai Krakow
2020-10-02
bcache: remove embedded struct cache_sb from struct cache_set
Coly Li
2020-10-02
bcache: only use block_bytes() on struct cache
Coly Li
2020-10-02
bcache: remove for_each_cache()
Coly Li
2020-10-02
bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
Coly Li
2020-10-02
bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()
Dongsheng Yang
2020-07-25
bcache: handle cache set verify_ondisk properly for bucket size > 8MB
Coly Li
2020-07-25
bcache: allocate meta data pages as compound pages
Coly Li
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-06-14
bcache: fix potential deadlock problem in btree_gc_coalesce
Zhiqiang Liu
2020-05-27
bcache: Convert pr_<level> uses to a more typical style
Joe Perches
2020-05-27
bcache: remove redundant variables i and n
Colin Ian King
2020-03-22
bcache: optimize barrier usage for atomic operations
Coly Li
2020-03-22
bcache: make bch_btree_check() to be multithreaded
Coly Li
2020-03-22
bcache: add bcache_ prefix to btree_root() and btree() macros
Coly Li
2020-03-22
bcache: move macro btree() and btree_root() into btree.h
Coly Li
2020-03-02
Revert "bcache: ignore pending signals when creating gc and allocator thread"
Jens Axboe
2020-02-13
bcache: ignore pending signals when creating gc and allocator thread
Coly Li
2020-01-23
bcache: reap from tail of c->btree_cache in bch_mca_scan()
Coly Li
2020-01-23
bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()
Coly Li
2020-01-23
bcache: remove member accessed from struct btree
Coly Li
2019-11-18
Revert "bcache: fix fifo index swapping condition in journal_pin_cmp()"
Jens Axboe
2019-11-13
bcache: at least try to shrink 1 node in bch_mca_scan()
Coly Li
2019-11-13
bcache: add code comments in bch_btree_leaf_dirty()
Coly Li
2019-11-13
bcache: fix a lost wake-up problem caused by mca_cannibalize_lock
Guoju Fang
2019-11-13
bcache: fix fifo index swapping condition in journal_pin_cmp()
Coly Li
2019-06-28
bcache: fix race in btree_flush_write()
Coly Li
2019-06-28
bcache: add comments for mutex_lock(&b->write_lock)
Coly Li
[next]