summaryrefslogtreecommitdiff
path: root/mm/page-writeback.c
AgeCommit message (Expand)Author
2018-10-04Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.4.y' into a...Amit Pundir
2018-07-08mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara
2018-07-08mm: use pagevec_lookup_range_tag() in write_cache_pages()Jan Kara
2018-05-18Merge tag 'v4.4.132' into linux-linaro-lsk-v4.4Mark Brown
2018-04-24writeback: safer lock nestingGreg Thelen
2018-01-18 Merge tag 'v4.4.112' into linux-linaro-lsk-v4.4Alex Shi
2018-01-17mm/page-writeback: fix dirty_ratelimit calculationAndrey Ryabinin
2016-11-29mm: page_alloc: generalize the dirty balance reserveJohannes Weiner
2016-07-27writeback: use higher precision calculation in domain_dirty_limits()Tejun Heo
2016-05-11writeback: Fix performance regression in wb_over_bg_thresh()Howard Cochran
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