aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c
AgeCommit message (Expand)Author
2023-12-20bcache: avoid NULL checking to c->root in run_cache_set()Coly Li
2023-12-20bcache: avoid oversize memory allocation by small stripe_sizeColy Li
2023-08-11bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li
2023-08-11bcache: Remove unnecessary NULL point check in node allocationsZheng Wang
2021-09-22bcache: add proper error unwinding in bcache_device_initChristoph Hellwig
2020-10-01bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang
2020-08-21bcache: allocate meta data pages as compound pagesColy Li
2020-08-19bcache: fix super block seq numbers comparision in register_cache_set()Coly Li
2020-06-22bcache: fix refcount underflow in bcache_device_free()Coly Li
2020-02-24bcache: cached_dev_free needs to put the sb pageLiang Chen
2019-12-31bcache: fix deadlock in bcache_allocatorAndrea Righi
2019-12-31bcache: fix static checker warning in bcache_device_free()Coly Li
2019-12-05bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang
2019-11-24bcache: recal cached_dev_sectors on detachShenghui Wang
2019-11-24bcache: account size of buckets used in uuid write to ca->meta_sectors_writtenShenghui Wang
2019-10-01bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li
2019-07-26Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li
2019-07-26bcache: fix potential deadlock in cached_def_free()Coly Li
2019-07-26bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li
2019-07-26bcache: acquire bch_register_lock later in cached_dev_free()Coly Li
2019-05-31bcache: add failure check to run_cache_set() for journal replayColy Li
2019-05-31bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang
2019-05-22bcache: fix a race between cache register and cacheset unregisterLiang Chen
2018-11-13bcache: correct dirty data statisticsTang Junhui
2018-11-13bcache: fix ioctl in flash deviceTang Junhui
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
2018-07-27bcache: stop using the deprecated get_seconds()Arnd Bergmann
2018-07-27bcache: do not assign in if condition in bcache_device_init()Florian Schmaus
2018-07-27bcache: do not assign in if condition in bcache_init()Florian Schmaus
2018-07-27bcache: do not assign in if condition register_bcache()Florian Schmaus
2018-07-27bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko
2018-05-28bcache: stop bcache device when backing device is offlineColy Li
2018-05-03bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE setColy Li
2018-05-03bcache: set dc->io_disable to true in conditional_stop_bcache_device()Coly Li