index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: 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