summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/writeback.h
AgeCommit message (Expand)AuthorLines
2022-05-24bcache: improve multithreaded bch_sectors_dirty_init()Coly Li-1/+1
2021-02-10bcache: consider the fragmentation when update the writeback ratedongdong tao-0/+4
2020-07-25bcache: fix overflow in offset_to_stripe()Coly Li-2/+17
2020-03-22bcache: make bch_sectors_dirty_init() to be multithreadedColy Li-0/+19
2019-02-09bcache: never writeback a discard operationDaniel Axtens-0/+3
2018-12-13bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li-2/+8
2018-12-13bcache: option to automatically run gc thread after writebackColy Li-0/+2
2018-08-11bcache: add identifier names to arguments of function definitionsColy Li-4/+5
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li-6/+6
2018-07-27bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui-19/+0
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