4 * Copyright (C) 1992 Rick Sladkey
6 * nfs superblock handling functions
8 * Modularised by Alan Cox <Alan.Cox@linux.org>, while hacking some
9 * experimental NFS changes. Modularisation taken straight from SYS5 fs.
11 * Change to nfs_read_super() to permit NFS mounts to multi-homed hosts.
12 * J.S.Peatfield@damtp.cam.ac.uk
14 * Split from inode.c by David Howells <dhowells@redhat.com>
16 * - 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())
23 #include <linux/module.h>
24 #include <linux/init.h>
26 #include <linux/time.h>
27 #include <linux/kernel.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>
36 #include <linux/sunrpc/xprtsock.h>
37 #include <linux/sunrpc/xprtrdma.h>
38 #include <linux/nfs_fs.h>
39 #include <linux/nfs_mount.h>
40 #include <linux/nfs4_mount.h>
41 #include <linux/lockd/bind.h>
42 #include <linux/smp_lock.h>
43 #include <linux/seq_file.h>
44 #include <linux/mount.h>
45 #include <linux/nfs_idmap.h>
46 #include <linux/vfs.h>
47 #include <linux/inet.h>
48 #include <linux/in6.h>
50 #include <linux/nfs_xdr.h>
51 #include <linux/magic.h>
52 #include <linux/parser.h>
54 #include <asm/system.h>
55 #include <asm/uaccess.h>
59 #include "delegation.h"
63 #define NFSDBG_FACILITY NFSDBG_VFS
66 /* Mount options that take no arguments */
69 Opt_posix
, Opt_noposix
,
74 Opt_udp
, Opt_tcp
, Opt_rdma
,
76 Opt_rdirplus
, Opt_nordirplus
,
77 Opt_sharecache
, Opt_nosharecache
,
79 /* Mount options that take integer arguments */
81 Opt_rsize
, Opt_wsize
, Opt_bsize
,
82 Opt_timeo
, Opt_retrans
,
83 Opt_acregmin
, Opt_acregmax
,
84 Opt_acdirmin
, Opt_acdirmax
,
91 /* Mount options that take string arguments */
92 Opt_sec
, Opt_proto
, Opt_mountproto
, Opt_mounthost
,
93 Opt_addr
, Opt_mountaddr
, Opt_clientaddr
,
95 /* Mount options that are ignored */
96 Opt_userspace
, Opt_deprecated
,
101 static match_table_t nfs_mount_option_tokens
= {
102 { Opt_userspace
, "bg" },
103 { Opt_userspace
, "fg" },
104 { Opt_soft
, "soft" },
105 { Opt_hard
, "hard" },
106 { Opt_intr
, "intr" },
107 { Opt_nointr
, "nointr" },
108 { Opt_posix
, "posix" },
109 { Opt_noposix
, "noposix" },
111 { Opt_nocto
, "nocto" },
113 { Opt_noac
, "noac" },
114 { Opt_lock
, "lock" },
115 { Opt_nolock
, "nolock" },
120 { Opt_rdma
, "rdma" },
122 { Opt_noacl
, "noacl" },
123 { Opt_rdirplus
, "rdirplus" },
124 { Opt_nordirplus
, "nordirplus" },
125 { Opt_sharecache
, "sharecache" },
126 { Opt_nosharecache
, "nosharecache" },
128 { Opt_port
, "port=%u" },
129 { Opt_rsize
, "rsize=%u" },
130 { Opt_wsize
, "wsize=%u" },
131 { Opt_bsize
, "bsize=%u" },
132 { Opt_timeo
, "timeo=%u" },
133 { Opt_retrans
, "retrans=%u" },
134 { Opt_acregmin
, "acregmin=%u" },
135 { Opt_acregmax
, "acregmax=%u" },
136 { Opt_acdirmin
, "acdirmin=%u" },
137 { Opt_acdirmax
, "acdirmax=%u" },
138 { Opt_actimeo
, "actimeo=%u" },
139 { Opt_userspace
, "retry=%u" },
140 { Opt_namelen
, "namlen=%u" },
141 { Opt_mountport
, "mountport=%u" },
142 { Opt_mountvers
, "mountvers=%u" },
143 { Opt_nfsvers
, "nfsvers=%u" },
144 { Opt_nfsvers
, "vers=%u" },
146 { Opt_sec
, "sec=%s" },
147 { Opt_proto
, "proto=%s" },
148 { Opt_mountproto
, "mountproto=%s" },
149 { Opt_addr
, "addr=%s" },
150 { Opt_clientaddr
, "clientaddr=%s" },
151 { Opt_mounthost
, "mounthost=%s" },
152 { Opt_mountaddr
, "mountaddr=%s" },
158 Opt_xprt_udp
, Opt_xprt_tcp
, Opt_xprt_rdma
,
163 static match_table_t nfs_xprt_protocol_tokens
= {
164 { Opt_xprt_udp
, "udp" },
165 { Opt_xprt_tcp
, "tcp" },
166 { Opt_xprt_rdma
, "rdma" },
168 { Opt_xprt_err
, NULL
}
172 Opt_sec_none
, Opt_sec_sys
,
173 Opt_sec_krb5
, Opt_sec_krb5i
, Opt_sec_krb5p
,
174 Opt_sec_lkey
, Opt_sec_lkeyi
, Opt_sec_lkeyp
,
175 Opt_sec_spkm
, Opt_sec_spkmi
, Opt_sec_spkmp
,
180 static match_table_t nfs_secflavor_tokens
= {
181 { Opt_sec_none
, "none" },
182 { Opt_sec_none
, "null" },
183 { Opt_sec_sys
, "sys" },
185 { Opt_sec_krb5
, "krb5" },
186 { Opt_sec_krb5i
, "krb5i" },
187 { Opt_sec_krb5p
, "krb5p" },
189 { Opt_sec_lkey
, "lkey" },
190 { Opt_sec_lkeyi
, "lkeyi" },
191 { Opt_sec_lkeyp
, "lkeyp" },
193 { Opt_sec_spkm
, "spkm3" },
194 { Opt_sec_spkmi
, "spkm3i" },
195 { Opt_sec_spkmp
, "spkm3p" },
197 { Opt_sec_err
, NULL
}
201 static void nfs_umount_begin(struct vfsmount
*, int);
202 static int nfs_statfs(struct dentry
*, struct kstatfs
*);
203 static int nfs_show_options(struct seq_file
*, struct vfsmount
*);
204 static int nfs_show_stats(struct seq_file
*, struct vfsmount
*);
205 static int nfs_get_sb(struct file_system_type
*, int, const char *, void *, struct vfsmount
*);
206 static int nfs_xdev_get_sb(struct file_system_type
*fs_type
,
207 int flags
, const char *dev_name
, void *raw_data
, struct vfsmount
*mnt
);
208 static void nfs_kill_super(struct super_block
*);
209 static void nfs_put_super(struct super_block
*);
211 static struct file_system_type nfs_fs_type
= {
212 .owner
= THIS_MODULE
,
214 .get_sb
= nfs_get_sb
,
215 .kill_sb
= nfs_kill_super
,
216 .fs_flags
= FS_RENAME_DOES_D_MOVE
|FS_REVAL_DOT
|FS_BINARY_MOUNTDATA
,
219 struct file_system_type nfs_xdev_fs_type
= {
220 .owner
= THIS_MODULE
,
222 .get_sb
= nfs_xdev_get_sb
,
223 .kill_sb
= nfs_kill_super
,
224 .fs_flags
= FS_RENAME_DOES_D_MOVE
|FS_REVAL_DOT
|FS_BINARY_MOUNTDATA
,
227 static const struct super_operations nfs_sops
= {
228 .alloc_inode
= nfs_alloc_inode
,
229 .destroy_inode
= nfs_destroy_inode
,
230 .write_inode
= nfs_write_inode
,
231 .put_super
= nfs_put_super
,
232 .statfs
= nfs_statfs
,
233 .clear_inode
= nfs_clear_inode
,
234 .umount_begin
= nfs_umount_begin
,
235 .show_options
= nfs_show_options
,
236 .show_stats
= nfs_show_stats
,
240 static int nfs4_get_sb(struct file_system_type
*fs_type
,
241 int flags
, const char *dev_name
, void *raw_data
, struct vfsmount
*mnt
);
242 static int nfs4_xdev_get_sb(struct file_system_type
*fs_type
,
243 int flags
, const char *dev_name
, void *raw_data
, struct vfsmount
*mnt
);
244 static int nfs4_referral_get_sb(struct file_system_type
*fs_type
,
245 int flags
, const char *dev_name
, void *raw_data
, struct vfsmount
*mnt
);
246 static void nfs4_kill_super(struct super_block
*sb
);
248 static struct file_system_type nfs4_fs_type
= {
249 .owner
= THIS_MODULE
,
251 .get_sb
= nfs4_get_sb
,
252 .kill_sb
= nfs4_kill_super
,
253 .fs_flags
= FS_RENAME_DOES_D_MOVE
|FS_REVAL_DOT
|FS_BINARY_MOUNTDATA
,
256 struct file_system_type nfs4_xdev_fs_type
= {
257 .owner
= THIS_MODULE
,
259 .get_sb
= nfs4_xdev_get_sb
,
260 .kill_sb
= nfs4_kill_super
,
261 .fs_flags
= FS_RENAME_DOES_D_MOVE
|FS_REVAL_DOT
|FS_BINARY_MOUNTDATA
,
264 struct file_system_type nfs4_referral_fs_type
= {
265 .owner
= THIS_MODULE
,
267 .get_sb
= nfs4_referral_get_sb
,
268 .kill_sb
= nfs4_kill_super
,
269 .fs_flags
= FS_RENAME_DOES_D_MOVE
|FS_REVAL_DOT
|FS_BINARY_MOUNTDATA
,
272 static const struct super_operations nfs4_sops
= {
273 .alloc_inode
= nfs_alloc_inode
,
274 .destroy_inode
= nfs_destroy_inode
,
275 .write_inode
= nfs_write_inode
,
276 .statfs
= nfs_statfs
,
277 .clear_inode
= nfs4_clear_inode
,
278 .umount_begin
= nfs_umount_begin
,
279 .show_options
= nfs_show_options
,
280 .show_stats
= nfs_show_stats
,
284 static struct shrinker acl_shrinker
= {
285 .shrink
= nfs_access_cache_shrinker
,
286 .seeks
= DEFAULT_SEEKS
,
290 * Register the NFS filesystems
292 int __init
register_nfs_fs(void)
296 ret
= register_filesystem(&nfs_fs_type
);
300 ret
= nfs_register_sysctl();
304 ret
= register_filesystem(&nfs4_fs_type
);
308 register_shrinker(&acl_shrinker
);
313 nfs_unregister_sysctl();
316 unregister_filesystem(&nfs_fs_type
);
322 * Unregister the NFS filesystems
324 void __exit
unregister_nfs_fs(void)
326 unregister_shrinker(&acl_shrinker
);
328 unregister_filesystem(&nfs4_fs_type
);
330 nfs_unregister_sysctl();
331 unregister_filesystem(&nfs_fs_type
);
334 void nfs_sb_active(struct nfs_server
*server
)
336 atomic_inc(&server
->active
);
339 void nfs_sb_deactive(struct nfs_server
*server
)
341 if (atomic_dec_and_test(&server
->active
))
342 wake_up(&server
->active_wq
);
345 static void nfs_put_super(struct super_block
*sb
)
347 struct nfs_server
*server
= NFS_SB(sb
);
349 * Make sure there are no outstanding ops to this server.
350 * If so, wait for them to finish before allowing the
351 * unmount to continue.
353 wait_event(server
->active_wq
, atomic_read(&server
->active
) == 0);
357 * Deliver file system statistics to userspace
359 static int nfs_statfs(struct dentry
*dentry
, struct kstatfs
*buf
)
361 struct nfs_server
*server
= NFS_SB(dentry
->d_sb
);
362 unsigned char blockbits
;
363 unsigned long blockres
;
364 struct nfs_fh
*fh
= NFS_FH(dentry
->d_inode
);
365 struct nfs_fattr fattr
;
366 struct nfs_fsstat res
= {
373 error
= server
->nfs_client
->rpc_ops
->statfs(server
, fh
, &res
);
376 buf
->f_type
= NFS_SUPER_MAGIC
;
379 * Current versions of glibc do not correctly handle the
380 * case where f_frsize != f_bsize. Eventually we want to
381 * report the value of wtmult in this field.
383 buf
->f_frsize
= dentry
->d_sb
->s_blocksize
;
386 * On most *nix systems, f_blocks, f_bfree, and f_bavail
387 * are reported in units of f_frsize. Linux hasn't had
388 * an f_frsize field in its statfs struct until recently,
389 * thus historically Linux's sys_statfs reports these
390 * fields in units of f_bsize.
392 buf
->f_bsize
= dentry
->d_sb
->s_blocksize
;
393 blockbits
= dentry
->d_sb
->s_blocksize_bits
;
394 blockres
= (1 << blockbits
) - 1;
395 buf
->f_blocks
= (res
.tbytes
+ blockres
) >> blockbits
;
396 buf
->f_bfree
= (res
.fbytes
+ blockres
) >> blockbits
;
397 buf
->f_bavail
= (res
.abytes
+ blockres
) >> blockbits
;
399 buf
->f_files
= res
.tfiles
;
400 buf
->f_ffree
= res
.afiles
;
402 buf
->f_namelen
= server
->namelen
;
408 dprintk("%s: statfs error = %d\n", __FUNCTION__
, -error
);
414 * Map the security flavour number to a name
416 static const char *nfs_pseudoflavour_to_name(rpc_authflavor_t flavour
)
418 static const struct {
419 rpc_authflavor_t flavour
;
422 { RPC_AUTH_NULL
, "null" },
423 { RPC_AUTH_UNIX
, "sys" },
424 { RPC_AUTH_GSS_KRB5
, "krb5" },
425 { RPC_AUTH_GSS_KRB5I
, "krb5i" },
426 { RPC_AUTH_GSS_KRB5P
, "krb5p" },
427 { RPC_AUTH_GSS_LKEY
, "lkey" },
428 { RPC_AUTH_GSS_LKEYI
, "lkeyi" },
429 { RPC_AUTH_GSS_LKEYP
, "lkeyp" },
430 { RPC_AUTH_GSS_SPKM
, "spkm" },
431 { RPC_AUTH_GSS_SPKMI
, "spkmi" },
432 { RPC_AUTH_GSS_SPKMP
, "spkmp" },
433 { UINT_MAX
, "unknown" }
437 for (i
= 0; sec_flavours
[i
].flavour
!= UINT_MAX
; i
++) {
438 if (sec_flavours
[i
].flavour
== flavour
)
441 return sec_flavours
[i
].str
;
445 * Describe the mount options in force on this server representation
447 static void nfs_show_mount_options(struct seq_file
*m
, struct nfs_server
*nfss
, int showdefaults
)
449 static const struct proc_nfs_info
{
454 { NFS_MOUNT_SOFT
, ",soft", ",hard" },
455 { NFS_MOUNT_NOCTO
, ",nocto", "" },
456 { NFS_MOUNT_NOAC
, ",noac", "" },
457 { NFS_MOUNT_NONLM
, ",nolock", "" },
458 { NFS_MOUNT_NOACL
, ",noacl", "" },
459 { NFS_MOUNT_NORDIRPLUS
, ",nordirplus", "" },
460 { NFS_MOUNT_UNSHARED
, ",nosharecache", ""},
463 const struct proc_nfs_info
*nfs_infop
;
464 struct nfs_client
*clp
= nfss
->nfs_client
;
466 seq_printf(m
, ",vers=%d", clp
->rpc_ops
->version
);
467 seq_printf(m
, ",rsize=%d", nfss
->rsize
);
468 seq_printf(m
, ",wsize=%d", nfss
->wsize
);
469 if (nfss
->acregmin
!= 3*HZ
|| showdefaults
)
470 seq_printf(m
, ",acregmin=%d", nfss
->acregmin
/HZ
);
471 if (nfss
->acregmax
!= 60*HZ
|| showdefaults
)
472 seq_printf(m
, ",acregmax=%d", nfss
->acregmax
/HZ
);
473 if (nfss
->acdirmin
!= 30*HZ
|| showdefaults
)
474 seq_printf(m
, ",acdirmin=%d", nfss
->acdirmin
/HZ
);
475 if (nfss
->acdirmax
!= 60*HZ
|| showdefaults
)
476 seq_printf(m
, ",acdirmax=%d", nfss
->acdirmax
/HZ
);
477 for (nfs_infop
= nfs_info
; nfs_infop
->flag
; nfs_infop
++) {
478 if (nfss
->flags
& nfs_infop
->flag
)
479 seq_puts(m
, nfs_infop
->str
);
481 seq_puts(m
, nfs_infop
->nostr
);
483 seq_printf(m
, ",proto=%s",
484 rpc_peeraddr2str(nfss
->client
, RPC_DISPLAY_PROTO
));
485 seq_printf(m
, ",timeo=%lu", 10U * nfss
->client
->cl_timeout
->to_initval
/ HZ
);
486 seq_printf(m
, ",retrans=%u", nfss
->client
->cl_timeout
->to_retries
);
487 seq_printf(m
, ",sec=%s", nfs_pseudoflavour_to_name(nfss
->client
->cl_auth
->au_flavor
));
491 * Describe the mount options on this VFS mountpoint
493 static int nfs_show_options(struct seq_file
*m
, struct vfsmount
*mnt
)
495 struct nfs_server
*nfss
= NFS_SB(mnt
->mnt_sb
);
497 nfs_show_mount_options(m
, nfss
, 0);
499 seq_printf(m
, ",addr=%s",
500 rpc_peeraddr2str(nfss
->nfs_client
->cl_rpcclient
,
507 * Present statistical information for this VFS mountpoint
509 static int nfs_show_stats(struct seq_file
*m
, struct vfsmount
*mnt
)
512 struct nfs_server
*nfss
= NFS_SB(mnt
->mnt_sb
);
513 struct rpc_auth
*auth
= nfss
->client
->cl_auth
;
514 struct nfs_iostats totals
= { };
516 seq_printf(m
, "statvers=%s", NFS_IOSTAT_VERS
);
519 * Display all mount option settings
521 seq_printf(m
, "\n\topts:\t");
522 seq_puts(m
, mnt
->mnt_sb
->s_flags
& MS_RDONLY
? "ro" : "rw");
523 seq_puts(m
, mnt
->mnt_sb
->s_flags
& MS_SYNCHRONOUS
? ",sync" : "");
524 seq_puts(m
, mnt
->mnt_sb
->s_flags
& MS_NOATIME
? ",noatime" : "");
525 seq_puts(m
, mnt
->mnt_sb
->s_flags
& MS_NODIRATIME
? ",nodiratime" : "");
526 nfs_show_mount_options(m
, nfss
, 1);
528 seq_printf(m
, "\n\tage:\t%lu", (jiffies
- nfss
->mount_time
) / HZ
);
530 seq_printf(m
, "\n\tcaps:\t");
531 seq_printf(m
, "caps=0x%x", nfss
->caps
);
532 seq_printf(m
, ",wtmult=%d", nfss
->wtmult
);
533 seq_printf(m
, ",dtsize=%d", nfss
->dtsize
);
534 seq_printf(m
, ",bsize=%d", nfss
->bsize
);
535 seq_printf(m
, ",namelen=%d", nfss
->namelen
);
538 if (nfss
->nfs_client
->rpc_ops
->version
== 4) {
539 seq_printf(m
, "\n\tnfsv4:\t");
540 seq_printf(m
, "bm0=0x%x", nfss
->attr_bitmask
[0]);
541 seq_printf(m
, ",bm1=0x%x", nfss
->attr_bitmask
[1]);
542 seq_printf(m
, ",acl=0x%x", nfss
->acl_bitmask
);
547 * Display security flavor in effect for this mount
549 seq_printf(m
, "\n\tsec:\tflavor=%d", auth
->au_ops
->au_flavor
);
551 seq_printf(m
, ",pseudoflavor=%d", auth
->au_flavor
);
554 * Display superblock I/O counters
556 for_each_possible_cpu(cpu
) {
557 struct nfs_iostats
*stats
;
560 stats
= per_cpu_ptr(nfss
->io_stats
, cpu
);
562 for (i
= 0; i
< __NFSIOS_COUNTSMAX
; i
++)
563 totals
.events
[i
] += stats
->events
[i
];
564 for (i
= 0; i
< __NFSIOS_BYTESMAX
; i
++)
565 totals
.bytes
[i
] += stats
->bytes
[i
];
570 seq_printf(m
, "\n\tevents:\t");
571 for (i
= 0; i
< __NFSIOS_COUNTSMAX
; i
++)
572 seq_printf(m
, "%lu ", totals
.events
[i
]);
573 seq_printf(m
, "\n\tbytes:\t");
574 for (i
= 0; i
< __NFSIOS_BYTESMAX
; i
++)
575 seq_printf(m
, "%Lu ", totals
.bytes
[i
]);
578 rpc_print_iostats(m
, nfss
->client
);
584 * Begin unmount by attempting to remove all automounted mountpoints we added
585 * in response to xdev traversals and referrals
587 static void nfs_umount_begin(struct vfsmount
*vfsmnt
, int flags
)
589 struct nfs_server
*server
= NFS_SB(vfsmnt
->mnt_sb
);
590 struct rpc_clnt
*rpc
;
592 if (!(flags
& MNT_FORCE
))
594 /* -EIO all pending I/O */
595 rpc
= server
->client_acl
;
597 rpc_killall_tasks(rpc
);
598 rpc
= server
->client
;
600 rpc_killall_tasks(rpc
);
604 * Set the port number in an address. Be agnostic about the address family.
606 static void nfs_set_port(struct sockaddr
*sap
, unsigned short port
)
608 switch (sap
->sa_family
) {
610 struct sockaddr_in
*ap
= (struct sockaddr_in
*)sap
;
611 ap
->sin_port
= htons(port
);
615 struct sockaddr_in6
*ap
= (struct sockaddr_in6
*)sap
;
616 ap
->sin6_port
= htons(port
);
623 * Sanity-check a server address provided by the mount command.
625 * Address family must be initialized, and address must not be
626 * the ANY address for that family.
628 static int nfs_verify_server_address(struct sockaddr
*addr
)
630 switch (addr
->sa_family
) {
632 struct sockaddr_in
*sa
= (struct sockaddr_in
*)addr
;
633 return sa
->sin_addr
.s_addr
!= htonl(INADDR_ANY
);
636 struct in6_addr
*sa
= &((struct sockaddr_in6
*)addr
)->sin6_addr
;
637 return !ipv6_addr_any(sa
);
645 * Parse string addresses passed in via a mount option,
646 * and construct a sockaddr based on the result.
648 * If address parsing fails, set the sockaddr's address
649 * family to AF_UNSPEC to force nfs_verify_server_address()
652 static void nfs_parse_server_address(char *value
,
653 struct sockaddr
*sap
,
656 if (strchr(value
, ':')) {
657 struct sockaddr_in6
*ap
= (struct sockaddr_in6
*)sap
;
658 u8
*addr
= (u8
*)&ap
->sin6_addr
.in6_u
;
660 ap
->sin6_family
= AF_INET6
;
662 if (in6_pton(value
, -1, addr
, '\0', NULL
))
665 struct sockaddr_in
*ap
= (struct sockaddr_in
*)sap
;
666 u8
*addr
= (u8
*)&ap
->sin_addr
.s_addr
;
668 ap
->sin_family
= AF_INET
;
670 if (in4_pton(value
, -1, addr
, '\0', NULL
))
674 sap
->sa_family
= AF_UNSPEC
;
679 * Error-check and convert a string of mount options from user space into
682 static int nfs_parse_mount_options(char *raw
,
683 struct nfs_parsed_mount_data
*mnt
)
685 char *p
, *string
, *secdata
;
686 unsigned short port
= 0;
690 dfprintk(MOUNT
, "NFS: mount options string was NULL.\n");
693 dfprintk(MOUNT
, "NFS: nfs mount opts='%s'\n", raw
);
695 secdata
= alloc_secdata();
699 rc
= security_sb_copy_data(raw
, secdata
);
701 goto out_security_failure
;
703 rc
= security_sb_parse_opts_str(secdata
, &mnt
->lsm_opts
);
705 goto out_security_failure
;
707 free_secdata(secdata
);
709 while ((p
= strsep(&raw
, ",")) != NULL
) {
710 substring_t args
[MAX_OPT_ARGS
];
716 dfprintk(MOUNT
, "NFS: parsing nfs mount option '%s'\n", p
);
718 token
= match_token(p
, nfs_mount_option_tokens
, args
);
721 mnt
->flags
|= NFS_MOUNT_SOFT
;
724 mnt
->flags
&= ~NFS_MOUNT_SOFT
;
730 mnt
->flags
|= NFS_MOUNT_POSIX
;
733 mnt
->flags
&= ~NFS_MOUNT_POSIX
;
736 mnt
->flags
&= ~NFS_MOUNT_NOCTO
;
739 mnt
->flags
|= NFS_MOUNT_NOCTO
;
742 mnt
->flags
&= ~NFS_MOUNT_NOAC
;
745 mnt
->flags
|= NFS_MOUNT_NOAC
;
748 mnt
->flags
&= ~NFS_MOUNT_NONLM
;
751 mnt
->flags
|= NFS_MOUNT_NONLM
;
754 mnt
->flags
&= ~NFS_MOUNT_VER3
;
757 mnt
->flags
|= NFS_MOUNT_VER3
;
760 mnt
->flags
&= ~NFS_MOUNT_TCP
;
761 mnt
->nfs_server
.protocol
= XPRT_TRANSPORT_UDP
;
766 mnt
->flags
|= NFS_MOUNT_TCP
;
767 mnt
->nfs_server
.protocol
= XPRT_TRANSPORT_TCP
;
772 mnt
->flags
|= NFS_MOUNT_TCP
; /* for side protocols */
773 mnt
->nfs_server
.protocol
= XPRT_TRANSPORT_RDMA
;
778 mnt
->flags
&= ~NFS_MOUNT_NOACL
;
781 mnt
->flags
|= NFS_MOUNT_NOACL
;
784 mnt
->flags
&= ~NFS_MOUNT_NORDIRPLUS
;
787 mnt
->flags
|= NFS_MOUNT_NORDIRPLUS
;
790 mnt
->flags
&= ~NFS_MOUNT_UNSHARED
;
792 case Opt_nosharecache
:
793 mnt
->flags
|= NFS_MOUNT_UNSHARED
;
797 if (match_int(args
, &option
))
799 if (option
< 0 || option
> 65535)
804 if (match_int(args
, &mnt
->rsize
))
808 if (match_int(args
, &mnt
->wsize
))
812 if (match_int(args
, &option
))
819 if (match_int(args
, &mnt
->timeo
))
823 if (match_int(args
, &mnt
->retrans
))
827 if (match_int(args
, &mnt
->acregmin
))
831 if (match_int(args
, &mnt
->acregmax
))
835 if (match_int(args
, &mnt
->acdirmin
))
839 if (match_int(args
, &mnt
->acdirmax
))
843 if (match_int(args
, &option
))
850 mnt
->acdirmax
= option
;
853 if (match_int(args
, &mnt
->namlen
))
857 if (match_int(args
, &option
))
859 if (option
< 0 || option
> 65535)
861 mnt
->mount_server
.port
= option
;
864 if (match_int(args
, &option
))
868 mnt
->mount_server
.version
= option
;
871 if (match_int(args
, &option
))
875 mnt
->flags
&= ~NFS_MOUNT_VER3
;
878 mnt
->flags
|= NFS_MOUNT_VER3
;
886 string
= match_strdup(args
);
889 token
= match_token(string
, nfs_secflavor_tokens
, args
);
893 * The flags setting is for v2/v3. The flavor_len
894 * setting is for v4. v2/v3 also need to know the
895 * difference between NULL and UNIX.
899 mnt
->flags
&= ~NFS_MOUNT_SECFLAVOUR
;
900 mnt
->auth_flavor_len
= 0;
901 mnt
->auth_flavors
[0] = RPC_AUTH_NULL
;
904 mnt
->flags
&= ~NFS_MOUNT_SECFLAVOUR
;
905 mnt
->auth_flavor_len
= 0;
906 mnt
->auth_flavors
[0] = RPC_AUTH_UNIX
;
909 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
910 mnt
->auth_flavor_len
= 1;
911 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_KRB5
;
914 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
915 mnt
->auth_flavor_len
= 1;
916 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_KRB5I
;
919 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
920 mnt
->auth_flavor_len
= 1;
921 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_KRB5P
;
924 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
925 mnt
->auth_flavor_len
= 1;
926 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_LKEY
;
929 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
930 mnt
->auth_flavor_len
= 1;
931 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_LKEYI
;
934 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
935 mnt
->auth_flavor_len
= 1;
936 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_LKEYP
;
939 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
940 mnt
->auth_flavor_len
= 1;
941 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_SPKM
;
944 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
945 mnt
->auth_flavor_len
= 1;
946 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_SPKMI
;
949 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
950 mnt
->auth_flavor_len
= 1;
951 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_SPKMP
;
958 string
= match_strdup(args
);
961 token
= match_token(string
,
962 nfs_xprt_protocol_tokens
, args
);
967 mnt
->flags
&= ~NFS_MOUNT_TCP
;
968 mnt
->nfs_server
.protocol
= XPRT_TRANSPORT_UDP
;
973 mnt
->flags
|= NFS_MOUNT_TCP
;
974 mnt
->nfs_server
.protocol
= XPRT_TRANSPORT_TCP
;
979 /* vector side protocols to TCP */
980 mnt
->flags
|= NFS_MOUNT_TCP
;
981 mnt
->nfs_server
.protocol
= XPRT_TRANSPORT_RDMA
;
990 string
= match_strdup(args
);
993 token
= match_token(string
,
994 nfs_xprt_protocol_tokens
, args
);
999 mnt
->mount_server
.protocol
= XPRT_TRANSPORT_UDP
;
1002 mnt
->mount_server
.protocol
= XPRT_TRANSPORT_TCP
;
1004 case Opt_xprt_rdma
: /* not used for side protocols */
1006 goto out_unrec_xprt
;
1010 string
= match_strdup(args
);
1013 nfs_parse_server_address(string
, (struct sockaddr
*)
1014 &mnt
->nfs_server
.address
,
1015 &mnt
->nfs_server
.addrlen
);
1018 case Opt_clientaddr
:
1019 string
= match_strdup(args
);
1022 kfree(mnt
->client_address
);
1023 mnt
->client_address
= string
;
1026 string
= match_strdup(args
);
1029 kfree(mnt
->mount_server
.hostname
);
1030 mnt
->mount_server
.hostname
= string
;
1033 string
= match_strdup(args
);
1036 nfs_parse_server_address(string
, (struct sockaddr
*)
1037 &mnt
->mount_server
.address
,
1038 &mnt
->mount_server
.addrlen
);
1043 case Opt_deprecated
:
1051 nfs_set_port((struct sockaddr
*)&mnt
->nfs_server
.address
, port
);
1056 printk(KERN_INFO
"NFS: not enough memory to parse option\n");
1058 out_security_failure
:
1059 free_secdata(secdata
);
1060 printk(KERN_INFO
"NFS: security options invalid: %d\n", rc
);
1063 printk(KERN_INFO
"NFS: unrecognized NFS version number\n");
1067 printk(KERN_INFO
"NFS: unrecognized transport protocol\n");
1071 printk(KERN_INFO
"NFS: unrecognized security flavor\n");
1075 printk(KERN_INFO
"NFS: unknown mount option: %s\n", p
);
1080 * Use the remote server's MOUNT service to request the NFS file handle
1081 * corresponding to the provided path.
1083 static int nfs_try_mount(struct nfs_parsed_mount_data
*args
,
1084 struct nfs_fh
*root_fh
)
1086 struct sockaddr
*sap
= (struct sockaddr
*)&args
->mount_server
.address
;
1090 if (args
->mount_server
.version
== 0) {
1091 if (args
->flags
& NFS_MOUNT_VER3
)
1092 args
->mount_server
.version
= NFS_MNT3_VERSION
;
1094 args
->mount_server
.version
= NFS_MNT_VERSION
;
1097 if (args
->mount_server
.hostname
)
1098 hostname
= args
->mount_server
.hostname
;
1100 hostname
= args
->nfs_server
.hostname
;
1103 * Construct the mount server's address.
1105 if (args
->mount_server
.address
.ss_family
== AF_UNSPEC
) {
1106 memcpy(sap
, &args
->nfs_server
.address
,
1107 args
->nfs_server
.addrlen
);
1108 args
->mount_server
.addrlen
= args
->nfs_server
.addrlen
;
1112 * autobind will be used if mount_server.port == 0
1114 nfs_set_port(sap
, args
->mount_server
.port
);
1117 * Now ask the mount server to map our export path
1120 status
= nfs_mount(sap
,
1121 args
->mount_server
.addrlen
,
1123 args
->nfs_server
.export_path
,
1124 args
->mount_server
.version
,
1125 args
->mount_server
.protocol
,
1130 dfprintk(MOUNT
, "NFS: unable to mount server %s, error %d",
1136 * Validate the NFS2/NFS3 mount data
1137 * - fills in the mount root filehandle
1139 * For option strings, user space handles the following behaviors:
1141 * + DNS: mapping server host name to IP address ("addr=" option)
1143 * + failure mode: how to behave if a mount request can't be handled
1144 * immediately ("fg/bg" option)
1146 * + retry: how often to retry a mount request ("retry=" option)
1148 * + breaking back: trying proto=udp after proto=tcp, v2 after v3,
1149 * mountproto=tcp after mountproto=udp, and so on
1151 static int nfs_validate_mount_data(void *options
,
1152 struct nfs_parsed_mount_data
*args
,
1153 struct nfs_fh
*mntfh
,
1154 const char *dev_name
)
1156 struct nfs_mount_data
*data
= (struct nfs_mount_data
*)options
;
1158 memset(args
, 0, sizeof(*args
));
1163 args
->flags
= (NFS_MOUNT_VER3
| NFS_MOUNT_TCP
);
1164 args
->rsize
= NFS_MAX_FILE_IO_SIZE
;
1165 args
->wsize
= NFS_MAX_FILE_IO_SIZE
;
1169 args
->acregmax
= 60;
1170 args
->acdirmin
= 30;
1171 args
->acdirmax
= 60;
1172 args
->mount_server
.protocol
= XPRT_TRANSPORT_UDP
;
1173 args
->nfs_server
.protocol
= XPRT_TRANSPORT_TCP
;
1175 switch (data
->version
) {
1181 if (data
->flags
& NFS_MOUNT_VER3
)
1183 data
->root
.size
= NFS2_FHSIZE
;
1184 memcpy(data
->root
.data
, data
->old_root
.data
, NFS2_FHSIZE
);
1186 if (data
->flags
& NFS_MOUNT_SECFLAVOUR
)
1189 memset(data
->context
, 0, sizeof(data
->context
));
1191 if (data
->flags
& NFS_MOUNT_VER3
)
1192 mntfh
->size
= data
->root
.size
;
1194 mntfh
->size
= NFS2_FHSIZE
;
1196 if (mntfh
->size
> sizeof(mntfh
->data
))
1197 goto out_invalid_fh
;
1199 memcpy(mntfh
->data
, data
->root
.data
, mntfh
->size
);
1200 if (mntfh
->size
< sizeof(mntfh
->data
))
1201 memset(mntfh
->data
+ mntfh
->size
, 0,
1202 sizeof(mntfh
->data
) - mntfh
->size
);
1205 * Translate to nfs_parsed_mount_data, which nfs_fill_super
1208 args
->flags
= data
->flags
;
1209 args
->rsize
= data
->rsize
;
1210 args
->wsize
= data
->wsize
;
1211 args
->flags
= data
->flags
;
1212 args
->timeo
= data
->timeo
;
1213 args
->retrans
= data
->retrans
;
1214 args
->acregmin
= data
->acregmin
;
1215 args
->acregmax
= data
->acregmax
;
1216 args
->acdirmin
= data
->acdirmin
;
1217 args
->acdirmax
= data
->acdirmax
;
1219 memcpy(&args
->nfs_server
.address
, &data
->addr
,
1220 sizeof(data
->addr
));
1221 args
->nfs_server
.addrlen
= sizeof(data
->addr
);
1222 if (!nfs_verify_server_address((struct sockaddr
*)
1223 &args
->nfs_server
.address
))
1224 goto out_no_address
;
1226 if (!(data
->flags
& NFS_MOUNT_TCP
))
1227 args
->nfs_server
.protocol
= XPRT_TRANSPORT_UDP
;
1228 /* N.B. caller will free nfs_server.hostname in all cases */
1229 args
->nfs_server
.hostname
= kstrdup(data
->hostname
, GFP_KERNEL
);
1230 args
->namlen
= data
->namlen
;
1231 args
->bsize
= data
->bsize
;
1232 args
->auth_flavors
[0] = data
->pseudoflavor
;
1235 * The legacy version 6 binary mount data from userspace has a
1236 * field used only to transport selinux information into the
1237 * the kernel. To continue to support that functionality we
1238 * have a touch of selinux knowledge here in the NFS code. The
1239 * userspace code converted context=blah to just blah so we are
1240 * converting back to the full string selinux understands.
1242 if (data
->context
[0]){
1243 #ifdef CONFIG_SECURITY_SELINUX
1245 char *opts_str
= kmalloc(sizeof(data
->context
) + 8, GFP_KERNEL
);
1248 strcpy(opts_str
, "context=");
1249 data
->context
[NFS_MAX_CONTEXT_LEN
] = '\0';
1250 strcat(opts_str
, &data
->context
[0]);
1251 rc
= security_sb_parse_opts_str(opts_str
, &args
->lsm_opts
);
1266 if (nfs_parse_mount_options((char *)options
, args
) == 0)
1269 if (!nfs_verify_server_address((struct sockaddr
*)
1270 &args
->nfs_server
.address
))
1271 goto out_no_address
;
1273 c
= strchr(dev_name
, ':');
1277 /* N.B. caller will free nfs_server.hostname in all cases */
1278 args
->nfs_server
.hostname
= kstrndup(dev_name
, len
, GFP_KERNEL
);
1281 if (strlen(c
) > NFS_MAXPATHLEN
)
1282 return -ENAMETOOLONG
;
1283 args
->nfs_server
.export_path
= c
;
1285 status
= nfs_try_mount(args
, mntfh
);
1293 if (!(args
->flags
& NFS_MOUNT_SECFLAVOUR
))
1294 args
->auth_flavors
[0] = RPC_AUTH_UNIX
;
1296 #ifndef CONFIG_NFS_V3
1297 if (args
->flags
& NFS_MOUNT_VER3
)
1298 goto out_v3_not_compiled
;
1299 #endif /* !CONFIG_NFS_V3 */
1304 dfprintk(MOUNT
, "NFS: mount program didn't pass any mount data\n");
1308 dfprintk(MOUNT
, "NFS: nfs_mount_data version %d does not support v3\n",
1313 dfprintk(MOUNT
, "NFS: nfs_mount_data version supports only AUTH_SYS\n");
1316 #ifndef CONFIG_NFS_V3
1317 out_v3_not_compiled
:
1318 dfprintk(MOUNT
, "NFS: NFSv3 is not compiled into kernel\n");
1319 return -EPROTONOSUPPORT
;
1320 #endif /* !CONFIG_NFS_V3 */
1323 dfprintk(MOUNT
, "NFS: mount program didn't pass remote address\n");
1327 dfprintk(MOUNT
, "NFS: invalid root filehandle\n");
1332 * Initialise the common bits of the superblock
1334 static inline void nfs_initialise_sb(struct super_block
*sb
)
1336 struct nfs_server
*server
= NFS_SB(sb
);
1338 sb
->s_magic
= NFS_SUPER_MAGIC
;
1340 /* We probably want something more informative here */
1341 snprintf(sb
->s_id
, sizeof(sb
->s_id
),
1342 "%x:%x", MAJOR(sb
->s_dev
), MINOR(sb
->s_dev
));
1344 if (sb
->s_blocksize
== 0)
1345 sb
->s_blocksize
= nfs_block_bits(server
->wsize
,
1346 &sb
->s_blocksize_bits
);
1348 if (server
->flags
& NFS_MOUNT_NOAC
)
1349 sb
->s_flags
|= MS_SYNCHRONOUS
;
1351 nfs_super_set_maxbytes(sb
, server
->maxfilesize
);
1355 * Finish setting up an NFS2/3 superblock
1357 static void nfs_fill_super(struct super_block
*sb
,
1358 struct nfs_parsed_mount_data
*data
)
1360 struct nfs_server
*server
= NFS_SB(sb
);
1362 sb
->s_blocksize_bits
= 0;
1363 sb
->s_blocksize
= 0;
1365 sb
->s_blocksize
= nfs_block_size(data
->bsize
, &sb
->s_blocksize_bits
);
1367 if (server
->flags
& NFS_MOUNT_VER3
) {
1368 /* The VFS shouldn't apply the umask to mode bits. We will do
1369 * so ourselves when necessary.
1371 sb
->s_flags
|= MS_POSIXACL
;
1372 sb
->s_time_gran
= 1;
1375 sb
->s_op
= &nfs_sops
;
1376 nfs_initialise_sb(sb
);
1380 * Finish setting up a cloned NFS2/3 superblock
1382 static void nfs_clone_super(struct super_block
*sb
,
1383 const struct super_block
*old_sb
)
1385 struct nfs_server
*server
= NFS_SB(sb
);
1387 sb
->s_blocksize_bits
= old_sb
->s_blocksize_bits
;
1388 sb
->s_blocksize
= old_sb
->s_blocksize
;
1389 sb
->s_maxbytes
= old_sb
->s_maxbytes
;
1391 if (server
->flags
& NFS_MOUNT_VER3
) {
1392 /* The VFS shouldn't apply the umask to mode bits. We will do
1393 * so ourselves when necessary.
1395 sb
->s_flags
|= MS_POSIXACL
;
1396 sb
->s_time_gran
= 1;
1399 sb
->s_op
= old_sb
->s_op
;
1400 nfs_initialise_sb(sb
);
1403 #define NFS_MS_MASK (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_SYNCHRONOUS)
1405 static int nfs_compare_mount_options(const struct super_block
*s
, const struct nfs_server
*b
, int flags
)
1407 const struct nfs_server
*a
= s
->s_fs_info
;
1408 const struct rpc_clnt
*clnt_a
= a
->client
;
1409 const struct rpc_clnt
*clnt_b
= b
->client
;
1411 if ((s
->s_flags
& NFS_MS_MASK
) != (flags
& NFS_MS_MASK
))
1413 if (a
->nfs_client
!= b
->nfs_client
)
1415 if (a
->flags
!= b
->flags
)
1417 if (a
->wsize
!= b
->wsize
)
1419 if (a
->rsize
!= b
->rsize
)
1421 if (a
->acregmin
!= b
->acregmin
)
1423 if (a
->acregmax
!= b
->acregmax
)
1425 if (a
->acdirmin
!= b
->acdirmin
)
1427 if (a
->acdirmax
!= b
->acdirmax
)
1429 if (clnt_a
->cl_auth
->au_flavor
!= clnt_b
->cl_auth
->au_flavor
)
1436 struct nfs_sb_mountdata
{
1437 struct nfs_server
*server
;
1441 static int nfs_set_super(struct super_block
*s
, void *data
)
1443 struct nfs_sb_mountdata
*sb_mntdata
= data
;
1444 struct nfs_server
*server
= sb_mntdata
->server
;
1447 s
->s_flags
= sb_mntdata
->mntflags
;
1448 s
->s_fs_info
= server
;
1449 ret
= set_anon_super(s
, server
);
1451 server
->s_dev
= s
->s_dev
;
1455 static int nfs_compare_super_address(struct nfs_server
*server1
,
1456 struct nfs_server
*server2
)
1458 struct sockaddr
*sap1
, *sap2
;
1460 sap1
= (struct sockaddr
*)&server1
->nfs_client
->cl_addr
;
1461 sap2
= (struct sockaddr
*)&server2
->nfs_client
->cl_addr
;
1463 if (sap1
->sa_family
!= sap2
->sa_family
)
1466 switch (sap1
->sa_family
) {
1468 struct sockaddr_in
*sin1
= (struct sockaddr_in
*)sap1
;
1469 struct sockaddr_in
*sin2
= (struct sockaddr_in
*)sap2
;
1470 if (sin1
->sin_addr
.s_addr
!= sin2
->sin_addr
.s_addr
)
1472 if (sin1
->sin_port
!= sin2
->sin_port
)
1477 struct sockaddr_in6
*sin1
= (struct sockaddr_in6
*)sap1
;
1478 struct sockaddr_in6
*sin2
= (struct sockaddr_in6
*)sap2
;
1479 if (!ipv6_addr_equal(&sin1
->sin6_addr
, &sin2
->sin6_addr
))
1481 if (sin1
->sin6_port
!= sin2
->sin6_port
)
1492 static int nfs_compare_super(struct super_block
*sb
, void *data
)
1494 struct nfs_sb_mountdata
*sb_mntdata
= data
;
1495 struct nfs_server
*server
= sb_mntdata
->server
, *old
= NFS_SB(sb
);
1496 int mntflags
= sb_mntdata
->mntflags
;
1498 if (!nfs_compare_super_address(old
, server
))
1500 /* Note: NFS_MOUNT_UNSHARED == NFS4_MOUNT_UNSHARED */
1501 if (old
->flags
& NFS_MOUNT_UNSHARED
)
1503 if (memcmp(&old
->fsid
, &server
->fsid
, sizeof(old
->fsid
)) != 0)
1505 return nfs_compare_mount_options(sb
, server
, mntflags
);
1508 static int nfs_get_sb(struct file_system_type
*fs_type
,
1509 int flags
, const char *dev_name
, void *raw_data
, struct vfsmount
*mnt
)
1511 struct nfs_server
*server
= NULL
;
1512 struct super_block
*s
;
1513 struct nfs_fh mntfh
;
1514 struct nfs_parsed_mount_data data
;
1515 struct dentry
*mntroot
;
1516 int (*compare_super
)(struct super_block
*, void *) = nfs_compare_super
;
1517 struct nfs_sb_mountdata sb_mntdata
= {
1522 security_init_mnt_opts(&data
.lsm_opts
);
1524 /* Validate the mount data */
1525 error
= nfs_validate_mount_data(raw_data
, &data
, &mntfh
, dev_name
);
1529 /* Get a volume representation */
1530 server
= nfs_create_server(&data
, &mntfh
);
1531 if (IS_ERR(server
)) {
1532 error
= PTR_ERR(server
);
1535 sb_mntdata
.server
= server
;
1537 if (server
->flags
& NFS_MOUNT_UNSHARED
)
1538 compare_super
= NULL
;
1540 /* Get a superblock - note that we may end up sharing one that already exists */
1541 s
= sget(fs_type
, compare_super
, nfs_set_super
, &sb_mntdata
);
1547 if (s
->s_fs_info
!= server
) {
1548 nfs_free_server(server
);
1553 /* initial superblock/root creation */
1554 nfs_fill_super(s
, &data
);
1557 mntroot
= nfs_get_root(s
, &mntfh
);
1558 if (IS_ERR(mntroot
)) {
1559 error
= PTR_ERR(mntroot
);
1560 goto error_splat_super
;
1563 error
= security_sb_set_mnt_opts(s
, &data
.lsm_opts
);
1565 goto error_splat_root
;
1567 s
->s_flags
|= MS_ACTIVE
;
1569 mnt
->mnt_root
= mntroot
;
1573 kfree(data
.nfs_server
.hostname
);
1574 kfree(data
.mount_server
.hostname
);
1575 security_free_mnt_opts(&data
.lsm_opts
);
1579 nfs_free_server(server
);
1585 up_write(&s
->s_umount
);
1586 deactivate_super(s
);
1591 * Destroy an NFS2/3 superblock
1593 static void nfs_kill_super(struct super_block
*s
)
1595 struct nfs_server
*server
= NFS_SB(s
);
1598 nfs_free_server(server
);
1602 * Clone an NFS2/3 server record on xdev traversal (FSID-change)
1604 static int nfs_xdev_get_sb(struct file_system_type
*fs_type
, int flags
,
1605 const char *dev_name
, void *raw_data
,
1606 struct vfsmount
*mnt
)
1608 struct nfs_clone_mount
*data
= raw_data
;
1609 struct super_block
*s
;
1610 struct nfs_server
*server
;
1611 struct dentry
*mntroot
;
1612 int (*compare_super
)(struct super_block
*, void *) = nfs_compare_super
;
1613 struct nfs_sb_mountdata sb_mntdata
= {
1618 dprintk("--> nfs_xdev_get_sb()\n");
1620 /* create a new volume representation */
1621 server
= nfs_clone_server(NFS_SB(data
->sb
), data
->fh
, data
->fattr
);
1622 if (IS_ERR(server
)) {
1623 error
= PTR_ERR(server
);
1624 goto out_err_noserver
;
1626 sb_mntdata
.server
= server
;
1628 if (server
->flags
& NFS_MOUNT_UNSHARED
)
1629 compare_super
= NULL
;
1631 /* Get a superblock - note that we may end up sharing one that already exists */
1632 s
= sget(&nfs_fs_type
, compare_super
, nfs_set_super
, &sb_mntdata
);
1638 if (s
->s_fs_info
!= server
) {
1639 nfs_free_server(server
);
1644 /* initial superblock/root creation */
1645 nfs_clone_super(s
, data
->sb
);
1648 mntroot
= nfs_get_root(s
, data
->fh
);
1649 if (IS_ERR(mntroot
)) {
1650 error
= PTR_ERR(mntroot
);
1651 goto error_splat_super
;
1653 if (mntroot
->d_inode
->i_op
!= NFS_SB(s
)->nfs_client
->rpc_ops
->dir_inode_ops
) {
1656 goto error_splat_super
;
1659 s
->s_flags
|= MS_ACTIVE
;
1661 mnt
->mnt_root
= mntroot
;
1663 /* clone any lsm security options from the parent to the new sb */
1664 security_sb_clone_mnt_opts(data
->sb
, s
);
1666 dprintk("<-- nfs_xdev_get_sb() = 0\n");
1670 nfs_free_server(server
);
1672 dprintk("<-- nfs_xdev_get_sb() = %d [error]\n", error
);
1676 up_write(&s
->s_umount
);
1677 deactivate_super(s
);
1678 dprintk("<-- nfs_xdev_get_sb() = %d [splat]\n", error
);
1682 #ifdef CONFIG_NFS_V4
1685 * Finish setting up a cloned NFS4 superblock
1687 static void nfs4_clone_super(struct super_block
*sb
,
1688 const struct super_block
*old_sb
)
1690 sb
->s_blocksize_bits
= old_sb
->s_blocksize_bits
;
1691 sb
->s_blocksize
= old_sb
->s_blocksize
;
1692 sb
->s_maxbytes
= old_sb
->s_maxbytes
;
1693 sb
->s_time_gran
= 1;
1694 sb
->s_op
= old_sb
->s_op
;
1695 nfs_initialise_sb(sb
);
1699 * Set up an NFS4 superblock
1701 static void nfs4_fill_super(struct super_block
*sb
)
1703 sb
->s_time_gran
= 1;
1704 sb
->s_op
= &nfs4_sops
;
1705 nfs_initialise_sb(sb
);
1709 * If the user didn't specify a port, set the port number to
1710 * the NFS version 4 default port.
1712 static void nfs4_default_port(struct sockaddr
*sap
)
1714 switch (sap
->sa_family
) {
1716 struct sockaddr_in
*ap
= (struct sockaddr_in
*)sap
;
1717 if (ap
->sin_port
== 0)
1718 ap
->sin_port
= htons(NFS_PORT
);
1722 struct sockaddr_in6
*ap
= (struct sockaddr_in6
*)sap
;
1723 if (ap
->sin6_port
== 0)
1724 ap
->sin6_port
= htons(NFS_PORT
);
1731 * Validate NFSv4 mount options
1733 static int nfs4_validate_mount_data(void *options
,
1734 struct nfs_parsed_mount_data
*args
,
1735 const char *dev_name
)
1737 struct sockaddr_in
*ap
;
1738 struct nfs4_mount_data
*data
= (struct nfs4_mount_data
*)options
;
1741 memset(args
, 0, sizeof(*args
));
1746 args
->rsize
= NFS_MAX_FILE_IO_SIZE
;
1747 args
->wsize
= NFS_MAX_FILE_IO_SIZE
;
1751 args
->acregmax
= 60;
1752 args
->acdirmin
= 30;
1753 args
->acdirmax
= 60;
1754 args
->nfs_server
.protocol
= XPRT_TRANSPORT_TCP
;
1756 switch (data
->version
) {
1758 ap
= (struct sockaddr_in
*)&args
->nfs_server
.address
;
1759 if (data
->host_addrlen
> sizeof(args
->nfs_server
.address
))
1760 goto out_no_address
;
1761 if (data
->host_addrlen
== 0)
1762 goto out_no_address
;
1763 args
->nfs_server
.addrlen
= data
->host_addrlen
;
1764 if (copy_from_user(ap
, data
->host_addr
, data
->host_addrlen
))
1766 if (!nfs_verify_server_address((struct sockaddr
*)
1767 &args
->nfs_server
.address
))
1768 goto out_no_address
;
1770 nfs4_default_port((struct sockaddr
*)
1771 &args
->nfs_server
.address
);
1773 switch (data
->auth_flavourlen
) {
1775 args
->auth_flavors
[0] = RPC_AUTH_UNIX
;
1778 if (copy_from_user(&args
->auth_flavors
[0],
1779 data
->auth_flavours
,
1780 sizeof(args
->auth_flavors
[0])))
1784 goto out_inval_auth
;
1787 c
= strndup_user(data
->hostname
.data
, NFS4_MAXNAMLEN
);
1790 args
->nfs_server
.hostname
= c
;
1792 c
= strndup_user(data
->mnt_path
.data
, NFS4_MAXPATHLEN
);
1795 args
->nfs_server
.export_path
= c
;
1796 dfprintk(MOUNT
, "NFS: MNTPATH: '%s'\n", c
);
1798 c
= strndup_user(data
->client_addr
.data
, 16);
1801 args
->client_address
= c
;
1804 * Translate to nfs_parsed_mount_data, which nfs4_fill_super
1808 args
->flags
= data
->flags
& NFS4_MOUNT_FLAGMASK
;
1809 args
->rsize
= data
->rsize
;
1810 args
->wsize
= data
->wsize
;
1811 args
->timeo
= data
->timeo
;
1812 args
->retrans
= data
->retrans
;
1813 args
->acregmin
= data
->acregmin
;
1814 args
->acregmax
= data
->acregmax
;
1815 args
->acdirmin
= data
->acdirmin
;
1816 args
->acdirmax
= data
->acdirmax
;
1817 args
->nfs_server
.protocol
= data
->proto
;
1823 if (nfs_parse_mount_options((char *)options
, args
) == 0)
1826 if (!nfs_verify_server_address((struct sockaddr
*)
1827 &args
->nfs_server
.address
))
1830 nfs4_default_port((struct sockaddr
*)
1831 &args
->nfs_server
.address
);
1833 switch (args
->auth_flavor_len
) {
1835 args
->auth_flavors
[0] = RPC_AUTH_UNIX
;
1840 goto out_inval_auth
;
1844 * Split "dev_name" into "hostname:mntpath".
1846 c
= strchr(dev_name
, ':');
1849 /* while calculating len, pretend ':' is '\0' */
1851 if (len
> NFS4_MAXNAMLEN
)
1852 return -ENAMETOOLONG
;
1853 /* N.B. caller will free nfs_server.hostname in all cases */
1854 args
->nfs_server
.hostname
= kstrndup(dev_name
, len
, GFP_KERNEL
);
1856 c
++; /* step over the ':' */
1858 if (len
> NFS4_MAXPATHLEN
)
1859 return -ENAMETOOLONG
;
1860 args
->nfs_server
.export_path
= kstrndup(c
, len
, GFP_KERNEL
);
1862 dprintk("NFS: MNTPATH: '%s'\n", args
->nfs_server
.export_path
);
1864 if (args
->client_address
== NULL
)
1865 goto out_no_client_address
;
1874 dfprintk(MOUNT
, "NFS4: mount program didn't pass any mount data\n");
1878 dfprintk(MOUNT
, "NFS4: Invalid number of RPC auth flavours %d\n",
1879 data
->auth_flavourlen
);
1883 dfprintk(MOUNT
, "NFS4: mount program didn't pass remote address\n");
1886 out_no_client_address
:
1887 dfprintk(MOUNT
, "NFS4: mount program didn't pass callback address\n");
1892 * Get the superblock for an NFS4 mountpoint
1894 static int nfs4_get_sb(struct file_system_type
*fs_type
,
1895 int flags
, const char *dev_name
, void *raw_data
, struct vfsmount
*mnt
)
1897 struct nfs_parsed_mount_data data
;
1898 struct super_block
*s
;
1899 struct nfs_server
*server
;
1900 struct nfs_fh mntfh
;
1901 struct dentry
*mntroot
;
1902 int (*compare_super
)(struct super_block
*, void *) = nfs_compare_super
;
1903 struct nfs_sb_mountdata sb_mntdata
= {
1908 security_init_mnt_opts(&data
.lsm_opts
);
1910 /* Validate the mount data */
1911 error
= nfs4_validate_mount_data(raw_data
, &data
, dev_name
);
1915 /* Get a volume representation */
1916 server
= nfs4_create_server(&data
, &mntfh
);
1917 if (IS_ERR(server
)) {
1918 error
= PTR_ERR(server
);
1921 sb_mntdata
.server
= server
;
1923 if (server
->flags
& NFS4_MOUNT_UNSHARED
)
1924 compare_super
= NULL
;
1926 /* Get a superblock - note that we may end up sharing one that already exists */
1927 s
= sget(fs_type
, compare_super
, nfs_set_super
, &sb_mntdata
);
1933 if (s
->s_fs_info
!= server
) {
1934 nfs_free_server(server
);
1939 /* initial superblock/root creation */
1943 mntroot
= nfs4_get_root(s
, &mntfh
);
1944 if (IS_ERR(mntroot
)) {
1945 error
= PTR_ERR(mntroot
);
1946 goto error_splat_super
;
1949 s
->s_flags
|= MS_ACTIVE
;
1951 mnt
->mnt_root
= mntroot
;
1955 kfree(data
.client_address
);
1956 kfree(data
.nfs_server
.export_path
);
1957 kfree(data
.nfs_server
.hostname
);
1958 security_free_mnt_opts(&data
.lsm_opts
);
1962 nfs_free_server(server
);
1966 up_write(&s
->s_umount
);
1967 deactivate_super(s
);
1971 static void nfs4_kill_super(struct super_block
*sb
)
1973 struct nfs_server
*server
= NFS_SB(sb
);
1975 nfs_return_all_delegations(sb
);
1976 kill_anon_super(sb
);
1978 nfs4_renewd_prepare_shutdown(server
);
1979 nfs_free_server(server
);
1983 * Clone an NFS4 server record on xdev traversal (FSID-change)
1985 static int nfs4_xdev_get_sb(struct file_system_type
*fs_type
, int flags
,
1986 const char *dev_name
, void *raw_data
,
1987 struct vfsmount
*mnt
)
1989 struct nfs_clone_mount
*data
= raw_data
;
1990 struct super_block
*s
;
1991 struct nfs_server
*server
;
1992 struct dentry
*mntroot
;
1993 int (*compare_super
)(struct super_block
*, void *) = nfs_compare_super
;
1994 struct nfs_sb_mountdata sb_mntdata
= {
1999 dprintk("--> nfs4_xdev_get_sb()\n");
2001 /* create a new volume representation */
2002 server
= nfs_clone_server(NFS_SB(data
->sb
), data
->fh
, data
->fattr
);
2003 if (IS_ERR(server
)) {
2004 error
= PTR_ERR(server
);
2005 goto out_err_noserver
;
2007 sb_mntdata
.server
= server
;
2009 if (server
->flags
& NFS4_MOUNT_UNSHARED
)
2010 compare_super
= NULL
;
2012 /* Get a superblock - note that we may end up sharing one that already exists */
2013 s
= sget(&nfs_fs_type
, compare_super
, nfs_set_super
, &sb_mntdata
);
2019 if (s
->s_fs_info
!= server
) {
2020 nfs_free_server(server
);
2025 /* initial superblock/root creation */
2026 nfs4_clone_super(s
, data
->sb
);
2029 mntroot
= nfs4_get_root(s
, data
->fh
);
2030 if (IS_ERR(mntroot
)) {
2031 error
= PTR_ERR(mntroot
);
2032 goto error_splat_super
;
2034 if (mntroot
->d_inode
->i_op
!= NFS_SB(s
)->nfs_client
->rpc_ops
->dir_inode_ops
) {
2037 goto error_splat_super
;
2040 s
->s_flags
|= MS_ACTIVE
;
2042 mnt
->mnt_root
= mntroot
;
2044 dprintk("<-- nfs4_xdev_get_sb() = 0\n");
2048 nfs_free_server(server
);
2050 dprintk("<-- nfs4_xdev_get_sb() = %d [error]\n", error
);
2054 up_write(&s
->s_umount
);
2055 deactivate_super(s
);
2056 dprintk("<-- nfs4_xdev_get_sb() = %d [splat]\n", error
);
2061 * Create an NFS4 server record on referral traversal
2063 static int nfs4_referral_get_sb(struct file_system_type
*fs_type
, int flags
,
2064 const char *dev_name
, void *raw_data
,
2065 struct vfsmount
*mnt
)
2067 struct nfs_clone_mount
*data
= raw_data
;
2068 struct super_block
*s
;
2069 struct nfs_server
*server
;
2070 struct dentry
*mntroot
;
2071 struct nfs_fh mntfh
;
2072 int (*compare_super
)(struct super_block
*, void *) = nfs_compare_super
;
2073 struct nfs_sb_mountdata sb_mntdata
= {
2078 dprintk("--> nfs4_referral_get_sb()\n");
2080 /* create a new volume representation */
2081 server
= nfs4_create_referral_server(data
, &mntfh
);
2082 if (IS_ERR(server
)) {
2083 error
= PTR_ERR(server
);
2084 goto out_err_noserver
;
2086 sb_mntdata
.server
= server
;
2088 if (server
->flags
& NFS4_MOUNT_UNSHARED
)
2089 compare_super
= NULL
;
2091 /* Get a superblock - note that we may end up sharing one that already exists */
2092 s
= sget(&nfs_fs_type
, compare_super
, nfs_set_super
, &sb_mntdata
);
2098 if (s
->s_fs_info
!= server
) {
2099 nfs_free_server(server
);
2104 /* initial superblock/root creation */
2108 mntroot
= nfs4_get_root(s
, &mntfh
);
2109 if (IS_ERR(mntroot
)) {
2110 error
= PTR_ERR(mntroot
);
2111 goto error_splat_super
;
2113 if (mntroot
->d_inode
->i_op
!= NFS_SB(s
)->nfs_client
->rpc_ops
->dir_inode_ops
) {
2116 goto error_splat_super
;
2119 s
->s_flags
|= MS_ACTIVE
;
2121 mnt
->mnt_root
= mntroot
;
2123 dprintk("<-- nfs4_referral_get_sb() = 0\n");
2127 nfs_free_server(server
);
2129 dprintk("<-- nfs4_referral_get_sb() = %d [error]\n", error
);
2133 up_write(&s
->s_umount
);
2134 deactivate_super(s
);
2135 dprintk("<-- nfs4_referral_get_sb() = %d [splat]\n", error
);
2139 #endif /* CONFIG_NFS_V4 */