summaryrefslogtreecommitdiffstats
path: root/fs/nfs/export.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker2021-11-051-2/+2
* NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker2021-11-051-14/+4
* NFS: Remove the nfs4_label from the nfs4_lookupp_res structAnna Schumaker2021-11-051-19/+7
* nfs: don't atempt blocking locks on nfs reexportsJ. Bruce Fields2021-08-261-1/+1
* NFS: Add a cache validity flag argument to nfs_revalidate_inode()Trond Myklebust2021-04-121-5/+1
* NFS: fix nfs_fetch_iversion()Trond Myklebust2021-04-051-11/+4
* nfs: use change attribute for NFS re-exportsJ. Bruce Fields2021-01-301-0/+18
* nfsd: Record NFSv4 pre/post-op attributes as non-atomicTrond Myklebust2020-12-091-1/+2
* nfsd: Set PF_LOCAL_THROTTLE on local filesystems onlyTrond Myklebust2020-12-091-1/+2
* nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton2020-12-091-1/+1
* nfsd: allow filesystems to opt out of subtree checkingJeff Layton2020-12-091-1/+1
* nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsJeff Layton2020-12-091-0/+1
* NFS: Add a tracepoint in nfs_fh_to_dentry()Trond Myklebust2019-11-031-0/+1
* NFS: Pass the inode down to the getattr() callbackTrond Myklebust2018-06-041-1/+1
* nfs: remove unused label in nfs_encode_fh()Arnd Bergmann2018-01-161-1/+0
* nfs: remove dead code from nfs_encode_fh()NeilBrown2018-01-141-4/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* nfs: add export operationsPeng Tao2017-07-131-0/+177