index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
fs_context.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-03
NFS: Fix a few constant_table array definitions
Scott Mayhew
1
-1
/
+4
2020-03-25
NFS: Don't specify NFS version in "UDP not supported" error
Petr Vorel
1
-2
/
+2
2020-02-25
NFS: Fix leak of ctx->nfs_server.hostname
Scott Mayhew
1
-0
/
+2
2020-02-21
NFS: Ensure the fs_context has the correct fs_type before mounting
Scott Mayhew
1
-0
/
+7
2020-02-07
turn fs_param_is_... into functions
Al Viro
1
-1
/
+1
2020-02-07
fs_parse: handle optional arguments sanely
Al Viro
1
-6
/
+12
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
1
-8
/
+4
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
1
-1
/
+0
2020-02-07
fold struct fs_parameter_enum into struct constant_table
Al Viro
1
-2
/
+2
2020-02-07
fs_parse: get rid of ->enums
Al Viro
1
-30
/
+32
2020-01-25
nfs: Return EINVAL rather than ERANGE for mount parse errors
David Howells
1
-2
/
+1
2020-01-25
NFS: allow deprecation of NFS UDP protocol
Olga Kornievskaia
1
-0
/
+4
2020-01-15
NFS: Add mount option 'softreval'
Trond Myklebust
1
-2
/
+12
2020-01-15
NFS: Attach supplementary error information to fs_context.
Scott Mayhew
1
-69
/
+36
2020-01-15
NFS: Additional refactoring for fs_context conversion
Scott Mayhew
1
-99
/
+56
2020-01-15
NFS: Add fs_context support.
David Howells
1
-154
/
+316
2020-01-15
NFS: Convert mount option parsing to use functionality from fs_parser.h
Scott Mayhew
1
-423
/
+364
2020-01-15
NFS: Do some tidying of the parsing code
David Howells
1
-72
/
+54
2020-01-15
NFS: Add a small buffer in nfs_fs_context to avoid string dup
David Howells
1
-52
/
+46
2020-01-15
NFS: Deindent nfs_fs_context_parse_option()
David Howells
1
-372
/
+367
2020-01-15
NFS: Split nfs_parse_mount_options()
David Howells
1
-56
/
+70
2020-01-15
NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
David Howells
1
-224
/
+222
2020-01-15
NFS: Constify mount argument match tables
David Howells
1
-3
/
+3
2020-01-15
NFS: Move mount parameterisation bits into their own file
David Howells
1
-0
/
+1414