summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* 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/+30Star
* 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-191-3/+3
| * bcache: Reduce the number of sparse complaints about lock imbalancesBart Van Assche2018-03-191-0/+2
| * bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche2018-03-192-3/+3
| * bcache: Remove an unused variableBart Van Assche2018-03-191-2/+0Star
| * bcache: Fix kernel-doc warningsBart Van Assche2018-03-194-15/+14Star
| * bcache: Annotate switch fall-throughBart Van Assche2018-03-191-0/+7
| * bcache: Add __printf annotation to __bch_check_keys()Bart Van Assche2018-03-191-2/+3
| * bcache: Fix indentationBart Van Assche2018-03-192-2/+2
| * bcache: add io_disable to struct cached_devColy Li2018-03-195-3/+67
| * bcache: add backing_request_endio() for bi_end_ioColy Li2018-03-193-16/+79
| * bcache: move closure debug file into debug directoryChengguang Xu2018-03-194-15/+16
| * bcache: fix using of loop variable in memory shrinkTang Junhui2018-03-191-3/+6
| * bcache: fix error return value in memory shrinkTang Junhui2018-03-191-1/+1
| * bcache: fix incorrect sysfs output value of strip sizeTang Junhui2018-03-191-1/+1
| * bcache: fix inaccurate io state for detached bcache devicesTang Junhui2018-03-191-7/+51
| * bcache: add stop_when_cache_set_failed option to backing deviceColy Li2018-03-193-10/+94
| * bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-1910-30/+116
| * bcache: stop dc->writeback_rate_update properlyColy Li2018-03-194-10/+69
| * bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li2018-03-191-3/+17
| * bcache: fix cached_dev->count usage for bch_cache_set_error()Coly Li2018-03-193-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
* bcache: add journal statisticTang Junhui2018-02-073-0/+24
* bcache: closures: move control bits one bit rightMichael Lyle2018-01-091-4/+4
* bcache: fix writeback target calc on large devicesMichael Lyle2018-01-082-4/+34
* bcache: fix misleading error message in bch_count_io_errors()Coly Li2018-01-084-7/+16
* bcache: reduce cache_set devices iteration by devices_max_usedColy Li2018-01-084-5/+9
* bcache: fix unmatched generic_end_io_acct() & generic_start_io_acct()Zhai Zhaoxuan2018-01-081-2/+2
* bcache: mark closure_sync() __schedKent Overstreet2018-01-081-1/+2
* bcache: Fix, improve efficiency of closure_sync()Kent Overstreet2018-01-082-60/+46Star
* bcache: allow quick writeback when backing idleMichael Lyle2018-01-083-0/+29
* bcache: writeback: properly order backing device IOMichael Lyle2018-01-082-0/+37
* bcache: fix wrong return value in bch_debug_init()Tang Junhui2018-01-084-47/+87