summaryrefslogtreecommitdiff
path: root/block/mq-deadline.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-03block: free merged request in the callerJens Axboe1-2/+6
2017-02-02blk-mq-sched: bypass the scheduler for flushes entirelyOmar Sandoval1-3/+0
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-1/+1
2017-01-27blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()Jens Axboe1-4/+6
2017-01-17mq-deadline: add blk-mq adaptation of the deadline IO schedulerJens Axboe1-0/+553