aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/nfs_fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-09nfs: fix UAF in direct writesJosef Bacik1-0/+1
2024-01-04nfs: Remove writepageMatthew Wilcox (Oracle)1-1/+0
2023-04-11NFSv3: handle out-of-order write replies.NeilBrown1-0/+47
2023-04-11NFS: Remove fscache specific trace points and NFS_INO_FSCACHE bitDave Wysochanski1-1/+0
2023-04-11NFS: Configure support for netfs when NFS fscache is configuredDave Wysochanski1-14/+10
2023-02-22Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-3/+4
2023-02-14NFS: Remove unused function nfs_wb_page()Trond Myklebust1-1/+0
2023-02-14NFS: Convert buffered writes to use foliosTrond Myklebust1-2/+3
2023-02-14NFS: Add a helper nfs_wb_folio()Trond Myklebust1-0/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2022-11-27NFS: Clear the file access cache upon loginTrond Myklebust1-0/+1
2022-08-13NFS: Cleanup to remove unused flag NFS_CONTEXT_RESEND_WRITESTrond Myklebust1-1/+0
2022-08-13NFS: Fix another fsync() issue after a server rebootTrond Myklebust1-0/+1
2022-08-08NFS: don't unhash dentry during unlink/renameNeilBrown1-0/+9
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2022-05-09nfs: rename nfs_direct_IO and use as ->swap_rwNeilBrown1-1/+1
2022-05-09nfs: Convert nfs to read_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-26/+19
2022-03-22NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust1-1/+1
2022-03-15nfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-13NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown1-4/+4
2022-03-13NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown1-5/+0
2022-03-02NFS: Fix up forced readdirplusTrond Myklebust1-0/+1
2022-03-02NFS: Convert readdir page cache to use a cookie based indexTrond Myklebust1-2/+0
2022-03-02NFS: Improve heuristic for readdirplusTrond Myklebust1-2/+3
2022-03-02NFS: Adjust the amount of readahead performed by NFS readdirTrond Myklebust1-0/+1
2022-03-02NFS: Don't re-read the entire page cache to find the next cookieTrond Myklebust1-0/+1
2022-02-28NFS: constify nfs_server_capable() and nfs_have_writebacks()Trond Myklebust1-4/+3
2022-02-25NFS: Remove unused flag NFS_INO_REVAL_PAGECACHETrond Myklebust1-1/+0
2022-02-25NFS: Replace last uses of NFS_INO_REVAL_PAGECACHETrond Myklebust1-5/+3
2022-02-25NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKEDOlga Kornievskaia1-0/+1
2022-02-25Convert NFS from readpages to readaheadMatthew Wilcox (Oracle)1-2/+1
2022-02-02NFS: Avoid duplicate uncached readdir calls on eofTrond Myklebust1-0/+1
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-4/+6
2022-01-10nfs: Convert to new fscache volume/cookie APIDave Wysochanski1-1/+0
2022-01-06NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown1-1/+3
2022-01-06NFS: pass cred explicitly for access testsNeilBrown1-1/+1
2022-01-06NFS: change nfs_access_get_cached to only report the maskNeilBrown1-2/+2
2021-11-05NFS: Remove the nfs4_label argument from nfs_setsecurityAnna Schumaker1-2/+1
2021-11-05NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker1-1/+1
2021-11-05NFS: Remove the nfs4_label argument from nfs_add_or_obtain()Anna Schumaker1-2/+1
2021-11-05NFS: Remove the nfs4_label argument from nfs_instantiate()Anna Schumaker1-1/+1
2021-11-05NFS: Create a new nfs_alloc_fattr_with_label() functionAnna Schumaker1-0/+13
2021-10-20NFS: Save some space in the inodeTrond Myklebust1-18/+24
2021-10-20NFS: Fix WARN_ON due to unionization of nfs_inode.nrequestsDave Wysochanski1-1/+3
2021-10-20NFS: Fix up commit deadlocksTrond Myklebust1-0/+1
2021-10-03NFS: Further optimisations for 'ls -l'Trond Myklebust1-3/+2
2021-10-03NFS: Fix up nfs_ctx_key_to_expire()Trond Myklebust1-1/+1