aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-14mm: page_alloc: generalize the dirty balance reserveJohannes Weiner1-2/+12
2015-11-23treewide: Remove old email addressPeter Zijlstra1-1/+1
2015-11-20mm/page-writeback.c: initialize m_dirty to avoid compile warningYang Shi1-1/+3
2015-10-12writeback: fix incorrect calculation of available memory for memcg domainsTejun Heo1-11/+18
2015-10-12writeback: memcg dirty_throttle_control should be initialized with wb->memcg_completionsTejun Heo1-9/+11
2015-10-12writeback: bdi_writeback iteration must not skip dying onesTejun Heo1-2/+1
2015-10-12writeback: laptop_mode_timer_fn() needs rcu_read_lock() around bdi_writeback iterationTejun Heo1-0/+2
2015-09-10Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2015-08-18writeback: update writeback tracepoints to report cgroupTejun Heo1-3/+3
2015-08-07writeback: fix initial dirty limitRabin Vincent1-2/+2
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-431/+800
2015-06-02writeback: implement unlocked_inode_to_wb transaction and use it for stat updatesTejun Heo1-6/+21
2015-06-02writeback: implement memcg writeback domain based throttlingTejun Heo1-22/+136
2015-06-02writeback: implement memcg wb_domainTejun Heo1-0/+25
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 Heo1-0/+23
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 parameterTejun 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 Heo1-23/+23
2015-06-02writeback: implement wb_domainTejun Heo1-45/+27
2015-06-02writeback: reorganize [__]wb_update_bandwidth()Tejun Heo1-23/+22
2015-06-02writeback: clean up wb_dirty_limit()Tejun Heo1-15/+15
2015-06-02writeback: make bdi_start_background_writeback() take bdi_writeback instead of backing_dev_infoTejun Heo1-2/+2
2015-06-02writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_infoTejun Heo1-2/+2
2015-06-02writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback'sTejun Heo1-3/+9
2015-06-02writeback: remove bdi_start_writeback()Tejun Heo1-2/+2
2015-06-02writeback: make bdi->min/max_ratio handling cgroup writeback awareTejun Heo1-4/+46
2015-06-02writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo1-3/+7
2015-06-02writeback: implement backing_dev_info->tot_write_bandwidthTejun Heo1-0/+3
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: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo1-3/+8
2015-06-02writeback: s/bdi/wb/ in mm/page-writeback.cTejun Heo1-136/+134
2015-06-02writeback: move bandwidth related fields from backing_dev_info into bdi_writebackTejun Heo1-130/+132
2015-06-02writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo1-28/+27
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen1-8/+42
2015-06-02page_writeback: revive cancel_dirty_page() in a restricted formTejun Heo1-7/+20
2015-04-23writeback: use |1 instead of +1 to protect against div by zeroTejun Heo1-3/+3
2015-04-15mm/page-writeback: check-before-clear PageReclaimNaoya Horiguchi1-1/+2
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov1-0/+19
2015-03-23writeback: fix possible underflow in write bandwidth calculationTejun Heo1-1/+4
2015-03-04writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo1-1/+1
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+13
2015-02-11page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov1-1/+4