aboutsummaryrefslogtreecommitdiff
path: root/mm/page-writeback.c
AgeCommit message (Expand)Author
2016-01-14mm: page_alloc: generalize the dirty balance reserveJohannes Weiner
2015-11-23treewide: Remove old email addressPeter Zijlstra
2015-11-20mm/page-writeback.c: initialize m_dirty to avoid compile warningYang Shi
2015-10-12writeback: fix incorrect calculation of available memory for memcg domainsTejun Heo
2015-10-12writeback: memcg dirty_throttle_control should be initialized with wb->memcg_...Tejun Heo
2015-10-12writeback: bdi_writeback iteration must not skip dying onesTejun Heo
2015-10-12writeback: laptop_mode_timer_fn() needs rcu_read_lock() around bdi_writeback ...Tejun Heo
2015-09-10Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-18writeback: update writeback tracepoints to report cgroupTejun Heo
2015-08-07writeback: fix initial dirty limitRabin Vincent
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-02writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo
2015-06-02writeback: implement memcg writeback domain based throttlingTejun 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-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: 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-02writeback: s/bdi/wb/ in mm/page-writeback.cTejun Heo
2015-06-02writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo
2015-06-02writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen
2015-06-02page_writeback: revive cancel_dirty_page() in a restricted formTejun Heo
2015-04-23writeback: use |1 instead of +1 to protect against div by zeroTejun Heo
2015-04-15mm/page-writeback: check-before-clear PageReclaimNaoya Horiguchi
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov
2015-03-23writeback: fix possible underflow in write bandwidth calculationTejun Heo
2015-03-04writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-11page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov