summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2024-09-25Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-09-13blk-mq: set the nr_integrity_segments from bioKeith Busch
2024-09-13blk-mq: unconditional nr_integrity_segmentsKeith Busch
2024-09-07blk-mq: add missing unplug trace eventKeith Busch
2024-08-29block: rework bio splittingChristoph Hellwig
2024-08-20softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos
2024-07-02block: Call .limit_depth() after .hctx has been setBart Van Assche
2024-06-28block: check bio alignment in blk_mq_submit_bioMing Lei
2024-06-20block: Pass blk_queue_get_max_sectors() a request pointerJohn Garry
2024-06-19block: move the poll flag to queue_limitsChristoph Hellwig
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig
2024-06-19block: freeze the queue in queue_attr_storeChristoph Hellwig
2024-06-14block: remove the blk_integrity_profile structureChristoph Hellwig
2024-05-23Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-21Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-17blk-mq: add helper for checking if one CPU is mapped to specified hctxMing Lei
2024-05-09block: support to account io_ticks preciselyYu Kuai
2024-05-02Use bdev_is_paritition() instead of open-coding itAl Viro
2024-05-01block: Improve zone write request completion handlingDamien Le Moal
2024-05-01block: Fix handling of non-empty flush write requests to zonesDamien Le Moal
2024-04-17block: Do not special-case plugging of zone write operationsDamien Le Moal
2024-04-17block: Remove BLK_STS_ZONE_RESOURCEDamien Le Moal
2024-04-17block: Implement zone append emulationDamien Le Moal
2024-04-17block: Introduce zone write pluggingDamien Le Moal
2024-04-17block: Introduce blk_zone_update_request_bio()Damien Le Moal
2024-04-17block: Remove req_bio_endio()Damien Le Moal
2024-04-01blk-mq: don't schedule block kworker on isolated CPUsMing Lei
2024-03-28block: Do not force full zone append completion in req_bio_endio()Damien Le Moal
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-02-28blk-mq: don't change nr_hw_queues and nr_maps for kdump kernelMing Lei
2024-02-24block/blk-mq: Don't complete locally if capacities are differentQais Yousef
2024-02-24block: io wait hang check helperKeith Busch
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig
2024-02-13block: pass a queue_limits argument to blk_alloc_queueChristoph Hellwig
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche
2024-02-05block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe
2024-02-05blk-mq: special case cached requests lessChristoph Hellwig
2024-02-05blk-mq: introduce a blk_mq_peek_cached_request helperChristoph Hellwig
2024-02-05blk-mq: move blk_mq_attempt_bio_merge out blk_mq_get_new_requestsChristoph Hellwig
2024-02-01block: Fix where bio IO priority gets setHongyu Jin
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-12block: ensure we hold a queue reference when using queue limitsJens Axboe
2024-01-12blk-mq: rename blk_mq_can_use_cached_rqChristoph Hellwig
2024-01-12blk-mq: fix IO hang from sbitmap wakeup raceMing Lei
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-10block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal