1. add703f blk-mq: use percpu_ref for mq usage count by Tejun Heo · 10 years ago
  2. 780db20 blk-mq: decouble blk-mq freezing from generic bypassing by Tejun Heo · 10 years ago
  3. 66cb45a block: add support for limiting gaps in SG lists by Jens Axboe · 10 years ago
  4. 736ed4d block: blk_max_size_offset() should check ->max_sectors by Jens Axboe · 10 years ago
  5. f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 10 years ago
  6. 762380a block: add notion of a chunk size for request merging by Jens Axboe · 10 years ago
  7. 00170fd Merge branch 'akpm' (patchbomb from Andrew) into next by Linus Torvalds · 10 years ago
  8. 47a191f fs/block_dev.c: add bdev_read_page() and bdev_write_page() by Matthew Wilcox · 10 years ago
  9. ac13a82 fs/libfs.c: add generic data flush to fsync by Fabian Frederick · 10 years ago
  10. e6cdb09 blk-mq: fix sparse warning on missed __percpu annotation by Ming Lei · 10 years ago
  11. f89ca16 Merge branch 'for-3.16/core' into for-3.16/drivers by Jens Axboe · 10 years ago
  12. 05f1dd5 block: add queue flag for disabling SG merging by Jens Axboe · 10 years ago
  13. 4d92a9b block: remove 'magic' from struct blk_plug by Jens Axboe · 10 years ago
  14. 6178976 Merge branch 'for-3.16/core' into for-3.16/drivers by Jens Axboe · 10 years ago
  15. 6fca6a6 blk-mq: add helper to insert requests from irq context by Christoph Hellwig · 10 years ago
  16. 0d2602c blk-mq: improve support for shared tags maps by Jens Axboe · 10 years ago
  17. af76e55 blk-mq: initialize struct request fields individually by Christoph Hellwig · 10 years ago
  18. 49fd524 bsg: update check for rq based driver for blk-mq by Jens Axboe · 10 years ago
  19. 1212007 block: export blk_finish_request by Christoph Hellwig · 10 years ago
  20. f88a164 blk-mq: rename mq_flush_work struct request member by Christoph Hellwig · 10 years ago
  21. fb3ccb5 block: all blk-mq requests are tagged by Christoph Hellwig · 10 years ago
  22. b4f42e2 block: remove struct request buffer member by Jens Axboe · 10 years ago
  23. f89e0dd Merge tag 'v3.15-rc1' into for-3.16/core by Jens Axboe · 10 years ago
  24. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  25. 360f92c block: fix regression with block enabled tagging by Jens Axboe · 10 years ago
  26. 8ab1459 block: add kblockd_schedule_delayed_work_on() by Jens Axboe · 10 years ago
  27. 59c3d45 block: remove 'q' parameter from kblockd_schedule_*_work() by Jens Axboe · 10 years ago
  28. 86d564c constify blk_rq_map_user_iov() and friends by Al Viro · 10 years ago
  29. 8b4922d block: Stop abusing csd.list for fifo_time by Jan Kara · 10 years ago
  30. 5e57dc8 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  31. 1874198 blk-mq: rework flush sequencing logic by Christoph Hellwig · 10 years ago
  32. 6897fc2 kernel: use lockless list for smp_call_function_single by Christoph Hellwig · 11 years ago
  33. c78afc6 bcache/md: Use raid stripe size by Kent Overstreet · 11 years ago
  34. 4550dd6 block: Immutable bio vecs by Kent Overstreet · 11 years ago
  35. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  36. 94eddfb blk-mq: ensure that we set REQ_IO_STAT so diskstats work by Jens Axboe · 11 years ago
  37. 320ae51 blk-mq: new multi-queue block IO queueing mechanism by Jens Axboe · 11 years ago
  38. 71fe07d block: remove request ref_count by Christoph Hellwig · 11 years ago
  39. 5953316 block: make rq->cmd_flags be 64-bit by Jens Axboe · 11 years ago
  40. 75afb35 block: Add nr_bios to block_rq_remap tracepoint by Jun'ichi Nomura · 11 years ago
  41. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  42. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  43. 871dd92 block: fix max discard sectors limit by James Bottomley · 11 years ago
  44. 6c95466 block: add runtime pm helpers by Lin Ming · 11 years ago
  45. 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
  46. 422765c block: Remove should_sort judgement when flush blk_plug by Jianpeng Ma · 12 years ago
  47. 548bc8e block: RCU free request_queue by Tejun Heo · 12 years ago
  48. 5977107 blk: avoid divide-by-zero with zero discard granularity by Linus Torvalds · 12 years ago
  49. 8dd2cb7 block: discard granularity might not be power of 2 by Shaohua Li · 12 years ago
  50. 24faf6f block: Make blk_cleanup_queue() wait until request_fn finished by Bart Van Assche · 12 years ago
  51. c246e80 block: Avoid that request_fn is invoked on a dead queue by Bart Van Assche · 12 years ago
  52. 3f3299d block: Rename queue dead flag by Bart Van Assche · 12 years ago
  53. 4363ac7 block: Implement support for WRITE SAME by Martin K. Petersen · 12 years ago
  54. f31dc1c block: Consolidate command flag and queue limit checks for merges by Martin K. Petersen · 12 years ago
  55. e2a60da block: Clean up special command handling logic by Martin K. Petersen · 12 years ago
  56. 276f0f5 block: disable discard request merge temporarily by Shaohua Li · 12 years ago
  57. 85b9f66 block: Add blk_bio_map_sg() helper by Asias He · 12 years ago
  58. c6e6663 block: split discard into aligned requests by Paolo Bonzini · 12 years ago
  59. 74018dc blk: pass from_schedule to non-request unplug functions. by NeilBrown · 12 years ago
  60. 9cbb175 blk: centralize non-request unplug handling. by NeilBrown · 12 years ago
  61. a051661 blkcg: implement per-blkg request allocation by Tejun Heo · 12 years ago
  62. 5b788ce block: prepare for multiple request_lists by Tejun Heo · 12 years ago
  63. 8a5ecdd block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvpriv by Tejun Heo · 12 years ago
  64. 76aaa51 block: Drop dead function blk_abort_queue() by Asias He · 12 years ago
  65. 0d16751 Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  66. 85fd0bc Fix blkdev.h build errors when BLOCK=n by Russell King · 12 years ago
  67. 0b7877d Merge tag 'v3.4-rc5' into for-3.5/core by Jens Axboe · 12 years ago
  68. 3c79839 blkcg: mass rename of blkcg API by Tejun Heo · 12 years ago
  69. a2b1693 blkcg: implement per-queue policy activation by Tejun Heo · 12 years ago
  70. 03d8e11 blkcg: add request_queue->root_blkg by Tejun Heo · 12 years ago
  71. 8bd435b blkcg: remove static policy ID enums by Tejun Heo · 12 years ago
  72. 8bcb6c7 block: use lockdep_assert_held for queue locking by Andi Kleen · 12 years ago
  73. c875f4d blkcg: drop unnecessary RCU locking by Tejun Heo · 12 years ago
  74. 03aa264 blkcg: let blkcg core manage per-queue blkg list and counter by Tejun Heo · 12 years ago
  75. 4eef304 blkcg: move per-queue blkg list heads and counters to queue and blkg by Tejun Heo · 12 years ago
  76. 923adde blkcg: clear all request_queues on blkcg policy [un]registrations by Tejun Heo · 12 years ago
  77. d732580 block: implement blk_queue_bypass_start/end() by Tejun Heo · 12 years ago
  78. 11a3122 block: strip out locking optimization in put_io_context() by Tejun Heo · 13 years ago
  79. b3c9dd1 Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  80. 0bfc96c block: fail SCSI passthrough ioctls on partition devices by Paolo Bonzini · 13 years ago
  81. 577ebb3 block: add and use scsi_blk_cmd_ioctl by Paolo Bonzini · 13 years ago
  82. fd83240 blockdev: convert some macros to static inlines by Stephen Rothwell · 13 years ago
  83. b1bd055 block: Introduce blk_set_stacking_limits function by Martin K. Petersen · 13 years ago
  84. a612fdd block, cfq: move cfqd->icq_list to request_queue and add request->elv.icq by Tejun Heo · 13 years ago
  85. b2efa05 block, cfq: unlink cfq_io_context's immediately by Tejun Heo · 13 years ago
  86. 09ac46c block: misc updates to blk_get_queue() by Tejun Heo · 13 years ago
  87. a73f730 block, cfq: move cfqd->cic_index to q->id by Tejun Heo · 13 years ago
  88. 34f6055 block: add blk_queue_dead() by Tejun Heo · 13 years ago
  89. 1ba64ed block, sx8: kill blk_insert_request() by Tejun Heo · 13 years ago
  90. 5151412 block: initialize request_queue's numa node during by Mike Snitzer · 13 years ago
  91. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  92. de47725 include: replace linux/module.h with "struct module" wherever possible by Paul Gortmaker · 13 years ago
  93. bc9fcbf block: move blk_throtl prototypes to block/blk.h by Tejun Heo · 13 years ago
  94. 5c04b42 Merge branch 'v3.1-rc10' into for-3.2/core by Jens Axboe · 13 years ago
  95. 75df713 block: document blk-plug by Suresh Jayaraman · 13 years ago
  96. 5a7bbad block: remove support for bio remapping from ->make_request by Christoph Hellwig · 13 years ago
  97. c20e8de block: rename __make_request() to blk_queue_bio() by Jens Axboe · 13 years ago
  98. 166e1f9 block: export __make_request by Christoph Hellwig · 13 years ago
  99. 56ebdaf block: simplify force plug flush code a little bit by Shaohua Li · 13 years ago
  100. 4853aba block: fix flush machinery for stacking drivers with differring flush flags by Jeff Moyer · 13 years ago