aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swap_state.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-12mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device()Huang Ying1-18/+15
2019-07-12mm, swap: fix race between swapoff and some swap operationsHuang Ying1-3/+13
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds1-2/+2
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox1-2/+2
2019-03-05mm: swap: add comment for swap_vma_readaheadYang Shi1-1/+15
2019-03-05mm: swap: check if swap backing device is congested or notYang Shi1-0/+7
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-79/+40
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner1-0/+1
2018-10-21page cache: Finish XArray conversionMatthew Wilcox1-1/+1
2018-10-21mm: Convert delete_from_swap_cache to XArrayMatthew Wilcox1-14/+10
2018-10-21mm: Convert add_to_swap_cache to XArrayMatthew Wilcox1-64/+29
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook1-1/+1
2018-06-07mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo1-3/+0
2018-04-11page cache: use xa_lockMatthew Wilcox1-9/+8
2018-04-05mm/swap_state.c: make bool enable_vma_readahead and swap_vma_readahead() staticColin Ian King1-3/+3
2018-04-05mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim1-11/+37
2018-04-05mm: swap: clean up swap readaheadMinchan Kim1-43/+53
2017-11-15mm: remove cold parameter for release_pagesMel Gorman1-1/+1
2017-11-15mm/swap_state.c: declare a few variables as __read_mostlyChangbin Du1-3/+3
2017-11-15mm, swap: fix false error message in __swp_swapcount()Huang Ying1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-13mm, swap: use page-cluster as max window of VMA based swap readaheadHuang Ying1-34/+7
2017-10-03mm: fix data corruption caused by lazyfree pageShaohua Li1-0/+11
2017-09-06mm, swap: add sysfs interface for VMA based swap readaheadHuang Ying1-0/+80
2017-09-06mm, swap: VMA based swap readaheadHuang Ying1-17/+198
2017-09-06mm, swap: fix swap readahead markingHuang Ying1-7/+11
2017-09-06mm, swap: add swap readahead hit statisticsHuang Ying1-2/+7
2017-07-10swap: add block io poll in swapin pathShaohua Li1-4/+6
2017-07-06mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim1-17/+6
2017-07-06mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim1-10/+3
2017-07-06mm, THP, swap: delay splitting THP during swap outHuang Ying1-44/+70
2017-05-08mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying1-1/+1
2017-05-03mm, swap: fix comment in __read_swap_cache_asyncHuang Ying1-11/+1
2017-02-22mm/swap: skip readahead only when swap slot cache is enabledHuang Ying1-3/+10
2017-02-22mm/swap: add cache for swap slots allocationTim Chen1-0/+1
2017-02-22mm/swap: skip readahead for unreferenced swap slotsTim Chen1-0/+4
2017-02-22mm/swap: split swap cache into 64MB trunksHuang, Ying1-12/+56
2016-10-07mm, swap: use offset of swap entry as key of swap cacheHuang Ying1-4/+4
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu1-3/+1
2016-10-07mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying1-0/+2
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-2/+2
2016-06-09mm: thp: broken page count after commit aa88b68c3b1dGerald Schaefer1-1/+4
2016-05-19mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins1-2/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-6/+6
2016-01-20mm: memcontrol: charge swap to cgroup2Vladimir Davydov1-0/+5
2016-01-15mm: support madvise(MADV_FREE)Minchan Kim1-3/+2
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-2/+2
2015-09-08mm: swap: zswap: maybe_preload & refactoringDmitry Safonov1-11/+26
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low1-1/+1
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2015-01-20fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig1-6/+1
2014-12-10mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner1-1/+0
2014-10-09mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cacheMichal Hocko1-10/+4
2014-10-09include/linux/migrate.h: remove migrate_page #defineAndrew Morton1-0/+2
2014-08-08mm: allow drivers to prevent new writable mappingsDavid Herrmann1-0/+1
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner1-4/+4
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-1/+1
2014-02-06swap: add a simple detector for inappropriate swapin readaheadShaohua Li1-3/+60
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-8/+8
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara1-2/+2
2013-06-12swap: avoid read_swap_cache_async() race to deadlock while waiting on discard...Rafael Aquini1-1/+17
2013-04-29mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li1-2/+2
2013-04-29mm: break up swap_writepage() for frontswap backendsSeth Jennings1-1/+1
2013-02-23swap: add per-partition lock for swapfileShaohua Li1-1/+2
2013-02-23swap: make each swap partition have one address_spaceShaohua Li1-17/+38
2012-07-31mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman1-1/+1
2012-07-31swap: allow swap readahead to be mergedChristian Ehrhardt1-0/+5
2012-04-23mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins1-1/+1
2012-03-21mm: make swapin readahead skip over holesRik van Riel1-13/+11
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins1-10/+0
2012-01-12memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki1-0/+10
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2011-10-31mm: delete various needless include <linux/module.h>Paul Gortmaker1-1/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-4/+1
2011-01-13thp: split_huge_page pagingAndrea Arcangeli1-0/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-22mm: add_to_swap_cache() does not return -EEXISTDaisuke Nishimura1-37/+36
2009-09-22mm: add_to_swap_cache() must not sleepDaisuke Nishimura1-24/+46
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-06-16mm: remove file argument from swap_readpage()Minchan Kim1-1/+1
2009-06-16mm: remove annotation of gfp_mask in add_to_swapMinchan Kim1-1/+0
2009-06-16mm: modify swap_map and add SWAP_HAS_CACHE flagKAMEZAWA Hiroyuki1-1/+4
2009-06-16mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki1-6/+5
2009-05-29memcg: fix deadlock between lock_page_cgroup and mapping tree_lockDaisuke Nishimura1-3/+1
2009-01-08memcg: mem+swap controller coreKAMEZAWA Hiroyuki1-1/+4
2009-01-08memcg: handle swap cachesKAMEZAWA Hiroyuki1-0/+1
2009-01-06mm: remove gfp_mask from add_to_swapHugh Dickins1-2/+2
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins1-4/+4
2009-01-06mm: replace some BUG_ONs by VM_BUG_ONsHugh Dickins1-10/+9
2008-10-20mm: pagecache insertion fewer atomicsNick Piggin1-2/+2
2008-10-20vmscan: add newly swapped in pages to the inactive listRik van Riel1-1/+1
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-2/+2
2008-10-20define page_file_cache() functionRik van Riel1-0/+3
2008-08-20mm: show free swap as signedHugh Dickins1-1/+1
2008-08-04mm: rename page trylockNick Piggin1-4/+4
2008-07-26mm: print swapcache page count in show_swap_cache_info()Johannes Weiner1-1/+2
2008-07-26mm: spinlock tree_lockNick Piggin1-5/+5
2008-07-26mm: speculative page referencesNick Piggin1-5/+12
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi1-1/+1
2008-03-19mm: fix various kernel-doc commentsRandy Dunlap1-0/+2
2008-02-07memcgroup: revert swap_state modsHugh Dickins1-12/+1
2008-02-07memory controller BUG_ON()Balbir Singh1-6/+7
2008-02-07Memory controller: make charging gfp mask awareBalbir Singh1-1/+1
2008-02-07Memory controller: add switch to control what type of pages to limitBalbir Singh1-1/+1
2008-02-07Memory controller: memory accountingBalbir Singh1-0/+10
2008-02-05mm: fix PageUptodate data raceNick Piggin1-1/+1
2008-02-05tmpfs: move swap swizzling into shmemHugh Dickins1-34/+1
2008-02-05tmpfs: shuffle add_to_swap_cachesHugh Dickins1-34/+19
2008-02-05tmpfs: move swap_state stats updateHugh Dickins1-16/+6
2008-02-05swapin needs gfp_mask for loop on tmpfsHugh Dickins1-9/+9
2008-02-05swapin_readahead: move and rearrange argsHugh Dickins1-0/+47
2007-10-16mm: clarify __add_to_swap_cache lockingNick Piggin1-1/+4
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman1-1/+2
2007-07-16vmscan: fix comments related to shrink_list()Anderson Briglia1-1/+1
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar1-1/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter1-2/+2
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-04-01BUG_ON() Conversion in mm/swap_state.cEric Sesterhenn1-2/+1
2006-03-22[PATCH] page migration reorgChristoph Lameter1-0/+1
2006-02-01[PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter1-0/+1
2006-01-08[PATCH] SwapMig: add_to_swap() avoid atomic allocationsChristoph Lameter1-2/+2
2006-01-06[PATCH] mm: free_pages_and_swap_cache optHugh Dickins1-2/+2
2005-11-07[PATCH] mm/swap_state.c: unexport swapper_spaceAdrian Bunk1-1/+0
2005-10-29[PATCH] mm: update comments to pte lockHugh Dickins1-2/+1
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-4/+4
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-09-10[PATCH] mm/swap_state: Fix "nocast type" warningsVictor Fusco1-2/+2
2005-09-05[PATCH] delete from_swap_cache BUG_ONsHugh Dickins1-5/+1
2005-05-01[PATCH] mm: use __GFP_NOMEMALLOCNick Piggin1-19/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+382