summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/super.c
AgeCommit message (Expand)Author
2019-06-28bcache: shrink btree node cache after bch_btree_check()Coly Li
2019-06-28bcache: fix potential deadlock in cached_def_free()Coly Li
2019-06-28bcache: acquire bch_register_lock later in cached_dev_free()Coly Li
2019-06-28bcache: acquire bch_register_lock later in cached_dev_detach_finish()Coly Li
2019-06-28bcache: avoid a deadlock in bcache_reboot()Coly Li
2019-06-28bcache: stop writeback kthread and kworker when bch_cached_dev_run() failedColy Li
2019-06-28bcache: add pendings_cleanup to stop pending bcache deviceColy Li
2019-06-28bcache: remove "XXX:" comment line from run_cache_set()Coly Li
2019-06-28bcache: improve error message in bch_cached_dev_run()Coly Li
2019-06-28bcache: add more error message in bch_cached_dev_attach()Coly Li
2019-06-28bcache: more detailed error message to bcache_device_link()Coly Li
2019-06-28bcache: add return value check to bch_cached_dev_run()Coly Li
2019-06-28bcache: add io error counting in write_bdev_super_endio()Coly Li
2019-06-28bcache: avoid flushing btree node in cache_set_flush() if io disabledColy Li
2019-06-28Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li
2019-06-28bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li
2019-04-30bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li
2019-04-24bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang
2019-04-24bcache: improve bcache_reboot()Coly Li
2019-04-24bcache: add comments for closure_fn to be called in closure_queue()Coly Li
2019-04-24bcache: Add comments for blkdev_put() in registration code pathColy Li
2019-04-24bcache: add error check for calling register_bdev()Coly Li
2019-04-24bcache: add comments for kobj release callback routineColy Li
2019-04-24bcache: add failure check to run_cache_set() for journal replayColy Li
2019-04-24bcache: fix a race between cache register and cacheset unregisterLiang Chen
2019-04-24bcache: use kmemdup_nul for CACHED_LABEL bufferGeliang Tang
2019-02-09bcache: fix indentation issue, remove tabs on a hunk of codeColin Ian King
2018-12-13bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li
2018-12-13bcache: add MODULE_DESCRIPTION informationColy Li
2018-12-13bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang
2018-10-08bcache: panic fix for making cache deviceDongbo Cao
2018-10-08bcache: split combined if-condition code into separate onesDongbo Cao
2018-10-08bcache: remove useless parameter of bch_debug_init()Dongbo Cao
2018-10-08bcache: recal cached_dev_sectors on detachShenghui Wang
2018-10-08bcache: correct dirty data statisticsTang Junhui
2018-10-08bcache: fix ioctl in flash deviceTang Junhui
2018-10-08bcache: account size of buckets used in uuid write to ca->meta_sectors_writtenShenghui Wang
2018-09-27bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang
2018-08-11bcache: add the missing comments for smp_mb()/smp_wmb()Coly Li
2018-08-11bcache: add missing SPDX headerColy Li
2018-08-11bcache: move open brace at end of function definitions to next lineColy Li
2018-08-11bcache: fix code comments styleColy Li
2018-08-11bcache: replace printk() by pr_*() routinesColy Li
2018-08-11bcache: style fixes for lines over 80 charactersColy Li
2018-08-11bcache: add identifier names to arguments of function definitionsColy Li
2018-08-11bcache: style fix to add a blank line after declarationsColy Li
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li
2018-08-09bcache: add a comment in super.cColy Li
2018-08-09bcache: do not check return value of debugfs_create_dir()Coly Li