aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-29NFS: Fix up the automount fs_context to use the correct credTrond Myklebust1-0/+5
2025-11-29NFS: Fix inheritance of the block sizes when automountingTrond Myklebust1-1/+4
2025-11-29NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flagsTrond Myklebust1-0/+6
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2025-09-19fs: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-09-04change the calling conventions for vfs_parse_fs_string()Al Viro1-1/+2
2025-05-05saner calling conventions for ->d_automount()Al Viro1-1/+0
2025-01-27nfs: fix ->d_revalidate() UAF on ->d_name accessesAl Viro1-1/+1
2024-11-08NFS: Implement get_nfs_version()Anna Schumaker1-1/+1
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-2/+2
2022-12-06NFS: use sysfs_emit() to instead of scnprintf()ye xingchen1-1/+1
2022-11-27NFS: Fix an Oops in nfs_d_automount()Trond Myklebust1-1/+1
2022-10-27NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook1-1/+1
2021-11-05NFS: Remove the label from the nfs4_lookup_res structAnna Schumaker1-2/+1
2021-05-27nfs: Remove trailing semicolon in macrosHuilong Deng1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-5/+8
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2020-10-06NFS: fix nfs_path in case of a rename retryAshish Sangwan1-4/+8
2020-04-02NFS: Add a module parameter to set nfs_mountpoint_expiry_timeoutTrond Myklebust1-0/+50
2020-04-02NFS: finish_automount() requires us to hold 2 refs to the mount recordTrond Myklebust1-5/+7
2020-03-17nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount()Trond Myklebust1-4/+1
2020-02-25NFS: Don't hard-code the fs_type when submountingScott Mayhew1-1/+1
2020-01-24NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust1-1/+1
2020-01-15NFS: Attach supplementary error information to fs_context.Scott Mayhew1-1/+1
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew1-7/+7
2020-01-15NFS: Add fs_context support.David Howells1-52/+84
2020-01-15nfs: get rid of ->set_security()Al Viro1-1/+0
2020-01-15nfs: get rid of mount_info ->fill_super()Al Viro1-1/+1
2020-01-15nfs: merge xdev and remote file_system_typeAl Viro1-1/+1
2020-01-15nfs: stash nfs_subversion reference into nfs_mount_infoAl Viro1-3/+3
2020-01-15nfs: lift setting mount_info from nfs_xdev_mount()Al Viro1-14/+21
2019-11-03NFS: If nfs_mountpoint_expiry_timeout < 0, do not expire submountsTrond Myklebust1-0/+3
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-02-20NFS: Fix up documentation warningsTrond Myklebust1-4/+4
2017-05-28NFS: Use ERR_CAST() to avoid cross-structure castKees Cook1-1/+1
2017-04-20NFS: Remove extra dprintk()s from namespace.cAnna Schumaker1-26/+8
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-4/+5
2017-02-02fs: Better permission checking for submountsEric W. Biederman1-1/+1
2016-10-24NFS: Trim extra slash in v4 nfs_pathBenjamin Coddington1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-5/+5
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro1-3/+2
2013-06-08NFS:Add labels to client function prototypesDavid Quigley1-1/+1
2013-01-30NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust1-0/+20
2012-10-31nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings1-5/+14
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker1-0/+2
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker1-0/+2
2012-07-30NFS: Remove the NFS v4 xdev mount functionBryan Schumaker1-13/+0
2012-04-27NFS: Remove extra rpc_clnt argument to proc_lookupBryan Schumaker1-2/+1