summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-08-08hugetlbfs: copy_page_to_iter() can deal with compound pagesAl Viro
2022-08-08ceph: switch the last caller of iov_iter_get_pages_alloc()Al Viro
2022-08-08iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()Al Viro
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-08-08splice: stop abusing iov_iter_advance() to flush a pipeAl Viro
2022-08-08switch new_sync_{read,write}() to ITER_UBUFAl Viro
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-08-03Merge tag 'zonefs-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-08-03Merge tag 'affs-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kd...Linus Torvalds
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-08-03Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-08-03Merge tag 'pull-work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03Merge tag 'pull-work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-08-02Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2022-08-02Merge tag 'execve-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-02Merge tag 'pstore-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-02Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....Linus Torvalds
2022-08-02Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-02fs: remove the NULL get_block case in mpage_writepagesChristoph Hellwig
2022-08-02fs: don't call ->writepage from __mpage_writepageChristoph Hellwig
2022-08-02fs: remove the nobh helpersChristoph Hellwig
2022-08-02jfs: stop using the nobh helperChristoph Hellwig
2022-08-02ext2: remove nobh supportChristoph Hellwig
2022-08-02ntfs3: refactor ntfs_writepagesChristoph Hellwig
2022-08-02hugetlb: Convert to migrate_folioMatthew Wilcox (Oracle)
2022-08-02aio: Convert to migrate_folioMatthew Wilcox (Oracle)
2022-08-02f2fs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)
2022-08-02ubifs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)
2022-08-02btrfs: Convert btrfs_migratepage to migrate_folioMatthew Wilcox (Oracle)
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)
2022-08-02mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)
2022-08-02nfs: Convert to migrate_folioMatthew Wilcox (Oracle)
2022-08-02btrfs: Convert btree_migratepage to migrate_folioMatthew Wilcox (Oracle)
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)
2022-08-02ext2: Use a folio in ext2_get_page()Matthew Wilcox (Oracle)
2022-08-02gfs2: Convert gfs2_jhead_process_page() to use a folioMatthew Wilcox (Oracle)
2022-08-02ocfs2: Convert ocfs2_read_folio() to use a folioMatthew Wilcox (Oracle)
2022-08-02freevxfs: Convert vxfs_immed_read_folio() to use a folioMatthew Wilcox (Oracle)
2022-08-02coda: Convert coda_symlink_filler() to use a folioMatthew Wilcox (Oracle)
2022-08-02befs: Convert befs_symlink_read_folio() to use a folioMatthew 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)