summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-02mm/folio-compat: Remove migration compatibility functionsMatthew Wilcox (Oracle)3-34/+1
2022-08-02fs: Remove aops->migratepage()Matthew Wilcox (Oracle)3-8/+2
2022-08-02secretmem: Convert to migrate_folioMatthew Wilcox (Oracle)1-4/+3
2022-08-02hugetlb: Convert to migrate_folioMatthew Wilcox (Oracle)3-21/+26
2022-08-02aio: Convert to migrate_folioMatthew Wilcox (Oracle)1-18/+18
2022-08-02f2fs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)4-49/+3
2022-08-02ubifs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)1-27/+2
2022-08-02btrfs: Convert btrfs_migratepage to migrate_folioMatthew Wilcox (Oracle)1-17/+9
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)7-34/+29
2022-08-02mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)8-27/+30
2022-08-02nfs: Convert to migrate_folioMatthew Wilcox (Oracle)3-13/+13
2022-08-02btrfs: Convert btree_migratepage to migrate_folioMatthew Wilcox (Oracle)1-12/+10
2022-08-02mm/migrate: Convert expected_page_refs() to folio_expected_refs()Matthew Wilcox (Oracle)1-7/+12
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)8-51/+65
2022-08-02mm/migrate: Convert writeout() to take a folioMatthew Wilcox (Oracle)1-11/+10
2022-08-02mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()Matthew Wilcox (Oracle)1-10/+9
2022-08-02fs: Add aops->migrate_folioMatthew Wilcox (Oracle)5-15/+23
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)17-486/+134
2022-08-02secretmem: Remove isolate_pageMatthew Wilcox (Oracle)1-6/+0
2022-08-02ext2: Use a folio in ext2_get_page()Matthew Wilcox (Oracle)1-9/+10
2022-08-02gfs2: Convert gfs2_jhead_process_page() to use a folioMatthew Wilcox (Oracle)1-14/+14
2022-08-02ocfs2: Convert ocfs2_read_folio() to use a folioMatthew Wilcox (Oracle)1-14/+12
2022-08-02freevxfs: Convert vxfs_immed_read_folio() to use a folioMatthew Wilcox (Oracle)1-24/+19
2022-08-02coda: Convert coda_symlink_filler() to use a folioMatthew Wilcox (Oracle)1-6/+5
2022-08-02befs: Convert befs_symlink_read_folio() to use a folioMatthew Wilcox (Oracle)1-9/+7
2022-08-02block: Convert read_part_sector() to use a folioMatthew Wilcox (Oracle)2-7/+7
2022-08-02block: Use PAGE_SECTORS_SHIFTMatthew Wilcox (Oracle)1-2/+1
2022-08-02block: Handle partition read errors more consistentlyMatthew Wilcox (Oracle)1-1/+1
2022-08-02block: Simplify read_part_sector()Matthew Wilcox (Oracle)1-2/+1
2022-08-02cramfs: read_mapping_page() is synchronousMatthew Wilcox (Oracle)1-13/+4
2022-08-02ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()Matthew Wilcox (Oracle)1-36/+6
2022-08-02hostfs: Handle page write errors correctlyMatthew Wilcox (Oracle)1-3/+3
2022-08-02squashfs: Return the actual error from squashfs_read_folio()Matthew Wilcox (Oracle)1-7/+8
2022-08-02buffer: Don't test folio error in block_read_full_folio()Matthew Wilcox (Oracle)1-2/+5
2022-06-29nfs: Leave pages in the pagecache if readpage failedMatthew Wilcox (Oracle)1-4/+0
2022-06-29buffer: Remove check for PageErrorMatthew Wilcox (Oracle)1-3/+3
2022-06-29orangefs: Remove test for folio errorMatthew Wilcox (Oracle)1-3/+1
2022-06-29iomap: Remove test for folio errorMatthew Wilcox (Oracle)1-3/+0
2022-06-29jfs: Remove check for PageUptodateMatthew Wilcox (Oracle)1-1/+1
2022-06-29remap_range: Remove check of uptodate flagMatthew Wilcox (Oracle)1-10/+1
2022-06-29ufs: Remove checks for PageErrorMatthew Wilcox (Oracle)2-12/+1
2022-06-29reiserfs: Remove check for PageErrorMatthew Wilcox (Oracle)1-8/+1
2022-06-29ntfs3: Remove check for PageErrorMatthew Wilcox (Oracle)1-6/+1
2022-06-29ntfs: Remove check for PageErrorMatthew Wilcox (Oracle)1-6/+1
2022-06-29nilfs2: Remove check for PageErrorMatthew Wilcox (Oracle)1-1/+1
2022-06-29ext2: Remove check for PageErrorMatthew Wilcox (Oracle)1-2/+1
2022-06-29ntfs: Remove check for PageErrorMatthew Wilcox (Oracle)1-5/+0
2022-06-29hfsplus: Remove check for PageErrorMatthew Wilcox (Oracle)1-4/+0
2022-06-29hfs: Remove check for PageErrorMatthew Wilcox (Oracle)1-4/+0
2022-06-29freevxfs: Remove check of PageErrorMatthew Wilcox (Oracle)1-6/+0