summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-01-26Merge 4.9.153 into android-4.9Greg Kroah-Hartman45-70/+255
2019-01-26mm/page-writeback.c: don't break integrity writeback on ->writepage() errorBrian Foster1-14/+21
2018-07-30Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into a...Jaegeuk Kim44-1532/+2790
2018-07-09mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara14-31/+27
2018-07-08mm: use pagevec_lookup_range_tag() in write_cache_pages()Jan Kara1-18/+2
2018-04-24writeback: safer lock nestingGreg Thelen4-26/+34
2016-10-08mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying3-2/+16
2016-10-08mm, vmscan: get rid of throttle_vm_writeoutMichal Hocko3-33/+0
2016-09-06mm/writeback: Convert to hotplug state machineSebastian Andrzej Siewior2-19/+8
2016-07-28mm: remove reclaim and compaction retry approximationsMel Gorman8-58/+39
2016-07-28mm, vmscan: remove highmem_file_pagesMel Gorman2-25/+4
2016-07-28mm, page_alloc: fix dirtyable highmem calculationMinchan Kim1-6/+10
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman9-50/+84
2016-07-28mm: move vmscan writes and file write accounting to the nodeMel Gorman5-15/+15
2016-07-28mm: move most file-based accounting to the nodeMel Gorman24-162/+155
2016-07-28mm, page_alloc: consider dirtyable memory in terms of nodesMel Gorman4-52/+79
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman29-300/+386
2016-07-26shmem: add huge pages supportKirill A. Shutemov9-70/+331
2016-07-26fs/fs-writeback.c: add a new writeback list for syncDave Chinner6-25/+110
2016-05-30writeback: use higher precision calculation in domain_dirty_limits()Tejun Heo1-9/+12
2016-05-21MM: increase safety margin provided by PF_LESS_THROTTLENeilBrown1-2/+2
2016-05-20mm/writeback: correct dirty page calculation for highmemJoonsoo Kim1-2/+6
2016-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2016-05-05writeback: Fix performance regression in wb_over_bg_thresh()Howard Cochran1-2/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-03-15mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner5-20/+8
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner12-117/+88
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner9-67/+67
2016-03-15mm/page-writeback: fix dirty_ratelimit calculationAndrey Ryabinin1-5/+6
2016-01-15mm: page_alloc: generalize the dirty balance reserveJohannes Weiner4-24/+18
2015-11-23treewide: Remove old email addressPeter Zijlstra26-26/+26
2015-11-21mm/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 Heo3-32/+40
2015-10-12writeback: memcg dirty_throttle_control should be initialized with wb->memcg_...Tejun Heo1-9/+11
2015-10-12writeback: bdi_writeback iteration must not skip dying onesTejun Heo5-75/+39
2015-10-12writeback: laptop_mode_timer_fn() needs rcu_read_lock() around bdi_writeback ...Tejun Heo1-0/+2
2015-09-11Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds17-1078/+1422
2015-08-18writeback: update writeback tracepoints to report cgroupTejun Heo3-49/+151
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 Torvalds74-1242/+3890
2015-06-02writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo6-14/+196
2015-06-02writeback: implement memcg writeback domain based throttlingTejun Heo3-22/+188
2015-06-02writeback: implement memcg wb_domainTejun Heo6-2/+87
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 Heo3-18/+26
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 p...Tejun 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
[next]