summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-16block, bfq: Fix division by zero error on zero wsumColin Ian King
2023-04-16fault-inject: fix build error when FAULT_INJECTION_CONFIGFS=y and CONFIGFS_FS=mAkinobu Mita
2023-04-16block: store bdev->bd_disk->fops->submit_bio state in bdevJens Axboe
2023-04-16block: re-arrange the struct block_device fields for better layoutJens Axboe
2023-04-14Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe
2023-04-14Merge tag 'nvme-6.4-2023-04-14' of git://git.infradead.org/nvme into for-6.4/...Jens Axboe
2023-04-14md/raid5: remove unused working_disks variableTom Rix
2023-04-14md/raid10: don't call bio_start_io_acct twice for bio which experienced read ...Yu Kuai
2023-04-14md/raid10: fix memleak of md threadYu Kuai
2023-04-14md/raid10: fix memleak for 'conf->bio_split'Yu Kuai
2023-04-14md/raid10: fix leak of 'r10bio->remaining' for recoveryYu Kuai
2023-04-13md/raid10: don't BUG_ON() in raise_barrier()Yu Kuai
2023-04-13md: fix soft lockup in status_resyncYu Kuai
2023-04-13md: add error_handlers for raid0 and linearMariusz Tkaczyk
2023-04-13md: Use optimal I/O size for last bitmap pageJon Derrick
2023-04-13md: Fix types in sb writerJon Derrick
2023-04-13md: Move sb writer loop to its own functionJon Derrick
2023-04-13md/raid10: Fix typo in comment (replacment -> replacement)Jiangshan Yi
2023-04-13md: make kobj_type structures constantThomas Weißschuh
2023-04-13md/raid10: fix null-ptr-deref in raid10_sync_requestLi Nan
2023-04-13md/raid10: fix task hung in raid10dLi Nan
2023-04-13block: null_blk: make fault-injection dynamically configurable per deviceAkinobu Mita
2023-04-13fault-inject: allow configuration via configfsAkinobu Mita
2023-04-13blk-mq: remove __blk_mq_run_hw_queueChristoph Hellwig
2023-04-13blk-mq: move the !async handling out of __blk_mq_delay_run_hw_queueChristoph Hellwig
2023-04-13blk-mq: move the blk_mq_hctx_stopped check in __blk_mq_delay_run_hw_queueChristoph Hellwig
2023-04-13blk-mq: remove the blk_mq_hctx_stopped check in blk_mq_run_work_fnChristoph Hellwig
2023-04-13blk-mq: cleanup __blk_mq_sched_dispatch_requestsChristoph Hellwig
2023-04-13blk-mq: pass a flags argument to blk_mq_add_to_requeue_listChristoph Hellwig
2023-04-13blk-mq: pass a flags argument to elevator_type->insert_requestsChristoph Hellwig
2023-04-13blk-mq: pass a flags argument to blk_mq_request_bypass_insertChristoph Hellwig
2023-04-13blk-mq: pass a flags argument to blk_mq_insert_requestChristoph Hellwig
2023-04-13blk-mq: don't kick the requeue_list in blk_mq_add_to_requeue_listChristoph Hellwig
2023-04-13blk-mq: don't run the hw_queue from blk_mq_request_bypass_insertChristoph Hellwig
2023-04-13blk-mq: don't run the hw_queue from blk_mq_insert_requestChristoph Hellwig
2023-04-13blk-mq: fold __blk_mq_try_issue_directly into its two callersChristoph Hellwig
2023-04-13blk-mq: factor out a blk_mq_get_budget_and_tag helperChristoph Hellwig
2023-04-13blk-mq: refactor the DONTPREP/SOFTBARRIER andling in blk_mq_requeue_workChristoph Hellwig
2023-04-13blk-mq: refactor passthrough vs flush handling in blk_mq_insert_requestChristoph Hellwig
2023-04-13blk-mq: remove blk_flush_queue_rqChristoph Hellwig
2023-04-13blk-mq: fold __blk_mq_insert_req_list into blk_mq_insert_requestChristoph Hellwig
2023-04-13blk-mq: fold __blk_mq_insert_request into blk_mq_insert_requestChristoph Hellwig
2023-04-13blk-mq: move blk_mq_sched_insert_request to blk-mq.cChristoph Hellwig
2023-04-13blk-mq: fold blk_mq_sched_insert_requests into blk_mq_dispatch_plug_listChristoph Hellwig
2023-04-13blk-mq: move more logic into blk_mq_insert_requestsChristoph Hellwig
2023-04-13blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig
2023-04-13blk-mq: remove blk-mq-tag.hChristoph Hellwig
2023-04-13blk-mq: don't plug for head insertions in blk_execute_rq_nowaitChristoph Hellwig
2023-04-13blk-throttle: only enable blk-stat when BLK_DEV_THROTTLING_LOWChengming Zhou
2023-04-13blk-stat: fix QUEUE_FLAG_STATS clearChengming Zhou