aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swap_state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-03-17mm: swap: get rid of livelock in swapin readaheadGuo Ziliang1-1/+1
2022-03-15mm: Convert swap_set_page_dirty() to swap_dirty_folio()Matthew Wilcox (Oracle)1-1/+1
2021-10-18mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle)1-1/+1
2021-08-20Revert "mm: swap: check if swap backing device is congested or not"Yang Shi1-7/+0
2021-06-29swap: check mapping_empty() for swap cache before being freedHuang Ying1-1/+6
2021-06-29mm: free idle swap cache page after COWHuang Ying1-1/+1
2021-06-29mm/swap: remove unused local variable nr_shadowsMiaohe Lin1-5/+0
2021-06-29mm/swap: remove confusing checking for non_swap_entry() in swap_ra_info()Miaohe Lin1-6/+0
2021-05-07mm: fix some typos and code style problemsShijie Luo1-1/+1
2021-05-05mm: stop accounting shadow entriesMatthew Wilcox (Oracle)1-4/+0
2021-04-30memcg: charge before adding to swapcache on swapinShakeel Butt1-7/+6
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)1-1/+2
2021-02-26mm/swap: optimise get_shadow_from_swap_cacheMatthew Wilcox (Oracle)1-3/+1
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt1-26/+2
2021-02-24mm/swap: don't SetPageWorkingset unconditionally during swapinYu Zhao1-1/+0
2021-02-24mm/swap_state: constify static struct attribute_groupRikard Falkeborn1-1/+1
2020-12-15mm: use sysfs_emit for struct kobject * usesJoe Perches1-1/+2
2020-12-15mm/swap_state: skip meaningless swap cache readahead when ra_info.win == 0Miaohe Lin1-1/+3
2020-10-16mm: fix some broken commentsMiaohe Lin1-1/+1
2020-10-13swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGao Xiang1-1/+1
2020-10-13mm: convert find_get_entry to return the head pageMatthew Wilcox (Oracle)1-1/+3
2020-10-13mm: factor find_get_incore_page out of mincore_pageMatthew Wilcox (Oracle)1-0/+32
2020-08-14mm/swap_state: mark various intentional data racesQian Cai1-2/+2
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-3/+3
2020-08-12mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim1-5/+18
2020-08-12mm/swapcache: support to handle the shadow entriesJoonsoo Kim1-6/+51
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