index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
super.c
Age
Commit message (
Expand
)
Author
2020-02-13
bcache: Revert "bcache: shrink btree node cache after bch_btree_check()"
Coly Li
2020-02-01
bcache: check return value of prio_read()
Coly Li
2020-01-23
bcache: use read_cache_page_gfp to read the superblock
Christoph Hellwig
2020-01-23
bcache: store a pointer to the on-disk sb in the cache and cached_dev structures
Christoph Hellwig
2020-01-23
bcache: return a pointer to the on-disk sb from read_super
Christoph Hellwig
2020-01-23
bcache: transfer the sb_page reference to register_{bdev,cache}
Christoph Hellwig
2020-01-23
bcache: fix use-after-free in register_bcache()
Coly Li
2020-01-23
bcache: properly initialize 'path' and 'err' in register_bcache()
Coly Li
2020-01-23
bcache: rework error unwinding in register_bcache
Christoph Hellwig
2020-01-23
bcache: use a separate data structure for the on-disk super block
Christoph Hellwig
2020-01-23
bcache: cached_dev_free needs to put the sb page
Liang Chen
2019-11-13
bcache: add idle_max_writeback_rate sysfs interface
Coly Li
2019-11-13
bcache: fix deadlock in bcache_allocator
Andrea Righi
2019-11-13
bcache: add more accurate error messages in read_super()
Coly Li
2019-11-13
bcache: fix static checker warning in bcache_device_free()
Coly Li
2019-11-13
bcache: fix a lost wake-up problem caused by mca_cannibalize_lock
Guoju Fang
2019-07-22
bcache: fix possible memory leak in bch_cached_dev_run()
Wei Yongjun
2019-06-28
bcache: shrink btree node cache after bch_btree_check()
Coly Li
2019-06-28
bcache: fix potential deadlock in cached_def_free()
Coly Li
2019-06-28
bcache: acquire bch_register_lock later in cached_dev_free()
Coly Li
2019-06-28
bcache: acquire bch_register_lock later in cached_dev_detach_finish()
Coly Li
2019-06-28
bcache: avoid a deadlock in bcache_reboot()
Coly Li
2019-06-28
bcache: stop writeback kthread and kworker when bch_cached_dev_run() failed
Coly Li
2019-06-28
bcache: add pendings_cleanup to stop pending bcache device
Coly Li
2019-06-28
bcache: remove "XXX:" comment line from run_cache_set()
Coly Li
2019-06-28
bcache: improve error message in bch_cached_dev_run()
Coly Li
2019-06-28
bcache: add more error message in bch_cached_dev_attach()
Coly Li
2019-06-28
bcache: more detailed error message to bcache_device_link()
Coly Li
2019-06-28
bcache: add return value check to bch_cached_dev_run()
Coly Li
2019-06-28
bcache: add io error counting in write_bdev_super_endio()
Coly Li
2019-06-28
bcache: avoid flushing btree node in cache_set_flush() if io disabled
Coly Li
2019-06-28
Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"
Coly Li
2019-06-28
bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()
Coly Li
2019-04-30
bcache: remove redundant LIST_HEAD(journal) from run_cache_set()
Coly Li
2019-04-24
bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...
Shenghui Wang
2019-04-24
bcache: improve bcache_reboot()
Coly Li
2019-04-24
bcache: add comments for closure_fn to be called in closure_queue()
Coly Li
2019-04-24
bcache: Add comments for blkdev_put() in registration code path
Coly Li
2019-04-24
bcache: add error check for calling register_bdev()
Coly Li
2019-04-24
bcache: add comments for kobj release callback routine
Coly Li
2019-04-24
bcache: add failure check to run_cache_set() for journal replay
Coly Li
2019-04-24
bcache: fix a race between cache register and cacheset unregister
Liang Chen
2019-04-24
bcache: use kmemdup_nul for CACHED_LABEL buffer
Geliang Tang
2019-02-09
bcache: fix indentation issue, remove tabs on a hunk of code
Colin Ian King
2018-12-13
bcache: make cutoff_writeback and cutoff_writeback_sync tunable
Coly Li
2018-12-13
bcache: add MODULE_DESCRIPTION information
Coly Li
2018-12-13
bcache: do not check if debug dentry is ERR or NULL explicitly on remove
Shenghui Wang
2018-10-08
bcache: panic fix for making cache device
Dongbo Cao
2018-10-08
bcache: split combined if-condition code into separate ones
Dongbo Cao
2018-10-08
bcache: remove useless parameter of bch_debug_init()
Dongbo Cao
[next]