index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
btree.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-02-13
bcache: ignore pending signals when creating gc and allocator thread
Coly Li
1
-0
/
+13
2020-01-23
bcache: reap from tail of c->btree_cache in bch_mca_scan()
Coly Li
1
-5
/
+5
2020-01-23
bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()
Coly Li
1
-3
/
+3
2020-01-23
bcache: remove member accessed from struct btree
Coly Li
1
-6
/
+2
2019-11-18
Revert "bcache: fix fifo index swapping condition in journal_pin_cmp()"
Jens Axboe
1
-26
/
+0
2019-11-13
bcache: at least try to shrink 1 node in bch_mca_scan()
Coly Li
1
-0
/
+2
2019-11-13
bcache: add code comments in bch_btree_leaf_dirty()
Coly Li
1
-0
/
+5
2019-11-13
bcache: fix a lost wake-up problem caused by mca_cannibalize_lock
Guoju Fang
1
-4
/
+8
2019-11-13
bcache: fix fifo index swapping condition in journal_pin_cmp()
Coly Li
1
-0
/
+26
2019-06-28
bcache: fix race in btree_flush_write()
Coly Li
1
-1
/
+27
2019-06-28
bcache: add comments for mutex_lock(&b->write_lock)
Coly Li
1
-0
/
+10
2019-06-28
bcache: only clear BTREE_NODE_dirty bit when it is set
Coly Li
1
-5
/
+6
2019-06-28
bcache: remove unncessary code in bch_btree_keys_init()
Coly Li
1
-0
/
+4
2019-04-30
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
1
-2
/
+1
2019-04-30
bcache: clean up do_btree_node_write a bit
Christoph Hellwig
1
-4
/
+5
2019-04-24
bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch o...
Shenghui Wang
1
-1
/
+1
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
1
-1
/
+2
2018-12-13
bcache: add comment for cache_set->fill_iter
Shenghui Wang
1
-0
/
+5
2018-10-08
bcache: fix miss key refill->end in writeback
Tang Junhui
1
-1
/
+1
2018-08-11
bcache: fix indent by replacing blank by tabs
Coly Li
1
-2
/
+2
2018-08-11
bcache: style fixes for lines over 80 characters
Coly Li
1
-1
/
+4
2018-08-11
bcache: add identifier names to arguments of function definitions
Coly Li
1
-2
/
+4
2018-08-11
bcache: style fix to add a blank line after declarations
Coly Li
1
-0
/
+7
2018-08-11
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
1
-25
/
+25
2018-08-09
bcache: avoid unncessary cache prefetch bch_btree_node_get()
Coly Li
1
-7
/
+7
2018-07-27
bcache: calculate the number of incremental GC nodes according to the total o...
Tang Junhui
1
-2
/
+35
2018-07-27
bcache: finish incremental GC
Tang Junhui
1
-1
/
+13
2018-06-15
docs: Fix some broken references
Mauro Carvalho Chehab
1
-1
/
+1
[next]