summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/writeback.c
AgeCommit message (Expand)Author
2024-07-05bcache: fix variable length array abuse in btree_iterMatthew Mirvish
2023-12-20bcache: remove redundant assignment to variable cur_idxColin Ian King
2023-12-08bcache: fixup lock c->root errorMingzhe Zou
2023-12-08bcache: fixup init dirty data errorsMingzhe Zou
2023-12-08bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up raceMingzhe Zou
2023-07-27bcache: fixup btree_cache_wait list damageMingzhe Zou
2022-10-26bcache: fix set_at_max_writeback_rate() for multiple attached devicesColy Li
2022-07-02bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...Coly Li
2022-06-09bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()Coly Li
2022-06-09bcache: improve multithreaded bch_sectors_dirty_init()Coly Li
2022-04-08bcache: fixup multiple threads crashMingzhe Zou
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setColy Li
2020-07-25bcache: fix overflow in offset_to_stripe()Coly Li
2020-07-25bcache: Use struct_size() in kzalloc()Gustavo A. R. Silva
2020-07-25bcache: writeback: Remove unneeded variable iXu Wang
2020-05-27bcache: Convert pr_<level> uses to a more typical styleJoe Perches
2020-03-22bcache: optimize barrier usage for atomic operationsColy Li
2020-03-22bcache: optimize barrier usage for Rmw atomic bitopsDavidlohr Bueso
2020-03-22bcache: make bch_sectors_dirty_init() to be multithreadedColy Li
2019-11-13bcache: add idle_max_writeback_rate sysfs interfaceColy Li
2019-06-28bcache: fix potential deadlock in cached_def_free()Coly Li
2019-06-28bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_threadColy Li
2019-06-28bcache: don't set max writeback rate if gc is runningColy Li
2018-12-13bcache: option to automatically run gc thread after writebackColy Li
2018-12-13bcache: do not mark writeback_running too earlyShenghui Wang
2018-08-22bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai
2018-08-11bcache: fix code comments styleColy Li
2018-08-11bcache: style fixes for lines over 80 charactersColy Li
2018-08-11bcache: style fix to add a blank line after declarationsColy Li
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li
2018-07-27bcache: fix I/O significant decline while backend devices registeringTang Junhui
2018-07-27bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui
2018-05-03bcache: count backing device I/O error for writeback I/OColy Li
2018-03-18bcache: add backing_request_endio() for bi_end_ioColy Li
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li
2018-03-18bcache: stop dc->writeback_rate_update properlyColy Li
2018-03-18bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li
2018-03-18bcache: fix cached_dev->count usage for bch_cache_set_error()Coly Li
2018-02-07bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li
2018-02-07bcache: properly set task state in bch_writeback_thread()Coly Li
2018-01-08bcache: fix writeback target calc on large devicesMichael Lyle
2018-01-08bcache: fix misleading error message in bch_count_io_errors()Coly Li
2018-01-08bcache: allow quick writeback when backing idleMichael Lyle
2018-01-08bcache: writeback: properly order backing device IOMichael Lyle
2018-01-08bcache: fix wrong return value in bch_debug_init()Tang Junhui
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei
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-16bcache: rearrange writeback main thread ratelimitMichael Lyle