summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+46
* 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
* bcache: segregate flash only volume write streamsTang Junhui2018-01-081-5/+14
* bcache: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2018-01-081-4/+1
* bcache: stop writeback thread after detachingTang Junhui2018-01-081-0/+6
* bcache: ret IOERR when read meets metadata errorRui Hua2018-01-081-0/+22
* block: move bio_alloc_pages() to bcacheMing Lei2018-01-067-5/+33
* bcache: comment on direct access to bvec tableMing Lei2018-01-062-0/+8
OpenPOWER on IntegriCloud