aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/export.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-26nfsd: allow reaping files still under writebackGravatar Jeff Layton 1-3/+6
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 1-1/+1
2023-02-20NFS: nfs_encode_fh: Remove S_AUTOMOUNT checkGravatar Richard Weinberger 1-1/+1
2023-01-26nfsd: remove fetch_iversion export operationGravatar Jeff Layton 1-7/+0
2022-01-08nfs: block notification on fs with its own ->lockGravatar J. Bruce Fields 1-1/+1
2021-11-05NFS: Remove the nfs4_label argument from nfs_fhget()Gravatar Anna Schumaker 1-2/+2
2021-11-05NFS: Remove the nfs4_label from the nfs4_getattr_resGravatar Anna Schumaker 1-14/+4
2021-11-05NFS: Remove the nfs4_label from the nfs4_lookupp_res structGravatar Anna Schumaker 1-19/+7
2021-08-26nfs: don't atempt blocking locks on nfs reexportsGravatar J. Bruce Fields 1-1/+1
2021-04-12NFS: Add a cache validity flag argument to nfs_revalidate_inode()Gravatar Trond Myklebust 1-5/+1
2021-04-05NFS: fix nfs_fetch_iversion()Gravatar Trond Myklebust 1-11/+4
2021-01-30nfs: use change attribute for NFS re-exportsGravatar J. Bruce Fields 1-0/+18
2020-12-09nfsd: Record NFSv4 pre/post-op attributes as non-atomicGravatar Trond Myklebust 1-1/+2
2020-12-09nfsd: Set PF_LOCAL_THROTTLE on local filesystems onlyGravatar Trond Myklebust 1-1/+2
2020-12-09nfsd: close cached files prior to a REMOVE or RENAME that would replace targetGravatar Jeff Layton 1-1/+1
2020-12-09nfsd: allow filesystems to opt out of subtree checkingGravatar Jeff Layton 1-1/+1
2020-12-09nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsGravatar Jeff Layton 1-0/+1
2019-11-03NFS: Add a tracepoint in nfs_fh_to_dentry()Gravatar Trond Myklebust 1-0/+1
2018-06-04NFS: Pass the inode down to the getattr() callbackGravatar Trond Myklebust 1-1/+1
2018-01-16nfs: remove unused label in nfs_encode_fh()Gravatar Arnd Bergmann 1-1/+0
2018-01-14nfs: remove dead code from nfs_encode_fh()Gravatar NeilBrown 1-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-13nfs: add export operationsGravatar Peng Tao 1-0/+177