1. 563180a cfq-iosched: minor cleanups by Tejun Heo · 9 years ago
  2. bce6133 cfq-iosched: fix oom cfq_queue ref leak in cfq_set_request() by Tejun Heo · 9 years ago
  3. 95e5d6f cfq-iosched: fix async oom queue handling by Tejun Heo · 9 years ago
  4. 4ebc1c6 cfq-iosched: simplify control flow in cfq_get_queue() by Tejun Heo · 9 years ago
  5. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  6. ae994ea cfq-iosched: fix other locations where blkcg_to_cfqgd() can return NULL by Jens Axboe · 9 years ago
  7. 9470e4a cfq-iosched: fix sysfs oops when attempting to read unconfigured weights by Jens Axboe · 9 years ago
  8. 4ceab71 cfq-iosched: move group scheduling functions under ifdef by Jens Axboe · 9 years ago
  9. 0bb9794 cfq-iosched: fix the setting of IOPS mode on SSDs by Jens Axboe · 9 years ago
  10. e48453c block, cgroup: implement policy-specific per-blkcg data by Arianna Avanzini · 9 years ago
  11. 41c0126 block: Make CFQ default to IOPS mode on SSDs by Tahsin Erdogan · 9 years ago
  12. eea8f41 blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h by Tejun Heo · 9 years ago
  13. 69abaff cfq-iosched: handle failure of cfq group allocation by Konstantin Khlebnikov · 9 years ago
  14. c6ce194 cfq-iosched: fix incorrect filing of rt async cfqq by Jeff Moyer · 9 years ago
  15. b207892 Merge branch 'for-linus' into for-3.18/core by Jens Axboe · 10 years ago
  16. f4da807 blkcg: remove blkcg->id by Tejun Heo · 10 years ago
  17. 7b5af5c cfq-iosched: Add comments on update timing of weight by Toshiaki Makita · 10 years ago
  18. e15693e cfq-iosched: Fix wrong children_weight calculation by Toshiaki Makita · 10 years ago
  19. 14208b0 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  20. 451af50 cgroup: replace cftype->write_string() with cftype->write() by Tejun Heo · 10 years ago
  21. 176167a block: Fix format string mismatch in cfq-iosched.c by Masanari Iida · 10 years ago
  22. 59c3d45 block: remove 'q' parameter from kblockd_schedule_*_work() by Jens Axboe · 10 years ago
  23. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  24. 4d3bb51 cgroup: drop const from @buffer of cftype->write_string() by Tejun Heo · 10 years ago
  25. 8b4922d block: Stop abusing csd.list for fifo_time by Jan Kara · 10 years ago
  26. 5f46990 cgroup: update the meaning of cftype->max_write_len by Tejun Heo · 10 years ago
  27. 2da8ca8 cgroup: replace cftype->read_seq_string() with cftype->seq_show() by Tejun Heo · 11 years ago
  28. 90d3839 block: Use u64_stats_init() to initialize seqcounts by Peter Zijlstra · 11 years ago
  29. 68cf8d0 Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  30. f3cff25 cfq: explicitly use 64bit divide operation for 64bit arguments by Anatol Pomozov · 11 years ago
  31. c1b511e block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) by Joe Perches · 11 years ago
  32. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  33. d50235b elevator: Fix a race in elevator switching by Jianpeng Ma · 11 years ago
  34. f73a1c7 block: Add bio_end_sector() by Kent Overstreet · 12 years ago
  35. ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  36. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  37. a3cc86c cfq: fix lock imbalance with failed allocations by Glauber Costa · 11 years ago
  38. 4311401 cfq-iosched: add hierarchical cfq_group statistics by Tejun Heo · 11 years ago
  39. 0b39920 cfq-iosched: collect stats from dead cfqgs by Tejun Heo · 11 years ago
  40. 689665a cfq-iosched: separate out cfqg_stats_reset() from cfq_pd_reset_stats() by Tejun Heo · 11 years ago
  41. 4d5e80a blkcg: s/blkg_rwstat_sum()/blkg_rwstat_total()/ by Tejun Heo · 11 years ago
  42. d02f7aa cfq-iosched: enable full blkcg hierarchy support by Tejun Heo · 11 years ago
  43. 41cad6a cfq-iosched: convert cfq_group_slice() to use cfqg->vfraction by Tejun Heo · 11 years ago
  44. 1d3650f cfq-iosched: implement hierarchy-ready cfq_group charge scaling by Tejun Heo · 11 years ago
  45. 7918ffb cfq-iosched: implement cfq_group->nr_active and ->children_weight by Tejun Heo · 11 years ago
  46. e71357e cfq-iosched: add leaf_weight by Tejun Heo · 11 years ago
  47. b226e5c cfq-iosched: Print sync-noidle information in blktrace messages by Vivek Goyal · 12 years ago
  48. 1f23f12 cfq-iosched: Get rid of unnecessary local variable by Vivek Goyal · 12 years ago
  49. 6d816ec cfq-iosched: Rename few functions related to selecting workload by Vivek Goyal · 12 years ago
  50. 34b98d0 cfq-iosched: Rename "service_tree" to "st" at some places by Vivek Goyal · 12 years ago
  51. 4d2ceea cfq-iosched: More renaming to better represent wl_class and wl_type by Vivek Goyal · 12 years ago
  52. 3bf10fe cfq-iosched: Properly name all references to IO class by Vivek Goyal · 12 years ago
  53. 3d106fba block CFQ: avoid moving request to different queue by Shaohua Li · 12 years ago
  54. ffea73f block: blkcg_policy_cfq shouldn't be used if !CONFIG_CFQ_GROUP_IOSCHED by Tejun Heo · 12 years ago
  55. fd79495 block: fix return value on cfq_init() failure by Tejun Heo · 12 years ago
  56. 0b7877d Merge tag 'v3.4-rc5' into for-3.5/core by Jens Axboe · 12 years ago
  57. f9fcc2d blkcg: collapse blkcg_policy_ops into blkcg_policy by Tejun Heo · 12 years ago
  58. f95a04a blkcg: embed struct blkg_policy_data in policy specific data by Tejun Heo · 12 years ago
  59. 3c79839 blkcg: mass rename of blkcg API by Tejun Heo · 12 years ago
  60. 54e7ed1 blkcg: remove blkio_group->path[] by Tejun Heo · 12 years ago
  61. 3c96cb3 blkcg: drop stuff unused after per-queue policy activation update by Tejun Heo · 12 years ago
  62. a2b1693 blkcg: implement per-queue policy activation by Tejun Heo · 12 years ago
  63. 03d8e11 blkcg: add request_queue->root_blkg by Tejun Heo · 12 years ago
  64. da8b066 blkcg: make blkg_conf_prep() take @pol and return with queue lock held by Tejun Heo · 12 years ago
  65. 8bd435b blkcg: remove static policy ID enums by Tejun Heo · 12 years ago
  66. ec39934 blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blkgs() by Tejun Heo · 12 years ago
  67. f48ec1d cfq: fix build breakage & warnings by Tejun Heo · 12 years ago
  68. 5bc4afb1 blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macros by Tejun Heo · 12 years ago
  69. d366e7e blkcg: pass around pd->pdata instead of pd itself in prfill functions by Tejun Heo · 12 years ago
  70. 3381cb8 blkcg: move blkio_group_conf->weight to cfq by Tejun Heo · 12 years ago
  71. 155fead blkcg: move blkio_group_stats to cfq-iosched.c by Tejun Heo · 12 years ago
  72. 41b38b6 blkcg: cfq doesn't need per-cpu dispatch stats by Tejun Heo · 12 years ago
  73. 629ed0b blkcg: move statistics update code to policies by Tejun Heo · 12 years ago
  74. 2ce4d50 cfq: collapse cfq.h into cfq-iosched.c by Tejun Heo · 12 years ago
  75. 60c2bc2 blkcg: move conf/stat file handling code to policies by Tejun Heo · 12 years ago
  76. aaec55a blkcg: remove unused @pol and @plid parameters by Tejun Heo · 12 years ago
  77. 5bf14c0 block: Make cfq_target_latency tunable through sysfs. by Tao Ma · 12 years ago
  78. eb7d8c07 cfq: fix cfqg ref handling when BLK_CGROUP && !CFQ_GROUP_IOSCHED by Tejun Heo · 12 years ago
  79. 598971b cfq: don't use icq_get_changed() by Tejun Heo · 12 years ago
  80. abede6d cfq: pass around cfq_io_cq instead of io_context by Tejun Heo · 12 years ago
  81. 4f85cb9 block: make block cgroup policies follow bio task association by Tejun Heo · 12 years ago
  82. 852c788 block: implement bio_associate_current() by Tejun Heo · 12 years ago
  83. f6e8d01 block: add io_context->active_ref by Tejun Heo · 12 years ago
  84. c875f4d blkcg: drop unnecessary RCU locking by Tejun Heo · 12 years ago
  85. e8989fa blkcg: unify blkg's for blkcg policies by Tejun Heo · 12 years ago
  86. 03aa264 blkcg: let blkcg core manage per-queue blkg list and counter by Tejun Heo · 12 years ago
  87. 4eef304 blkcg: move per-queue blkg list heads and counters to queue and blkg by Tejun Heo · 12 years ago
  88. c176826 blkcg: don't use blkg->plid in stat related functions by Tejun Heo · 12 years ago
  89. 1adaf3d blkcg: move refcnt to blkcg core by Tejun Heo · 12 years ago
  90. 0381411 blkcg: let blkcg core handle policy private data allocation by Tejun Heo · 12 years ago
  91. 7ee9c56 blkcg: let blkio_group point to blkio_cgroup directly by Tejun Heo · 12 years ago
  92. 7a4dd28 blkcg: kill the mind-bending blkg->dev by Tejun Heo · 12 years ago
  93. e56da7e blkcg: don't allow or retain configuration of missing devices by Tejun Heo · 12 years ago
  94. cd1604f blkcg: factor out blkio_group creation by Tejun Heo · 12 years ago
  95. f51b802 blkcg: use the usual get blkg path for root blkio_group by Tejun Heo · 12 years ago
  96. ca32aef blkcg: use q and plid instead of opaque void * for blkio_group association by Tejun Heo · 12 years ago
  97. 0a5a7d0 blkcg: update blkg get functions take blkio_cgroup as parameter by Tejun Heo · 12 years ago
  98. 2a7f124 blkcg: move rcu_read_lock() outside of blkio_group get functions by Tejun Heo · 12 years ago
  99. 72e06c2 blkcg: shoot down blkio_groups on elevator switch by Tejun Heo · 12 years ago
  100. b2fab5a elevator: make elevator_init_fn() return 0/-errno by Tejun Heo · 12 years ago