summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-061-4/+4
* bcache: check return value of register_shrinkerMichael Lyle2017-11-251-1/+4
* bcache: recover data from backing when data is cleanRui Hua2017-11-251-7/+6
* bcache: Fix building error on MIPSHuacai Chen2017-11-253-3/+3
* bcache: add a comment in journal bucket readingTang Junhui2017-11-251-0/+5
* md: Convert timers to use timer_setup()Kees Cook2017-11-151-5/+3
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-1512-111/+201
|\
| * bcache: explicitly destroy mutex while exitingLiang Chen2017-10-301-2/+4