blob: 4ac7fca7e4bf32fc01ac980c26dfcb255325f3b1 [file] [log] [blame]
David Howellsf7b422b2006-06-09 09:34:33 -04001/*
2 * linux/fs/nfs/super.c
3 *
4 * Copyright (C) 1992 Rick Sladkey
5 *
6 * nfs superblock handling functions
7 *
Alan Cox526719b2008-10-27 15:19:48 +00008 * Modularised by Alan Cox <alan@lxorguk.ukuu.org.uk>, while hacking some
David Howellsf7b422b2006-06-09 09:34:33 -04009 * experimental NFS changes. Modularisation taken straight from SYS5 fs.
10 *
11 * Change to nfs_read_super() to permit NFS mounts to multi-homed hosts.
12 * J.S.Peatfield@damtp.cam.ac.uk
13 *
14 * Split from inode.c by David Howells <dhowells@redhat.com>
15 *
David Howells54ceac42006-08-22 20:06:13 -040016 * - superblocks are indexed on server only - all inodes, dentries, etc. associated with a
17 * particular server are held in the same superblock
18 * - NFS superblocks can have several effective roots to the dentry tree
19 * - directory type roots are spliced into the tree when a path from one root reaches the root
20 * of another (see nfs_lookup())
David Howellsf7b422b2006-06-09 09:34:33 -040021 */
22
David Howellsf7b422b2006-06-09 09:34:33 -040023#include <linux/module.h>
24#include <linux/init.h>
25
26#include <linux/time.h>
27#include <linux/kernel.h>
28#include <linux/mm.h>
29#include <linux/string.h>
30#include <linux/stat.h>
31#include <linux/errno.h>
32#include <linux/unistd.h>
33#include <linux/sunrpc/clnt.h>
34#include <linux/sunrpc/stats.h>
35#include <linux/sunrpc/metrics.h>
\"Talpey, Thomas\0896a722007-09-10 13:48:23 -040036#include <linux/sunrpc/xprtsock.h>
\"Talpey, Thomas\2cf7ff72007-09-10 13:49:41 -040037#include <linux/sunrpc/xprtrdma.h>
David Howellsf7b422b2006-06-09 09:34:33 -040038#include <linux/nfs_fs.h>
39#include <linux/nfs_mount.h>
40#include <linux/nfs4_mount.h>
41#include <linux/lockd/bind.h>
David Howellsf7b422b2006-06-09 09:34:33 -040042#include <linux/seq_file.h>
43#include <linux/mount.h>
Trond Myklebustc02d7ad2009-06-22 15:09:14 -040044#include <linux/namei.h>
David Howellsf7b422b2006-06-09 09:34:33 -040045#include <linux/nfs_idmap.h>
46#include <linux/vfs.h>
47#include <linux/inet.h>
Chuck Leverfd00a8f2007-12-10 14:57:38 -050048#include <linux/in6.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090049#include <linux/slab.h>
Chuck Leverfd00a8f2007-12-10 14:57:38 -050050#include <net/ipv6.h>
Chuck Leverd8e77482008-06-23 12:37:01 -040051#include <linux/netdevice.h>
David Howellsf7b422b2006-06-09 09:34:33 -040052#include <linux/nfs_xdr.h>
Adrian Bunkb5d5dfb2007-02-12 00:53:40 -080053#include <linux/magic.h>
Chuck Leverbf0fd762007-07-01 12:13:44 -040054#include <linux/parser.h>
Stanislav Kinsburskye50a7a12012-01-10 16:12:46 +040055#include <linux/nsproxy.h>
Trond Myklebust2446ab62012-03-01 17:00:56 -050056#include <linux/rcupdate.h>
David Howellsf7b422b2006-06-09 09:34:33 -040057
David Howellsf7b422b2006-06-09 09:34:33 -040058#include <asm/uaccess.h>
59
60#include "nfs4_fs.h"
61#include "callback.h"
62#include "delegation.h"
63#include "iostat.h"
64#include "internal.h"
David Howells08734042009-04-03 16:42:42 +010065#include "fscache.h"
J. Bruce Fieldsae50c0b2011-05-22 19:48:21 +030066#include "pnfs.h"
David Howellsf7b422b2006-06-09 09:34:33 -040067
68#define NFSDBG_FACILITY NFSDBG_VFS
69
Paulius Zaleckas1e657bd2010-10-31 18:21:05 +020070#ifdef CONFIG_NFS_V3
71#define NFS_DEFAULT_VERSION 3
72#else
73#define NFS_DEFAULT_VERSION 2
74#endif
75
Chuck Leverbf0fd762007-07-01 12:13:44 -040076enum {
77 /* Mount options that take no arguments */
78 Opt_soft, Opt_hard,
Chuck Leverbf0fd762007-07-01 12:13:44 -040079 Opt_posix, Opt_noposix,
80 Opt_cto, Opt_nocto,
81 Opt_ac, Opt_noac,
82 Opt_lock, Opt_nolock,
\"Talpey, Thomas\2cf7ff72007-09-10 13:49:41 -040083 Opt_udp, Opt_tcp, Opt_rdma,
Chuck Leverbf0fd762007-07-01 12:13:44 -040084 Opt_acl, Opt_noacl,
85 Opt_rdirplus, Opt_nordirplus,
Trond Myklebust75180df2007-05-16 16:53:28 -040086 Opt_sharecache, Opt_nosharecache,
Chuck Leverd7403512008-12-23 15:21:37 -050087 Opt_resvport, Opt_noresvport,
David Howellsb797cac2009-04-03 16:42:48 +010088 Opt_fscache, Opt_nofscache,
Chuck Leverbf0fd762007-07-01 12:13:44 -040089
90 /* Mount options that take integer arguments */
91 Opt_port,
92 Opt_rsize, Opt_wsize, Opt_bsize,
93 Opt_timeo, Opt_retrans,
94 Opt_acregmin, Opt_acregmax,
95 Opt_acdirmin, Opt_acdirmax,
96 Opt_actimeo,
97 Opt_namelen,
98 Opt_mountport,
Chuck Levere887cbc2007-10-26 13:32:29 -040099 Opt_mountvers,
Mike Sager3fd5be92009-04-01 09:21:48 -0400100 Opt_minorversion,
Chuck Leverbf0fd762007-07-01 12:13:44 -0400101
102 /* Mount options that take string arguments */
Trond Myklebust0d71b052012-03-02 13:59:49 -0500103 Opt_nfsvers,
Chuck Lever33832032007-12-10 14:59:13 -0500104 Opt_sec, Opt_proto, Opt_mountproto, Opt_mounthost,
Chuck Lever0ac83772007-09-11 18:01:04 -0400105 Opt_addr, Opt_mountaddr, Opt_clientaddr,
Trond Myklebust7973c1f2008-07-15 17:58:14 -0400106 Opt_lookupcache,
David Howellsb797cac2009-04-03 16:42:48 +0100107 Opt_fscache_uniq,
Suresh Jayaraman5eebde22010-09-23 08:55:58 -0400108 Opt_local_lock,
Chuck Leverbf0fd762007-07-01 12:13:44 -0400109
Chuck Leverf45663c2008-06-24 19:28:02 -0400110 /* Special mount options */
111 Opt_userspace, Opt_deprecated, Opt_sloppy,
Chuck Leverbf0fd762007-07-01 12:13:44 -0400112
113 Opt_err
114};
115
Steven Whitehousea447c092008-10-13 10:46:57 +0100116static const match_table_t nfs_mount_option_tokens = {
Chuck Leverbf0fd762007-07-01 12:13:44 -0400117 { Opt_userspace, "bg" },
118 { Opt_userspace, "fg" },
Chuck Leverecbb3842008-06-12 12:37:33 -0400119 { Opt_userspace, "retry=%s" },
120
Chuck Leverf45663c2008-06-24 19:28:02 -0400121 { Opt_sloppy, "sloppy" },
122
Chuck Leverbf0fd762007-07-01 12:13:44 -0400123 { Opt_soft, "soft" },
124 { Opt_hard, "hard" },
Chuck Leverd33e4df2008-06-12 12:37:41 -0400125 { Opt_deprecated, "intr" },
126 { Opt_deprecated, "nointr" },
Chuck Leverbf0fd762007-07-01 12:13:44 -0400127 { Opt_posix, "posix" },
128 { Opt_noposix, "noposix" },
129 { Opt_cto, "cto" },
130 { Opt_nocto, "nocto" },
131 { Opt_ac, "ac" },
132 { Opt_noac, "noac" },
133 { Opt_lock, "lock" },
134 { Opt_nolock, "nolock" },
Chuck Leverbf0fd762007-07-01 12:13:44 -0400135 { Opt_udp, "udp" },
136 { Opt_tcp, "tcp" },
\"Talpey, Thomas\2cf7ff72007-09-10 13:49:41 -0400137 { Opt_rdma, "rdma" },
Chuck Leverbf0fd762007-07-01 12:13:44 -0400138 { Opt_acl, "acl" },
139 { Opt_noacl, "noacl" },
140 { Opt_rdirplus, "rdirplus" },
141 { Opt_nordirplus, "nordirplus" },
Trond Myklebust75180df2007-05-16 16:53:28 -0400142 { Opt_sharecache, "sharecache" },
143 { Opt_nosharecache, "nosharecache" },
Chuck Leverd7403512008-12-23 15:21:37 -0500144 { Opt_resvport, "resvport" },
145 { Opt_noresvport, "noresvport" },
David Howellsb797cac2009-04-03 16:42:48 +0100146 { Opt_fscache, "fsc" },
David Howellsb797cac2009-04-03 16:42:48 +0100147 { Opt_nofscache, "nofsc" },
Chuck Leverbf0fd762007-07-01 12:13:44 -0400148
Chuck Levera5a16ba2009-06-17 18:02:14 -0700149 { Opt_port, "port=%s" },
150 { Opt_rsize, "rsize=%s" },
151 { Opt_wsize, "wsize=%s" },
152 { Opt_bsize, "bsize=%s" },
153 { Opt_timeo, "timeo=%s" },
154 { Opt_retrans, "retrans=%s" },
155 { Opt_acregmin, "acregmin=%s" },
156 { Opt_acregmax, "acregmax=%s" },
157 { Opt_acdirmin, "acdirmin=%s" },
158 { Opt_acdirmax, "acdirmax=%s" },
159 { Opt_actimeo, "actimeo=%s" },
160 { Opt_namelen, "namlen=%s" },
161 { Opt_mountport, "mountport=%s" },
162 { Opt_mountvers, "mountvers=%s" },
Trond Myklebust0d71b052012-03-02 13:59:49 -0500163 { Opt_minorversion, "minorversion=%s" },
164
Chuck Levera5a16ba2009-06-17 18:02:14 -0700165 { Opt_nfsvers, "nfsvers=%s" },
166 { Opt_nfsvers, "vers=%s" },
Chuck Leverbf0fd762007-07-01 12:13:44 -0400167
168 { Opt_sec, "sec=%s" },
169 { Opt_proto, "proto=%s" },
170 { Opt_mountproto, "mountproto=%s" },
171 { Opt_addr, "addr=%s" },
172 { Opt_clientaddr, "clientaddr=%s" },
Chuck Lever33832032007-12-10 14:59:13 -0500173 { Opt_mounthost, "mounthost=%s" },
Chuck Lever0ac83772007-09-11 18:01:04 -0400174 { Opt_mountaddr, "mountaddr=%s" },
Chuck Leverbf0fd762007-07-01 12:13:44 -0400175
Trond Myklebust7973c1f2008-07-15 17:58:14 -0400176 { Opt_lookupcache, "lookupcache=%s" },
Chuck Levera6d5ff62010-05-07 13:33:58 -0400177 { Opt_fscache_uniq, "fsc=%s" },
Suresh Jayaraman5eebde22010-09-23 08:55:58 -0400178 { Opt_local_lock, "local_lock=%s" },
Trond Myklebust7973c1f2008-07-15 17:58:14 -0400179
Trond Myklebust38622792012-03-02 14:06:39 -0500180 /* The following needs to be listed after all other options */
181 { Opt_nfsvers, "v%s" },
182
Chuck Leverbf0fd762007-07-01 12:13:44 -0400183 { Opt_err, NULL }
184};
185
186enum {
Jeff Laytonee671b02009-12-03 15:58:56 -0500187 Opt_xprt_udp, Opt_xprt_udp6, Opt_xprt_tcp, Opt_xprt_tcp6, Opt_xprt_rdma,
Chuck Leverbf0fd762007-07-01 12:13:44 -0400188
189 Opt_xprt_err
190};
191
Steven Whitehousea447c092008-10-13 10:46:57 +0100192static const match_table_t nfs_xprt_protocol_tokens = {
Chuck Leverbf0fd762007-07-01 12:13:44 -0400193 { Opt_xprt_udp, "udp" },
Jeff Laytonee671b02009-12-03 15:58:56 -0500194 { Opt_xprt_udp6, "udp6" },
Chuck Leverbf0fd762007-07-01 12:13:44 -0400195 { Opt_xprt_tcp, "tcp" },
Jeff Laytonee671b02009-12-03 15:58:56 -0500196 { Opt_xprt_tcp6, "tcp6" },
\"Talpey, Thomas\2cf7ff72007-09-10 13:49:41 -0400197 { Opt_xprt_rdma, "rdma" },
Chuck Leverbf0fd762007-07-01 12:13:44 -0400198
199 { Opt_xprt_err, NULL }
200};
201
202enum {
203 Opt_sec_none, Opt_sec_sys,
204 Opt_sec_krb5, Opt_sec_krb5i, Opt_sec_krb5p,
205 Opt_sec_lkey, Opt_sec_lkeyi, Opt_sec_lkeyp,
206 Opt_sec_spkm, Opt_sec_spkmi, Opt_sec_spkmp,
207
208 Opt_sec_err
209};
210
Steven Whitehousea447c092008-10-13 10:46:57 +0100211static const match_table_t nfs_secflavor_tokens = {
Chuck Leverbf0fd762007-07-01 12:13:44 -0400212 { Opt_sec_none, "none" },
213 { Opt_sec_none, "null" },
214 { Opt_sec_sys, "sys" },
215
216 { Opt_sec_krb5, "krb5" },
217 { Opt_sec_krb5i, "krb5i" },
218 { Opt_sec_krb5p, "krb5p" },
219
220 { Opt_sec_lkey, "lkey" },
221 { Opt_sec_lkeyi, "lkeyi" },
222 { Opt_sec_lkeyp, "lkeyp" },
223
Olga Kornievskaia8d042212008-02-13 16:47:06 -0500224 { Opt_sec_spkm, "spkm3" },
225 { Opt_sec_spkmi, "spkm3i" },
226 { Opt_sec_spkmp, "spkm3p" },
227
Chuck Leverbf0fd762007-07-01 12:13:44 -0400228 { Opt_sec_err, NULL }
229};
230
Trond Myklebust7973c1f2008-07-15 17:58:14 -0400231enum {
232 Opt_lookupcache_all, Opt_lookupcache_positive,
233 Opt_lookupcache_none,
234
235 Opt_lookupcache_err
236};
237
238static match_table_t nfs_lookupcache_tokens = {
239 { Opt_lookupcache_all, "all" },
240 { Opt_lookupcache_positive, "pos" },
241 { Opt_lookupcache_positive, "positive" },
242 { Opt_lookupcache_none, "none" },
243
244 { Opt_lookupcache_err, NULL }
245};
246
Suresh Jayaraman5eebde22010-09-23 08:55:58 -0400247enum {
248 Opt_local_lock_all, Opt_local_lock_flock, Opt_local_lock_posix,
249 Opt_local_lock_none,
250
251 Opt_local_lock_err
252};
253
254static match_table_t nfs_local_lock_tokens = {
255 { Opt_local_lock_all, "all" },
256 { Opt_local_lock_flock, "flock" },
257 { Opt_local_lock_posix, "posix" },
258 { Opt_local_lock_none, "none" },
259
260 { Opt_local_lock_err, NULL }
261};
262
Trond Myklebust0d71b052012-03-02 13:59:49 -0500263enum {
264 Opt_vers_2, Opt_vers_3, Opt_vers_4, Opt_vers_4_0,
265 Opt_vers_4_1,
266
267 Opt_vers_err
268};
269
270static match_table_t nfs_vers_tokens = {
271 { Opt_vers_2, "2" },
272 { Opt_vers_3, "3" },
273 { Opt_vers_4, "4" },
274 { Opt_vers_4_0, "4.0" },
275 { Opt_vers_4_1, "4.1" },
276
277 { Opt_vers_err, NULL }
278};
Chuck Leverbf0fd762007-07-01 12:13:44 -0400279
Al Viro42faad92008-04-24 07:21:56 -0400280static void nfs_umount_begin(struct super_block *);
Trond Myklebust816724e2006-06-24 08:41:41 -0400281static int nfs_statfs(struct dentry *, struct kstatfs *);
Al Viro34c80b12011-12-08 21:32:45 -0500282static int nfs_show_options(struct seq_file *, struct dentry *);
Al Virod861c632011-12-08 21:32:45 -0500283static int nfs_show_devname(struct seq_file *, struct dentry *);
Al Viroa6322de2011-12-08 21:37:57 -0500284static int nfs_show_path(struct seq_file *, struct dentry *);
Al Viro64132372011-12-08 20:51:13 -0500285static int nfs_show_stats(struct seq_file *, struct dentry *);
Al Viro01194982011-03-16 07:25:36 -0400286static struct dentry *nfs_fs_mount(struct file_system_type *,
287 int, const char *, void *);
Al Viro31f43472010-10-29 03:38:12 -0400288static struct dentry *nfs_xdev_mount(struct file_system_type *fs_type,
289 int flags, const char *dev_name, void *raw_data);
Trond Myklebust387c1492010-02-03 08:27:35 -0500290static void nfs_put_super(struct super_block *);
David Howellsf7b422b2006-06-09 09:34:33 -0400291static void nfs_kill_super(struct super_block *);
Jeff Layton48b605f2008-06-10 15:38:39 -0400292static int nfs_remount(struct super_block *sb, int *flags, char *raw_data);
David Howellsf7b422b2006-06-09 09:34:33 -0400293
294static struct file_system_type nfs_fs_type = {
295 .owner = THIS_MODULE,
296 .name = "nfs",
Al Viro01194982011-03-16 07:25:36 -0400297 .mount = nfs_fs_mount,
David Howellsf7b422b2006-06-09 09:34:33 -0400298 .kill_sb = nfs_kill_super,
Mark Fasheh349457c2006-09-08 14:22:21 -0700299 .fs_flags = FS_RENAME_DOES_D_MOVE|FS_REVAL_DOT|FS_BINARY_MOUNTDATA,
David Howellsf7b422b2006-06-09 09:34:33 -0400300};
301
David Howells54ceac42006-08-22 20:06:13 -0400302struct file_system_type nfs_xdev_fs_type = {
David Howellsf7b422b2006-06-09 09:34:33 -0400303 .owner = THIS_MODULE,
304 .name = "nfs",
Al Viro31f43472010-10-29 03:38:12 -0400305 .mount = nfs_xdev_mount,
David Howellsf7b422b2006-06-09 09:34:33 -0400306 .kill_sb = nfs_kill_super,
Mark Fasheh349457c2006-09-08 14:22:21 -0700307 .fs_flags = FS_RENAME_DOES_D_MOVE|FS_REVAL_DOT|FS_BINARY_MOUNTDATA,
David Howellsf7b422b2006-06-09 09:34:33 -0400308};
309
Josef 'Jeff' Sipekee9b6d62007-02-12 00:55:41 -0800310static const struct super_operations nfs_sops = {
David Howellsf7b422b2006-06-09 09:34:33 -0400311 .alloc_inode = nfs_alloc_inode,
312 .destroy_inode = nfs_destroy_inode,
313 .write_inode = nfs_write_inode,
Trond Myklebust387c1492010-02-03 08:27:35 -0500314 .put_super = nfs_put_super,
David Howellsf7b422b2006-06-09 09:34:33 -0400315 .statfs = nfs_statfs,
Al Virob57922d2010-06-07 14:34:48 -0400316 .evict_inode = nfs_evict_inode,
David Howellsf7b422b2006-06-09 09:34:33 -0400317 .umount_begin = nfs_umount_begin,
318 .show_options = nfs_show_options,
Al Viroc7f404b2011-03-16 06:59:40 -0400319 .show_devname = nfs_show_devname,
320 .show_path = nfs_show_path,
David Howellsf7b422b2006-06-09 09:34:33 -0400321 .show_stats = nfs_show_stats,
Jeff Layton48b605f2008-06-10 15:38:39 -0400322 .remount_fs = nfs_remount,
David Howellsf7b422b2006-06-09 09:34:33 -0400323};
324
325#ifdef CONFIG_NFS_V4
Chuck Lever7630c852009-09-08 19:49:57 -0400326static int nfs4_validate_text_mount_data(void *options,
327 struct nfs_parsed_mount_data *args, const char *dev_name);
Al Viro01194982011-03-16 07:25:36 -0400328static struct dentry *nfs4_try_mount(int flags, const char *dev_name,
329 struct nfs_parsed_mount_data *data);
330static struct dentry *nfs4_mount(struct file_system_type *fs_type,
331 int flags, const char *dev_name, void *raw_data);
Al Viro31f43472010-10-29 03:38:12 -0400332static struct dentry *nfs4_remote_mount(struct file_system_type *fs_type,
333 int flags, const char *dev_name, void *raw_data);
334static struct dentry *nfs4_xdev_mount(struct file_system_type *fs_type,
335 int flags, const char *dev_name, void *raw_data);
Al Viro01194982011-03-16 07:25:36 -0400336static struct dentry *nfs4_referral_mount(struct file_system_type *fs_type,
337 int flags, const char *dev_name, void *raw_data);
Al Viro31f43472010-10-29 03:38:12 -0400338static struct dentry *nfs4_remote_referral_mount(struct file_system_type *fs_type,
339 int flags, const char *dev_name, void *raw_data);
David Howellsf7b422b2006-06-09 09:34:33 -0400340static void nfs4_kill_super(struct super_block *sb);
341
342static struct file_system_type nfs4_fs_type = {
343 .owner = THIS_MODULE,
344 .name = "nfs4",
Al Viro01194982011-03-16 07:25:36 -0400345 .mount = nfs4_mount,
David Howellsf7b422b2006-06-09 09:34:33 -0400346 .kill_sb = nfs4_kill_super,
Mark Fasheh349457c2006-09-08 14:22:21 -0700347 .fs_flags = FS_RENAME_DOES_D_MOVE|FS_REVAL_DOT|FS_BINARY_MOUNTDATA,
David Howellsf7b422b2006-06-09 09:34:33 -0400348};
349
Trond Myklebustc02d7ad2009-06-22 15:09:14 -0400350static struct file_system_type nfs4_remote_fs_type = {
351 .owner = THIS_MODULE,
352 .name = "nfs4",
Al Viro31f43472010-10-29 03:38:12 -0400353 .mount = nfs4_remote_mount,
Trond Myklebustc02d7ad2009-06-22 15:09:14 -0400354 .kill_sb = nfs4_kill_super,
355 .fs_flags = FS_RENAME_DOES_D_MOVE|FS_REVAL_DOT|FS_BINARY_MOUNTDATA,
356};
357
David Howells54ceac42006-08-22 20:06:13 -0400358struct file_system_type nfs4_xdev_fs_type = {
David Howellsf7b422b2006-06-09 09:34:33 -0400359 .owner = THIS_MODULE,
360 .name = "nfs4",
Al Viro31f43472010-10-29 03:38:12 -0400361 .mount = nfs4_xdev_mount,
David Howellsf7b422b2006-06-09 09:34:33 -0400362 .kill_sb = nfs4_kill_super,
Mark Fasheh349457c2006-09-08 14:22:21 -0700363 .fs_flags = FS_RENAME_DOES_D_MOVE|FS_REVAL_DOT|FS_BINARY_MOUNTDATA,
David Howellsf7b422b2006-06-09 09:34:33 -0400364};
365
Trond Myklebustc02d7ad2009-06-22 15:09:14 -0400366static struct file_system_type nfs4_remote_referral_fs_type = {
367 .owner = THIS_MODULE,
368 .name = "nfs4",
Al Viro31f43472010-10-29 03:38:12 -0400369 .mount = nfs4_remote_referral_mount,
Trond Myklebustc02d7ad2009-06-22 15:09:14 -0400370 .kill_sb = nfs4_kill_super,
371 .fs_flags = FS_RENAME_DOES_D_MOVE|FS_REVAL_DOT|FS_BINARY_MOUNTDATA,
372};
373
David Howells54ceac42006-08-22 20:06:13 -0400374struct file_system_type nfs4_referral_fs_type = {
David Howellsf7b422b2006-06-09 09:34:33 -0400375 .owner = THIS_MODULE,
376 .name = "nfs4",
Al Viro01194982011-03-16 07:25:36 -0400377 .mount = nfs4_referral_mount,
David Howellsf7b422b2006-06-09 09:34:33 -0400378 .kill_sb = nfs4_kill_super,
Mark Fasheh349457c2006-09-08 14:22:21 -0700379 .fs_flags = FS_RENAME_DOES_D_MOVE|FS_REVAL_DOT|FS_BINARY_MOUNTDATA,
David Howellsf7b422b2006-06-09 09:34:33 -0400380};
381
Josef 'Jeff' Sipekee9b6d62007-02-12 00:55:41 -0800382static const struct super_operations nfs4_sops = {
David Howellsf7b422b2006-06-09 09:34:33 -0400383 .alloc_inode = nfs_alloc_inode,
384 .destroy_inode = nfs_destroy_inode,
385 .write_inode = nfs_write_inode,
Trond Myklebust387c1492010-02-03 08:27:35 -0500386 .put_super = nfs_put_super,
David Howellsf7b422b2006-06-09 09:34:33 -0400387 .statfs = nfs_statfs,
Al Virob57922d2010-06-07 14:34:48 -0400388 .evict_inode = nfs4_evict_inode,
David Howellsf7b422b2006-06-09 09:34:33 -0400389 .umount_begin = nfs_umount_begin,
390 .show_options = nfs_show_options,
Al Viroc7f404b2011-03-16 06:59:40 -0400391 .show_devname = nfs_show_devname,
392 .show_path = nfs_show_path,
David Howellsf7b422b2006-06-09 09:34:33 -0400393 .show_stats = nfs_show_stats,
Jeff Layton48b605f2008-06-10 15:38:39 -0400394 .remount_fs = nfs_remount,
David Howellsf7b422b2006-06-09 09:34:33 -0400395};
396#endif
397
Rusty Russell8e1f9362007-07-17 04:03:17 -0700398static struct shrinker acl_shrinker = {
399 .shrink = nfs_access_cache_shrinker,
400 .seeks = DEFAULT_SEEKS,
401};
Trond Myklebust979df722006-07-25 11:28:19 -0400402
David Howellsf7b422b2006-06-09 09:34:33 -0400403/*
404 * Register the NFS filesystems
405 */
406int __init register_nfs_fs(void)
407{
408 int ret;
409
410 ret = register_filesystem(&nfs_fs_type);
411 if (ret < 0)
412 goto error_0;
413
David Howellsf7b422b2006-06-09 09:34:33 -0400414 ret = nfs_register_sysctl();
415 if (ret < 0)
416 goto error_1;
Peter Zijlstra89a09142007-03-16 13:38:26 -0800417#ifdef CONFIG_NFS_V4
David Howellsf7b422b2006-06-09 09:34:33 -0400418 ret = register_filesystem(&nfs4_fs_type);
419 if (ret < 0)
420 goto error_2;
421#endif
Rusty Russell8e1f9362007-07-17 04:03:17 -0700422 register_shrinker(&acl_shrinker);
David Howellsf7b422b2006-06-09 09:34:33 -0400423 return 0;
424
425#ifdef CONFIG_NFS_V4
426error_2:
427 nfs_unregister_sysctl();
Peter Zijlstra89a09142007-03-16 13:38:26 -0800428#endif
David Howellsf7b422b2006-06-09 09:34:33 -0400429error_1:
430 unregister_filesystem(&nfs_fs_type);
David Howellsf7b422b2006-06-09 09:34:33 -0400431error_0:
432 return ret;
433}
434
435/*
436 * Unregister the NFS filesystems
437 */
438void __exit unregister_nfs_fs(void)
439{
Rusty Russell8e1f9362007-07-17 04:03:17 -0700440 unregister_shrinker(&acl_shrinker);
David Howellsf7b422b2006-06-09 09:34:33 -0400441#ifdef CONFIG_NFS_V4
442 unregister_filesystem(&nfs4_fs_type);
David Howellsf7b422b2006-06-09 09:34:33 -0400443#endif
Alexey Dobriyan49af7ee2007-09-18 22:46:40 -0700444 nfs_unregister_sysctl();
David Howellsf7b422b2006-06-09 09:34:33 -0400445 unregister_filesystem(&nfs_fs_type);
446}
447
Trond Myklebust1daef0a2008-07-27 18:19:01 -0400448void nfs_sb_active(struct super_block *sb)
Steve Dicksonef818a22007-11-08 04:05:04 -0500449{
450 struct nfs_server *server = NFS_SB(sb);
Trond Myklebust1daef0a2008-07-27 18:19:01 -0400451
452 if (atomic_inc_return(&server->active) == 1)
453 atomic_inc(&sb->s_active);
454}
455
456void nfs_sb_deactive(struct super_block *sb)
457{
458 struct nfs_server *server = NFS_SB(sb);
459
460 if (atomic_dec_and_test(&server->active))
461 deactivate_super(sb);
Steve Dicksonef818a22007-11-08 04:05:04 -0500462}
463
David Howellsf7b422b2006-06-09 09:34:33 -0400464/*
465 * Deliver file system statistics to userspace
466 */
Trond Myklebust816724e2006-06-24 08:41:41 -0400467static int nfs_statfs(struct dentry *dentry, struct kstatfs *buf)
David Howellsf7b422b2006-06-09 09:34:33 -0400468{
David Howells0c7d90c2006-08-22 20:06:10 -0400469 struct nfs_server *server = NFS_SB(dentry->d_sb);
David Howellsf7b422b2006-06-09 09:34:33 -0400470 unsigned char blockbits;
471 unsigned long blockres;
David Howells0c7d90c2006-08-22 20:06:10 -0400472 struct nfs_fh *fh = NFS_FH(dentry->d_inode);
Trond Myklebustca7e9a02010-04-16 16:22:52 -0400473 struct nfs_fsstat res;
474 int error = -ENOMEM;
475
476 res.fattr = nfs_alloc_fattr();
477 if (res.fattr == NULL)
478 goto out_err;
David Howellsf7b422b2006-06-09 09:34:33 -0400479
David Howells8fa5c002006-08-22 20:06:12 -0400480 error = server->nfs_client->rpc_ops->statfs(server, fh, &res);
Menyhart Zoltanfbf3fdd2010-09-12 19:55:26 -0400481 if (unlikely(error == -ESTALE)) {
482 struct dentry *pd_dentry;
Trond Myklebustca7e9a02010-04-16 16:22:52 -0400483
Menyhart Zoltanfbf3fdd2010-09-12 19:55:26 -0400484 pd_dentry = dget_parent(dentry);
485 if (pd_dentry != NULL) {
486 nfs_zap_caches(pd_dentry->d_inode);
487 dput(pd_dentry);
488 }
489 }
Trond Myklebustca7e9a02010-04-16 16:22:52 -0400490 nfs_free_fattr(res.fattr);
David Howellsf7b422b2006-06-09 09:34:33 -0400491 if (error < 0)
492 goto out_err;
Trond Myklebustca7e9a02010-04-16 16:22:52 -0400493
Amnon Aaronsohn1a0ba9a2007-04-09 22:05:26 -0700494 buf->f_type = NFS_SUPER_MAGIC;
David Howellsf7b422b2006-06-09 09:34:33 -0400495
496 /*
497 * Current versions of glibc do not correctly handle the
498 * case where f_frsize != f_bsize. Eventually we want to
499 * report the value of wtmult in this field.
500 */
David Howells0c7d90c2006-08-22 20:06:10 -0400501 buf->f_frsize = dentry->d_sb->s_blocksize;
David Howellsf7b422b2006-06-09 09:34:33 -0400502
503 /*
504 * On most *nix systems, f_blocks, f_bfree, and f_bavail
505 * are reported in units of f_frsize. Linux hasn't had
506 * an f_frsize field in its statfs struct until recently,
507 * thus historically Linux's sys_statfs reports these
508 * fields in units of f_bsize.
509 */
David Howells0c7d90c2006-08-22 20:06:10 -0400510 buf->f_bsize = dentry->d_sb->s_blocksize;
511 blockbits = dentry->d_sb->s_blocksize_bits;
David Howellsf7b422b2006-06-09 09:34:33 -0400512 blockres = (1 << blockbits) - 1;
513 buf->f_blocks = (res.tbytes + blockres) >> blockbits;
514 buf->f_bfree = (res.fbytes + blockres) >> blockbits;
515 buf->f_bavail = (res.abytes + blockres) >> blockbits;
516
517 buf->f_files = res.tfiles;
518 buf->f_ffree = res.afiles;
519
520 buf->f_namelen = server->namelen;
Amnon Aaronsohn1a0ba9a2007-04-09 22:05:26 -0700521
David Howellsf7b422b2006-06-09 09:34:33 -0400522 return 0;
523
524 out_err:
Harvey Harrison3110ff82008-05-02 13:42:44 -0700525 dprintk("%s: statfs error = %d\n", __func__, -error);
Amnon Aaronsohn1a0ba9a2007-04-09 22:05:26 -0700526 return error;
David Howellsf7b422b2006-06-09 09:34:33 -0400527}
528
David Howells7d4e2742006-08-22 20:06:07 -0400529/*
530 * Map the security flavour number to a name
531 */
Trond Myklebust81039f12006-06-09 09:34:34 -0400532static const char *nfs_pseudoflavour_to_name(rpc_authflavor_t flavour)
533{
David Howells7d4e2742006-08-22 20:06:07 -0400534 static const struct {
Trond Myklebust81039f12006-06-09 09:34:34 -0400535 rpc_authflavor_t flavour;
536 const char *str;
537 } sec_flavours[] = {
538 { RPC_AUTH_NULL, "null" },
539 { RPC_AUTH_UNIX, "sys" },
540 { RPC_AUTH_GSS_KRB5, "krb5" },
541 { RPC_AUTH_GSS_KRB5I, "krb5i" },
542 { RPC_AUTH_GSS_KRB5P, "krb5p" },
543 { RPC_AUTH_GSS_LKEY, "lkey" },
544 { RPC_AUTH_GSS_LKEYI, "lkeyi" },
545 { RPC_AUTH_GSS_LKEYP, "lkeyp" },
546 { RPC_AUTH_GSS_SPKM, "spkm" },
547 { RPC_AUTH_GSS_SPKMI, "spkmi" },
548 { RPC_AUTH_GSS_SPKMP, "spkmp" },
Chuck Lever4d81cd12007-07-01 12:12:40 -0400549 { UINT_MAX, "unknown" }
Trond Myklebust81039f12006-06-09 09:34:34 -0400550 };
551 int i;
552
Chuck Lever4d81cd12007-07-01 12:12:40 -0400553 for (i = 0; sec_flavours[i].flavour != UINT_MAX; i++) {
Trond Myklebust81039f12006-06-09 09:34:34 -0400554 if (sec_flavours[i].flavour == flavour)
555 break;
556 }
557 return sec_flavours[i].str;
558}
559
Jeff Laytonee671b02009-12-03 15:58:56 -0500560static void nfs_show_mountd_netid(struct seq_file *m, struct nfs_server *nfss,
561 int showdefaults)
562{
563 struct sockaddr *sap = (struct sockaddr *) &nfss->mountd_address;
564
565 seq_printf(m, ",mountproto=");
566 switch (sap->sa_family) {
567 case AF_INET:
568 switch (nfss->mountd_protocol) {
569 case IPPROTO_UDP:
570 seq_printf(m, RPCBIND_NETID_UDP);
571 break;
572 case IPPROTO_TCP:
573 seq_printf(m, RPCBIND_NETID_TCP);
574 break;
575 default:
576 if (showdefaults)
577 seq_printf(m, "auto");
578 }
579 break;
580 case AF_INET6:
581 switch (nfss->mountd_protocol) {
582 case IPPROTO_UDP:
583 seq_printf(m, RPCBIND_NETID_UDP6);
584 break;
585 case IPPROTO_TCP:
586 seq_printf(m, RPCBIND_NETID_TCP6);
587 break;
588 default:
589 if (showdefaults)
590 seq_printf(m, "auto");
591 }
592 break;
593 default:
594 if (showdefaults)
595 seq_printf(m, "auto");
596 }
597}
598
Chuck Lever82d101d2008-03-14 14:10:37 -0400599static void nfs_show_mountd_options(struct seq_file *m, struct nfs_server *nfss,
600 int showdefaults)
601{
602 struct sockaddr *sap = (struct sockaddr *)&nfss->mountd_address;
603
Bryan Schumakerd5eff1a2010-08-03 13:04:00 -0400604 if (nfss->flags & NFS_MOUNT_LEGACY_INTERFACE)
605 return;
606
Chuck Lever82d101d2008-03-14 14:10:37 -0400607 switch (sap->sa_family) {
608 case AF_INET: {
609 struct sockaddr_in *sin = (struct sockaddr_in *)sap;
Harvey Harrisonbe859402008-10-31 00:56:28 -0700610 seq_printf(m, ",mountaddr=%pI4", &sin->sin_addr.s_addr);
Chuck Lever82d101d2008-03-14 14:10:37 -0400611 break;
612 }
613 case AF_INET6: {
614 struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *)sap;
Chuck Leverd250e192009-12-03 15:58:56 -0500615 seq_printf(m, ",mountaddr=%pI6c", &sin6->sin6_addr);
Chuck Lever82d101d2008-03-14 14:10:37 -0400616 break;
617 }
618 default:
619 if (showdefaults)
620 seq_printf(m, ",mountaddr=unspecified");
621 }
622
623 if (nfss->mountd_version || showdefaults)
624 seq_printf(m, ",mountvers=%u", nfss->mountd_version);
Stanislav Kinsburskyaa699472010-12-08 12:40:13 +0300625 if ((nfss->mountd_port &&
626 nfss->mountd_port != (unsigned short)NFS_UNSPEC_PORT) ||
627 showdefaults)
Chuck Lever82d101d2008-03-14 14:10:37 -0400628 seq_printf(m, ",mountport=%u", nfss->mountd_port);
629
Jeff Laytonee671b02009-12-03 15:58:56 -0500630 nfs_show_mountd_netid(m, nfss, showdefaults);
Chuck Lever82d101d2008-03-14 14:10:37 -0400631}
632
Trond Myklebust0be81892010-06-18 12:23:58 -0400633#ifdef CONFIG_NFS_V4
634static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss,
635 int showdefaults)
636{
637 struct nfs_client *clp = nfss->nfs_client;
638
639 seq_printf(m, ",clientaddr=%s", clp->cl_ipaddr);
Trond Myklebust0be81892010-06-18 12:23:58 -0400640}
641#else
642static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss,
643 int showdefaults)
644{
645}
646#endif
647
Trond Myklebust7bbceb62012-03-02 14:00:20 -0500648static void nfs_show_nfs_version(struct seq_file *m,
649 unsigned int version,
650 unsigned int minorversion)
651{
652 seq_printf(m, ",vers=%u", version);
653 if (version == 4)
654 seq_printf(m, ".%u", minorversion);
655}
656
David Howellsf7b422b2006-06-09 09:34:33 -0400657/*
658 * Describe the mount options in force on this server representation
659 */
Chuck Lever82d101d2008-03-14 14:10:37 -0400660static void nfs_show_mount_options(struct seq_file *m, struct nfs_server *nfss,
661 int showdefaults)
David Howellsf7b422b2006-06-09 09:34:33 -0400662{
David Howells509de812006-08-22 20:06:11 -0400663 static const struct proc_nfs_info {
David Howellsf7b422b2006-06-09 09:34:33 -0400664 int flag;
David Howells509de812006-08-22 20:06:11 -0400665 const char *str;
666 const char *nostr;
David Howellsf7b422b2006-06-09 09:34:33 -0400667 } nfs_info[] = {
668 { NFS_MOUNT_SOFT, ",soft", ",hard" },
Chuck Lever82d101d2008-03-14 14:10:37 -0400669 { NFS_MOUNT_POSIX, ",posix", "" },
David Howellsf7b422b2006-06-09 09:34:33 -0400670 { NFS_MOUNT_NOCTO, ",nocto", "" },
671 { NFS_MOUNT_NOAC, ",noac", "" },
672 { NFS_MOUNT_NONLM, ",nolock", "" },
673 { NFS_MOUNT_NOACL, ",noacl", "" },
Steve Dickson74dd34e2007-04-14 17:01:15 -0400674 { NFS_MOUNT_NORDIRPLUS, ",nordirplus", "" },
Chuck Leverd7403512008-12-23 15:21:37 -0500675 { NFS_MOUNT_UNSHARED, ",nosharecache", "" },
676 { NFS_MOUNT_NORESVPORT, ",noresvport", "" },
David Howellsf7b422b2006-06-09 09:34:33 -0400677 { 0, NULL, NULL }
678 };
David Howells509de812006-08-22 20:06:11 -0400679 const struct proc_nfs_info *nfs_infop;
David Howells8fa5c002006-08-22 20:06:12 -0400680 struct nfs_client *clp = nfss->nfs_client;
Chuck Lever82d101d2008-03-14 14:10:37 -0400681 u32 version = clp->rpc_ops->version;
Suresh Jayaraman7c563cc2010-09-23 14:26:48 -0400682 int local_flock, local_fcntl;
David Howellsf7b422b2006-06-09 09:34:33 -0400683
Trond Myklebust7bbceb62012-03-02 14:00:20 -0500684 nfs_show_nfs_version(m, version, clp->cl_minorversion);
Chuck Lever2d767432008-03-14 14:10:08 -0400685 seq_printf(m, ",rsize=%u", nfss->rsize);
686 seq_printf(m, ",wsize=%u", nfss->wsize);
Chuck Lever82d101d2008-03-14 14:10:37 -0400687 if (nfss->bsize != 0)
688 seq_printf(m, ",bsize=%u", nfss->bsize);
689 seq_printf(m, ",namlen=%u", nfss->namelen);
Chuck Lever0e0cab72008-06-26 17:47:12 -0400690 if (nfss->acregmin != NFS_DEF_ACREGMIN*HZ || showdefaults)
Chuck Lever2d767432008-03-14 14:10:08 -0400691 seq_printf(m, ",acregmin=%u", nfss->acregmin/HZ);
Chuck Lever0e0cab72008-06-26 17:47:12 -0400692 if (nfss->acregmax != NFS_DEF_ACREGMAX*HZ || showdefaults)
Chuck Lever2d767432008-03-14 14:10:08 -0400693 seq_printf(m, ",acregmax=%u", nfss->acregmax/HZ);
Chuck Lever0e0cab72008-06-26 17:47:12 -0400694 if (nfss->acdirmin != NFS_DEF_ACDIRMIN*HZ || showdefaults)
Chuck Lever2d767432008-03-14 14:10:08 -0400695 seq_printf(m, ",acdirmin=%u", nfss->acdirmin/HZ);
Chuck Lever0e0cab72008-06-26 17:47:12 -0400696 if (nfss->acdirmax != NFS_DEF_ACDIRMAX*HZ || showdefaults)
Chuck Lever2d767432008-03-14 14:10:08 -0400697 seq_printf(m, ",acdirmax=%u", nfss->acdirmax/HZ);
David Howellsf7b422b2006-06-09 09:34:33 -0400698 for (nfs_infop = nfs_info; nfs_infop->flag; nfs_infop++) {
699 if (nfss->flags & nfs_infop->flag)
700 seq_puts(m, nfs_infop->str);
701 else
702 seq_puts(m, nfs_infop->nostr);
703 }
Trond Myklebust2446ab62012-03-01 17:00:56 -0500704 rcu_read_lock();
\"Talpey, Thomas\56928ed2007-09-10 13:48:47 -0400705 seq_printf(m, ",proto=%s",
Jeff Laytonee671b02009-12-03 15:58:56 -0500706 rpc_peeraddr2str(nfss->client, RPC_DISPLAY_NETID));
Trond Myklebust2446ab62012-03-01 17:00:56 -0500707 rcu_read_unlock();
Chuck Lever82d101d2008-03-14 14:10:37 -0400708 if (version == 4) {
709 if (nfss->port != NFS_PORT)
710 seq_printf(m, ",port=%u", nfss->port);
711 } else
712 if (nfss->port)
713 seq_printf(m, ",port=%u", nfss->port);
714
Trond Myklebust33170232007-12-20 16:03:59 -0500715 seq_printf(m, ",timeo=%lu", 10U * nfss->client->cl_timeout->to_initval / HZ);
716 seq_printf(m, ",retrans=%u", nfss->client->cl_timeout->to_retries);
Trond Myklebust81039f12006-06-09 09:34:34 -0400717 seq_printf(m, ",sec=%s", nfs_pseudoflavour_to_name(nfss->client->cl_auth->au_flavor));
Chuck Lever82d101d2008-03-14 14:10:37 -0400718
719 if (version != 4)
720 nfs_show_mountd_options(m, nfss, showdefaults);
Trond Myklebust0be81892010-06-18 12:23:58 -0400721 else
722 nfs_show_nfsv4_options(m, nfss, showdefaults);
Chuck Lever82d101d2008-03-14 14:10:37 -0400723
David Howellsb797cac2009-04-03 16:42:48 +0100724 if (nfss->options & NFS_OPTION_FSCACHE)
725 seq_printf(m, ",fsc");
Patrick J. LoPresti9b00c642010-08-10 17:28:01 -0400726
727 if (nfss->flags & NFS_MOUNT_LOOKUP_CACHE_NONEG) {
728 if (nfss->flags & NFS_MOUNT_LOOKUP_CACHE_NONE)
729 seq_printf(m, ",lookupcache=none");
730 else
731 seq_printf(m, ",lookupcache=pos");
732 }
Suresh Jayaraman7c563cc2010-09-23 14:26:48 -0400733
734 local_flock = nfss->flags & NFS_MOUNT_LOCAL_FLOCK;
735 local_fcntl = nfss->flags & NFS_MOUNT_LOCAL_FCNTL;
736
737 if (!local_flock && !local_fcntl)
738 seq_printf(m, ",local_lock=none");
739 else if (local_flock && local_fcntl)
740 seq_printf(m, ",local_lock=all");
741 else if (local_flock)
742 seq_printf(m, ",local_lock=flock");
743 else
744 seq_printf(m, ",local_lock=posix");
David Howellsf7b422b2006-06-09 09:34:33 -0400745}
746
747/*
748 * Describe the mount options on this VFS mountpoint
749 */
Al Viro34c80b12011-12-08 21:32:45 -0500750static int nfs_show_options(struct seq_file *m, struct dentry *root)
David Howellsf7b422b2006-06-09 09:34:33 -0400751{
Al Viro34c80b12011-12-08 21:32:45 -0500752 struct nfs_server *nfss = NFS_SB(root->d_sb);
David Howellsf7b422b2006-06-09 09:34:33 -0400753
754 nfs_show_mount_options(m, nfss, 0);
755
Trond Myklebust2446ab62012-03-01 17:00:56 -0500756 rcu_read_lock();
Chuck Lever5d8515c2007-12-10 14:57:16 -0500757 seq_printf(m, ",addr=%s",
758 rpc_peeraddr2str(nfss->nfs_client->cl_rpcclient,
759 RPC_DISPLAY_ADDR));
Trond Myklebust2446ab62012-03-01 17:00:56 -0500760 rcu_read_unlock();
David Howellsf7b422b2006-06-09 09:34:33 -0400761
762 return 0;
763}
H Hartley Sweeten45402c382011-09-02 14:39:12 -0700764
765#ifdef CONFIG_NFS_V4
J. Bruce Fieldsae50c0b2011-05-22 19:48:21 +0300766#ifdef CONFIG_NFS_V4_1
H Hartley Sweeten45402c382011-09-02 14:39:12 -0700767static void show_sessions(struct seq_file *m, struct nfs_server *server)
J. Bruce Fieldsae50c0b2011-05-22 19:48:21 +0300768{
769 if (nfs4_has_session(server->nfs_client))
770 seq_printf(m, ",sessions");
771}
772#else
H Hartley Sweeten45402c382011-09-02 14:39:12 -0700773static void show_sessions(struct seq_file *m, struct nfs_server *server) {}
774#endif
J. Bruce Fieldsae50c0b2011-05-22 19:48:21 +0300775#endif
776
777#ifdef CONFIG_NFS_V4_1
H Hartley Sweeten45402c382011-09-02 14:39:12 -0700778static void show_pnfs(struct seq_file *m, struct nfs_server *server)
J. Bruce Fieldsae50c0b2011-05-22 19:48:21 +0300779{
780 seq_printf(m, ",pnfs=");
781 if (server->pnfs_curr_ld)
782 seq_printf(m, "%s", server->pnfs_curr_ld->name);
783 else
784 seq_printf(m, "not configured");
785}
Trond Myklebust7e03b7c2012-03-04 18:12:57 -0500786
787static void show_implementation_id(struct seq_file *m, struct nfs_server *nfss)
788{
789 if (nfss->nfs_client && nfss->nfs_client->impl_id) {
790 struct nfs41_impl_id *impl_id = nfss->nfs_client->impl_id;
791 seq_printf(m, "\n\timpl_id:\tname='%s',domain='%s',"
792 "date='%llu,%u'",
793 impl_id->name, impl_id->domain,
794 impl_id->date.seconds, impl_id->date.nseconds);
795 }
796}
H Hartley Sweeten45402c382011-09-02 14:39:12 -0700797#else
Trond Myklebust7e03b7c2012-03-04 18:12:57 -0500798#ifdef CONFIG_NFS_V4
799static void show_pnfs(struct seq_file *m, struct nfs_server *server)
800{
801}
H Hartley Sweeten45402c382011-09-02 14:39:12 -0700802#endif
Trond Myklebust7e03b7c2012-03-04 18:12:57 -0500803static void show_implementation_id(struct seq_file *m, struct nfs_server *nfss)
804{
805}
H Hartley Sweeten45402c382011-09-02 14:39:12 -0700806#endif
David Howellsf7b422b2006-06-09 09:34:33 -0400807
Al Virod861c632011-12-08 21:32:45 -0500808static int nfs_show_devname(struct seq_file *m, struct dentry *root)
Al Viroc7f404b2011-03-16 06:59:40 -0400809{
810 char *page = (char *) __get_free_page(GFP_KERNEL);
811 char *devname, *dummy;
812 int err = 0;
813 if (!page)
814 return -ENOMEM;
Al Virod861c632011-12-08 21:32:45 -0500815 devname = nfs_path(&dummy, root, page, PAGE_SIZE);
Al Viroc7f404b2011-03-16 06:59:40 -0400816 if (IS_ERR(devname))
817 err = PTR_ERR(devname);
818 else
819 seq_escape(m, devname, " \t\n\\");
820 free_page((unsigned long)page);
821 return err;
822}
823
Al Viroa6322de2011-12-08 21:37:57 -0500824static int nfs_show_path(struct seq_file *m, struct dentry *dentry)
Al Viroc7f404b2011-03-16 06:59:40 -0400825{
826 seq_puts(m, "/");
827 return 0;
828}
829
David Howellsf7b422b2006-06-09 09:34:33 -0400830/*
831 * Present statistical information for this VFS mountpoint
832 */
Al Viro64132372011-12-08 20:51:13 -0500833static int nfs_show_stats(struct seq_file *m, struct dentry *root)
David Howellsf7b422b2006-06-09 09:34:33 -0400834{
835 int i, cpu;
Al Viro64132372011-12-08 20:51:13 -0500836 struct nfs_server *nfss = NFS_SB(root->d_sb);
David Howellsf7b422b2006-06-09 09:34:33 -0400837 struct rpc_auth *auth = nfss->client->cl_auth;
838 struct nfs_iostats totals = { };
839
840 seq_printf(m, "statvers=%s", NFS_IOSTAT_VERS);
841
842 /*
843 * Display all mount option settings
844 */
845 seq_printf(m, "\n\topts:\t");
Al Viro64132372011-12-08 20:51:13 -0500846 seq_puts(m, root->d_sb->s_flags & MS_RDONLY ? "ro" : "rw");
847 seq_puts(m, root->d_sb->s_flags & MS_SYNCHRONOUS ? ",sync" : "");
848 seq_puts(m, root->d_sb->s_flags & MS_NOATIME ? ",noatime" : "");
849 seq_puts(m, root->d_sb->s_flags & MS_NODIRATIME ? ",nodiratime" : "");
David Howellsf7b422b2006-06-09 09:34:33 -0400850 nfs_show_mount_options(m, nfss, 1);
851
852 seq_printf(m, "\n\tage:\t%lu", (jiffies - nfss->mount_time) / HZ);
853
Trond Myklebust7e03b7c2012-03-04 18:12:57 -0500854 show_implementation_id(m, nfss);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -0500855
David Howellsf7b422b2006-06-09 09:34:33 -0400856 seq_printf(m, "\n\tcaps:\t");
857 seq_printf(m, "caps=0x%x", nfss->caps);
Chuck Lever2d767432008-03-14 14:10:08 -0400858 seq_printf(m, ",wtmult=%u", nfss->wtmult);
859 seq_printf(m, ",dtsize=%u", nfss->dtsize);
860 seq_printf(m, ",bsize=%u", nfss->bsize);
861 seq_printf(m, ",namlen=%u", nfss->namelen);
David Howellsf7b422b2006-06-09 09:34:33 -0400862
863#ifdef CONFIG_NFS_V4
Trond Myklebust40c553192007-12-14 14:56:07 -0500864 if (nfss->nfs_client->rpc_ops->version == 4) {
David Howellsf7b422b2006-06-09 09:34:33 -0400865 seq_printf(m, "\n\tnfsv4:\t");
866 seq_printf(m, "bm0=0x%x", nfss->attr_bitmask[0]);
867 seq_printf(m, ",bm1=0x%x", nfss->attr_bitmask[1]);
868 seq_printf(m, ",acl=0x%x", nfss->acl_bitmask);
J. Bruce Fieldsae50c0b2011-05-22 19:48:21 +0300869 show_sessions(m, nfss);
870 show_pnfs(m, nfss);
David Howellsf7b422b2006-06-09 09:34:33 -0400871 }
872#endif
873
874 /*
875 * Display security flavor in effect for this mount
876 */
Chuck Lever2d767432008-03-14 14:10:08 -0400877 seq_printf(m, "\n\tsec:\tflavor=%u", auth->au_ops->au_flavor);
David Howellsf7b422b2006-06-09 09:34:33 -0400878 if (auth->au_flavor)
Chuck Lever2d767432008-03-14 14:10:08 -0400879 seq_printf(m, ",pseudoflavor=%u", auth->au_flavor);
David Howellsf7b422b2006-06-09 09:34:33 -0400880
881 /*
882 * Display superblock I/O counters
883 */
884 for_each_possible_cpu(cpu) {
885 struct nfs_iostats *stats;
886
887 preempt_disable();
888 stats = per_cpu_ptr(nfss->io_stats, cpu);
889
890 for (i = 0; i < __NFSIOS_COUNTSMAX; i++)
891 totals.events[i] += stats->events[i];
892 for (i = 0; i < __NFSIOS_BYTESMAX; i++)
893 totals.bytes[i] += stats->bytes[i];
David Howells6a510912009-04-03 16:42:43 +0100894#ifdef CONFIG_NFS_FSCACHE
895 for (i = 0; i < __NFSIOS_FSCACHEMAX; i++)
896 totals.fscache[i] += stats->fscache[i];
897#endif
David Howellsf7b422b2006-06-09 09:34:33 -0400898
899 preempt_enable();
900 }
901
902 seq_printf(m, "\n\tevents:\t");
903 for (i = 0; i < __NFSIOS_COUNTSMAX; i++)
904 seq_printf(m, "%lu ", totals.events[i]);
905 seq_printf(m, "\n\tbytes:\t");
906 for (i = 0; i < __NFSIOS_BYTESMAX; i++)
907 seq_printf(m, "%Lu ", totals.bytes[i]);
David Howells6a510912009-04-03 16:42:43 +0100908#ifdef CONFIG_NFS_FSCACHE
909 if (nfss->options & NFS_OPTION_FSCACHE) {
910 seq_printf(m, "\n\tfsc:\t");
911 for (i = 0; i < __NFSIOS_FSCACHEMAX; i++)
912 seq_printf(m, "%Lu ", totals.bytes[i]);
913 }
914#endif
David Howellsf7b422b2006-06-09 09:34:33 -0400915 seq_printf(m, "\n");
916
917 rpc_print_iostats(m, nfss->client);
918
919 return 0;
920}
921
922/*
923 * Begin unmount by attempting to remove all automounted mountpoints we added
David Howells54ceac42006-08-22 20:06:13 -0400924 * in response to xdev traversals and referrals
David Howellsf7b422b2006-06-09 09:34:33 -0400925 */
Al Viro42faad92008-04-24 07:21:56 -0400926static void nfs_umount_begin(struct super_block *sb)
David Howellsf7b422b2006-06-09 09:34:33 -0400927{
Alessio Igor Bogani67e55202009-04-24 09:06:53 +0200928 struct nfs_server *server;
Trond Myklebustfc6ae3c2007-06-05 19:13:47 -0400929 struct rpc_clnt *rpc;
930
Alessio Igor Bogani67e55202009-04-24 09:06:53 +0200931 server = NFS_SB(sb);
Trond Myklebustfc6ae3c2007-06-05 19:13:47 -0400932 /* -EIO all pending I/O */
933 rpc = server->client_acl;
934 if (!IS_ERR(rpc))
935 rpc_killall_tasks(rpc);
936 rpc = server->client;
937 if (!IS_ERR(rpc))
938 rpc_killall_tasks(rpc);
David Howellsf7b422b2006-06-09 09:34:33 -0400939}
940
Trond Myklebustc5811db2009-10-06 15:40:15 -0400941static struct nfs_parsed_mount_data *nfs_alloc_parsed_mount_data(unsigned int version)
Chuck Lever9423a082009-09-23 14:36:38 -0400942{
943 struct nfs_parsed_mount_data *data;
944
945 data = kzalloc(sizeof(*data), GFP_KERNEL);
946 if (data) {
Chuck Lever9423a082009-09-23 14:36:38 -0400947 data->acregmin = NFS_DEF_ACREGMIN;
948 data->acregmax = NFS_DEF_ACREGMAX;
949 data->acdirmin = NFS_DEF_ACDIRMIN;
950 data->acdirmax = NFS_DEF_ACDIRMAX;
Trond Myklebustc5811db2009-10-06 15:40:15 -0400951 data->mount_server.port = NFS_UNSPEC_PORT;
Chuck Lever9423a082009-09-23 14:36:38 -0400952 data->nfs_server.port = NFS_UNSPEC_PORT;
Trond Myklebustc5811db2009-10-06 15:40:15 -0400953 data->nfs_server.protocol = XPRT_TRANSPORT_TCP;
Chuck Lever9423a082009-09-23 14:36:38 -0400954 data->auth_flavors[0] = RPC_AUTH_UNIX;
955 data->auth_flavor_len = 1;
Trond Myklebustc5811db2009-10-06 15:40:15 -0400956 data->version = version;
Chuck Lever9423a082009-09-23 14:36:38 -0400957 data->minorversion = 0;
Trond Myklebust9937347a2012-02-19 08:44:07 +0100958 data->net = current->nsproxy->net_ns;
Jeff Layton8a0d5512011-12-20 06:57:45 -0500959 security_init_mnt_opts(&data->lsm_opts);
Chuck Lever9423a082009-09-23 14:36:38 -0400960 }
961 return data;
962}
963
Jeff Layton8a0d5512011-12-20 06:57:45 -0500964static void nfs_free_parsed_mount_data(struct nfs_parsed_mount_data *data)
965{
966 if (data) {
967 kfree(data->client_address);
968 kfree(data->mount_server.hostname);
969 kfree(data->nfs_server.export_path);
970 kfree(data->nfs_server.hostname);
971 kfree(data->fscache_uniq);
972 security_free_mnt_opts(&data->lsm_opts);
973 kfree(data);
974 }
975}
976
David Howellsf7b422b2006-06-09 09:34:33 -0400977/*
Chuck Levercdcd7f92007-12-10 14:57:45 -0500978 * Sanity-check a server address provided by the mount command.
979 *
980 * Address family must be initialized, and address must not be
981 * the ANY address for that family.
Chuck Leverfc50d582007-07-01 12:12:46 -0400982 */
983static int nfs_verify_server_address(struct sockaddr *addr)
984{
985 switch (addr->sa_family) {
986 case AF_INET: {
Chuck Levercdcd7f92007-12-10 14:57:45 -0500987 struct sockaddr_in *sa = (struct sockaddr_in *)addr;
Al Viroe6f1ceb2008-03-17 22:44:53 -0700988 return sa->sin_addr.s_addr != htonl(INADDR_ANY);
Chuck Levercdcd7f92007-12-10 14:57:45 -0500989 }
990 case AF_INET6: {
991 struct in6_addr *sa = &((struct sockaddr_in6 *)addr)->sin6_addr;
992 return !ipv6_addr_any(sa);
Chuck Leverfc50d582007-07-01 12:12:46 -0400993 }
994 }
995
Chuck Lever53a0b9c2009-08-09 15:09:36 -0400996 dfprintk(MOUNT, "NFS: Invalid IP address specified\n");
Chuck Leverfc50d582007-07-01 12:12:46 -0400997 return 0;
998}
999
Chuck Lever9412b922007-12-10 14:59:21 -05001000/*
Chuck Lever4cfd74f2009-09-08 19:49:47 -04001001 * Select between a default port value and a user-specified port value.
1002 * If a zero value is set, then autobind will be used.
1003 */
Trond Myklebustf5855fe2009-10-06 15:40:37 -04001004static void nfs_set_port(struct sockaddr *sap, int *port,
Chuck Lever4cfd74f2009-09-08 19:49:47 -04001005 const unsigned short default_port)
1006{
Trond Myklebustf5855fe2009-10-06 15:40:37 -04001007 if (*port == NFS_UNSPEC_PORT)
1008 *port = default_port;
Chuck Lever4cfd74f2009-09-08 19:49:47 -04001009
Trond Myklebustf5855fe2009-10-06 15:40:37 -04001010 rpc_set_port(sap, *port);
Chuck Lever4cfd74f2009-09-08 19:49:47 -04001011}
1012
1013/*
Trond Myklebust259875e2008-07-02 14:43:47 -04001014 * Sanity check the NFS transport protocol.
1015 *
1016 */
1017static void nfs_validate_transport_protocol(struct nfs_parsed_mount_data *mnt)
1018{
1019 switch (mnt->nfs_server.protocol) {
1020 case XPRT_TRANSPORT_UDP:
1021 case XPRT_TRANSPORT_TCP:
1022 case XPRT_TRANSPORT_RDMA:
1023 break;
1024 default:
1025 mnt->nfs_server.protocol = XPRT_TRANSPORT_TCP;
1026 }
1027}
1028
1029/*
1030 * For text based NFSv2/v3 mounts, the mount protocol transport default
1031 * settings should depend upon the specified NFS transport.
1032 */
1033static void nfs_set_mount_transport_protocol(struct nfs_parsed_mount_data *mnt)
1034{
1035 nfs_validate_transport_protocol(mnt);
1036
1037 if (mnt->mount_server.protocol == XPRT_TRANSPORT_UDP ||
1038 mnt->mount_server.protocol == XPRT_TRANSPORT_TCP)
1039 return;
1040 switch (mnt->nfs_server.protocol) {
1041 case XPRT_TRANSPORT_UDP:
1042 mnt->mount_server.protocol = XPRT_TRANSPORT_UDP;
1043 break;
1044 case XPRT_TRANSPORT_TCP:
1045 case XPRT_TRANSPORT_RDMA:
1046 mnt->mount_server.protocol = XPRT_TRANSPORT_TCP;
1047 }
1048}
1049
1050/*
Chuck Lever01060c82008-06-24 16:33:38 -04001051 * Parse the value of the 'sec=' option.
Chuck Lever01060c82008-06-24 16:33:38 -04001052 */
1053static int nfs_parse_security_flavors(char *value,
1054 struct nfs_parsed_mount_data *mnt)
1055{
1056 substring_t args[MAX_OPT_ARGS];
1057
1058 dfprintk(MOUNT, "NFS: parsing sec=%s option\n", value);
1059
1060 switch (match_token(value, nfs_secflavor_tokens, args)) {
1061 case Opt_sec_none:
Chuck Lever01060c82008-06-24 16:33:38 -04001062 mnt->auth_flavors[0] = RPC_AUTH_NULL;
1063 break;
1064 case Opt_sec_sys:
Chuck Lever01060c82008-06-24 16:33:38 -04001065 mnt->auth_flavors[0] = RPC_AUTH_UNIX;
1066 break;
1067 case Opt_sec_krb5:
Chuck Lever01060c82008-06-24 16:33:38 -04001068 mnt->auth_flavors[0] = RPC_AUTH_GSS_KRB5;
1069 break;
1070 case Opt_sec_krb5i:
Chuck Lever01060c82008-06-24 16:33:38 -04001071 mnt->auth_flavors[0] = RPC_AUTH_GSS_KRB5I;
1072 break;
1073 case Opt_sec_krb5p:
Chuck Lever01060c82008-06-24 16:33:38 -04001074 mnt->auth_flavors[0] = RPC_AUTH_GSS_KRB5P;
1075 break;
1076 case Opt_sec_lkey:
Chuck Lever01060c82008-06-24 16:33:38 -04001077 mnt->auth_flavors[0] = RPC_AUTH_GSS_LKEY;
1078 break;
1079 case Opt_sec_lkeyi:
Chuck Lever01060c82008-06-24 16:33:38 -04001080 mnt->auth_flavors[0] = RPC_AUTH_GSS_LKEYI;
1081 break;
1082 case Opt_sec_lkeyp:
Chuck Lever01060c82008-06-24 16:33:38 -04001083 mnt->auth_flavors[0] = RPC_AUTH_GSS_LKEYP;
1084 break;
1085 case Opt_sec_spkm:
Chuck Lever01060c82008-06-24 16:33:38 -04001086 mnt->auth_flavors[0] = RPC_AUTH_GSS_SPKM;
1087 break;
1088 case Opt_sec_spkmi:
Chuck Lever01060c82008-06-24 16:33:38 -04001089 mnt->auth_flavors[0] = RPC_AUTH_GSS_SPKMI;
1090 break;
1091 case Opt_sec_spkmp:
Chuck Lever01060c82008-06-24 16:33:38 -04001092 mnt->auth_flavors[0] = RPC_AUTH_GSS_SPKMP;
1093 break;
1094 default:
1095 return 0;
1096 }
1097
Bryan Schumaker9b7160c2011-04-13 14:31:30 -04001098 mnt->flags |= NFS_MOUNT_SECFLAVOUR;
Chuck Lever059f90b2009-08-09 15:09:31 -04001099 mnt->auth_flavor_len = 1;
Chuck Lever01060c82008-06-24 16:33:38 -04001100 return 1;
1101}
1102
Trond Myklebust0d71b052012-03-02 13:59:49 -05001103static int nfs_parse_version_string(char *string,
1104 struct nfs_parsed_mount_data *mnt,
1105 substring_t *args)
1106{
1107 mnt->flags &= ~NFS_MOUNT_VER3;
1108 switch (match_token(string, nfs_vers_tokens, args)) {
1109 case Opt_vers_2:
1110 mnt->version = 2;
1111 break;
1112 case Opt_vers_3:
1113 mnt->flags |= NFS_MOUNT_VER3;
1114 mnt->version = 3;
1115 break;
1116 case Opt_vers_4:
1117 /* Backward compatibility option. In future,
1118 * the mount program should always supply
1119 * a NFSv4 minor version number.
1120 */
1121 mnt->version = 4;
1122 break;
1123 case Opt_vers_4_0:
1124 mnt->version = 4;
1125 mnt->minorversion = 0;
1126 break;
1127 case Opt_vers_4_1:
1128 mnt->version = 4;
1129 mnt->minorversion = 1;
1130 break;
1131 default:
1132 return 0;
1133 }
1134 return 1;
1135}
1136
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001137static int nfs_get_option_str(substring_t args[], char **option)
1138{
1139 kfree(*option);
1140 *option = match_strdup(args);
1141 return !option;
1142}
1143
1144static int nfs_get_option_ul(substring_t args[], unsigned long *option)
1145{
1146 int rc;
1147 char *string;
1148
1149 string = match_strdup(args);
1150 if (string == NULL)
1151 return -ENOMEM;
1152 rc = strict_strtoul(string, 10, option);
1153 kfree(string);
1154
1155 return rc;
1156}
1157
Chuck Lever01060c82008-06-24 16:33:38 -04001158/*
Chuck Leverbf0fd762007-07-01 12:13:44 -04001159 * Error-check and convert a string of mount options from user space into
Chuck Leverf45663c2008-06-24 19:28:02 -04001160 * a data structure. The whole mount string is processed; bad options are
1161 * skipped as they are encountered. If there were no errors, return 1;
1162 * otherwise return 0 (zero).
Chuck Leverbf0fd762007-07-01 12:13:44 -04001163 */
1164static int nfs_parse_mount_options(char *raw,
1165 struct nfs_parsed_mount_data *mnt)
1166{
Eric Parisf9c3a382008-03-05 14:20:18 -05001167 char *p, *string, *secdata;
Chuck Leverd23c45f2009-06-17 18:02:13 -07001168 int rc, sloppy = 0, invalid_option = 0;
Jeff Laytonee671b02009-12-03 15:58:56 -05001169 unsigned short protofamily = AF_UNSPEC;
1170 unsigned short mountfamily = AF_UNSPEC;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001171
1172 if (!raw) {
1173 dfprintk(MOUNT, "NFS: mount options string was NULL.\n");
1174 return 1;
1175 }
1176 dfprintk(MOUNT, "NFS: nfs mount opts='%s'\n", raw);
1177
Eric Parisf9c3a382008-03-05 14:20:18 -05001178 secdata = alloc_secdata();
1179 if (!secdata)
1180 goto out_nomem;
1181
1182 rc = security_sb_copy_data(raw, secdata);
1183 if (rc)
1184 goto out_security_failure;
1185
1186 rc = security_sb_parse_opts_str(secdata, &mnt->lsm_opts);
1187 if (rc)
1188 goto out_security_failure;
1189
1190 free_secdata(secdata);
1191
Chuck Leverbf0fd762007-07-01 12:13:44 -04001192 while ((p = strsep(&raw, ",")) != NULL) {
1193 substring_t args[MAX_OPT_ARGS];
Chuck Levera5a16ba2009-06-17 18:02:14 -07001194 unsigned long option;
1195 int token;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001196
1197 if (!*p)
1198 continue;
1199
1200 dfprintk(MOUNT, "NFS: parsing nfs mount option '%s'\n", p);
1201
1202 token = match_token(p, nfs_mount_option_tokens, args);
1203 switch (token) {
Chuck Leverf45663c2008-06-24 19:28:02 -04001204
1205 /*
1206 * boolean options: foo/nofoo
1207 */
Chuck Leverbf0fd762007-07-01 12:13:44 -04001208 case Opt_soft:
1209 mnt->flags |= NFS_MOUNT_SOFT;
1210 break;
1211 case Opt_hard:
1212 mnt->flags &= ~NFS_MOUNT_SOFT;
1213 break;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001214 case Opt_posix:
1215 mnt->flags |= NFS_MOUNT_POSIX;
1216 break;
1217 case Opt_noposix:
1218 mnt->flags &= ~NFS_MOUNT_POSIX;
1219 break;
1220 case Opt_cto:
1221 mnt->flags &= ~NFS_MOUNT_NOCTO;
1222 break;
1223 case Opt_nocto:
1224 mnt->flags |= NFS_MOUNT_NOCTO;
1225 break;
1226 case Opt_ac:
1227 mnt->flags &= ~NFS_MOUNT_NOAC;
1228 break;
1229 case Opt_noac:
1230 mnt->flags |= NFS_MOUNT_NOAC;
1231 break;
1232 case Opt_lock:
1233 mnt->flags &= ~NFS_MOUNT_NONLM;
Suresh Jayaraman5eebde22010-09-23 08:55:58 -04001234 mnt->flags &= ~(NFS_MOUNT_LOCAL_FLOCK |
1235 NFS_MOUNT_LOCAL_FCNTL);
Chuck Leverbf0fd762007-07-01 12:13:44 -04001236 break;
1237 case Opt_nolock:
1238 mnt->flags |= NFS_MOUNT_NONLM;
Suresh Jayaraman5eebde22010-09-23 08:55:58 -04001239 mnt->flags |= (NFS_MOUNT_LOCAL_FLOCK |
1240 NFS_MOUNT_LOCAL_FCNTL);
Chuck Leverbf0fd762007-07-01 12:13:44 -04001241 break;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001242 case Opt_udp:
1243 mnt->flags &= ~NFS_MOUNT_TCP;
\"Talpey, Thomas\0896a722007-09-10 13:48:23 -04001244 mnt->nfs_server.protocol = XPRT_TRANSPORT_UDP;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001245 break;
1246 case Opt_tcp:
1247 mnt->flags |= NFS_MOUNT_TCP;
\"Talpey, Thomas\0896a722007-09-10 13:48:23 -04001248 mnt->nfs_server.protocol = XPRT_TRANSPORT_TCP;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001249 break;
\"Talpey, Thomas\2cf7ff72007-09-10 13:49:41 -04001250 case Opt_rdma:
1251 mnt->flags |= NFS_MOUNT_TCP; /* for side protocols */
1252 mnt->nfs_server.protocol = XPRT_TRANSPORT_RDMA;
Tom Talpeya67d18f2009-03-11 14:37:56 -04001253 xprt_load_transport(p);
\"Talpey, Thomas\2cf7ff72007-09-10 13:49:41 -04001254 break;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001255 case Opt_acl:
1256 mnt->flags &= ~NFS_MOUNT_NOACL;
1257 break;
1258 case Opt_noacl:
1259 mnt->flags |= NFS_MOUNT_NOACL;
1260 break;
1261 case Opt_rdirplus:
1262 mnt->flags &= ~NFS_MOUNT_NORDIRPLUS;
1263 break;
1264 case Opt_nordirplus:
1265 mnt->flags |= NFS_MOUNT_NORDIRPLUS;
1266 break;
Trond Myklebust75180df2007-05-16 16:53:28 -04001267 case Opt_sharecache:
1268 mnt->flags &= ~NFS_MOUNT_UNSHARED;
1269 break;
1270 case Opt_nosharecache:
1271 mnt->flags |= NFS_MOUNT_UNSHARED;
1272 break;
Chuck Leverd7403512008-12-23 15:21:37 -05001273 case Opt_resvport:
1274 mnt->flags &= ~NFS_MOUNT_NORESVPORT;
1275 break;
1276 case Opt_noresvport:
1277 mnt->flags |= NFS_MOUNT_NORESVPORT;
1278 break;
David Howellsb797cac2009-04-03 16:42:48 +01001279 case Opt_fscache:
1280 mnt->options |= NFS_OPTION_FSCACHE;
1281 kfree(mnt->fscache_uniq);
1282 mnt->fscache_uniq = NULL;
1283 break;
1284 case Opt_nofscache:
1285 mnt->options &= ~NFS_OPTION_FSCACHE;
1286 kfree(mnt->fscache_uniq);
1287 mnt->fscache_uniq = NULL;
1288 break;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001289
Chuck Leverf45663c2008-06-24 19:28:02 -04001290 /*
1291 * options that take numeric values
1292 */
Chuck Leverbf0fd762007-07-01 12:13:44 -04001293 case Opt_port:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001294 if (nfs_get_option_ul(args, &option) ||
1295 option > USHRT_MAX)
Chuck Leverd23c45f2009-06-17 18:02:13 -07001296 goto out_invalid_value;
1297 mnt->nfs_server.port = option;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001298 break;
1299 case Opt_rsize:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001300 if (nfs_get_option_ul(args, &option))
Chuck Leverd23c45f2009-06-17 18:02:13 -07001301 goto out_invalid_value;
1302 mnt->rsize = option;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001303 break;
1304 case Opt_wsize:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001305 if (nfs_get_option_ul(args, &option))
Chuck Leverd23c45f2009-06-17 18:02:13 -07001306 goto out_invalid_value;
1307 mnt->wsize = option;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001308 break;
1309 case Opt_bsize:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001310 if (nfs_get_option_ul(args, &option))
Chuck Leverd23c45f2009-06-17 18:02:13 -07001311 goto out_invalid_value;
1312 mnt->bsize = option;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001313 break;
1314 case Opt_timeo:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001315 if (nfs_get_option_ul(args, &option) || option == 0)
Chuck Leverd23c45f2009-06-17 18:02:13 -07001316 goto out_invalid_value;
1317 mnt->timeo = option;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001318 break;
1319 case Opt_retrans:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001320 if (nfs_get_option_ul(args, &option) || option == 0)
Chuck Leverd23c45f2009-06-17 18:02:13 -07001321 goto out_invalid_value;
1322 mnt->retrans = option;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001323 break;
1324 case Opt_acregmin:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001325 if (nfs_get_option_ul(args, &option))
Chuck Leverd23c45f2009-06-17 18:02:13 -07001326 goto out_invalid_value;
1327 mnt->acregmin = option;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001328 break;
1329 case Opt_acregmax:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001330 if (nfs_get_option_ul(args, &option))
Chuck Leverd23c45f2009-06-17 18:02:13 -07001331 goto out_invalid_value;
1332 mnt->acregmax = option;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001333 break;
1334 case Opt_acdirmin:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001335 if (nfs_get_option_ul(args, &option))
Chuck Leverd23c45f2009-06-17 18:02:13 -07001336 goto out_invalid_value;
1337 mnt->acdirmin = option;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001338 break;
1339 case Opt_acdirmax:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001340 if (nfs_get_option_ul(args, &option))
Chuck Leverd23c45f2009-06-17 18:02:13 -07001341 goto out_invalid_value;
1342 mnt->acdirmax = option;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001343 break;
1344 case Opt_actimeo:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001345 if (nfs_get_option_ul(args, &option))
Chuck Leverd23c45f2009-06-17 18:02:13 -07001346 goto out_invalid_value;
1347 mnt->acregmin = mnt->acregmax =
1348 mnt->acdirmin = mnt->acdirmax = option;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001349 break;
1350 case Opt_namelen:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001351 if (nfs_get_option_ul(args, &option))
Chuck Leverd23c45f2009-06-17 18:02:13 -07001352 goto out_invalid_value;
1353 mnt->namlen = option;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001354 break;
1355 case Opt_mountport:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001356 if (nfs_get_option_ul(args, &option) ||
1357 option > USHRT_MAX)
Chuck Leverd23c45f2009-06-17 18:02:13 -07001358 goto out_invalid_value;
1359 mnt->mount_server.port = option;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001360 break;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001361 case Opt_mountvers:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001362 if (nfs_get_option_ul(args, &option) ||
Chuck Leverf45663c2008-06-24 19:28:02 -04001363 option < NFS_MNT_VERSION ||
Chuck Leverd23c45f2009-06-17 18:02:13 -07001364 option > NFS_MNT3_VERSION)
1365 goto out_invalid_value;
1366 mnt->mount_server.version = option;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001367 break;
Mike Sager3fd5be92009-04-01 09:21:48 -04001368 case Opt_minorversion:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001369 if (nfs_get_option_ul(args, &option))
Chuck Leverf3f4f4e2009-08-09 15:09:29 -04001370 goto out_invalid_value;
1371 if (option > NFS4_MAX_MINOR_VERSION)
1372 goto out_invalid_value;
1373 mnt->minorversion = option;
Mike Sager3fd5be92009-04-01 09:21:48 -04001374 break;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001375
Chuck Leverf45663c2008-06-24 19:28:02 -04001376 /*
1377 * options that take text values
1378 */
Trond Myklebust0d71b052012-03-02 13:59:49 -05001379 case Opt_nfsvers:
1380 string = match_strdup(args);
1381 if (string == NULL)
1382 goto out_nomem;
1383 rc = nfs_parse_version_string(string, mnt, args);
1384 kfree(string);
1385 if (!rc)
1386 goto out_invalid_value;
1387 break;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001388 case Opt_sec:
1389 string = match_strdup(args);
1390 if (string == NULL)
1391 goto out_nomem;
Chuck Lever01060c82008-06-24 16:33:38 -04001392 rc = nfs_parse_security_flavors(string, mnt);
Chuck Leverbf0fd762007-07-01 12:13:44 -04001393 kfree(string);
Chuck Leverf45663c2008-06-24 19:28:02 -04001394 if (!rc) {
Chuck Leverf45663c2008-06-24 19:28:02 -04001395 dfprintk(MOUNT, "NFS: unrecognized "
1396 "security flavor\n");
Chuck Leverd23c45f2009-06-17 18:02:13 -07001397 return 0;
Chuck Leverf45663c2008-06-24 19:28:02 -04001398 }
Chuck Leverbf0fd762007-07-01 12:13:44 -04001399 break;
1400 case Opt_proto:
1401 string = match_strdup(args);
1402 if (string == NULL)
1403 goto out_nomem;
1404 token = match_token(string,
1405 nfs_xprt_protocol_tokens, args);
Chuck Leverbf0fd762007-07-01 12:13:44 -04001406
Jeff Laytonee671b02009-12-03 15:58:56 -05001407 protofamily = AF_INET;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001408 switch (token) {
Jeff Laytonee671b02009-12-03 15:58:56 -05001409 case Opt_xprt_udp6:
1410 protofamily = AF_INET6;
Chuck Leverfdb66ff2007-08-29 17:58:57 -04001411 case Opt_xprt_udp:
Chuck Leverbf0fd762007-07-01 12:13:44 -04001412 mnt->flags &= ~NFS_MOUNT_TCP;
\"Talpey, Thomas\0896a722007-09-10 13:48:23 -04001413 mnt->nfs_server.protocol = XPRT_TRANSPORT_UDP;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001414 break;
Jeff Laytonee671b02009-12-03 15:58:56 -05001415 case Opt_xprt_tcp6:
1416 protofamily = AF_INET6;
Chuck Leverfdb66ff2007-08-29 17:58:57 -04001417 case Opt_xprt_tcp:
Chuck Leverbf0fd762007-07-01 12:13:44 -04001418 mnt->flags |= NFS_MOUNT_TCP;
\"Talpey, Thomas\0896a722007-09-10 13:48:23 -04001419 mnt->nfs_server.protocol = XPRT_TRANSPORT_TCP;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001420 break;
\"Talpey, Thomas\2cf7ff72007-09-10 13:49:41 -04001421 case Opt_xprt_rdma:
1422 /* vector side protocols to TCP */
1423 mnt->flags |= NFS_MOUNT_TCP;
1424 mnt->nfs_server.protocol = XPRT_TRANSPORT_RDMA;
Tom Talpeya67d18f2009-03-11 14:37:56 -04001425 xprt_load_transport(string);
\"Talpey, Thomas\2cf7ff72007-09-10 13:49:41 -04001426 break;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001427 default:
Chuck Leverf45663c2008-06-24 19:28:02 -04001428 dfprintk(MOUNT, "NFS: unrecognized "
1429 "transport protocol\n");
Yinghai Lu4223a4a2009-10-20 14:13:46 +09001430 kfree(string);
Chuck Leverd23c45f2009-06-17 18:02:13 -07001431 return 0;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001432 }
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001433 kfree(string);
Chuck Leverbf0fd762007-07-01 12:13:44 -04001434 break;
1435 case Opt_mountproto:
1436 string = match_strdup(args);
1437 if (string == NULL)
1438 goto out_nomem;
1439 token = match_token(string,
1440 nfs_xprt_protocol_tokens, args);
Trond Myklebustd508afb2009-04-06 16:41:35 -07001441 kfree(string);
Chuck Leverbf0fd762007-07-01 12:13:44 -04001442
Jeff Laytonee671b02009-12-03 15:58:56 -05001443 mountfamily = AF_INET;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001444 switch (token) {
Jeff Laytonee671b02009-12-03 15:58:56 -05001445 case Opt_xprt_udp6:
1446 mountfamily = AF_INET6;
Chuck Leverfdb66ff2007-08-29 17:58:57 -04001447 case Opt_xprt_udp:
\"Talpey, Thomas\0896a722007-09-10 13:48:23 -04001448 mnt->mount_server.protocol = XPRT_TRANSPORT_UDP;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001449 break;
Jeff Laytonee671b02009-12-03 15:58:56 -05001450 case Opt_xprt_tcp6:
1451 mountfamily = AF_INET6;
Chuck Leverfdb66ff2007-08-29 17:58:57 -04001452 case Opt_xprt_tcp:
\"Talpey, Thomas\0896a722007-09-10 13:48:23 -04001453 mnt->mount_server.protocol = XPRT_TRANSPORT_TCP;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001454 break;
\"Talpey, Thomas\2cf7ff72007-09-10 13:49:41 -04001455 case Opt_xprt_rdma: /* not used for side protocols */
Chuck Leverbf0fd762007-07-01 12:13:44 -04001456 default:
Chuck Leverf45663c2008-06-24 19:28:02 -04001457 dfprintk(MOUNT, "NFS: unrecognized "
1458 "transport protocol\n");
Chuck Leverd23c45f2009-06-17 18:02:13 -07001459 return 0;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001460 }
1461 break;
1462 case Opt_addr:
1463 string = match_strdup(args);
1464 if (string == NULL)
1465 goto out_nomem;
Chuck Lever53a0b9c2009-08-09 15:09:36 -04001466 mnt->nfs_server.addrlen =
Stanislav Kinsburskyb48e1272012-01-26 15:11:57 +04001467 rpc_pton(mnt->net, string, strlen(string),
Chuck Lever53a0b9c2009-08-09 15:09:36 -04001468 (struct sockaddr *)
1469 &mnt->nfs_server.address,
1470 sizeof(mnt->nfs_server.address));
Chuck Leverbf0fd762007-07-01 12:13:44 -04001471 kfree(string);
Chuck Lever53a0b9c2009-08-09 15:09:36 -04001472 if (mnt->nfs_server.addrlen == 0)
1473 goto out_invalid_address;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001474 break;
1475 case Opt_clientaddr:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001476 if (nfs_get_option_str(args, &mnt->client_address))
Chuck Leverbf0fd762007-07-01 12:13:44 -04001477 goto out_nomem;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001478 break;
Chuck Lever33832032007-12-10 14:59:13 -05001479 case Opt_mounthost:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001480 if (nfs_get_option_str(args,
1481 &mnt->mount_server.hostname))
Chuck Lever33832032007-12-10 14:59:13 -05001482 goto out_nomem;
Chuck Lever33832032007-12-10 14:59:13 -05001483 break;
Chuck Lever0ac83772007-09-11 18:01:04 -04001484 case Opt_mountaddr:
Chuck Leverbf0fd762007-07-01 12:13:44 -04001485 string = match_strdup(args);
1486 if (string == NULL)
1487 goto out_nomem;
Chuck Lever53a0b9c2009-08-09 15:09:36 -04001488 mnt->mount_server.addrlen =
Stanislav Kinsburskyb48e1272012-01-26 15:11:57 +04001489 rpc_pton(mnt->net, string, strlen(string),
Chuck Lever53a0b9c2009-08-09 15:09:36 -04001490 (struct sockaddr *)
1491 &mnt->mount_server.address,
1492 sizeof(mnt->mount_server.address));
Chuck Leverbf0fd762007-07-01 12:13:44 -04001493 kfree(string);
Chuck Lever53a0b9c2009-08-09 15:09:36 -04001494 if (mnt->mount_server.addrlen == 0)
1495 goto out_invalid_address;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001496 break;
Trond Myklebust7973c1f2008-07-15 17:58:14 -04001497 case Opt_lookupcache:
1498 string = match_strdup(args);
1499 if (string == NULL)
1500 goto out_nomem;
1501 token = match_token(string,
1502 nfs_lookupcache_tokens, args);
1503 kfree(string);
1504 switch (token) {
1505 case Opt_lookupcache_all:
1506 mnt->flags &= ~(NFS_MOUNT_LOOKUP_CACHE_NONEG|NFS_MOUNT_LOOKUP_CACHE_NONE);
1507 break;
1508 case Opt_lookupcache_positive:
1509 mnt->flags &= ~NFS_MOUNT_LOOKUP_CACHE_NONE;
1510 mnt->flags |= NFS_MOUNT_LOOKUP_CACHE_NONEG;
1511 break;
1512 case Opt_lookupcache_none:
1513 mnt->flags |= NFS_MOUNT_LOOKUP_CACHE_NONEG|NFS_MOUNT_LOOKUP_CACHE_NONE;
1514 break;
1515 default:
Trond Myklebust7973c1f2008-07-15 17:58:14 -04001516 dfprintk(MOUNT, "NFS: invalid "
1517 "lookupcache argument\n");
Chuck Leverd23c45f2009-06-17 18:02:13 -07001518 return 0;
Trond Myklebust7973c1f2008-07-15 17:58:14 -04001519 };
1520 break;
Chuck Levera6d5ff62010-05-07 13:33:58 -04001521 case Opt_fscache_uniq:
Rob Landleyc5cb09b2011-03-09 16:02:37 -06001522 if (nfs_get_option_str(args, &mnt->fscache_uniq))
Chuck Levera6d5ff62010-05-07 13:33:58 -04001523 goto out_nomem;
Chuck Levera6d5ff62010-05-07 13:33:58 -04001524 mnt->options |= NFS_OPTION_FSCACHE;
1525 break;
Suresh Jayaraman5eebde22010-09-23 08:55:58 -04001526 case Opt_local_lock:
1527 string = match_strdup(args);
1528 if (string == NULL)
1529 goto out_nomem;
1530 token = match_token(string, nfs_local_lock_tokens,
1531 args);
1532 kfree(string);
1533 switch (token) {
1534 case Opt_local_lock_all:
1535 mnt->flags |= (NFS_MOUNT_LOCAL_FLOCK |
1536 NFS_MOUNT_LOCAL_FCNTL);
1537 break;
1538 case Opt_local_lock_flock:
1539 mnt->flags |= NFS_MOUNT_LOCAL_FLOCK;
1540 break;
1541 case Opt_local_lock_posix:
1542 mnt->flags |= NFS_MOUNT_LOCAL_FCNTL;
1543 break;
1544 case Opt_local_lock_none:
1545 mnt->flags &= ~(NFS_MOUNT_LOCAL_FLOCK |
1546 NFS_MOUNT_LOCAL_FCNTL);
1547 break;
1548 default:
1549 dfprintk(MOUNT, "NFS: invalid "
1550 "local_lock argument\n");
1551 return 0;
1552 };
1553 break;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001554
Chuck Leverf45663c2008-06-24 19:28:02 -04001555 /*
1556 * Special options
1557 */
1558 case Opt_sloppy:
1559 sloppy = 1;
1560 dfprintk(MOUNT, "NFS: relaxing parsing rules\n");
1561 break;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001562 case Opt_userspace:
1563 case Opt_deprecated:
Chuck Leverd33e4df2008-06-12 12:37:41 -04001564 dfprintk(MOUNT, "NFS: ignoring mount option "
1565 "'%s'\n", p);
Chuck Leverbf0fd762007-07-01 12:13:44 -04001566 break;
1567
1568 default:
Chuck Leverd23c45f2009-06-17 18:02:13 -07001569 invalid_option = 1;
Chuck Leverf45663c2008-06-24 19:28:02 -04001570 dfprintk(MOUNT, "NFS: unrecognized mount option "
1571 "'%s'\n", p);
Chuck Leverbf0fd762007-07-01 12:13:44 -04001572 }
1573 }
1574
Chuck Leverd23c45f2009-06-17 18:02:13 -07001575 if (!sloppy && invalid_option)
1576 return 0;
1577
Weston Andros Adamson571b7552012-02-01 14:06:41 -05001578 if (mnt->minorversion && mnt->version != 4)
1579 goto out_minorversion_mismatch;
1580
Jeff Laytonee671b02009-12-03 15:58:56 -05001581 /*
1582 * verify that any proto=/mountproto= options match the address
1583 * familiies in the addr=/mountaddr= options.
1584 */
1585 if (protofamily != AF_UNSPEC &&
1586 protofamily != mnt->nfs_server.address.ss_family)
1587 goto out_proto_mismatch;
1588
1589 if (mountfamily != AF_UNSPEC) {
1590 if (mnt->mount_server.addrlen) {
1591 if (mountfamily != mnt->mount_server.address.ss_family)
1592 goto out_mountproto_mismatch;
1593 } else {
1594 if (mountfamily != mnt->nfs_server.address.ss_family)
1595 goto out_mountproto_mismatch;
1596 }
1597 }
1598
Chuck Leverbf0fd762007-07-01 12:13:44 -04001599 return 1;
1600
Jeff Laytonee671b02009-12-03 15:58:56 -05001601out_mountproto_mismatch:
1602 printk(KERN_INFO "NFS: mount server address does not match mountproto= "
1603 "option\n");
1604 return 0;
1605out_proto_mismatch:
1606 printk(KERN_INFO "NFS: server address does not match proto= option\n");
1607 return 0;
Chuck Lever53a0b9c2009-08-09 15:09:36 -04001608out_invalid_address:
1609 printk(KERN_INFO "NFS: bad IP address specified: %s\n", p);
1610 return 0;
Chuck Leverd23c45f2009-06-17 18:02:13 -07001611out_invalid_value:
Chuck Lever53a0b9c2009-08-09 15:09:36 -04001612 printk(KERN_INFO "NFS: bad mount option value specified: %s\n", p);
Chuck Leverd23c45f2009-06-17 18:02:13 -07001613 return 0;
Weston Andros Adamson571b7552012-02-01 14:06:41 -05001614out_minorversion_mismatch:
1615 printk(KERN_INFO "NFS: mount option vers=%u does not support "
1616 "minorversion=%u\n", mnt->version, mnt->minorversion);
1617 return 0;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001618out_nomem:
1619 printk(KERN_INFO "NFS: not enough memory to parse option\n");
1620 return 0;
Eric Parisf9c3a382008-03-05 14:20:18 -05001621out_security_failure:
1622 free_secdata(secdata);
1623 printk(KERN_INFO "NFS: security options invalid: %d\n", rc);
1624 return 0;
Chuck Leverbf0fd762007-07-01 12:13:44 -04001625}
1626
1627/*
Chuck Leverec88f282009-08-09 15:09:32 -04001628 * Match the requested auth flavors with the list returned by
1629 * the server. Returns zero and sets the mount's authentication
1630 * flavor on success; returns -EACCES if server does not support
1631 * the requested flavor.
1632 */
1633static int nfs_walk_authlist(struct nfs_parsed_mount_data *args,
1634 struct nfs_mount_request *request)
1635{
1636 unsigned int i, j, server_authlist_len = *(request->auth_flav_len);
1637
1638 /*
Chuck Lever5eecfde2009-08-21 17:50:30 -04001639 * Certain releases of Linux's mountd return an empty
1640 * flavor list. To prevent behavioral regression with
1641 * these servers (ie. rejecting mounts that used to
1642 * succeed), revert to pre-2.6.32 behavior (no checking)
1643 * if the returned flavor list is empty.
1644 */
1645 if (server_authlist_len == 0)
1646 return 0;
1647
1648 /*
Chuck Leverec88f282009-08-09 15:09:32 -04001649 * We avoid sophisticated negotiating here, as there are
1650 * plenty of cases where we can get it wrong, providing
1651 * either too little or too much security.
1652 *
1653 * RFC 2623, section 2.7 suggests we SHOULD prefer the
1654 * flavor listed first. However, some servers list
1655 * AUTH_NULL first. Our caller plants AUTH_SYS, the
1656 * preferred default, in args->auth_flavors[0] if user
1657 * didn't specify sec= mount option.
1658 */
1659 for (i = 0; i < args->auth_flavor_len; i++)
1660 for (j = 0; j < server_authlist_len; j++)
1661 if (args->auth_flavors[i] == request->auth_flavs[j]) {
1662 dfprintk(MOUNT, "NFS: using auth flavor %d\n",
1663 request->auth_flavs[j]);
1664 args->auth_flavors[0] = request->auth_flavs[j];
1665 return 0;
1666 }
1667
1668 dfprintk(MOUNT, "NFS: server does not support requested auth flavor\n");
1669 nfs_umount(request);
1670 return -EACCES;
1671}
1672
1673/*
Chuck Lever0076d7b2007-07-01 12:13:49 -04001674 * Use the remote server's MOUNT service to request the NFS file handle
1675 * corresponding to the provided path.
1676 */
1677static int nfs_try_mount(struct nfs_parsed_mount_data *args,
1678 struct nfs_fh *root_fh)
1679{
Chuck Leverec88f282009-08-09 15:09:32 -04001680 rpc_authflavor_t server_authlist[NFS_MAX_SECFLAVORS];
1681 unsigned int server_authlist_len = ARRAY_SIZE(server_authlist);
Chuck Leverc5d120f2008-12-23 15:21:35 -05001682 struct nfs_mount_request request = {
1683 .sap = (struct sockaddr *)
1684 &args->mount_server.address,
1685 .dirpath = args->nfs_server.export_path,
1686 .protocol = args->mount_server.protocol,
1687 .fh = root_fh,
Chuck Lever50a737f2008-12-23 15:21:37 -05001688 .noresvport = args->flags & NFS_MOUNT_NORESVPORT,
Chuck Leverec88f282009-08-09 15:09:32 -04001689 .auth_flav_len = &server_authlist_len,
1690 .auth_flavs = server_authlist,
Stanislav Kinsbursky6d59b8d2012-01-10 16:12:54 +04001691 .net = args->net,
Chuck Leverc5d120f2008-12-23 15:21:35 -05001692 };
Chuck Lever4c568012007-12-10 14:59:28 -05001693 int status;
Chuck Lever0076d7b2007-07-01 12:13:49 -04001694
1695 if (args->mount_server.version == 0) {
Trond Myklebust8a6e5de2009-09-23 14:36:37 -04001696 switch (args->version) {
1697 default:
1698 args->mount_server.version = NFS_MNT3_VERSION;
1699 break;
1700 case 2:
1701 args->mount_server.version = NFS_MNT_VERSION;
1702 }
Chuck Lever0076d7b2007-07-01 12:13:49 -04001703 }
Chuck Leverc5d120f2008-12-23 15:21:35 -05001704 request.version = args->mount_server.version;
Chuck Lever0076d7b2007-07-01 12:13:49 -04001705
Chuck Lever33832032007-12-10 14:59:13 -05001706 if (args->mount_server.hostname)
Chuck Leverc5d120f2008-12-23 15:21:35 -05001707 request.hostname = args->mount_server.hostname;
Chuck Lever33832032007-12-10 14:59:13 -05001708 else
Chuck Leverc5d120f2008-12-23 15:21:35 -05001709 request.hostname = args->nfs_server.hostname;
Chuck Lever33832032007-12-10 14:59:13 -05001710
Chuck Lever0076d7b2007-07-01 12:13:49 -04001711 /*
1712 * Construct the mount server's address.
1713 */
Chuck Lever4c568012007-12-10 14:59:28 -05001714 if (args->mount_server.address.ss_family == AF_UNSPEC) {
Chuck Leverc5d120f2008-12-23 15:21:35 -05001715 memcpy(request.sap, &args->nfs_server.address,
Chuck Lever4c568012007-12-10 14:59:28 -05001716 args->nfs_server.addrlen);
1717 args->mount_server.addrlen = args->nfs_server.addrlen;
1718 }
Chuck Leverc5d120f2008-12-23 15:21:35 -05001719 request.salen = args->mount_server.addrlen;
Trond Myklebustf5855fe2009-10-06 15:40:37 -04001720 nfs_set_port(request.sap, &args->mount_server.port, 0);
Chuck Lever0076d7b2007-07-01 12:13:49 -04001721
1722 /*
1723 * Now ask the mount server to map our export path
1724 * to a file handle.
1725 */
Chuck Leverc5d120f2008-12-23 15:21:35 -05001726 status = nfs_mount(&request);
Chuck Leverec88f282009-08-09 15:09:32 -04001727 if (status != 0) {
1728 dfprintk(MOUNT, "NFS: unable to mount server %s, error %d\n",
1729 request.hostname, status);
1730 return status;
1731 }
Chuck Lever0076d7b2007-07-01 12:13:49 -04001732
Chuck Leverec88f282009-08-09 15:09:32 -04001733 /*
1734 * MNTv1 (NFSv2) does not support auth flavor negotiation.
1735 */
1736 if (args->mount_server.version != NFS_MNT3_VERSION)
1737 return 0;
1738 return nfs_walk_authlist(args, &request);
Chuck Lever0076d7b2007-07-01 12:13:49 -04001739}
1740
Rob Landleyc12bace2011-03-09 15:54:13 -06001741/*
1742 * Split "dev_name" into "hostname:export_path".
1743 *
1744 * The leftmost colon demarks the split between the server's hostname
1745 * and the export path. If the hostname starts with a left square
1746 * bracket, then it may contain colons.
1747 *
1748 * Note: caller frees hostname and export path, even on error.
1749 */
1750static int nfs_parse_devname(const char *dev_name,
1751 char **hostname, size_t maxnamlen,
1752 char **export_path, size_t maxpathlen)
Chuck Leverdc045892008-06-23 12:36:37 -04001753{
1754 size_t len;
Rob Landleyc12bace2011-03-09 15:54:13 -06001755 char *end;
Chuck Leverdc045892008-06-23 12:36:37 -04001756
Rob Landleyc12bace2011-03-09 15:54:13 -06001757 /* Is the host name protected with square brakcets? */
1758 if (*dev_name == '[') {
1759 end = strchr(++dev_name, ']');
1760 if (end == NULL || end[1] != ':')
1761 goto out_bad_devname;
Chuck Leverdc045892008-06-23 12:36:37 -04001762
Rob Landleyc12bace2011-03-09 15:54:13 -06001763 len = end - dev_name;
1764 end++;
1765 } else {
1766 char *comma;
1767
1768 end = strchr(dev_name, ':');
1769 if (end == NULL)
1770 goto out_bad_devname;
1771 len = end - dev_name;
1772
1773 /* kill possible hostname list: not supported */
1774 comma = strchr(dev_name, ',');
1775 if (comma != NULL && comma < end)
1776 *comma = 0;
1777 }
1778
Chuck Leverdc045892008-06-23 12:36:37 -04001779 if (len > maxnamlen)
1780 goto out_hostname;
1781
1782 /* N.B. caller will free nfs_server.hostname in all cases */
1783 *hostname = kstrndup(dev_name, len, GFP_KERNEL);
Rob Landleyc12bace2011-03-09 15:54:13 -06001784 if (*hostname == NULL)
Chuck Leverdc045892008-06-23 12:36:37 -04001785 goto out_nomem;
Rob Landleyc12bace2011-03-09 15:54:13 -06001786 len = strlen(++end);
Chuck Leverdc045892008-06-23 12:36:37 -04001787 if (len > maxpathlen)
1788 goto out_path;
Rob Landleyc12bace2011-03-09 15:54:13 -06001789 *export_path = kstrndup(end, len, GFP_KERNEL);
Chuck Leverdc045892008-06-23 12:36:37 -04001790 if (!*export_path)
1791 goto out_nomem;
1792
1793 dfprintk(MOUNT, "NFS: MNTPATH: '%s'\n", *export_path);
1794 return 0;
1795
1796out_bad_devname:
1797 dfprintk(MOUNT, "NFS: device name not in host:path format\n");
1798 return -EINVAL;
1799
1800out_nomem:
1801 dfprintk(MOUNT, "NFS: not enough memory to parse device name\n");
1802 return -ENOMEM;
1803
1804out_hostname:
1805 dfprintk(MOUNT, "NFS: server hostname too long\n");
1806 return -ENAMETOOLONG;
1807
1808out_path:
1809 dfprintk(MOUNT, "NFS: export pathname too long\n");
1810 return -ENAMETOOLONG;
1811}
1812
1813/*
David Howells54ceac42006-08-22 20:06:13 -04001814 * Validate the NFS2/NFS3 mount data
1815 * - fills in the mount root filehandle
Chuck Lever136d5582007-07-01 12:13:54 -04001816 *
1817 * For option strings, user space handles the following behaviors:
1818 *
1819 * + DNS: mapping server host name to IP address ("addr=" option)
1820 *
1821 * + failure mode: how to behave if a mount request can't be handled
1822 * immediately ("fg/bg" option)
1823 *
1824 * + retry: how often to retry a mount request ("retry=" option)
1825 *
1826 * + breaking back: trying proto=udp after proto=tcp, v2 after v3,
1827 * mountproto=tcp after mountproto=udp, and so on
David Howellsf7b422b2006-06-09 09:34:33 -04001828 */
\"Talpey, Thomas\2283f8d2007-09-10 13:43:56 -04001829static int nfs_validate_mount_data(void *options,
1830 struct nfs_parsed_mount_data *args,
Chuck Lever136d5582007-07-01 12:13:54 -04001831 struct nfs_fh *mntfh,
1832 const char *dev_name)
David Howellsf7b422b2006-06-09 09:34:33 -04001833{
\"Talpey, Thomas\2283f8d2007-09-10 13:43:56 -04001834 struct nfs_mount_data *data = (struct nfs_mount_data *)options;
Chuck Lever4cfd74f2009-09-08 19:49:47 -04001835 struct sockaddr *sap = (struct sockaddr *)&args->nfs_server.address;
Chuck Lever136d5582007-07-01 12:13:54 -04001836
Chuck Lever5df36e72007-07-01 12:12:56 -04001837 if (data == NULL)
1838 goto out_no_data;
David Howells54ceac42006-08-22 20:06:13 -04001839
David Howellsf7b422b2006-06-09 09:34:33 -04001840 switch (data->version) {
Chuck Lever5df36e72007-07-01 12:12:56 -04001841 case 1:
1842 data->namlen = 0;
1843 case 2:
1844 data->bsize = 0;
1845 case 3:
1846 if (data->flags & NFS_MOUNT_VER3)
1847 goto out_no_v3;
1848 data->root.size = NFS2_FHSIZE;
1849 memcpy(data->root.data, data->old_root.data, NFS2_FHSIZE);
1850 case 4:
1851 if (data->flags & NFS_MOUNT_SECFLAVOUR)
1852 goto out_no_sec;
1853 case 5:
1854 memset(data->context, 0, sizeof(data->context));
1855 case 6:
Trond Myklebustb7e24452008-06-19 15:21:11 -04001856 if (data->flags & NFS_MOUNT_VER3) {
1857 if (data->root.size > NFS3_FHSIZE || data->root.size == 0)
1858 goto out_invalid_fh;
Chuck Lever5df36e72007-07-01 12:12:56 -04001859 mntfh->size = data->root.size;
Chuck Lever764302c2009-09-08 19:50:03 -04001860 args->version = 3;
1861 } else {
Chuck Lever5df36e72007-07-01 12:12:56 -04001862 mntfh->size = NFS2_FHSIZE;
Chuck Lever764302c2009-09-08 19:50:03 -04001863 args->version = 2;
1864 }
Chuck Lever5df36e72007-07-01 12:12:56 -04001865
Chuck Lever5df36e72007-07-01 12:12:56 -04001866
1867 memcpy(mntfh->data, data->root.data, mntfh->size);
1868 if (mntfh->size < sizeof(mntfh->data))
1869 memset(mntfh->data + mntfh->size, 0,
1870 sizeof(mntfh->data) - mntfh->size);
Chuck Lever6e88e062007-09-24 15:39:50 -04001871
\"Talpey, Thomas\2283f8d2007-09-10 13:43:56 -04001872 /*
1873 * Translate to nfs_parsed_mount_data, which nfs_fill_super
1874 * can deal with.
1875 */
Trond Myklebustff3525a2008-08-15 16:59:14 -04001876 args->flags = data->flags & NFS_MOUNT_FLAGMASK;
Bryan Schumakerd5eff1a2010-08-03 13:04:00 -04001877 args->flags |= NFS_MOUNT_LEGACY_INTERFACE;
\"Talpey, Thomas\2283f8d2007-09-10 13:43:56 -04001878 args->rsize = data->rsize;
1879 args->wsize = data->wsize;
\"Talpey, Thomas\2283f8d2007-09-10 13:43:56 -04001880 args->timeo = data->timeo;
1881 args->retrans = data->retrans;
1882 args->acregmin = data->acregmin;
1883 args->acregmax = data->acregmax;
1884 args->acdirmin = data->acdirmin;
1885 args->acdirmax = data->acdirmax;
Chuck Lever4c568012007-12-10 14:59:28 -05001886
Chuck Lever4cfd74f2009-09-08 19:49:47 -04001887 memcpy(sap, &data->addr, sizeof(data->addr));
Chuck Lever4c568012007-12-10 14:59:28 -05001888 args->nfs_server.addrlen = sizeof(data->addr);
Chuck Lever4cfd74f2009-09-08 19:49:47 -04001889 if (!nfs_verify_server_address(sap))
Chuck Lever4c568012007-12-10 14:59:28 -05001890 goto out_no_address;
1891
\"Talpey, Thomas\2283f8d2007-09-10 13:43:56 -04001892 if (!(data->flags & NFS_MOUNT_TCP))
\"Talpey, Thomas\0896a722007-09-10 13:48:23 -04001893 args->nfs_server.protocol = XPRT_TRANSPORT_UDP;
\"Talpey, Thomas\2283f8d2007-09-10 13:43:56 -04001894 /* N.B. caller will free nfs_server.hostname in all cases */
1895 args->nfs_server.hostname = kstrdup(data->hostname, GFP_KERNEL);
1896 args->namlen = data->namlen;
1897 args->bsize = data->bsize;
Chuck Leverdd07c942008-06-24 16:33:46 -04001898
1899 if (data->flags & NFS_MOUNT_SECFLAVOUR)
1900 args->auth_flavors[0] = data->pseudoflavor;
Cyrill Gorcunov63649bd2008-04-17 20:42:09 +04001901 if (!args->nfs_server.hostname)
1902 goto out_nomem;
Eric Parisf9c3a382008-03-05 14:20:18 -05001903
Suresh Jayaraman5eebde22010-09-23 08:55:58 -04001904 if (!(data->flags & NFS_MOUNT_NONLM))
1905 args->flags &= ~(NFS_MOUNT_LOCAL_FLOCK|
1906 NFS_MOUNT_LOCAL_FCNTL);
1907 else
1908 args->flags |= (NFS_MOUNT_LOCAL_FLOCK|
1909 NFS_MOUNT_LOCAL_FCNTL);
Eric Parisf9c3a382008-03-05 14:20:18 -05001910 /*
1911 * The legacy version 6 binary mount data from userspace has a
1912 * field used only to transport selinux information into the
1913 * the kernel. To continue to support that functionality we
1914 * have a touch of selinux knowledge here in the NFS code. The
1915 * userspace code converted context=blah to just blah so we are
1916 * converting back to the full string selinux understands.
1917 */
1918 if (data->context[0]){
1919#ifdef CONFIG_SECURITY_SELINUX
1920 int rc;
1921 char *opts_str = kmalloc(sizeof(data->context) + 8, GFP_KERNEL);
1922 if (!opts_str)
1923 return -ENOMEM;
1924 strcpy(opts_str, "context=");
1925 data->context[NFS_MAX_CONTEXT_LEN] = '\0';
1926 strcat(opts_str, &data->context[0]);
1927 rc = security_sb_parse_opts_str(opts_str, &args->lsm_opts);
1928 kfree(opts_str);
1929 if (rc)
1930 return rc;
1931#else
1932 return -EINVAL;
1933#endif
1934 }
1935
Chuck Lever5df36e72007-07-01 12:12:56 -04001936 break;
Chuck Lever136d5582007-07-01 12:13:54 -04001937 default: {
Chuck Lever136d5582007-07-01 12:13:54 -04001938 int status;
Chuck Lever136d5582007-07-01 12:13:54 -04001939
\"Talpey, Thomas\2283f8d2007-09-10 13:43:56 -04001940 if (nfs_parse_mount_options((char *)options, args) == 0)
Chuck Lever136d5582007-07-01 12:13:54 -04001941 return -EINVAL;
1942
Chuck Lever4cfd74f2009-09-08 19:49:47 -04001943 if (!nfs_verify_server_address(sap))
Chuck Lever6e88e062007-09-24 15:39:50 -04001944 goto out_no_address;
1945
Chuck Lever764302c2009-09-08 19:50:03 -04001946 if (args->version == 4)
1947#ifdef CONFIG_NFS_V4
1948 return nfs4_validate_text_mount_data(options,
1949 args, dev_name);
1950#else
1951 goto out_v4_not_compiled;
1952#endif
1953
Trond Myklebustf5855fe2009-10-06 15:40:37 -04001954 nfs_set_port(sap, &args->nfs_server.port, 0);
Chuck Levered596a82008-06-26 17:47:05 -04001955
Trond Myklebust259875e2008-07-02 14:43:47 -04001956 nfs_set_mount_transport_protocol(args);
1957
Chuck Leverdc045892008-06-23 12:36:37 -04001958 status = nfs_parse_devname(dev_name,
1959 &args->nfs_server.hostname,
1960 PAGE_SIZE,
1961 &args->nfs_server.export_path,
1962 NFS_MAXPATHLEN);
1963 if (!status)
1964 status = nfs_try_mount(args, mntfh);
Chuck Lever136d5582007-07-01 12:13:54 -04001965
Chuck Leverdc045892008-06-23 12:36:37 -04001966 kfree(args->nfs_server.export_path);
1967 args->nfs_server.export_path = NULL;
Chuck Lever136d5582007-07-01 12:13:54 -04001968
Chuck Lever136d5582007-07-01 12:13:54 -04001969 if (status)
Chuck Leverfdc6e2c2007-08-29 17:58:59 -04001970 return status;
Chuck Lever136d5582007-07-01 12:13:54 -04001971
Chuck Lever136d5582007-07-01 12:13:54 -04001972 break;
1973 }
David Howellsf7b422b2006-06-09 09:34:33 -04001974 }
David Howells54ceac42006-08-22 20:06:13 -04001975
David Howellsf7b422b2006-06-09 09:34:33 -04001976#ifndef CONFIG_NFS_V3
Trond Myklebust8a6e5de2009-09-23 14:36:37 -04001977 if (args->version == 3)
Chuck Lever5df36e72007-07-01 12:12:56 -04001978 goto out_v3_not_compiled;
1979#endif /* !CONFIG_NFS_V3 */
David Howells54ceac42006-08-22 20:06:13 -04001980
David Howells54ceac42006-08-22 20:06:13 -04001981 return 0;
Chuck Lever5df36e72007-07-01 12:12:56 -04001982
1983out_no_data:
1984 dfprintk(MOUNT, "NFS: mount program didn't pass any mount data\n");
1985 return -EINVAL;
1986
1987out_no_v3:
1988 dfprintk(MOUNT, "NFS: nfs_mount_data version %d does not support v3\n",
1989 data->version);
1990 return -EINVAL;
1991
1992out_no_sec:
1993 dfprintk(MOUNT, "NFS: nfs_mount_data version supports only AUTH_SYS\n");
1994 return -EINVAL;
1995
Chuck Lever5df36e72007-07-01 12:12:56 -04001996#ifndef CONFIG_NFS_V3
1997out_v3_not_compiled:
1998 dfprintk(MOUNT, "NFS: NFSv3 is not compiled into kernel\n");
1999 return -EPROTONOSUPPORT;
2000#endif /* !CONFIG_NFS_V3 */
2001
Chuck Lever764302c2009-09-08 19:50:03 -04002002#ifndef CONFIG_NFS_V4
2003out_v4_not_compiled:
2004 dfprintk(MOUNT, "NFS: NFSv4 is not compiled into kernel\n");
2005 return -EPROTONOSUPPORT;
2006#endif /* !CONFIG_NFS_V4 */
2007
Cyrill Gorcunov63649bd2008-04-17 20:42:09 +04002008out_nomem:
2009 dfprintk(MOUNT, "NFS: not enough memory to handle mount options\n");
2010 return -ENOMEM;
2011
Chuck Lever5df36e72007-07-01 12:12:56 -04002012out_no_address:
2013 dfprintk(MOUNT, "NFS: mount program didn't pass remote address\n");
2014 return -EINVAL;
2015
2016out_invalid_fh:
2017 dfprintk(MOUNT, "NFS: invalid root filehandle\n");
2018 return -EINVAL;
David Howells54ceac42006-08-22 20:06:13 -04002019}
2020
Jeff Layton48b605f2008-06-10 15:38:39 -04002021static int
2022nfs_compare_remount_data(struct nfs_server *nfss,
2023 struct nfs_parsed_mount_data *data)
2024{
2025 if (data->flags != nfss->flags ||
2026 data->rsize != nfss->rsize ||
2027 data->wsize != nfss->wsize ||
2028 data->retrans != nfss->client->cl_timeout->to_retries ||
2029 data->auth_flavors[0] != nfss->client->cl_auth->au_flavor ||
2030 data->acregmin != nfss->acregmin / HZ ||
2031 data->acregmax != nfss->acregmax / HZ ||
2032 data->acdirmin != nfss->acdirmin / HZ ||
2033 data->acdirmax != nfss->acdirmax / HZ ||
2034 data->timeo != (10U * nfss->client->cl_timeout->to_initval / HZ) ||
Trond Myklebustbcd2ea12009-10-06 15:41:22 -04002035 data->nfs_server.port != nfss->port ||
Jeff Layton48b605f2008-06-10 15:38:39 -04002036 data->nfs_server.addrlen != nfss->nfs_client->cl_addrlen ||
Stefan Richtera1be9ee2009-10-12 11:26:12 -04002037 !rpc_cmp_addr((struct sockaddr *)&data->nfs_server.address,
2038 (struct sockaddr *)&nfss->nfs_client->cl_addr))
Jeff Layton48b605f2008-06-10 15:38:39 -04002039 return -EINVAL;
2040
2041 return 0;
2042}
2043
2044static int
2045nfs_remount(struct super_block *sb, int *flags, char *raw_data)
2046{
2047 int error;
2048 struct nfs_server *nfss = sb->s_fs_info;
2049 struct nfs_parsed_mount_data *data;
2050 struct nfs_mount_data *options = (struct nfs_mount_data *)raw_data;
2051 struct nfs4_mount_data *options4 = (struct nfs4_mount_data *)raw_data;
Trond Myklebustcd100722008-06-17 16:12:00 -04002052 u32 nfsvers = nfss->nfs_client->rpc_ops->version;
Jeff Layton48b605f2008-06-10 15:38:39 -04002053
2054 /*
2055 * Userspace mount programs that send binary options generally send
2056 * them populated with default values. We have no way to know which
2057 * ones were explicitly specified. Fall back to legacy behavior and
2058 * just return success.
2059 */
Marc Zyngier31c94462008-07-17 13:21:55 +02002060 if ((nfsvers == 4 && (!options4 || options4->version == 1)) ||
2061 (nfsvers <= 3 && (!options || (options->version >= 1 &&
2062 options->version <= 6))))
Jeff Layton48b605f2008-06-10 15:38:39 -04002063 return 0;
2064
2065 data = kzalloc(sizeof(*data), GFP_KERNEL);
2066 if (data == NULL)
2067 return -ENOMEM;
2068
2069 /* fill out struct with values from existing mount */
2070 data->flags = nfss->flags;
2071 data->rsize = nfss->rsize;
2072 data->wsize = nfss->wsize;
2073 data->retrans = nfss->client->cl_timeout->to_retries;
2074 data->auth_flavors[0] = nfss->client->cl_auth->au_flavor;
2075 data->acregmin = nfss->acregmin / HZ;
2076 data->acregmax = nfss->acregmax / HZ;
2077 data->acdirmin = nfss->acdirmin / HZ;
2078 data->acdirmax = nfss->acdirmax / HZ;
2079 data->timeo = 10U * nfss->client->cl_timeout->to_initval / HZ;
Trond Myklebustbcd2ea12009-10-06 15:41:22 -04002080 data->nfs_server.port = nfss->port;
Jeff Layton48b605f2008-06-10 15:38:39 -04002081 data->nfs_server.addrlen = nfss->nfs_client->cl_addrlen;
2082 memcpy(&data->nfs_server.address, &nfss->nfs_client->cl_addr,
2083 data->nfs_server.addrlen);
2084
2085 /* overwrite those values with any that were specified */
2086 error = nfs_parse_mount_options((char *)options, data);
2087 if (error < 0)
2088 goto out;
2089
Jeff Layton26c4c172011-04-27 11:49:09 -04002090 /*
2091 * noac is a special case. It implies -o sync, but that's not
2092 * necessarily reflected in the mtab options. do_remount_sb
2093 * will clear MS_SYNCHRONOUS if -o sync wasn't specified in the
2094 * remount options, so we have to explicitly reset it.
2095 */
2096 if (data->flags & NFS_MOUNT_NOAC)
2097 *flags |= MS_SYNCHRONOUS;
2098
Jeff Layton48b605f2008-06-10 15:38:39 -04002099 /* compare new mount options with old ones */
2100 error = nfs_compare_remount_data(nfss, data);
2101out:
2102 kfree(data);
2103 return error;
2104}
2105
David Howells54ceac42006-08-22 20:06:13 -04002106/*
2107 * Initialise the common bits of the superblock
2108 */
2109static inline void nfs_initialise_sb(struct super_block *sb)
2110{
2111 struct nfs_server *server = NFS_SB(sb);
2112
2113 sb->s_magic = NFS_SUPER_MAGIC;
2114
2115 /* We probably want something more informative here */
2116 snprintf(sb->s_id, sizeof(sb->s_id),
Vivek Trivedi5a7c9ee2012-03-15 23:58:52 +05302117 "%u:%u", MAJOR(sb->s_dev), MINOR(sb->s_dev));
David Howells54ceac42006-08-22 20:06:13 -04002118
2119 if (sb->s_blocksize == 0)
2120 sb->s_blocksize = nfs_block_bits(server->wsize,
2121 &sb->s_blocksize_bits);
2122
Jens Axboe32a88aa2009-09-16 15:02:33 +02002123 sb->s_bdi = &server->backing_dev_info;
2124
David Howells54ceac42006-08-22 20:06:13 -04002125 nfs_super_set_maxbytes(sb, server->maxfilesize);
2126}
2127
2128/*
2129 * Finish setting up an NFS2/3 superblock
2130 */
\"Talpey, Thomas\2283f8d2007-09-10 13:43:56 -04002131static void nfs_fill_super(struct super_block *sb,
2132 struct nfs_parsed_mount_data *data)
David Howells54ceac42006-08-22 20:06:13 -04002133{
2134 struct nfs_server *server = NFS_SB(sb);
2135
2136 sb->s_blocksize_bits = 0;
2137 sb->s_blocksize = 0;
2138 if (data->bsize)
2139 sb->s_blocksize = nfs_block_size(data->bsize, &sb->s_blocksize_bits);
2140
Trond Myklebust8a6e5de2009-09-23 14:36:37 -04002141 if (server->nfs_client->rpc_ops->version == 3) {
David Howells54ceac42006-08-22 20:06:13 -04002142 /* The VFS shouldn't apply the umask to mode bits. We will do
2143 * so ourselves when necessary.
2144 */
2145 sb->s_flags |= MS_POSIXACL;
2146 sb->s_time_gran = 1;
2147 }
2148
2149 sb->s_op = &nfs_sops;
2150 nfs_initialise_sb(sb);
2151}
2152
2153/*
2154 * Finish setting up a cloned NFS2/3 superblock
2155 */
2156static void nfs_clone_super(struct super_block *sb,
2157 const struct super_block *old_sb)
2158{
2159 struct nfs_server *server = NFS_SB(sb);
2160
2161 sb->s_blocksize_bits = old_sb->s_blocksize_bits;
2162 sb->s_blocksize = old_sb->s_blocksize;
2163 sb->s_maxbytes = old_sb->s_maxbytes;
2164
Trond Myklebust8a6e5de2009-09-23 14:36:37 -04002165 if (server->nfs_client->rpc_ops->version == 3) {
David Howells54ceac42006-08-22 20:06:13 -04002166 /* The VFS shouldn't apply the umask to mode bits. We will do
2167 * so ourselves when necessary.
2168 */
2169 sb->s_flags |= MS_POSIXACL;
2170 sb->s_time_gran = 1;
2171 }
2172
2173 sb->s_op = old_sb->s_op;
2174 nfs_initialise_sb(sb);
2175}
2176
Trond Myklebust275a5d22007-05-16 16:53:28 -04002177static int nfs_compare_mount_options(const struct super_block *s, const struct nfs_server *b, int flags)
2178{
2179 const struct nfs_server *a = s->s_fs_info;
2180 const struct rpc_clnt *clnt_a = a->client;
2181 const struct rpc_clnt *clnt_b = b->client;
2182
2183 if ((s->s_flags & NFS_MS_MASK) != (flags & NFS_MS_MASK))
2184 goto Ebusy;
2185 if (a->nfs_client != b->nfs_client)
2186 goto Ebusy;
2187 if (a->flags != b->flags)
2188 goto Ebusy;
2189 if (a->wsize != b->wsize)
2190 goto Ebusy;
2191 if (a->rsize != b->rsize)
2192 goto Ebusy;
2193 if (a->acregmin != b->acregmin)
2194 goto Ebusy;
2195 if (a->acregmax != b->acregmax)
2196 goto Ebusy;
2197 if (a->acdirmin != b->acdirmin)
2198 goto Ebusy;
2199 if (a->acdirmax != b->acdirmax)
2200 goto Ebusy;
2201 if (clnt_a->cl_auth->au_flavor != clnt_b->cl_auth->au_flavor)
2202 goto Ebusy;
Trond Myklebuste89a5a42007-08-31 10:45:17 -04002203 return 1;
Trond Myklebust275a5d22007-05-16 16:53:28 -04002204Ebusy:
Trond Myklebuste89a5a42007-08-31 10:45:17 -04002205 return 0;
2206}
2207
2208struct nfs_sb_mountdata {
2209 struct nfs_server *server;
2210 int mntflags;
2211};
2212
2213static int nfs_set_super(struct super_block *s, void *data)
2214{
2215 struct nfs_sb_mountdata *sb_mntdata = data;
2216 struct nfs_server *server = sb_mntdata->server;
2217 int ret;
2218
2219 s->s_flags = sb_mntdata->mntflags;
2220 s->s_fs_info = server;
Al Viro8b244ff2010-12-18 11:29:39 -05002221 s->s_d_op = server->nfs_client->rpc_ops->dentry_ops;
Trond Myklebuste89a5a42007-08-31 10:45:17 -04002222 ret = set_anon_super(s, server);
2223 if (ret == 0)
2224 server->s_dev = s->s_dev;
2225 return ret;
2226}
2227
Chuck Leverfd00a8f2007-12-10 14:57:38 -05002228static int nfs_compare_super_address(struct nfs_server *server1,
2229 struct nfs_server *server2)
2230{
2231 struct sockaddr *sap1, *sap2;
2232
2233 sap1 = (struct sockaddr *)&server1->nfs_client->cl_addr;
2234 sap2 = (struct sockaddr *)&server2->nfs_client->cl_addr;
2235
2236 if (sap1->sa_family != sap2->sa_family)
2237 return 0;
2238
2239 switch (sap1->sa_family) {
2240 case AF_INET: {
2241 struct sockaddr_in *sin1 = (struct sockaddr_in *)sap1;
2242 struct sockaddr_in *sin2 = (struct sockaddr_in *)sap2;
2243 if (sin1->sin_addr.s_addr != sin2->sin_addr.s_addr)
2244 return 0;
2245 if (sin1->sin_port != sin2->sin_port)
2246 return 0;
2247 break;
2248 }
2249 case AF_INET6: {
2250 struct sockaddr_in6 *sin1 = (struct sockaddr_in6 *)sap1;
2251 struct sockaddr_in6 *sin2 = (struct sockaddr_in6 *)sap2;
2252 if (!ipv6_addr_equal(&sin1->sin6_addr, &sin2->sin6_addr))
2253 return 0;
2254 if (sin1->sin6_port != sin2->sin6_port)
2255 return 0;
2256 break;
2257 }
2258 default:
2259 return 0;
2260 }
2261
2262 return 1;
2263}
2264
Trond Myklebuste89a5a42007-08-31 10:45:17 -04002265static int nfs_compare_super(struct super_block *sb, void *data)
2266{
2267 struct nfs_sb_mountdata *sb_mntdata = data;
2268 struct nfs_server *server = sb_mntdata->server, *old = NFS_SB(sb);
2269 int mntflags = sb_mntdata->mntflags;
2270
Chuck Leverfd00a8f2007-12-10 14:57:38 -05002271 if (!nfs_compare_super_address(old, server))
Trond Myklebuste89a5a42007-08-31 10:45:17 -04002272 return 0;
2273 /* Note: NFS_MOUNT_UNSHARED == NFS4_MOUNT_UNSHARED */
2274 if (old->flags & NFS_MOUNT_UNSHARED)
2275 return 0;
2276 if (memcmp(&old->fsid, &server->fsid, sizeof(old->fsid)) != 0)
2277 return 0;
2278 return nfs_compare_mount_options(sb, server, mntflags);
Trond Myklebust275a5d22007-05-16 16:53:28 -04002279}
2280
Miklos Szeredifa799752008-04-30 00:54:33 -07002281static int nfs_bdi_register(struct nfs_server *server)
2282{
2283 return bdi_register_dev(&server->backing_dev_info, server->s_dev);
2284}
2285
Al Viro01194982011-03-16 07:25:36 -04002286static struct dentry *nfs_fs_mount(struct file_system_type *fs_type,
2287 int flags, const char *dev_name, void *raw_data)
David Howells54ceac42006-08-22 20:06:13 -04002288{
2289 struct nfs_server *server = NULL;
2290 struct super_block *s;
Trond Myklebust33852a12008-06-19 14:20:11 -04002291 struct nfs_parsed_mount_data *data;
2292 struct nfs_fh *mntfh;
Al Viro01194982011-03-16 07:25:36 -04002293 struct dentry *mntroot = ERR_PTR(-ENOMEM);
Trond Myklebust75180df2007-05-16 16:53:28 -04002294 int (*compare_super)(struct super_block *, void *) = nfs_compare_super;
Trond Myklebuste89a5a42007-08-31 10:45:17 -04002295 struct nfs_sb_mountdata sb_mntdata = {
2296 .mntflags = flags,
2297 };
Al Viro01194982011-03-16 07:25:36 -04002298 int error;
David Howells54ceac42006-08-22 20:06:13 -04002299
Paulius Zaleckas1e657bd2010-10-31 18:21:05 +02002300 data = nfs_alloc_parsed_mount_data(NFS_DEFAULT_VERSION);
Trond Myklebustb157b062010-04-19 19:05:48 -04002301 mntfh = nfs_alloc_fhandle();
Trond Myklebust33852a12008-06-19 14:20:11 -04002302 if (data == NULL || mntfh == NULL)
Jeff Layton8a0d5512011-12-20 06:57:45 -05002303 goto out;
Eric Parisf9c3a382008-03-05 14:20:18 -05002304
David Howells54ceac42006-08-22 20:06:13 -04002305 /* Validate the mount data */
Trond Myklebust33852a12008-06-19 14:20:11 -04002306 error = nfs_validate_mount_data(raw_data, data, mntfh, dev_name);
Al Viro01194982011-03-16 07:25:36 -04002307 if (error < 0) {
2308 mntroot = ERR_PTR(error);
Chuck Lever06559602007-07-01 12:12:35 -04002309 goto out;
Al Viro01194982011-03-16 07:25:36 -04002310 }
David Howells54ceac42006-08-22 20:06:13 -04002311
Chuck Lever764302c2009-09-08 19:50:03 -04002312#ifdef CONFIG_NFS_V4
2313 if (data->version == 4) {
Al Viro01194982011-03-16 07:25:36 -04002314 mntroot = nfs4_try_mount(flags, dev_name, data);
Chuck Lever764302c2009-09-08 19:50:03 -04002315 goto out;
2316 }
2317#endif /* CONFIG_NFS_V4 */
2318
David Howells54ceac42006-08-22 20:06:13 -04002319 /* Get a volume representation */
Trond Myklebust33852a12008-06-19 14:20:11 -04002320 server = nfs_create_server(data, mntfh);
David Howells54ceac42006-08-22 20:06:13 -04002321 if (IS_ERR(server)) {
Al Viro01194982011-03-16 07:25:36 -04002322 mntroot = ERR_CAST(server);
Chuck Lever06559602007-07-01 12:12:35 -04002323 goto out;
David Howells54ceac42006-08-22 20:06:13 -04002324 }
Trond Myklebuste89a5a42007-08-31 10:45:17 -04002325 sb_mntdata.server = server;
David Howells54ceac42006-08-22 20:06:13 -04002326
Trond Myklebust75180df2007-05-16 16:53:28 -04002327 if (server->flags & NFS_MOUNT_UNSHARED)
2328 compare_super = NULL;
2329
Sachin Prabhufb2088c2011-08-01 12:10:12 +01002330 /* -o noac implies -o sync */
2331 if (server->flags & NFS_MOUNT_NOAC)
2332 sb_mntdata.mntflags |= MS_SYNCHRONOUS;
2333
David Howells54ceac42006-08-22 20:06:13 -04002334 /* Get a superblock - note that we may end up sharing one that already exists */
Trond Myklebuste89a5a42007-08-31 10:45:17 -04002335 s = sget(fs_type, compare_super, nfs_set_super, &sb_mntdata);
Trond Myklebust816724e2006-06-24 08:41:41 -04002336 if (IS_ERR(s)) {
Al Viro01194982011-03-16 07:25:36 -04002337 mntroot = ERR_CAST(s);
David Howells54ceac42006-08-22 20:06:13 -04002338 goto out_err_nosb;
Trond Myklebust816724e2006-06-24 08:41:41 -04002339 }
2340
David Howells54ceac42006-08-22 20:06:13 -04002341 if (s->s_fs_info != server) {
2342 nfs_free_server(server);
2343 server = NULL;
Miklos Szeredifa799752008-04-30 00:54:33 -07002344 } else {
2345 error = nfs_bdi_register(server);
Al Viro01194982011-03-16 07:25:36 -04002346 if (error) {
2347 mntroot = ERR_PTR(error);
NeilBrowncfbc0682010-03-11 11:20:17 +11002348 goto error_splat_bdi;
Al Viro01194982011-03-16 07:25:36 -04002349 }
David Howellsf7b422b2006-06-09 09:34:33 -04002350 }
David Howells54ceac42006-08-22 20:06:13 -04002351
2352 if (!s->s_root) {
2353 /* initial superblock/root creation */
Trond Myklebust33852a12008-06-19 14:20:11 -04002354 nfs_fill_super(s, data);
Jesper Juhl160bc162011-04-10 17:57:07 +02002355 nfs_fscache_get_super_cookie(s, data->fscache_uniq, NULL);
David Howells54ceac42006-08-22 20:06:13 -04002356 }
2357
Al Viro0d5839a2011-03-16 05:27:27 -04002358 mntroot = nfs_get_root(s, mntfh, dev_name);
Al Viro01194982011-03-16 07:25:36 -04002359 if (IS_ERR(mntroot))
David Howells54ceac42006-08-22 20:06:13 -04002360 goto error_splat_super;
David Howells54ceac42006-08-22 20:06:13 -04002361
Trond Myklebust33852a12008-06-19 14:20:11 -04002362 error = security_sb_set_mnt_opts(s, &data->lsm_opts);
Eric Parisf9c3a382008-03-05 14:20:18 -05002363 if (error)
2364 goto error_splat_root;
2365
David Howellsf7b422b2006-06-09 09:34:33 -04002366 s->s_flags |= MS_ACTIVE;
Chuck Lever06559602007-07-01 12:12:35 -04002367
2368out:
Jeff Layton8a0d5512011-12-20 06:57:45 -05002369 nfs_free_parsed_mount_data(data);
Trond Myklebustb157b062010-04-19 19:05:48 -04002370 nfs_free_fhandle(mntfh);
Al Viro01194982011-03-16 07:25:36 -04002371 return mntroot;
Trond Myklebust816724e2006-06-24 08:41:41 -04002372
David Howells54ceac42006-08-22 20:06:13 -04002373out_err_nosb:
2374 nfs_free_server(server);
Chuck Lever06559602007-07-01 12:12:35 -04002375 goto out;
David Howells54ceac42006-08-22 20:06:13 -04002376
Eric Parisf9c3a382008-03-05 14:20:18 -05002377error_splat_root:
2378 dput(mntroot);
Al Viro01194982011-03-16 07:25:36 -04002379 mntroot = ERR_PTR(error);
David Howells54ceac42006-08-22 20:06:13 -04002380error_splat_super:
NeilBrowncfbc0682010-03-11 11:20:17 +11002381 if (server && !s->s_root)
2382 bdi_unregister(&server->backing_dev_info);
2383error_splat_bdi:
Al Viro6f5bbff2009-05-06 01:34:22 -04002384 deactivate_locked_super(s);
Chuck Lever06559602007-07-01 12:12:35 -04002385 goto out;
David Howellsf7b422b2006-06-09 09:34:33 -04002386}
2387
David Howells54ceac42006-08-22 20:06:13 -04002388/*
Trond Myklebust387c1492010-02-03 08:27:35 -05002389 * Ensure that we unregister the bdi before kill_anon_super
2390 * releases the device name
2391 */
2392static void nfs_put_super(struct super_block *s)
2393{
2394 struct nfs_server *server = NFS_SB(s);
2395
2396 bdi_unregister(&server->backing_dev_info);
2397}
2398
2399/*
David Howells54ceac42006-08-22 20:06:13 -04002400 * Destroy an NFS2/3 superblock
2401 */
David Howellsf7b422b2006-06-09 09:34:33 -04002402static void nfs_kill_super(struct super_block *s)
2403{
2404 struct nfs_server *server = NFS_SB(s);
2405
2406 kill_anon_super(s);
David Howells08734042009-04-03 16:42:42 +01002407 nfs_fscache_release_super_cookie(s);
David Howells54ceac42006-08-22 20:06:13 -04002408 nfs_free_server(server);
David Howellsf7b422b2006-06-09 09:34:33 -04002409}
2410
David Howells54ceac42006-08-22 20:06:13 -04002411/*
2412 * Clone an NFS2/3 server record on xdev traversal (FSID-change)
2413 */
Al Viro31f43472010-10-29 03:38:12 -04002414static struct dentry *
2415nfs_xdev_mount(struct file_system_type *fs_type, int flags,
2416 const char *dev_name, void *raw_data)
David Howellsf7b422b2006-06-09 09:34:33 -04002417{
2418 struct nfs_clone_mount *data = raw_data;
David Howells54ceac42006-08-22 20:06:13 -04002419 struct super_block *s;
2420 struct nfs_server *server;
2421 struct dentry *mntroot;
Trond Myklebust75180df2007-05-16 16:53:28 -04002422 int (*compare_super)(struct super_block *, void *) = nfs_compare_super;
Trond Myklebuste89a5a42007-08-31 10:45:17 -04002423 struct nfs_sb_mountdata sb_mntdata = {
2424 .mntflags = flags,
2425 };
David Howells54ceac42006-08-22 20:06:13 -04002426 int error;
2427
Al Viro31f43472010-10-29 03:38:12 -04002428 dprintk("--> nfs_xdev_mount()\n");
David Howells54ceac42006-08-22 20:06:13 -04002429
2430 /* create a new volume representation */
Bryan Schumaker7e6eb682012-04-27 13:27:42 -04002431 server = nfs_clone_server(NFS_SB(data->sb), data->fh, data->fattr, data->authflavor);
David Howells54ceac42006-08-22 20:06:13 -04002432 if (IS_ERR(server)) {
2433 error = PTR_ERR(server);
2434 goto out_err_noserver;
2435 }
Trond Myklebuste89a5a42007-08-31 10:45:17 -04002436 sb_mntdata.server = server;
David Howells54ceac42006-08-22 20:06:13 -04002437
Trond Myklebust75180df2007-05-16 16:53:28 -04002438 if (server->flags & NFS_MOUNT_UNSHARED)
2439 compare_super = NULL;
2440
Sachin Prabhufb2088c2011-08-01 12:10:12 +01002441 /* -o noac implies -o sync */
2442 if (server->flags & NFS_MOUNT_NOAC)
2443 sb_mntdata.mntflags |= MS_SYNCHRONOUS;
2444
David Howells54ceac42006-08-22 20:06:13 -04002445 /* Get a superblock - note that we may end up sharing one that already exists */
Trond Myklebuste89a5a42007-08-31 10:45:17 -04002446 s = sget(&nfs_fs_type, compare_super, nfs_set_super, &sb_mntdata);
David Howells54ceac42006-08-22 20:06:13 -04002447 if (IS_ERR(s)) {
2448 error = PTR_ERR(s);
2449 goto out_err_nosb;
2450 }
2451
2452 if (s->s_fs_info != server) {
2453 nfs_free_server(server);
2454 server = NULL;
Miklos Szeredifa799752008-04-30 00:54:33 -07002455 } else {
2456 error = nfs_bdi_register(server);
2457 if (error)
NeilBrowncfbc0682010-03-11 11:20:17 +11002458 goto error_splat_bdi;
David Howells54ceac42006-08-22 20:06:13 -04002459 }
2460
2461 if (!s->s_root) {
2462 /* initial superblock/root creation */
David Howells54ceac42006-08-22 20:06:13 -04002463 nfs_clone_super(s, data->sb);
David Howells2df54802009-09-23 14:36:39 -04002464 nfs_fscache_get_super_cookie(s, NULL, data);
David Howells54ceac42006-08-22 20:06:13 -04002465 }
2466
Al Viro0d5839a2011-03-16 05:27:27 -04002467 mntroot = nfs_get_root(s, data->fh, dev_name);
David Howells54ceac42006-08-22 20:06:13 -04002468 if (IS_ERR(mntroot)) {
2469 error = PTR_ERR(mntroot);
2470 goto error_splat_super;
2471 }
Trond Myklebuste9cc6c22008-01-02 13:28:57 -05002472 if (mntroot->d_inode->i_op != NFS_SB(s)->nfs_client->rpc_ops->dir_inode_ops) {
Neil Brown4c1fe2f2007-11-01 16:50:20 +11002473 dput(mntroot);
2474 error = -ESTALE;
2475 goto error_splat_super;
2476 }
David Howells54ceac42006-08-22 20:06:13 -04002477
2478 s->s_flags |= MS_ACTIVE;
David Howells54ceac42006-08-22 20:06:13 -04002479
Eric Parisf9c3a382008-03-05 14:20:18 -05002480 /* clone any lsm security options from the parent to the new sb */
2481 security_sb_clone_mnt_opts(data->sb, s);
2482
Al Viro31f43472010-10-29 03:38:12 -04002483 dprintk("<-- nfs_xdev_mount() = 0\n");
2484 return mntroot;
David Howells54ceac42006-08-22 20:06:13 -04002485
2486out_err_nosb:
2487 nfs_free_server(server);
2488out_err_noserver:
Al Viro31f43472010-10-29 03:38:12 -04002489 dprintk("<-- nfs_xdev_mount() = %d [error]\n", error);
2490 return ERR_PTR(error);
David Howells54ceac42006-08-22 20:06:13 -04002491
2492error_splat_super:
NeilBrowncfbc0682010-03-11 11:20:17 +11002493 if (server && !s->s_root)
2494 bdi_unregister(&server->backing_dev_info);
2495error_splat_bdi:
Al Viro6f5bbff2009-05-06 01:34:22 -04002496 deactivate_locked_super(s);
Al Viro31f43472010-10-29 03:38:12 -04002497 dprintk("<-- nfs_xdev_mount() = %d [splat]\n", error);
2498 return ERR_PTR(error);
David Howellsf7b422b2006-06-09 09:34:33 -04002499}
2500
2501#ifdef CONFIG_NFS_V4
David Howells54ceac42006-08-22 20:06:13 -04002502
2503/*
2504 * Finish setting up a cloned NFS4 superblock
2505 */
2506static void nfs4_clone_super(struct super_block *sb,
2507 const struct super_block *old_sb)
David Howellsf7b422b2006-06-09 09:34:33 -04002508{
David Howells54ceac42006-08-22 20:06:13 -04002509 sb->s_blocksize_bits = old_sb->s_blocksize_bits;
2510 sb->s_blocksize = old_sb->s_blocksize;
2511 sb->s_maxbytes = old_sb->s_maxbytes;
2512 sb->s_time_gran = 1;
2513 sb->s_op = old_sb->s_op;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00002514 /*
2515 * The VFS shouldn't apply the umask to mode bits. We will do
2516 * so ourselves when necessary.
2517 */
2518 sb->s_flags |= MS_POSIXACL;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00002519 sb->s_xattr = old_sb->s_xattr;
2520 nfs_initialise_sb(sb);
David Howellsf7b422b2006-06-09 09:34:33 -04002521}
2522
2523/*
2524 * Set up an NFS4 superblock
2525 */
David Howells54ceac42006-08-22 20:06:13 -04002526static void nfs4_fill_super(struct super_block *sb)
David Howellsf7b422b2006-06-09 09:34:33 -04002527{
David Howellsf7b422b2006-06-09 09:34:33 -04002528 sb->s_time_gran = 1;
David Howellsf7b422b2006-06-09 09:34:33 -04002529 sb->s_op = &nfs4_sops;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00002530 /*
2531 * The VFS shouldn't apply the umask to mode bits. We will do
2532 * so ourselves when necessary.
2533 */
2534 sb->s_flags |= MS_POSIXACL;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00002535 sb->s_xattr = nfs4_xattr_handlers;
David Howells54ceac42006-08-22 20:06:13 -04002536 nfs_initialise_sb(sb);
David Howellsf7b422b2006-06-09 09:34:33 -04002537}
2538
Trond Myklebust01c3f052009-06-17 13:22:58 -07002539static void nfs4_validate_mount_flags(struct nfs_parsed_mount_data *args)
2540{
Suresh Jayaraman5eebde22010-09-23 08:55:58 -04002541 args->flags &= ~(NFS_MOUNT_NONLM|NFS_MOUNT_NOACL|NFS_MOUNT_VER3|
2542 NFS_MOUNT_LOCAL_FLOCK|NFS_MOUNT_LOCAL_FCNTL);
Trond Myklebust01c3f052009-06-17 13:22:58 -07002543}
2544
Chuck Lever7630c852009-09-08 19:49:57 -04002545static int nfs4_validate_text_mount_data(void *options,
2546 struct nfs_parsed_mount_data *args,
2547 const char *dev_name)
2548{
2549 struct sockaddr *sap = (struct sockaddr *)&args->nfs_server.address;
2550
Trond Myklebustf5855fe2009-10-06 15:40:37 -04002551 nfs_set_port(sap, &args->nfs_server.port, NFS_PORT);
Chuck Lever7630c852009-09-08 19:49:57 -04002552
2553 nfs_validate_transport_protocol(args);
2554
2555 nfs4_validate_mount_flags(args);
2556
Trond Myklebust2ecda722009-09-08 19:50:07 -04002557 if (args->version != 4) {
2558 dfprintk(MOUNT,
2559 "NFS4: Illegal mount version\n");
2560 return -EINVAL;
2561 }
2562
Chuck Lever7630c852009-09-08 19:49:57 -04002563 if (args->auth_flavor_len > 1) {
2564 dfprintk(MOUNT,
2565 "NFS4: Too many RPC auth flavours specified\n");
2566 return -EINVAL;
2567 }
2568
Chuck Lever7630c852009-09-08 19:49:57 -04002569 return nfs_parse_devname(dev_name,
2570 &args->nfs_server.hostname,
2571 NFS4_MAXNAMLEN,
2572 &args->nfs_server.export_path,
2573 NFS4_MAXPATHLEN);
2574}
2575
David Howells54ceac42006-08-22 20:06:13 -04002576/*
Chuck Leverf0768eb2007-07-01 12:13:01 -04002577 * Validate NFSv4 mount options
2578 */
\"Talpey, Thomas\91ea40b2007-09-10 13:44:33 -04002579static int nfs4_validate_mount_data(void *options,
2580 struct nfs_parsed_mount_data *args,
2581 const char *dev_name)
Chuck Leverf0768eb2007-07-01 12:13:01 -04002582{
Chuck Lever4cfd74f2009-09-08 19:49:47 -04002583 struct sockaddr *sap = (struct sockaddr *)&args->nfs_server.address;
\"Talpey, Thomas\91ea40b2007-09-10 13:44:33 -04002584 struct nfs4_mount_data *data = (struct nfs4_mount_data *)options;
Chuck Leverf0768eb2007-07-01 12:13:01 -04002585 char *c;
2586
2587 if (data == NULL)
2588 goto out_no_data;
2589
2590 switch (data->version) {
2591 case 1:
Chuck Lever4c568012007-12-10 14:59:28 -05002592 if (data->host_addrlen > sizeof(args->nfs_server.address))
Chuck Leverf0768eb2007-07-01 12:13:01 -04002593 goto out_no_address;
Chuck Lever4c568012007-12-10 14:59:28 -05002594 if (data->host_addrlen == 0)
2595 goto out_no_address;
2596 args->nfs_server.addrlen = data->host_addrlen;
Chuck Lever4cfd74f2009-09-08 19:49:47 -04002597 if (copy_from_user(sap, data->host_addr, data->host_addrlen))
Chuck Leverf0768eb2007-07-01 12:13:01 -04002598 return -EFAULT;
Chuck Lever4cfd74f2009-09-08 19:49:47 -04002599 if (!nfs_verify_server_address(sap))
Chuck Leverf0768eb2007-07-01 12:13:01 -04002600 goto out_no_address;
2601
Chuck Lever6738b252008-06-24 16:33:54 -04002602 if (data->auth_flavourlen) {
2603 if (data->auth_flavourlen > 1)
2604 goto out_inval_auth;
Trond Myklebust20c71f52007-09-20 20:23:51 -04002605 if (copy_from_user(&args->auth_flavors[0],
\"Talpey, Thomas\91ea40b2007-09-10 13:44:33 -04002606 data->auth_flavours,
Trond Myklebust20c71f52007-09-20 20:23:51 -04002607 sizeof(args->auth_flavors[0])))
Chuck Leverf0768eb2007-07-01 12:13:01 -04002608 return -EFAULT;
Chuck Leverf0768eb2007-07-01 12:13:01 -04002609 }
2610
2611 c = strndup_user(data->hostname.data, NFS4_MAXNAMLEN);
2612 if (IS_ERR(c))
2613 return PTR_ERR(c);
\"Talpey, Thomas\91ea40b2007-09-10 13:44:33 -04002614 args->nfs_server.hostname = c;
Chuck Leverf0768eb2007-07-01 12:13:01 -04002615
2616 c = strndup_user(data->mnt_path.data, NFS4_MAXPATHLEN);
2617 if (IS_ERR(c))
2618 return PTR_ERR(c);
\"Talpey, Thomas\91ea40b2007-09-10 13:44:33 -04002619 args->nfs_server.export_path = c;
2620 dfprintk(MOUNT, "NFS: MNTPATH: '%s'\n", c);
Chuck Leverf0768eb2007-07-01 12:13:01 -04002621
2622 c = strndup_user(data->client_addr.data, 16);
2623 if (IS_ERR(c))
2624 return PTR_ERR(c);
\"Talpey, Thomas\91ea40b2007-09-10 13:44:33 -04002625 args->client_address = c;
2626
2627 /*
2628 * Translate to nfs_parsed_mount_data, which nfs4_fill_super
2629 * can deal with.
2630 */
2631
2632 args->flags = data->flags & NFS4_MOUNT_FLAGMASK;
2633 args->rsize = data->rsize;
2634 args->wsize = data->wsize;
2635 args->timeo = data->timeo;
2636 args->retrans = data->retrans;
2637 args->acregmin = data->acregmin;
2638 args->acregmax = data->acregmax;
2639 args->acdirmin = data->acdirmin;
2640 args->acdirmax = data->acdirmax;
2641 args->nfs_server.protocol = data->proto;
Trond Myklebust259875e2008-07-02 14:43:47 -04002642 nfs_validate_transport_protocol(args);
Chuck Leverf0768eb2007-07-01 12:13:01 -04002643
2644 break;
Chuck Lever7630c852009-09-08 19:49:57 -04002645 default:
\"Talpey, Thomas\91ea40b2007-09-10 13:44:33 -04002646 if (nfs_parse_mount_options((char *)options, args) == 0)
Chuck Lever80071222007-07-01 12:13:59 -04002647 return -EINVAL;
2648
Chuck Lever4cfd74f2009-09-08 19:49:47 -04002649 if (!nfs_verify_server_address(sap))
Chuck Lever80071222007-07-01 12:13:59 -04002650 return -EINVAL;
Chuck Levered596a82008-06-26 17:47:05 -04002651
Chuck Lever7630c852009-09-08 19:49:57 -04002652 return nfs4_validate_text_mount_data(options, args, dev_name);
Chuck Leverf0768eb2007-07-01 12:13:01 -04002653 }
2654
2655 return 0;
2656
2657out_no_data:
2658 dfprintk(MOUNT, "NFS4: mount program didn't pass any mount data\n");
2659 return -EINVAL;
2660
2661out_inval_auth:
2662 dfprintk(MOUNT, "NFS4: Invalid number of RPC auth flavours %d\n",
2663 data->auth_flavourlen);
2664 return -EINVAL;
2665
2666out_no_address:
2667 dfprintk(MOUNT, "NFS4: mount program didn't pass remote address\n");
2668 return -EINVAL;
Chuck Leverf0768eb2007-07-01 12:13:01 -04002669}
2670
2671/*
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04002672 * Get the superblock for the NFS4 root partition
David Howells54ceac42006-08-22 20:06:13 -04002673 */
Al Viro31f43472010-10-29 03:38:12 -04002674static struct dentry *
2675nfs4_remote_mount(struct file_system_type *fs_type, int flags,
2676 const char *dev_name, void *raw_data)
David Howellsf7b422b2006-06-09 09:34:33 -04002677{
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04002678 struct nfs_parsed_mount_data *data = raw_data;
David Howells54ceac42006-08-22 20:06:13 -04002679 struct super_block *s;
2680 struct nfs_server *server;
Trond Myklebust33852a12008-06-19 14:20:11 -04002681 struct nfs_fh *mntfh;
David Howells54ceac42006-08-22 20:06:13 -04002682 struct dentry *mntroot;
Trond Myklebust75180df2007-05-16 16:53:28 -04002683 int (*compare_super)(struct super_block *, void *) = nfs_compare_super;
Trond Myklebuste89a5a42007-08-31 10:45:17 -04002684 struct nfs_sb_mountdata sb_mntdata = {
2685 .mntflags = flags,
2686 };
Trond Myklebust33852a12008-06-19 14:20:11 -04002687 int error = -ENOMEM;
David Howellsf7b422b2006-06-09 09:34:33 -04002688
Trond Myklebustb157b062010-04-19 19:05:48 -04002689 mntfh = nfs_alloc_fhandle();
Trond Myklebust33852a12008-06-19 14:20:11 -04002690 if (data == NULL || mntfh == NULL)
Jeff Layton8a0d5512011-12-20 06:57:45 -05002691 goto out;
Eric Parisf9c3a382008-03-05 14:20:18 -05002692
David Howells54ceac42006-08-22 20:06:13 -04002693 /* Get a volume representation */
Trond Myklebust33852a12008-06-19 14:20:11 -04002694 server = nfs4_create_server(data, mntfh);
David Howells54ceac42006-08-22 20:06:13 -04002695 if (IS_ERR(server)) {
2696 error = PTR_ERR(server);
Chuck Lever29eb9812007-07-01 12:12:30 -04002697 goto out;
David Howellsf7b422b2006-06-09 09:34:33 -04002698 }
Trond Myklebuste89a5a42007-08-31 10:45:17 -04002699 sb_mntdata.server = server;
David Howellsf7b422b2006-06-09 09:34:33 -04002700
Trond Myklebust75180df2007-05-16 16:53:28 -04002701 if (server->flags & NFS4_MOUNT_UNSHARED)
2702 compare_super = NULL;
2703
Sachin Prabhufb2088c2011-08-01 12:10:12 +01002704 /* -o noac implies -o sync */
2705 if (server->flags & NFS_MOUNT_NOAC)
2706 sb_mntdata.mntflags |= MS_SYNCHRONOUS;
2707
David Howells54ceac42006-08-22 20:06:13 -04002708 /* Get a superblock - note that we may end up sharing one that already exists */
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04002709 s = sget(&nfs4_fs_type, compare_super, nfs_set_super, &sb_mntdata);
Trond Myklebust816724e2006-06-24 08:41:41 -04002710 if (IS_ERR(s)) {
2711 error = PTR_ERR(s);
David Howellsf7b422b2006-06-09 09:34:33 -04002712 goto out_free;
Trond Myklebust816724e2006-06-24 08:41:41 -04002713 }
2714
Trond Myklebust5dd31772006-08-24 01:03:05 -04002715 if (s->s_fs_info != server) {
2716 nfs_free_server(server);
2717 server = NULL;
Miklos Szeredifa799752008-04-30 00:54:33 -07002718 } else {
2719 error = nfs_bdi_register(server);
2720 if (error)
NeilBrowncfbc0682010-03-11 11:20:17 +11002721 goto error_splat_bdi;
Trond Myklebust5dd31772006-08-24 01:03:05 -04002722 }
2723
David Howells54ceac42006-08-22 20:06:13 -04002724 if (!s->s_root) {
2725 /* initial superblock/root creation */
David Howells54ceac42006-08-22 20:06:13 -04002726 nfs4_fill_super(s);
Jeff Laytonc15c9282012-01-24 16:35:00 +00002727 nfs_fscache_get_super_cookie(s, data->fscache_uniq, NULL);
Trond Myklebust816724e2006-06-24 08:41:41 -04002728 }
David Howellsf7b422b2006-06-09 09:34:33 -04002729
Al Viro0d5839a2011-03-16 05:27:27 -04002730 mntroot = nfs4_get_root(s, mntfh, dev_name);
David Howells54ceac42006-08-22 20:06:13 -04002731 if (IS_ERR(mntroot)) {
2732 error = PTR_ERR(mntroot);
2733 goto error_splat_super;
David Howellsf7b422b2006-06-09 09:34:33 -04002734 }
David Howells54ceac42006-08-22 20:06:13 -04002735
Trond Myklebust33852a12008-06-19 14:20:11 -04002736 error = security_sb_set_mnt_opts(s, &data->lsm_opts);
Eric Paris46c8ac72008-05-02 13:42:42 -07002737 if (error)
2738 goto error_splat_root;
2739
David Howellsf7b422b2006-06-09 09:34:33 -04002740 s->s_flags |= MS_ACTIVE;
Al Viro31f43472010-10-29 03:38:12 -04002741
Al Viro31f43472010-10-29 03:38:12 -04002742 nfs_free_fhandle(mntfh);
2743 return mntroot;
David Howells54ceac42006-08-22 20:06:13 -04002744
Chuck Lever29eb9812007-07-01 12:12:30 -04002745out:
Trond Myklebustb157b062010-04-19 19:05:48 -04002746 nfs_free_fhandle(mntfh);
Al Viro31f43472010-10-29 03:38:12 -04002747 return ERR_PTR(error);
David Howells54ceac42006-08-22 20:06:13 -04002748
Chuck Lever29eb9812007-07-01 12:12:30 -04002749out_free:
2750 nfs_free_server(server);
2751 goto out;
2752
Eric Paris46c8ac72008-05-02 13:42:42 -07002753error_splat_root:
2754 dput(mntroot);
David Howells54ceac42006-08-22 20:06:13 -04002755error_splat_super:
NeilBrowncfbc0682010-03-11 11:20:17 +11002756 if (server && !s->s_root)
2757 bdi_unregister(&server->backing_dev_info);
2758error_splat_bdi:
Al Viro6f5bbff2009-05-06 01:34:22 -04002759 deactivate_locked_super(s);
Chuck Lever29eb9812007-07-01 12:12:30 -04002760 goto out;
David Howellsf7b422b2006-06-09 09:34:33 -04002761}
2762
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04002763static struct vfsmount *nfs_do_root_mount(struct file_system_type *fs_type,
2764 int flags, void *data, const char *hostname)
2765{
2766 struct vfsmount *root_mnt;
2767 char *root_devname;
2768 size_t len;
2769
Jan Kara98a21392011-09-03 01:09:43 +02002770 len = strlen(hostname) + 5;
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04002771 root_devname = kmalloc(len, GFP_KERNEL);
2772 if (root_devname == NULL)
2773 return ERR_PTR(-ENOMEM);
Jan Kara98a21392011-09-03 01:09:43 +02002774 /* Does hostname needs to be enclosed in brackets? */
2775 if (strchr(hostname, ':'))
2776 snprintf(root_devname, len, "[%s]:/", hostname);
2777 else
2778 snprintf(root_devname, len, "%s:/", hostname);
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04002779 root_mnt = vfs_kern_mount(fs_type, flags, root_devname, data);
2780 kfree(root_devname);
2781 return root_mnt;
2782}
2783
Trond Myklebustce587e02010-04-16 16:22:52 -04002784struct nfs_referral_count {
2785 struct list_head list;
2786 const struct task_struct *task;
2787 unsigned int referral_count;
2788};
2789
2790static LIST_HEAD(nfs_referral_count_list);
2791static DEFINE_SPINLOCK(nfs_referral_count_list_lock);
2792
2793static struct nfs_referral_count *nfs_find_referral_count(void)
2794{
2795 struct nfs_referral_count *p;
2796
2797 list_for_each_entry(p, &nfs_referral_count_list, list) {
2798 if (p->task == current)
2799 return p;
2800 }
2801 return NULL;
2802}
2803
2804#define NFS_MAX_NESTED_REFERRALS 2
2805
2806static int nfs_referral_loop_protect(void)
2807{
2808 struct nfs_referral_count *p, *new;
2809 int ret = -ENOMEM;
2810
2811 new = kmalloc(sizeof(*new), GFP_KERNEL);
2812 if (!new)
2813 goto out;
2814 new->task = current;
2815 new->referral_count = 1;
2816
2817 ret = 0;
2818 spin_lock(&nfs_referral_count_list_lock);
2819 p = nfs_find_referral_count();
2820 if (p != NULL) {
2821 if (p->referral_count >= NFS_MAX_NESTED_REFERRALS)
2822 ret = -ELOOP;
2823 else
2824 p->referral_count++;
2825 } else {
2826 list_add(&new->list, &nfs_referral_count_list);
2827 new = NULL;
2828 }
2829 spin_unlock(&nfs_referral_count_list_lock);
2830 kfree(new);
2831out:
2832 return ret;
2833}
2834
2835static void nfs_referral_loop_unprotect(void)
2836{
2837 struct nfs_referral_count *p;
2838
2839 spin_lock(&nfs_referral_count_list_lock);
2840 p = nfs_find_referral_count();
2841 p->referral_count--;
2842 if (p->referral_count == 0)
2843 list_del(&p->list);
2844 else
2845 p = NULL;
2846 spin_unlock(&nfs_referral_count_list_lock);
2847 kfree(p);
2848}
2849
Al Viro01194982011-03-16 07:25:36 -04002850static struct dentry *nfs_follow_remote_path(struct vfsmount *root_mnt,
2851 const char *export_path)
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04002852{
Al Viro01194982011-03-16 07:25:36 -04002853 struct dentry *dentry;
Al Viro5352d3b2011-11-16 21:52:06 -05002854 int err;
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04002855
Al Viro5352d3b2011-11-16 21:52:06 -05002856 if (IS_ERR(root_mnt))
2857 return ERR_CAST(root_mnt);
2858
2859 err = nfs_referral_loop_protect();
2860 if (err) {
Al Viroea441d12011-11-16 21:43:59 -05002861 mntput(root_mnt);
Al Viro5352d3b2011-11-16 21:52:06 -05002862 return ERR_PTR(err);
Al Viroc1334492011-11-16 16:12:14 -05002863 }
Trond Myklebustce587e02010-04-16 16:22:52 -04002864
Al Viroea441d12011-11-16 21:43:59 -05002865 dentry = mount_subtree(root_mnt, export_path);
2866 nfs_referral_loop_unprotect();
Linus Torvaldsa2770d82009-12-17 12:51:05 -08002867
Al Viro01194982011-03-16 07:25:36 -04002868 return dentry;
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04002869}
2870
Al Viro01194982011-03-16 07:25:36 -04002871static struct dentry *nfs4_try_mount(int flags, const char *dev_name,
2872 struct nfs_parsed_mount_data *data)
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04002873{
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04002874 char *export_path;
2875 struct vfsmount *root_mnt;
Al Viro01194982011-03-16 07:25:36 -04002876 struct dentry *res;
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04002877
Chuck Levera6fe23b2009-09-08 19:50:00 -04002878 dfprintk(MOUNT, "--> nfs4_try_mount()\n");
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04002879
2880 export_path = data->nfs_server.export_path;
2881 data->nfs_server.export_path = "/";
2882 root_mnt = nfs_do_root_mount(&nfs4_remote_fs_type, flags, data,
2883 data->nfs_server.hostname);
2884 data->nfs_server.export_path = export_path;
2885
Al Viro5352d3b2011-11-16 21:52:06 -05002886 res = nfs_follow_remote_path(root_mnt, export_path);
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04002887
Al Viro01194982011-03-16 07:25:36 -04002888 dfprintk(MOUNT, "<-- nfs4_try_mount() = %ld%s\n",
2889 IS_ERR(res) ? PTR_ERR(res) : 0,
2890 IS_ERR(res) ? " [error]" : "");
2891 return res;
Chuck Levera6fe23b2009-09-08 19:50:00 -04002892}
2893
2894/*
2895 * Get the superblock for an NFS4 mountpoint
2896 */
Al Viro01194982011-03-16 07:25:36 -04002897static struct dentry *nfs4_mount(struct file_system_type *fs_type,
2898 int flags, const char *dev_name, void *raw_data)
Chuck Levera6fe23b2009-09-08 19:50:00 -04002899{
2900 struct nfs_parsed_mount_data *data;
2901 int error = -ENOMEM;
Al Viro01194982011-03-16 07:25:36 -04002902 struct dentry *res = ERR_PTR(-ENOMEM);
Chuck Levera6fe23b2009-09-08 19:50:00 -04002903
Trond Myklebustc5811db2009-10-06 15:40:15 -04002904 data = nfs_alloc_parsed_mount_data(4);
Chuck Levera6fe23b2009-09-08 19:50:00 -04002905 if (data == NULL)
Jeff Layton8a0d5512011-12-20 06:57:45 -05002906 goto out;
Chuck Levera6fe23b2009-09-08 19:50:00 -04002907
2908 /* Validate the mount data */
2909 error = nfs4_validate_mount_data(raw_data, data, dev_name);
Al Viro01194982011-03-16 07:25:36 -04002910 if (error < 0) {
2911 res = ERR_PTR(error);
Chuck Levera6fe23b2009-09-08 19:50:00 -04002912 goto out;
Al Viro01194982011-03-16 07:25:36 -04002913 }
Chuck Levera6fe23b2009-09-08 19:50:00 -04002914
Al Viro01194982011-03-16 07:25:36 -04002915 res = nfs4_try_mount(flags, dev_name, data);
2916 if (IS_ERR(res))
2917 error = PTR_ERR(res);
Chuck Levera6fe23b2009-09-08 19:50:00 -04002918
2919out:
Jeff Layton8a0d5512011-12-20 06:57:45 -05002920 nfs_free_parsed_mount_data(data);
Al Viro01194982011-03-16 07:25:36 -04002921 dprintk("<-- nfs4_mount() = %d%s\n", error,
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04002922 error != 0 ? " [error]" : "");
Al Viro01194982011-03-16 07:25:36 -04002923 return res;
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04002924}
2925
David Howellsf7b422b2006-06-09 09:34:33 -04002926static void nfs4_kill_super(struct super_block *sb)
2927{
2928 struct nfs_server *server = NFS_SB(sb);
2929
Andy Adamson0f3e66c2009-04-01 09:22:34 -04002930 dprintk("--> %s\n", __func__);
Trond Myklebust515d8612008-12-23 15:21:46 -05002931 nfs_super_return_all_delegations(sb);
David Howellsf7b422b2006-06-09 09:34:33 -04002932 kill_anon_super(sb);
David Howells08734042009-04-03 16:42:42 +01002933 nfs_fscache_release_super_cookie(sb);
David Howells54ceac42006-08-22 20:06:13 -04002934 nfs_free_server(server);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04002935 dprintk("<-- %s\n", __func__);
David Howellsf7b422b2006-06-09 09:34:33 -04002936}
2937
2938/*
David Howells54ceac42006-08-22 20:06:13 -04002939 * Clone an NFS4 server record on xdev traversal (FSID-change)
David Howellsf7b422b2006-06-09 09:34:33 -04002940 */
Al Viro31f43472010-10-29 03:38:12 -04002941static struct dentry *
2942nfs4_xdev_mount(struct file_system_type *fs_type, int flags,
2943 const char *dev_name, void *raw_data)
David Howellsf7b422b2006-06-09 09:34:33 -04002944{
2945 struct nfs_clone_mount *data = raw_data;
David Howells54ceac42006-08-22 20:06:13 -04002946 struct super_block *s;
2947 struct nfs_server *server;
2948 struct dentry *mntroot;
Trond Myklebust75180df2007-05-16 16:53:28 -04002949 int (*compare_super)(struct super_block *, void *) = nfs_compare_super;
Trond Myklebuste89a5a42007-08-31 10:45:17 -04002950 struct nfs_sb_mountdata sb_mntdata = {
2951 .mntflags = flags,
2952 };
David Howells54ceac42006-08-22 20:06:13 -04002953 int error;
2954
Al Viro31f43472010-10-29 03:38:12 -04002955 dprintk("--> nfs4_xdev_mount()\n");
David Howells54ceac42006-08-22 20:06:13 -04002956
2957 /* create a new volume representation */
Bryan Schumaker7e6eb682012-04-27 13:27:42 -04002958 server = nfs_clone_server(NFS_SB(data->sb), data->fh, data->fattr, data->authflavor);
David Howells54ceac42006-08-22 20:06:13 -04002959 if (IS_ERR(server)) {
2960 error = PTR_ERR(server);
2961 goto out_err_noserver;
2962 }
Trond Myklebuste89a5a42007-08-31 10:45:17 -04002963 sb_mntdata.server = server;
David Howells54ceac42006-08-22 20:06:13 -04002964
Trond Myklebust75180df2007-05-16 16:53:28 -04002965 if (server->flags & NFS4_MOUNT_UNSHARED)
2966 compare_super = NULL;
2967
Sachin Prabhufb2088c2011-08-01 12:10:12 +01002968 /* -o noac implies -o sync */
2969 if (server->flags & NFS_MOUNT_NOAC)
2970 sb_mntdata.mntflags |= MS_SYNCHRONOUS;
2971
David Howells54ceac42006-08-22 20:06:13 -04002972 /* Get a superblock - note that we may end up sharing one that already exists */
Andy Adamsonec9a05c2008-10-17 10:44:37 -04002973 s = sget(&nfs4_fs_type, compare_super, nfs_set_super, &sb_mntdata);
David Howells54ceac42006-08-22 20:06:13 -04002974 if (IS_ERR(s)) {
2975 error = PTR_ERR(s);
2976 goto out_err_nosb;
2977 }
2978
2979 if (s->s_fs_info != server) {
2980 nfs_free_server(server);
2981 server = NULL;
Miklos Szeredifa799752008-04-30 00:54:33 -07002982 } else {
2983 error = nfs_bdi_register(server);
2984 if (error)
NeilBrowncfbc0682010-03-11 11:20:17 +11002985 goto error_splat_bdi;
David Howells54ceac42006-08-22 20:06:13 -04002986 }
2987
2988 if (!s->s_root) {
2989 /* initial superblock/root creation */
David Howells54ceac42006-08-22 20:06:13 -04002990 nfs4_clone_super(s, data->sb);
David Howells2df54802009-09-23 14:36:39 -04002991 nfs_fscache_get_super_cookie(s, NULL, data);
David Howells54ceac42006-08-22 20:06:13 -04002992 }
2993
Al Viro0d5839a2011-03-16 05:27:27 -04002994 mntroot = nfs4_get_root(s, data->fh, dev_name);
David Howells54ceac42006-08-22 20:06:13 -04002995 if (IS_ERR(mntroot)) {
2996 error = PTR_ERR(mntroot);
2997 goto error_splat_super;
2998 }
Trond Myklebuste9cc6c22008-01-02 13:28:57 -05002999 if (mntroot->d_inode->i_op != NFS_SB(s)->nfs_client->rpc_ops->dir_inode_ops) {
3000 dput(mntroot);
3001 error = -ESTALE;
3002 goto error_splat_super;
3003 }
David Howells54ceac42006-08-22 20:06:13 -04003004
3005 s->s_flags |= MS_ACTIVE;
David Howells54ceac42006-08-22 20:06:13 -04003006
Eric Paris46c8ac72008-05-02 13:42:42 -07003007 security_sb_clone_mnt_opts(data->sb, s);
3008
Al Viro31f43472010-10-29 03:38:12 -04003009 dprintk("<-- nfs4_xdev_mount() = 0\n");
3010 return mntroot;
David Howells54ceac42006-08-22 20:06:13 -04003011
3012out_err_nosb:
3013 nfs_free_server(server);
3014out_err_noserver:
Al Viro31f43472010-10-29 03:38:12 -04003015 dprintk("<-- nfs4_xdev_mount() = %d [error]\n", error);
3016 return ERR_PTR(error);
David Howells54ceac42006-08-22 20:06:13 -04003017
3018error_splat_super:
NeilBrowncfbc0682010-03-11 11:20:17 +11003019 if (server && !s->s_root)
3020 bdi_unregister(&server->backing_dev_info);
3021error_splat_bdi:
Al Viro6f5bbff2009-05-06 01:34:22 -04003022 deactivate_locked_super(s);
Al Viro31f43472010-10-29 03:38:12 -04003023 dprintk("<-- nfs4_xdev_mount() = %d [splat]\n", error);
3024 return ERR_PTR(error);
David Howellsf7b422b2006-06-09 09:34:33 -04003025}
3026
Al Viro31f43472010-10-29 03:38:12 -04003027static struct dentry *
3028nfs4_remote_referral_mount(struct file_system_type *fs_type, int flags,
3029 const char *dev_name, void *raw_data)
David Howellsf7b422b2006-06-09 09:34:33 -04003030{
3031 struct nfs_clone_mount *data = raw_data;
David Howells54ceac42006-08-22 20:06:13 -04003032 struct super_block *s;
3033 struct nfs_server *server;
3034 struct dentry *mntroot;
Trond Myklebust4f727292010-04-16 16:22:48 -04003035 struct nfs_fh *mntfh;
Trond Myklebust75180df2007-05-16 16:53:28 -04003036 int (*compare_super)(struct super_block *, void *) = nfs_compare_super;
Trond Myklebuste89a5a42007-08-31 10:45:17 -04003037 struct nfs_sb_mountdata sb_mntdata = {
3038 .mntflags = flags,
3039 };
Trond Myklebust4f727292010-04-16 16:22:48 -04003040 int error = -ENOMEM;
David Howells54ceac42006-08-22 20:06:13 -04003041
3042 dprintk("--> nfs4_referral_get_sb()\n");
3043
Trond Myklebust4f727292010-04-16 16:22:48 -04003044 mntfh = nfs_alloc_fhandle();
3045 if (mntfh == NULL)
3046 goto out_err_nofh;
3047
David Howells54ceac42006-08-22 20:06:13 -04003048 /* create a new volume representation */
Trond Myklebust4f727292010-04-16 16:22:48 -04003049 server = nfs4_create_referral_server(data, mntfh);
David Howells54ceac42006-08-22 20:06:13 -04003050 if (IS_ERR(server)) {
3051 error = PTR_ERR(server);
3052 goto out_err_noserver;
3053 }
Trond Myklebuste89a5a42007-08-31 10:45:17 -04003054 sb_mntdata.server = server;
David Howells54ceac42006-08-22 20:06:13 -04003055
Trond Myklebust75180df2007-05-16 16:53:28 -04003056 if (server->flags & NFS4_MOUNT_UNSHARED)
3057 compare_super = NULL;
3058
Sachin Prabhufb2088c2011-08-01 12:10:12 +01003059 /* -o noac implies -o sync */
3060 if (server->flags & NFS_MOUNT_NOAC)
3061 sb_mntdata.mntflags |= MS_SYNCHRONOUS;
3062
David Howells54ceac42006-08-22 20:06:13 -04003063 /* Get a superblock - note that we may end up sharing one that already exists */
Andy Adamsonec9a05c2008-10-17 10:44:37 -04003064 s = sget(&nfs4_fs_type, compare_super, nfs_set_super, &sb_mntdata);
David Howells54ceac42006-08-22 20:06:13 -04003065 if (IS_ERR(s)) {
3066 error = PTR_ERR(s);
3067 goto out_err_nosb;
3068 }
3069
3070 if (s->s_fs_info != server) {
3071 nfs_free_server(server);
3072 server = NULL;
Miklos Szeredifa799752008-04-30 00:54:33 -07003073 } else {
3074 error = nfs_bdi_register(server);
3075 if (error)
NeilBrowncfbc0682010-03-11 11:20:17 +11003076 goto error_splat_bdi;
David Howells54ceac42006-08-22 20:06:13 -04003077 }
3078
3079 if (!s->s_root) {
3080 /* initial superblock/root creation */
David Howells54ceac42006-08-22 20:06:13 -04003081 nfs4_fill_super(s);
David Howells2df54802009-09-23 14:36:39 -04003082 nfs_fscache_get_super_cookie(s, NULL, data);
David Howells54ceac42006-08-22 20:06:13 -04003083 }
3084
Al Viro0d5839a2011-03-16 05:27:27 -04003085 mntroot = nfs4_get_root(s, mntfh, dev_name);
David Howells54ceac42006-08-22 20:06:13 -04003086 if (IS_ERR(mntroot)) {
3087 error = PTR_ERR(mntroot);
3088 goto error_splat_super;
3089 }
Trond Myklebuste9cc6c22008-01-02 13:28:57 -05003090 if (mntroot->d_inode->i_op != NFS_SB(s)->nfs_client->rpc_ops->dir_inode_ops) {
3091 dput(mntroot);
3092 error = -ESTALE;
3093 goto error_splat_super;
3094 }
David Howells54ceac42006-08-22 20:06:13 -04003095
3096 s->s_flags |= MS_ACTIVE;
David Howells54ceac42006-08-22 20:06:13 -04003097
Eric Paris46c8ac72008-05-02 13:42:42 -07003098 security_sb_clone_mnt_opts(data->sb, s);
3099
Trond Myklebust4f727292010-04-16 16:22:48 -04003100 nfs_free_fhandle(mntfh);
David Howells54ceac42006-08-22 20:06:13 -04003101 dprintk("<-- nfs4_referral_get_sb() = 0\n");
Al Viro31f43472010-10-29 03:38:12 -04003102 return mntroot;
David Howells54ceac42006-08-22 20:06:13 -04003103
3104out_err_nosb:
3105 nfs_free_server(server);
3106out_err_noserver:
Trond Myklebust4f727292010-04-16 16:22:48 -04003107 nfs_free_fhandle(mntfh);
3108out_err_nofh:
David Howells54ceac42006-08-22 20:06:13 -04003109 dprintk("<-- nfs4_referral_get_sb() = %d [error]\n", error);
Al Viro31f43472010-10-29 03:38:12 -04003110 return ERR_PTR(error);
David Howells54ceac42006-08-22 20:06:13 -04003111
3112error_splat_super:
NeilBrowncfbc0682010-03-11 11:20:17 +11003113 if (server && !s->s_root)
3114 bdi_unregister(&server->backing_dev_info);
3115error_splat_bdi:
Al Viro6f5bbff2009-05-06 01:34:22 -04003116 deactivate_locked_super(s);
Trond Myklebust4f727292010-04-16 16:22:48 -04003117 nfs_free_fhandle(mntfh);
David Howells54ceac42006-08-22 20:06:13 -04003118 dprintk("<-- nfs4_referral_get_sb() = %d [splat]\n", error);
Al Viro31f43472010-10-29 03:38:12 -04003119 return ERR_PTR(error);
David Howellsf7b422b2006-06-09 09:34:33 -04003120}
3121
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04003122/*
3123 * Create an NFS4 server record on referral traversal
3124 */
Al Viro01194982011-03-16 07:25:36 -04003125static struct dentry *nfs4_referral_mount(struct file_system_type *fs_type,
3126 int flags, const char *dev_name, void *raw_data)
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04003127{
3128 struct nfs_clone_mount *data = raw_data;
3129 char *export_path;
3130 struct vfsmount *root_mnt;
Al Viro01194982011-03-16 07:25:36 -04003131 struct dentry *res;
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04003132
Al Viro01194982011-03-16 07:25:36 -04003133 dprintk("--> nfs4_referral_mount()\n");
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04003134
3135 export_path = data->mnt_path;
3136 data->mnt_path = "/";
3137
3138 root_mnt = nfs_do_root_mount(&nfs4_remote_referral_fs_type,
3139 flags, data, data->hostname);
3140 data->mnt_path = export_path;
3141
Al Viro5352d3b2011-11-16 21:52:06 -05003142 res = nfs_follow_remote_path(root_mnt, export_path);
Al Viro01194982011-03-16 07:25:36 -04003143 dprintk("<-- nfs4_referral_mount() = %ld%s\n",
3144 IS_ERR(res) ? PTR_ERR(res) : 0,
3145 IS_ERR(res) ? " [error]" : "");
3146 return res;
Trond Myklebustc02d7ad2009-06-22 15:09:14 -04003147}
3148
David Howells54ceac42006-08-22 20:06:13 -04003149#endif /* CONFIG_NFS_V4 */