aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swap_state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03swap_state: convert free_swap_cache() to use a folioMatthew Wilcox (Oracle)1-5/+8
2022-10-03mm: remove lookup_swap_cache()Matthew Wilcox (Oracle)1-11/+1
2022-10-03swap: add swap_cache_get_folio()Matthew Wilcox (Oracle)1-11/+21
2022-10-03memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_folio()Matthew Wilcox (Oracle)1-1/+1
2022-10-03mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)1-3/+3
2022-10-03mm/swap: convert add_to_swap_cache() to take a folioMatthew Wilcox (Oracle)1-17/+17
2022-10-03mm/swap: convert __read_swap_cache_async() to use a folioMatthew Wilcox (Oracle)1-19/+19
2022-09-11mm: fix VM_BUG_ON in __delete_from_swap_cache()Matthew Wilcox (Oracle)1-1/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-36/+20
2022-08-02mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)1-1/+1
2022-07-03mm/swap: convert __delete_from_swap_cache() to a folioMatthew Wilcox (Oracle)1-12/+13
2022-07-03mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)1-8/+8
2022-07-03mm/swap: remove swap_cache_info statisticsMiaohe Lin1-17/+0
2022-06-29filemap: Remove add_to_page_cache() and add_to_page_cache_locked()Matthew Wilcox (Oracle)1-1/+1
2022-05-27mm: filter out swapin error entry in shmem mappingMiaohe Lin1-0/+3
2022-05-19mm/swap: use helper macro __ATTR_RWMiaohe Lin1-3/+1
2022-05-19mm/swap: use helper is_swap_pte() in swap_vma_readaheadMiaohe Lin1-3/+1
2022-05-13swap: convert add_to_swap() to take a folioMatthew Wilcox (Oracle)1-22/+25
2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)1-1/+2
2022-05-13mm: convert sysfs input to bool using kstrtobool()Jagdish Gediya1-6/+5
2022-05-09mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown1-6/+14
2022-05-09mm: drop swap_dirty_folioNeilBrown1-1/+1
2022-05-09mm: create new mm/swap.h header fileNeilBrown1-0/+1
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