summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-29ufs: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29sysv: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29ocfs2: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29minix: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29hfsplus: really remove hfsplus_writepageMatthew Wilcox (Oracle)
2023-12-29hfs: really remove hfs_writepageMatthew Wilcox (Oracle)
2023-12-29bfs: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29adfs: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29fs: reduce stack usage in do_mpage_readpageMatthew Wilcox (Oracle)
2023-12-29fs: reduce stack usage in __mpage_writepageMatthew Wilcox (Oracle)
2023-12-29fs: convert clean_buffers() to take a folioMatthew Wilcox (Oracle)
2023-12-29fs: remove clean_page_buffers()Matthew Wilcox (Oracle)
2023-12-29mm: migrate: fix getting incorrect page mapping during page migrationBaolin Wang
2023-12-29mm: convert swap_cluster_readahead and swap_vma_readahead to return a folioMatthew Wilcox (Oracle)
2023-12-29mm: return a folio from read_swap_cache_async()Matthew Wilcox (Oracle)
2023-12-29mm: remove page_swap_info()Matthew Wilcox (Oracle)
2023-12-29mm: convert swap_readpage() to swap_read_folio()Matthew Wilcox (Oracle)
2023-12-29mm: convert swap_page_sector() to swap_folio_sector()Matthew Wilcox (Oracle)
2023-12-29mm: pass a folio to swap_readpage_bdev_async()Matthew Wilcox (Oracle)
2023-12-29mm: pass a folio to swap_readpage_bdev_sync()Matthew Wilcox (Oracle)
2023-12-29mm: pass a folio to swap_readpage_fs()Matthew Wilcox (Oracle)
2023-12-29mm: pass a folio to swap_writepage_bdev_async()Matthew Wilcox (Oracle)
2023-12-29mm: pass a folio to swap_writepage_bdev_sync()Matthew Wilcox (Oracle)
2023-12-29mm: pass a folio to swap_writepage_fs()Matthew Wilcox (Oracle)
2023-12-29mm: pass a folio to __swap_writepage()Matthew Wilcox (Oracle)
2023-12-29mm: return the folio from __read_swap_cache_async()Matthew Wilcox (Oracle)
2023-12-29mm/zswap: change per-cpu mutex and buffer to per-acomp_ctxChengming Zhou
2023-12-29mm/zswap: cleanup zswap_writeback_entry()Chengming Zhou
2023-12-29mm/zswap: cleanup zswap_load()Chengming Zhou
2023-12-29mm/zswap: refactor out __zswap_load()Chengming Zhou
2023-12-29mm/zswap: reuse dstmem when decompressChengming Zhou
2023-12-29mm/ksm: document ksm advisor and its sysfs knobsStefan Roesch
2023-12-29mm/ksm: add tracepoint for ksm advisorStefan Roesch
2023-12-29mm/ksm: add sysfs knobs for advisorStefan Roesch
2023-12-29mm/ksm: add ksm advisorStefan Roesch
2023-12-29mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictableMatthew Wilcox (Oracle)
2023-12-29mm: convert collapse_huge_page() to use a folioMatthew Wilcox (Oracle)
2023-12-29mm: convert migrate_vma_insert_page() to use a folioMatthew Wilcox (Oracle)
2023-12-29mm: remove references to page_add_new_anon_rmap in commentsMatthew Wilcox (Oracle)
2023-12-29mm: remove stale example from commentMatthew Wilcox (Oracle)
2023-12-29mm: remove some calls to page_add_new_anon_rmap()Matthew Wilcox (Oracle)
2023-12-29mm: convert unuse_pte() to use a folio throughoutMatthew Wilcox (Oracle)
2023-12-29mm: remove PageAnonExclusive assertions in unuse_pte()Matthew Wilcox (Oracle)
2023-12-29mm: convert ksm_might_need_to_copy() to work on foliosMatthew Wilcox (Oracle)
2023-12-29selftests/mm: add UFFDIO_MOVE ioctl testSuren Baghdasaryan
2023-12-29selftests/mm: add uffd_test_case_ops to allow test case-specific operationsSuren Baghdasaryan
2023-12-29selftests/mm: call uffd_test_ctx_clear at the end of the testSuren Baghdasaryan
2023-12-29userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli
2023-12-29mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()Andrea Arcangeli
2023-12-29buffer: fix more functions for block size > PAGE_SIZEMatthew Wilcox (Oracle)