1. 8ebf975 block: fix kernel-doc in recent block/ changes by Randy Dunlap · 15 years ago
  2. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  3. 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
  4. b0fd271 block: add request clone interface (v2) by Kiyoshi Ueda · 15 years ago
  5. 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  6. d9c7d39 block: prevent possible io_context->refcount overflow by Nikanth Karthikesan · 15 years ago
  7. 5578213 tracing/events: convert block trace points to TRACE_EVENT() by Li Zefan · 15 years ago
  8. c1d4c41 bsg: setting rq->bio to NULL by FUJITA Tomonori · 15 years ago
  9. 77634f3 block: Add missing bounce_pfn stacking and fix comments by Martin K. Petersen · 15 years ago
  10. 9df1bb9 Revert "block: Fix bounce limit setting in DM" by Jens Axboe · 15 years ago
  11. dbb66c4 block: needs to set the residual length of a bidi request by FUJITA Tomonori · 15 years ago
  12. a05c0205 block: Fix bounce limit setting in DM by Martin K. Petersen · 15 years ago
  13. 53c663c block: fix a possible oops on elv_abort_queue() by Kiyoshi Ueda · 15 years ago
  14. c143dc9 block: fix an oops on BLKPREP_KILL by James Bottomley · 15 years ago
  15. 5d85d32 block: export blk_stack_limits() by Mike Snitzer · 15 years ago
  16. 3c4198e block: fix no diskstat problem by Kiyoshi Ueda · 15 years ago
  17. ba396a6 block: fix oops with block tag queueing by James Bottomley · 15 years ago
  18. c72758f block: Export I/O topology for block devices and partitions by Martin K. Petersen · 15 years ago
  19. cd43e26 block: Expose stacked device queues in sysfs by Martin K. Petersen · 15 years ago
  20. 025146e block: Move queue limits to an embedded struct by Martin K. Petersen · 15 years ago
  21. ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 15 years ago
  22. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  23. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  24. 0a7ae2f block: change the tag sync vs async restriction logic by Jens Axboe · 15 years ago
  25. 53674ac block: add warning to blk_make_request() by Jens Axboe · 15 years ago
  26. a411f4b block: Un-export blk_rq_append_bio by Boaz Harrosh · 15 years ago
  27. 79eb63e block: Add blk_make_request(), takes bio, returns a request by Boaz Harrosh · 15 years ago
  28. 3a5a392 block: allow blk_rq_map_kern to append to requests by James Bottomley · 15 years ago
  29. 5f49f63 block: set rq->resid_len to blk_rq_bytes() on issue by Tejun Heo · 15 years ago
  30. 1079cac Merge commit 'v2.6.30-rc6' into tracing/core by Ingo Molnar · 15 years ago
  31. af498d7 block: fix the bio_vec array index out-of-bounds test by Kazuhisa Ichikawa · 15 years ago
  32. b1f7449 block: move completion related functions back to blk-core.c by FUJITA Tomonori · 15 years ago
  33. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  34. a2dec7b block: hide request sector and data_len by Tejun Heo · 15 years ago
  35. 2e46e8b block: drop request->hard_* and *nr_sectors by Tejun Heo · 15 years ago
  36. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  37. 5b93629 block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones by Tejun Heo · 15 years ago
  38. c3a4d78 block: add rq->resid_len by Tejun Heo · 15 years ago
  39. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  40. 22a7c31 blktrace: from-sector redundant in trace_block_remap by Alan D. Brunelle · 15 years ago
  41. 4c94dec block: don't init rq fields unnecessarily by Tejun Heo · 15 years ago
  42. 9eb55b0 block: catch trying to use more bits than request->cmd_flags has by Nikanth Karthikesan · 15 years ago
  43. c69d485 block: include discard requests in IO accounting by Jens Axboe · 15 years ago
  44. c2553b5 block: make blk_do_io_stat() do the full "is this rq accountable" checks by Jens Axboe · 15 years ago
  45. 731ec49 block: kill rq->data by Tejun Heo · 15 years ago
  46. 40cbbb7 block: implement and use [__]blk_end_request_all() by Tejun Heo · 15 years ago
  47. b243ddc block: move rq->start_time initialization to blk_rq_init() by Tejun Heo · 15 years ago
  48. 2e60e02 block: clean up request completion API by Tejun Heo · 15 years ago
  49. 0b302d5 block: kill blk_end_request_callback() by Tejun Heo · 15 years ago
  50. 158dbda block: reorganize request fetching functions by Tejun Heo · 15 years ago
  51. 5efccd1 block: reorder request completion functions by Tejun Heo · 15 years ago
  52. 2eef33e block: clean up misc stuff after block layer timeout conversion by Tejun Heo · 15 years ago
  53. 10732f5 block: cleanup REQ_SOFTBARRIER usages by Tejun Heo · 15 years ago
  54. e4025f6 block: don't set REQ_NOMERGE unnecessarily by Tejun Heo · 15 years ago
  55. a7f5579 block: kill blk_start_queueing() by Tejun Heo · 15 years ago
  56. a538cd0 block: merge blk_invoke_request_fn() into __blk_run_queue() by Tejun Heo · 15 years ago
  57. db29a6b block: enable by default support for large devices and files on 32-bit archs by Bartlomiej Zolnierkiewicz · 15 years ago
  58. 924cec7 block: clear req->errors on bio completion only for fs requests by Tejun Heo · 15 years ago
  59. f2d1f0a cfq-iosched: cache prio_tree root in cfqq->p_root by Jens Axboe · 15 years ago
  60. 3ac6c9f cfq-iosched: fix bug with aliased request and cooperation detection by Jens Axboe · 15 years ago
  61. 26a2ac0 cfq-iosched: clear ->prio_trees[] on cfqd alloc by Jens Axboe · 15 years ago
  62. 17d5c8c block: fix intermittent dm timeout based oops by Hannes Reinecke · 15 years ago
  63. 42dad76 block: simplify I/O stat accounting by Jerome Marchand · 15 years ago
  64. 04dc6e7 cfq-iosched: use the default seek distance when there aren't enough seek samples by Jeff Moyer · 15 years ago
  65. 4d00aa4 cfq-iosched: make seek_mean converge more quickly by Jeff Moyer · 15 years ago
  66. b759113 block: make blk_abort_queue() ignore non-request based devices by Jens Axboe · 15 years ago
  67. 71982a4 block: include empty disks in /proc/diskstats by Tejun Heo · 15 years ago
  68. cd0aca2 block: fix queue bounce limit setting by Tejun Heo · 15 years ago
  69. 25636e2 block: fix SG_IO vector request data length handling by Tejun Heo · 15 years ago
  70. 6f41469 block: clear req->errors on bio completion only for fs requests by Tejun Heo · 15 years ago
  71. 1d54ad6 blktrace: add trace/ to /sys/block/sda by Li Zefan · 15 years ago
  72. d0deef5 blktrace: support per-partition tracing by Shawn Du · 15 years ago
  73. a36e71f cfq-iosched: add close cooperator code by Jens Axboe · 15 years ago
  74. 9481ffd cfq-iosched: log responsible 'cfqq' in idle timer arm by Jens Axboe · 15 years ago
  75. 2d87072 cfq-iosched: tweak kick logic a bit more by Jens Axboe · 15 years ago
  76. 40bb54d cfq-iosched: no need to save interrupts in cfq_kick_queue() by Jens Axboe · 15 years ago
  77. 15afd1c block: Remove code handling bio_alloc failure with __GFP_WAIT by Nikanth Karthikesan · 15 years ago
  78. 91e463c block: fix SG_IO to return a proper error value by FUJITA Tomonori · 15 years ago
  79. d6ceb25 cfq-iosched: don't delay queue kick for a merged request by Jens Axboe · 15 years ago
  80. 1d6bfbd as-iosched: get rid of private REQ_SYNC/REQ_ASYNC defines by Jens Axboe · 15 years ago
  81. ff6657c cfq-iosched: get rid of private SYNC/ASYNC defines by Jens Axboe · 15 years ago
  82. b0b78f8 cfq-iosched: use rw_is_sync() to see if rw flags are sync or not by Jens Axboe · 15 years ago
  83. f600abe block: fix bad spelling of quiesce by Jens Axboe · 15 years ago
  84. c93f216 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  85. 6a5d263 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  86. 132ea5e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 15 years ago
  87. b029195 cfq-iosched: don't let idling interfere with plugging by Jens Axboe · 15 years ago
  88. 2385327 block: remove unused REQ_UNPLUG by Jens Axboe · 15 years ago
  89. 75e5098 cfq-iosched: kill two unused cfqq flags by Jens Axboe · 15 years ago
  90. 2f5cb73 cfq-iosched: change dispatch logic to deal with single requests at the time by Jens Axboe · 15 years ago
  91. 26308ea block: fix inconsistency in I/O stat accounting code by Jerome Marchand · 15 years ago
  92. 6c7e8ce block: elevator quiescing helpers by Jens Axboe · 15 years ago
  93. 8feb4d2 pata_artop: typo by Alan Cox · 15 years ago
  94. aeb6faf block: Add flag for telling the IO schedulers NOT to anticipate more IO by Jens Axboe · 15 years ago
  95. 644b2d9 block: enabling plugging on SSD devices that don't do queuing by Jens Axboe · 15 years ago
  96. 1faa16d block: change the request allocation/congestion logic to be sync/async based by Jens Axboe · 15 years ago
  97. 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  98. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  99. b1dbb67 Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  100. e2494e1 blktrace: fix pdu_len when tracing packet command requests by Li Zefan · 15 years ago