summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-19blkcg: refine error codes returned during blkcg configurationTejun Heo2-7/+7
2015-08-19blkcg: remove unnecessary NULL checks from __cfqg_set_weight_device()Tejun Heo1-4/+1
2015-08-19blkcg: reduce stack usage of blkg_rwstat_recursive_sum()Tejun Heo1-6/+4
2015-08-19blkcg: remove cfqg_stats->sectorsTejun Heo1-19/+36
2015-08-19blkcg: move io_service_bytes and io_serviced stats into blkcg_gqTejun Heo5-108/+133
2015-08-19blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gqTejun Heo3-34/+50
2015-08-19blkcg: make blkcg_[rw]stat per-cpuTejun Heo4-136/+153
2015-08-19blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with itTejun Heo3-66/+57
2015-08-19blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo6-99/+57
2015-08-19blk-throttle: improve queue bypass handlingTejun Heo1-3/+4
2015-08-19blkcg: move root blkg lookup optimization from throtl_lookup_tg() to __blkg_l...Tejun Heo2-7/+3
2015-08-19blkcg: inline [__]blkg_lookup()Tejun Heo2-40/+47
2015-08-19blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methodsTejun Heo3-23/+52
2015-08-19blkcg: minor updates around blkcg_policy_dataTejun Heo3-21/+28
2015-08-19blkcg: make blkcg_policy methods take a pointer to blkcg_policy_dataTejun Heo4-27/+26
2015-08-19blk-throttle: clean up blkg_policy_data alloc/init/exit/free methodsTejun Heo4-54/+31
2015-08-19blk-throttle: remove asynchrnous percpu stats allocation mechanismTejun Heo1-87/+25
2015-08-19blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methodsTejun Heo4-21/+44
2015-08-19blkcg: make blkcg_activate_policy() allow NULL ->pd_init_fnTejun Heo1-1/+2
2015-08-19blkcg: restructure blkg_policy_data allocation in blkcg_activate_policy()Tejun Heo2-37/+21
2015-08-19blkcg: remove unnecessary blkcg_root handling from css_alloc/free pathsTejun Heo1-15/+10
2015-08-19blkcg: use blkg_free() in blkcg_init_queue() failure pathTejun Heo1-2/+3
2015-08-19blkcg: remove unnecessary request_list->blkg NULL test in blk_put_rl()Tejun Heo1-2/+1
2015-08-19cfq-iosched: charge async IOs to the appropriate blkcg's instead of the rootTejun Heo1-43/+42
2015-08-19cfq-iosched: fold cfq_find_alloc_queue() into cfq_get_queue()Tejun Heo1-34/+15
2015-08-19cfq-iosched: move cfq_group determination from cfq_find_alloc_queue() to cfq_...Tejun Heo1-16/+12
2015-08-19cfq-iosched: remove @gfp_mask from cfq_find_alloc_queue()Tejun Heo1-35/+10
2015-08-19blkcg, cfq-iosched: use GFP_NOWAIT instead of GFP_ATOMIC for non-critical all...Tejun Heo2-5/+5
2015-08-19cfq-iosched: minor cleanupsTejun Heo1-15/+11
2015-08-19cfq-iosched: fix oom cfq_queue ref leak in cfq_set_request()Tejun Heo1-0/+2
2015-08-19cfq-iosched: fix async oom queue handlingTejun Heo1-1/+1
2015-08-19cfq-iosched: simplify control flow in cfq_get_queue()Tejun Heo1-6/+7
2015-08-19writeback: update writeback tracepoints to report cgroupTejun Heo3-49/+151
2015-08-19kernfs: implement kernfs_path_len()Tejun Heo2-0/+27
2015-08-19writeback: explain why @inode is allowed to be NULL for inode_congested()Tejun Heo1-1/+4
2015-08-19writeback: remove wb_writeback_work->single_wait/doneTejun Heo1-86/+30
2015-08-19writeback: bdi_for_each_wb() iteration is memcg ID based not blkcgTejun Heo2-15/+15
2015-08-19Merge branch 'for-4.3-unified-base' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe4-24/+111
2015-08-18cgroup: introduce cgroup_subsys->legacy_nameTejun Heo2-11/+21
2015-08-18cgroup: don't print subsystems for the default hierarchyTejun Heo1-6/+9
2015-08-11cgroup: make cftype->private a unsigned longTejun Heo1-1/+1
2015-08-05cgroup: export cgrp_dfl_rootTejun Heo1-0/+1
2015-08-04cgroup: define controller file conventionsTejun Heo2-8/+81
2015-07-27Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2-58/+74
2015-07-26Linux 4.2-rc4v4.2-rc4Linus Torvalds1-1/+1
2015-07-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+8
2015-07-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-59/+81
2015-07-26x86/mm/pat: Revert 'Adjust default caching mode translation tables'Thomas Gleixner1-3/+3
2015-07-26perf/x86/intel/cqm: Return cached counter value from IRQ contextMatt Fleming1-0/+8
2015-07-26Merge tag 'usb-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds20-161/+170