Age | Commit message (Expand) | Author |
2024-02-20 | mm/swap: fix race when skipping swapcache | Kairui Song |
2023-12-29 | mm: convert swap_cluster_readahead and swap_vma_readahead to return a folio | Matthew Wilcox (Oracle) |
2023-12-29 | mm: return a folio from read_swap_cache_async() | Matthew Wilcox (Oracle) |
2023-12-29 | mm: remove page_swap_info() | Matthew Wilcox (Oracle) |
2023-12-29 | mm: convert swap_readpage() to swap_read_folio() | Matthew Wilcox (Oracle) |
2023-12-29 | mm: pass a folio to __swap_writepage() | Matthew Wilcox (Oracle) |
2023-12-29 | mm: return the folio from __read_swap_cache_async() | Matthew Wilcox (Oracle) |
2023-12-12 | zswap: make shrinking memcg-aware | Domenico Cerasuolo |
2023-10-25 | mempolicy: alloc_pages_mpol() for NUMA policy without vma | Hugh Dickins |
2023-08-24 | swap: remove remnants of polling from read_swap_cache_async | Suren Baghdasaryan |
2023-02-02 | mm: remove the __swap_writepage return value | Christoph Hellwig |
2023-02-02 | mm: remove the swap_readpage return value | Christoph Hellwig |
2022-11-08 | mm: convert find_get_incore_page() to filemap_get_incore_folio() | Matthew Wilcox (Oracle) |
2022-10-03 | mm: remove lookup_swap_cache() | Matthew Wilcox (Oracle) |
2022-10-03 | swap: add swap_cache_get_folio() | Matthew Wilcox (Oracle) |
2022-10-03 | mm/swap: convert add_to_swap_cache() to take a folio | Matthew Wilcox (Oracle) |
2022-09-11 | mm/swap: remove the end_write_func argument to __swap_writepage | Christoph Hellwig |
2022-07-03 | mm/khugepaged: try to free transhuge swapcache when possible | Miaohe Lin |
2022-07-03 | mm/swap: convert __delete_from_swap_cache() to a folio | Matthew Wilcox (Oracle) |
2022-07-03 | mm/swap: convert delete_from_swap_cache() to take a folio | Matthew Wilcox (Oracle) |
2022-07-03 | mm: convert page_swap_flags to folio_swap_flags | Matthew Wilcox (Oracle) |
2022-05-13 | swap: convert add_to_swap() to take a folio | Matthew Wilcox (Oracle) |
2022-05-09 | mm: submit multipage write for SWP_FS_OPS swap-space | NeilBrown |
2022-05-09 | mm: submit multipage reads for SWP_FS_OPS swap-space | NeilBrown |
2022-05-09 | mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space | NeilBrown |
2022-05-09 | mm: reclaim mustn't enter FS for SWP_FS_OPS swap-space | NeilBrown |
2022-05-09 | mm: create new mm/swap.h header file | NeilBrown |