summaryrefslogtreecommitdiffstats
path: root/block/mq-deadline.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: Stop using pointers for blk_mq_tags bitmap tagsJohn Garry2021-10-181-1/+1
* block/mq-deadline: Prioritize high-priority requestsBart Van Assche2021-10-181-4/+73
* block/mq-deadline: Stop using per-CPU countersBart Van Assche2021-10-181-68/+56
* block/mq-deadline: Add an invariant checkBart Van Assche2021-10-181-6/+12
* block/mq-deadline: Improve request accounting furtherBart Van Assche2021-10-181-7/+10
* block: move elevator.h to block/Christoph Hellwig2021-10-181-1/+1
* block/mq-deadline: Move dd_queued() to fix defined but not used warningGeert Uytterhoeven2021-09-021-6/+6
* Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-0/+2
|\
* | Revert "block/mq-deadline: Prioritize high-priority requests"Jens Axboe2021-08-261-37/+5
* | mq-deadline: Fix request accountingBart Van Assche2021-08-241-5/+11
* | Revert "block/mq-deadline: Add cgroup support"Tejun Heo2021-08-111-0/+1130
|/
* block/mq-deadline: Add cgroup supportBart Van Assche2021-06-211-1095/+0
* block/mq-deadline: Track I/O statisticsBart Van Assche2021-06-211-0/+100
* block/mq-deadline: Add I/O priority supportBart Van Assche2021-06-211-114/+228
* block/mq-deadline: Micro-optimize the batching algorithmBart Van Assche2021-06-211-6/+5
* block/mq-deadline: Reserve 25% of scheduler tags for synchronous requestsBart Van Assche2021-06-211-0/+55
* block/mq-deadline: Improve the sysfs show and store macrosBart Van Assche2021-06-211-37/+29
* block/mq-deadline: Improve compile-time argument checkingBart Van Assche2021-06-211-47/+49
* block/mq-deadline: Rename dd_init_queue() and dd_exit_queue()Bart Van Assche2021-06-211-4/+4
* block/mq-deadline: Remove two local variablesBart Van Assche2021-06-211-6/+2
* block/mq-deadline: Add two lockdep_assert_held() statementsBart Van Assche2021-06-211-0/+4
* block/mq-deadline: Add several commentsBart Van Assche2021-06-211-0/+18
* kyber: fix out of bounds access when preemptedOmar Sandoval2021-05-111-2/+1
* bfq/mq-deadline: remove redundant check for passthrough requestLin Feng2021-04-161-5/+2
* block: get rid of the trace rq insert wrapperChaitanya Kulkarni2021-02-221-1/+3
* Revert "blk-mq, elevator: Count requests per hctx to improve performance"Jan Kara2021-01-241-6/+0
* blk-mq, elevator: Count requests per hctx to improve performanceKashyap Desai2020-09-031-0/+6
* blk-mq: remove the bio argument to ->prepare_requestChristoph Hellwig2020-05-291-1/+1
* block: Introduce elevator featuresDamien Le Moal2019-09-051-0/+1
* block: mq-deadline: Fix queue restart handlingDamien Le Moal2019-09-031-10/+9
* docs: block: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-2/+3
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-04-301-0/+1
* block: mq-deadline: Fix write completion handlingDamien Le Moal2018-12-171-1/+11
* block: get rid of MQ scheduler ops unionJens Axboe2018-11-071-1/+1
* block: remove dead elevator codeJens Axboe2018-11-071-1/+0
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-2/+1
* mq-deadline: Make sure to always unlock zonesDamien Le Moal2018-03-011-3/+13
* mq-deadline: make it clear that __dd_dispatch_request() works on all hw queuesJens Axboe2018-01-061-3/+8
* mq-deadline: Introduce zone locking supportDamien Le Moal2018-01-051-3/+86
* mq-deadline: Introduce dispatch helpersDamien Le Moal2018-01-051-8/+37
* mq-deadline: add 'deadline' as a name aliasJens Axboe2017-10-251-0/+1
* mq-deadline: Enable auto-loading when built as moduleBen Hutchings2017-08-291-0/+1
* block, scheduler: convert xxx_var_store to voidweiping zhang2017-08-281-5/+4
* mq-deadline: add debugfs attributesOmar Sandoval2017-05-041-0/+123
* block: enumify ELEVATOR_*_MERGEChristoph Hellwig2017-02-081-1/+1
* block: free merged request in the callerJens Axboe2017-02-031-2/+6
* blk-mq-sched: bypass the scheduler for flushes entirelyOmar Sandoval2017-02-021-3/+0
* block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-1/+1
* blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()Jens Axboe2017-01-271-4/+6