summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2022-06-28blk-mq: rename blk_mq_sysfs_{,un}registerChristoph Hellwig3-6/+6
2022-06-28block: remove the extra gendisk reference in __blk_mq_register_devChristoph Hellwig1-3/+1
2022-06-28block: use default groups to register the queue attributesChristoph Hellwig1-6/+6
2022-06-28block: remove a superflous queue kobject referenceChristoph Hellwig1-5/+1
2022-06-28block: simplify blktrace sysfs attribute creationChristoph Hellwig4-11/+6
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-15/+0
2022-06-28block: simplify disk shutdownChristoph Hellwig6-56/+59
2022-06-28block: stop setting the nomerges flags in blk_cleanup_queueChristoph Hellwig1-3/+0
2022-06-28block: remove QUEUE_FLAG_DEADChristoph Hellwig2-8/+3
2022-06-27blk-mq: blk_mq_tag_busy is no need to return a valueLiu Song2-17/+11
2022-06-27block: Always initialize bio IO priority on submitJan Kara1-0/+3
2022-06-27block: Initialize bio priority earlierJan Kara1-2/+2
2022-06-27blk-ioprio: Convert from rqos policy to direct callJan Kara4-45/+23
2022-06-27blk-ioprio: Remove unneeded fieldJan Kara1-6/+3
2022-06-27block: Fix handling of tasks without ioprio in ioprio_get(2)Jan Kara1-7/+23
2022-06-27block: Make ioprio_best() staticJan Kara1-1/+1
2022-06-27block: Generalize get_current_ioprio() for any taskJan Kara1-0/+26
2022-06-27block: fix default IO priority handling againJan Kara2-2/+4
2022-06-27blk-mq: Don't disable preemption around __blk_mq_run_hw_queue().Sebastian Andrzej Siewior1-5/+1
2022-06-27block: bfq: Fix kernel-doc headersBart Van Assche2-2/+6
2022-06-27block: bfq: Remove an unused function definitionBart Van Assche1-2/+0
2022-06-27bfq: Remove useless code in bfq_lookup_next_entityGuoYong Zheng1-3/+0
2022-06-27block: move blk_queue_get_max_sectors to blk.hChristoph Hellwig1-0/+13
2022-06-27block: fold blk_max_size_offset into get_max_io_sizeChristoph Hellwig1-2/+7
2022-06-27block: cleanup variable naming in get_max_io_sizeChristoph Hellwig1-10/+8
2022-06-27block: open code blk_max_size_offset in blk_rq_get_max_sectorsChristoph Hellwig1-4/+5
2022-06-27block: Make blk_mq_get_sq_hctx() select the proper hardware queue typeBart Van Assche1-1/+1
2022-06-27block: Rename a blk_mq_map_queue() argumentBart Van Assche1-6/+6
2022-06-27blk-iocost: Simplify ioc_rqos_done()Bart Van Assche1-1/+1
2022-06-27block: Directly use ida_alloc()/free()Bo Liu2-3/+3
2022-06-27block: relax direct io memory alignmentKeith Busch2-2/+11
2022-06-27block/bounce: count bytes instead of sectorsKeith Busch1-3/+10
2022-06-27block/merge: count bytes instead of sectorsKeith Busch1-17/+24
2022-06-27block: add a helper function for dio alignmentKeith Busch1-6/+10
2022-06-27block: export dma_alignment attributeKeith Busch1-0/+7
2022-06-27block/bio: remove duplicate append pages codeKeith Busch1-60/+42
2022-06-27block: fix infinite loop for invalid zone appendKeith Busch1-3/+0
2022-06-23block: remove WARN_ON() from bd_link_disk_holderLi Nan1-4/+0
2022-06-21block: pop cached rq before potentially blocking rq_qos_throttle()Jens Axboe1-3/+8
2022-06-20block: remove queue from struct blk_independent_access_rangeDamien Le Moal1-1/+0
2022-06-17block: freeze the queue earlier in del_gendiskChristoph Hellwig1-2/+1
2022-06-17block: remove per-disk debugfs files in blk_unregister_queueChristoph Hellwig4-25/+8
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig6-22/+48
2022-06-17block: disable the elevator int del_gendiskChristoph Hellwig2-41/+11
2022-06-17block/bfq: Enable I/O statisticsBart Van Assche1-0/+3
2022-06-16blk-mq: don't clear flush_rq from tags->rqs[]Ming Lei1-2/+3
2022-06-16blk-mq: avoid to touch q->elevator without any protectionMing Lei5-17/+11
2022-06-16blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_noneMing Lei1-1/+3
2022-06-16block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche1-0/+2
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro1-1/+1