aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-03ceph: update the auth cap when the async create req is forwardedXiubo Li3-0/+74
2022-08-03ceph: make change_auth_cap_ses a global symbolXiubo Li2-2/+4
2022-08-03ceph: switch back to testing for NULL folio->private in ceph_dirty_folioJeff Layton1-1/+1
2022-08-03ceph: call netfs_subreq_terminated with was_async == falseJeff Layton1-1/+1
2022-08-03ceph: convert to generic_file_llseekJeff Layton1-47/+5
2022-08-03ceph: don't leak snap_rwsem in handle_cap_grantJeff Layton1-14/+13
2022-08-03ceph: prevent a client from exceeding the MDS maximum xattr sizeLuís Henriques2-8/+26
2022-08-03ceph: choose auth MDS for getxattr with the Xs capsXiubo Li1-1/+7
2022-08-03ceph: add session already open notify supportXiubo Li2-6/+24
2022-08-03ceph: wait for the first reply of inflight async unlinkXiubo Li6-16/+167
2022-08-03fs/dcache: export d_same_name() helperXiubo Li1-4/+11
2022-08-03ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIREDXiubo Li1-1/+0
2022-08-03ceph: use correct index when encoding client supported featuresLuís Henriques2-8/+5
2022-08-03fscrypt: add fscrypt_context_for_new_inodeJeff Layton1-6/+29
2022-08-03fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_sizeJeff Layton3-15/+36
2022-08-03fs: change test in inode_insert5 for adding to the sb listJeff Layton1-3/+7
2022-08-02Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-5/+5
2022-08-02Merge tag 'execve-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-6/+9
2022-08-02Merge tag 'pstore-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-18/+57
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds67-280/+279
2022-08-02Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds5-70/+191
2022-08-02Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds4-14927/+0
2022-08-02NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust1-5/+6
2022-08-02NFS: nfs_async_write_reschedule_io must not recurse into the writeback codeTrond Myklebust1-2/+0
2022-08-02afs: Fix access after dec in put functionsDavid Howells3-15/+20
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells8-94/+97
2022-08-02fs: remove the NULL get_block case in mpage_writepagesChristoph Hellwig1-16/+6
2022-08-02fs: don't call ->writepage from __mpage_writepageChristoph Hellwig1-1/+1
2022-08-02fs: remove the nobh helpersChristoph Hellwig2-348/+1
2022-08-02jfs: stop using the nobh helperChristoph Hellwig1-3/+15
2022-08-02ext2: remove nobh supportChristoph Hellwig4-61/+7
2022-08-02ntfs3: refactor ntfs_writepagesChristoph Hellwig1-5/+3
2022-08-02hugetlb: Convert to migrate_folioMatthew Wilcox (Oracle)1-9/+14
2022-08-02aio: Convert to migrate_folioMatthew Wilcox (Oracle)1-18/+18
2022-08-02f2fs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)4-49/+3
2022-08-02ubifs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)1-27/+2
2022-08-02btrfs: Convert btrfs_migratepage to migrate_folioMatthew Wilcox (Oracle)1-17/+9
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)4-28/+3
2022-08-02mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)2-2/+2
2022-08-02nfs: Convert to migrate_folioMatthew Wilcox (Oracle)3-13/+13
2022-08-02btrfs: Convert btree_migratepage to migrate_folioMatthew Wilcox (Oracle)1-12/+10
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)4-8/+8
2022-08-02ext2: Use a folio in ext2_get_page()Matthew Wilcox (Oracle)1-9/+10
2022-08-02gfs2: Convert gfs2_jhead_process_page() to use a folioMatthew Wilcox (Oracle)1-14/+14
2022-08-02ocfs2: Convert ocfs2_read_folio() to use a folioMatthew Wilcox (Oracle)1-14/+12
2022-08-02freevxfs: Convert vxfs_immed_read_folio() to use a folioMatthew Wilcox (Oracle)1-24/+19
2022-08-02coda: Convert coda_symlink_filler() to use a folioMatthew Wilcox (Oracle)1-6/+5
2022-08-02befs: Convert befs_symlink_read_folio() to use a folioMatthew Wilcox (Oracle)1-9/+7
2022-08-02cramfs: read_mapping_page() is synchronousMatthew Wilcox (Oracle)1-13/+4
2022-08-02ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()Matthew Wilcox (Oracle)1-36/+6