summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* iomap: Convert to release_folioMatthew Wilcox (Oracle)2022-05-095-16/+14
* fs: Change the type of filler_tMatthew Wilcox (Oracle)2022-05-095-32/+24
* nfs: Pass the file pointer to nfs_symlink_filler()Matthew Wilcox (Oracle)2022-05-091-2/+2
* jffs2: Pass the file pointer to jffs2_do_readpage_unlock()Matthew Wilcox (Oracle)2022-05-092-3/+3
* mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)2022-05-093-6/+3
* vboxsf: Convert vboxsf to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* udf: Convert adinicb and symlinks to read_folioMatthew Wilcox (Oracle)2022-05-092-7/+8
* ubifs: Convert ubifs to read_folioMatthew Wilcox (Oracle)2022-05-092-6/+8
* squashfs: Convert squashfs to read_folioMatthew Wilcox (Oracle)2022-05-093-5/+7
* romfs: Convert romfs to read_folioMatthew Wilcox (Oracle)2022-05-091-4/+5
* orangefs: Convert orangefs to read_folioMatthew Wilcox (Oracle)2022-05-091-17/+16
* ocfs2: Convert ocfs2 to read_folioMatthew Wilcox (Oracle)2022-05-094-6/+8
* ntfs: Convert ntfs to read_folioMatthew Wilcox (Oracle)2022-05-096-28/+30
* nfs: Convert nfs to read_folioMatthew Wilcox (Oracle)2022-05-092-3/+4
* jfs: Convert metadata pages to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* jffs2: Convert jffs2 to read_folioMatthew Wilcox (Oracle)2022-05-092-6/+6
* isofs: Convert symlinks and zisofs to read_folioMatthew Wilcox (Oracle)2022-05-092-5/+7
* hpfs: Convert symlinks to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* hostfs: Convert hostfs to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* fuse: Convert fuse to read_folioMatthew Wilcox (Oracle)2022-05-092-7/+8
* freevxfs: Convert vxfs_immed to read_folioMatthew Wilcox (Oracle)2022-05-091-7/+8
* f2fs: Convert f2fs to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* ext4: Convert ext4 to read_folioMatthew Wilcox (Oracle)2022-05-092-6/+7
* erofs: Convert erofs zdata to read_folioMatthew Wilcox (Oracle)2022-05-091-3/+4
* efs: Convert efs symlinks to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* ecryptfs: Convert ecryptfs to read_folioMatthew Wilcox (Oracle)2022-05-091-5/+6
* cramfs: Convert cramfs to read_folioMatthew Wilcox (Oracle)2022-05-092-7/+8
* coda: Convert coda to read_folioMatthew Wilcox (Oracle)2022-05-091-3/+4
* cifs: Convert cifs to read_folioMatthew Wilcox (Oracle)2022-05-091-6/+7
* btrfs: Convert btrfs to read_folioMatthew Wilcox (Oracle)2022-05-097-13/+15
* befs: Convert befs to read_folioMatthew Wilcox (Oracle)2022-05-091-3/+4
* afs: Convert afs_symlink_readpage to afs_symlink_read_folioMatthew Wilcox (Oracle)2022-05-091-8/+7
* affs: Convert affs to read_folioMatthew Wilcox (Oracle)2022-05-092-4/+6
* fs: Convert simple_readpage to simple_read_folioMatthew Wilcox (Oracle)2022-05-091-7/+7
* fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)2022-05-0913-46/+48
* fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-0922-97/+104
* fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)2022-05-095-18/+17
* fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)2022-05-094-11/+10
* fs: Introduce aops->read_folioMatthew Wilcox (Oracle)2022-05-093-3/+6
* buffer: Rewrite nobh_truncate_page() to use foliosMatthew Wilcox (Oracle)2022-05-081-37/+27
* mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)2022-05-083-18/+19
* fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)2022-05-082-20/+17
* f2fs: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-4/+5
* ext4: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-4/+5
* hfsplus: Call hfsplus_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)2022-05-083-7/+8
* hfs: Call hfs_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)2022-05-083-6/+7
* ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size()Matthew Wilcox (Oracle)2022-05-081-4/+2
* ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyMatthew Wilcox (Oracle)2022-05-083-10/+12
* namei: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-3/+3
* buffer: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-6/+8