1. 143a87f block: improve flush bio completion by Tejun Heo · 13 years ago
  2. 414b4ff block: add REQ_FLUSH_SEQ by Tejun Heo · 13 years ago
  3. 02e031c block: remove REQ_HARDBARRIER by Christoph Hellwig · 14 years ago
  4. 77304d2 block: read i_size with i_size_read() by Mike Snitzer · 14 years ago
  5. 8e77516 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  6. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  7. f253b86 Revert "block: fix accounting bug on cross partition merges" by Jens Axboe · 14 years ago
  8. 7ad58c0 block: fix use-after-free bug in blk throttle code by Jens Axboe · 14 years ago
  9. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  10. e9dd2b6 Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  11. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  12. 7681bfe block: fix accounting bug on cross partition merges by Yasuaki Ishimatsu · 14 years ago
  13. e43473b blkio: Core implementation of throttle policy by Vivek Goyal · 14 years ago
  14. 8dcbdc7 block: block_dump: Add number of sectors to debug output by San Mehat · 14 years ago
  15. 3a2edd0 block: make __blk_rq_prep_clone() copy most command flags by Tejun Heo · 14 years ago
  16. 1e87901 block: filter flush bio's in __generic_make_request() by Tejun Heo · 14 years ago
  17. 4fed947 block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests by Tejun Heo · 14 years ago
  18. dd4c133 block: rename barrier/ordered to flush by Tejun Heo · 14 years ago
  19. 28e7d18 block: drop barrier ordering by queue draining by Tejun Heo · 14 years ago
  20. dd83100 block: misc cleanups in barrier code by Tejun Heo · 14 years ago
  21. 4913efe block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() by Tejun Heo · 14 years ago
  22. 5e00d1b BLOCK: fix bio.bi_rw handling by Jiri Slaby · 14 years ago
  23. 8d57a98 block: add secure discard by Adrian Hunter · 14 years ago
  24. 6396fc3 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  25. eef35c2 Fix spelling fuction -> function in comments by Stefan Weil · 14 years ago
  26. 3383977 block: update request stacking methods to support discards by ike Snitzer · 14 years ago
  27. 28018c2 block: implement an unprep function corresponding directly to prep by James Bottomley · 14 years ago
  28. 3ffb52e block: fixup missing conversion from BIO_RW_DISCARD to REQ_DISCARD by Jens Axboe · 14 years ago
  29. 66ac028 block: don't allocate a payload for discard request by Christoph Hellwig · 14 years ago
  30. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  31. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  32. e2e1a14 block: add sysfs knob for turning off disk entropy contributions by Jens Axboe · 14 years ago
  33. 1b99973 block: Don't count_vm_events for discard bio in submit_bio. by Tao Ma · 14 years ago
  34. fbbf055 block: fix DISCARD_BARRIER requests by Christoph Hellwig · 14 years ago
  35. 1abec4f block: make blk_init_free_list and elevator_init idempotent by Mike Snitzer · 14 years ago
  36. c86d1b8 block: avoid unconditionally freeing previously allocated request_queue by Mike Snitzer · 14 years ago
  37. 01effb0 block: allow initialization of previously allocated request_queue by Mike Snitzer · 14 years ago
  38. 812d402 blkio: Add io_merged stat by Divyesh Shah · 14 years ago
  39. 31373d0 laptop-mode: Make flushes per-device by Matthew Garrett · 14 years ago
  40. 9195291 blkio: Increment the blkio cgroup stats for real now by Divyesh Shah · 14 years ago
  41. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  42. 7f03292 Merge branch 'master' into for-2.6.34 by Jens Axboe · 14 years ago
  43. bddd87c blk-core: use BIO list management functions by Akinobu Mita · 14 years ago
  44. 79da0644 Revert "block: improve queue_should_plug() by looking at IO depths" by Jens Axboe · 14 years ago
  45. 2d4dc89 block: add helpers to run flush_dcache_page() against a bio and a request's pages by Ilya Loginov · 15 years ago
  46. 6cafb12 block: silently error unsupported empty barriers too by Mark McLoughlin · 15 years ago
  47. 316d315 block: Seperate read and write statistics of in_flight requests v2 by Nikanth Karthikesan · 15 years ago
  48. 23e018a block: get rid of kblock_schedule_delayed_work() by Jens Axboe · 15 years ago
  49. 0f78ab9 Revert "Seperate read and write statistics of in_flight requests" by Jens Axboe · 15 years ago
  50. 8e29675 cfq-iosched: implement slower async initiate and queue ramp up by Jens Axboe · 15 years ago
  51. b0da3f0 Add a tracepoint for block request remapping by Jun'ichi Nomura · 15 years ago
  52. 67efc92 block: allow large discard requests by Christoph Hellwig · 15 years ago
  53. c15227d block: use normal I/O path for discard requests by Christoph Hellwig · 15 years ago
  54. 355bbd8 Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  55. a9327ca Seperate read and write statistics of in_flight requests by Nikanth Karthikesan · 15 years ago
  56. 01edede block: trace bio queueing trial only when it occurs by Minchan Kim · 15 years ago
  57. fb1e753 block: improve queue_should_plug() by looking at IO depths by Jens Axboe · 15 years ago
  58. 1f98a13 bio: first step in sanitizing the bio->bi_rw flag testing by Jens Axboe · 15 years ago
  59. 80a761f block: implement mixed merge of different failfast requests by Tejun Heo · 15 years ago
  60. a82afdf block: use the same failfast bits for bio and request by Tejun Heo · 15 years ago
  61. d993831 writeback: add name to backing_dev_info by Jens Axboe · 15 years ago
  62. 56ad174 block: make the end_io functions be non-GPL exports by Jens Axboe · 15 years ago
  63. a4e7d46 block: always assign default lock to queues by Jens Axboe · 15 years ago
  64. db64f68 blocK: Restore barrier support for md and probably other virtual devices. by NeilBrown · 15 years ago
  65. 018e044 block: get rid of queue-private command filter by Jens Axboe · 15 years ago
  66. 7878cba block: Create bip slabs with embedded integrity vectors by Martin K. Petersen · 15 years ago
  67. e212d6f block: remove some includings of blktrace_api.h by Li Zefan · 15 years ago
  68. 0989a02 block: don't overwrite bdi->state after bdi_init() has been run by Jens Axboe · 15 years ago
  69. 8ebf975 block: fix kernel-doc in recent block/ changes by Randy Dunlap · 15 years ago
  70. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  71. 27951da Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 15 years ago
  72. b0fd271 block: add request clone interface (v2) by Kiyoshi Ueda · 15 years ago
  73. 5578213 tracing/events: convert block trace points to TRACE_EVENT() by Li Zefan · 15 years ago
  74. dbb66c4 block: needs to set the residual length of a bidi request by FUJITA Tomonori · 15 years ago
  75. c143dc9 block: fix an oops on BLKPREP_KILL by James Bottomley · 15 years ago
  76. ba396a6 block: fix oops with block tag queueing by James Bottomley · 15 years ago
  77. ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 15 years ago
  78. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  79. 0a7ae2f block: change the tag sync vs async restriction logic by Jens Axboe · 15 years ago
  80. 53674ac block: add warning to blk_make_request() by Jens Axboe · 15 years ago
  81. 79eb63e block: Add blk_make_request(), takes bio, returns a request by Boaz Harrosh · 15 years ago
  82. 5f49f63 block: set rq->resid_len to blk_rq_bytes() on issue by Tejun Heo · 15 years ago
  83. 1079cac Merge commit 'v2.6.30-rc6' into tracing/core by Ingo Molnar · 15 years ago
  84. af498d7 block: fix the bio_vec array index out-of-bounds test by Kazuhisa Ichikawa · 15 years ago
  85. b1f7449 block: move completion related functions back to blk-core.c by FUJITA Tomonori · 15 years ago
  86. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  87. a2dec7b block: hide request sector and data_len by Tejun Heo · 15 years ago
  88. 2e46e8b block: drop request->hard_* and *nr_sectors by Tejun Heo · 15 years ago
  89. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  90. 5b93629 block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones by Tejun Heo · 15 years ago
  91. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  92. 22a7c31 blktrace: from-sector redundant in trace_block_remap by Alan D. Brunelle · 15 years ago
  93. 9eb55b0 block: catch trying to use more bits than request->cmd_flags has by Nikanth Karthikesan · 15 years ago
  94. c2553b5 block: make blk_do_io_stat() do the full "is this rq accountable" checks by Jens Axboe · 15 years ago
  95. 731ec49 block: kill rq->data by Tejun Heo · 15 years ago
  96. 40cbbb7 block: implement and use [__]blk_end_request_all() by Tejun Heo · 15 years ago
  97. b243ddc block: move rq->start_time initialization to blk_rq_init() by Tejun Heo · 15 years ago
  98. 2e60e02 block: clean up request completion API by Tejun Heo · 15 years ago
  99. 0b302d5 block: kill blk_end_request_callback() by Tejun Heo · 15 years ago
  100. 158dbda block: reorganize request fetching functions by Tejun Heo · 15 years ago