summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ufs: remove writepage implementationMatthew Wilcox (Oracle)2023-12-291-4/+7
* sysv: remove writepage implementationMatthew Wilcox (Oracle)2023-12-291-3/+6
* ocfs2: remove writepage implementationMatthew Wilcox (Oracle)2023-12-292-11/+6
* minix: remove writepage implementationMatthew Wilcox (Oracle)2023-12-291-3/+6
* hfsplus: really remove hfsplus_writepageMatthew Wilcox (Oracle)2023-12-291-6/+2
* hfs: really remove hfs_writepageMatthew Wilcox (Oracle)2023-12-291-6/+2
* bfs: remove writepage implementationMatthew Wilcox (Oracle)2023-12-291-3/+6
* adfs: remove writepage implementationMatthew Wilcox (Oracle)2023-12-291-4/+7
* fs: reduce stack usage in do_mpage_readpageMatthew Wilcox (Oracle)2023-12-291-8/+8
* fs: reduce stack usage in __mpage_writepageMatthew Wilcox (Oracle)2023-12-291-8/+12
* fs: convert clean_buffers() to take a folioMatthew Wilcox (Oracle)2023-12-291-7/+7
* fs: remove clean_page_buffers()Matthew Wilcox (Oracle)2023-12-292-11/+0
* mm: migrate: fix getting incorrect page mapping during page migrationBaolin Wang2023-12-291-17/+10
* mm: convert swap_cluster_readahead and swap_vma_readahead to return a folioMatthew Wilcox (Oracle)2023-12-293-19/+19
* mm: return a folio from read_swap_cache_async()Matthew Wilcox (Oracle)2023-12-293-19/+18
* mm: remove page_swap_info()Matthew Wilcox (Oracle)2023-12-293-10/+3
* mm: convert swap_readpage() to swap_read_folio()Matthew Wilcox (Oracle)2023-12-295-20/+21
* mm: convert swap_page_sector() to swap_folio_sector()Matthew Wilcox (Oracle)2023-12-293-8/+8
* mm: pass a folio to swap_readpage_bdev_async()Matthew Wilcox (Oracle)2023-12-291-4/+4
* mm: pass a folio to swap_readpage_bdev_sync()Matthew Wilcox (Oracle)2023-12-291-4/+4
* mm: pass a folio to swap_readpage_fs()Matthew Wilcox (Oracle)2023-12-291-7/+6
* mm: pass a folio to swap_writepage_bdev_async()Matthew Wilcox (Oracle)2023-12-291-5/+4
* mm: pass a folio to swap_writepage_bdev_sync()Matthew Wilcox (Oracle)2023-12-291-5/+4
* mm: pass a folio to swap_writepage_fs()Matthew Wilcox (Oracle)2023-12-291-9/+9
* mm: pass a folio to __swap_writepage()Matthew Wilcox (Oracle)2023-12-293-9/+9
* mm: return the folio from __read_swap_cache_async()Matthew Wilcox (Oracle)2023-12-294-75/+69
* mm/zswap: change per-cpu mutex and buffer to per-acomp_ctxChengming Zhou2023-12-292-72/+33
* mm/zswap: cleanup zswap_writeback_entry()Chengming Zhou2023-12-291-19/+10
* mm/zswap: cleanup zswap_load()Chengming Zhou2023-12-291-9/+5
* mm/zswap: refactor out __zswap_load()Chengming Zhou2023-12-291-60/+32
* mm/zswap: reuse dstmem when decompressChengming Zhou2023-12-291-32/+12
* mm/ksm: document ksm advisor and its sysfs knobsStefan Roesch2023-12-291-0/+55
* mm/ksm: add tracepoint for ksm advisorStefan Roesch2023-12-292-0/+34
* mm/ksm: add sysfs knobs for advisorStefan Roesch2023-12-291-0/+148
* mm/ksm: add ksm advisorStefan Roesch2023-12-291-1/+157
* mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictableMatthew Wilcox (Oracle)2023-12-293-21/+0
* mm: convert collapse_huge_page() to use a folioMatthew Wilcox (Oracle)2023-12-291-7/+8
* mm: convert migrate_vma_insert_page() to use a folioMatthew Wilcox (Oracle)2023-12-291-11/+12
* mm: remove references to page_add_new_anon_rmap in commentsMatthew Wilcox (Oracle)2023-12-291-2/+2
* mm: remove stale example from commentMatthew Wilcox (Oracle)2023-12-291-14/+4
* mm: remove some calls to page_add_new_anon_rmap()Matthew Wilcox (Oracle)2023-12-293-3/+3
* mm: convert unuse_pte() to use a folio throughoutMatthew Wilcox (Oracle)2023-12-291-22/+25
* mm: remove PageAnonExclusive assertions in unuse_pte()Matthew Wilcox (Oracle)2023-12-291-4/+0
* mm: convert ksm_might_need_to_copy() to work on foliosMatthew Wilcox (Oracle)2023-12-294-20/+26
* selftests/mm: add UFFDIO_MOVE ioctl testSuren Baghdasaryan2023-12-293-0/+214
* selftests/mm: add uffd_test_case_ops to allow test case-specific operationsSuren Baghdasaryan2023-12-293-0/+22
* selftests/mm: call uffd_test_ctx_clear at the end of the testSuren Baghdasaryan2023-12-294-4/+7
* userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli2023-12-299-1/+864
* mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()Andrea Arcangeli2023-12-291-0/+24
* buffer: fix more functions for block size > PAGE_SIZEMatthew Wilcox (Oracle)2023-12-291-21/+6