summaryrefslogtreecommitdiff
path: root/fs/nfs/namespace.c
AgeCommit message (Expand)Author
2021-11-05NFS: Remove the label from the nfs4_lookup_res structAnna Schumaker
2021-05-27nfs: Remove trailing semicolon in macrosHuilong Deng
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2020-10-06NFS: fix nfs_path in case of a rename retryAshish Sangwan
2020-04-02NFS: Add a module parameter to set nfs_mountpoint_expiry_timeoutTrond Myklebust
2020-04-02NFS: finish_automount() requires us to hold 2 refs to the mount recordTrond Myklebust
2020-03-17nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount()Trond Myklebust
2020-02-25NFS: Don't hard-code the fs_type when submountingScott Mayhew
2020-01-24NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust
2020-01-15NFS: Attach supplementary error information to fs_context.Scott Mayhew
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew
2020-01-15NFS: Add fs_context support.David Howells
2020-01-15nfs: get rid of ->set_security()Al Viro
2020-01-15nfs: get rid of mount_info ->fill_super()Al Viro
2020-01-15nfs: merge xdev and remote file_system_typeAl Viro
2020-01-15nfs: stash nfs_subversion reference into nfs_mount_infoAl Viro
2020-01-15nfs: lift setting mount_info from nfs_xdev_mount()Al Viro
2019-11-03NFS: If nfs_mountpoint_expiry_timeout < 0, do not expire submountsTrond Myklebust
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-02-20NFS: Fix up documentation warningsTrond Myklebust
2017-05-28NFS: Use ERR_CAST() to avoid cross-structure castKees Cook
2017-04-20NFS: Remove extra dprintk()s from namespace.cAnna Schumaker
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-02-02fs: Better permission checking for submountsEric W. Biederman
2016-10-24NFS: Trim extra slash in v4 nfs_pathBenjamin Coddington
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro
2013-06-08NFS:Add labels to client function prototypesDavid Quigley
2013-01-30NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust
2012-10-31nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker
2012-07-30NFS: Remove the NFS v4 xdev mount functionBryan Schumaker
2012-04-27NFS: Remove extra rpc_clnt argument to proc_lookupBryan Schumaker
2012-04-27NFS: Create a submount rpc_opBryan Schumaker
2012-04-27NFS: Remove secinfo knowledge out of the generic clientBryan Schumaker
2012-04-27NFS: Remove unused function nfs_lookup_with_sec()Bryan Schumaker
2012-04-27NFS: Honor the authflavor set in the clone mount dataBryan Schumaker
2012-04-27NFS: Fix following referral mount points with different securityBryan Schumaker
2012-02-16nfs: Clean up debugging in nfs_follow_mountpoint()Chuck Lever
2011-07-12NFS: Add SECINFO_NO_NAME procedureBryan Schumaker
2011-04-12NFS: Remove unused argument from nfs_find_best_sec()Bryan Schumaker
2011-04-06NFS: Fix a signed vs. unsigned secinfo bugBryan Schumaker
2011-03-27NFS: Don't leak RPC clients in NFSv4 secinfo negotiationTrond Myklebust
2011-03-24NFS: use secinfo when crossing mountpointsBryan Schumaker
2011-03-24NFS: lookup supports alternate clientBryan Schumaker
2011-03-21nfs: lock() vs unlock() typoDan Carpenter
2011-03-16nfs: nfs_do_{ref,sub}mount() superblock argument is redundantAl Viro
2011-03-16nfs: make nfs_path() work without vfsmountAl Viro