summaryrefslogtreecommitdiff
path: root/include/linux/swap.h
AgeCommit message (Expand)AuthorFilesLines
2014-06-05mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-1/+1
2014-06-05swap: change swap_list_head to plist, add swap_avail_headDan Streetman1-1/+2
2014-06-05swap: change swap_info singly-linked list to list_headDan Streetman1-6/+1
2014-06-05mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan1-17/+2
2014-04-04mm: keep page cache radix tree nodes in checkJohannes Weiner1-0/+31
2014-04-04mm: thrash detection-based file cache sizingJohannes Weiner1-0/+5
2013-09-13mm: make lru_add_drain_all() selectiveChris Metcalf1-1/+1
2013-09-12swap: clean-up #ifdef in page_mapping()Joonsoo Kim1-0/+1
2013-09-12swap: make cluster allocation per-cpuShaohua Li1-0/+11
2013-09-12swap: make swap discard asyncShaohua Li1-9/+11
2013-09-12swap: change block allocation algorithm for SSDShaohua Li1-0/+20
2013-07-04swap: discard while swapping only if SWAP_FLAG_DISCARD_PAGESRafael Aquini1-4/+9
2013-07-04mm: remove lru parameter from __lru_cache_add and lru_cache_add_lruMel Gorman1-4/+7
2013-04-30mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li1-3/+3
2013-04-30mm: allow for outstanding swap writeback accountingSeth Jennings1-1/+3
2013-04-30mm: break up swap_writepage() for frontswap backendsSeth Jennings1-0/+2
2013-02-24vmscan: change type of vm_total_pages to unsigned longZhang Yanfei1-1/+1
2013-02-24mm: fix return type for functions nr_free_*_pagesZhang Yanfei1-2/+2
2013-02-24swap: add per-partition lock for swapfileShaohua Li1-5/+27
2013-02-24swap: make each swap partition have one address_spaceShaohua Li1-4/+5
2013-02-24mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner1-1/+1
2012-10-09mm: remove vma arg from page_evictableHugh Dickins1-1/+1
2012-08-01mm: swap: implement generic handler for swap_activateMel Gorman1-0/+5
2012-08-01mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman1-0/+2
2012-08-01mm: methods for teaching filesystems about PG_swapcache pagesMel Gorman1-0/+1
2012-08-01memcg: rename config variablesAndrew Morton1-3/+3
2012-06-04Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2012-05-30mm/memcg: apply add/del_page to lruvecHugh Dickins1-2/+2
2012-05-30mm: remove lru type checks from __isolate_lru_page()Konstantin Khlebnikov1-1/+1
2012-05-30memcg: fix/change behavior of shared anon at moving taskKAMEZAWA Hiroyuki1-9/+0
2012-05-30shmem: replace page if mapping excludes its zoneHugh Dickins1-0/+6
2012-05-30mm: remove swap token codeRik van Riel1-35/+0
2012-05-15mm: frontswap: core swap subsystem hooks and headersDan Magenheimer1-0/+4
2012-04-06memcg swap: use mem_cgroup_uncharge_swap fixMichal Hocko1-7/+7
2012-03-29swapon: check validity of swap_flagsHugh Dickins1-0/+3
2012-03-22mm: drain percpu lru add/rotate page-vectors on cpu hot-unplugKonstantin Khlebnikov1-0/+1
2012-03-22mm: make swapin readahead skip over holesRik van Riel1-1/+0
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins1-1/+1
2012-01-11mm: exclude reserved pages from dirtyable memoryJohannes Weiner1-0/+1
2011-11-01mm: change isolate mode from #define to bitwise typeMinchan Kim1-6/+1
2011-09-15memcg: Revert "memcg: add memory.vmscan_stat"Johannes Weiner1-0/+6
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-27memcg: add memory.vmscan_statKAMEZAWA Hiroyuki1-6/+0
2011-07-27memcg: export memory cgroup's swappiness with mem_cgroup_swappiness()KAMEZAWA Hiroyuki1-4/+9
2011-06-28mm: move shmem prototypes to shmem_fs.hHugh Dickins1-10/+0
2011-06-16vmscan,memcg: memcg aware swap tokenKOSAKI Motohiro1-6/+2
2011-05-27memcg: count the soft_limit reclaim in global background reclaimYing Han1-1/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2011-03-23mm: vmscan: kswapd should not free an excessive number of pages when balancin...Mel Gorman1-0/+9
2011-03-23mm: deactivate invalidated pagesMinchan Kim1-0/+1