1. ae0f1a7 blk-mq: Stop using pointers for blk_mq_tags bitmap tags by John Garry · 3 years, 3 months ago
  2. 322cff7 block/mq-deadline: Prioritize high-priority requests by Bart Van Assche · 3 years, 3 months ago
  3. bce0363 block/mq-deadline: Stop using per-CPU counters by Bart Van Assche · 3 years, 3 months ago
  4. 32f64ca block/mq-deadline: Add an invariant check by Bart Van Assche · 3 years, 3 months ago
  5. e2c7275 block/mq-deadline: Improve request accounting further by Bart Van Assche · 3 years, 3 months ago
  6. 2e9bc34 block: move elevator.h to block/ by Christoph Hellwig · 3 years, 3 months ago
  7. 55a51ea block/mq-deadline: Move dd_queued() to fix defined but not used warning by Geert Uytterhoeven · 3 years, 4 months ago
  8. 6793691 Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  9. 7b05bf7 Revert "block/mq-deadline: Prioritize high-priority requests" by Jens Axboe · 3 years, 4 months ago
  10. b6d2b05 mq-deadline: Fix request accounting by Bart Van Assche · 3 years, 4 months ago
  11. 0f78399 Revert "block/mq-deadline: Add cgroup support" by Tejun Heo · 3 years, 5 months ago[Renamed (94%) from block/mq-deadline-main.c]
  12. c06bc5a block/mq-deadline: Remove a WARN_ON_ONCE() call by Bart Van Assche · 3 years, 6 months ago
  13. fd2ef39 blk: Fix lock inversion between ioc lock and bfqd lock by Jan Kara · 3 years, 6 months ago
  14. fb926032 block/mq-deadline: Prioritize high-priority requests by Bart Van Assche · 3 years, 7 months ago
  15. 08a9ad8 block/mq-deadline: Add cgroup support by Bart Van Assche · 3 years, 7 months ago[Renamed (94%) from block/mq-deadline.c]
  16. 38ba64d block/mq-deadline: Track I/O statistics by Bart Van Assche · 3 years, 7 months ago
  17. c807ab5 block/mq-deadline: Add I/O priority support by Bart Van Assche · 3 years, 7 months ago
  18. d672d32 block/mq-deadline: Micro-optimize the batching algorithm by Bart Van Assche · 3 years, 7 months ago
  19. 0775758 block/mq-deadline: Reserve 25% of scheduler tags for synchronous requests by Bart Van Assche · 3 years, 7 months ago
  20. d6d7f01 block/mq-deadline: Improve the sysfs show and store macros by Bart Van Assche · 3 years, 7 months ago
  21. 004a26b block/mq-deadline: Improve compile-time argument checking by Bart Van Assche · 3 years, 7 months ago
  22. 3e9a99e block/mq-deadline: Rename dd_init_queue() and dd_exit_queue() by Bart Van Assche · 3 years, 7 months ago
  23. 2f295be block/mq-deadline: Remove two local variables by Bart Van Assche · 3 years, 7 months ago
  24. 3bd473f block/mq-deadline: Add two lockdep_assert_held() statements by Bart Van Assche · 3 years, 7 months ago
  25. 46eae2e block/mq-deadline: Add several comments by Bart Van Assche · 3 years, 7 months ago
  26. efed9a3 kyber: fix out of bounds access when preempted by Omar Sandoval · 3 years, 8 months ago
  27. 7687b38 bfq/mq-deadline: remove redundant check for passthrough request by Lin Feng · 3 years, 9 months ago
  28. b357e4a block: get rid of the trace rq insert wrapper by Chaitanya Kulkarni · 3 years, 10 months ago
  29. 5ac83c6 Revert "blk-mq, elevator: Count requests per hctx to improve performance" by Jan Kara · 4 years ago
  30. b445547 blk-mq, elevator: Count requests per hctx to improve performance by Kashyap Desai · 4 years, 4 months ago
  31. 5d9c305 blk-mq: remove the bio argument to ->prepare_request by Christoph Hellwig · 4 years, 7 months ago
  32. 68c43f1 block: Introduce elevator features by Damien Le Moal · 5 years ago
  33. cb8acab block: mq-deadline: Fix queue restart handling by Damien Le Moal · 5 years ago
  34. 898bd37 docs: block: convert to ReST by Mauro Carvalho Chehab · 6 years ago
  35. 14ccb66 block: remove the bi_phys_segments field in struct bio by Christoph Hellwig · 6 years ago
  36. 3dcf60b block: add SPDX tags to block layer files missing licensing information by Christoph Hellwig · 6 years ago
  37. 7211aef8 block: mq-deadline: Fix write completion handling by Damien Le Moal · 6 years ago
  38. f9cd4bf block: get rid of MQ scheduler ops union by Jens Axboe · 6 years ago
  39. a1ce35f block: remove dead elevator code by Jens Axboe · 6 years ago
  40. 5657a81 block drivers/block: Use octal not symbolic permissions by Joe Perches · 7 years ago
  41. f3bc78d mq-deadline: Make sure to always unlock zones by Damien Le Moal · 7 years ago
  42. ca11f20 mq-deadline: make it clear that __dd_dispatch_request() works on all hw queues by Jens Axboe · 7 years ago
  43. 5700f69 mq-deadline: Introduce zone locking support by Damien Le Moal · 7 years ago
  44. bf09ce5 mq-deadline: Introduce dispatch helpers by Damien Le Moal · 7 years ago
  45. 4d740bc mq-deadline: add 'deadline' as a name alias by Jens Axboe · 7 years ago
  46. 7de967e mq-deadline: Enable auto-loading when built as module by Ben Hutchings · 7 years ago
  47. 235f8da block, scheduler: convert xxx_var_store to void by weiping zhang · 7 years ago
  48. daaadb3 mq-deadline: add debugfs attributes by Omar Sandoval · 8 years ago
  49. 34fe7c0 block: enumify ELEVATOR_*_MERGE by Christoph Hellwig · 8 years ago
  50. e4d750c block: free merged request in the caller by Jens Axboe · 8 years ago
  51. 0cacba6 blk-mq-sched: bypass the scheduler for flushes entirely by Omar Sandoval · 8 years ago
  52. 57292b5 block: introduce blk_rq_is_passthrough by Christoph Hellwig · 8 years ago
  53. c13660a blk-mq-sched: change ->dispatch_requests() to ->dispatch_request() by Jens Axboe · 8 years ago
  54. 945ffb6 mq-deadline: add blk-mq adaptation of the deadline IO scheduler by Jens Axboe · 8 years ago