aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2015-06-04Merge branch 'akpm-current/current'Stephen Rothwell
2015-06-04Merge remote-tracking branch 'init/init-v4.1-rc6'Stephen Rothwell
2015-06-04Merge remote-tracking branch 'ftrace/for-next'Stephen Rothwell
2015-06-04Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2015-06-04Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2015-06-04Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2015-06-04Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell
2015-06-02writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo
2015-06-02writeback: make writeback_control track the inode being written backTejun Heo
2015-06-02writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo
2015-06-02mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support...Tejun Heo
2015-06-02writeback: implement memcg writeback domain based throttlingTejun Heo
2015-06-02writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changesTejun Heo
2015-06-02writeback: implement memcg wb_domainTejun Heo
2015-06-02writeback: update wb_over_bg_thresh() to use wb_domain aware operationsTejun Heo
2015-06-02writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo
2015-06-02writeback: separate out domain_dirty_limits()Tejun Heo
2015-06-02writeback: make __wb_writeout_inc() and hard_dirty_limit() take wb_domaas a p...Tejun Heo
2015-06-02writeback: add dirty_throttle_control->domTejun Heo
2015-06-02writeback: add dirty_throttle_control->wb_completionsTejun Heo
2015-06-02writeback: add dirty_throttle_control->pos_ratioTejun Heo
2015-06-02writeback: make __wb_calc_thresh() take dirty_throttle_controlTejun Heo
2015-06-02writeback: add dirty_throttle_control->wb_bg_threshTejun Heo
2015-06-02writeback: consolidate dirty throttle parameters into dirty_throttle_controlTejun Heo
2015-06-02writeback: move global_dirty_limit into wb_domainTejun Heo
2015-06-02writeback: implement wb_domainTejun Heo
2015-06-02writeback: reorganize [__]wb_update_bandwidth()Tejun Heo
2015-06-02writeback: clean up wb_dirty_limit()Tejun Heo
2015-06-02memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of o...Tejun Heo
2015-06-02writeback: implement bdi_wait_for_completion()Tejun Heo
2015-06-02writeback: make bdi_start_background_writeback() take bdi_writeback instead o...Tejun Heo
2015-06-02writeback: make writeback_in_progress() take bdi_writeback instead of backing...Tejun Heo
2015-06-02writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback'sTejun Heo
2015-06-02writeback: remove bdi_start_writeback()Tejun Heo
2015-06-02writeback: make bdi->min/max_ratio handling cgroup writeback awareTejun Heo
2015-06-02writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo
2015-06-02writeback: implement backing_dev_info->tot_write_bandwidthTejun Heo
2015-06-02writeback: implement WB_has_dirty_io wb_state flagTejun Heo
2015-06-02writeback: implement and use inode_congested()Tejun Heo
2015-06-02writeback: make congestion functions per bdi_writebackTejun Heo
2015-06-02writeback: let balance_dirty_pages() work on the matching cgroup bdi_writebackTejun Heo
2015-06-02writeback: attribute stats to the matching per-cgroup bdi_writebackTejun Heo
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo
2015-06-02bdi: separate out congested state into a separate structTejun Heo
2015-06-02writeback: add @gfp to wb_init()Tejun Heo
2015-06-02bdi: make inode_to_bdi() inlineTejun Heo
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-06-02writeback: reorganize mm/backing-dev.cTejun Heo
2015-06-02writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writebackTejun Heo
2015-06-02writeback: s/bdi/wb/ in mm/page-writeback.cTejun Heo