aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c
AgeCommit message (Expand)Author
2016-07-28mm: remove reclaim and compaction retry approximationsMel Gorman
2016-07-28mm, vmscan: remove highmem_file_pagesMel Gorman
2016-07-28mm, page_alloc: fix dirtyable highmem calculationMinchan Kim
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman
2016-07-28mm: move vmscan writes and file write accounting to the nodeMel Gorman
2016-07-28mm: move most file-based accounting to the nodeMel Gorman
2016-07-28mm, page_alloc: consider dirtyable memory in terms of nodesMel Gorman
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman
2016-07-26shmem: add huge pages supportKirill A. Shutemov
2016-07-26fs/fs-writeback.c: add a new writeback list for syncDave Chinner
2016-05-30writeback: use higher precision calculation in domain_dirty_limits()Tejun Heo
2016-05-20MM: increase safety margin provided by PF_LESS_THROTTLENeilBrown
2016-05-19mm/writeback: correct dirty page calculation for highmemJoonsoo Kim
2016-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-05-05writeback: Fix performance regression in wb_over_bg_thresh()Howard Cochran
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-15mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner
2016-03-15mm/page-writeback: fix dirty_ratelimit calculationAndrey Ryabinin
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