index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
namespace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-29
NFS: Fix up the automount fs_context to use the correct cred
Trond Myklebust
1
-0
/
+5
2025-11-29
NFS: Fix inheritance of the block sizes when automounting
Trond Myklebust
1
-1
/
+4
2025-11-29
NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flags
Trond Myklebust
1
-0
/
+6
2025-10-03
Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2025-09-19
fs: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-09-04
change the calling conventions for vfs_parse_fs_string()
Al Viro
1
-1
/
+2
2025-05-05
saner calling conventions for ->d_automount()
Al Viro
1
-1
/
+0
2025-01-27
nfs: fix ->d_revalidate() UAF on ->d_name accesses
Al Viro
1
-1
/
+1
2024-11-08
NFS: Implement get_nfs_version()
Anna Schumaker
1
-1
/
+1
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-1
/
+2
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-3
/
+3
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2022-12-06
NFS: use sysfs_emit() to instead of scnprintf()
ye xingchen
1
-1
/
+1
2022-11-27
NFS: Fix an Oops in nfs_d_automount()
Trond Myklebust
1
-1
/
+1
2022-10-27
NFS: Avoid memcpy() run-time warning for struct sockaddr overflows
Kees Cook
1
-1
/
+1
2021-11-05
NFS: Remove the label from the nfs4_lookup_res struct
Anna Schumaker
1
-2
/
+1
2021-05-27
nfs: Remove trailing semicolon in macros
Huilong Deng
1
-1
/
+1
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-5
/
+8
2021-01-24
stat: handle idmapped mounts
Christian Brauner
1
-1
/
+1
2020-10-06
NFS: fix nfs_path in case of a rename retry
Ashish Sangwan
1
-4
/
+8
2020-04-02
NFS: Add a module parameter to set nfs_mountpoint_expiry_timeout
Trond Myklebust
1
-0
/
+50
2020-04-02
NFS: finish_automount() requires us to hold 2 refs to the mount record
Trond Myklebust
1
-5
/
+7
2020-03-17
nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount()
Trond Myklebust
1
-4
/
+1
2020-02-25
NFS: Don't hard-code the fs_type when submounting
Scott Mayhew
1
-1
/
+1
2020-01-24
NFS: Add softreval behaviour to nfs_lookup_revalidate()
Trond Myklebust
1
-1
/
+1
2020-01-15
NFS: Attach supplementary error information to fs_context.
Scott Mayhew
1
-1
/
+1
2020-01-15
NFS: Additional refactoring for fs_context conversion
Scott Mayhew
1
-7
/
+7
2020-01-15
NFS: Add fs_context support.
David Howells
1
-52
/
+84
2020-01-15
nfs: get rid of ->set_security()
Al Viro
1
-1
/
+0
2020-01-15
nfs: get rid of mount_info ->fill_super()
Al Viro
1
-1
/
+1
2020-01-15
nfs: merge xdev and remote file_system_type
Al Viro
1
-1
/
+1
2020-01-15
nfs: stash nfs_subversion reference into nfs_mount_info
Al Viro
1
-3
/
+3
2020-01-15
nfs: lift setting mount_info from nfs_xdev_mount()
Al Viro
1
-14
/
+21
2019-11-03
NFS: If nfs_mountpoint_expiry_timeout < 0, do not expire submounts
Trond Myklebust
1
-0
/
+3
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-02-20
NFS: Fix up documentation warnings
Trond Myklebust
1
-4
/
+4
2017-05-28
NFS: Use ERR_CAST() to avoid cross-structure cast
Kees Cook
1
-1
/
+1
2017-04-20
NFS: Remove extra dprintk()s from namespace.c
Anna Schumaker
1
-26
/
+8
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
1
-4
/
+5
2017-02-02
fs: Better permission checking for submounts
Eric W. Biederman
1
-1
/
+1
2016-10-24
NFS: Trim extra slash in v4 nfs_path
Benjamin Coddington
1
-1
/
+1
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-5
/
+5
2013-10-24
nfs: use %p[dD] instead of open-coded (and often racy) equivalents
Al Viro
1
-3
/
+2
2013-06-08
NFS:Add labels to client function prototypes
David Quigley
1
-1
/
+1
2013-01-30
NFS: Don't silently fail setattr() requests on mountpoints
Trond Myklebust
1
-0
/
+20
2012-10-31
nfs: Show original device name verbatim in /proc/*/mount{s,info}
Ben Hutchings
1
-5
/
+14
2012-07-30
NFS: Convert v4 into a module
Bryan Schumaker
1
-0
/
+2
2012-07-30
NFS: Convert v2 into a module
Bryan Schumaker
1
-0
/
+2
2012-07-30
NFS: Remove the NFS v4 xdev mount function
Bryan Schumaker
1
-13
/
+0
2012-04-27
NFS: Remove extra rpc_clnt argument to proc_lookup
Bryan Schumaker
1
-2
/
+1
[next]