index
:
Linux Stable
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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
bcache: make is_discard_enabled() static
Jens Axboe
2019-05-01
1
-1
/
+1
*
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
2019-04-30
1
-2
/
+1
*
bcache: clean up do_btree_node_write a bit
Christoph Hellwig
2019-04-30
1
-4
/
+5
*
bcache: remove redundant LIST_HEAD(journal) from run_cache_set()
Coly Li
2019-04-30
1
-1
/
+0
*
bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...
Shenghui Wang
2019-04-24
1
-0
/
+8
*
bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch o...
Shenghui Wang
2019-04-24
1
-1
/
+1
*
bcache: fix failure in journal relplay
Tang Junhui
2019-04-24
1
-4
/
+21
*
bcache: improve bcache_reboot()
Coly Li
2019-04-24
1
-2
/
+10
*
bcache: add comments for closure_fn to be called in closure_queue()
Coly Li
2019-04-24
1
-0
/
+6
*
bcache: Add comments for blkdev_put() in registration code path
Coly Li
2019-04-24
1
-0
/
+8
*
bcache: add error check for calling register_bdev()
Coly Li
2019-04-24
1
-6
/
+10
*
bcache: return error immediately in bch_journal_replay()
Coly Li
2019-04-24
1
-3
/
+6
*
bcache: add comments for kobj release callback routine
Coly Li
2019-04-24
1
-0
/
+4
*
bcache: add failure check to run_cache_set() for journal replay
Coly Li
2019-04-24
1
-5
/
+12
*
bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()
Coly Li
2019-04-24
1
-4
/
+7
*
bcache: move definition of 'int ret' out of macro read_bucket()
Coly Li
2019-04-24
1
-2
/
+3
*
bcache: fix a race between cache register and cacheset unregister
Liang Chen
2019-04-24
1
-1
/
+1
*
bcache: Clean up bch_get_congested()
George Spelvin
2019-04-24
3
-15
/
+28
*
bcache: use kmemdup_nul for CACHED_LABEL buffer
Geliang Tang
2019-04-24
1
-6
/
+4
*
bcache: avoid clang -Wunintialized warning
Arnd Bergmann
2019-04-24
1
-2
/
+3
*
bcache: fix inaccurate result of unused buckets
Guoju Fang
2019-04-24
1
-2
/
+0
*
bcache: fix crashes stopping bcache device before read miss done
Guoju Fang
2019-04-24
1
-5
/
+21
*
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
2019-02-15
1
-1
/
+2
*
bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
Ming Lei
2019-02-15
1
-1
/
+5
*
bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata
Coly Li
2019-02-09
1
-3
/
+4
*
bcache: fix input overflow to cache set sysfs file io_error_halflife
Coly Li
2019-02-09
1
-2
/
+11
*
bcache: fix input overflow to cache set io_error_limit
Coly Li
2019-02-09
1
-2
/
+1
*
bcache: fix input overflow to journal_delay_ms
Coly Li
2019-02-09
1
-1
/
+3
*
bcache: fix input overflow to writeback_rate_minimum
Coly Li
2019-02-09
1
-1
/
+3
*
bcache: fix potential div-zero error of writeback_rate_p_term_inverse
Coly Li
2019-02-09
1
-1
/
+3
*
bcache: fix potential div-zero error of writeback_rate_i_term_inverse
Coly Li
2019-02-09
1
-1
/
+3
*
bcache: fix input overflow to writeback_delay
Coly Li
2019-02-09
1
-1
/
+1
*
bcache: use sysfs_strtoul_bool() to set bit-field variables
Coly Li
2019-02-09
1
-8
/
+8
*
bcache: add sysfs_strtoul_bool() for setting bit-field variables
Coly Li
2019-02-09
1
-0
/
+10
*
bcache: fix input overflow to sequential_cutoff
Coly Li
2019-02-09
1
-1
/
+3
*
bcache: fix input integer overflow of congested threshold
Coly Li
2019-02-09
1
-4
/
+6
*
bcache: improve sysfs_strtoul_clamp()
Coly Li
2019-02-09
1
-3
/
+10
*
bcache: treat stale && dirty keys as bad keys
Tang Junhui
2019-02-09
1
-6
/
+7
*
bcache: fix indentation issue, remove tabs on a hunk of code
Colin Ian King
2019-02-09
1
-15
/
+15
*
bcache: export backing_dev_uuid via sysfs
Coly Li
2019-02-09
1
-0
/
+9
*
bcache: export backing_dev_name via sysfs
Coly Li
2019-02-09
1
-0
/
+8
*
bcache: not use hard coded memset size in bch_cache_accounting_clear()
Coly Li
2019-02-09
1
-1
/
+1
*
bcache: never writeback a discard operation
Daniel Axtens
2019-02-09
1
-0
/
+3
*
bcache: print number of keys in trace_bcache_journal_write
Guoju Fang
2018-12-13
1
-1
/
+1
*
bcache: set writeback_percent in a flexible range
Coly Li
2018-12-13
1
-1
/
+2
*
bcache: make cutoff_writeback and cutoff_writeback_sync tunable
Coly Li
2018-12-13
3
-2
/
+55
*
bcache: add MODULE_DESCRIPTION information
Coly Li
2018-12-13
1
-3
/
+4
*
bcache: option to automatically run gc thread after writeback
Coly Li
2018-12-13
4
-0
/
+52
*
bcache: introduce force_wake_up_gc()
Coly Li
2018-12-13
2
-15
/
+20
[next]