aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-03-14 Merge tag 'v4.1.19' into linux-linaro-lsk-v4.1Alex Shi
2016-03-04mm: fix regression in remap_file_pages() emulationKirill A. Shutemov
2016-03-01Merge branch 'writeback-cg' into linux-4.1.yAlex Shi
2016-03-01mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko
2016-03-01writeback: don't drain bdi_writeback_congested on bdi destructionTejun Heo
2016-03-01writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo
2016-03-01bdi: fix wrong error return value in cgwb_create()Tejun Heo
2016-03-01writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo
2016-03-01writeback: make writeback_control track the inode being written backTejun Heo
2016-03-01writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo
2016-03-01mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support...Tejun Heo
2016-03-01writeback: implement memcg writeback domain based throttlingTejun Heo
2016-03-01writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changesTejun Heo
2016-03-01writeback: implement memcg wb_domainTejun Heo
2016-03-01writeback: update wb_over_bg_thresh() to use wb_domain aware operationsTejun Heo
2016-03-01writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo
2016-03-01writeback: separate out domain_dirty_limits()Tejun Heo
2016-03-01writeback: make __wb_writeout_inc() and hard_dirty_limit() take wb_domaas a p...Tejun Heo
2016-03-01writeback: add dirty_throttle_control->domTejun Heo
2016-03-01writeback: add dirty_throttle_control->wb_completionsTejun Heo
2016-03-01writeback: add dirty_throttle_control->pos_ratioTejun Heo
2016-03-01writeback: make __wb_calc_thresh() take dirty_throttle_controlTejun Heo
2016-03-01writeback: add dirty_throttle_control->wb_bg_threshTejun Heo
2016-03-01writeback: consolidate dirty throttle parameters into dirty_throttle_controlTejun Heo
2016-03-01writeback: move global_dirty_limit into wb_domainTejun Heo
2016-03-01writeback: implement wb_domainTejun Heo
2016-03-01writeback: reorganize [__]wb_update_bandwidth()Tejun Heo
2016-03-01writeback: clean up wb_dirty_limit()Tejun Heo
2016-03-01memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of o...Tejun Heo
2016-03-01writeback: implement bdi_wait_for_completion()Tejun Heo
2016-03-01writeback: make bdi_start_background_writeback() take bdi_writeback instead o...Tejun Heo
2016-03-01writeback: make writeback_in_progress() take bdi_writeback instead of backing...Tejun Heo
2016-03-01writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback'sTejun Heo
2016-03-01writeback: remove bdi_start_writeback()Tejun Heo
2016-03-01writeback: make bdi->min/max_ratio handling cgroup writeback awareTejun Heo
2016-03-01writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo
2016-03-01writeback: implement backing_dev_info->tot_write_bandwidthTejun Heo
2016-03-01writeback: implement WB_has_dirty_io wb_state flagTejun Heo
2016-03-01writeback: implement and use inode_congested()Tejun Heo
2016-03-01writeback: make congestion functions per bdi_writebackTejun Heo
2016-03-01writeback: let balance_dirty_pages() work on the matching cgroup bdi_writebackTejun Heo
2016-03-01writeback: attribute stats to the matching per-cgroup bdi_writebackTejun Heo
2016-03-01writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo
2016-03-01bdi: separate out congested state into a separate structTejun Heo
2016-03-01writeback: add @gfp to wb_init()Tejun Heo
2016-03-01bdi: make inode_to_bdi() inlineTejun Heo
2016-03-01writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2016-03-01writeback: reorganize mm/backing-dev.cTejun Heo
2016-03-01writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writebackTejun Heo
2016-03-01writeback: s/bdi/wb/ in mm/page-writeback.cTejun Heo