1. 03d8e11 blkcg: add request_queue->root_blkg by Tejun Heo · 13 years ago
  2. b82d4b1 blkcg: make request_queue bypassing on allocation by Tejun Heo · 13 years ago
  3. 80fd997 blkcg: make sure blkg_lookup() returns %NULL if @q is bypassing by Tejun Heo · 13 years ago
  4. da8b066 blkcg: make blkg_conf_prep() take @pol and return with queue lock held by Tejun Heo · 13 years ago
  5. 8bd435b blkcg: remove static policy ID enums by Tejun Heo · 13 years ago
  6. ec39934 blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blkgs() by Tejun Heo · 13 years ago
  7. bc0d650 blkcg: kill blkio_list and replace blkio_list_lock with a mutex by Tejun Heo · 13 years ago
  8. f48ec1d cfq: fix build breakage & warnings by Tejun Heo · 13 years ago
  9. 5bc4afb1 blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macros by Tejun Heo · 13 years ago
  10. d366e7e blkcg: pass around pd->pdata instead of pd itself in prfill functions by Tejun Heo · 13 years ago
  11. af133ce blkcg: move blkio_group_conf->iops and ->bps to blk-throttle by Tejun Heo · 13 years ago
  12. 3381cb8 blkcg: move blkio_group_conf->weight to cfq by Tejun Heo · 13 years ago
  13. 8a3d261 blkcg: move blkio_group_stats_cpu and friends to blk-throttle.c by Tejun Heo · 13 years ago
  14. 155fead blkcg: move blkio_group_stats to cfq-iosched.c by Tejun Heo · 13 years ago
  15. 9ade5ea blkcg: add blkio_policy_ops operations for exit and stat reset by Tejun Heo · 13 years ago
  16. 41b38b6 blkcg: cfq doesn't need per-cpu dispatch stats by Tejun Heo · 13 years ago
  17. 629ed0b blkcg: move statistics update code to policies by Tejun Heo · 13 years ago
  18. 2ce4d50 cfq: collapse cfq.h into cfq-iosched.c by Tejun Heo · 13 years ago
  19. 60c2bc2 blkcg: move conf/stat file handling code to policies by Tejun Heo · 13 years ago
  20. 44ea53d blkcg: implement blkio_policy_type->cftypes by Tejun Heo · 13 years ago
  21. 829fdb5 blkcg: export conf/stat helpers to prepare for reorganization by Tejun Heo · 13 years ago
  22. 726fa69 blkcg: simplify blkg_conf_prep() by Tejun Heo · 13 years ago
  23. 3a8b31d blkcg: restructure blkio_group configruation setting by Tejun Heo · 13 years ago
  24. c4682ae blkcg: restructure configuration printing by Tejun Heo · 13 years ago
  25. 627f29f blkcg: drop blkiocg_file_write_u64() by Tejun Heo · 13 years ago
  26. d3d32e6 blkcg: restructure statistics printing by Tejun Heo · 13 years ago
  27. edcb072 blkcg: introduce blkg_stat and blkg_rwstat by Tejun Heo · 13 years ago
  28. 2aa4a15 blkcg: BLKIO_STAT_CPU_SECTORS doesn't have subcounters by Tejun Heo · 13 years ago
  29. aaec55a blkcg: remove unused @pol and @plid parameters by Tejun Heo · 13 years ago
  30. 959d851 Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-merged by Tejun Heo · 13 years ago
  31. 4baf6e3 cgroup: convert all non-memcg controllers to the new cftype interface by Tejun Heo · 13 years ago
  32. 676f7c8 cgroup: relocate cftype and cgroup_subsys definitions in controllers by Tejun Heo · 13 years ago
  33. a556793 blkcg: change a spin_lock() to spin_lock_irq() by Dan Carpenter · 13 years ago
  34. eb7d8c07 cfq: fix cfqg ref handling when BLK_CGROUP && !CFQ_GROUP_IOSCHED by Tejun Heo · 13 years ago
  35. 0d9cabd Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
  36. 2ba6894 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  37. 2b566fa block: remove ioc_*_changed() by Tejun Heo · 13 years ago
  38. 598971b cfq: don't use icq_get_changed() by Tejun Heo · 13 years ago
  39. abede6d cfq: pass around cfq_io_cq instead of io_context by Tejun Heo · 13 years ago
  40. 9a9e8a2 blkcg: add blkcg->id by Tejun Heo · 13 years ago
  41. edf1b87 blkcg: remove blkio_group->stats_lock by Tejun Heo · 13 years ago
  42. c4c76a0 blkcg: restructure blkio_get_stat() by Tejun Heo · 13 years ago
  43. 997a026 blkcg: simplify stat reset by Tejun Heo · 13 years ago
  44. 5fe224d blkcg: don't use percpu for merged stats by Tejun Heo · 13 years ago
  45. 1cd9e03 blkcg: alloc per cpu stats from worker thread in a delayed manner by Vivek Goyal · 13 years ago
  46. f1cbd03 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  47. ff8c147 block: fix ioc leak in put_io_context by Xiaotian Feng · 13 years ago
  48. 671058f block: make blk-throttle preserve the issuing task on delayed bios by Tejun Heo · 13 years ago
  49. 4f85cb9 block: make block cgroup policies follow bio task association by Tejun Heo · 13 years ago
  50. 852c788 block: implement bio_associate_current() by Tejun Heo · 13 years ago
  51. f6e8d01 block: add io_context->active_ref by Tejun Heo · 13 years ago
  52. 24acfc3 block: interface update for ioc/icq creation functions by Tejun Heo · 13 years ago
  53. b679281 block: restructure get_request() by Tejun Heo · 13 years ago
  54. c875f4d blkcg: drop unnecessary RCU locking by Tejun Heo · 13 years ago
  55. 9f13ef6 blkcg: use double locking instead of RCU for blkg synchronization by Tejun Heo · 13 years ago
  56. e8989fa blkcg: unify blkg's for blkcg policies by Tejun Heo · 13 years ago
  57. 03aa264 blkcg: let blkcg core manage per-queue blkg list and counter by Tejun Heo · 13 years ago
  58. 4eef304 blkcg: move per-queue blkg list heads and counters to queue and blkg by Tejun Heo · 13 years ago
  59. c176826 blkcg: don't use blkg->plid in stat related functions by Tejun Heo · 13 years ago
  60. 549d3aa blkcg: make blkg->pd an array and move configuration and stats into it by Tejun Heo · 13 years ago
  61. 1adaf3d blkcg: move refcnt to blkcg core by Tejun Heo · 13 years ago
  62. 0381411 blkcg: let blkcg core handle policy private data allocation by Tejun Heo · 13 years ago
  63. 923adde blkcg: clear all request_queues on blkcg policy [un]registrations by Tejun Heo · 13 years ago
  64. 5efd611 blkcg: add blkcg_{init|drain|exit}_queue() by Tejun Heo · 13 years ago
  65. 7ee9c56 blkcg: let blkio_group point to blkio_cgroup directly by Tejun Heo · 13 years ago
  66. 92616b5 blkcg: skip blkg printing if q isn't associated with disk by Vivek Goyal · 13 years ago
  67. 7a4dd28 blkcg: kill the mind-bending blkg->dev by Tejun Heo · 13 years ago
  68. 4bfd482 blkcg: kill blkio_policy_node by Tejun Heo · 13 years ago
  69. e56da7e blkcg: don't allow or retain configuration of missing devices by Tejun Heo · 13 years ago
  70. cd1604f blkcg: factor out blkio_group creation by Tejun Heo · 13 years ago
  71. f51b802 blkcg: use the usual get blkg path for root blkio_group by Tejun Heo · 13 years ago
  72. 035d10b blkcg: add blkio_policy[] array and allow one policy per policy ID by Tejun Heo · 13 years ago
  73. ca32aef blkcg: use q and plid instead of opaque void * for blkio_group association by Tejun Heo · 13 years ago
  74. 0a5a7d0 blkcg: update blkg get functions take blkio_cgroup as parameter by Tejun Heo · 13 years ago
  75. 2a7f124 blkcg: move rcu_read_lock() outside of blkio_group get functions by Tejun Heo · 13 years ago
  76. 72e06c2 blkcg: shoot down blkio_groups on elevator switch by Tejun Heo · 13 years ago
  77. 6ecf23a block: extend queue bypassing to cover blkcg policies by Tejun Heo · 13 years ago
  78. d732580 block: implement blk_queue_bypass_start/end() by Tejun Heo · 13 years ago
  79. b2fab5a elevator: make elevator_init_fn() return 0/-errno by Tejun Heo · 13 years ago
  80. 5a5bafd elevator: clear auxiliary data earlier during elevator switch by Tejun Heo · 13 years ago
  81. b95ada5 cfq: don't register propio policy if !CONFIG_CFQ_GROUP_IOSCHED by Tejun Heo · 13 years ago
  82. 32e380a blkcg: make CONFIG_BLK_CGROUP bool by Tejun Heo · 13 years ago
  83. b855b04 block: blk-throttle should be drained regardless of q->elevator by Tejun Heo · 13 years ago
  84. 62d3c54 Block: use a freezable workqueue for disk-event polling by Alan Stern · 13 years ago
  85. 9f53d2fe block: fix __blkdev_get and add_disk race condition by Stanislaw Gruszka · 13 years ago
  86. fe316bf block: Fix NULL pointer dereference in sd_revalidate_disk by Jun'ichi Nomura · 13 years ago
  87. 7e4d960 Merge branch 'linus' into sched/core by Ingo Molnar · 13 years ago
  88. 97387e3 LDM: Fix reassembly of extended VBLKs. by Anton Altaparmakov · 13 years ago
  89. 621032a block: exit_io_context() should call elevator_exit_icq_fn() by Tejun Heo · 13 years ago
  90. 2274b02 block: simplify ioc_release_fn() by Tejun Heo · 13 years ago
  91. d705ae6 block: replace icq->changed with icq->flags by Tejun Heo · 13 years ago
  92. d8c66c5 block: fix lockdep warning on io_context release put_io_context() by Tejun Heo · 13 years ago
  93. 37b40ad bsg: fix sysfs link remove warning by Stanislaw Gruszka · 13 years ago
  94. 07c2bd3 block: don't call elevator callbacks for plug merges by Tejun Heo · 13 years ago
  95. 050c8ea block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator functions by Tejun Heo · 13 years ago
  96. 11a3122 block: strip out locking optimization in put_io_context() by Tejun Heo · 13 years ago
  97. 9fa7347 block: fix ioc locking warning by Shaohua Li · 13 years ago
  98. 761b3ef cgroup: remove cgroup_subsys argument from callbacks by Li Zefan · 13 years ago
  99. 39be350 sched, block: Unify cache detection by Peter Zijlstra · 13 years ago
  100. 05c30b9 block: fix NULL icq_cache reference by Shaohua Li · 13 years ago