summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-02block: Simplify read_part_sector()Matthew Wilcox (Oracle)
2022-08-02cramfs: read_mapping_page() is synchronousMatthew Wilcox (Oracle)
2022-08-02ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()Matthew Wilcox (Oracle)
2022-08-02hostfs: Handle page write errors correctlyMatthew Wilcox (Oracle)
2022-08-02squashfs: Return the actual error from squashfs_read_folio()Matthew Wilcox (Oracle)
2022-08-02buffer: Don't test folio error in block_read_full_folio()Matthew Wilcox (Oracle)
2022-06-29nfs: Leave pages in the pagecache if readpage failedMatthew Wilcox (Oracle)
2022-06-29buffer: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-29orangefs: Remove test for folio errorMatthew Wilcox (Oracle)
2022-06-29iomap: Remove test for folio errorMatthew Wilcox (Oracle)
2022-06-29jfs: Remove check for PageUptodateMatthew Wilcox (Oracle)
2022-06-29remap_range: Remove check of uptodate flagMatthew Wilcox (Oracle)
2022-06-29ufs: Remove checks for PageErrorMatthew Wilcox (Oracle)
2022-06-29reiserfs: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-29ntfs3: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-29ntfs: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-29nilfs2: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-29ext2: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-29ntfs: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-29hfsplus: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-29hfs: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-29freevxfs: Remove check of PageErrorMatthew Wilcox (Oracle)
2022-06-29afs: Remove check of PageErrorMatthew Wilcox (Oracle)
2022-06-29block: Remove check of PageErrorMatthew Wilcox (Oracle)
2022-06-29docs: Improve ->read_folio documentationMatthew Wilcox (Oracle)
2022-06-29filemap: Use filemap_read_folio() in do_read_cache_folio()Matthew Wilcox (Oracle)
2022-06-29filemap: Handle AOP_TRUNCATED_PAGE in do_read_cache_folio()Matthew Wilcox (Oracle)
2022-06-29filemap: Move 'filler' case to the end of do_read_cache_folio()Matthew Wilcox (Oracle)
2022-06-29netfs: Remove extern from function prototypesMatthew Wilcox (Oracle)
2022-06-29filemap: Remove find_get_pages_range() and associated functionsMatthew Wilcox (Oracle)
2022-06-29shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-29vmscan: Add check_move_unevictable_folios()Matthew Wilcox (Oracle)
2022-06-29nilfs2: Convert nilfs_copy_back_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-29hugetlbfs: Convert remove_inode_hugepages() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-29f2fs: Convert f2fs_invalidate_compress_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-29ext4: Convert mpage_map_and_submit_buffers() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-29ext4: Convert mpage_release_unused_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-29buffer: Convert clean_bdev_aliases() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-29filemap: Add filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-29filemap: Remove add_to_page_cache() and add_to_page_cache_locked()Matthew Wilcox (Oracle)
2022-06-29hugetlb: Convert huge_add_to_page_cache() to use a folioMatthew Wilcox (Oracle)
2022-06-29mpage: Convert do_mpage_readpage() to use a folioMatthew Wilcox (Oracle)
2022-06-29mm: Remove __delete_from_page_cache()Matthew Wilcox (Oracle)
2022-06-29mm: Account dirty folios properly during splitsMatthew Wilcox (Oracle)
2022-06-25Merge tag 'char-misc-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-06-25Merge tag 'usb-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-06-25Merge tag 'loongarch-fixes-5.19-3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-06-25Merge tag 'f2fs-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-06-25LoongArch: Make compute_return_era() return voidTiezhu Yang
2022-06-25LoongArch: Fix wrong fpu versionTiezhu Yang