index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
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-12
bcache: fix indent by replacing blank by tabs
Coly Li
1
-2
/
+2
2018-08-12
bcache: style fixes for lines over 80 characters
Coly Li
1
-1
/
+4
2018-08-12
bcache: add identifier names to arguments of function definitions
Coly Li
1
-2
/
+4
2018-08-12
bcache: style fix to add a blank line after declarations
Coly Li
1
-0
/
+7
2018-08-12
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-16
docs: Fix some broken references
Mauro Carvalho Chehab
1
-1
/
+1
2018-05-31
bcache: convert to bioset_init()/mempool_init()
Kent Overstreet
1
-2
/
+2
2018-03-19
bcache: Fix kernel-doc warnings
Bart Van Assche
1
-1
/
+1
2018-03-19
bcache: Fix indentation
Bart Van Assche
1
-1
/
+1
2018-03-19
bcache: fix using of loop variable in memory shrink
Tang Junhui
1
-3
/
+6
2018-03-19
bcache: fix error return value in memory shrink
Tang Junhui
1
-1
/
+1
2018-03-19
bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
Coly Li
1
-3
/
+8
2018-02-07
bcache: fix for allocator and register thread race
Tang Junhui
1
-3
/
+6
2018-01-08
bcache: reduce cache_set devices iteration by devices_max_used
Coly Li
1
-1
/
+1
2018-01-08
bcache: Use PTR_ERR_OR_ZERO()
Vasyl Gomonovych
1
-4
/
+1
2018-01-06
block: move bio_alloc_pages() to bcache
Ming Lei
1
-1
/
+1
2018-01-06
bcache: comment on direct access to bvec table
Ming Lei
1
-0
/
+1
2017-11-25
bcache: check return value of register_shrinker
Michael Lyle
1
-1
/
+4
2017-11-15
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+10
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-31
bcache: update bucket_in_use in real time
Tang Junhui
1
-7
/
+10
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-3
/
+3
2017-03-02
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...
Ingo Molnar
1
-0
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-12-17
bcache: Make gc wakeup sane, remove set_task_state()
Kent Overstreet
1
-19
/
+20
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
1
-2
/
+2
2016-09-22
block: export bio_free_pages to other modules
Guoqing Jiang
1
-5
/
+1
2016-06-07
bcache: use bio op accessors
Mike Christie
1
-2
/
+2
2016-05-24
bcache: bch_gc_thread() is not freezable
Jiri Kosina
1
-2
/
+0
2015-12-31
bcache: Add a cond_resched() call to gc
Kent Overstreet
1
-0
/
+1
2015-12-31
bcache: fix a livelock when we cause a huge number of cache misses
Zheng Liu
1
-1
/
+3
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-5
/
+5
2014-08-05
bcache: try to set b->parent properly
Slava Pestov
1
-16
/
+21
2014-08-05
bcache: fix use-after-free in btree_gc_coalesce()
Slava Pestov
1
-0
/
+1
2014-08-05
bcache: fix crash in bcache_btree_node_alloc_fail tracepoint
Slava Pestov
1
-1
/
+1
2014-08-05
bcache: Allocate bounce buffers with GFP_NOWAIT
Kent Overstreet
1
-1
/
+1
2014-08-05
bcache: Make sure to pass GFP_WAIT to mempool_alloc()
Kent Overstreet
1
-1
/
+1
[next]