1. 9034c87 Merge android-4.9.175 (e2171b6) into msm-4.9 by Tengfei Fan · 5 years ago
  2. 07e40a3 ANDROID: block/cfq-iosched: make group_idle per io cgroup tunable by Rick Yiu · 6 years ago
  3. 07a6134 block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcg by Tejun Heo · 7 years ago
  4. a4187e9 cfq: Give a chance for arming slice idle timer in case of group_idle by Ritesh Harjani · 7 years ago
  5. 365b3e6 block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcg by Tejun Heo · 7 years ago
  6. 940c0b4 cfq: Give a chance to arm slice idle timer in case of group_idle by Ritesh Harjani · 7 years ago
  7. 08229c1 cfq-iosched: fix the delay of cfq_group's vdisktime under iops mode by Hou Tao · 7 years ago
  8. f57d871 block: cfq_cpd_alloc() should use @gfp by Tejun Heo · 7 years ago
  9. 3932a86 cfq: fix starvation of asynchronous writes by Glauber Costa · 8 years ago
  10. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  11. 72ef799 block: do not merge requests without consulting with io scheduler by Tahsin Erdogan · 8 years ago
  12. 0b31c10 cfq-iosched: Charge at least 1 jiffie instead of 1 ns by Jan Kara · 8 years ago
  13. 149321a cfq-iosched: Fix regression in bonnie++ rewrite performance by Jan Kara · 8 years ago
  14. 93fdf14 cfq-iosched: Convert slice_resid from u64 to s64 by Jan Kara · 8 years ago
  15. b8269db cfq-iosched: temporarily boost queue priority for idle classes by Jens Axboe · 8 years ago
  16. 9114832 cfq-iosched: Convert to use highres timers by Jan Kara · 8 years ago
  17. d2d481d cfq-iosched: Expose microsecond interfaces by Jeff Moyer · 8 years ago
  18. 9a7f38c cfq-iosched: Convert from jiffies to nanoseconds by Jeff Moyer · 8 years ago
  19. d9d8c5c block: convert is_sync helpers to use REQ_OPs. by Mike Christie · 8 years ago
  20. 63a4cc2 blkg_rwstat: separate op from flags by Mike Christie · 8 years ago
  21. ba568ea block: prepare elevator to use REQ_OPs. by Mike Christie · 8 years ago
  22. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  23. 3984aa5 cfq-iosched: Allow parent cgroup to preempt its child by Jan Kara · 8 years ago
  24. a257ae3 cfq-iosched: Allow sync noidle workloads to preempt each other by Jan Kara · 8 years ago
  25. 6c80731c cfq-iosched: Reorder checks in cfq_should_preempt() by Jan Kara · 8 years ago
  26. e795421 cfq-iosched: Don't group_idle if cfqq has big thinktime by Jan Kara · 8 years ago
  27. 9e10a13 cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl() by Tejun Heo · 9 years ago
  28. 69d7fde blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchy by Tejun Heo · 9 years ago
  29. 3ecca62 blkcg: s/CFQ_WEIGHT_*/CFQ_WEIGHT_LEGACY_*/ by Tejun Heo · 9 years ago
  30. 2ee867dc blkcg: implement interface for the unified hierarchy by Tejun Heo · 9 years ago
  31. dd165eb blkcg: misc preparations for unified hierarchy interface by Tejun Heo · 9 years ago
  32. 36aa9e5 blkcg: move body parsing from blkg_conf_prep() to its callers by Tejun Heo · 9 years ago
  33. 880f50e blkcg: mark existing cftypes as legacy by Tejun Heo · 9 years ago
  34. 20386ce blkcg: refine error codes returned during blkcg configuration by Tejun Heo · 9 years ago
  35. 5332dfc blkcg: remove unnecessary NULL checks from __cfqg_set_weight_device() by Tejun Heo · 9 years ago
  36. 702747c blkcg: remove cfqg_stats->sectors by Tejun Heo · 9 years ago
  37. 77ea733 blkcg: move io_service_bytes and io_serviced stats into blkcg_gq by Tejun Heo · 9 years ago
  38. f12c74c blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gq by Tejun Heo · 9 years ago
  39. 24bdb8e blkcg: make blkcg_[rw]stat per-cpu by Tejun Heo · 9 years ago
  40. e6269c4 blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with it by Tejun Heo · 9 years ago
  41. ae11889 blkcg: consolidate blkg creation in blkcg_bio_issue_check() by Tejun Heo · 9 years ago
  42. e4a9bde blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methods by Tejun Heo · 9 years ago
  43. 8143764 blkcg: minor updates around blkcg_policy_data by Tejun Heo · 9 years ago
  44. a9520cd blkcg: make blkcg_policy methods take a pointer to blkcg_policy_data by Tejun Heo · 9 years ago
  45. b2ce264 blk-throttle: clean up blkg_policy_data alloc/init/exit/free methods by Tejun Heo · 9 years ago
  46. 001bea7 blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methods by Tejun Heo · 9 years ago
  47. 60a8370 cfq-iosched: charge async IOs to the appropriate blkcg's instead of the root by Tejun Heo · 9 years ago
  48. d4aad7f cfq-iosched: fold cfq_find_alloc_queue() into cfq_get_queue() by Tejun Heo · 9 years ago
  49. 322731e cfq-iosched: move cfq_group determination from cfq_find_alloc_queue() to cfq_get_queue() by Tejun Heo · 9 years ago
  50. 2da8de0 cfq-iosched: remove @gfp_mask from cfq_find_alloc_queue() by Tejun Heo · 9 years ago
  51. d93a11f blkcg, cfq-iosched: use GFP_NOWAIT instead of GFP_ATOMIC for non-critical allocations by Tejun Heo · 9 years ago
  52. 563180a cfq-iosched: minor cleanups by Tejun Heo · 9 years ago
  53. bce6133 cfq-iosched: fix oom cfq_queue ref leak in cfq_set_request() by Tejun Heo · 9 years ago
  54. 95e5d6f cfq-iosched: fix async oom queue handling by Tejun Heo · 9 years ago
  55. 4ebc1c6 cfq-iosched: simplify control flow in cfq_get_queue() by Tejun Heo · 9 years ago
  56. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  57. ae994ea cfq-iosched: fix other locations where blkcg_to_cfqgd() can return NULL by Jens Axboe · 9 years ago
  58. 9470e4a cfq-iosched: fix sysfs oops when attempting to read unconfigured weights by Jens Axboe · 9 years ago
  59. 4ceab71 cfq-iosched: move group scheduling functions under ifdef by Jens Axboe · 9 years ago
  60. 0bb9794 cfq-iosched: fix the setting of IOPS mode on SSDs by Jens Axboe · 9 years ago
  61. e48453c block, cgroup: implement policy-specific per-blkcg data by Arianna Avanzini · 9 years ago
  62. 41c0126 block: Make CFQ default to IOPS mode on SSDs by Tahsin Erdogan · 9 years ago
  63. eea8f41 blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h by Tejun Heo · 9 years ago
  64. 69abaff cfq-iosched: handle failure of cfq group allocation by Konstantin Khlebnikov · 9 years ago
  65. c6ce194 cfq-iosched: fix incorrect filing of rt async cfqq by Jeff Moyer · 9 years ago
  66. b207892 Merge branch 'for-linus' into for-3.18/core by Jens Axboe · 10 years ago
  67. f4da807 blkcg: remove blkcg->id by Tejun Heo · 10 years ago
  68. 7b5af5c cfq-iosched: Add comments on update timing of weight by Toshiaki Makita · 10 years ago
  69. e15693e cfq-iosched: Fix wrong children_weight calculation by Toshiaki Makita · 10 years ago
  70. 14208b0 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  71. 451af50 cgroup: replace cftype->write_string() with cftype->write() by Tejun Heo · 10 years ago
  72. 176167a block: Fix format string mismatch in cfq-iosched.c by Masanari Iida · 10 years ago
  73. 59c3d45 block: remove 'q' parameter from kblockd_schedule_*_work() by Jens Axboe · 10 years ago
  74. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  75. 4d3bb51 cgroup: drop const from @buffer of cftype->write_string() by Tejun Heo · 10 years ago
  76. 8b4922d block: Stop abusing csd.list for fifo_time by Jan Kara · 10 years ago
  77. 5f46990 cgroup: update the meaning of cftype->max_write_len by Tejun Heo · 10 years ago
  78. 2da8ca8 cgroup: replace cftype->read_seq_string() with cftype->seq_show() by Tejun Heo · 10 years ago
  79. 90d3839 block: Use u64_stats_init() to initialize seqcounts by Peter Zijlstra · 10 years ago
  80. 68cf8d0 Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  81. f3cff25 cfq: explicitly use 64bit divide operation for 64bit arguments by Anatol Pomozov · 11 years ago
  82. c1b511e block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) by Joe Perches · 11 years ago
  83. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  84. d50235b elevator: Fix a race in elevator switching by Jianpeng Ma · 11 years ago
  85. f73a1c7 block: Add bio_end_sector() by Kent Overstreet · 12 years ago
  86. ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  87. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  88. a3cc86c cfq: fix lock imbalance with failed allocations by Glauber Costa · 11 years ago
  89. 4311401 cfq-iosched: add hierarchical cfq_group statistics by Tejun Heo · 11 years ago
  90. 0b39920 cfq-iosched: collect stats from dead cfqgs by Tejun Heo · 11 years ago
  91. 689665a cfq-iosched: separate out cfqg_stats_reset() from cfq_pd_reset_stats() by Tejun Heo · 11 years ago
  92. 4d5e80a blkcg: s/blkg_rwstat_sum()/blkg_rwstat_total()/ by Tejun Heo · 11 years ago
  93. d02f7aa cfq-iosched: enable full blkcg hierarchy support by Tejun Heo · 11 years ago
  94. 41cad6a cfq-iosched: convert cfq_group_slice() to use cfqg->vfraction by Tejun Heo · 11 years ago
  95. 1d3650f cfq-iosched: implement hierarchy-ready cfq_group charge scaling by Tejun Heo · 11 years ago
  96. 7918ffb cfq-iosched: implement cfq_group->nr_active and ->children_weight by Tejun Heo · 11 years ago
  97. e71357e cfq-iosched: add leaf_weight by Tejun Heo · 11 years ago
  98. b226e5c cfq-iosched: Print sync-noidle information in blktrace messages by Vivek Goyal · 12 years ago
  99. 1f23f12 cfq-iosched: Get rid of unnecessary local variable by Vivek Goyal · 12 years ago
  100. 6d816ec cfq-iosched: Rename few functions related to selecting workload by Vivek Goyal · 12 years ago