index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
btree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-11-13
bcache: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+2
2025-11-13
bcache: remove redundant __GFP_NOWARN
Qianfeng Rong
1
-1
/
+1
2025-11-13
bcache: reduce gc latency by processing less nodes and sleep less time
Coly Li
1
-24
/
+24
2025-06-19
Revert "bcache: remove heap-related macros and switch to generic min_heap"
Kuan-Wei Chiu
1
-40
/
+29
2025-06-06
Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+0
2025-05-27
bcache: remove unused constants
Robert Pang
1
-2
/
+0
2025-05-11
sort.h: hoist cmp_int() into generic header file
Fedor Pchelkin
1
-2
/
+1
2024-06-24
bcache: remove heap-related macros and switch to generic min_heap
Kuan-Wei Chiu
1
-29
/
+40
2024-05-28
bcache: allow allocator to invalidate bucket in gc
Dongsheng Yang
1
-1
/
+6
2024-05-08
bcache: fix variable length array abuse in btree_iter
Matthew Mirvish
1
-19
/
+21
2023-12-02
Merge tag 'block-6.7-2023-12-01' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-12-02
Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-7
/
+7
2023-11-24
bcache: revert replacing IS_ERR_OR_NULL with IS_ERR
Markus Weippert
1
-1
/
+1
2023-11-24
closures: CLOSURE_CALLBACK() to fix type punning
Kent Overstreet
1
-7
/
+7
2023-11-20
bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
Coly Li
1
-0
/
+7
2023-11-20
bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()
Coly Li
1
-1
/
+1
2023-11-20
bcache: check return value from btree_node_alloc_replacement()
Coly Li
1
-0
/
+2
2023-10-04
bcache: dynamically allocate the md-bcache shrinker
Qi Zheng
1
-11
/
+16
2023-06-27
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+22
2023-06-15
bcache: fixup btree_cache_wait list damage
Mingzhe Zou
1
-1
/
+10
2023-06-15
bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent
Zheng Wang
1
-1
/
+3
2023-06-15
bcache: Remove unnecessary NULL point check in node allocations
Zheng Wang
1
-5
/
+5
2023-05-24
bcache: Convert to lock_cmp_fn
Kent Overstreet
1
-1
/
+22
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
1
-1
/
+1
2022-05-27
bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...
Coly Li
1
-0
/
+1
2022-05-24
bcache: improve multithreaded bch_btree_check()
Coly Li
1
-32
/
+26
2022-03-06
bcache: fixup multiple threads crash
Mingzhe Zou
1
-2
/
+4
2021-11-08
bcache: Revert "bcache: use bvec_virt"
Coly Li
1
-1
/
+1
2021-10-20
bcache: remove bch_crc64_update
Christoph Hellwig
1
-1
/
+1
2021-08-16
bcache: use bvec_virt
Christoph Hellwig
1
-1
/
+1
2021-04-11
bcache: remove PTR_CACHE
Christoph Hellwig
1
-2
/
+2
2021-02-10
bcache: Give btree_io_wq correct semantics again
Kai Krakow
1
-1
/
+1
2021-02-10
Revert "bcache: Kill btree_io_wq"
Kai Krakow
1
-2
/
+19
2020-10-02
bcache: remove embedded struct cache_sb from struct cache_set
Coly Li
1
-8
/
+9
2020-10-02
bcache: only use block_bytes() on struct cache
Coly Li
1
-12
/
+12
2020-10-02
bcache: remove for_each_cache()
Coly Li
1
-56
/
+47
2020-10-02
bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
Coly Li
1
-1
/
+1
2020-10-02
bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()
Dongsheng Yang
1
-1
/
+1
2020-07-25
bcache: handle cache set verify_ondisk properly for bucket size > 8MB
Coly Li
1
-2
/
+10
2020-07-25
bcache: allocate meta data pages as compound pages
Coly Li
1
-1
/
+1
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
1
-1
/
+1
2020-06-14
bcache: fix potential deadlock problem in btree_gc_coalesce
Zhiqiang Liu
1
-2
/
+6
2020-05-27
bcache: Convert pr_<level> uses to a more typical style
Joe Perches
1
-7
/
+7
2020-05-27
bcache: remove redundant variables i and n
Colin Ian King
1
-2
/
+0
2020-03-22
bcache: optimize barrier usage for atomic operations
Coly Li
1
-3
/
+3
2020-03-22
bcache: make bch_btree_check() to be multithreaded
Coly Li
1
-3
/
+166
2020-03-22
bcache: add bcache_ prefix to btree_root() and btree() macros
Coly Li
1
-7
/
+8
2020-03-22
bcache: move macro btree() and btree_root() into btree.h
Coly Li
1
-59
/
+1
2020-03-02
Revert "bcache: ignore pending signals when creating gc and allocator thread"
Jens Axboe
1
-13
/
+0
[next]