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