summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-153-3/+3
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-2/+2
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+4
* Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-0410-124/+131
|\
| * bcache: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-307-52/+37
| * bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko2018-05-281-35/+9
| * bcache: Move couple of functions to sysfs.cAndy Shevchenko2018-05-283-40/+35
| * bcache: Move couple of string arrays to sysfs.cAndy Shevchenko2018-05-283-20/+18
| * bcache: stop bcache device when backing device is offlineColy Li2018-05-282-0/+55
* | bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=nColy Li2018-05-171-1/+3
|/
* 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: add wait_for_kthread_stop() in bch_allocator_thread()Coly Li2018-05-031-1/+4
* bcache: count backing device I/O error for writeback I/OColy Li2018-05-031-1/+3
* 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-035-34/+30
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-0518-129/+556
|\
| * bcache: Fix a compiler warning in bcache_device_init()Bart Van Assche2018-03-181-3/+3
| * bcache: Reduce the number of sparse complaints about lock imbalancesBart Van Assche2018-03-181-0/+2
| * bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche2018-03-182-3/+3
| * bcache: Remove an unused variableBart Van Assche2018-03-181-2/+0
| * bcache: Fix kernel-doc warningsBart Van Assche2018-03-184-15/+14
| * bcache: Annotate switch fall-throughBart Van Assche2018-03-181-0/+7
| * bcache: Add __printf annotation to __bch_check_keys()Bart Van Assche2018-03-181-2/+3
| * bcache: Fix indentationBart Van Assche2018-03-182-2/+2
| * bcache: add io_disable to struct cached_devColy Li2018-03-185-3/+67
| * bcache: add backing_request_endio() for bi_end_ioColy Li2018-03-183-16/+79
| * bcache: move closure debug file into debug directoryChengguang Xu2018-03-184-15/+16
| * bcache: fix using of loop variable in memory shrinkTang Junhui2018-03-181-3/+6
| * bcache: fix error return value in memory shrinkTang Junhui2018-03-181-1/+1
| * bcache: fix incorrect sysfs output value of strip sizeTang Junhui2018-03-181-1/+1
| * bcache: fix inaccurate io state for detached bcache devicesTang Junhui2018-03-181-7/+51
| * bcache: add stop_when_cache_set_failed option to backing deviceColy Li2018-03-183-10/+94
| * bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-1810-30/+116
| * bcache: stop dc->writeback_rate_update properlyColy Li2018-03-184-10/+69
| * bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li2018-03-181-3/+17
| * bcache: fix cached_dev->count usage for bch_cache_set_error()Coly Li2018-03-183-6/+8
| * 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: fix kcrashes with fio in RAID5 backend devTang Junhui2018-02-271-1/+1
* 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-073-7/+11
* bcache: return attach error when no cache set existTang Junhui2018-02-071-2/+3
* bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li2018-02-073-2/+7
* bcache: fix for allocator and register thread raceTang Junhui2018-02-072-4/+18
* bcache: set error_limit correctlyColy Li2018-02-073-3/+4
* bcache: properly set task state in bch_writeback_thread()Coly Li2018-02-072-3/+8
* bcache: fix high CPU occupancy during journalTang Junhui2018-02-073-15/+36