summaryrefslogtreecommitdiffstats
path: root/mm/swap_state.c
AgeCommit message (Expand)Author
2021-08-20Revert "mm: swap: check if swap backing device is congested or not"Yang Shi
2021-06-29swap: check mapping_empty() for swap cache before being freedHuang Ying
2021-06-29mm: free idle swap cache page after COWHuang Ying
2021-06-29mm/swap: remove unused local variable nr_shadowsMiaohe Lin
2021-06-29mm/swap: remove confusing checking for non_swap_entry() in swap_ra_info()Miaohe Lin
2021-05-07mm: fix some typos and code style problemsShijie Luo
2021-05-05mm: stop accounting shadow entriesMatthew Wilcox (Oracle)
2021-04-30memcg: charge before adding to swapcache on swapinShakeel Butt
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)
2021-02-26mm/swap: optimise get_shadow_from_swap_cacheMatthew Wilcox (Oracle)
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt
2021-02-24mm/swap: don't SetPageWorkingset unconditionally during swapinYu Zhao
2021-02-24mm/swap_state: constify static struct attribute_groupRikard Falkeborn
2020-12-15mm: use sysfs_emit for struct kobject * usesJoe Perches
2020-12-15mm/swap_state: skip meaningless swap cache readahead when ra_info.win == 0Miaohe Lin
2020-10-16mm: fix some broken commentsMiaohe Lin
2020-10-13swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGao Xiang
2020-10-13mm: convert find_get_entry to return the head pageMatthew Wilcox (Oracle)
2020-10-13mm: factor find_get_incore_page out of mincore_pageMatthew Wilcox (Oracle)
2020-08-14mm/swap_state: mark various intentional data racesQian Cai
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-12mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim
2020-08-12mm/swapcache: support to handle the shadow entriesJoonsoo Kim
2020-08-07mm: swap: fix kerneldoc of swap_vma_readahead()Krzysztof Kozlowski
2020-06-26mm: fix swap cache node allocation maskHugh Dickins
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-03mm: vmscan: reclaim writepage is IO costJohannes Weiner
2020-06-03mm: balance LRU lists based on relative thrashingJohannes Weiner
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner
2020-06-03mm: memcontrol: charge swapin pages on instantiationJohannes Weiner
2020-06-02mm/swap_state: fix a data race in swapin_nr_pagesQian Cai
2020-04-02mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_...Wei Yang
2019-09-24mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)
2019-07-12mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device()Huang Ying
2019-07-12mm, swap: fix race between swapoff and some swap operationsHuang Ying
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox
2019-03-05mm: swap: add comment for swap_vma_readaheadYang Shi
2019-03-05mm: swap: check if swap backing device is congested or notYang Shi
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner
2018-10-21page cache: Finish XArray conversionMatthew Wilcox
2018-10-21mm: Convert delete_from_swap_cache to XArrayMatthew Wilcox
2018-10-21mm: Convert add_to_swap_cache to XArrayMatthew Wilcox
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-07mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo
2018-04-11page cache: use xa_lockMatthew Wilcox