index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
fs_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFS: Add an "xprtsec=" NFS mount option
Chuck Lever
2023-06-19
1
-0
/
+62
*
NFS: Improvements for fs_context-related tracepoints
Chuck Lever
2023-06-19
1
-0
/
+5
*
nfs: fix possible null-ptr-deref when parsing param
Hawkins Jiawei
2022-12-06
1
-0
/
+6
*
NFS: Avoid memcpy() run-time warning for struct sockaddr overflows
Kees Cook
2022-10-27
1
-7
/
+7
*
NFS: Replace fs_context-related dprintk() call sites with tracepoints
Chuck Lever
2022-07-23
1
-10
/
+14
*
nfs: fix port value parsing
Ian Kent
2022-07-12
1
-1
/
+1
*
nfs: fix broken handling of the softreval mount option
Dan Aloni
2022-05-09
1
-1
/
+1
*
NFSv4.1 provide mount option to toggle trunking discovery
Olga Kornievskaia
2022-03-21
1
-0
/
+8
*
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-12-29
1
-0
/
+1
*
NFSv4 introduce max_connect mount options
Olga Kornievskaia
2021-08-27
1
-0
/
+7
*
Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2021-05-07
1
-19
/
+47
|
\
|
*
NFS: Fix up the support for CONFIG_NFS_DISABLE_UDP_SUPPORT
Trond Myklebust
2021-04-05
1
-19
/
+35
|
*
NFS: fs_context: validate UDP retrans to prevent shift out-of-bounds
Randy Dunlap
2021-04-05
1
-0
/
+12
*
|
nfs: account for selinux security context when deciding to share superblock
Olga Kornievskaia
2021-03-22
1
-0
/
+3
|
/
*
NFS: Set the stable writes flag when initialising the super block
Trond Myklebust
2021-02-16
1
-0
/
+2
*
NFS: Add mount options supporting eager writes
Trond Myklebust
2021-02-16
1
-0
/
+33
*
NFS: Switch mount code to use xprt_find_transport_ident()
Trond Myklebust
2020-12-02
1
-9
/
+12
*
Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2020-10-20
1
-0
/
+1
|
\
|
*
nfs: add missing "posix" local_lock constant table definition
Scott Mayhew
2020-10-12
1
-0
/
+1
*
|
Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-10-12
1
-71
/
+124
|
\
\
|
|
/
|
/
|
|
*
fs,nfs: lift compat nfs4 mount data handling into the nfs code
Christoph Hellwig
2020-09-22
1
-0
/
+62
|
*
nfs: simplify nfs4_parse_monolithic
Christoph Hellwig
2020-09-22
1
-72
/
+63
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-10
/
+12
|
/
*
fs: nfs: delete repeated words in comments
Randy Dunlap
2020-08-12
1
-1
/
+1
*
NFS: Fix a few constant_table array definitions
Scott Mayhew
2020-04-02
1
-1
/
+4
*
NFS: Don't specify NFS version in "UDP not supported" error
Petr Vorel
2020-03-25
1
-2
/
+2
*
NFS: Fix leak of ctx->nfs_server.hostname
Scott Mayhew
2020-02-25
1
-0
/
+2
*
NFS: Ensure the fs_context has the correct fs_type before mounting
Scott Mayhew
2020-02-21
1
-0
/
+7
*
turn fs_param_is_... into functions
Al Viro
2020-02-07
1
-1
/
+1
*
fs_parse: handle optional arguments sanely
Al Viro
2020-02-07
1
-6
/
+12
*
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
2020-02-07
1
-8
/
+4
*
fs_parser: remove fs_parameter_description name field
Eric Sandeen
2020-02-07
1
-1
/
+0
*
fold struct fs_parameter_enum into struct constant_table
Al Viro
2020-02-07
1
-2
/
+2
*
fs_parse: get rid of ->enums
Al Viro
2020-02-07
1
-30
/
+32
*
nfs: Return EINVAL rather than ERANGE for mount parse errors
David Howells
2020-01-24
1
-2
/
+1
*
NFS: allow deprecation of NFS UDP protocol
Olga Kornievskaia
2020-01-24
1
-0
/
+4
*
NFS: Add mount option 'softreval'
Trond Myklebust
2020-01-15
1
-2
/
+12
*
NFS: Attach supplementary error information to fs_context.
Scott Mayhew
2020-01-15
1
-69
/
+36
*
NFS: Additional refactoring for fs_context conversion
Scott Mayhew
2020-01-15
1
-99
/
+56
*
NFS: Add fs_context support.
David Howells
2020-01-15
1
-154
/
+316
*
NFS: Convert mount option parsing to use functionality from fs_parser.h
Scott Mayhew
2020-01-15
1
-423
/
+364
*
NFS: Do some tidying of the parsing code
David Howells
2020-01-15
1
-72
/
+54
*
NFS: Add a small buffer in nfs_fs_context to avoid string dup
David Howells
2020-01-15
1
-52
/
+46
*
NFS: Deindent nfs_fs_context_parse_option()
David Howells
2020-01-15
1
-372
/
+367
*
NFS: Split nfs_parse_mount_options()
David Howells
2020-01-15
1
-56
/
+70
*
NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
David Howells
2020-01-15
1
-224
/
+222
*
NFS: Constify mount argument match tables
David Howells
2020-01-15
1
-3
/
+3
*
NFS: Move mount parameterisation bits into their own file
David Howells
2020-01-15
1
-0
/
+1414