summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-08ANDROID: block/cfq-iosched: make group_idle per io cgroup tunableRick Yiu1-9/+72
2018-09-19block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcgTejun Heo2-5/+7
2018-09-19cfq: Give a chance for arming slice idle timer in case of group_idleRitesh Harjani1-1/+2
2017-06-14cfq-iosched: fix the delay of cfq_group's vdisktime under iops modeHou Tao1-2/+15
2017-01-19block: cfq_cpd_alloc() should use @gfpTejun Heo1-1/+1
2016-09-23cfq: fix starvation of asynchronous writesGlauber Costa1-3/+10
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe51-157/+158
2016-07-21block: do not merge requests without consulting with io schedulerTahsin Erdogan5-19/+37
2016-06-28cfq-iosched: Charge at least 1 jiffie instead of 1 nsJan Kara1-1/+2
2016-06-28cfq-iosched: Fix regression in bonnie++ rewrite performanceJan Kara1-1/+10
2016-06-28cfq-iosched: Convert slice_resid from u64 to s64Jan Kara1-2/+2
2016-06-09cfq-iosched: temporarily boost queue priority for idle classesJens Axboe2-1/+26
2016-06-08cfq-iosched: Convert to use highres timersJan Kara1-9/+12
2016-06-08cfq-iosched: Expose microsecond interfacesJeff Moyer1-0/+40
2016-06-08cfq-iosched: Convert from jiffies to nanosecondsJeff Moyer1-137/+136
2016-06-07block: convert is_sync helpers to use REQ_OPs.Mike Christie4-11/+11
2016-06-07blkg_rwstat: separate op from flagsMike Christie2-26/+36
2016-06-07block: prepare elevator to use REQ_OPs.Mike Christie4-9/+8
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-02-04cfq-iosched: Allow parent cgroup to preempt its childJan Kara1-1/+18
2016-02-04cfq-iosched: Allow sync noidle workloads to preempt each otherJan Kara1-1/+0
2016-02-04cfq-iosched: Reorder checks in cfq_should_preempt()Jan Kara1-6/+7
2016-02-04cfq-iosched: Don't group_idle if cfqq has big thinktimeJan Kara1-2/+8
2015-09-18cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo6-73/+76
2015-08-18blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchyTejun Heo4-16/+64
2015-08-18blkcg: s/CFQ_WEIGHT_*/CFQ_WEIGHT_LEGACY_*/Tejun Heo1-11/+11
2015-08-18blkcg: implement interface for the unified hierarchyTejun Heo5-9/+279
2015-08-18blkcg: misc preparations for unified hierarchy interfaceTejun Heo3-5/+7
2015-08-18blkcg: move body parsing from blkg_conf_prep() to its callersTejun Heo4-22/+39
2015-08-18blkcg: mark existing cftypes as legacyTejun Heo4-11/+11
2015-08-18blkcg: refine error codes returned during blkcg configurationTejun Heo2-7/+7
2015-08-18blkcg: remove unnecessary NULL checks from __cfqg_set_weight_device()Tejun Heo1-4/+1
2015-08-18blkcg: remove cfqg_stats->sectorsTejun Heo1-19/+36
2015-08-18blkcg: move io_service_bytes and io_serviced stats into blkcg_gqTejun Heo5-108/+133
2015-08-18blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gqTejun Heo3-34/+50
2015-08-18blkcg: make blkcg_[rw]stat per-cpuTejun Heo4-136/+153
2015-08-18blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with itTejun Heo3-66/+57
2015-08-18blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo6-99/+57
2015-08-18blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methodsTejun Heo3-23/+52
2015-08-18blkcg: minor updates around blkcg_policy_dataTejun Heo3-21/+28
2015-08-18blkcg: make blkcg_policy methods take a pointer to blkcg_policy_dataTejun Heo4-27/+26
2015-08-18blk-throttle: clean up blkg_policy_data alloc/init/exit/free methodsTejun Heo4-54/+31
2015-08-18blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methodsTejun Heo4-21/+44
2015-08-18cfq-iosched: charge async IOs to the appropriate blkcg's instead of the rootTejun Heo1-43/+42
2015-08-18cfq-iosched: fold cfq_find_alloc_queue() into cfq_get_queue()Tejun Heo1-34/+15
2015-08-18cfq-iosched: move cfq_group determination from cfq_find_alloc_queue() to cfq_...Tejun Heo1-16/+12
2015-08-18cfq-iosched: remove @gfp_mask from cfq_find_alloc_queue()Tejun Heo1-35/+10
2015-08-18blkcg, cfq-iosched: use GFP_NOWAIT instead of GFP_ATOMIC for non-critical all...Tejun Heo2-5/+5
2015-08-18cfq-iosched: minor cleanupsTejun Heo1-15/+11
2015-08-18cfq-iosched: fix oom cfq_queue ref leak in cfq_set_request()Tejun Heo1-0/+2
[next]