summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c
Commit message (Expand)AuthorAgeFilesLines
* bcache: Revert "bcache: shrink btree node cache after bch_btree_check()"Coly Li2020-02-131-17/+0
* bcache: check return value of prio_read()Coly Li2020-02-011-5/+16
* bcache: use read_cache_page_gfp to read the superblockChristoph Hellwig2020-01-231-9/+7
* bcache: store a pointer to the on-disk sb in the cache and cached_dev structuresChristoph Hellwig2020-01-231-19/+15
* bcache: return a pointer to the on-disk sb from read_superChristoph Hellwig2020-01-231-11/+11
* bcache: transfer the sb_page reference to register_{bdev,cache}Christoph Hellwig2020-01-231-15/+6
* bcache: fix use-after-free in register_bcache()Coly Li2020-01-231-1/+2
* bcache: properly initialize 'path' and 'err' in register_bcache()Coly Li2020-01-231-1/+3
* bcache: rework error unwinding in register_bcacheChristoph Hellwig2020-01-231-30/+45
* bcache: use a separate data structure for the on-disk super blockChristoph Hellwig2020-01-231-3/+3
* bcache: cached_dev_free needs to put the sb pageLiang Chen2020-01-231-0/+3
* bcache: add idle_max_writeback_rate sysfs interfaceColy Li2019-11-131-0/+1
* bcache: fix deadlock in bcache_allocatorAndrea Righi2019-11-131-6/+21
* bcache: add more accurate error messages in read_super()Coly Li2019-11-131-1/+2
* bcache: fix static checker warning in bcache_device_free()Coly Li2019-11-131-8/+16
* bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang2019-11-131-0/+1
* bcache: fix possible memory leak in bch_cached_dev_run()Wei Yongjun2019-07-221-0/+3
* bcache: shrink btree node cache after bch_btree_check()Coly Li2019-06-281-0/+17
* bcache: fix potential deadlock in cached_def_free()Coly Li2019-06-281-2/+0
* bcache: acquire bch_register_lock later in cached_dev_free()Coly Li2019-06-281-2/+2
* bcache: acquire bch_register_lock later in cached_dev_detach_finish()Coly Li2019-06-281-1/+2
* bcache: avoid a deadlock in bcache_reboot()Coly Li2019-06-281-1/+39
* bcache: stop writeback kthread and kworker when bch_cached_dev_run() failedColy Li2019-06-281-0/+8
* bcache: add pendings_cleanup to stop pending bcache deviceColy Li2019-06-281-0/+55
* bcache: remove "XXX:" comment line from run_cache_set()Coly Li2019-06-281-1/+1
* bcache: improve error message in bch_cached_dev_run()Coly Li2019-06-281-2/+7
* bcache: add more error message in bch_cached_dev_attach()Coly Li2019-06-281-0/+4
* bcache: more detailed error message to bcache_device_link()Coly Li2019-06-281-3/+8
* bcache: add return value check to bch_cached_dev_run()Coly Li2019-06-281-7/+26
* bcache: add io error counting in write_bdev_super_endio()Coly Li2019-06-281-1/+3
* bcache: avoid flushing btree node in cache_set_flush() if io disabledColy Li2019-06-281-7/+11
* Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li2019-06-281-17/+0
* bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li2019-06-281-1/+1
* bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li2019-04-301-1/+0
* bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang2019-04-241-0/+8
* bcache: improve bcache_reboot()Coly Li2019-04-241-2/+10
* bcache: add comments for closure_fn to be called in closure_queue()Coly Li2019-04-241-0/+6
* bcache: Add comments for blkdev_put() in registration code pathColy Li2019-04-241-0/+8
* bcache: add error check for calling register_bdev()Coly Li2019-04-241-6/+10
* bcache: add comments for kobj release callback routineColy Li2019-04-241-0/+4
* bcache: add failure check to run_cache_set() for journal replayColy Li2019-04-241-5/+12
* bcache: fix a race between cache register and cacheset unregisterLiang Chen2019-04-241-1/+1
* bcache: use kmemdup_nul for CACHED_LABEL bufferGeliang Tang2019-04-241-6/+4
* bcache: fix indentation issue, remove tabs on a hunk of codeColin Ian King2019-02-091-15/+15
* bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li2018-12-131-0/+40
* bcache: add MODULE_DESCRIPTION informationColy Li2018-12-131-3/+4
* bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang2018-12-131-2/+1
* bcache: panic fix for making cache deviceDongbo Cao2018-10-081-0/+8
* bcache: split combined if-condition code into separate onesDongbo Cao2018-10-081-14/+76
* bcache: remove useless parameter of bch_debug_init()Dongbo Cao2018-10-081-1/+1