1. 5ccc387 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  2. b53d1ed Revert "cfq: Remove special treatment for metadata rqs." by Jens Axboe · 13 years ago
  3. 4853aba block: fix flush machinery for stacking drivers with differring flush flags by Jeff Moyer · 13 years ago
  4. bcf30e7 block: improve rq_affinity placement by Shaohua Li · 13 years ago
  5. fa1bf42 allow blk_flush_policy to return REQ_FSEQ_DATA independent of *FLUSH by Jeff Moyer · 13 years ago
  6. 35ae66e block: Make rq_affinity = 1 work as expected by Tao Ma · 13 years ago
  7. dd48c08 fault-injection: add ability to export fault_attr in arbitrary directory by Akinobu Mita · 13 years ago
  8. f95fe9c block/genhd.c: remove useless cast in diskstats_show() by Herbert Poetzl · 13 years ago
  9. e2a5429 bsg-lib: add module.h include by Jens Axboe · 13 years ago
  10. a5395b8 cfq-iosched: Reduce linked group count upon group destruction by Vivek Goyal · 13 years ago
  11. e5a94f5 blk-throttle: correctly determine sync bio by Shaohua Li · 13 years ago
  12. aa387cc block: add bsg helper library by Mike Christie · 13 years ago
  13. b2c9cd3 fail_make_request: cleanup should_fail_request by Akinobu Mita · 13 years ago
  14. 11ccf11 block: fix warning with calling smp_processor_id() in preemptible section by Jens Axboe · 13 years ago
  15. 8ded371 Merge branch 'for-3.1/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  16. 096a705 Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  17. 5757a6d block: strict rq_affinity by Dan Williams · 13 years ago
  18. 4c64500 block: fix patch import error in max_discard_sectors check by Jens Axboe · 13 years ago
  19. d4e0670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  20. bfe159a [SCSI] fix crash in scsi_dispatch_cmd() by James Bottomley · 13 years ago
  21. 57bdfbf block,rcu: Convert call_rcu(disk_free_ptbl_rcu_cb) to kfree_rcu() by Lai Jiangshan · 13 years ago
  22. 7700fc4 CFQ: add think time check for group by Shaohua Li · 13 years ago
  23. f5f2b6c CFQ: add think time check for service tree by Shaohua Li · 13 years ago
  24. 383cd72 CFQ: move think time check variables to a separate struct by Shaohua Li · 13 years ago
  25. 4aede84 fixlet: Remove fs_excl from struct task. by Justin TerAvest · 13 years ago
  26. a07405b cfq: Remove special treatment for metadata rqs. by Justin TerAvest · 13 years ago
  27. 55c022b block: avoid building too big plug list by Shaohua Li · 13 years ago
  28. 0f79960 block: eliminate potential for infinite loop in blkdev_issue_discard by Mike Snitzer · 13 years ago
  29. 390192b compat_ioctl: fix warning caused by qemu by Johannes Stezenbach · 13 years ago
  30. 85ef06d block: flush MEDIA_CHANGE from drivers on close(2) by Tejun Heo · 13 years ago
  31. 04bf786 Merge branch 'for-linus' into for-3.1/core by Jens Axboe · 13 years ago
  32. 726e99a cfq-iosched: make code consistent by Shaohua Li · 13 years ago
  33. 3181faa cfq-iosched: fix a rcu warning by Shaohua Li · 13 years ago
  34. 2b727c6 bsg: fix address space warning from sparse by Namhyung Kim · 13 years ago
  35. 44194e3 bsg: remove unnecessary conditional expressions by Namhyung Kim · 13 years ago
  36. 80ceb05 bsg: fix bsg_poll() to return POLLOUT properly by Namhyung Kim · 13 years ago
  37. d2f31a5 blk-throttle: Make total_nr_queued unsigned by Joe Perches · 13 years ago
  38. fd16d26 block: Add __attribute__((format(printf...) and fix fallout by Joe Perches · 13 years ago
  39. 9f5e486 block:remove some spare spaces in genhd.c by Wanlong Gao · 13 years ago
  40. 08e8138 block: Add __attribute__((format(printf...) and fix fallout by Joe Perches · 13 years ago
  41. fdd514e block: make disk_block_events() properly wait for work cancellation by Tejun Heo · 13 years ago
  42. c3af54a block: remove non-syncing __disk_block_events() and fold it into disk_block_events() by Tejun Heo · 13 years ago
  43. a9dce2a block: don't use non-syncing event blocking in disk_check_events() by Tejun Heo · 13 years ago
  44. df41565 block: rename the return of two functions by Paul Bolle · 13 years ago
  45. 8aea454 CFQ: make two functions static by Paul Bolle · 13 years ago
  46. 9b50902d cfq-iosched: fix locking around ioc->ioc_data assignment by Jens Axboe · 13 years ago
  47. ab4bd22 cfq-iosched: fix locking around ioc->ioc_data assignment by Jens Axboe · 13 years ago
  48. 796d511 iosched: prevent aliased requests from starving other I/O by Jeff Moyer · 13 years ago
  49. e2bd967 block: Use hlist_entry() for io_context.cic_list.first by Paul Bolle · 13 years ago
  50. 28304f4 cfq-iosched: Remove bogus check in queue_fail path by Paul Bolle · 13 years ago
  51. 4495a7d CFQ: Fix typo and remove unnecessary semicolon by Kyungmin Park · 13 years ago
  52. bdf7cf1 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  53. d86e0e8 block: export blk_{get,put}_queue() by Jens Axboe · 13 years ago
  54. f780bdb cgroups: add per-thread subsystem callbacks by Ben Blum · 13 years ago
  55. 700c4f3 block: remove unused variable in bio_attempt_front_merge() by Luca Tettamanti · 13 years ago
  56. 75e3f3e block: always allocate genhd->ev if check_events is implemented by Tejun Heo · 13 years ago
  57. 1547010 cfq-iosched: free cic_index if cfqd allocation fails by Namhyung Kim · 13 years ago
  58. 20359f2 cfq-iosched: remove unused 'group_changed' in cfq_service_tree_add() by Namhyung Kim · 13 years ago
  59. 229836b cfq-iosched: reduce bit operations in cfq_choose_req() by Namhyung Kim · 13 years ago
  60. b9f8ce0 cfq-iosched: algebraic simplification in cfq_prio_to_maxrq() by Namhyung Kim · 13 years ago
  61. 4cbadbd blk-cgroup: Initialize ioc->cgroup_changed at ioc creation time by Vivek Goyal · 13 years ago
  62. 95cf3dd block: call elv_bio_merged() when merged by Vivek Goyal · 13 years ago
  63. 317389a cfq-iosched: Make IO merge related stats per cpu by Vivek Goyal · 13 years ago
  64. 2abae55 cfq-iosched: Fix a memory leak of per cpu stats for root group by Vivek Goyal · 13 years ago
  65. 771949d block: get rid of on-stack plugging debug checks by Jens Axboe · 13 years ago
  66. 0eb8e885 Merge branch 'for-linus' into for-2.6.40/core by Jens Axboe · 13 years ago
  67. af75cd3 blk-throttle: Make no throttling rule group processing lockless by Vivek Goyal · 13 years ago
  68. f0bdc8c blk-cgroup: Make cgroup stat reset path blkg->lock free for dispatch stats by Vivek Goyal · 13 years ago
  69. 575969a blk-cgroup: Make 64bit per cpu stats safe on 32bit arch by Vivek Goyal · 13 years ago
  70. 5624a4e blk-throttle: Make dispatch stats per cpu by Vivek Goyal · 13 years ago
  71. 4843c69 blk-throttle: Free up a group only after one rcu grace period by Vivek Goyal · 13 years ago
  72. 5617cbe blk-throttle: Use helper function to add root throtl group to lists by Vivek Goyal · 13 years ago
  73. 269f541 blk-throttle: Introduce a helper function to fill in device details by Vivek Goyal · 13 years ago
  74. 29b1258 blk-throttle: Dynamically allocate root group by Vivek Goyal · 13 years ago
  75. f469a7b blk-cgroup: Allow sleeping while dynamically allocating a group by Vivek Goyal · 13 years ago
  76. 56edf7d cfq-iosched: Fix a possible race with cfq cgroup removal code by Vivek Goyal · 13 years ago
  77. 3e59cf9 cfq-iosched: Get rid of redundant function parameter "create" by Vivek Goyal · 13 years ago
  78. a23e686 blk-cgroup: move some fields of unaccounted_time file under right config option by Vivek Goyal · 13 years ago
  79. a29a171 blk-throttle: Do the new group initialization with the help of a function by Vivek Goyal · 13 years ago
  80. 698567f Merge commit 'v2.6.39' into for-2.6.40/core by Jens Axboe · 13 years ago
  81. 0a58e07 block: add proper state guards to __elv_next_request by James Bottomley · 13 years ago
  82. 3ec717b block: don't delay blk_run_queue_async by Shaohua Li · 13 years ago
  83. a934a00 block: Fix discard topology stacking and reporting by Martin K. Petersen · 13 years ago
  84. 70087dc blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroup by Vivek Goyal · 13 years ago
  85. 8af1954 blkdev: Do not return -EOPNOTSUPP if discard is supported by Lukas Czerner · 13 years ago
  86. 5baebe5 blkdev: Simple cleanup in blkdev_issue_zeroout() by Lukas Czerner · 13 years ago
  87. 5dba308 blkdev: Submit discard bio in batches in blkdev_issue_discard() by Lukas Czerner · 13 years ago
  88. 3ac0cc4 block: hold queue if flush is running for non-queueable flush drive by shaohua.li@intel.com · 13 years ago
  89. f387693 block: add a non-queueable flush flag by shaohua.li@intel.com · 13 years ago
  90. 490b94b iosched: remove redundant sprintf by Kees Cook · 13 years ago
  91. addd0a09 block: Remove 'plug/unplug' comment in blk_execute_rq_nowait by Tao Ma · 13 years ago
  92. 7c88a16 block: don't propagate unlisted DISK_EVENTs to userland by Tejun Heo · 13 years ago
  93. 3aa72873 elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case too by Jens Axboe · 13 years ago
  94. 60735b6 block: Remove the extra check in queue_requests_store by Tao Ma · 13 years ago
  95. ed5302d block, blk-sysfs: Fix an err return path in blk_register_queue() by Liu Yuan · 13 years ago
  96. d350e6b block: remove stale kerneldoc member from __blk_run_queue() by Jens Axboe · 13 years ago
  97. c21e6be block: get rid of QUEUE_FLAG_REENTER by Jens Axboe · 13 years ago
  98. 5f45c69 cfq-iosched: read_lock() does not always imply rcu_read_lock() by Jens Axboe · 13 years ago
  99. bd900d4 block: kill blk_flush_plug_list() export by Jens Axboe · 13 years ago
  100. 24ecfbe block: add blk_run_queue_async by Christoph Hellwig · 13 years ago