aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swap_state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm: swap: fix kerneldoc of swap_vma_readahead()Krzysztof Kozlowski1-1/+1
2020-06-26mm: fix swap cache node allocation maskHugh Dickins1-2/+2
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-03mm: vmscan: reclaim writepage is IO costJohannes Weiner1-1/+1
2020-06-03mm: balance LRU lists based on relative thrashingJohannes Weiner1-0/+5
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner1-1/+1
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner1-1/+1
2020-06-03mm: memcontrol: charge swapin pages on instantiationJohannes Weiner1-43/+56
2020-06-02mm/swap_state: fix a data race in swapin_nr_pagesQian Cai1-2/+3
2020-04-02mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_cacheWei Yang1-1/+1
2019-09-24mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)1-2/+2
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)1-1/+1
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