Age | Commit message (Expand) | Author |
2022-08-02 | mm: Convert all PageMovable users to movable_operations | Matthew Wilcox (Oracle) |
2022-08-02 | secretmem: Remove isolate_page | Matthew Wilcox (Oracle) |
2022-08-02 | ext2: Use a folio in ext2_get_page() | Matthew Wilcox (Oracle) |
2022-08-02 | gfs2: Convert gfs2_jhead_process_page() to use a folio | Matthew Wilcox (Oracle) |
2022-08-02 | ocfs2: Convert ocfs2_read_folio() to use a folio | Matthew Wilcox (Oracle) |
2022-08-02 | freevxfs: Convert vxfs_immed_read_folio() to use a folio | Matthew Wilcox (Oracle) |
2022-08-02 | coda: Convert coda_symlink_filler() to use a folio | Matthew Wilcox (Oracle) |
2022-08-02 | befs: Convert befs_symlink_read_folio() to use a folio | Matthew Wilcox (Oracle) |
2022-08-02 | block: Convert read_part_sector() to use a folio | Matthew Wilcox (Oracle) |
2022-08-02 | block: Use PAGE_SECTORS_SHIFT | Matthew Wilcox (Oracle) |
2022-08-02 | block: Handle partition read errors more consistently | Matthew Wilcox (Oracle) |
2022-08-02 | block: Simplify read_part_sector() | Matthew Wilcox (Oracle) |
2022-08-02 | cramfs: read_mapping_page() is synchronous | Matthew Wilcox (Oracle) |
2022-08-02 | ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback() | Matthew Wilcox (Oracle) |
2022-08-02 | hostfs: Handle page write errors correctly | Matthew Wilcox (Oracle) |
2022-08-02 | squashfs: Return the actual error from squashfs_read_folio() | Matthew Wilcox (Oracle) |
2022-08-02 | buffer: Don't test folio error in block_read_full_folio() | Matthew Wilcox (Oracle) |
2022-06-29 | nfs: Leave pages in the pagecache if readpage failed | Matthew Wilcox (Oracle) |
2022-06-29 | buffer: Remove check for PageError | Matthew Wilcox (Oracle) |
2022-06-29 | orangefs: Remove test for folio error | Matthew Wilcox (Oracle) |
2022-06-29 | iomap: Remove test for folio error | Matthew Wilcox (Oracle) |
2022-06-29 | jfs: Remove check for PageUptodate | Matthew Wilcox (Oracle) |
2022-06-29 | remap_range: Remove check of uptodate flag | Matthew Wilcox (Oracle) |
2022-06-29 | ufs: Remove checks for PageError | Matthew Wilcox (Oracle) |
2022-06-29 | reiserfs: Remove check for PageError | Matthew Wilcox (Oracle) |
2022-06-29 | ntfs3: Remove check for PageError | Matthew Wilcox (Oracle) |
2022-06-29 | ntfs: Remove check for PageError | Matthew Wilcox (Oracle) |
2022-06-29 | nilfs2: Remove check for PageError | Matthew Wilcox (Oracle) |
2022-06-29 | ext2: Remove check for PageError | Matthew Wilcox (Oracle) |
2022-06-29 | ntfs: Remove check for PageError | Matthew Wilcox (Oracle) |
2022-06-29 | hfsplus: Remove check for PageError | Matthew Wilcox (Oracle) |
2022-06-29 | hfs: Remove check for PageError | Matthew Wilcox (Oracle) |
2022-06-29 | freevxfs: Remove check of PageError | Matthew Wilcox (Oracle) |
2022-06-29 | afs: Remove check of PageError | Matthew Wilcox (Oracle) |
2022-06-29 | block: Remove check of PageError | Matthew Wilcox (Oracle) |
2022-06-29 | docs: Improve ->read_folio documentation | Matthew Wilcox (Oracle) |
2022-06-29 | filemap: Use filemap_read_folio() in do_read_cache_folio() | Matthew Wilcox (Oracle) |
2022-06-29 | filemap: Handle AOP_TRUNCATED_PAGE in do_read_cache_folio() | Matthew Wilcox (Oracle) |
2022-06-29 | filemap: Move 'filler' case to the end of do_read_cache_folio() | Matthew Wilcox (Oracle) |
2022-06-29 | netfs: Remove extern from function prototypes | Matthew Wilcox (Oracle) |
2022-06-29 | filemap: Remove find_get_pages_range() and associated functions | Matthew Wilcox (Oracle) |
2022-06-29 | shmem: Convert shmem_unlock_mapping() to use filemap_get_folios() | Matthew Wilcox (Oracle) |
2022-06-29 | vmscan: Add check_move_unevictable_folios() | Matthew Wilcox (Oracle) |
2022-06-29 | nilfs2: Convert nilfs_copy_back_pages() to use filemap_get_folios() | Matthew Wilcox (Oracle) |
2022-06-29 | hugetlbfs: Convert remove_inode_hugepages() to use filemap_get_folios() | Matthew Wilcox (Oracle) |
2022-06-29 | f2fs: Convert f2fs_invalidate_compress_pages() to use filemap_get_folios() | Matthew Wilcox (Oracle) |
2022-06-29 | ext4: Convert mpage_map_and_submit_buffers() to use filemap_get_folios() | Matthew Wilcox (Oracle) |
2022-06-29 | ext4: Convert mpage_release_unused_pages() to use filemap_get_folios() | Matthew Wilcox (Oracle) |
2022-06-29 | buffer: Convert clean_bdev_aliases() to use filemap_get_folios() | Matthew Wilcox (Oracle) |
2022-06-29 | filemap: Add filemap_get_folios() | Matthew Wilcox (Oracle) |