summaryrefslogtreecommitdiffstats
path: root/block/mq-deadline.c
AgeCommit message (Expand)Author
2021-09-15block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei
2021-08-26Revert "block/mq-deadline: Prioritize high-priority requests"Jens Axboe
2021-08-24mq-deadline: Fix request accountingBart Van Assche
2021-08-11Revert "block/mq-deadline: Add cgroup support"Tejun Heo
2021-06-21block/mq-deadline: Add cgroup supportBart Van Assche
2021-06-21block/mq-deadline: Track I/O statisticsBart Van Assche
2021-06-21block/mq-deadline: Add I/O priority supportBart Van Assche
2021-06-21block/mq-deadline: Micro-optimize the batching algorithmBart Van Assche
2021-06-21block/mq-deadline: Reserve 25% of scheduler tags for synchronous requestsBart Van Assche
2021-06-21block/mq-deadline: Improve the sysfs show and store macrosBart Van Assche
2021-06-21block/mq-deadline: Improve compile-time argument checkingBart Van Assche
2021-06-21block/mq-deadline: Rename dd_init_queue() and dd_exit_queue()Bart Van Assche
2021-06-21block/mq-deadline: Remove two local variablesBart Van Assche
2021-06-21block/mq-deadline: Add two lockdep_assert_held() statementsBart Van Assche
2021-06-21block/mq-deadline: Add several commentsBart Van Assche
2021-05-11kyber: fix out of bounds access when preemptedOmar Sandoval
2021-04-16bfq/mq-deadline: remove redundant check for passthrough requestLin Feng
2021-02-22block: get rid of the trace rq insert wrapperChaitanya Kulkarni
2021-01-24Revert "blk-mq, elevator: Count requests per hctx to improve performance"Jan Kara
2020-09-03blk-mq, elevator: Count requests per hctx to improve performanceKashyap Desai
2020-05-29blk-mq: remove the bio argument to ->prepare_requestChristoph Hellwig
2019-09-05block: Introduce elevator featuresDamien Le Moal
2019-09-03block: mq-deadline: Fix queue restart handlingDamien Le Moal
2019-07-15docs: block: convert to ReSTMauro Carvalho Chehab
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2018-12-17block: mq-deadline: Fix write completion handlingDamien Le Moal
2018-11-07block: get rid of MQ scheduler ops unionJens Axboe
2018-11-07block: remove dead elevator codeJens Axboe
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-03-01mq-deadline: Make sure to always unlock zonesDamien Le Moal
2018-01-06mq-deadline: make it clear that __dd_dispatch_request() works on all hw queuesJens Axboe
2018-01-05mq-deadline: Introduce zone locking supportDamien Le Moal
2018-01-05mq-deadline: Introduce dispatch helpersDamien Le Moal
2017-10-25mq-deadline: add 'deadline' as a name aliasJens Axboe
2017-08-29mq-deadline: Enable auto-loading when built as moduleBen Hutchings
2017-08-28block, scheduler: convert xxx_var_store to voidweiping zhang
2017-05-04mq-deadline: add debugfs attributesOmar Sandoval
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig
2017-02-03block: free merged request in the callerJens Axboe
2017-02-02blk-mq-sched: bypass the scheduler for flushes entirelyOmar Sandoval
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig
2017-01-27blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()Jens Axboe
2017-01-17mq-deadline: add blk-mq adaptation of the deadline IO schedulerJens Axboe