summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/writeback.h
AgeCommit message (Expand)AuthorLines
2018-03-18bcache: Fix indentationBart Van Assche-1/+1
2018-03-18bcache: fix cached_dev->count usage for bch_cache_set_error()Coly Li-2/+0
2018-02-07bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li-0/+3
2018-01-08bcache: fix writeback target calc on large devicesMichael Lyle-0/+7
2018-01-08bcache: reduce cache_set devices iteration by devices_max_usedColy Li-1/+1
2018-01-08bcache: fix wrong return value in bch_debug_init()Tang Junhui-0/+3
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-30bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova-1/+1
2017-10-16bcache: update bio->bi_opf bypass/writeback REQ_ flag hintsEric Wheeler-1/+3
2017-09-07bcache: initialize dirty stripes in flash_dev_run()Tang Junhui-1/+1
2017-09-06bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui-0/+19
2016-11-01bcache: use op_is_sync to check for synchronous requestsChristoph Hellwig-2/+1
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe-1/+1
2015-12-30bcache: prevent crash on changing writeback_runningStefan Bader-1/+2
2014-08-04bcache: fix uninterruptible sleep in writeback threadSlava Pestov-1/+2
2013-11-23block: Abstract out bvec iteratorKent Overstreet-1/+1
2013-11-10bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet-1/+1
2013-11-10bcache: Better full stripe scanningKent Overstreet-8/+13
2013-11-10bcache: Convert writeback to a kthreadKent Overstreet-3/+22
2013-11-10bcache: Stripe size isn't necessarily a power of twoKent Overstreet-3/+5
2013-06-26bcache: Write out full stripesKent Overstreet-0/+43
2013-06-26bcache: Track dirty data by stripeKent Overstreet-0/+21