summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
2018-02-07bcache: fix for data collapse after re-attaching an attached deviceTang Junhui
2018-02-07bcache: return attach error when no cache set existTang Junhui
2018-02-07bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li
2018-02-07bcache: fix for allocator and register thread raceTang Junhui
2018-02-07bcache: set error_limit correctlyColy Li
2018-02-07bcache: properly set task state in bch_writeback_thread()Coly Li
2018-02-07bcache: fix high CPU occupancy during journalTang Junhui
2018-02-07bcache: add journal statisticTang Junhui
2018-01-09bcache: closures: move control bits one bit rightMichael Lyle
2018-01-08bcache: fix writeback target calc on large devicesMichael Lyle
2018-01-08bcache: fix misleading error message in bch_count_io_errors()Coly Li
2018-01-08bcache: reduce cache_set devices iteration by devices_max_usedColy Li
2018-01-08bcache: fix unmatched generic_end_io_acct() & generic_start_io_acct()Zhai Zhaoxuan
2018-01-08bcache: mark closure_sync() __schedKent Overstreet
2018-01-08bcache: Fix, improve efficiency of closure_sync()Kent Overstreet
2018-01-08bcache: allow quick writeback when backing idleMichael Lyle
2018-01-08bcache: writeback: properly order backing device IOMichael Lyle
2018-01-08bcache: fix wrong return value in bch_debug_init()Tang Junhui
2018-01-08bcache: segregate flash only volume write streamsTang Junhui
2018-01-08bcache: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych
2018-01-08bcache: stop writeback thread after detachingTang Junhui
2018-01-08bcache: ret IOERR when read meets metadata errorRui Hua
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei
2018-01-06bcache: comment on direct access to bvec tableMing Lei
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei
2017-11-24bcache: check return value of register_shrinkerMichael Lyle
2017-11-24bcache: recover data from backing when data is cleanRui Hua
2017-11-24bcache: Fix building error on MIPSHuacai Chen
2017-11-24bcache: add a comment in journal bucket readingTang Junhui
2017-11-14md: Convert timers to use timer_setup()Kees Cook
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30bcache: explicitly destroy mutex while exitingLiang Chen
2017-10-30bcache: fix wrong cache_misses statisticstang.junhui
2017-10-30bcache: update bucket_in_use in real timeTang Junhui
2017-10-30bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova
2017-10-30bcache: only permit to recovery read error when cache device is cleanColy Li
2017-10-16bcache: writeback rate clamping: make 32 bit safeMichael Lyle
2017-10-16bcache: safeguard a dangerous addressing in closure_queueLiang Chen
2017-10-16bcache: rearrange writeback main thread ratelimitMichael Lyle
2017-10-16bcache: writeback rate shouldn't artifically clampMichael Lyle
2017-10-16bcache: smooth writeback rate controlMichael Lyle
2017-10-16bcache: implement PI controller for writeback rateMichael Lyle
2017-10-16bcache: don't write back data if reading it failedMichael Lyle
2017-10-16bcache: remove unused parameterYijing Wang
2017-10-16bcache: update bio->bi_opf bypass/writeback REQ_ flag hintsEric Wheeler
2017-10-16bcache: Remove redundant set_capacityYijing Wang
2017-10-16bcache: rewrite multiple partitions supportColy Li
2017-10-16bcache: fix a comments typo in bch_alloc_sectors()Coly Li
2017-10-16bcache: check ca->alloc_thread initialized before wake up itColy Li