aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/swap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-20mm: free swap cache aggressively if memcg swap is fullVladimir Davydov1-0/+6
2016-01-20mm: vmscan: do not scan anon pages if memcg swap limit is hitVladimir Davydov1-0/+6
2016-01-20swap.h: move memcg related stuff to the end of the fileVladimir Davydov1-32/+38
2016-01-20mm: memcontrol: charge swap to cgroup2Vladimir Davydov1-0/+6
2016-01-15mm: move lazily freed pages to inactive listMinchan Kim1-0/+1
2016-01-15mm, thp: adjust conditions when we can reuse the page on WP faultKirill A. Shutemov1-1/+2
2016-01-14mm: page_alloc: generalize the dirty balance reserveJohannes Weiner1-1/+0
2015-09-08mm: swap: zswap: maybe_preload & refactoringDmitry Safonov1-0/+3
2015-09-08memcg: export struct mem_cgroupMichal Hocko1-1/+9
2015-09-08mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim1-0/+6
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-2/+2
2015-05-19suspend: simplify block I/O handlingChristoph Hellwig1-1/+0
2015-04-15mm: rename deactivate_page to deactivate_file_pageMinchan Kim1-1/+1
2015-02-11swap: remove unused mem_cgroup_uncharge_swapcache declarationVladimir Davydov1-15/+0
2014-12-13mm: move swp_entry_t definition to include/linux/mm_types.hTejun Heo1-8/+0
2014-10-09mm: memcontrol: fix transparent huge page allocations under pressureJohannes Weiner1-2/+4
2014-10-09mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner1-16/+0
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner1-4/+8
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner1-0/+3
2014-08-06mm: replace init_page_accessed by __SetPageReferencedHugh Dickins1-1/+0
2014-06-04mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and correct comments.Jianyu Zhan1-4/+4
2014-06-04mm: non-atomically mark page accessed during page cache allocation where possibleMel Gorman1-0/+1
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-1/+1
2014-06-04swap: change swap_list_head to plist, add swap_avail_headDan Streetman1-1/+2
2014-06-04swap: change swap_info singly-linked list to list_headDan Streetman1-6/+1
2014-06-04mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan1-17/+2
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner1-0/+31
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner1-0/+5
2013-09-12mm: make lru_add_drain_all() selectiveChris Metcalf1-1/+1
2013-09-11swap: clean-up #ifdef in page_mapping()Joonsoo Kim1-0/+1
2013-09-11swap: make cluster allocation per-cpuShaohua Li1-0/+11
2013-09-11swap: make swap discard asyncShaohua Li1-9/+11
2013-09-11swap: change block allocation algorithm for SSDShaohua Li1-0/+20
2013-07-03swap: discard while swapping only if SWAP_FLAG_DISCARD_PAGESRafael Aquini1-4/+9
2013-07-03mm: remove lru parameter from __lru_cache_add and lru_cache_add_lruMel Gorman1-4/+7
2013-04-29mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li1-3/+3
2013-04-29mm: allow for outstanding swap writeback accountingSeth Jennings1-1/+3
2013-04-29mm: break up swap_writepage() for frontswap backendsSeth Jennings1-0/+2
2013-02-23vmscan: change type of vm_total_pages to unsigned longZhang Yanfei1-1/+1
2013-02-23mm: fix return type for functions nr_free_*_pagesZhang Yanfei1-2/+2
2013-02-23swap: add per-partition lock for swapfileShaohua Li1-5/+27
2013-02-23swap: make each swap partition have one address_spaceShaohua Li1-4/+5
2013-02-23mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner1-1/+1
2012-10-09mm: remove vma arg from page_evictableHugh Dickins1-1/+1
2012-07-31mm: swap: implement generic handler for swap_activateMel Gorman1-0/+5
2012-07-31mm: add support for a filesystem to activate swap files and use direct_IO for writing swap pagesMel Gorman1-0/+2
2012-07-31mm: methods for teaching filesystems about PG_swapcache pagesMel Gorman1-0/+1
2012-07-31memcg: rename config variablesAndrew Morton1-3/+3
2012-06-04Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mmLinus Torvalds1-0/+4
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins1-2/+2