summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* bcache: recal cached_dev_sectors on detachShenghui Wang2018-10-081-0/+1
* bcache: correct dirty data statisticsTang Junhui2018-10-081-1/+2
* bcache: fix ioctl in flash deviceTang Junhui2018-10-081-4/+0
* bcache: account size of buckets used in uuid write to ca->meta_sectors_writtenShenghui Wang2018-10-081-0/+5
* bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang2018-09-271-0/+8
* bcache: add the missing comments for smp_mb()/smp_wmb()Coly Li2018-08-111-1/+1
* bcache: add missing SPDX headerColy Li2018-08-111-0/+1
* bcache: move open brace at end of function definitions to next lineColy Li2018-08-111-3/+6
* bcache: fix code comments styleColy Li2018-08-111-9/+13
* bcache: replace printk() by pr_*() routinesColy Li2018-08-111-2/+2
* bcache: style fixes for lines over 80 charactersColy Li2018-08-111-6/+12
* bcache: add identifier names to arguments of function definitionsColy Li2018-08-111-2/+2
* bcache: style fix to add a blank line after declarationsColy Li2018-08-111-1/+12
* bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-111-17/+17
* bcache: set max writeback rate when I/O request is idleColy Li2018-08-091-0/+4
* bcache: add a comment in super.cColy Li2018-08-091-0/+1
* bcache: do not check return value of debugfs_create_dir()Coly Li2018-08-091-1/+3
* bcache: stop using the deprecated get_seconds()Arnd Bergmann2018-07-271-6/+6
* bcache: do not assign in if condition in bcache_device_init()Florian Schmaus2018-07-271-5/+11
* bcache: do not assign in if condition in bcache_init()Florian Schmaus2018-07-271-3/+9
* bcache: do not assign in if condition register_bcache()Florian Schmaus2018-07-271-2/+6
* bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui2018-07-271-0/+2
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-3/+4
* bcache: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-24/+14
* bcache: Move couple of string arrays to sysfs.cAndy Shevchenko2018-05-281-18/+0
* bcache: stop bcache device when backing device is offlineColy Li2018-05-281-0/+53
* bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE setColy Li2018-05-031-1/+1
* bcache: set dc->io_disable to true in conditional_stop_bcache_device()Coly Li2018-05-031-0/+14
* bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()Coly Li2018-05-031-0/+17
* bcache: store disk name in struct cache and struct cached_devColy Li2018-05-031-23/+21
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-24/+136
|\
| * bcache: Fix a compiler warning in bcache_device_init()Bart Van Assche2018-03-191-3/+3
| * bcache: add io_disable to struct cached_devColy Li2018-03-191-0/+21
| * bcache: add backing_request_endio() for bi_end_ioColy Li2018-03-191-0/+1
| * bcache: move closure debug file into debug directoryChengguang Xu2018-03-191-2/+1
| * bcache: add stop_when_cache_set_failed option to backing deviceColy Li2018-03-191-10/+68
| * bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-191-1/+5
| * bcache: stop dc->writeback_rate_update properlyColy Li2018-03-191-4/+34
| * bcache: fix cached_dev->count usage for bch_cache_set_error()Coly Li2018-03-191-1/+0
| * bcache: Use the blk_queue_flag_{set,clear}() functionsBart Van Assche2018-03-081-3/+3
* | bcache: don't attach backing with duplicate UUIDMichael Lyle2018-03-051-0/+11
* | bcache: fix crashes in duplicate cache device registerTang Junhui2018-03-051-6/+10
|/
* bcache: correct flash only vols (check all uuids)Coly Li2018-02-271-1/+1
* bcache: fix for data collapse after re-attaching an attached deviceTang Junhui2018-02-071-4/+6
* bcache: fix for allocator and register thread raceTang Junhui2018-02-071-1/+12
* bcache: set error_limit correctlyColy Li2018-02-071-1/+1