summaryrefslogtreecommitdiff
path: root/mm/swap.h
Commit message (Expand)AuthorAgeFilesLines
* mm: remove the __swap_writepage return valueChristoph Hellwig2023-02-021-1/+1
* mm: remove the swap_readpage return valueChristoph Hellwig2023-02-021-5/+3
* mm: convert find_get_incore_page() to filemap_get_incore_folio()Matthew Wilcox (Oracle)2022-11-081-3/+5
* mm: remove lookup_swap_cache()Matthew Wilcox (Oracle)2022-10-031-10/+0
* swap: add swap_cache_get_folio()Matthew Wilcox (Oracle)2022-10-031-0/+8
* mm/swap: convert add_to_swap_cache() to take a folioMatthew Wilcox (Oracle)2022-10-031-2/+2
* mm/swap: remove the end_write_func argument to __swap_writepageChristoph Hellwig2022-09-111-3/+1
* mm/khugepaged: try to free transhuge swapcache when possibleMiaohe Lin2022-07-031-5/+0
* mm/swap: convert __delete_from_swap_cache() to a folioMatthew Wilcox (Oracle)2022-07-031-2/+2
* mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)2022-07-031-2/+2
* mm: convert page_swap_flags to folio_swap_flagsMatthew Wilcox (Oracle)2022-07-031-3/+3
* swap: convert add_to_swap() to take a folioMatthew Wilcox (Oracle)2022-05-131-3/+3
* mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown2022-05-091-0/+4
* mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown2022-05-091-3/+14
* mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown2022-05-091-0/+1
* mm: reclaim mustn't enter FS for SWP_FS_OPS swap-spaceNeilBrown2022-05-091-0/+8
* mm: create new mm/swap.h header fileNeilBrown2022-05-091-0/+133