1. f0c6ae0 block: fix comment and add lockdep assert by Yufen Yu · 4 years, 3 months ago
  2. 75e6c00 block: use helper function to test queue register by Yufen Yu · 4 years, 3 months ago
  3. 6251b75 block: remove redundant mq check by Yufen Yu · 4 years, 3 months ago
  4. dd1c372 block: invoke blk_mq_exit_sched no matter whether have .exit_sched by Yufen Yu · 4 years, 3 months ago
  5. 5b8f65e block: elevator: delete duplicated word and fix typos by Randy Dunlap · 4 years, 5 months ago
  6. 912c0a8 Merge branch 'for-linus' into for-5.5/block by Jens Axboe · 5 years ago
  7. f8db383 block: Warn if elevator= parameter is used by Jan Kara · 5 years ago
  8. 7a7c5e7 block: Fix elv_support_iosched() by Damien Le Moal · 5 years ago
  9. b89f625 block: don't release queue's sysfs lock during switching elevator by Ming Lei · 5 years ago
  10. a261425 block: fix elevator_get_by_features() by Jens Axboe · 5 years ago
  11. 737eb78 block: Delay default elevator initialization by Damien Le Moal · 5 years ago
  12. a0958ba block: Improve default elevator selection by Damien Le Moal · 5 years ago
  13. 68c43f1 block: Introduce elevator features by Damien Le Moal · 5 years ago
  14. 954b4a5 block: Change elevator_init_mq() to always succeed by Damien Le Moal · 5 years ago
  15. 61db437 block: Cleanup elevator_init_mq() use by Damien Le Moal · 5 years ago
  16. 85c0a03 block: elevator.c: Remove now unused elevator= argument by Marcos Paulo de Souza · 5 years ago
  17. cecf5d8 block: split .sysfs_lock into two locks by Ming Lei · 5 years ago
  18. 58c898b block: add helper for checking if queue is registered by Ming Lei · 5 years ago
  19. c48dac1 block: don't hold q->sysfs_lock in elevator_init_mq by Ming Lei · 5 years ago
  20. c3e2219 block: free sched's request pool in blk_cleanup_queue by Ming Lei · 6 years ago
  21. 3dcf60b block: add SPDX tags to block layer files missing licensing information by Christoph Hellwig · 6 years ago
  22. d0b0a81 block: remove unused variable 'def' by Hisao Tanabe · 6 years ago
  23. fbd7212 block: avoid setting none scheduler if it's already none by Aleksei Zakharov · 6 years ago
  24. 344e9ff block: add queue_is_mq() helper by Jens Axboe · 6 years ago
  25. 98c98cb block: clean up dead code that is now redundant by Colin Ian King · 6 years ago
  26. f9cd4bf block: get rid of MQ scheduler ops union by Jens Axboe · 6 years ago
  27. a1ce35f block: remove dead elevator code by Jens Axboe · 6 years ago
  28. f382fb0 block: remove legacy IO schedulers by Jens Axboe · 6 years ago
  29. c0aac68 Merge tag 'v4.19-rc6' into for-4.20/block by Jens Axboe · 6 years ago
  30. 854f31c block: fix deadline elevator drain for zoned block devices by Damien Le Moal · 6 years ago
  31. 0d25bd0 block: Schedule runtime resume earlier by Bart Van Assche · 6 years ago
  32. 154b00d block: Split blk_pm_add_request() and blk_pm_put_request() by Bart Van Assche · 6 years ago
  33. bca6b06 block: Move power management code into a new source file by Bart Van Assche · 6 years ago
  34. 62d2a19 block: remove unnecessary condition check by Chengguang Xu · 6 years ago
  35. d48ece2 blk-mq: init hctx sched after update ctx and hctx mapping by Jianchao Wang · 6 years ago
  36. 131d08e block: split the blk-mq case from elevator_init by Christoph Hellwig · 7 years ago
  37. acddf3b block: move sysfs_lock into elevator_init by Christoph Hellwig · 7 years ago
  38. ddb7253 block: remove the always unused name argument to elevator_init by Christoph Hellwig · 7 years ago
  39. a8a275c block: unexport elevator_init/exit by Christoph Hellwig · 7 years ago
  40. cbf62af block: move initialization of elevator-related fields to blk_alloc_queue_node by Christoph Hellwig · 7 years ago
  41. 14a2349 block: Document scheduler modification locking requirements by Bart Van Assche · 7 years ago
  42. 83d016a block: Unexport elv_register_queue() and elv_unregister_queue() by Bart Van Assche · 7 years ago
  43. 24f5a90 blk-mq: quiesce queue during switching io sched and updating nr_requests by Ming Lei · 7 years ago
  44. 8ac0d9a elevator: allow name aliases by Jens Axboe · 7 years ago
  45. 2527d99 elevator: lookup mq vs non-mq elevators by Jens Axboe · 7 years ago
  46. 5fdee21 block: remove QUEUE_FLAG_STACKABLE by Christoph Hellwig · 7 years ago
  47. e9a823f block: fix warning when I/O elevator is changed as request_queue is being removed by David Jeffery · 7 years ago
  48. e29387e block: Add fallthrough markers to switch statements by Bart Van Assche · 8 years ago
  49. 340ff32 elevator: remove redundant warnings on IO scheduler switch by Jens Axboe · 8 years ago
  50. 7a148c2 block: don't call blk_mq_quiesce_queue() after queue is frozen by Ming Lei · 8 years ago
  51. c033269 block: Remove elevator_change() by Bart Van Assche · 8 years ago
  52. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  53. 3a5088c block: respect BLK_MQ_F_NO_SCHED by Ming Lei · 8 years ago
  54. 8330cdb block: Make writeback throttling defaults consistent for SQ devices by Jan Kara · 8 years ago
  55. 54d5329 blk-mq-sched: fix crash in switch error path by Omar Sandoval · 8 years ago
  56. 6917ff0 blk-mq-sched: refactor scheduler initialization by Omar Sandoval · 8 years ago
  57. 7b36a71 block: don't call ioc_exit_icq() with the queue lock held for blk-mq by Jens Axboe · 8 years ago
  58. b86dd81 block: get rid of blk-mq default scheduler choice Kconfig entries by Jens Axboe · 8 years ago
  59. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  60. d1a987f elevator: fix loading wrong elevator type for blk-mq devices by Jens Axboe · 8 years ago
  61. 34fe7c0 block: enumify ELEVATOR_*_MERGE by Christoph Hellwig · 8 years ago
  62. a1ae0f7 blk-mq-debug: Avoid that sparse complains about req_flags_t usage by Bart Van Assche · 8 years ago
  63. 57292b5 block: introduce blk_rq_is_passthrough by Christoph Hellwig · 8 years ago
  64. 610d886 elevator: fix unnecessary put of elevator in failure case by Jens Axboe · 8 years ago
  65. d348499 blk-mq-sched: allow setting of default IO scheduler by Jens Axboe · 8 years ago
  66. bd166ef blk-mq-sched: add framework for MQ capable IO schedulers by Jens Axboe · 8 years ago
  67. c51ca6c block: move existing elevator ops to union by Jens Axboe · 8 years ago
  68. 70b3ea0 elevator: make the rqhash helpers exported by Jens Axboe · 8 years ago
  69. ef295ec block: better op and flags encoding by Christoph Hellwig · 8 years ago
  70. e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
  71. 7afafc8 block: Fix secure erase by Adrian Hunter · 8 years ago
  72. 72ef799 block: do not merge requests without consulting with io scheduler by Tahsin Erdogan · 8 years ago
  73. ba568ea block: prepare elevator to use REQ_OPs. by Mike Christie · 9 years ago
  74. 7460d38 block: check bio_mergeable() early before merging by Ming Lei · 9 years ago
  75. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  76. bfffa1c Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  77. 0bb9794 cfq-iosched: fix the setting of IOPS mode on SSDs by Jens Axboe · 10 years ago
  78. eea8f41 blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h by Tejun Heo · 10 years ago
  79. 8406a4d elevator: fix double release of elevator module by Chao Yu · 10 years ago
  80. 47fafbc block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  81. d32f6b5 block: fix wrong error return in elevator_init() by Sudip Mukherjee · 10 years ago
  82. e567bf7 Revert "block: add __init to elv_register" by Jens Axboe · 11 years ago
  83. 2940474 block: remove elv_abort_queue and blk_abort_flushes by Christoph Hellwig · 11 years ago
  84. b5097e9 block: add __init to elv_register by Fabian Frederick · 11 years ago
  85. 360f92c block: fix regression with block enabled tagging by Jens Axboe · 11 years ago
  86. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  87. 7c8a367 elevator: acquire q->sysfs_lock in elevator_change() by Tomoki Sekiyama · 11 years ago
  88. eb1c160 elevator: Fix a race in elevator switching and md device initialization by Tomoki Sekiyama · 11 years ago
  89. c1b511e block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) by Joe Perches · 11 years ago
  90. d50235b elevator: Fix a race in elevator switching by Jianpeng Ma · 11 years ago
  91. c815881 block: implement runtime pm strategy by Lin Ming · 12 years ago
  92. ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  93. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  94. 21c3c5d block: don't request module during elevator init by Tejun Heo · 12 years ago
  95. bb813f4 init, block: try to load default elevator module early during boot by Tejun Heo · 12 years ago
  96. 242d98f block,elevator: use new hashtable implementation by Sasha Levin · 12 years ago
  97. bee0393 block: recursive merge requests by Shaohua Li · 12 years ago
  98. e2a60da block: Clean up special command handling logic by Martin K. Petersen · 12 years ago
  99. a2b1693 blkcg: implement per-queue policy activation by Tejun Heo · 13 years ago
  100. 852c788 block: implement bio_associate_current() by Tejun Heo · 13 years ago