summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/super.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-24bcache: cached_dev_free needs to put the sb pageLiang Chen1-0/+3
2019-12-31bcache: fix deadlock in bcache_allocatorAndrea Righi1-6/+21
2019-12-31bcache: fix static checker warning in bcache_device_free()Coly Li1-8/+16
2019-12-05bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang1-2/+1
2019-11-24bcache: recal cached_dev_sectors on detachShenghui Wang1-0/+1
2019-11-24bcache: account size of buckets used in uuid write to ca->meta_sectors_writtenShenghui Wang1-0/+5
2019-10-01bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li1-1/+0
2019-07-26Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li1-17/+0
2019-07-26bcache: fix potential deadlock in cached_def_free()Coly Li1-2/+0
2019-07-26bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li1-1/+1
2019-07-26bcache: acquire bch_register_lock later in cached_dev_free()Coly Li1-2/+2
2019-05-31bcache: add failure check to run_cache_set() for journal replayColy Li1-5/+12
2019-05-31bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang1-0/+8
2019-05-22bcache: fix a race between cache register and cacheset unregisterLiang Chen1-1/+1
2018-11-13bcache: correct dirty data statisticsTang Junhui1-1/+2
2018-11-13bcache: fix ioctl in flash deviceTang Junhui1-4/+0
2018-09-27bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang1-0/+8
2018-08-12bcache: add the missing comments for smp_mb()/smp_wmb()Coly Li1-1/+1
2018-08-12bcache: add missing SPDX headerColy Li1-0/+1
2018-08-12bcache: move open brace at end of function definitions to next lineColy Li1-3/+6
2018-08-12bcache: fix code comments styleColy Li1-9/+13
2018-08-12bcache: replace printk() by pr_*() routinesColy Li1-2/+2
2018-08-12bcache: style fixes for lines over 80 charactersColy Li1-6/+12
2018-08-12bcache: add identifier names to arguments of function definitionsColy Li1-2/+2
2018-08-12bcache: style fix to add a blank line after declarationsColy Li1-1/+12
2018-08-12bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li1-17/+17
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li1-0/+4
2018-08-09bcache: add a comment in super.cColy Li1-0/+1
2018-08-09bcache: do not check return value of debugfs_create_dir()Coly Li1-1/+3
2018-07-27bcache: stop using the deprecated get_seconds()Arnd Bergmann1-6/+6
2018-07-27bcache: do not assign in if condition in bcache_device_init()Florian Schmaus1-5/+11
2018-07-27bcache: do not assign in if condition in bcache_init()Florian Schmaus1-3/+9
2018-07-27bcache: do not assign in if condition register_bcache()Florian Schmaus1-2/+6
2018-07-27bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui1-0/+2
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook1-2/+2
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-05-31bcache: convert to bioset_init()/mempool_init()Kent Overstreet1-24/+14
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko1-18/+0
2018-05-28bcache: stop bcache device when backing device is offlineColy Li1-0/+53
2018-05-03bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE setColy Li1-1/+1
2018-05-03bcache: set dc->io_disable to true in conditional_stop_bcache_device()Coly Li1-0/+14
2018-05-03bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()Coly Li1-0/+17
2018-05-03bcache: store disk name in struct cache and struct cached_devColy Li1-23/+21
2018-04-06Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-24/+136
2018-03-19bcache: Fix a compiler warning in bcache_device_init()Bart Van Assche1-3/+3
2018-03-19bcache: add io_disable to struct cached_devColy Li1-0/+21
2018-03-19bcache: add backing_request_endio() for bi_end_ioColy Li1-0/+1
2018-03-19bcache: move closure debug file into debug directoryChengguang Xu1-2/+1
2018-03-19bcache: add stop_when_cache_set_failed option to backing deviceColy Li1-10/+68
2018-03-19bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li1-1/+5