1. aaec55a blkcg: remove unused @pol and @plid parameters by Tejun Heo · 12 years ago
  2. 5bf14c0 block: Make cfq_target_latency tunable through sysfs. by Tao Ma · 12 years ago
  3. eb7d8c07 cfq: fix cfqg ref handling when BLK_CGROUP && !CFQ_GROUP_IOSCHED by Tejun Heo · 12 years ago
  4. 598971b cfq: don't use icq_get_changed() by Tejun Heo · 12 years ago
  5. abede6d cfq: pass around cfq_io_cq instead of io_context by Tejun Heo · 12 years ago
  6. 4f85cb9 block: make block cgroup policies follow bio task association by Tejun Heo · 12 years ago
  7. 852c788 block: implement bio_associate_current() by Tejun Heo · 12 years ago
  8. f6e8d01 block: add io_context->active_ref by Tejun Heo · 12 years ago
  9. c875f4d blkcg: drop unnecessary RCU locking by Tejun Heo · 12 years ago
  10. e8989fa blkcg: unify blkg's for blkcg policies by Tejun Heo · 12 years ago
  11. 03aa264 blkcg: let blkcg core manage per-queue blkg list and counter by Tejun Heo · 12 years ago
  12. 4eef304 blkcg: move per-queue blkg list heads and counters to queue and blkg by Tejun Heo · 12 years ago
  13. c176826 blkcg: don't use blkg->plid in stat related functions by Tejun Heo · 12 years ago
  14. 1adaf3d blkcg: move refcnt to blkcg core by Tejun Heo · 12 years ago
  15. 0381411 blkcg: let blkcg core handle policy private data allocation by Tejun Heo · 12 years ago
  16. 7ee9c56 blkcg: let blkio_group point to blkio_cgroup directly by Tejun Heo · 12 years ago
  17. 7a4dd28 blkcg: kill the mind-bending blkg->dev by Tejun Heo · 12 years ago
  18. e56da7e blkcg: don't allow or retain configuration of missing devices by Tejun Heo · 12 years ago
  19. cd1604f blkcg: factor out blkio_group creation by Tejun Heo · 12 years ago
  20. f51b802 blkcg: use the usual get blkg path for root blkio_group by Tejun Heo · 12 years ago
  21. ca32aef blkcg: use q and plid instead of opaque void * for blkio_group association by Tejun Heo · 12 years ago
  22. 0a5a7d0 blkcg: update blkg get functions take blkio_cgroup as parameter by Tejun Heo · 12 years ago
  23. 2a7f124 blkcg: move rcu_read_lock() outside of blkio_group get functions by Tejun Heo · 12 years ago
  24. 72e06c2 blkcg: shoot down blkio_groups on elevator switch by Tejun Heo · 12 years ago
  25. b2fab5a elevator: make elevator_init_fn() return 0/-errno by Tejun Heo · 12 years ago
  26. b95ada5 cfq: don't register propio policy if !CONFIG_CFQ_GROUP_IOSCHED by Tejun Heo · 12 years ago
  27. d705ae6 block: replace icq->changed with icq->flags by Tejun Heo · 13 years ago
  28. 07c2bd3 block: don't call elevator callbacks for plug merges by Tejun Heo · 13 years ago
  29. 11a3122 block: strip out locking optimization in put_io_context() by Tejun Heo · 13 years ago
  30. df0793a block,cfq: change code order by Shaohua Li · 13 years ago
  31. 54b466e cfq-iosched: fix use-after-free of cfqq by Jens Axboe · 13 years ago
  32. 4a0b75c block, cfq: fix empty queue crash caused by request merge by Shaohua Li · 13 years ago
  33. f1f8cc9 block, cfq: move icq creation and rq->elv.icq association to block core by Tejun Heo · 13 years ago
  34. 9b84cac block, cfq: restructure io_cq creation path for io_context interface cleanup by Tejun Heo · 13 years ago
  35. 7e5a879 block, cfq: move io_cq exit/release to blk-ioc.c by Tejun Heo · 13 years ago
  36. 3d3c237 block, cfq: move icq cache management to block core by Tejun Heo · 13 years ago
  37. 47fdd4c block, cfq: move io_cq lookup to blk-ioc.c by Tejun Heo · 13 years ago
  38. a612fdd block, cfq: move cfqd->icq_list to request_queue and add request->elv.icq by Tejun Heo · 13 years ago
  39. c586980 block, cfq: reorganize cfq_io_context into generic and cfq specific parts by Tejun Heo · 13 years ago
  40. f2dbd76 block, cfq: replace current_io_context() with create_io_context() by Tejun Heo · 13 years ago
  41. 1238033 block, cfq: kill cic->key by Tejun Heo · 13 years ago
  42. b50b636 block, cfq: kill ioc_gone by Tejun Heo · 13 years ago
  43. b9a1920 block, cfq: remove delayed unlink by Tejun Heo · 13 years ago
  44. b2efa05 block, cfq: unlink cfq_io_context's immediately by Tejun Heo · 13 years ago
  45. f1a4f4d block, cfq: fix cic lookup locking by Tejun Heo · 13 years ago
  46. 216284c block, cfq: fix race condition in cic creation path and tighten locking by Tejun Heo · 13 years ago
  47. dc86900 block, cfq: move ioc ioprio/cgroup changed handling to cic by Tejun Heo · 13 years ago
  48. 283287a block, cfq: misc updates to cfq_io_context by Tejun Heo · 13 years ago
  49. 6e736be block: make ioc get/put interface more conventional and fix race on alloction by Tejun Heo · 13 years ago
  50. a73f730 block, cfq: move cfqd->cic_index to q->id by Tejun Heo · 13 years ago
  51. 65299a3 block: separate priority boosting from REQ_META by Christoph Hellwig · 13 years ago
  52. b53d1ed Revert "cfq: Remove special treatment for metadata rqs." by Jens Axboe · 13 years ago
  53. a5395b8 cfq-iosched: Reduce linked group count upon group destruction by Vivek Goyal · 13 years ago
  54. 7700fc4 CFQ: add think time check for group by Shaohua Li · 13 years ago
  55. f5f2b6c CFQ: add think time check for service tree by Shaohua Li · 13 years ago
  56. 383cd72 CFQ: move think time check variables to a separate struct by Shaohua Li · 13 years ago
  57. 4aede84 fixlet: Remove fs_excl from struct task. by Justin TerAvest · 13 years ago
  58. a07405b cfq: Remove special treatment for metadata rqs. by Justin TerAvest · 13 years ago
  59. 04bf786 Merge branch 'for-linus' into for-3.1/core by Jens Axboe · 13 years ago
  60. 726e99a cfq-iosched: make code consistent by Shaohua Li · 13 years ago
  61. 3181faa cfq-iosched: fix a rcu warning by Shaohua Li · 13 years ago
  62. fd16d26 block: Add __attribute__((format(printf...) and fix fallout by Joe Perches · 13 years ago
  63. 08e8138 block: Add __attribute__((format(printf...) and fix fallout by Joe Perches · 13 years ago
  64. 8aea454 CFQ: make two functions static by Paul Bolle · 13 years ago
  65. 9b50902d cfq-iosched: fix locking around ioc->ioc_data assignment by Jens Axboe · 13 years ago
  66. ab4bd22 cfq-iosched: fix locking around ioc->ioc_data assignment by Jens Axboe · 13 years ago
  67. 796d511 iosched: prevent aliased requests from starving other I/O by Jeff Moyer · 13 years ago
  68. 28304f4 cfq-iosched: Remove bogus check in queue_fail path by Paul Bolle · 13 years ago
  69. 4495a7d CFQ: Fix typo and remove unnecessary semicolon by Kyungmin Park · 13 years ago
  70. 1547010 cfq-iosched: free cic_index if cfqd allocation fails by Namhyung Kim · 13 years ago
  71. 20359f2 cfq-iosched: remove unused 'group_changed' in cfq_service_tree_add() by Namhyung Kim · 13 years ago
  72. 229836b cfq-iosched: reduce bit operations in cfq_choose_req() by Namhyung Kim · 13 years ago
  73. b9f8ce0 cfq-iosched: algebraic simplification in cfq_prio_to_maxrq() by Namhyung Kim · 13 years ago
  74. 2abae55 cfq-iosched: Fix a memory leak of per cpu stats for root group by Vivek Goyal · 13 years ago
  75. 5624a4e blk-throttle: Make dispatch stats per cpu by Vivek Goyal · 13 years ago
  76. f469a7b blk-cgroup: Allow sleeping while dynamically allocating a group by Vivek Goyal · 13 years ago
  77. 56edf7d cfq-iosched: Fix a possible race with cfq cgroup removal code by Vivek Goyal · 13 years ago
  78. 3e59cf9 cfq-iosched: Get rid of redundant function parameter "create" by Vivek Goyal · 13 years ago
  79. 70087dc blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroup by Vivek Goyal · 13 years ago
  80. 5f45c69 cfq-iosched: read_lock() does not always imply rcu_read_lock() by Jens Axboe · 13 years ago
  81. 24ecfbe block: add blk_run_queue_async by Christoph Hellwig · 13 years ago
  82. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  83. c4ade94 cfq-iosched: removing unnecessary think time checking by Li, Shaohua · 13 years ago
  84. 62a37f6 cfq-iosched: Don't clear queue stats when preempt. by Justin TerAvest · 13 years ago
  85. eda5e0c cfq-iosched: Don't set active queue in preempt by Justin TerAvest · 13 years ago
  86. 8184f93 cfq-iosched: Don't update group weights when on service tree by Justin TerAvest · 13 years ago
  87. 167400d blk-cgroup: Add unaccounted time to timeslice_used. by Justin TerAvest · 13 years ago
  88. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  89. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  90. b873c5d Merge branch 'block-for-2.6.39-core' of ssh://master.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.39/core by Jens Axboe · 13 years ago
  91. a603271 cfq-iosched: Fix update_vdisktime logic by Gui Jianfeng · 13 years ago
  92. ef8a41d cfq-iosched: give busy sync queue no dispatch limit by Shaohua Li · 13 years ago
  93. 93803e0 cfq-iosched: fix race in cfq_set_request() by Jens Axboe · 13 years ago
  94. e83a46b Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/core by Tejun Heo · 13 years ago
  95. 1654e74 block: add @force_kblockd to __blk_run_queue() by Tejun Heo · 13 years ago
  96. 0bbfeb8 cfq-iosched: Always provide group isolation. by Justin TerAvest · 14 years ago
  97. 6fae9c2 Merge commit 'v2.6.38-rc6' into for-2.6.39/core by Jens Axboe · 14 years ago
  98. c186794 block: share request flush fields with elevator_private by Mike Snitzer · 14 years ago
  99. 02a8f01 cfq-iosched: Don't wait if queue already has requests. by Justin TerAvest · 14 years ago
  100. ba5bd52 cfq: rename a function to give it more appropriate name by Vivek Goyal · 14 years ago