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 shrink_submounts(vfsmnt
, &nfs_automount_list
);
594 if (!(flags
& MNT_FORCE
))
596 /* -EIO all pending I/O */
597 rpc
= server
->client_acl
;
599 rpc_killall_tasks(rpc
);
600 rpc
= server
->client
;
602 rpc_killall_tasks(rpc
);
606 * Set the port number in an address. Be agnostic about the address family.
608 static void nfs_set_port(struct sockaddr
*sap
, unsigned short port
)
610 switch (sap
->sa_family
) {
612 struct sockaddr_in
*ap
= (struct sockaddr_in
*)sap
;
613 ap
->sin_port
= htons(port
);
617 struct sockaddr_in6
*ap
= (struct sockaddr_in6
*)sap
;
618 ap
->sin6_port
= htons(port
);
625 * Sanity-check a server address provided by the mount command.
627 * Address family must be initialized, and address must not be
628 * the ANY address for that family.
630 static int nfs_verify_server_address(struct sockaddr
*addr
)
632 switch (addr
->sa_family
) {
634 struct sockaddr_in
*sa
= (struct sockaddr_in
*)addr
;
635 return sa
->sin_addr
.s_addr
!= INADDR_ANY
;
638 struct in6_addr
*sa
= &((struct sockaddr_in6
*)addr
)->sin6_addr
;
639 return !ipv6_addr_any(sa
);
647 * Parse string addresses passed in via a mount option,
648 * and construct a sockaddr based on the result.
650 * If address parsing fails, set the sockaddr's address
651 * family to AF_UNSPEC to force nfs_verify_server_address()
654 static void nfs_parse_server_address(char *value
,
655 struct sockaddr
*sap
,
658 if (strchr(value
, ':')) {
659 struct sockaddr_in6
*ap
= (struct sockaddr_in6
*)sap
;
660 u8
*addr
= (u8
*)&ap
->sin6_addr
.in6_u
;
662 ap
->sin6_family
= AF_INET6
;
664 if (in6_pton(value
, -1, addr
, '\0', NULL
))
667 struct sockaddr_in
*ap
= (struct sockaddr_in
*)sap
;
668 u8
*addr
= (u8
*)&ap
->sin_addr
.s_addr
;
670 ap
->sin_family
= AF_INET
;
672 if (in4_pton(value
, -1, addr
, '\0', NULL
))
676 sap
->sa_family
= AF_UNSPEC
;
681 * Error-check and convert a string of mount options from user space into
684 static int nfs_parse_mount_options(char *raw
,
685 struct nfs_parsed_mount_data
*mnt
)
687 char *p
, *string
, *secdata
;
688 unsigned short port
= 0;
692 dfprintk(MOUNT
, "NFS: mount options string was NULL.\n");
695 dfprintk(MOUNT
, "NFS: nfs mount opts='%s'\n", raw
);
697 secdata
= alloc_secdata();
701 rc
= security_sb_copy_data(raw
, secdata
);
703 goto out_security_failure
;
705 rc
= security_sb_parse_opts_str(secdata
, &mnt
->lsm_opts
);
707 goto out_security_failure
;
709 free_secdata(secdata
);
711 while ((p
= strsep(&raw
, ",")) != NULL
) {
712 substring_t args
[MAX_OPT_ARGS
];
718 dfprintk(MOUNT
, "NFS: parsing nfs mount option '%s'\n", p
);
720 token
= match_token(p
, nfs_mount_option_tokens
, args
);
723 mnt
->flags
|= NFS_MOUNT_SOFT
;
726 mnt
->flags
&= ~NFS_MOUNT_SOFT
;
732 mnt
->flags
|= NFS_MOUNT_POSIX
;
735 mnt
->flags
&= ~NFS_MOUNT_POSIX
;
738 mnt
->flags
&= ~NFS_MOUNT_NOCTO
;
741 mnt
->flags
|= NFS_MOUNT_NOCTO
;
744 mnt
->flags
&= ~NFS_MOUNT_NOAC
;
747 mnt
->flags
|= NFS_MOUNT_NOAC
;
750 mnt
->flags
&= ~NFS_MOUNT_NONLM
;
753 mnt
->flags
|= NFS_MOUNT_NONLM
;
756 mnt
->flags
&= ~NFS_MOUNT_VER3
;
759 mnt
->flags
|= NFS_MOUNT_VER3
;
762 mnt
->flags
&= ~NFS_MOUNT_TCP
;
763 mnt
->nfs_server
.protocol
= XPRT_TRANSPORT_UDP
;
768 mnt
->flags
|= NFS_MOUNT_TCP
;
769 mnt
->nfs_server
.protocol
= XPRT_TRANSPORT_TCP
;
774 mnt
->flags
|= NFS_MOUNT_TCP
; /* for side protocols */
775 mnt
->nfs_server
.protocol
= XPRT_TRANSPORT_RDMA
;
780 mnt
->flags
&= ~NFS_MOUNT_NOACL
;
783 mnt
->flags
|= NFS_MOUNT_NOACL
;
786 mnt
->flags
&= ~NFS_MOUNT_NORDIRPLUS
;
789 mnt
->flags
|= NFS_MOUNT_NORDIRPLUS
;
792 mnt
->flags
&= ~NFS_MOUNT_UNSHARED
;
794 case Opt_nosharecache
:
795 mnt
->flags
|= NFS_MOUNT_UNSHARED
;
799 if (match_int(args
, &option
))
801 if (option
< 0 || option
> 65535)
806 if (match_int(args
, &mnt
->rsize
))
810 if (match_int(args
, &mnt
->wsize
))
814 if (match_int(args
, &option
))
821 if (match_int(args
, &mnt
->timeo
))
825 if (match_int(args
, &mnt
->retrans
))
829 if (match_int(args
, &mnt
->acregmin
))
833 if (match_int(args
, &mnt
->acregmax
))
837 if (match_int(args
, &mnt
->acdirmin
))
841 if (match_int(args
, &mnt
->acdirmax
))
845 if (match_int(args
, &option
))
852 mnt
->acdirmax
= option
;
855 if (match_int(args
, &mnt
->namlen
))
859 if (match_int(args
, &option
))
861 if (option
< 0 || option
> 65535)
863 mnt
->mount_server
.port
= option
;
866 if (match_int(args
, &option
))
870 mnt
->mount_server
.version
= option
;
873 if (match_int(args
, &option
))
877 mnt
->flags
&= ~NFS_MOUNT_VER3
;
880 mnt
->flags
|= NFS_MOUNT_VER3
;
888 string
= match_strdup(args
);
891 token
= match_token(string
, nfs_secflavor_tokens
, args
);
895 * The flags setting is for v2/v3. The flavor_len
896 * setting is for v4. v2/v3 also need to know the
897 * difference between NULL and UNIX.
901 mnt
->flags
&= ~NFS_MOUNT_SECFLAVOUR
;
902 mnt
->auth_flavor_len
= 0;
903 mnt
->auth_flavors
[0] = RPC_AUTH_NULL
;
906 mnt
->flags
&= ~NFS_MOUNT_SECFLAVOUR
;
907 mnt
->auth_flavor_len
= 0;
908 mnt
->auth_flavors
[0] = RPC_AUTH_UNIX
;
911 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
912 mnt
->auth_flavor_len
= 1;
913 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_KRB5
;
916 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
917 mnt
->auth_flavor_len
= 1;
918 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_KRB5I
;
921 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
922 mnt
->auth_flavor_len
= 1;
923 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_KRB5P
;
926 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
927 mnt
->auth_flavor_len
= 1;
928 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_LKEY
;
931 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
932 mnt
->auth_flavor_len
= 1;
933 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_LKEYI
;
936 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
937 mnt
->auth_flavor_len
= 1;
938 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_LKEYP
;
941 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
942 mnt
->auth_flavor_len
= 1;
943 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_SPKM
;
946 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
947 mnt
->auth_flavor_len
= 1;
948 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_SPKMI
;
951 mnt
->flags
|= NFS_MOUNT_SECFLAVOUR
;
952 mnt
->auth_flavor_len
= 1;
953 mnt
->auth_flavors
[0] = RPC_AUTH_GSS_SPKMP
;
960 string
= match_strdup(args
);
963 token
= match_token(string
,
964 nfs_xprt_protocol_tokens
, args
);
969 mnt
->flags
&= ~NFS_MOUNT_TCP
;
970 mnt
->nfs_server
.protocol
= XPRT_TRANSPORT_UDP
;
975 mnt
->flags
|= NFS_MOUNT_TCP
;
976 mnt
->nfs_server
.protocol
= XPRT_TRANSPORT_TCP
;
981 /* vector side protocols to TCP */
982 mnt
->flags
|= NFS_MOUNT_TCP
;
983 mnt
->nfs_server
.protocol
= XPRT_TRANSPORT_RDMA
;
992 string
= match_strdup(args
);
995 token
= match_token(string
,
996 nfs_xprt_protocol_tokens
, args
);
1001 mnt
->mount_server
.protocol
= XPRT_TRANSPORT_UDP
;
1004 mnt
->mount_server
.protocol
= XPRT_TRANSPORT_TCP
;
1006 case Opt_xprt_rdma
: /* not used for side protocols */
1008 goto out_unrec_xprt
;
1012 string
= match_strdup(args
);
1015 nfs_parse_server_address(string
, (struct sockaddr
*)
1016 &mnt
->nfs_server
.address
,
1017 &mnt
->nfs_server
.addrlen
);
1020 case Opt_clientaddr
:
1021 string
= match_strdup(args
);
1024 kfree(mnt
->client_address
);
1025 mnt
->client_address
= string
;
1028 string
= match_strdup(args
);
1031 kfree(mnt
->mount_server
.hostname
);
1032 mnt
->mount_server
.hostname
= string
;
1035 string
= match_strdup(args
);
1038 nfs_parse_server_address(string
, (struct sockaddr
*)
1039 &mnt
->mount_server
.address
,
1040 &mnt
->mount_server
.addrlen
);
1045 case Opt_deprecated
:
1053 nfs_set_port((struct sockaddr
*)&mnt
->nfs_server
.address
, port
);
1058 printk(KERN_INFO
"NFS: not enough memory to parse option\n");
1060 out_security_failure
:
1061 free_secdata(secdata
);
1062 printk(KERN_INFO
"NFS: security options invalid: %d\n", rc
);
1065 printk(KERN_INFO
"NFS: unrecognized NFS version number\n");
1069 printk(KERN_INFO
"NFS: unrecognized transport protocol\n");
1073 printk(KERN_INFO
"NFS: unrecognized security flavor\n");
1077 printk(KERN_INFO
"NFS: unknown mount option: %s\n", p
);
1082 * Use the remote server's MOUNT service to request the NFS file handle
1083 * corresponding to the provided path.
1085 static int nfs_try_mount(struct nfs_parsed_mount_data
*args
,
1086 struct nfs_fh
*root_fh
)
1088 struct sockaddr
*sap
= (struct sockaddr
*)&args
->mount_server
.address
;
1092 if (args
->mount_server
.version
== 0) {
1093 if (args
->flags
& NFS_MOUNT_VER3
)
1094 args
->mount_server
.version
= NFS_MNT3_VERSION
;
1096 args
->mount_server
.version
= NFS_MNT_VERSION
;
1099 if (args
->mount_server
.hostname
)
1100 hostname
= args
->mount_server
.hostname
;
1102 hostname
= args
->nfs_server
.hostname
;
1105 * Construct the mount server's address.
1107 if (args
->mount_server
.address
.ss_family
== AF_UNSPEC
) {
1108 memcpy(sap
, &args
->nfs_server
.address
,
1109 args
->nfs_server
.addrlen
);
1110 args
->mount_server
.addrlen
= args
->nfs_server
.addrlen
;
1114 * autobind will be used if mount_server.port == 0
1116 nfs_set_port(sap
, args
->mount_server
.port
);
1119 * Now ask the mount server to map our export path
1122 status
= nfs_mount(sap
,
1123 args
->mount_server
.addrlen
,
1125 args
->nfs_server
.export_path
,
1126 args
->mount_server
.version
,
1127 args
->mount_server
.protocol
,
1132 dfprintk(MOUNT
, "NFS: unable to mount server %s, error %d",
1138 * Validate the NFS2/NFS3 mount data
1139 * - fills in the mount root filehandle
1141 * For option strings, user space handles the following behaviors:
1143 * + DNS: mapping server host name to IP address ("addr=" option)
1145 * + failure mode: how to behave if a mount request can't be handled
1146 * immediately ("fg/bg" option)
1148 * + retry: how often to retry a mount request ("retry=" option)
1150 * + breaking back: trying proto=udp after proto=tcp, v2 after v3,
1151 * mountproto=tcp after mountproto=udp, and so on
1153 static int nfs_validate_mount_data(void *options
,
1154 struct nfs_parsed_mount_data
*args
,
1155 struct nfs_fh
*mntfh
,
1156 const char *dev_name
)
1158 struct nfs_mount_data
*data
= (struct nfs_mount_data
*)options
;
1160 memset(args
, 0, sizeof(*args
));
1165 args
->flags
= (NFS_MOUNT_VER3
| NFS_MOUNT_TCP
);
1166 args
->rsize
= NFS_MAX_FILE_IO_SIZE
;
1167 args
->wsize
= NFS_MAX_FILE_IO_SIZE
;
1171 args
->acregmax
= 60;
1172 args
->acdirmin
= 30;
1173 args
->acdirmax
= 60;
1174 args
->mount_server
.protocol
= XPRT_TRANSPORT_UDP
;
1175 args
->nfs_server
.protocol
= XPRT_TRANSPORT_TCP
;
1177 switch (data
->version
) {
1183 if (data
->flags
& NFS_MOUNT_VER3
)
1185 data
->root
.size
= NFS2_FHSIZE
;
1186 memcpy(data
->root
.data
, data
->old_root
.data
, NFS2_FHSIZE
);
1188 if (data
->flags
& NFS_MOUNT_SECFLAVOUR
)
1191 memset(data
->context
, 0, sizeof(data
->context
));
1193 if (data
->flags
& NFS_MOUNT_VER3
)
1194 mntfh
->size
= data
->root
.size
;
1196 mntfh
->size
= NFS2_FHSIZE
;
1198 if (mntfh
->size
> sizeof(mntfh
->data
))
1199 goto out_invalid_fh
;
1201 memcpy(mntfh
->data
, data
->root
.data
, mntfh
->size
);
1202 if (mntfh
->size
< sizeof(mntfh
->data
))
1203 memset(mntfh
->data
+ mntfh
->size
, 0,
1204 sizeof(mntfh
->data
) - mntfh
->size
);
1207 * Translate to nfs_parsed_mount_data, which nfs_fill_super
1210 args
->flags
= data
->flags
;
1211 args
->rsize
= data
->rsize
;
1212 args
->wsize
= data
->wsize
;
1213 args
->flags
= data
->flags
;
1214 args
->timeo
= data
->timeo
;
1215 args
->retrans
= data
->retrans
;
1216 args
->acregmin
= data
->acregmin
;
1217 args
->acregmax
= data
->acregmax
;
1218 args
->acdirmin
= data
->acdirmin
;
1219 args
->acdirmax
= data
->acdirmax
;
1221 memcpy(&args
->nfs_server
.address
, &data
->addr
,
1222 sizeof(data
->addr
));
1223 args
->nfs_server
.addrlen
= sizeof(data
->addr
);
1224 if (!nfs_verify_server_address((struct sockaddr
*)
1225 &args
->nfs_server
.address
))
1226 goto out_no_address
;
1228 if (!(data
->flags
& NFS_MOUNT_TCP
))
1229 args
->nfs_server
.protocol
= XPRT_TRANSPORT_UDP
;
1230 /* N.B. caller will free nfs_server.hostname in all cases */
1231 args
->nfs_server
.hostname
= kstrdup(data
->hostname
, GFP_KERNEL
);
1232 args
->namlen
= data
->namlen
;
1233 args
->bsize
= data
->bsize
;
1234 args
->auth_flavors
[0] = data
->pseudoflavor
;
1237 * The legacy version 6 binary mount data from userspace has a
1238 * field used only to transport selinux information into the
1239 * the kernel. To continue to support that functionality we
1240 * have a touch of selinux knowledge here in the NFS code. The
1241 * userspace code converted context=blah to just blah so we are
1242 * converting back to the full string selinux understands.
1244 if (data
->context
[0]){
1245 #ifdef CONFIG_SECURITY_SELINUX
1247 char *opts_str
= kmalloc(sizeof(data
->context
) + 8, GFP_KERNEL
);
1250 strcpy(opts_str
, "context=");
1251 data
->context
[NFS_MAX_CONTEXT_LEN
] = '\0';
1252 strcat(opts_str
, &data
->context
[0]);
1253 rc
= security_sb_parse_opts_str(opts_str
, &args
->lsm_opts
);
1268 if (nfs_parse_mount_options((char *)options
, args
) == 0)
1271 if (!nfs_verify_server_address((struct sockaddr
*)
1272 &args
->nfs_server
.address
))
1273 goto out_no_address
;
1275 c
= strchr(dev_name
, ':');
1279 /* N.B. caller will free nfs_server.hostname in all cases */
1280 args
->nfs_server
.hostname
= kstrndup(dev_name
, len
, GFP_KERNEL
);
1283 if (strlen(c
) > NFS_MAXPATHLEN
)
1284 return -ENAMETOOLONG
;
1285 args
->nfs_server
.export_path
= c
;
1287 status
= nfs_try_mount(args
, mntfh
);
1295 if (!(args
->flags
& NFS_MOUNT_SECFLAVOUR
))
1296 args
->auth_flavors
[0] = RPC_AUTH_UNIX
;
1298 #ifndef CONFIG_NFS_V3
1299 if (args
->flags
& NFS_MOUNT_VER3
)
1300 goto out_v3_not_compiled
;
1301 #endif /* !CONFIG_NFS_V3 */
1306 dfprintk(MOUNT
, "NFS: mount program didn't pass any mount data\n");
1310 dfprintk(MOUNT
, "NFS: nfs_mount_data version %d does not support v3\n",
1315 dfprintk(MOUNT
, "NFS: nfs_mount_data version supports only AUTH_SYS\n");
1318 #ifndef CONFIG_NFS_V3
1319 out_v3_not_compiled
:
1320 dfprintk(MOUNT
, "NFS: NFSv3 is not compiled into kernel\n");
1321 return -EPROTONOSUPPORT
;
1322 #endif /* !CONFIG_NFS_V3 */
1325 dfprintk(MOUNT
, "NFS: mount program didn't pass remote address\n");
1329 dfprintk(MOUNT
, "NFS: invalid root filehandle\n");
1334 * Initialise the common bits of the superblock
1336 static inline void nfs_initialise_sb(struct super_block
*sb
)
1338 struct nfs_server
*server
= NFS_SB(sb
);
1340 sb
->s_magic
= NFS_SUPER_MAGIC
;
1342 /* We probably want something more informative here */
1343 snprintf(sb
->s_id
, sizeof(sb
->s_id
),
1344 "%x:%x", MAJOR(sb
->s_dev
), MINOR(sb
->s_dev
));
1346 if (sb
->s_blocksize
== 0)
1347 sb
->s_blocksize
= nfs_block_bits(server
->wsize
,
1348 &sb
->s_blocksize_bits
);
1350 if (server
->flags
& NFS_MOUNT_NOAC
)
1351 sb
->s_flags
|= MS_SYNCHRONOUS
;
1353 nfs_super_set_maxbytes(sb
, server
->maxfilesize
);
1357 * Finish setting up an NFS2/3 superblock
1359 static void nfs_fill_super(struct super_block
*sb
,
1360 struct nfs_parsed_mount_data
*data
)
1362 struct nfs_server
*server
= NFS_SB(sb
);
1364 sb
->s_blocksize_bits
= 0;
1365 sb
->s_blocksize
= 0;
1367 sb
->s_blocksize
= nfs_block_size(data
->bsize
, &sb
->s_blocksize_bits
);
1369 if (server
->flags
& NFS_MOUNT_VER3
) {
1370 /* The VFS shouldn't apply the umask to mode bits. We will do
1371 * so ourselves when necessary.
1373 sb
->s_flags
|= MS_POSIXACL
;
1374 sb
->s_time_gran
= 1;
1377 sb
->s_op
= &nfs_sops
;
1378 nfs_initialise_sb(sb
);
1382 * Finish setting up a cloned NFS2/3 superblock
1384 static void nfs_clone_super(struct super_block
*sb
,
1385 const struct super_block
*old_sb
)
1387 struct nfs_server
*server
= NFS_SB(sb
);
1389 sb
->s_blocksize_bits
= old_sb
->s_blocksize_bits
;
1390 sb
->s_blocksize
= old_sb
->s_blocksize
;
1391 sb
->s_maxbytes
= old_sb
->s_maxbytes
;
1393 if (server
->flags
& NFS_MOUNT_VER3
) {
1394 /* The VFS shouldn't apply the umask to mode bits. We will do
1395 * so ourselves when necessary.
1397 sb
->s_flags
|= MS_POSIXACL
;
1398 sb
->s_time_gran
= 1;
1401 sb
->s_op
= old_sb
->s_op
;
1402 nfs_initialise_sb(sb
);
1405 #define NFS_MS_MASK (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_SYNCHRONOUS)
1407 static int nfs_compare_mount_options(const struct super_block
*s
, const struct nfs_server
*b
, int flags
)
1409 const struct nfs_server
*a
= s
->s_fs_info
;
1410 const struct rpc_clnt
*clnt_a
= a
->client
;
1411 const struct rpc_clnt
*clnt_b
= b
->client
;
1413 if ((s
->s_flags
& NFS_MS_MASK
) != (flags
& NFS_MS_MASK
))
1415 if (a
->nfs_client
!= b
->nfs_client
)
1417 if (a
->flags
!= b
->flags
)
1419 if (a
->wsize
!= b
->wsize
)
1421 if (a
->rsize
!= b
->rsize
)
1423 if (a
->acregmin
!= b
->acregmin
)
1425 if (a
->acregmax
!= b
->acregmax
)
1427 if (a
->acdirmin
!= b
->acdirmin
)
1429 if (a
->acdirmax
!= b
->acdirmax
)
1431 if (clnt_a
->cl_auth
->au_flavor
!= clnt_b
->cl_auth
->au_flavor
)
1438 struct nfs_sb_mountdata
{
1439 struct nfs_server
*server
;
1443 static int nfs_set_super(struct super_block
*s
, void *data
)
1445 struct nfs_sb_mountdata
*sb_mntdata
= data
;
1446 struct nfs_server
*server
= sb_mntdata
->server
;
1449 s
->s_flags
= sb_mntdata
->mntflags
;
1450 s
->s_fs_info
= server
;
1451 ret
= set_anon_super(s
, server
);
1453 server
->s_dev
= s
->s_dev
;
1457 static int nfs_compare_super_address(struct nfs_server
*server1
,
1458 struct nfs_server
*server2
)
1460 struct sockaddr
*sap1
, *sap2
;
1462 sap1
= (struct sockaddr
*)&server1
->nfs_client
->cl_addr
;
1463 sap2
= (struct sockaddr
*)&server2
->nfs_client
->cl_addr
;
1465 if (sap1
->sa_family
!= sap2
->sa_family
)
1468 switch (sap1
->sa_family
) {
1470 struct sockaddr_in
*sin1
= (struct sockaddr_in
*)sap1
;
1471 struct sockaddr_in
*sin2
= (struct sockaddr_in
*)sap2
;
1472 if (sin1
->sin_addr
.s_addr
!= sin2
->sin_addr
.s_addr
)
1474 if (sin1
->sin_port
!= sin2
->sin_port
)
1479 struct sockaddr_in6
*sin1
= (struct sockaddr_in6
*)sap1
;
1480 struct sockaddr_in6
*sin2
= (struct sockaddr_in6
*)sap2
;
1481 if (!ipv6_addr_equal(&sin1
->sin6_addr
, &sin2
->sin6_addr
))
1483 if (sin1
->sin6_port
!= sin2
->sin6_port
)
1494 static int nfs_compare_super(struct super_block
*sb
, void *data
)
1496 struct nfs_sb_mountdata
*sb_mntdata
= data
;
1497 struct nfs_server
*server
= sb_mntdata
->server
, *old
= NFS_SB(sb
);
1498 int mntflags
= sb_mntdata
->mntflags
;
1500 if (!nfs_compare_super_address(old
, server
))
1502 /* Note: NFS_MOUNT_UNSHARED == NFS4_MOUNT_UNSHARED */
1503 if (old
->flags
& NFS_MOUNT_UNSHARED
)
1505 if (memcmp(&old
->fsid
, &server
->fsid
, sizeof(old
->fsid
)) != 0)
1507 return nfs_compare_mount_options(sb
, server
, mntflags
);
1510 static int nfs_get_sb(struct file_system_type
*fs_type
,
1511 int flags
, const char *dev_name
, void *raw_data
, struct vfsmount
*mnt
)
1513 struct nfs_server
*server
= NULL
;
1514 struct super_block
*s
;
1515 struct nfs_fh mntfh
;
1516 struct nfs_parsed_mount_data data
;
1517 struct dentry
*mntroot
;
1518 int (*compare_super
)(struct super_block
*, void *) = nfs_compare_super
;
1519 struct nfs_sb_mountdata sb_mntdata
= {
1524 security_init_mnt_opts(&data
.lsm_opts
);
1526 /* Validate the mount data */
1527 error
= nfs_validate_mount_data(raw_data
, &data
, &mntfh
, dev_name
);
1531 /* Get a volume representation */
1532 server
= nfs_create_server(&data
, &mntfh
);
1533 if (IS_ERR(server
)) {
1534 error
= PTR_ERR(server
);
1537 sb_mntdata
.server
= server
;
1539 if (server
->flags
& NFS_MOUNT_UNSHARED
)
1540 compare_super
= NULL
;
1542 /* Get a superblock - note that we may end up sharing one that already exists */
1543 s
= sget(fs_type
, compare_super
, nfs_set_super
, &sb_mntdata
);
1549 if (s
->s_fs_info
!= server
) {
1550 nfs_free_server(server
);
1555 /* initial superblock/root creation */
1556 nfs_fill_super(s
, &data
);
1559 mntroot
= nfs_get_root(s
, &mntfh
);
1560 if (IS_ERR(mntroot
)) {
1561 error
= PTR_ERR(mntroot
);
1562 goto error_splat_super
;
1565 error
= security_sb_set_mnt_opts(s
, &data
.lsm_opts
);
1567 goto error_splat_root
;
1569 s
->s_flags
|= MS_ACTIVE
;
1571 mnt
->mnt_root
= mntroot
;
1575 kfree(data
.nfs_server
.hostname
);
1576 kfree(data
.mount_server
.hostname
);
1577 security_free_mnt_opts(&data
.lsm_opts
);
1581 nfs_free_server(server
);
1587 up_write(&s
->s_umount
);
1588 deactivate_super(s
);
1593 * Destroy an NFS2/3 superblock
1595 static void nfs_kill_super(struct super_block
*s
)
1597 struct nfs_server
*server
= NFS_SB(s
);
1600 nfs_free_server(server
);
1604 * Clone an NFS2/3 server record on xdev traversal (FSID-change)
1606 static int nfs_xdev_get_sb(struct file_system_type
*fs_type
, int flags
,
1607 const char *dev_name
, void *raw_data
,
1608 struct vfsmount
*mnt
)
1610 struct nfs_clone_mount
*data
= raw_data
;
1611 struct super_block
*s
;
1612 struct nfs_server
*server
;
1613 struct dentry
*mntroot
;
1614 int (*compare_super
)(struct super_block
*, void *) = nfs_compare_super
;
1615 struct nfs_sb_mountdata sb_mntdata
= {
1620 dprintk("--> nfs_xdev_get_sb()\n");
1622 /* create a new volume representation */
1623 server
= nfs_clone_server(NFS_SB(data
->sb
), data
->fh
, data
->fattr
);
1624 if (IS_ERR(server
)) {
1625 error
= PTR_ERR(server
);
1626 goto out_err_noserver
;
1628 sb_mntdata
.server
= server
;
1630 if (server
->flags
& NFS_MOUNT_UNSHARED
)
1631 compare_super
= NULL
;
1633 /* Get a superblock - note that we may end up sharing one that already exists */
1634 s
= sget(&nfs_fs_type
, compare_super
, nfs_set_super
, &sb_mntdata
);
1640 if (s
->s_fs_info
!= server
) {
1641 nfs_free_server(server
);
1646 /* initial superblock/root creation */
1647 nfs_clone_super(s
, data
->sb
);
1650 mntroot
= nfs_get_root(s
, data
->fh
);
1651 if (IS_ERR(mntroot
)) {
1652 error
= PTR_ERR(mntroot
);
1653 goto error_splat_super
;
1655 if (mntroot
->d_inode
->i_op
!= NFS_SB(s
)->nfs_client
->rpc_ops
->dir_inode_ops
) {
1658 goto error_splat_super
;
1661 s
->s_flags
|= MS_ACTIVE
;
1663 mnt
->mnt_root
= mntroot
;
1665 /* clone any lsm security options from the parent to the new sb */
1666 security_sb_clone_mnt_opts(data
->sb
, s
);
1668 dprintk("<-- nfs_xdev_get_sb() = 0\n");
1672 nfs_free_server(server
);
1674 dprintk("<-- nfs_xdev_get_sb() = %d [error]\n", error
);
1678 up_write(&s
->s_umount
);
1679 deactivate_super(s
);
1680 dprintk("<-- nfs_xdev_get_sb() = %d [splat]\n", error
);
1684 #ifdef CONFIG_NFS_V4
1687 * Finish setting up a cloned NFS4 superblock
1689 static void nfs4_clone_super(struct super_block
*sb
,
1690 const struct super_block
*old_sb
)
1692 sb
->s_blocksize_bits
= old_sb
->s_blocksize_bits
;
1693 sb
->s_blocksize
= old_sb
->s_blocksize
;
1694 sb
->s_maxbytes
= old_sb
->s_maxbytes
;
1695 sb
->s_time_gran
= 1;
1696 sb
->s_op
= old_sb
->s_op
;
1697 nfs_initialise_sb(sb
);
1701 * Set up an NFS4 superblock
1703 static void nfs4_fill_super(struct super_block
*sb
)
1705 sb
->s_time_gran
= 1;
1706 sb
->s_op
= &nfs4_sops
;
1707 nfs_initialise_sb(sb
);
1711 * If the user didn't specify a port, set the port number to
1712 * the NFS version 4 default port.
1714 static void nfs4_default_port(struct sockaddr
*sap
)
1716 switch (sap
->sa_family
) {
1718 struct sockaddr_in
*ap
= (struct sockaddr_in
*)sap
;
1719 if (ap
->sin_port
== 0)
1720 ap
->sin_port
= htons(NFS_PORT
);
1724 struct sockaddr_in6
*ap
= (struct sockaddr_in6
*)sap
;
1725 if (ap
->sin6_port
== 0)
1726 ap
->sin6_port
= htons(NFS_PORT
);
1733 * Validate NFSv4 mount options
1735 static int nfs4_validate_mount_data(void *options
,
1736 struct nfs_parsed_mount_data
*args
,
1737 const char *dev_name
)
1739 struct sockaddr_in
*ap
;
1740 struct nfs4_mount_data
*data
= (struct nfs4_mount_data
*)options
;
1743 memset(args
, 0, sizeof(*args
));
1748 args
->rsize
= NFS_MAX_FILE_IO_SIZE
;
1749 args
->wsize
= NFS_MAX_FILE_IO_SIZE
;
1753 args
->acregmax
= 60;
1754 args
->acdirmin
= 30;
1755 args
->acdirmax
= 60;
1756 args
->nfs_server
.protocol
= XPRT_TRANSPORT_TCP
;
1758 switch (data
->version
) {
1760 ap
= (struct sockaddr_in
*)&args
->nfs_server
.address
;
1761 if (data
->host_addrlen
> sizeof(args
->nfs_server
.address
))
1762 goto out_no_address
;
1763 if (data
->host_addrlen
== 0)
1764 goto out_no_address
;
1765 args
->nfs_server
.addrlen
= data
->host_addrlen
;
1766 if (copy_from_user(ap
, data
->host_addr
, data
->host_addrlen
))
1768 if (!nfs_verify_server_address((struct sockaddr
*)
1769 &args
->nfs_server
.address
))
1770 goto out_no_address
;
1772 nfs4_default_port((struct sockaddr
*)
1773 &args
->nfs_server
.address
);
1775 switch (data
->auth_flavourlen
) {
1777 args
->auth_flavors
[0] = RPC_AUTH_UNIX
;
1780 if (copy_from_user(&args
->auth_flavors
[0],
1781 data
->auth_flavours
,
1782 sizeof(args
->auth_flavors
[0])))
1786 goto out_inval_auth
;
1789 c
= strndup_user(data
->hostname
.data
, NFS4_MAXNAMLEN
);
1792 args
->nfs_server
.hostname
= c
;
1794 c
= strndup_user(data
->mnt_path
.data
, NFS4_MAXPATHLEN
);
1797 args
->nfs_server
.export_path
= c
;
1798 dfprintk(MOUNT
, "NFS: MNTPATH: '%s'\n", c
);
1800 c
= strndup_user(data
->client_addr
.data
, 16);
1803 args
->client_address
= c
;
1806 * Translate to nfs_parsed_mount_data, which nfs4_fill_super
1810 args
->flags
= data
->flags
& NFS4_MOUNT_FLAGMASK
;
1811 args
->rsize
= data
->rsize
;
1812 args
->wsize
= data
->wsize
;
1813 args
->timeo
= data
->timeo
;
1814 args
->retrans
= data
->retrans
;
1815 args
->acregmin
= data
->acregmin
;
1816 args
->acregmax
= data
->acregmax
;
1817 args
->acdirmin
= data
->acdirmin
;
1818 args
->acdirmax
= data
->acdirmax
;
1819 args
->nfs_server
.protocol
= data
->proto
;
1825 if (nfs_parse_mount_options((char *)options
, args
) == 0)
1828 if (!nfs_verify_server_address((struct sockaddr
*)
1829 &args
->nfs_server
.address
))
1832 nfs4_default_port((struct sockaddr
*)
1833 &args
->nfs_server
.address
);
1835 switch (args
->auth_flavor_len
) {
1837 args
->auth_flavors
[0] = RPC_AUTH_UNIX
;
1842 goto out_inval_auth
;
1846 * Split "dev_name" into "hostname:mntpath".
1848 c
= strchr(dev_name
, ':');
1851 /* while calculating len, pretend ':' is '\0' */
1853 if (len
> NFS4_MAXNAMLEN
)
1854 return -ENAMETOOLONG
;
1855 /* N.B. caller will free nfs_server.hostname in all cases */
1856 args
->nfs_server
.hostname
= kstrndup(dev_name
, len
, GFP_KERNEL
);
1858 c
++; /* step over the ':' */
1860 if (len
> NFS4_MAXPATHLEN
)
1861 return -ENAMETOOLONG
;
1862 args
->nfs_server
.export_path
= kstrndup(c
, len
, GFP_KERNEL
);
1864 dprintk("NFS: MNTPATH: '%s'\n", args
->nfs_server
.export_path
);
1866 if (args
->client_address
== NULL
)
1867 goto out_no_client_address
;
1876 dfprintk(MOUNT
, "NFS4: mount program didn't pass any mount data\n");
1880 dfprintk(MOUNT
, "NFS4: Invalid number of RPC auth flavours %d\n",
1881 data
->auth_flavourlen
);
1885 dfprintk(MOUNT
, "NFS4: mount program didn't pass remote address\n");
1888 out_no_client_address
:
1889 dfprintk(MOUNT
, "NFS4: mount program didn't pass callback address\n");
1894 * Get the superblock for an NFS4 mountpoint
1896 static int nfs4_get_sb(struct file_system_type
*fs_type
,
1897 int flags
, const char *dev_name
, void *raw_data
, struct vfsmount
*mnt
)
1899 struct nfs_parsed_mount_data data
;
1900 struct super_block
*s
;
1901 struct nfs_server
*server
;
1902 struct nfs_fh mntfh
;
1903 struct dentry
*mntroot
;
1904 int (*compare_super
)(struct super_block
*, void *) = nfs_compare_super
;
1905 struct nfs_sb_mountdata sb_mntdata
= {
1910 security_init_mnt_opts(&data
.lsm_opts
);
1912 /* Validate the mount data */
1913 error
= nfs4_validate_mount_data(raw_data
, &data
, dev_name
);
1917 /* Get a volume representation */
1918 server
= nfs4_create_server(&data
, &mntfh
);
1919 if (IS_ERR(server
)) {
1920 error
= PTR_ERR(server
);
1923 sb_mntdata
.server
= server
;
1925 if (server
->flags
& NFS4_MOUNT_UNSHARED
)
1926 compare_super
= NULL
;
1928 /* Get a superblock - note that we may end up sharing one that already exists */
1929 s
= sget(fs_type
, compare_super
, nfs_set_super
, &sb_mntdata
);
1935 if (s
->s_fs_info
!= server
) {
1936 nfs_free_server(server
);
1941 /* initial superblock/root creation */
1945 mntroot
= nfs4_get_root(s
, &mntfh
);
1946 if (IS_ERR(mntroot
)) {
1947 error
= PTR_ERR(mntroot
);
1948 goto error_splat_super
;
1951 s
->s_flags
|= MS_ACTIVE
;
1953 mnt
->mnt_root
= mntroot
;
1957 kfree(data
.client_address
);
1958 kfree(data
.nfs_server
.export_path
);
1959 kfree(data
.nfs_server
.hostname
);
1960 security_free_mnt_opts(&data
.lsm_opts
);
1964 nfs_free_server(server
);
1968 up_write(&s
->s_umount
);
1969 deactivate_super(s
);
1973 static void nfs4_kill_super(struct super_block
*sb
)
1975 struct nfs_server
*server
= NFS_SB(sb
);
1977 nfs_return_all_delegations(sb
);
1978 kill_anon_super(sb
);
1980 nfs4_renewd_prepare_shutdown(server
);
1981 nfs_free_server(server
);
1985 * Clone an NFS4 server record on xdev traversal (FSID-change)
1987 static int nfs4_xdev_get_sb(struct file_system_type
*fs_type
, int flags
,
1988 const char *dev_name
, void *raw_data
,
1989 struct vfsmount
*mnt
)
1991 struct nfs_clone_mount
*data
= raw_data
;
1992 struct super_block
*s
;
1993 struct nfs_server
*server
;
1994 struct dentry
*mntroot
;
1995 int (*compare_super
)(struct super_block
*, void *) = nfs_compare_super
;
1996 struct nfs_sb_mountdata sb_mntdata
= {
2001 dprintk("--> nfs4_xdev_get_sb()\n");
2003 /* create a new volume representation */
2004 server
= nfs_clone_server(NFS_SB(data
->sb
), data
->fh
, data
->fattr
);
2005 if (IS_ERR(server
)) {
2006 error
= PTR_ERR(server
);
2007 goto out_err_noserver
;
2009 sb_mntdata
.server
= server
;
2011 if (server
->flags
& NFS4_MOUNT_UNSHARED
)
2012 compare_super
= NULL
;
2014 /* Get a superblock - note that we may end up sharing one that already exists */
2015 s
= sget(&nfs_fs_type
, compare_super
, nfs_set_super
, &sb_mntdata
);
2021 if (s
->s_fs_info
!= server
) {
2022 nfs_free_server(server
);
2027 /* initial superblock/root creation */
2028 nfs4_clone_super(s
, data
->sb
);
2031 mntroot
= nfs4_get_root(s
, data
->fh
);
2032 if (IS_ERR(mntroot
)) {
2033 error
= PTR_ERR(mntroot
);
2034 goto error_splat_super
;
2036 if (mntroot
->d_inode
->i_op
!= NFS_SB(s
)->nfs_client
->rpc_ops
->dir_inode_ops
) {
2039 goto error_splat_super
;
2042 s
->s_flags
|= MS_ACTIVE
;
2044 mnt
->mnt_root
= mntroot
;
2046 dprintk("<-- nfs4_xdev_get_sb() = 0\n");
2050 nfs_free_server(server
);
2052 dprintk("<-- nfs4_xdev_get_sb() = %d [error]\n", error
);
2056 up_write(&s
->s_umount
);
2057 deactivate_super(s
);
2058 dprintk("<-- nfs4_xdev_get_sb() = %d [splat]\n", error
);
2063 * Create an NFS4 server record on referral traversal
2065 static int nfs4_referral_get_sb(struct file_system_type
*fs_type
, int flags
,
2066 const char *dev_name
, void *raw_data
,
2067 struct vfsmount
*mnt
)
2069 struct nfs_clone_mount
*data
= raw_data
;
2070 struct super_block
*s
;
2071 struct nfs_server
*server
;
2072 struct dentry
*mntroot
;
2073 struct nfs_fh mntfh
;
2074 int (*compare_super
)(struct super_block
*, void *) = nfs_compare_super
;
2075 struct nfs_sb_mountdata sb_mntdata
= {
2080 dprintk("--> nfs4_referral_get_sb()\n");
2082 /* create a new volume representation */
2083 server
= nfs4_create_referral_server(data
, &mntfh
);
2084 if (IS_ERR(server
)) {
2085 error
= PTR_ERR(server
);
2086 goto out_err_noserver
;
2088 sb_mntdata
.server
= server
;
2090 if (server
->flags
& NFS4_MOUNT_UNSHARED
)
2091 compare_super
= NULL
;
2093 /* Get a superblock - note that we may end up sharing one that already exists */
2094 s
= sget(&nfs_fs_type
, compare_super
, nfs_set_super
, &sb_mntdata
);
2100 if (s
->s_fs_info
!= server
) {
2101 nfs_free_server(server
);
2106 /* initial superblock/root creation */
2110 mntroot
= nfs4_get_root(s
, &mntfh
);
2111 if (IS_ERR(mntroot
)) {
2112 error
= PTR_ERR(mntroot
);
2113 goto error_splat_super
;
2115 if (mntroot
->d_inode
->i_op
!= NFS_SB(s
)->nfs_client
->rpc_ops
->dir_inode_ops
) {
2118 goto error_splat_super
;
2121 s
->s_flags
|= MS_ACTIVE
;
2123 mnt
->mnt_root
= mntroot
;
2125 dprintk("<-- nfs4_referral_get_sb() = 0\n");
2129 nfs_free_server(server
);
2131 dprintk("<-- nfs4_referral_get_sb() = %d [error]\n", error
);
2135 up_write(&s
->s_umount
);
2136 deactivate_super(s
);
2137 dprintk("<-- nfs4_referral_get_sb() = %d [splat]\n", error
);
2141 #endif /* CONFIG_NFS_V4 */