summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/writeback.h
Commit message (Expand)AuthorAgeFilesLines
* bcache: never writeback a discard operationDaniel Axtens2019-02-091-0/+3
* bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li2018-12-131-2/+8
* bcache: option to automatically run gc thread after writebackColy Li2018-12-131-0/+2
* bcache: add identifier names to arguments of function definitionsColy Li2018-08-111-4/+5
* bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-111-6/+6
* bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui2018-07-271-19/+0Star
* bcache: Fix indentationBart Van Assche2018-03-191-1/+1
* bcache: fix cached_dev->count usage for bch_cache_set_error()Coly Li2018-03-191-2/+0Star
* bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li2018-02-071-0/+3
* bcache: fix writeback target calc on large devicesMichael Lyle2018-01-081-0/+7
* bcache: reduce cache_set devices iteration by devices_max_usedColy Li2018-01-081-1/+1
* bcache: fix wrong return value in bch_debug_init()Tang Junhui2018-01-081-0/+3
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-2/+4
|\
| * bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova2017-10-301-1/+1
| * bcache: update bio->bi_opf bypass/writeback REQ_ flag hintsEric Wheeler2017-10-161-1/+3
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* bcache: initialize dirty stripes in flash_dev_run()Tang Junhui2017-09-071-1/+1
* bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui2017-09-061-0/+19
* bcache: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-011-2/+1Star
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-1/+1
* bcache: prevent crash on changing writeback_runningStefan Bader2015-12-311-1/+2
* bcache: fix uninterruptible sleep in writeback threadSlava Pestov2014-08-051-1/+2
* block: Abstract out bvec iteratorKent Overstreet2013-11-241-1/+1
* bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet2013-11-111-1/+1
* bcache: Better full stripe scanningKent Overstreet2013-11-111-8/+13
* bcache: Convert writeback to a kthreadKent Overstreet2013-11-111-3/+22
* bcache: Stripe size isn't necessarily a power of twoKent Overstreet2013-11-111-3/+5
* bcache: Write out full stripesKent Overstreet2013-06-271-0/+43
* bcache: Track dirty data by stripeKent Overstreet2013-06-271-0/+21