summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/writeback.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcache: fixup btree_cache_wait list damageMingzhe Zou2023-06-151-0/+10
* block: remove bio_set_op_attrsChristoph Hellwig2022-12-071-2/+2
* bcache: fix set_at_max_writeback_rate() for multiple attached devicesColy Li2022-09-191-21/+52
* bcache: remove unnecessary flush_workqueueLi Lei2022-09-191-3/+2
* bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()Coly Li2022-05-281-10/+21
* bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...Coly Li2022-05-271-0/+1
* bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()Coly Li2022-05-241-28/+13
* bcache: improve multithreaded bch_sectors_dirty_init()Coly Li2022-05-241-37/+25
* bcache: fixup multiple threads crashMingzhe Zou2022-03-061-2/+4
* bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharingMingzhe Zou2022-03-061-4/+7
* block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-021-2/+2
* bcache: remove bdev_sectorsChristoph Hellwig2021-10-181-1/+1
* bcache: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2021-04-111-3/+3
* bcache: remove PTR_CACHEChristoph Hellwig2021-04-111-3/+2
* bcache: consider the fragmentation when update the writeback ratedongdong tao2021-02-101-0/+42
* bcache: fix race between setting bdev state to none and new write request dir...Dongsheng Yang2020-12-071-0/+9
* bcache: remove embedded struct cache_sb from struct cache_setColy Li2020-10-021-1/+1
* bcache: fix overflow in offset_to_stripe()Coly Li2020-07-251-5/+9
* bcache: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-07-251-4/+2
* bcache: writeback: Remove unneeded variable iXu Wang2020-07-251-2/+0
* bcache: Convert pr_<level> uses to a more typical styleJoe Perches2020-05-271-3/+3
* bcache: optimize barrier usage for atomic operationsColy Li2020-03-221-3/+3
* bcache: optimize barrier usage for Rmw atomic bitopsDavidlohr Bueso2020-03-221-3/+3
* bcache: make bch_sectors_dirty_init() to be multithreadedColy Li2020-03-221-3/+155
* bcache: add idle_max_writeback_rate sysfs interfaceColy Li2019-11-131-0/+4
* bcache: fix potential deadlock in cached_def_free()Coly Li2019-06-281-0/+4
* bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_threadColy Li2019-06-281-0/+1
* bcache: don't set max writeback rate if gc is runningColy Li2019-06-281-0/+3
* bcache: option to automatically run gc thread after writebackColy Li2018-12-131-0/+27
* bcache: do not mark writeback_running too earlyShenghui Wang2018-12-131-1/+2
* bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai2018-08-221-1/+3
* bcache: fix code comments styleColy Li2018-08-111-1/+2
* bcache: style fixes for lines over 80 charactersColy Li2018-08-111-2/+5
* bcache: style fix to add a blank line after declarationsColy Li2018-08-111-0/+1
* bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-111-9/+10
* bcache: set max writeback rate when I/O request is idleColy Li2018-08-091-30/+61
* bcache: fix I/O significant decline while backend devices registeringTang Junhui2018-07-271-3/+26
* bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui2018-07-271-1/+4
* bcache: count backing device I/O error for writeback I/OColy Li2018-05-031-1/+3
* bcache: add backing_request_endio() for bi_end_ioColy Li2018-03-191-0/+1
* bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-191-9/+28
* bcache: stop dc->writeback_rate_update properlyColy Li2018-03-191-1/+28
* bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li2018-03-191-3/+17
* bcache: fix cached_dev->count usage for bch_cache_set_error()Coly Li2018-03-191-3/+8
* bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li2018-02-071-1/+1
* bcache: properly set task state in bch_writeback_thread()Coly Li2018-02-071-2/+5
* bcache: fix writeback target calc on large devicesMichael Lyle2018-01-081-4/+27
* bcache: fix misleading error message in bch_count_io_errors()Coly Li2018-01-081-1/+3
* bcache: allow quick writeback when backing idleMichael Lyle2018-01-081-0/+21
* bcache: writeback: properly order backing device IOMichael Lyle2018-01-081-0/+29