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
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
2018-11-13
bcache: correct dirty data statistics
Tang Junhui
2018-11-13
bcache: fix ioctl in flash device
Tang Junhui
2018-11-13
bcache: trace missed reading by cache_missed
Tang Junhui
2018-09-27
bcache: add separate workqueue for journal_write to avoid deadlock
Guoju Fang
2018-08-22
bcache: release dc->writeback_lock properly in bch_writeback_thread()
Shan Hai
2018-08-22
Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-08-22
bcache: use routines from lib/crc64.c for CRC64 calculation
Coly Li
2018-08-11
bcache: add the missing comments for smp_mb()/smp_wmb()
Coly Li
2018-08-11
bcache: remove unnecessary space before ioctl function pointer arguments
Coly Li
2018-08-11
bcache: add missing SPDX header
Coly Li
2018-08-11
bcache: move open brace at end of function definitions to next line
Coly Li
2018-08-11
bcache: add static const prefix to char * array declarations
Coly Li
2018-08-11
bcache: fix code comments style
Coly Li
2018-08-11
bcache: do not check NULL pointer before calling kmem_cache_destroy
Coly Li
[next]