summaryrefslogtreecommitdiffstats
path: root/fs/nfs/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+2
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* NFS: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-061-1/+1
* NFS: Fix an Oops in nfs_d_automount()Trond Myklebust2022-11-271-1/+1
* NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook2022-10-271-1/+1
* NFS: Remove the label from the nfs4_lookup_res structAnna Schumaker2021-11-051-2/+1
* nfs: Remove trailing semicolon in macrosHuilong Deng2021-05-271-1/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-5/+8
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* NFS: fix nfs_path in case of a rename retryAshish Sangwan2020-10-061-4/+8
* NFS: Add a module parameter to set nfs_mountpoint_expiry_timeoutTrond Myklebust2020-04-021-0/+50
* NFS: finish_automount() requires us to hold 2 refs to the mount recordTrond Myklebust2020-04-021-5/+7
* nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount()Trond Myklebust2020-03-171-4/+1
* NFS: Don't hard-code the fs_type when submountingScott Mayhew2020-02-251-1/+1
* NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust2020-01-241-1/+1
* NFS: Attach supplementary error information to fs_context.Scott Mayhew2020-01-151-1/+1
* NFS: Additional refactoring for fs_context conversionScott Mayhew2020-01-151-7/+7
* NFS: Add fs_context support.David Howells2020-01-151-52/+84
* nfs: get rid of ->set_security()Al Viro2020-01-151-1/+0
* nfs: get rid of mount_info ->fill_super()Al Viro2020-01-151-1/+1
* nfs: merge xdev and remote file_system_typeAl Viro2020-01-151-1/+1
* nfs: stash nfs_subversion reference into nfs_mount_infoAl Viro2020-01-151-3/+3
* nfs: lift setting mount_info from nfs_xdev_mount()Al Viro2020-01-151-14/+21
* NFS: If nfs_mountpoint_expiry_timeout < 0, do not expire submountsTrond Myklebust2019-11-031-0/+3
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* NFS: Fix up documentation warningsTrond Myklebust2019-02-201-4/+4
* NFS: Use ERR_CAST() to avoid cross-structure castKees Cook2017-05-281-1/+1
* NFS: Remove extra dprintk()s from namespace.cAnna Schumaker2017-04-201-26/+8
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-4/+5
* fs: Better permission checking for submountsEric W. Biederman2017-02-021-1/+1
* NFS: Trim extra slash in v4 nfs_pathBenjamin Coddington2016-10-241-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-5/+5
* nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro2013-10-241-3/+2
* NFS:Add labels to client function prototypesDavid Quigley2013-06-081-1/+1
* NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust2013-01-301-0/+20
* nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings2012-10-311-5/+14
* NFS: Convert v4 into a moduleBryan Schumaker2012-07-301-0/+2
* NFS: Convert v2 into a moduleBryan Schumaker2012-07-301-0/+2
* NFS: Remove the NFS v4 xdev mount functionBryan Schumaker2012-07-301-13/+0
* NFS: Remove extra rpc_clnt argument to proc_lookupBryan Schumaker2012-04-271-2/+1
* NFS: Create a submount rpc_opBryan Schumaker2012-04-271-55/+20
* NFS: Remove secinfo knowledge out of the generic clientBryan Schumaker2012-04-271-29/+0
* NFS: Remove unused function nfs_lookup_with_sec()Bryan Schumaker2012-04-271-62/+0
* NFS: Honor the authflavor set in the clone mount dataBryan Schumaker2012-04-271-2/+1
* NFS: Fix following referral mount points with different securityBryan Schumaker2012-04-271-10/+34
* nfs: Clean up debugging in nfs_follow_mountpoint()Chuck Lever2012-02-161-1/+4
* NFS: Add SECINFO_NO_NAME procedureBryan Schumaker2011-07-121-1/+1
* NFS: Remove unused argument from nfs_find_best_sec()Bryan Schumaker2011-04-121-2/+2
* NFS: Fix a signed vs. unsigned secinfo bugBryan Schumaker2011-04-061-33/+25