aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/export.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-08nfs: block notification on fs with its own ->lockJ. Bruce Fields1-1/+1
2021-11-05NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker1-2/+2
2021-11-05NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker1-14/+4
2021-11-05NFS: Remove the nfs4_label from the nfs4_lookupp_res structAnna Schumaker1-19/+7
2021-08-26nfs: don't atempt blocking locks on nfs reexportsJ. Bruce Fields1-1/+1
2021-04-12NFS: Add a cache validity flag argument to nfs_revalidate_inode()Trond Myklebust1-5/+1
2021-04-05NFS: fix nfs_fetch_iversion()Trond Myklebust1-11/+4
2021-01-30nfs: use change attribute for NFS re-exportsJ. Bruce Fields1-0/+18
2020-12-09nfsd: Record NFSv4 pre/post-op attributes as non-atomicTrond Myklebust1-1/+2
2020-12-09nfsd: Set PF_LOCAL_THROTTLE on local filesystems onlyTrond Myklebust1-1/+2
2020-12-09nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton1-1/+1
2020-12-09nfsd: allow filesystems to opt out of subtree checkingJeff Layton1-1/+1
2020-12-09nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsJeff Layton1-0/+1
2019-11-03NFS: Add a tracepoint in nfs_fh_to_dentry()Trond Myklebust1-0/+1
2018-06-04NFS: Pass the inode down to the getattr() callbackTrond Myklebust1-1/+1
2018-01-16nfs: remove unused label in nfs_encode_fh()Arnd Bergmann1-1/+0
2018-01-14nfs: remove dead code from nfs_encode_fh()NeilBrown1-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-13nfs: add export operationsPeng Tao1-0/+177