index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
fs_context.c
Age
Commit message (
Expand
)
Author
2021-02-16
NFS: Set the stable writes flag when initialising the super block
Trond Myklebust
2021-02-16
NFS: Add mount options supporting eager writes
Trond Myklebust
2020-12-02
NFS: Switch mount code to use xprt_find_transport_ident()
Trond Myklebust
2020-10-20
Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2020-10-12
Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-10-12
nfs: add missing "posix" local_lock constant table definition
Scott Mayhew
2020-09-22
fs,nfs: lift compat nfs4 mount data handling into the nfs code
Christoph Hellwig
2020-09-22
nfs: simplify nfs4_parse_monolithic
Christoph Hellwig
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-12
fs: nfs: delete repeated words in comments
Randy Dunlap
2020-04-02
NFS: Fix a few constant_table array definitions
Scott Mayhew
2020-03-25
NFS: Don't specify NFS version in "UDP not supported" error
Petr Vorel
2020-02-25
NFS: Fix leak of ctx->nfs_server.hostname
Scott Mayhew
2020-02-21
NFS: Ensure the fs_context has the correct fs_type before mounting
Scott Mayhew
2020-02-07
turn fs_param_is_... into functions
Al Viro
2020-02-07
fs_parse: handle optional arguments sanely
Al Viro
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
2020-02-07
fold struct fs_parameter_enum into struct constant_table
Al Viro
2020-02-07
fs_parse: get rid of ->enums
Al Viro
2020-01-24
nfs: Return EINVAL rather than ERANGE for mount parse errors
David Howells
2020-01-24
NFS: allow deprecation of NFS UDP protocol
Olga Kornievskaia
2020-01-15
NFS: Add mount option 'softreval'
Trond Myklebust
2020-01-15
NFS: Attach supplementary error information to fs_context.
Scott Mayhew
2020-01-15
NFS: Additional refactoring for fs_context conversion
Scott Mayhew
2020-01-15
NFS: Add fs_context support.
David Howells
2020-01-15
NFS: Convert mount option parsing to use functionality from fs_parser.h
Scott Mayhew
2020-01-15
NFS: Do some tidying of the parsing code
David Howells
2020-01-15
NFS: Add a small buffer in nfs_fs_context to avoid string dup
David Howells
2020-01-15
NFS: Deindent nfs_fs_context_parse_option()
David Howells
2020-01-15
NFS: Split nfs_parse_mount_options()
David Howells
2020-01-15
NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
David Howells
2020-01-15
NFS: Constify mount argument match tables
David Howells
2020-01-15
NFS: Move mount parameterisation bits into their own file
David Howells