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