aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-09udf: Convert adinicb and symlinks to read_folioMatthew Wilcox (Oracle)
2022-05-09ubifs: Convert ubifs to read_folioMatthew Wilcox (Oracle)
2022-05-09squashfs: Convert squashfs to read_folioMatthew Wilcox (Oracle)
2022-05-09romfs: Convert romfs to read_folioMatthew Wilcox (Oracle)
2022-05-09orangefs: Convert orangefs to read_folioMatthew Wilcox (Oracle)
2022-05-09ocfs2: Convert ocfs2 to read_folioMatthew Wilcox (Oracle)
2022-05-09ntfs: Convert ntfs to read_folioMatthew Wilcox (Oracle)
2022-05-09nfs: Convert nfs to read_folioMatthew Wilcox (Oracle)
2022-05-09jfs: Convert metadata pages to read_folioMatthew Wilcox (Oracle)
2022-05-09jffs2: Convert jffs2 to read_folioMatthew Wilcox (Oracle)
2022-05-09isofs: Convert symlinks and zisofs to read_folioMatthew Wilcox (Oracle)
2022-05-09hpfs: Convert symlinks to read_folioMatthew Wilcox (Oracle)
2022-05-09hostfs: Convert hostfs to read_folioMatthew Wilcox (Oracle)
2022-05-09fuse: Convert fuse to read_folioMatthew Wilcox (Oracle)
2022-05-09freevxfs: Convert vxfs_immed to read_folioMatthew Wilcox (Oracle)
2022-05-09f2fs: Convert f2fs to read_folioMatthew Wilcox (Oracle)
2022-05-09ext4: Convert ext4 to read_folioMatthew Wilcox (Oracle)
2022-05-09erofs: Convert erofs zdata to read_folioMatthew Wilcox (Oracle)
2022-05-09efs: Convert efs symlinks to read_folioMatthew Wilcox (Oracle)
2022-05-09ecryptfs: Convert ecryptfs to read_folioMatthew Wilcox (Oracle)
2022-05-09cramfs: Convert cramfs to read_folioMatthew Wilcox (Oracle)
2022-05-09coda: Convert coda to read_folioMatthew Wilcox (Oracle)
2022-05-09cifs: Convert cifs to read_folioMatthew Wilcox (Oracle)
2022-05-09btrfs: Convert btrfs to read_folioMatthew Wilcox (Oracle)
2022-05-09befs: Convert befs to read_folioMatthew Wilcox (Oracle)
2022-05-09afs: Convert afs_symlink_readpage to afs_symlink_read_folioMatthew Wilcox (Oracle)
2022-05-09affs: Convert affs to read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert simple_readpage to simple_read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)
2022-05-09fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Add read_folio documentationMatthew Wilcox (Oracle)
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)
2022-05-08buffer: Rewrite nobh_truncate_page() to use foliosMatthew Wilcox (Oracle)
2022-05-08mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)
2022-05-08fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)
2022-05-08readahead: Use a folio in read_pages()Matthew Wilcox (Oracle)
2022-05-08filemap: Update the folio_mark_dirty documentationMatthew Wilcox (Oracle)
2022-05-08filemap: Update the folio_lock documentationMatthew Wilcox (Oracle)
2022-05-08filemap: Remove obsolete comment in lock_pageMiaohe Lin
2022-05-08fs: Remove pagecache_write_begin() and pagecache_write_end()Matthew Wilcox (Oracle)
2022-05-08i915: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)
2022-05-08f2fs: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)
2022-05-08ext4: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)
2022-05-08hfsplus: Call hfsplus_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)
2022-05-08hfs: Call hfs_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)
2022-05-08ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size()Matthew Wilcox (Oracle)
2022-05-08ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyMatthew Wilcox (Oracle)
2022-05-08namei: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)