summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-05filemap: for_each_folio_batched()folio_iter_batchedKent Overstreet
2022-06-05ext2: Use a folio in ext2_get_page()Matthew Wilcox (Oracle)
2022-06-05gfs2: Convert gfs2_jhead_process_page() to use a folioMatthew Wilcox (Oracle)
2022-06-05ocfs2: Convert ocfs2_read_folio() to use a folioMatthew Wilcox (Oracle)
2022-06-05freevxfs: Convert vxfs_immed_read_folio() to use a folioMatthew Wilcox (Oracle)
2022-06-05coda: Convert coda_symlink_filler() to use a folioMatthew Wilcox (Oracle)
2022-06-05befs: Convert befs_symlink_read_folio() to use a folioMatthew Wilcox (Oracle)
2022-06-05block: Convert read_part_sector() to use a folioMatthew Wilcox (Oracle)
2022-06-05block: Use PAGE_SECTORS_SHIFTMatthew Wilcox (Oracle)
2022-06-05block: Handle partition read errors more consistentlyMatthew Wilcox (Oracle)
2022-06-05block: Simplify read_part_sector()Matthew Wilcox (Oracle)
2022-06-05cramfs: read_mapping_page() is synchronousMatthew Wilcox (Oracle)
2022-06-05ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()Matthew Wilcox (Oracle)
2022-06-05hostfs: Handle page write errors correctlyMatthew Wilcox (Oracle)
2022-06-05squashfs: Return the actual error from squashfs_read_folio()Matthew Wilcox (Oracle)
2022-06-05buffer: Don't test folio error in block_read_full_folio()Matthew Wilcox (Oracle)
2022-06-05btrfs: Use a folio in wait_dev_supers()Matthew Wilcox (Oracle)
2022-06-05nfs: Leave pages in the pagecache if readpage failedMatthew Wilcox (Oracle)
2022-06-05buffer: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-05orangefs: Remove test for folio errorMatthew Wilcox (Oracle)
2022-06-05iomap: Remove test for folio errorMatthew Wilcox (Oracle)
2022-06-05jfs: Remove check for PageUptodateMatthew Wilcox (Oracle)
2022-06-05remap_range: Remove check of uptodate flagMatthew Wilcox (Oracle)
2022-06-05ufs: Remove checks for PageErrorMatthew Wilcox (Oracle)
2022-06-05reiserfs: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-05ntfs3: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-05ntfs: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-05nilfs2: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-05ext2: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-05ntfs: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-05hfsplus: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-05hfs: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-05gfs: Check PageUptodate instead of PageErrorMatthew Wilcox (Oracle)
2022-06-05freevxfs: Remove check of PageErrorMatthew Wilcox (Oracle)
2022-06-05afs: Remove check of PageErrorMatthew Wilcox (Oracle)
2022-06-05block: Remove check of PageErrorMatthew Wilcox (Oracle)
2022-06-05docs: Improve ->read_folio documentationMatthew Wilcox (Oracle)
2022-06-05filemap: Use filemap_read_folio() in do_read_cache_folio()Matthew Wilcox (Oracle)
2022-06-05filemap: Handle AOP_TRUNCATED_PAGE in do_read_cache_folio()Matthew Wilcox (Oracle)
2022-06-05filemap: Move 'filler' case to the end of do_read_cache_folio()Matthew Wilcox (Oracle)
2022-06-05netfs: Remove extern from function prototypesMatthew Wilcox (Oracle)
2022-06-05filemap: Remove find_get_pages_range() and associated functionsMatthew Wilcox (Oracle)
2022-06-05shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-05vmscan: Add check_move_unevictable_folios()Matthew Wilcox (Oracle)
2022-06-05nilfs2: Convert nilfs_copy_back_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-05hugetlbfs: Convert remove_inode_hugepages() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-05f2fs: Convert f2fs_invalidate_compress_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-05ext4: Convert mpage_map_and_submit_buffers() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-05ext4: Convert mpage_release_unused_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-05buffer: Convert clean_bdev_aliases() to use filemap_get_folios()Matthew Wilcox (Oracle)