aboutsummaryrefslogtreecommitdiffstats
path: root/block/mq-deadline.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-14block/mq-deadline: Use the new blk_opf_t typeBart Van Assche1-2/+2
2022-06-16blk-mq: avoid to touch q->elevator without any protectionMing Lei1-0/+3
2022-05-13block/mq-deadline: Set the fifo_time member also if inserting at headBart Van Assche1-0/+1
2022-01-20block: fix async_depth sysfs interface for mq-deadlineJens Axboe1-2/+2
2021-10-18blk-mq: Stop using pointers for blk_mq_tags bitmap tagsJohn Garry1-1/+1
2021-10-18block/mq-deadline: Prioritize high-priority requestsBart Van Assche1-4/+73
2021-10-18block/mq-deadline: Stop using per-CPU countersBart Van Assche1-68/+56
2021-10-18block/mq-deadline: Add an invariant checkBart Van Assche1-6/+12
2021-10-18block/mq-deadline: Improve request accounting furtherBart Van Assche1-7/+10
2021-10-18block: move elevator.h to block/Christoph Hellwig1-1/+1
2021-09-02block/mq-deadline: Move dd_queued() to fix defined but not used warningGeert Uytterhoeven1-6/+6
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2021-08-26Revert "block/mq-deadline: Prioritize high-priority requests"Jens Axboe1-37/+5
2021-08-24mq-deadline: Fix request accountingBart Van Assche1-5/+11
2021-08-11Revert "block/mq-deadline: Add cgroup support"Tejun Heo1-0/+1130
2021-06-21block/mq-deadline: Add cgroup supportBart Van Assche1-1095/+0
2021-06-21block/mq-deadline: Track I/O statisticsBart Van Assche1-0/+100
2021-06-21block/mq-deadline: Add I/O priority supportBart Van Assche1-114/+228
2021-06-21block/mq-deadline: Micro-optimize the batching algorithmBart Van Assche1-6/+5
2021-06-21block/mq-deadline: Reserve 25% of scheduler tags for synchronous requestsBart Van Assche1-0/+55
2021-06-21block/mq-deadline: Improve the sysfs show and store macrosBart Van Assche1-37/+29
2021-06-21block/mq-deadline: Improve compile-time argument checkingBart Van Assche1-47/+49
2021-06-21block/mq-deadline: Rename dd_init_queue() and dd_exit_queue()Bart Van Assche1-4/+4
2021-06-21block/mq-deadline: Remove two local variablesBart Van Assche1-6/+2
2021-06-21block/mq-deadline: Add two lockdep_assert_held() statementsBart Van Assche1-0/+4
2021-06-21block/mq-deadline: Add several commentsBart Van Assche1-0/+18
2021-05-11kyber: fix out of bounds access when preemptedOmar Sandoval1-2/+1
2021-04-16bfq/mq-deadline: remove redundant check for passthrough requestLin Feng1-5/+2
2021-02-22block: get rid of the trace rq insert wrapperChaitanya Kulkarni1-1/+3
2021-01-24Revert "blk-mq, elevator: Count requests per hctx to improve performance"Jan Kara1-6/+0
2020-09-03blk-mq, elevator: Count requests per hctx to improve performanceKashyap Desai1-0/+6
2020-05-29blk-mq: remove the bio argument to ->prepare_requestChristoph Hellwig1-1/+1
2019-09-05block: Introduce elevator featuresDamien Le Moal1-0/+1
2019-09-03block: mq-deadline: Fix queue restart handlingDamien Le Moal1-10/+9
2019-07-15docs: block: convert to ReSTMauro Carvalho Chehab1-1/+1
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig1-2/+3
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig1-0/+1
2018-12-17block: mq-deadline: Fix write completion handlingDamien Le Moal1-1/+11
2018-11-07block: get rid of MQ scheduler ops unionJens Axboe1-1/+1
2018-11-07block: remove dead elevator codeJens Axboe1-1/+0
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-2/+1
2018-03-01mq-deadline: Make sure to always unlock zonesDamien Le Moal1-3/+13
2018-01-06mq-deadline: make it clear that __dd_dispatch_request() works on all hw queuesJens Axboe1-3/+8
2018-01-05mq-deadline: Introduce zone locking supportDamien Le Moal1-3/+86
2018-01-05mq-deadline: Introduce dispatch helpersDamien Le Moal1-8/+37
2017-10-25mq-deadline: add 'deadline' as a name aliasJens Axboe1-0/+1
2017-08-29mq-deadline: Enable auto-loading when built as moduleBen Hutchings1-0/+1
2017-08-28block, scheduler: convert xxx_var_store to voidweiping zhang1-5/+4
2017-05-04mq-deadline: add debugfs attributesOmar Sandoval1-0/+123
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig1-1/+1