summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-08-26Revert "block/mq-deadline: Prioritize high-priority requests"Jens Axboe1-37/+5
2021-08-25mq-deadline: Fix request accountingBart Van Assche1-5/+11
2021-08-18blk-mq: fix is_flush_rqMing Lei3-6/+7
2021-08-17blk-mq: fix kernel panic during iterating over flush requestMing Lei2-1/+8
2021-08-17blk-mq: don't grab rq's refcount in blk_mq_check_expired()Ming Lei1-25/+5
2021-08-13blk-mq: clear active_queues before clearing BLK_MQ_F_TAG_QUEUE_SHAREDYu Kuai1-2/+4
2021-08-11Revert "block/mq-deadline: Add cgroup support"Tejun Heo5-307/+14
2021-08-10blk-iocost: fix lockdep warning on blkcg->lockMing Lei1-4/+4
2021-08-07kyber: make trace_block_rq call consistent with documentationVincent Fu1-1/+1
2021-08-05block/partitions/ldm.c: Fix a kernel-doc warningBart Van Assche1-1/+1
2021-08-05blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai1-1/+5
2021-07-28block: delay freeing the gendiskChristoph Hellwig1-2/+1
2021-07-28blk-iocost: fix operation ordering in iocg_wake_fn()Tejun Heo1-5/+6
2021-07-28blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handlingJohn Garry1-13/+4
2021-07-07blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgsYu Kuai1-0/+15
2021-07-07block: fix the problem of io_ticks becoming smallerChunguang Xu1-1/+1
2021-07-01block: remove the bdgrab in blk_drop_partitionsChristoph Hellwig1-5/+1
2021-07-01block: grab a device refcount in disk_ueventChristoph Hellwig1-2/+2
2021-07-01block: check disk exist before trying to add partitionYufen Yu1-7/+16
2021-07-01block: return errors from blk_execute_rq()Keith Busch1-2/+5
2021-07-01block: support polling through blk_execute_rqKeith Busch1-1/+17
2021-07-01block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig4-7/+5
2021-07-01block: mark blk_mq_init_queue_data staticChristoph Hellwig1-2/+1
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds34-1757/+2911
2021-06-29block: fix discard request mergeMing Lei1-2/+6
2021-06-28block/mq-deadline: Remove a WARN_ON_ONCE() callBart Van Assche1-1/+0
2021-06-25blk-mq: update hctx->dispatch_busy in case of real schedulerMing Lei1-3/+0
2021-06-25blk: Fix lock inversion between ioc lock and bfqd lockJan Kara8-21/+41
2021-06-25bfq: Remove merged request already in bfq_requests_merged()Jan Kara1-28/+13
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig1-12/+10
2021-06-24block: move bdev_disk_changedChristoph Hellwig1-1/+54
2021-06-24block: add the events* attributes to disk_attrsChristoph Hellwig3-19/+10
2021-06-24block: move the disk events code to a separate fileChristoph Hellwig4-493/+491
2021-06-24block: fix trace completion for chained bioEdward Hsieh1-7/+6
2021-06-22block/partitions/msdos: Fix typo inidicator -> indicatorThomas Bracht Laumann Jespersen1-1/+1
2021-06-22block, bfq: reset waker pointer with shared queuesPaolo Valente1-2/+4
2021-06-22block, bfq: check waker only for queues with no in-flight I/OPaolo Valente1-8/+13
2021-06-22block, bfq: avoid delayed merge of async queuesPaolo Valente1-1/+7
2021-06-22block, bfq: boost throughput by extending queue-merging timesPietro Pedroni1-3/+13
2021-06-22block, bfq: consider also creation time in delayed stable mergePaolo Valente1-1/+3
2021-06-22block, bfq: fix delayed stable merge checkLuca Mariotti1-1/+1
2021-06-22block, bfq: let also stably merged queues enjoy weight raisingPaolo Valente1-1/+14
2021-06-22blk-wbt: make sure throttle is enabled properlyZhang Yi1-1/+5
2021-06-22blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...Zhang Yi2-2/+4
2021-06-22block/mq-deadline: Prioritize high-priority requestsBart Van Assche1-5/+37
2021-06-22block/mq-deadline: Add cgroup supportBart Van Assche5-14/+308
2021-06-22block/mq-deadline: Track I/O statisticsBart Van Assche1-0/+100
2021-06-22block/mq-deadline: Add I/O priority supportBart Van Assche1-114/+228
2021-06-22block/mq-deadline: Micro-optimize the batching algorithmBart Van Assche1-6/+5