summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-06-02writeback: make writeback_control track the inode being written backTejun Heo6-28/+118
2015-06-02writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo5-112/+127
2015-06-02mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support...Tejun Heo1-10/+41
2015-06-02writeback: implement memcg writeback domain based throttlingTejun Heo3-22/+188
2015-06-02writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changesTejun Heo2-0/+32
2015-06-02writeback: implement memcg wb_domainTejun Heo6-2/+87
2015-06-02writeback: update wb_over_bg_thresh() to use wb_domain aware operationsTejun Heo1-5/+12
2015-06-02writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo3-18/+26
2015-06-02writeback: separate out domain_dirty_limits()Tejun Heo1-25/+86
2015-06-02writeback: make __wb_writeout_inc() and hard_dirty_limit() take wb_domaas a p...Tejun Heo1-16/+21
2015-06-02writeback: add dirty_throttle_control->domTejun Heo1-6/+24
2015-06-02writeback: add dirty_throttle_control->wb_completionsTejun Heo1-2/+4
2015-06-02writeback: add dirty_throttle_control->pos_ratioTejun Heo1-15/+21
2015-06-02writeback: make __wb_calc_thresh() take dirty_throttle_controlTejun Heo1-7/+14
2015-06-02writeback: add dirty_throttle_control->wb_bg_threshTejun Heo1-16/+11
2015-06-02writeback: consolidate dirty throttle parameters into dirty_throttle_controlTejun Heo1-111/+101
2015-06-02writeback: move global_dirty_limit into wb_domainTejun Heo4-28/+44
2015-06-02writeback: implement wb_domainTejun Heo2-45/+59
2015-06-02writeback: reorganize [__]wb_update_bandwidth()Tejun Heo3-41/+23
2015-06-02writeback: clean up wb_dirty_limit()Tejun Heo4-20/+20
2015-06-02memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of o...Tejun Heo1-49/+2
2015-06-02ext2: enable cgroup writeback supportTejun Heo1-1/+1
2015-06-02mpage: make __mpage_writepage() honor cgroup writebackTejun Heo1-0/+2
2015-06-02buffer, writeback: make __block_write_full_page() honor cgroup writebackTejun Heo2-6/+32
2015-06-02writeback: dirty inodes against their matching cgroup bdi_writeback'sTejun Heo1-12/+11
2015-06-02writeback: make writeback initiation functions handle multiple bdi_writeback'sTejun Heo1-5/+91
2015-06-02writeback: restructure try_writeback_inodes_sb[_nr]()Tejun Heo2-26/+32
2015-06-02writeback: implement wb_wait_for_single_work()Tejun Heo1-2/+45
2015-06-02writeback: implement bdi_wait_for_completion()Tejun Heo3-12/+49
2015-06-02writeback: add wb_writeback_work->auto_freeTejun Heo1-7/+6
2015-06-02writeback: make wakeup_dirtytime_writeback() handle multiple bdi_writeback'sTejun Heo1-3/+6
2015-06-02writeback: make wakeup_flusher_threads() handle multiple bdi_writeback'sTejun Heo1-2/+46
2015-06-02writeback: make bdi_start_background_writeback() take bdi_writeback instead o...Tejun Heo3-9/+9
2015-06-02writeback: make writeback_in_progress() take bdi_writeback instead of backing...Tejun Heo3-17/+14
2015-06-02writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback'sTejun Heo1-3/+9
2015-06-02writeback: remove bdi_start_writeback()Tejun Heo3-47/+29
2015-06-02writeback: implement bdi_for_each_wb()Tejun Heo1-0/+63
2015-06-02writeback: make bdi->min/max_ratio handling cgroup writeback awareTejun Heo1-4/+46
2015-06-02writeback: don't issue wb_writeback_work if cleanTejun Heo1-8/+10
2015-06-02writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo5-13/+25
2015-06-02writeback: implement backing_dev_info->tot_write_bandwidthTejun Heo3-1/+11
2015-06-02writeback: implement WB_has_dirty_io wb_state flagTejun Heo4-30/+91
2015-06-02writeback: implement and use inode_congested()Tejun Heo5-8/+58
2015-06-02writeback, blkcg: propagate non-root blkcg congestion stateTejun Heo1-6/+9
2015-06-02writeback, blkcg: restructure blk_{set|clear}_queue_congested()Tejun Heo2-44/+37
2015-06-02writeback: make congestion functions per bdi_writebackTejun Heo3-32/+49
2015-06-02writeback: let balance_dirty_pages() work on the matching cgroup bdi_writebackTejun Heo1-5/+13
2015-06-02writeback: attribute stats to the matching per-cgroup bdi_writebackTejun Heo1-9/+15
2015-06-02writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writebac...Tejun Heo2-2/+21
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo11-11/+698