summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/writeback.h
AgeCommit message (Expand)Author
2018-02-07bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li
2018-01-08bcache: fix writeback target calc on large devicesMichael Lyle
2018-01-08bcache: reduce cache_set devices iteration by devices_max_usedColy Li
2018-01-08bcache: fix wrong return value in bch_debug_init()Tang Junhui
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: convert cached_dev.count from atomic_t to refcount_tElena Reshetova
2017-10-16bcache: update bio->bi_opf bypass/writeback REQ_ flag hintsEric Wheeler
2017-09-07bcache: initialize dirty stripes in flash_dev_run()Tang Junhui
2017-09-06bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui
2016-11-01bcache: use op_is_sync to check for synchronous requestsChristoph Hellwig
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2015-12-30bcache: prevent crash on changing writeback_runningStefan Bader
2014-08-04bcache: fix uninterruptible sleep in writeback threadSlava Pestov
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-10bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet
2013-11-10bcache: Better full stripe scanningKent Overstreet
2013-11-10bcache: Convert writeback to a kthreadKent Overstreet
2013-11-10bcache: Stripe size isn't necessarily a power of twoKent Overstreet
2013-06-26bcache: Write out full stripesKent Overstreet
2013-06-26bcache: Track dirty data by stripeKent Overstreet