aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/writeback.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-13bcache: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-11-13bcache: drop discard sysfs interfaceColy Li1-2/+1
2025-09-09block: remove the bi_inline_vecs variable sized array from struct bioChristoph Hellwig1-3/+3
2025-09-09block: add a bio_init_inline helperChristoph Hellwig1-1/+1
2025-06-19Revert "bcache: remove heap-related macros and switch to generic min_heap"Kuan-Wei Chiu1-8/+5
2024-12-23block: Delete bio_set_prio()John Garry1-1/+1
2024-06-24bcache: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu1-5/+8
2024-05-08bcache: fix variable length array abuse in btree_iterMatthew Mirvish1-5/+5
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-8/+8
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet1-8/+8
2023-11-20bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up raceMingzhe Zou1-1/+2
2023-11-20bcache: fixup lock c->root errorMingzhe Zou1-3/+11
2023-11-20bcache: fixup init dirty data errorsMingzhe Zou1-1/+4
2023-11-20bcache: remove redundant assignment to variable cur_idxColin Ian King1-1/+1
2023-06-15bcache: fixup btree_cache_wait list damageMingzhe Zou1-0/+10
2022-12-07block: remove bio_set_op_attrsChristoph Hellwig1-2/+2
2022-09-19bcache: fix set_at_max_writeback_rate() for multiple attached devicesColy Li1-21/+52
2022-09-19bcache: remove unnecessary flush_workqueueLi Lei1-3/+2
2022-05-28bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()Coly Li1-10/+21
2022-05-27bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...Coly Li1-0/+1
2022-05-24bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()Coly Li1-27/+12
2022-05-24bcache: improve multithreaded bch_sectors_dirty_init()Coly Li1-36/+24
2022-03-06bcache: fixup multiple threads crashMingzhe Zou1-2/+4
2022-03-06bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharingMingzhe Zou1-4/+7
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig1-2/+2
2021-10-18bcache: remove bdev_sectorsChristoph Hellwig1-1/+1
2021-04-11bcache: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-3/+3
2021-04-11bcache: remove PTR_CACHEChristoph Hellwig1-3/+2
2021-02-10bcache: consider the fragmentation when update the writeback ratedongdong tao1-0/+42
2020-12-07bcache: fix race between setting bdev state to none and new write request dir...Dongsheng Yang1-0/+9
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setColy Li1-1/+1
2020-07-25bcache: fix overflow in offset_to_stripe()Coly Li1-5/+9
2020-07-25bcache: Use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2020-07-25bcache: writeback: Remove unneeded variable iXu Wang1-2/+0
2020-05-27bcache: Convert pr_<level> uses to a more typical styleJoe Perches1-3/+3
2020-03-22bcache: optimize barrier usage for atomic operationsColy Li1-3/+3
2020-03-22bcache: optimize barrier usage for Rmw atomic bitopsDavidlohr Bueso1-3/+3
2020-03-22bcache: make bch_sectors_dirty_init() to be multithreadedColy Li1-3/+155
2019-11-13bcache: add idle_max_writeback_rate sysfs interfaceColy Li1-0/+4
2019-06-28bcache: fix potential deadlock in cached_def_free()Coly Li1-0/+4
2019-06-28bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_threadColy Li1-0/+1
2019-06-28bcache: don't set max writeback rate if gc is runningColy Li1-0/+3
2018-12-13bcache: option to automatically run gc thread after writebackColy Li1-0/+27
2018-12-13bcache: do not mark writeback_running too earlyShenghui Wang1-1/+2
2018-08-22bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai1-1/+3
2018-08-11bcache: fix code comments styleColy Li1-1/+2
2018-08-11bcache: style fixes for lines over 80 charactersColy Li1-2/+5
2018-08-11bcache: style fix to add a blank line after declarationsColy Li1-0/+1
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li1-9/+10
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li1-30/+61
2018-07-27bcache: fix I/O significant decline while backend devices registeringTang Junhui1-2/+25
2018-07-27bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui1-1/+4
2018-05-03bcache: count backing device I/O error for writeback I/OColy Li1-1/+3
2018-03-18bcache: add backing_request_endio() for bi_end_ioColy Li1-0/+1
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li1-9/+28
2018-03-18bcache: stop dc->writeback_rate_update properlyColy Li1-1/+28
2018-03-18bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li1-3/+17
2018-03-18bcache: fix cached_dev->count usage for bch_cache_set_error()Coly Li1-3/+8
2018-02-07bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li1-1/+1
2018-02-07bcache: properly set task state in bch_writeback_thread()Coly Li1-2/+5
2018-01-08bcache: fix writeback target calc on large devicesMichael Lyle1-4/+27
2018-01-08bcache: fix misleading error message in bch_count_io_errors()Coly Li1-1/+3
2018-01-08bcache: allow quick writeback when backing idleMichael Lyle1-0/+21
2018-01-08bcache: writeback: properly order backing device IOMichael Lyle1-0/+29
2018-01-08bcache: fix wrong return value in bch_debug_init()Tang Junhui1-29/+73
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei1-1/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-45/+70
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-16bcache: rearrange writeback main thread ratelimitMichael Lyle1-1/+4
2017-10-16bcache: writeback rate shouldn't artifically clampMichael Lyle1-3/+4
2017-10-16bcache: smooth writeback rate controlMichael Lyle1-1/+1
2017-10-16bcache: implement PI controller for writeback rateMichael Lyle1-38/+51
2017-10-16bcache: don't write back data if reading it failedMichael Lyle1-6/+14
2017-09-07bcache: initialize dirty stripes in flash_dev_run()Tang Junhui1-4/+4
2017-09-06bcache: fix for gc and write-back raceTang Junhui1-2/+7
2017-09-06bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui1-1/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-3/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei1-3/+2
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang1-4/+1
2016-06-07bcache: use bio op accessorsMike Christie1-2/+2
2016-05-24bcache: bch_writeback_thread() is not freezableJiri Kosina1-3/+0
2015-12-30bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet1-7/+30
2015-08-13bcache: remove driver private bio splitting codeKent Overstreet1-2/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-5/+5
2014-08-04bcache: fix uninterruptible sleep in writeback threadSlava Pestov1-4/+10
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe1-28/+25
2013-12-16bcache: New writeback PD controllerKent Overstreet1-24/+23
2013-12-16bcache: Use uninterruptible sleep in writebackKent Overstreet1-2/+2
2013-12-16bcache: kthread don't set writeback task to INTERUPTIBLEStefan Priebe1-2/+0
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-3/+3
2013-11-10bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet1-3/+3
2013-11-10bcache: Better full stripe scanningKent Overstreet1-38/+56
2013-11-10bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet1-4/+2
2013-11-10bcache: Don't use op->insert_collisionKent Overstreet1-3/+4
2013-11-10bcache: Kill op->replaceKent Overstreet1-6/+4
2013-11-10bcache: Kill op->clKent Overstreet1-3/+2
2013-11-10bcache: Prune struct btree_opKent Overstreet1-5/+12
2013-11-10bcache: Add btree_map() functionsKent Overstreet1-23/+12
2013-11-10bcache: Convert writeback to a kthreadKent Overstreet1-197/+174
2013-11-10bcache: Move keylist out of btree_opKent Overstreet1-2/+5
2013-11-10bcache: Add explicit keylist arg to btree_insert()Kent Overstreet1-1/+1
2013-11-10bcache: Stripe size isn't necessarily a power of twoKent Overstreet1-16/+17
2013-09-24bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet1-2/+1
2013-09-24bcache: Fix a writeback performance regressionKent Overstreet1-22/+21
2013-07-01bcache: Use standard utility codeKent Overstreet1-3/+4
2013-06-26bcache: Write out full stripesKent Overstreet1-2/+42
2013-06-26bcache: Track dirty data by stripeKent Overstreet1-6/+34
2013-06-26bcache: Initialize sectors_dirty when attachingKent Overstreet1-0/+36
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet1-4/+6
2013-05-15bcache: Fix error handling in init codeKent Overstreet1-1/+1
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet1-3/+3
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+414