summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* 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-241-1/+4
* bcache: recover data from backing when data is cleanRui Hua2017-11-241-7/+6
* bcache: Fix building error on MIPSHuacai Chen2017-11-243-3/+3
* bcache: add a comment in journal bucket readingTang Junhui2017-11-241-0/+5
* md: Convert timers to use timer_setup()Kees Cook2017-11-141-5/+3
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-1412-111/+201
|\
| * bcache: explicitly destroy mutex while exitingLiang Chen2017-10-301-2/+4
| * bcache: fix wrong cache_misses statisticstang.junhui2017-10-301-1/+5
| * bcache: update bucket_in_use in real timeTang Junhui2017-10-304-8/+22
| * bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova2017-10-303-7/+8
| * bcache: only permit to recovery read error when cache device is cleanColy Li2017-10-301-1/+9
| * bcache: writeback rate clamping: make 32 bit safeMichael Lyle2017-10-161-2/+2
| * bcache: safeguard a dangerous addressing in closure_queueLiang Chen2017-10-161-0/+6
| * bcache: rearrange writeback main thread ratelimitMichael Lyle2017-10-161-1/+4
| * bcache: writeback rate shouldn't artifically clampMichael Lyle2017-10-163-6/+7
| * bcache: smooth writeback rate controlMichael Lyle2017-10-162-3/+9
| * bcache: implement PI controller for writeback rateMichael Lyle2017-10-163-52/+66
| * bcache: don't write back data if reading it failedMichael Lyle2017-10-161-6/+14
| * bcache: remove unused parameterYijing Wang2017-10-161-6/+6
| * bcache: update bio->bi_opf bypass/writeback REQ_ flag hintsEric Wheeler2017-10-162-1/+11
| * bcache: Remove redundant set_capacityYijing Wang2017-10-161-3/+0
| * bcache: rewrite multiple partitions supportColy Li2017-10-161-12/+25
| * bcache: fix a comments typo in bch_alloc_sectors()Coly Li2017-10-161-1/+1
| * bcache: check ca->alloc_thread initialized before wake up itColy Li2017-10-161-1/+2
| * bcache: Avoid nested function definitionPeter Foley2017-10-161-4/+6
OpenPOWER on IntegriCloud