1. c78afc6 bcache/md: Use raid stripe size by Kent Overstreet · 11 years ago
  2. 4550dd6 block: Immutable bio vecs by Kent Overstreet · 11 years ago
  3. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  4. 94eddfb blk-mq: ensure that we set REQ_IO_STAT so diskstats work by Jens Axboe · 11 years ago
  5. 320ae51 blk-mq: new multi-queue block IO queueing mechanism by Jens Axboe · 11 years ago
  6. 71fe07d block: remove request ref_count by Christoph Hellwig · 11 years ago
  7. 5953316 block: make rq->cmd_flags be 64-bit by Jens Axboe · 12 years ago
  8. 75afb35 block: Add nr_bios to block_rq_remap tracepoint by Jun'ichi Nomura · 11 years ago
  9. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  10. db2a144 block_device_operations->release() should return void by Al Viro · 12 years ago
  11. 871dd92 block: fix max discard sectors limit by James Bottomley · 12 years ago
  12. 6c95466 block: add runtime pm helpers by Lin Ming · 12 years ago
  13. ac9a197 Merge branch 'blkcg-cfq-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup into for-3.9/core by Jens Axboe · 12 years ago
  14. 422765c block: Remove should_sort judgement when flush blk_plug by Jianpeng Ma · 12 years ago
  15. 548bc8e block: RCU free request_queue by Tejun Heo · 12 years ago
  16. 5977107 blk: avoid divide-by-zero with zero discard granularity by Linus Torvalds · 12 years ago
  17. 8dd2cb7 block: discard granularity might not be power of 2 by Shaohua Li · 12 years ago
  18. 24faf6f block: Make blk_cleanup_queue() wait until request_fn finished by Bart Van Assche · 12 years ago
  19. c246e80 block: Avoid that request_fn is invoked on a dead queue by Bart Van Assche · 12 years ago
  20. 3f3299d block: Rename queue dead flag by Bart Van Assche · 12 years ago
  21. 4363ac7 block: Implement support for WRITE SAME by Martin K. Petersen · 12 years ago
  22. f31dc1c block: Consolidate command flag and queue limit checks for merges by Martin K. Petersen · 12 years ago
  23. e2a60da block: Clean up special command handling logic by Martin K. Petersen · 12 years ago
  24. 276f0f5 block: disable discard request merge temporarily by Shaohua Li · 12 years ago
  25. 85b9f66 block: Add blk_bio_map_sg() helper by Asias He · 12 years ago
  26. c6e6663 block: split discard into aligned requests by Paolo Bonzini · 12 years ago
  27. 74018dc blk: pass from_schedule to non-request unplug functions. by NeilBrown · 12 years ago
  28. 9cbb175 blk: centralize non-request unplug handling. by NeilBrown · 12 years ago
  29. a051661 blkcg: implement per-blkg request allocation by Tejun Heo · 12 years ago
  30. 5b788ce block: prepare for multiple request_lists by Tejun Heo · 13 years ago
  31. 8a5ecdd block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvpriv by Tejun Heo · 13 years ago
  32. 76aaa51 block: Drop dead function blk_abort_queue() by Asias He · 13 years ago
  33. 0d16751 Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  34. 85fd0bc Fix blkdev.h build errors when BLOCK=n by Russell King · 13 years ago
  35. 0b7877d Merge tag 'v3.4-rc5' into for-3.5/core by Jens Axboe · 13 years ago
  36. 3c79839 blkcg: mass rename of blkcg API by Tejun Heo · 13 years ago
  37. a2b1693 blkcg: implement per-queue policy activation by Tejun Heo · 13 years ago
  38. 03d8e11 blkcg: add request_queue->root_blkg by Tejun Heo · 13 years ago
  39. 8bd435b blkcg: remove static policy ID enums by Tejun Heo · 13 years ago
  40. 8bcb6c7 block: use lockdep_assert_held for queue locking by Andi Kleen · 13 years ago
  41. c875f4d blkcg: drop unnecessary RCU locking by Tejun Heo · 13 years ago
  42. 03aa264 blkcg: let blkcg core manage per-queue blkg list and counter by Tejun Heo · 13 years ago
  43. 4eef304 blkcg: move per-queue blkg list heads and counters to queue and blkg by Tejun Heo · 13 years ago
  44. 923adde blkcg: clear all request_queues on blkcg policy [un]registrations by Tejun Heo · 13 years ago
  45. d732580 block: implement blk_queue_bypass_start/end() by Tejun Heo · 13 years ago
  46. 11a3122 block: strip out locking optimization in put_io_context() by Tejun Heo · 13 years ago
  47. b3c9dd1 Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  48. 0bfc96c block: fail SCSI passthrough ioctls on partition devices by Paolo Bonzini · 13 years ago
  49. 577ebb3 block: add and use scsi_blk_cmd_ioctl by Paolo Bonzini · 13 years ago
  50. fd83240 blockdev: convert some macros to static inlines by Stephen Rothwell · 13 years ago
  51. b1bd055 block: Introduce blk_set_stacking_limits function by Martin K. Petersen · 13 years ago
  52. a612fdd block, cfq: move cfqd->icq_list to request_queue and add request->elv.icq by Tejun Heo · 13 years ago
  53. b2efa05 block, cfq: unlink cfq_io_context's immediately by Tejun Heo · 13 years ago
  54. 09ac46c block: misc updates to blk_get_queue() by Tejun Heo · 13 years ago
  55. a73f730 block, cfq: move cfqd->cic_index to q->id by Tejun Heo · 13 years ago
  56. 34f6055 block: add blk_queue_dead() by Tejun Heo · 13 years ago
  57. 1ba64ed block, sx8: kill blk_insert_request() by Tejun Heo · 13 years ago
  58. 5151412 block: initialize request_queue's numa node during by Mike Snitzer · 13 years ago
  59. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  60. de47725 include: replace linux/module.h with "struct module" wherever possible by Paul Gortmaker · 14 years ago
  61. bc9fcbf block: move blk_throtl prototypes to block/blk.h by Tejun Heo · 13 years ago
  62. 5c04b42 Merge branch 'v3.1-rc10' into for-3.2/core by Jens Axboe · 13 years ago
  63. 75df713 block: document blk-plug by Suresh Jayaraman · 13 years ago
  64. 5a7bbad block: remove support for bio remapping from ->make_request by Christoph Hellwig · 13 years ago
  65. c20e8de block: rename __make_request() to blk_queue_bio() by Jens Axboe · 13 years ago
  66. 166e1f9 block: export __make_request by Christoph Hellwig · 13 years ago
  67. 56ebdaf block: simplify force plug flush code a little bit by Shaohua Li · 13 years ago
  68. 4853aba block: fix flush machinery for stacking drivers with differring flush flags by Jeff Moyer · 13 years ago
  69. aa387cc block: add bsg helper library by Mike Christie · 13 years ago
  70. 5757a6d block: strict rq_affinity by Dan Williams · 13 years ago
  71. d7b7630 block: reorder request_queue to remove 64 bit alignment padding by Richard Kennedy · 13 years ago
  72. 316cc67 block: document blk_plug list access by Shaohua Li · 13 years ago
  73. 55c022b block: avoid building too big plug list by Shaohua Li · 13 years ago
  74. 04bf786 Merge branch 'for-linus' into for-3.1/core by Jens Axboe · 13 years ago
  75. 4d0d98b6 block:fix the comment error in blkdev.h by Wanlong Gao · 14 years ago
  76. ea9d655 block: remove unwanted semicolons by Namhyung Kim · 14 years ago
  77. 698567f Merge commit 'v2.6.39' into for-2.6.40/core by Jens Axboe · 14 years ago
  78. a934a00 block: Fix discard topology stacking and reporting by Martin K. Petersen · 14 years ago
  79. 3ac0cc4 block: hold queue if flush is running for non-queueable flush drive by shaohua.li@intel.com · 14 years ago
  80. f387693 block: add a non-queueable flush flag by shaohua.li@intel.com · 14 years ago
  81. c21e6be block: get rid of QUEUE_FLAG_REENTER by Jens Axboe · 14 years ago
  82. 24ecfbe block: add blk_run_queue_async by Christoph Hellwig · 14 years ago
  83. b4cb290 Revert "block: add callback function for unplug notification" by Jens Axboe · 14 years ago
  84. 048c937 block: Enhance new plugging support to support general callbacks by NeilBrown · 14 years ago
  85. a237c1c block: let io_schedule() flush the plug inline by Jens Axboe · 14 years ago
  86. f660378 block: only force kblockd unplugging from the schedule() path by Jens Axboe · 14 years ago
  87. 88b996c block: cleanup the block plug helper functions by Christoph Hellwig · 14 years ago
  88. f756645 block: add callback function for unplug notification by Jens Axboe · 14 years ago
  89. a63a5cf dm: improve block integrity support by Mike Snitzer · 14 years ago
  90. 1f940bd block: fixup plugging stubs for !CONFIG_BLOCK by Jens Axboe · 14 years ago
  91. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 14 years ago
  92. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  93. 73c1010 block: initial patch for on-stack per-task plugging by Jens Axboe · 14 years ago
  94. 3cca6dc block: add API for delaying work/request_fn a little bit by Jens Axboe · 14 years ago
  95. e83a46b Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/core by Tejun Heo · 14 years ago
  96. da52777 block: Move blk_throtl_exit() call to blk_cleanup_queue() by Vivek Goyal · 14 years ago
  97. 1654e74 block: add @force_kblockd to __blk_run_queue() by Tejun Heo · 14 years ago
  98. 6fae9c2 Merge commit 'v2.6.38-rc6' into for-2.6.39/core by Jens Axboe · 14 years ago
  99. 450adcb blk-throttle: Do not use kblockd workqueue for throtl work by Vivek Goyal · 14 years ago
  100. c186794 block: share request flush fields with elevator_private by Mike Snitzer · 14 years ago