index
:
linux-stable.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.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
*
closures: fix a race on wakeup from closure_sync
Kent Overstreet
2019-10-05
1
-2
/
+8
*
bcache: fix race in btree_flush_write()
Coly Li
2019-09-16
3
-1
/
+36
*
bcache: add comments for mutex_lock(&b->write_lock)
Coly Li
2019-09-16
1
-0
/
+10
*
bcache: only clear BTREE_NODE_dirty bit when it is set
Coly Li
2019-09-16
1
-5
/
+6
*
bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_thread
Coly Li
2019-07-26
1
-0
/
+1
*
bcache: fix mistaken sysfs entry for io_error counter
Coly Li
2019-07-26
1
-2
/
+2
*
bcache: ignore read-ahead request failure on backing device
Coly Li
2019-07-26
1
-0
/
+12
*
bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"
Coly Li
2019-07-26
1
-1
/
+0
*
bcache: Revert "bcache: fix high CPU occupancy during journal"
Coly Li
2019-07-26
3
-36
/
+15
*
Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"
Coly Li
2019-07-26
1
-17
/
+0
*
bcache: fix potential deadlock in cached_def_free()
Coly Li
2019-07-26
2
-2
/
+4
*
bcache: avoid a deadlock in bcache_reboot()
Coly Li
2019-07-26
2
-1
/
+65
*
bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()
Coly Li
2019-07-26
1
-1
/
+1
*
bcache: acquire bch_register_lock later in cached_dev_free()
Coly Li
2019-07-26
1
-2
/
+2
*
bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()
Coly Li
2019-07-26
1
-0
/
+4
*
bcache: check CACHE_SET_IO_DISABLE in allocator code
Coly Li
2019-07-26
1
-0
/
+9
*
bcache: fix return value error in bch_journal_read()
Coly Li
2019-07-26
1
-1
/
+1
*
bcache: only set BCACHE_DEV_WB_RUNNING when cached device attached
Coly Li
2019-06-13
1
-1
/
+6
*
bcache: fix stack corruption by PRECEDING_KEY()
Coly Li
2019-06-13
2
-17
/
+33
*
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
[next]