index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
Age
Commit message (
Expand
)
Author
2020-06-25
bcache: fix potential deadlock problem in btree_gc_coalesce
Zhiqiang Liu
2020-06-22
bcache: fix refcount underflow in bcache_device_free()
Coly Li
2020-02-24
bcache: explicity type cast in bset_bkey_last()
Coly Li
2020-02-24
bcache: cached_dev_free needs to put the sb page
Liang Chen
2020-02-11
bcache: add readahead cache policy options via sysfs interface
Coly Li
2020-01-27
bcache: Fix an error code in bch_dump_read()
Dan Carpenter
2020-01-04
bcache: at least try to shrink 1 node in bch_mca_scan()
Coly Li
2019-12-31
bcache: fix deadlock in bcache_allocator
Andrea Righi
2019-12-31
bcache: fix static checker warning in bcache_device_free()
Coly Li
2019-12-05
bcache: do not mark writeback_running too early
Shenghui Wang
2019-12-05
bcache: do not check if debug dentry is ERR or NULL explicitly on remove
Shenghui Wang
2019-11-24
bcache: recal cached_dev_sectors on detach
Shenghui Wang
2019-11-24
bcache: account size of buckets used in uuid write to ca->meta_sectors_written
Shenghui Wang
2019-11-06
bcache: fix input overflow to writeback_rate_minimum
Coly Li
2019-10-05
closures: fix a race on wakeup from closure_sync
Kent Overstreet
2019-10-01
bcache: remove redundant LIST_HEAD(journal) from run_cache_set()
Coly Li
2019-09-16
bcache: fix race in btree_flush_write()
Coly Li
2019-09-16
bcache: add comments for mutex_lock(&b->write_lock)
Coly Li
2019-09-16
bcache: only clear BTREE_NODE_dirty bit when it is set
Coly Li
2019-09-16
bcache: treat stale && dirty keys as bad keys
Tang Junhui
2019-09-16
bcache: replace hard coded number with BUCKET_GC_GEN_MAX
Coly Li
2019-07-26
bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_thread
Coly Li
2019-07-26
bcache: fix mistaken sysfs entry for io_error counter
Coly Li
2019-07-26
bcache: ignore read-ahead request failure on backing device
Coly Li
2019-07-26
bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"
Coly Li
2019-07-26
bcache: Revert "bcache: fix high CPU occupancy during journal"
Coly Li
2019-07-26
Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"
Coly Li
2019-07-26
bcache: fix potential deadlock in cached_def_free()
Coly Li
2019-07-26
bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()
Coly Li
2019-07-26
bcache: acquire bch_register_lock later in cached_dev_free()
Coly Li
2019-07-26
bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()
Coly Li
2019-07-26
bcache: check CACHE_SET_IO_DISABLE in allocator code
Coly Li
2019-06-19
bcache: only set BCACHE_DEV_WB_RUNNING when cached device attached
Coly Li
2019-06-19
bcache: fix stack corruption by PRECEDING_KEY()
Coly Li
2019-05-31
bcache: avoid clang -Wunintialized warning
Arnd Bergmann
2019-05-31
bcache: add failure check to run_cache_set() for journal replay
Coly Li
2019-05-31
bcache: fix failure in journal relplay
Tang Junhui
2019-05-31
bcache: return error immediately in bch_journal_replay()
Coly Li
2019-05-31
bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...
Shenghui Wang
2019-05-22
bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()
Coly Li
2019-05-22
bcache: fix a race between cache register and cacheset unregister
Liang Chen
2019-04-05
bcache: fix potential div-zero error of writeback_rate_p_term_inverse
Coly Li
2019-04-05
bcache: improve sysfs_strtoul_clamp()
Coly Li
2019-04-05
bcache: fix potential div-zero error of writeback_rate_i_term_inverse
Coly Li
2019-04-05
bcache: fix input overflow to sequential_cutoff
Coly Li
2019-04-05
bcache: fix input overflow to cache set sysfs file io_error_halflife
Coly Li
2019-03-23
bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata
Coly Li
2019-03-23
bcache: never writeback a discard operation
Daniel Axtens
2018-11-13
bcache: Populate writeback_rate_minimum attribute
Ben Peddell
2018-11-13
bcache: fix miss key refill->end in writeback
Tang Junhui
[next]