1. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  2. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  3. fc13457 blk-mq: document the need to have STARTED and COMPLETED share a byte by Jens Axboe · 7 years ago
  4. 9c98837 block: move __elv_next_request to blk-core.c by Christoph Hellwig · 7 years ago
  5. 5034435 block: Make blk_dequeue_request() static by Damien Le Moal · 7 years ago
  6. 807d4af block: add a __disk_get_part helper by Christoph Hellwig · 7 years ago
  7. 7c20f11 bio-integrity: stop abusing bi_end_io by Christoph Hellwig · 7 years ago
  8. 3bce016 block: move bounce declarations to block/blk.h by Christoph Hellwig · 7 years ago
  9. 332ebbf block: Document what queue type each function is intended for by Bart Van Assche · 7 years ago
  10. b425e50 block: Avoid that blk_exit_rl() triggers a use-after-free by Bart Van Assche · 7 years ago
  11. da8d7f0 block: Export blk_init_request_from_bio() by Bart Van Assche · 7 years ago
  12. d0fac02 block: make __blk_end_bidi_request private by Christoph Hellwig · 7 years ago
  13. b9147dd blk-throttle: add a mechanism to estimate IO latency by Shaohua Li · 7 years ago
  14. 9e234ee blk-throttle: add a simple idle detection by Shaohua Li · 7 years ago
  15. d61fcfa blk-throttle: choose a small throtl_slice for SSD by Shaohua Li · 7 years ago
  16. 297e3d8 blk-throttle: make throtl_slice tunable by Shaohua Li · 7 years ago
  17. 1e73973 block: optionally merge discontiguous discard bios into a single request by Christoph Hellwig · 7 years ago
  18. 34fe7c0 block: enumify ELEVATOR_*_MERGE by Christoph Hellwig · 7 years ago
  19. 6cf7677 block: move req_set_nomerge to blk.h by Christoph Hellwig · 7 years ago
  20. b973cb7 blk-merge: return the merged request by Jens Axboe · 7 years ago
  21. 18fbda9 block: use same block debugfs directory for blk-mq and blktrace by Omar Sandoval · 7 years ago
  22. 57292b5 block: introduce blk_rq_is_passthrough by Christoph Hellwig · 7 years ago
  23. c23ecb4 block: move rq_ioc() to blk.h by Jens Axboe · 8 years ago
  24. c51ca6c block: move existing elevator ops to union by Jens Axboe · 8 years ago
  25. 06426ad blk-mq: implement hybrid poll mode for sync O_DIRECT by Jens Axboe · 8 years ago
  26. e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
  27. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  28. 98d61d5 block: simplify and export blk_rq_append_bio by Christoph Hellwig · 8 years ago
  29. 287922eb block: defer timeouts to a workqueue by Christoph Hellwig · 9 years ago
  30. 2e6edc9 block: protect rw_page against device teardown by Dan Williams · 9 years ago
  31. 527d152 Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  32. 0809e3a block: fix plug list flushing for nomerge queues by Jeff Moyer · 9 years ago
  33. 5a48fc1 block: blk_flush_integrity() for bio-based drivers by Dan Williams · 9 years ago
  34. 3ef28e8 block: generic request_queue reference counting by Dan Williams · 9 years ago
  35. b0a1ea5 Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  36. ae11889 blkcg: consolidate blkg creation in blkcg_bio_issue_check() by Tejun Heo · 9 years ago
  37. 0048b48 blk-mq: fix race between timeout and freeing request by Ming Lei · 9 years ago
  38. 5b3f341 blk-mq: make plug work for mutiple disks and queues by Shaohua Li · 9 years ago
  39. a7928c1 block: move PM request support to IDE by Christoph Hellwig · 9 years ago
  40. f70ced0 blk-mq: support per-distpatch_queue flush machinery by Ming Lei · 10 years ago
  41. e97c293 block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queue by Ming Lei · 10 years ago
  42. ba48338 block: remove blk_init_flush() and its pair by Ming Lei · 10 years ago
  43. 7c94e1c block: introduce blk_flush_queue to drive flush machinery by Ming Lei · 10 years ago
  44. f355265 block: introduce blk_init_flush and its pair by Ming Lei · 10 years ago
  45. 46f92d4 blk-mq: unshared timeout handler by Christoph Hellwig · 10 years ago
  46. 2940474 block: remove elv_abort_queue and blk_abort_flushes by Christoph Hellwig · 10 years ago
  47. e3a2b3f blk-mq: allow changing of queue depth through sysfs by Jens Axboe · 10 years ago
  48. 0d2602c blk-mq: improve support for shared tags maps by Jens Axboe · 10 years ago
  49. 87ee7b1 blk-mq: fix race with timeouts and requeue events by Jens Axboe · 10 years ago
  50. 360f92c block: fix regression with block enabled tagging by Jens Axboe · 10 years ago
  51. 556ee81 block: __elv_next_request() shouldn't call into the elevator if bypassing by Tejun Heo · 11 years ago
  52. 320ae51 blk-mq: new multi-queue block IO queueing mechanism by Jens Axboe · 11 years ago
  53. 242d98f block,elevator: use new hashtable implementation by Sasha Levin · 12 years ago
  54. c246e80 block: Avoid that request_fn is invoked on a dead queue by Bart Van Assche · 12 years ago
  55. 3f3299d block: Rename queue dead flag by Bart Van Assche · 12 years ago
  56. e2a60da block: Clean up special command handling logic by Martin K. Petersen · 12 years ago
  57. 80799fb block: remove dead func declaration by Yuanhan Liu · 12 years ago
  58. 5b788ce block: prepare for multiple request_lists by Tejun Heo · 12 years ago
  59. 959d851 Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-merged by Tejun Heo · 12 years ago
  60. 24acfc3 block: interface update for ioc/icq creation functions by Tejun Heo · 12 years ago
  61. 5efd611 blkcg: add blkcg_{init|drain|exit}_queue() by Tejun Heo · 12 years ago
  62. d732580 block: implement blk_queue_bypass_start/end() by Tejun Heo · 12 years ago
  63. 7e4d960 Merge branch 'linus' into sched/core by Ingo Molnar · 12 years ago
  64. 050c8ea block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator functions by Tejun Heo · 12 years ago
  65. 39be350 sched, block: Unify cache detection by Peter Zijlstra · 13 years ago
  66. f1f8cc9 block, cfq: move icq creation and rq->elv.icq association to block core by Tejun Heo · 13 years ago
  67. 7e5a879 block, cfq: move io_cq exit/release to blk-ioc.c by Tejun Heo · 13 years ago
  68. 47fdd4c block, cfq: move io_cq lookup to blk-ioc.c by Tejun Heo · 13 years ago
  69. 22f746e block: remove elevator_queue->ops by Tejun Heo · 13 years ago
  70. f2dbd76 block, cfq: replace current_io_context() with create_io_context() by Tejun Heo · 13 years ago
  71. 09ac46c block: misc updates to blk_get_queue() by Tejun Heo · 13 years ago
  72. 6e736be block: make ioc get/put interface more conventional and fix race on alloction by Tejun Heo · 13 years ago
  73. a73f730 block, cfq: move cfqd->cic_index to q->id by Tejun Heo · 13 years ago
  74. 34f6055 block: add blk_queue_dead() by Tejun Heo · 13 years ago
  75. c9a929d block: fix request_queue lifetime handling by making blk_queue_cleanup() properly shutdown by Tejun Heo · 13 years ago
  76. bc16a4f block: reorganize throtl_get_tg() and blk_throtl_bio() by Tejun Heo · 13 years ago
  77. e3c78ca block: reorganize queue draining by Tejun Heo · 13 years ago
  78. bc9fcbf block: move blk_throtl prototypes to block/blk.h by Tejun Heo · 13 years ago
  79. 4853aba block: fix flush machinery for stacking drivers with differring flush flags by Jeff Moyer · 13 years ago
  80. 0eb8e885 Merge branch 'for-linus' into for-2.6.40/core by Jens Axboe · 13 years ago
  81. 698567f Merge commit 'v2.6.39' into for-2.6.40/core by Jens Axboe · 13 years ago
  82. 0a58e07 block: add proper state guards to __elv_next_request by James Bottomley · 13 years ago
  83. 3ac0cc4 block: hold queue if flush is running for non-queueable flush drive by shaohua.li@intel.com · 13 years ago
  84. c21e6be block: get rid of QUEUE_FLAG_REENTER by Jens Axboe · 13 years ago
  85. 24ecfbe block: add blk_run_queue_async by Christoph Hellwig · 13 years ago
  86. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  87. 5e84ea3 block: attempt to merge with existing requests on plug flush by Jens Axboe · 13 years ago
  88. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  89. ae1b153 block: reimplement FLUSH/FUA to support merge by Tejun Heo · 14 years ago
  90. 414b4ff block: add REQ_FLUSH_SEQ by Tejun Heo · 14 years ago
  91. f253b86 Revert "block: fix accounting bug on cross partition merges" by Jens Axboe · 14 years ago
  92. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  93. e9dd2b6 Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  94. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  95. 7681bfe block: fix accounting bug on cross partition merges by Yasuaki Ishimatsu · 14 years ago
  96. 13f05c8 block/scsi: Provide a limit on the number of integrity segments by Martin K. Petersen · 14 years ago
  97. 4fed947 block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests by Tejun Heo · 14 years ago
  98. dd4c133 block: rename barrier/ordered to flush by Tejun Heo · 14 years ago
  99. 28e7d18 block: drop barrier ordering by queue draining by Tejun Heo · 14 years ago
  100. dd83100 block: misc cleanups in barrier code by Tejun Heo · 14 years ago