summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/writeback.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcache: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu2024-06-251-5/+8
* bcache: fix variable length array abuse in btree_iterMatthew Mirvish2024-05-091-5/+5
* Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-12-011-8/+8
|\
| * closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet2023-11-241-8/+8
* | bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up raceMingzhe Zou2023-11-201-1/+2
* | bcache: fixup lock c->root errorMingzhe Zou2023-11-201-3/+11
* | bcache: fixup init dirty data errorsMingzhe Zou2023-11-201-1/+4
* | bcache: remove redundant assignment to variable cur_idxColin Ian King2023-11-201-1/+1
|/
* 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