index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
btree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcache: remove heap-related macros and switch to generic min_heap
Kuan-Wei Chiu
2024-06-24
1
-29
/
+40
*
bcache: allow allocator to invalidate bucket in gc
Dongsheng Yang
2024-05-28
1
-1
/
+6
*
bcache: fix variable length array abuse in btree_iter
Matthew Mirvish
2024-05-08
1
-19
/
+21
*
Merge tag 'block-6.7-2023-12-01' of git://git.kernel.dk/linux
Linus Torvalds
2023-12-02
1
-1
/
+1
|
\
|
*
bcache: revert replacing IS_ERR_OR_NULL with IS_ERR
Markus Weippert
2023-11-24
1
-1
/
+1
*
|
Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2023-12-02
1
-7
/
+7
|
\
\
|
|
/
|
/
|
|
*
closures: CLOSURE_CALLBACK() to fix type punning
Kent Overstreet
2023-11-24
1
-7
/
+7
*
|
bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
Coly Li
2023-11-20
1
-0
/
+7
*
|
bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()
Coly Li
2023-11-20
1
-1
/
+1
*
|
bcache: check return value from btree_node_alloc_replacement()
Coly Li
2023-11-20
1
-0
/
+2
|
/
*
bcache: dynamically allocate the md-bcache shrinker
Qi Zheng
2023-10-04
1
-11
/
+16
*
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-06-27
1
-1
/
+22
|
\
|
*
bcache: Convert to lock_cmp_fn
Kent Overstreet
2023-05-24
1
-1
/
+22
*
|
bcache: fixup btree_cache_wait list damage
Mingzhe Zou
2023-06-15
1
-1
/
+10
*
|
bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent
Zheng Wang
2023-06-15
1
-1
/
+3
*
|
bcache: Remove unnecessary NULL point check in node allocations
Zheng Wang
2023-06-15
1
-5
/
+5
|
/
*
mm: shrinkers: provide shrinkers with names
Roman Gushchin
2022-07-03
1
-1
/
+1
*
bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...
Coly Li
2022-05-27
1
-0
/
+1
*
bcache: improve multithreaded bch_btree_check()
Coly Li
2022-05-24
1
-32
/
+26
*
bcache: fixup multiple threads crash
Mingzhe Zou
2022-03-06
1
-2
/
+4
*
bcache: Revert "bcache: use bvec_virt"
Coly Li
2021-11-08
1
-1
/
+1
*
bcache: remove bch_crc64_update
Christoph Hellwig
2021-10-20
1
-1
/
+1
*
bcache: use bvec_virt
Christoph Hellwig
2021-08-16
1
-1
/
+1
*
bcache: remove PTR_CACHE
Christoph Hellwig
2021-04-11
1
-2
/
+2
*
bcache: Give btree_io_wq correct semantics again
Kai Krakow
2021-02-10
1
-1
/
+1
*
Revert "bcache: Kill btree_io_wq"
Kai Krakow
2021-02-10
1
-2
/
+19
*
bcache: remove embedded struct cache_sb from struct cache_set
Coly Li
2020-10-02
1
-8
/
+9
*
bcache: only use block_bytes() on struct cache
Coly Li
2020-10-02
1
-12
/
+12
*
bcache: remove for_each_cache()
Coly Li
2020-10-02
1
-56
/
+47
*
bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
Coly Li
2020-10-02
1
-1
/
+1
*
bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()
Dongsheng Yang
2020-10-02
1
-1
/
+1
*
bcache: handle cache set verify_ondisk properly for bucket size > 8MB
Coly Li
2020-07-25
1
-2
/
+10
*
bcache: allocate meta data pages as compound pages
Coly Li
2020-07-25
1
-1
/
+1
*
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-07-01
1
-1
/
+1
*
bcache: fix potential deadlock problem in btree_gc_coalesce
Zhiqiang Liu
2020-06-14
1
-2
/
+6
*
bcache: Convert pr_<level> uses to a more typical style
Joe Perches
2020-05-27
1
-7
/
+7
*
bcache: remove redundant variables i and n
Colin Ian King
2020-05-27
1
-2
/
+0
*
bcache: optimize barrier usage for atomic operations
Coly Li
2020-03-22
1
-3
/
+3
*
bcache: make bch_btree_check() to be multithreaded
Coly Li
2020-03-22
1
-3
/
+166
*
bcache: add bcache_ prefix to btree_root() and btree() macros
Coly Li
2020-03-22
1
-7
/
+8
*
bcache: move macro btree() and btree_root() into btree.h
Coly Li
2020-03-22
1
-59
/
+1
*
Revert "bcache: ignore pending signals when creating gc and allocator thread"
Jens Axboe
2020-03-02
1
-13
/
+0
*
bcache: ignore pending signals when creating gc and allocator thread
Coly Li
2020-02-13
1
-0
/
+13
*
bcache: reap from tail of c->btree_cache in bch_mca_scan()
Coly Li
2020-01-23
1
-5
/
+5
*
bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()
Coly Li
2020-01-23
1
-3
/
+3
*
bcache: remove member accessed from struct btree
Coly Li
2020-01-23
1
-6
/
+2
*
Revert "bcache: fix fifo index swapping condition in journal_pin_cmp()"
Jens Axboe
2019-11-18
1
-26
/
+0
*
bcache: at least try to shrink 1 node in bch_mca_scan()
Coly Li
2019-11-13
1
-0
/
+2
*
bcache: add code comments in bch_btree_leaf_dirty()
Coly Li
2019-11-13
1
-0
/
+5
*
bcache: fix a lost wake-up problem caused by mca_cannibalize_lock
Guoju Fang
2019-11-13
1
-4
/
+8
[next]