aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swap.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-20mm/swap: fix race when skipping swapcacheKairui Song1-0/+5
2023-12-29mm: convert swap_cluster_readahead and swap_vma_readahead to return a folioMatthew Wilcox (Oracle)1-3/+3
2023-12-29mm: return a folio from read_swap_cache_async()Matthew Wilcox (Oracle)1-4/+3
2023-12-29mm: remove page_swap_info()Matthew Wilcox (Oracle)1-1/+1
2023-12-29mm: convert swap_readpage() to swap_read_folio()Matthew Wilcox (Oracle)1-2/+3
2023-12-29mm: pass a folio to __swap_writepage()Matthew Wilcox (Oracle)1-1/+1
2023-12-29mm: return the folio from __read_swap_cache_async()Matthew Wilcox (Oracle)1-4/+3
2023-12-12zswap: make shrinking memcg-awareDomenico Cerasuolo1-1/+2
2023-10-25mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins1-4/+5
2023-08-24swap: remove remnants of polling from read_swap_cache_asyncSuren Baghdasaryan1-1/+0
2023-02-02mm: remove the __swap_writepage return valueChristoph Hellwig1-1/+1
2023-02-02mm: remove the swap_readpage return valueChristoph Hellwig1-5/+3
2022-11-08mm: convert find_get_incore_page() to filemap_get_incore_folio()Matthew Wilcox (Oracle)1-3/+5
2022-10-03mm: remove lookup_swap_cache()Matthew Wilcox (Oracle)1-10/+0
2022-10-03swap: add swap_cache_get_folio()Matthew Wilcox (Oracle)1-0/+8
2022-10-03mm/swap: convert add_to_swap_cache() to take a folioMatthew Wilcox (Oracle)1-2/+2
2022-09-11mm/swap: remove the end_write_func argument to __swap_writepageChristoph Hellwig1-3/+1
2022-07-03mm/khugepaged: try to free transhuge swapcache when possibleMiaohe Lin1-5/+0
2022-07-03mm/swap: convert __delete_from_swap_cache() to a folioMatthew Wilcox (Oracle)1-2/+2
2022-07-03mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)1-2/+2
2022-07-03mm: convert page_swap_flags to folio_swap_flagsMatthew Wilcox (Oracle)1-3/+3
2022-05-13swap: convert add_to_swap() to take a folioMatthew Wilcox (Oracle)1-3/+3
2022-05-09mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown1-0/+4
2022-05-09mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown1-3/+14
2022-05-09mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown1-0/+1
2022-05-09mm: reclaim mustn't enter FS for SWP_FS_OPS swap-spaceNeilBrown1-0/+8
2022-05-09mm: create new mm/swap.h header fileNeilBrown1-0/+133