summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blkcg: make blkcg_[rw]stat per-cpuTejun Heo2015-08-184-136/+153
* blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with itTejun Heo2015-08-183-66/+57
* blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo2015-08-186-99/+57
* blk-throttle: improve queue bypass handlingTejun Heo2015-08-181-3/+4
* blkcg: move root blkg lookup optimization from throtl_lookup_tg() to __blkg_l...Tejun Heo2015-08-182-7/+3
* blkcg: inline [__]blkg_lookup()Tejun Heo2015-08-182-40/+47
* blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methodsTejun Heo2015-08-183-23/+52
* blkcg: minor updates around blkcg_policy_dataTejun Heo2015-08-183-21/+28
* blkcg: make blkcg_policy methods take a pointer to blkcg_policy_dataTejun Heo2015-08-184-27/+26
* blk-throttle: clean up blkg_policy_data alloc/init/exit/free methodsTejun Heo2015-08-184-54/+31
* blk-throttle: remove asynchrnous percpu stats allocation mechanismTejun Heo2015-08-181-87/+25
* blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methodsTejun Heo2015-08-184-21/+44
* blkcg: make blkcg_activate_policy() allow NULL ->pd_init_fnTejun Heo2015-08-181-1/+2
* blkcg: restructure blkg_policy_data allocation in blkcg_activate_policy()Tejun Heo2015-08-182-37/+21
* blkcg: remove unnecessary blkcg_root handling from css_alloc/free pathsTejun Heo2015-08-181-15/+10
* blkcg: use blkg_free() in blkcg_init_queue() failure pathTejun Heo2015-08-181-2/+3
* blkcg: remove unnecessary request_list->blkg NULL test in blk_put_rl()Tejun Heo2015-08-181-2/+1
* cfq-iosched: charge async IOs to the appropriate blkcg's instead of the rootTejun Heo2015-08-181-43/+42
* cfq-iosched: fold cfq_find_alloc_queue() into cfq_get_queue()Tejun Heo2015-08-181-34/+15
* cfq-iosched: move cfq_group determination from cfq_find_alloc_queue() to cfq_...Tejun Heo2015-08-181-16/+12
* cfq-iosched: remove @gfp_mask from cfq_find_alloc_queue()Tejun Heo2015-08-181-35/+10
* blkcg, cfq-iosched: use GFP_NOWAIT instead of GFP_ATOMIC for non-critical all...Tejun Heo2015-08-182-5/+5
* cfq-iosched: minor cleanupsTejun Heo2015-08-181-15/+11
* cfq-iosched: fix oom cfq_queue ref leak in cfq_set_request()Tejun Heo2015-08-181-0/+2
* cfq-iosched: fix async oom queue handlingTejun Heo2015-08-181-1/+1
* cfq-iosched: simplify control flow in cfq_get_queue()Tejun Heo2015-08-181-6/+7
* writeback: update writeback tracepoints to report cgroupTejun Heo2015-08-183-49/+151
* kernfs: implement kernfs_path_len()Tejun Heo2015-08-182-0/+27
* writeback: explain why @inode is allowed to be NULL for inode_congested()Tejun Heo2015-08-181-1/+4
* writeback: remove wb_writeback_work->single_wait/doneTejun Heo2015-08-181-86/+30
* writeback: bdi_for_each_wb() iteration is memcg ID based not blkcgTejun Heo2015-08-182-15/+15
* Merge branch 'for-4.3-unified-base' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2015-08-184-24/+111
|\
| * cgroup: introduce cgroup_subsys->legacy_nameTejun Heo2015-08-182-11/+21
| * cgroup: don't print subsystems for the default hierarchyTejun Heo2015-08-181-6/+9
| * cgroup: make cftype->private a unsigned longTejun Heo2015-08-111-1/+1
| * cgroup: export cgrp_dfl_rootTejun Heo2015-08-051-0/+1
| * cgroup: define controller file conventionsTejun Heo2015-08-042-8/+81
* | Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-07-272-58/+74
|\ \
| * | xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu2015-07-241-2/+2
| * | xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu2015-07-241-2/+4
| * | xen-blkfront: introduce blkfront_gather_backend_features()Bob Liu2015-07-241-54/+68
* | | Linux 4.2-rc4Linus Torvalds2015-07-261-1/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-261-0/+8
|\ \ \
| * | | perf/x86/intel/cqm: Return cached counter value from IRQ contextMatt Fleming2015-07-261-0/+8
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-2611-59/+81
|\ \ \ \ | |/ / / |/| | |
| * | | x86/mm/pat: Revert 'Adjust default caching mode translation tables'Thomas Gleixner2015-07-261-3/+3
| * | | x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commitDenys Vlasenko2015-07-241-5/+9
| * | | x86/mm: Fix newly introduced printk format warningsThomas Gleixner2015-07-241-2/+2
| * | | mm: Fix bugs in region_is_ram()Toshi Kani2015-07-221-3/+3
| * | | x86/mm: Remove region_is_ram() call from ioremapToshi Kani2015-07-221-18/+6