| Commit message (Expand) | Author | Age | Files | Lines |
* | writeback, memcg: Implement foreign dirty flushing | Tejun Heo | 2019-08-27 | 1 | -0/+4 |
* | mm: remove the account_page_dirtied export | Christoph Hellwig | 2019-07-12 | 1 | -1/+0 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | mm/page-writeback: introduce tracepoint for wait_on_page_writeback() | Yafang Shao | 2019-05-14 | 1 | -0/+12 |
* | docs/core-api/mm: fix return value descriptions in mm/ | Mike Rapoport | 2019-03-06 | 1 | -8/+16 |
* | mm/page-writeback.c: don't break integrity writeback on ->writepage() error | Brian Foster | 2018-12-28 | 1 | -14/+21 |
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2018-10-28 | 1 | -46/+26 |
|\ |
|
| * | mm: Convert page-writeback to XArray | Matthew Wilcox | 2018-10-21 | 1 | -46/+26 |
* | | mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlock | Dave Chinner | 2018-10-27 | 1 | -18/+15 |
|/ |
|
* | notifier: Remove notifier header file wherever not used | Mukesh Ojha | 2018-08-30 | 1 | -1/+0 |
* | mm/page-writeback.c: update stale account_page_redirty() comment | Greg Thelen | 2018-08-18 | 1 | -2/+2 |
* | writeback: safer lock nesting | Greg Thelen | 2018-04-21 | 1 | -9/+9 |
* | page cache: use xa_lock | Matthew Wilcox | 2018-04-11 | 1 | -23/+20 |
* | Revert "mm/page-writeback.c: print a warning if the vm dirtiness settings are... | Michal Hocko | 2017-11-30 | 1 | -4/+1 |
* | block/laptop_mode: Convert timers to use timer_setup() | Kees Cook | 2017-11-22 | 1 | -3/+4 |
* | writeback: remove unused function parameter | Wang Long | 2017-11-16 | 1 | -2/+2 |
* | mm, pagevec: remove cold parameter for pagevecs | Mel Gorman | 2017-11-16 | 1 | -1/+1 |
* | mm: speed up cancel_dirty_page() for clean pages | Jan Kara | 2017-11-16 | 1 | -2/+2 |
* | mm/page-writeback.c: convert timers to use timer_setup() | Kees Cook | 2017-11-16 | 1 | -4/+3 |
* | mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() | Jan Kara | 2017-11-16 | 1 | -1/+1 |
* | mm: use pagevec_lookup_range_tag() in write_cache_pages() | Jan Kara | 2017-11-16 | 1 | -18/+2 |
* | mm/page-writeback.c: print a warning if the vm dirtiness settings are illogical | Yafang Shao | 2017-11-16 | 1 | -1/+4 |
* | mm/page-writeback.c: remove unused parameter from balance_dirty_pages() | Tahsin Erdogan | 2017-11-16 | 1 | -3/+2 |
* | mm/page-writeback.c: make changes of dirty_writeback_centisecs take effect im... | Yafang Shao | 2017-10-14 | 1 | -1/+10 |
* | writeback: schedule periodic writeback with sysctl | Yafang Shao | 2017-10-09 | 1 | -2/+8 |
* | writeback: pass in '0' for nr_pages writeback in laptop mode | Jens Axboe | 2017-10-03 | 1 | -16/+1 |
* | writeback: remove 'range_cyclic' argument for wb_start_writeback() | Jens Axboe | 2017-10-03 | 1 | -2/+2 |
* | mm: rename global_page_state to global_zone_page_state | Michal Hocko | 2017-09-07 | 1 | -2/+2 |
* | mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback() | Johannes Weiner | 2017-08-19 | 1 | -3/+12 |
* | writeback: rework wb_[dec|inc]_stat family of functions | Nikolay Borisov | 2017-07-13 | 1 | -5/+5 |
* | Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-08 | 1 | -10/+9 |
|\ |
|
| * | mm: clean up error handling in write_one_page | Jeff Layton | 2017-07-06 | 1 | -7/+6 |
| * | mm: drop "wait" parameter from write_one_page() | Jeff Layton | 2017-07-06 | 1 | -7/+7 |
* | | mm: memcontrol: per-lruvec stats infrastructure | Johannes Weiner | 2017-07-07 | 1 | -10/+5 |
|/ |
|
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2017-05-08 | 1 | -4/+10 |
|\ |
|
| * | mm: retry writepages() on ENOMEM when doing an data integrity writeback | Theodore Ts'o | 2017-04-28 | 1 | -4/+10 |
* | | mm: memcontrol: use node page state naming scheme for memcg | Johannes Weiner | 2017-05-04 | 1 | -5/+5 |
* | | mm: memcontrol: re-use node VM page state enum | Johannes Weiner | 2017-05-04 | 1 | -5/+5 |
* | | mm/page-writeback.c: use setup_deferrable_timer | Geliang Tang | 2017-05-04 | 1 | -3/+2 |
|/ |
|
* | sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | scripts/spelling.txt: add "comsume(r)" pattern and fix typo instances | Masahiro Yamada | 2017-02-28 | 1 | -1/+1 |
* | mm/page-writeback.c: place "not" inside of unlikely() statement in wb_domain_... | Steven Rostedt (VMware) | 2017-02-25 | 1 | -1/+1 |
* | block: Use pointer to backing_dev_info from request_queue | Jan Kara | 2017-02-02 | 1 | -2/+2 |
* | radix-tree: delete radix_tree_range_tag_if_tagged() | Matthew Wilcox | 2016-12-15 | 1 | -10/+18 |
* | writeback: track if we're sleeping on progress in balance_dirty_pages() | Jens Axboe | 2016-11-08 | 1 | -0/+1 |
* | mm: don't use radix tree writeback tags for pages in swap cache | Huang Ying | 2016-10-08 | 1 | -2/+2 |
* | mm, vmscan: get rid of throttle_vm_writeout | Michal Hocko | 2016-10-08 | 1 | -30/+0 |
* | mm/writeback: Convert to hotplug state machine | Sebastian Andrzej Siewior | 2016-09-06 | 1 | -19/+7 |
* | mm: remove reclaim and compaction retry approximations | Mel Gorman | 2016-07-29 | 1 | -0/+5 |
* | mm, vmscan: remove highmem_file_pages | Mel Gorman | 2016-07-29 | 1 | -8/+4 |