David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 1 | /* client.c: NFS client sharing and management code |
| 2 | * |
| 3 | * Copyright (C) 2006 Red Hat, Inc. All Rights Reserved. |
| 4 | * Written by David Howells (dhowells@redhat.com) |
| 5 | * |
| 6 | * This program is free software; you can redistribute it and/or |
| 7 | * modify it under the terms of the GNU General Public License |
| 8 | * as published by the Free Software Foundation; either version |
| 9 | * 2 of the License, or (at your option) any later version. |
| 10 | */ |
| 11 | |
| 12 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 13 | #include <linux/module.h> |
| 14 | #include <linux/init.h> |
Alexey Dobriyan | e8edc6e | 2007-05-21 01:22:52 +0400 | [diff] [blame] | 15 | #include <linux/sched.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 16 | #include <linux/time.h> |
| 17 | #include <linux/kernel.h> |
| 18 | #include <linux/mm.h> |
| 19 | #include <linux/string.h> |
| 20 | #include <linux/stat.h> |
| 21 | #include <linux/errno.h> |
| 22 | #include <linux/unistd.h> |
| 23 | #include <linux/sunrpc/clnt.h> |
| 24 | #include <linux/sunrpc/stats.h> |
| 25 | #include <linux/sunrpc/metrics.h> |
\"Talpey, Thomas\ | 0896a72 | 2007-09-10 13:48:23 -0400 | [diff] [blame] | 26 | #include <linux/sunrpc/xprtsock.h> |
\"Talpey, Thomas\ | 2cf7ff7 | 2007-09-10 13:49:41 -0400 | [diff] [blame] | 27 | #include <linux/sunrpc/xprtrdma.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 28 | #include <linux/nfs_fs.h> |
| 29 | #include <linux/nfs_mount.h> |
| 30 | #include <linux/nfs4_mount.h> |
| 31 | #include <linux/lockd/bind.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 32 | #include <linux/seq_file.h> |
| 33 | #include <linux/mount.h> |
| 34 | #include <linux/nfs_idmap.h> |
| 35 | #include <linux/vfs.h> |
| 36 | #include <linux/inet.h> |
Trond Myklebust | 3b0d3f9 | 2008-01-03 13:28:58 -0500 | [diff] [blame] | 37 | #include <linux/in6.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 38 | #include <linux/slab.h> |
Trond Myklebust | 3b0d3f9 | 2008-01-03 13:28:58 -0500 | [diff] [blame] | 39 | #include <net/ipv6.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 40 | #include <linux/nfs_xdr.h> |
Andy Adamson | 0b5b7ae | 2009-04-01 09:23:15 -0400 | [diff] [blame] | 41 | #include <linux/sunrpc/bc_xprt.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 42 | |
| 43 | #include <asm/system.h> |
| 44 | |
| 45 | #include "nfs4_fs.h" |
| 46 | #include "callback.h" |
| 47 | #include "delegation.h" |
| 48 | #include "iostat.h" |
| 49 | #include "internal.h" |
David Howells | 1472728 | 2009-04-03 16:42:42 +0100 | [diff] [blame] | 50 | #include "fscache.h" |
Ricardo Labiaga | 85e174b | 2010-10-20 00:17:58 -0400 | [diff] [blame] | 51 | #include "pnfs.h" |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 52 | |
| 53 | #define NFSDBG_FACILITY NFSDBG_CLIENT |
| 54 | |
| 55 | static DEFINE_SPINLOCK(nfs_client_lock); |
| 56 | static LIST_HEAD(nfs_client_list); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 57 | static LIST_HEAD(nfs_volume_list); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 58 | static DECLARE_WAIT_QUEUE_HEAD(nfs_client_active_wq); |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 59 | #ifdef CONFIG_NFS_V4 |
| 60 | static DEFINE_IDR(cb_ident_idr); /* Protected by nfs_client_lock */ |
| 61 | |
| 62 | /* |
| 63 | * Get a unique NFSv4.0 callback identifier which will be used |
| 64 | * by the V4.0 callback service to lookup the nfs_client struct |
| 65 | */ |
| 66 | static int nfs_get_cb_ident_idr(struct nfs_client *clp, int minorversion) |
| 67 | { |
| 68 | int ret = 0; |
| 69 | |
| 70 | if (clp->rpc_ops->version != 4 || minorversion != 0) |
| 71 | return ret; |
| 72 | retry: |
| 73 | if (!idr_pre_get(&cb_ident_idr, GFP_KERNEL)) |
| 74 | return -ENOMEM; |
| 75 | spin_lock(&nfs_client_lock); |
| 76 | ret = idr_get_new(&cb_ident_idr, clp, &clp->cl_cb_ident); |
| 77 | spin_unlock(&nfs_client_lock); |
| 78 | if (ret == -EAGAIN) |
| 79 | goto retry; |
| 80 | return ret; |
| 81 | } |
| 82 | #endif /* CONFIG_NFS_V4 */ |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 83 | |
| 84 | /* |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 85 | * RPC cruft for NFS |
| 86 | */ |
| 87 | static struct rpc_version *nfs_version[5] = { |
| 88 | [2] = &nfs_version2, |
| 89 | #ifdef CONFIG_NFS_V3 |
| 90 | [3] = &nfs_version3, |
| 91 | #endif |
| 92 | #ifdef CONFIG_NFS_V4 |
| 93 | [4] = &nfs_version4, |
| 94 | #endif |
| 95 | }; |
| 96 | |
| 97 | struct rpc_program nfs_program = { |
| 98 | .name = "nfs", |
| 99 | .number = NFS_PROGRAM, |
| 100 | .nrvers = ARRAY_SIZE(nfs_version), |
| 101 | .version = nfs_version, |
| 102 | .stats = &nfs_rpcstat, |
| 103 | .pipe_dir_name = "/nfs", |
| 104 | }; |
| 105 | |
| 106 | struct rpc_stat nfs_rpcstat = { |
| 107 | .program = &nfs_program |
| 108 | }; |
| 109 | |
| 110 | |
| 111 | #ifdef CONFIG_NFS_V3_ACL |
| 112 | static struct rpc_stat nfsacl_rpcstat = { &nfsacl_program }; |
| 113 | static struct rpc_version * nfsacl_version[] = { |
| 114 | [3] = &nfsacl_version3, |
| 115 | }; |
| 116 | |
| 117 | struct rpc_program nfsacl_program = { |
| 118 | .name = "nfsacl", |
| 119 | .number = NFS_ACL_PROGRAM, |
| 120 | .nrvers = ARRAY_SIZE(nfsacl_version), |
| 121 | .version = nfsacl_version, |
| 122 | .stats = &nfsacl_rpcstat, |
| 123 | }; |
| 124 | #endif /* CONFIG_NFS_V3_ACL */ |
| 125 | |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 126 | struct nfs_client_initdata { |
| 127 | const char *hostname; |
Chuck Lever | d7422c4 | 2007-12-10 14:58:51 -0500 | [diff] [blame] | 128 | const struct sockaddr *addr; |
Chuck Lever | 6e4cffd | 2007-12-10 14:58:15 -0500 | [diff] [blame] | 129 | size_t addrlen; |
Trond Myklebust | 40c55319 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 130 | const struct nfs_rpc_ops *rpc_ops; |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 131 | int proto; |
Benny Halevy | 5aae4a9 | 2009-04-01 09:21:50 -0400 | [diff] [blame] | 132 | u32 minorversion; |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 133 | }; |
| 134 | |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 135 | /* |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 136 | * Allocate a shared client record |
| 137 | * |
| 138 | * Since these are allocated/deallocated very rarely, we don't |
| 139 | * bother putting them in a slab cache... |
| 140 | */ |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 141 | static struct nfs_client *nfs_alloc_client(const struct nfs_client_initdata *cl_init) |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 142 | { |
| 143 | struct nfs_client *clp; |
Trond Myklebust | 7c67db3 | 2008-04-07 20:50:11 -0400 | [diff] [blame] | 144 | struct rpc_cred *cred; |
Chuck Lever | a21bdd9 | 2009-06-17 18:02:10 -0700 | [diff] [blame] | 145 | int err = -ENOMEM; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 146 | |
| 147 | if ((clp = kzalloc(sizeof(*clp), GFP_KERNEL)) == NULL) |
| 148 | goto error_0; |
| 149 | |
Trond Myklebust | 40c55319 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 150 | clp->rpc_ops = cl_init->rpc_ops; |
| 151 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 152 | atomic_set(&clp->cl_count, 1); |
| 153 | clp->cl_cons_state = NFS_CS_INITING; |
| 154 | |
Chuck Lever | 6e4cffd | 2007-12-10 14:58:15 -0500 | [diff] [blame] | 155 | memcpy(&clp->cl_addr, cl_init->addr, cl_init->addrlen); |
| 156 | clp->cl_addrlen = cl_init->addrlen; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 157 | |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 158 | if (cl_init->hostname) { |
Chuck Lever | a21bdd9 | 2009-06-17 18:02:10 -0700 | [diff] [blame] | 159 | err = -ENOMEM; |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 160 | clp->cl_hostname = kstrdup(cl_init->hostname, GFP_KERNEL); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 161 | if (!clp->cl_hostname) |
Benny Halevy | 7146851 | 2009-04-01 09:22:56 -0400 | [diff] [blame] | 162 | goto error_cleanup; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 163 | } |
| 164 | |
| 165 | INIT_LIST_HEAD(&clp->cl_superblocks); |
| 166 | clp->cl_rpcclient = ERR_PTR(-EINVAL); |
| 167 | |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 168 | clp->cl_proto = cl_init->proto; |
| 169 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 170 | #ifdef CONFIG_NFS_V4 |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 171 | err = nfs_get_cb_ident_idr(clp, cl_init->minorversion); |
| 172 | if (err) |
| 173 | goto error_cleanup; |
| 174 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 175 | spin_lock_init(&clp->cl_lock); |
David Howells | 65f27f3 | 2006-11-22 14:55:48 +0000 | [diff] [blame] | 176 | INIT_DELAYED_WORK(&clp->cl_renewd, nfs4_renew_state); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 177 | rpc_init_wait_queue(&clp->cl_rpcwaitq, "NFS client"); |
| 178 | clp->cl_boot_time = CURRENT_TIME; |
| 179 | clp->cl_state = 1 << NFS4CLNT_LEASE_EXPIRED; |
Benny Halevy | 5aae4a9 | 2009-04-01 09:21:50 -0400 | [diff] [blame] | 180 | clp->cl_minorversion = cl_init->minorversion; |
Trond Myklebust | 97dc135 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 181 | clp->cl_mvops = nfs_v4_minor_ops[cl_init->minorversion]; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 182 | #endif |
Trond Myklebust | 7c67db3 | 2008-04-07 20:50:11 -0400 | [diff] [blame] | 183 | cred = rpc_lookup_machine_cred(); |
| 184 | if (!IS_ERR(cred)) |
| 185 | clp->cl_machine_cred = cred; |
Andy Adamson | 974cec8 | 2010-10-20 00:18:02 -0400 | [diff] [blame] | 186 | #if defined(CONFIG_NFS_V4_1) |
| 187 | INIT_LIST_HEAD(&clp->cl_layouts); |
| 188 | #endif |
David Howells | 1472728 | 2009-04-03 16:42:42 +0100 | [diff] [blame] | 189 | nfs_fscache_get_client_cookie(clp); |
| 190 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 191 | return clp; |
| 192 | |
Benny Halevy | 7146851 | 2009-04-01 09:22:56 -0400 | [diff] [blame] | 193 | error_cleanup: |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 194 | kfree(clp); |
| 195 | error_0: |
Chuck Lever | a21bdd9 | 2009-06-17 18:02:10 -0700 | [diff] [blame] | 196 | return ERR_PTR(err); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 197 | } |
| 198 | |
Trond Myklebust | 5dd3177 | 2006-08-24 01:03:05 -0400 | [diff] [blame] | 199 | #ifdef CONFIG_NFS_V4 |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 200 | #ifdef CONFIG_NFS_V4_1 |
Andy Adamson | ea00528 | 2011-01-06 02:04:29 +0000 | [diff] [blame] | 201 | static void nfs4_shutdown_session(struct nfs_client *clp) |
| 202 | { |
| 203 | if (nfs4_has_session(clp)) |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 204 | nfs4_destroy_session(clp->cl_session); |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 205 | } |
Andy Adamson | ea00528 | 2011-01-06 02:04:29 +0000 | [diff] [blame] | 206 | #else /* CONFIG_NFS_V4_1 */ |
| 207 | static void nfs4_shutdown_session(struct nfs_client *clp) |
| 208 | { |
| 209 | } |
| 210 | #endif /* CONFIG_NFS_V4_1 */ |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 211 | |
| 212 | /* |
Alexandros Batsakis | 888ef2e | 2010-02-05 03:45:03 -0800 | [diff] [blame] | 213 | * Destroy the NFS4 callback service |
| 214 | */ |
| 215 | static void nfs4_destroy_callback(struct nfs_client *clp) |
| 216 | { |
| 217 | if (__test_and_clear_bit(NFS_CS_CALLBACK, &clp->cl_res_state)) |
Trond Myklebust | 97dc135 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 218 | nfs_callback_down(clp->cl_mvops->minor_version); |
Alexandros Batsakis | 888ef2e | 2010-02-05 03:45:03 -0800 | [diff] [blame] | 219 | } |
| 220 | |
| 221 | static void nfs4_shutdown_client(struct nfs_client *clp) |
| 222 | { |
| 223 | if (__test_and_clear_bit(NFS_CS_RENEWD, &clp->cl_res_state)) |
| 224 | nfs4_kill_renewd(clp); |
Andy Adamson | ea00528 | 2011-01-06 02:04:29 +0000 | [diff] [blame] | 225 | nfs4_shutdown_session(clp); |
Alexandros Batsakis | 888ef2e | 2010-02-05 03:45:03 -0800 | [diff] [blame] | 226 | nfs4_destroy_callback(clp); |
| 227 | if (__test_and_clear_bit(NFS_CS_IDMAP, &clp->cl_res_state)) |
| 228 | nfs_idmap_delete(clp); |
| 229 | |
| 230 | rpc_destroy_wait_queue(&clp->cl_rpcwaitq); |
| 231 | } |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 232 | |
| 233 | /* idr_remove_all is not needed as all id's are removed by nfs_put_client */ |
| 234 | void nfs_cleanup_cb_ident_idr(void) |
| 235 | { |
| 236 | idr_destroy(&cb_ident_idr); |
| 237 | } |
| 238 | |
| 239 | /* nfs_client_lock held */ |
| 240 | static void nfs_cb_idr_remove_locked(struct nfs_client *clp) |
| 241 | { |
| 242 | if (clp->cl_cb_ident) |
| 243 | idr_remove(&cb_ident_idr, clp->cl_cb_ident); |
| 244 | } |
| 245 | |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 246 | static void pnfs_init_server(struct nfs_server *server) |
| 247 | { |
| 248 | rpc_init_wait_queue(&server->roc_rpcwaitq, "pNFS ROC"); |
| 249 | } |
| 250 | |
Alexandros Batsakis | 888ef2e | 2010-02-05 03:45:03 -0800 | [diff] [blame] | 251 | #else |
| 252 | static void nfs4_shutdown_client(struct nfs_client *clp) |
| 253 | { |
| 254 | } |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 255 | |
| 256 | void nfs_cleanup_cb_ident_idr(void) |
| 257 | { |
| 258 | } |
| 259 | |
| 260 | static void nfs_cb_idr_remove_locked(struct nfs_client *clp) |
| 261 | { |
| 262 | } |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 263 | |
| 264 | static void pnfs_init_server(struct nfs_server *server) |
| 265 | { |
| 266 | } |
| 267 | |
Alexandros Batsakis | 888ef2e | 2010-02-05 03:45:03 -0800 | [diff] [blame] | 268 | #endif /* CONFIG_NFS_V4 */ |
| 269 | |
| 270 | /* |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 271 | * Destroy a shared client record |
| 272 | */ |
| 273 | static void nfs_free_client(struct nfs_client *clp) |
| 274 | { |
Trond Myklebust | 40c55319 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 275 | dprintk("--> nfs_free_client(%u)\n", clp->rpc_ops->version); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 276 | |
Trond Myklebust | 5dd3177 | 2006-08-24 01:03:05 -0400 | [diff] [blame] | 277 | nfs4_shutdown_client(clp); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 278 | |
David Howells | 1472728 | 2009-04-03 16:42:42 +0100 | [diff] [blame] | 279 | nfs_fscache_release_client_cookie(clp); |
| 280 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 281 | /* -EIO all pending I/O */ |
| 282 | if (!IS_ERR(clp->cl_rpcclient)) |
| 283 | rpc_shutdown_client(clp->cl_rpcclient); |
| 284 | |
Trond Myklebust | 7c67db3 | 2008-04-07 20:50:11 -0400 | [diff] [blame] | 285 | if (clp->cl_machine_cred != NULL) |
| 286 | put_rpccred(clp->cl_machine_cred); |
| 287 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 288 | kfree(clp->cl_hostname); |
| 289 | kfree(clp); |
| 290 | |
| 291 | dprintk("<-- nfs_free_client()\n"); |
| 292 | } |
| 293 | |
| 294 | /* |
| 295 | * Release a reference to a shared client record |
| 296 | */ |
| 297 | void nfs_put_client(struct nfs_client *clp) |
| 298 | { |
David Howells | 27ba851 | 2006-07-30 14:40:56 -0400 | [diff] [blame] | 299 | if (!clp) |
| 300 | return; |
| 301 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 302 | dprintk("--> nfs_put_client({%d})\n", atomic_read(&clp->cl_count)); |
| 303 | |
| 304 | if (atomic_dec_and_lock(&clp->cl_count, &nfs_client_lock)) { |
| 305 | list_del(&clp->cl_share_link); |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 306 | nfs_cb_idr_remove_locked(clp); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 307 | spin_unlock(&nfs_client_lock); |
| 308 | |
| 309 | BUG_ON(!list_empty(&clp->cl_superblocks)); |
| 310 | |
| 311 | nfs_free_client(clp); |
| 312 | } |
| 313 | } |
Andy Adamson | 16b374c | 2010-10-20 00:18:04 -0400 | [diff] [blame] | 314 | EXPORT_SYMBOL_GPL(nfs_put_client); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 315 | |
Trond Myklebust | 9082a5c | 2008-12-23 15:21:53 -0500 | [diff] [blame] | 316 | #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) |
Trond Myklebust | 9f4c899 | 2009-03-12 14:51:32 -0400 | [diff] [blame] | 317 | /* |
| 318 | * Test if two ip6 socket addresses refer to the same socket by |
| 319 | * comparing relevant fields. The padding bytes specifically, are not |
| 320 | * compared. sin6_flowinfo is not compared because it only affects QoS |
| 321 | * and sin6_scope_id is only compared if the address is "link local" |
| 322 | * because "link local" addresses need only be unique to a specific |
| 323 | * link. Conversely, ordinary unicast addresses might have different |
| 324 | * sin6_scope_id. |
| 325 | * |
| 326 | * The caller should ensure both socket addresses are AF_INET6. |
| 327 | */ |
Chuck Lever | 3c8c45d | 2009-03-18 20:48:14 -0400 | [diff] [blame] | 328 | static int nfs_sockaddr_match_ipaddr6(const struct sockaddr *sa1, |
| 329 | const struct sockaddr *sa2) |
Trond Myklebust | 9f4c899 | 2009-03-12 14:51:32 -0400 | [diff] [blame] | 330 | { |
Chuck Lever | 3c8c45d | 2009-03-18 20:48:14 -0400 | [diff] [blame] | 331 | const struct sockaddr_in6 *sin1 = (const struct sockaddr_in6 *)sa1; |
| 332 | const struct sockaddr_in6 *sin2 = (const struct sockaddr_in6 *)sa2; |
Trond Myklebust | 9f4c899 | 2009-03-12 14:51:32 -0400 | [diff] [blame] | 333 | |
Chuck Lever | 3c8c45d | 2009-03-18 20:48:14 -0400 | [diff] [blame] | 334 | if (ipv6_addr_scope(&sin1->sin6_addr) == IPV6_ADDR_SCOPE_LINKLOCAL && |
| 335 | sin1->sin6_scope_id != sin2->sin6_scope_id) |
Trond Myklebust | 9f4c899 | 2009-03-12 14:51:32 -0400 | [diff] [blame] | 336 | return 0; |
Trond Myklebust | 3b0d3f9 | 2008-01-03 13:28:58 -0500 | [diff] [blame] | 337 | |
Trond Myklebust | b20d37c | 2010-09-12 19:55:26 -0400 | [diff] [blame] | 338 | return ipv6_addr_equal(&sin1->sin6_addr, &sin2->sin6_addr); |
Trond Myklebust | 3b0d3f9 | 2008-01-03 13:28:58 -0500 | [diff] [blame] | 339 | } |
Chuck Lever | 3c8c45d | 2009-03-18 20:48:14 -0400 | [diff] [blame] | 340 | #else /* !defined(CONFIG_IPV6) && !defined(CONFIG_IPV6_MODULE) */ |
| 341 | static int nfs_sockaddr_match_ipaddr6(const struct sockaddr *sa1, |
| 342 | const struct sockaddr *sa2) |
Trond Myklebust | 9f4c899 | 2009-03-12 14:51:32 -0400 | [diff] [blame] | 343 | { |
| 344 | return 0; |
| 345 | } |
Trond Myklebust | 9082a5c | 2008-12-23 15:21:53 -0500 | [diff] [blame] | 346 | #endif |
Trond Myklebust | 3b0d3f9 | 2008-01-03 13:28:58 -0500 | [diff] [blame] | 347 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 348 | /* |
Ian Dall | d7371c4 | 2009-03-10 20:33:22 -0400 | [diff] [blame] | 349 | * Test if two ip4 socket addresses refer to the same socket, by |
| 350 | * comparing relevant fields. The padding bytes specifically, are |
| 351 | * not compared. |
| 352 | * |
| 353 | * The caller should ensure both socket addresses are AF_INET. |
| 354 | */ |
Chuck Lever | 3c8c45d | 2009-03-18 20:48:14 -0400 | [diff] [blame] | 355 | static int nfs_sockaddr_match_ipaddr4(const struct sockaddr *sa1, |
| 356 | const struct sockaddr *sa2) |
| 357 | { |
| 358 | const struct sockaddr_in *sin1 = (const struct sockaddr_in *)sa1; |
| 359 | const struct sockaddr_in *sin2 = (const struct sockaddr_in *)sa2; |
| 360 | |
| 361 | return sin1->sin_addr.s_addr == sin2->sin_addr.s_addr; |
| 362 | } |
| 363 | |
| 364 | static int nfs_sockaddr_cmp_ip6(const struct sockaddr *sa1, |
| 365 | const struct sockaddr *sa2) |
| 366 | { |
| 367 | const struct sockaddr_in6 *sin1 = (const struct sockaddr_in6 *)sa1; |
| 368 | const struct sockaddr_in6 *sin2 = (const struct sockaddr_in6 *)sa2; |
| 369 | |
| 370 | return nfs_sockaddr_match_ipaddr6(sa1, sa2) && |
| 371 | (sin1->sin6_port == sin2->sin6_port); |
| 372 | } |
| 373 | |
Trond Myklebust | 9f4c899 | 2009-03-12 14:51:32 -0400 | [diff] [blame] | 374 | static int nfs_sockaddr_cmp_ip4(const struct sockaddr *sa1, |
| 375 | const struct sockaddr *sa2) |
Ian Dall | d7371c4 | 2009-03-10 20:33:22 -0400 | [diff] [blame] | 376 | { |
Chuck Lever | 3c8c45d | 2009-03-18 20:48:14 -0400 | [diff] [blame] | 377 | const struct sockaddr_in *sin1 = (const struct sockaddr_in *)sa1; |
| 378 | const struct sockaddr_in *sin2 = (const struct sockaddr_in *)sa2; |
Trond Myklebust | 9f4c899 | 2009-03-12 14:51:32 -0400 | [diff] [blame] | 379 | |
Chuck Lever | 3c8c45d | 2009-03-18 20:48:14 -0400 | [diff] [blame] | 380 | return nfs_sockaddr_match_ipaddr4(sa1, sa2) && |
| 381 | (sin1->sin_port == sin2->sin_port); |
Ian Dall | d7371c4 | 2009-03-10 20:33:22 -0400 | [diff] [blame] | 382 | } |
| 383 | |
| 384 | /* |
Ian Dall | d7371c4 | 2009-03-10 20:33:22 -0400 | [diff] [blame] | 385 | * Test if two socket addresses represent the same actual socket, |
Chuck Lever | 3c8c45d | 2009-03-18 20:48:14 -0400 | [diff] [blame] | 386 | * by comparing (only) relevant fields, excluding the port number. |
| 387 | */ |
| 388 | static int nfs_sockaddr_match_ipaddr(const struct sockaddr *sa1, |
| 389 | const struct sockaddr *sa2) |
| 390 | { |
| 391 | if (sa1->sa_family != sa2->sa_family) |
| 392 | return 0; |
| 393 | |
| 394 | switch (sa1->sa_family) { |
| 395 | case AF_INET: |
| 396 | return nfs_sockaddr_match_ipaddr4(sa1, sa2); |
| 397 | case AF_INET6: |
| 398 | return nfs_sockaddr_match_ipaddr6(sa1, sa2); |
| 399 | } |
| 400 | return 0; |
| 401 | } |
| 402 | |
| 403 | /* |
| 404 | * Test if two socket addresses represent the same actual socket, |
| 405 | * by comparing (only) relevant fields, including the port number. |
Ian Dall | d7371c4 | 2009-03-10 20:33:22 -0400 | [diff] [blame] | 406 | */ |
| 407 | static int nfs_sockaddr_cmp(const struct sockaddr *sa1, |
| 408 | const struct sockaddr *sa2) |
| 409 | { |
| 410 | if (sa1->sa_family != sa2->sa_family) |
| 411 | return 0; |
| 412 | |
| 413 | switch (sa1->sa_family) { |
| 414 | case AF_INET: |
Trond Myklebust | 9f4c899 | 2009-03-12 14:51:32 -0400 | [diff] [blame] | 415 | return nfs_sockaddr_cmp_ip4(sa1, sa2); |
Ian Dall | d7371c4 | 2009-03-10 20:33:22 -0400 | [diff] [blame] | 416 | case AF_INET6: |
Trond Myklebust | 9f4c899 | 2009-03-12 14:51:32 -0400 | [diff] [blame] | 417 | return nfs_sockaddr_cmp_ip6(sa1, sa2); |
Ian Dall | d7371c4 | 2009-03-10 20:33:22 -0400 | [diff] [blame] | 418 | } |
| 419 | return 0; |
| 420 | } |
| 421 | |
Andy Adamson | c36fca5 | 2011-01-06 02:04:32 +0000 | [diff] [blame] | 422 | /* Common match routine for v4.0 and v4.1 callback services */ |
| 423 | bool |
| 424 | nfs4_cb_match_client(const struct sockaddr *addr, struct nfs_client *clp, |
| 425 | u32 minorversion) |
Trond Myklebust | c81468a | 2007-12-14 14:56:05 -0500 | [diff] [blame] | 426 | { |
Andy Adamson | c36fca5 | 2011-01-06 02:04:32 +0000 | [diff] [blame] | 427 | struct sockaddr *clap = (struct sockaddr *)&clp->cl_addr; |
Trond Myklebust | c81468a | 2007-12-14 14:56:05 -0500 | [diff] [blame] | 428 | |
Andy Adamson | c36fca5 | 2011-01-06 02:04:32 +0000 | [diff] [blame] | 429 | /* Don't match clients that failed to initialise */ |
| 430 | if (!(clp->cl_cons_state == NFS_CS_READY || |
| 431 | clp->cl_cons_state == NFS_CS_SESSION_INITING)) |
| 432 | return false; |
Trond Myklebust | 3b0d3f9 | 2008-01-03 13:28:58 -0500 | [diff] [blame] | 433 | |
Andy Adamson | c36fca5 | 2011-01-06 02:04:32 +0000 | [diff] [blame] | 434 | /* Match the version and minorversion */ |
| 435 | if (clp->rpc_ops->version != 4 || |
| 436 | clp->cl_minorversion != minorversion) |
| 437 | return false; |
Trond Myklebust | c81468a | 2007-12-14 14:56:05 -0500 | [diff] [blame] | 438 | |
Andy Adamson | c36fca5 | 2011-01-06 02:04:32 +0000 | [diff] [blame] | 439 | /* Match only the IP address, not the port number */ |
| 440 | if (!nfs_sockaddr_match_ipaddr(addr, clap)) |
| 441 | return false; |
Trond Myklebust | c81468a | 2007-12-14 14:56:05 -0500 | [diff] [blame] | 442 | |
Andy Adamson | c36fca5 | 2011-01-06 02:04:32 +0000 | [diff] [blame] | 443 | return true; |
Trond Myklebust | 3fbd67a | 2008-01-26 01:06:40 -0500 | [diff] [blame] | 444 | } |
| 445 | |
| 446 | /* |
Trond Myklebust | c81468a | 2007-12-14 14:56:05 -0500 | [diff] [blame] | 447 | * Find an nfs_client on the list that matches the initialisation data |
| 448 | * that is supplied. |
| 449 | */ |
| 450 | static struct nfs_client *nfs_match_client(const struct nfs_client_initdata *data) |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 451 | { |
| 452 | struct nfs_client *clp; |
Ian Dall | d7371c4 | 2009-03-10 20:33:22 -0400 | [diff] [blame] | 453 | const struct sockaddr *sap = data->addr; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 454 | |
| 455 | list_for_each_entry(clp, &nfs_client_list, cl_share_link) { |
Ian Dall | d7371c4 | 2009-03-10 20:33:22 -0400 | [diff] [blame] | 456 | const struct sockaddr *clap = (struct sockaddr *)&clp->cl_addr; |
Trond Myklebust | 13bbc06 | 2006-10-19 23:28:40 -0700 | [diff] [blame] | 457 | /* Don't match clients that failed to initialise properly */ |
| 458 | if (clp->cl_cons_state < 0) |
| 459 | continue; |
| 460 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 461 | /* Different NFS versions cannot share the same nfs_client */ |
Trond Myklebust | 40c55319 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 462 | if (clp->rpc_ops != data->rpc_ops) |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 463 | continue; |
| 464 | |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 465 | if (clp->cl_proto != data->proto) |
| 466 | continue; |
Benny Halevy | 5aae4a9 | 2009-04-01 09:21:50 -0400 | [diff] [blame] | 467 | /* Match nfsv4 minorversion */ |
| 468 | if (clp->cl_minorversion != data->minorversion) |
| 469 | continue; |
Trond Myklebust | c81468a | 2007-12-14 14:56:05 -0500 | [diff] [blame] | 470 | /* Match the full socket address */ |
Ian Dall | d7371c4 | 2009-03-10 20:33:22 -0400 | [diff] [blame] | 471 | if (!nfs_sockaddr_cmp(sap, clap)) |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 472 | continue; |
| 473 | |
Trond Myklebust | c81468a | 2007-12-14 14:56:05 -0500 | [diff] [blame] | 474 | atomic_inc(&clp->cl_count); |
| 475 | return clp; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 476 | } |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 477 | return NULL; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 478 | } |
| 479 | |
| 480 | /* |
| 481 | * Look up a client by IP address and protocol version |
| 482 | * - creates a new record if one doesn't yet exist |
| 483 | */ |
Andy Adamson | 45a52a0 | 2011-03-01 01:34:08 +0000 | [diff] [blame] | 484 | static struct nfs_client * |
| 485 | nfs_get_client(const struct nfs_client_initdata *cl_init, |
| 486 | const struct rpc_timeout *timeparms, |
| 487 | const char *ip_addr, |
| 488 | rpc_authflavor_t authflavour, |
| 489 | int noresvport) |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 490 | { |
| 491 | struct nfs_client *clp, *new = NULL; |
| 492 | int error; |
| 493 | |
Chuck Lever | d7422c4 | 2007-12-10 14:58:51 -0500 | [diff] [blame] | 494 | dprintk("--> nfs_get_client(%s,v%u)\n", |
| 495 | cl_init->hostname ?: "", cl_init->rpc_ops->version); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 496 | |
| 497 | /* see if the client already exists */ |
| 498 | do { |
| 499 | spin_lock(&nfs_client_lock); |
| 500 | |
Trond Myklebust | c81468a | 2007-12-14 14:56:05 -0500 | [diff] [blame] | 501 | clp = nfs_match_client(cl_init); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 502 | if (clp) |
| 503 | goto found_client; |
| 504 | if (new) |
| 505 | goto install_client; |
| 506 | |
| 507 | spin_unlock(&nfs_client_lock); |
| 508 | |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 509 | new = nfs_alloc_client(cl_init); |
Chuck Lever | a21bdd9 | 2009-06-17 18:02:10 -0700 | [diff] [blame] | 510 | } while (!IS_ERR(new)); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 511 | |
Chuck Lever | a21bdd9 | 2009-06-17 18:02:10 -0700 | [diff] [blame] | 512 | dprintk("--> nfs_get_client() = %ld [failed]\n", PTR_ERR(new)); |
| 513 | return new; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 514 | |
| 515 | /* install a new client and return with it unready */ |
| 516 | install_client: |
| 517 | clp = new; |
| 518 | list_add(&clp->cl_share_link, &nfs_client_list); |
| 519 | spin_unlock(&nfs_client_lock); |
Andy Adamson | 45a52a0 | 2011-03-01 01:34:08 +0000 | [diff] [blame] | 520 | |
| 521 | error = cl_init->rpc_ops->init_client(clp, timeparms, ip_addr, |
| 522 | authflavour, noresvport); |
| 523 | if (error < 0) { |
| 524 | nfs_put_client(clp); |
| 525 | return ERR_PTR(error); |
| 526 | } |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 527 | dprintk("--> nfs_get_client() = %p [new]\n", clp); |
| 528 | return clp; |
| 529 | |
| 530 | /* found an existing client |
| 531 | * - make sure it's ready before returning |
| 532 | */ |
| 533 | found_client: |
| 534 | spin_unlock(&nfs_client_lock); |
| 535 | |
| 536 | if (new) |
| 537 | nfs_free_client(new); |
| 538 | |
Matthew Wilcox | 150030b | 2007-12-06 16:24:39 -0500 | [diff] [blame] | 539 | error = wait_event_killable(nfs_client_active_wq, |
Andy Adamson | 76db6d9 | 2009-04-01 09:22:38 -0400 | [diff] [blame] | 540 | clp->cl_cons_state < NFS_CS_INITING); |
Trond Myklebust | 0bae89e | 2006-10-08 14:33:24 -0400 | [diff] [blame] | 541 | if (error < 0) { |
| 542 | nfs_put_client(clp); |
| 543 | return ERR_PTR(-ERESTARTSYS); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 544 | } |
| 545 | |
| 546 | if (clp->cl_cons_state < NFS_CS_READY) { |
| 547 | error = clp->cl_cons_state; |
| 548 | nfs_put_client(clp); |
| 549 | return ERR_PTR(error); |
| 550 | } |
| 551 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 552 | BUG_ON(clp->cl_cons_state != NFS_CS_READY); |
| 553 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 554 | dprintk("--> nfs_get_client() = %p [share]\n", clp); |
| 555 | return clp; |
| 556 | } |
| 557 | |
| 558 | /* |
| 559 | * Mark a server as ready or failed |
| 560 | */ |
Andy Adamson | 76db6d9 | 2009-04-01 09:22:38 -0400 | [diff] [blame] | 561 | void nfs_mark_client_ready(struct nfs_client *clp, int state) |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 562 | { |
| 563 | clp->cl_cons_state = state; |
| 564 | wake_up_all(&nfs_client_active_wq); |
| 565 | } |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 566 | |
| 567 | /* |
Benny Halevy | 008f55d | 2009-04-01 09:22:50 -0400 | [diff] [blame] | 568 | * With sessions, the client is not marked ready until after a |
| 569 | * successful EXCHANGE_ID and CREATE_SESSION. |
| 570 | * |
| 571 | * Map errors cl_cons_state errors to EPROTONOSUPPORT to indicate |
| 572 | * other versions of NFS can be tried. |
| 573 | */ |
| 574 | int nfs4_check_client_ready(struct nfs_client *clp) |
| 575 | { |
| 576 | if (!nfs4_has_session(clp)) |
| 577 | return 0; |
| 578 | if (clp->cl_cons_state < NFS_CS_READY) |
| 579 | return -EPROTONOSUPPORT; |
| 580 | return 0; |
| 581 | } |
| 582 | |
| 583 | /* |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 584 | * Initialise the timeout values for a connection |
| 585 | */ |
| 586 | static void nfs_init_timeout_values(struct rpc_timeout *to, int proto, |
| 587 | unsigned int timeo, unsigned int retrans) |
| 588 | { |
| 589 | to->to_initval = timeo * HZ / 10; |
| 590 | to->to_retries = retrans; |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 591 | |
| 592 | switch (proto) { |
\"Talpey, Thomas\ | 0896a72 | 2007-09-10 13:48:23 -0400 | [diff] [blame] | 593 | case XPRT_TRANSPORT_TCP: |
\"Talpey, Thomas\ | 2cf7ff7 | 2007-09-10 13:49:41 -0400 | [diff] [blame] | 594 | case XPRT_TRANSPORT_RDMA: |
Trond Myklebust | 259875e | 2008-07-02 14:43:47 -0400 | [diff] [blame] | 595 | if (to->to_retries == 0) |
| 596 | to->to_retries = NFS_DEF_TCP_RETRANS; |
Trond Myklebust | 7a3e3e1 | 2007-12-20 16:03:57 -0500 | [diff] [blame] | 597 | if (to->to_initval == 0) |
Trond Myklebust | 259875e | 2008-07-02 14:43:47 -0400 | [diff] [blame] | 598 | to->to_initval = NFS_DEF_TCP_TIMEO * HZ / 10; |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 599 | if (to->to_initval > NFS_MAX_TCP_TIMEOUT) |
| 600 | to->to_initval = NFS_MAX_TCP_TIMEOUT; |
| 601 | to->to_increment = to->to_initval; |
| 602 | to->to_maxval = to->to_initval + (to->to_increment * to->to_retries); |
Trond Myklebust | 7a3e3e1 | 2007-12-20 16:03:57 -0500 | [diff] [blame] | 603 | if (to->to_maxval > NFS_MAX_TCP_TIMEOUT) |
| 604 | to->to_maxval = NFS_MAX_TCP_TIMEOUT; |
| 605 | if (to->to_maxval < to->to_initval) |
| 606 | to->to_maxval = to->to_initval; |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 607 | to->to_exponential = 0; |
| 608 | break; |
\"Talpey, Thomas\ | 0896a72 | 2007-09-10 13:48:23 -0400 | [diff] [blame] | 609 | case XPRT_TRANSPORT_UDP: |
Trond Myklebust | 259875e | 2008-07-02 14:43:47 -0400 | [diff] [blame] | 610 | if (to->to_retries == 0) |
| 611 | to->to_retries = NFS_DEF_UDP_RETRANS; |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 612 | if (!to->to_initval) |
Trond Myklebust | 259875e | 2008-07-02 14:43:47 -0400 | [diff] [blame] | 613 | to->to_initval = NFS_DEF_UDP_TIMEO * HZ / 10; |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 614 | if (to->to_initval > NFS_MAX_UDP_TIMEOUT) |
| 615 | to->to_initval = NFS_MAX_UDP_TIMEOUT; |
| 616 | to->to_maxval = NFS_MAX_UDP_TIMEOUT; |
| 617 | to->to_exponential = 1; |
| 618 | break; |
Trond Myklebust | 259875e | 2008-07-02 14:43:47 -0400 | [diff] [blame] | 619 | default: |
| 620 | BUG(); |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 621 | } |
| 622 | } |
| 623 | |
| 624 | /* |
| 625 | * Create an RPC client handle |
| 626 | */ |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 627 | static int nfs_create_rpc_client(struct nfs_client *clp, |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 628 | const struct rpc_timeout *timeparms, |
| 629 | rpc_authflavor_t flavor, |
Chuck Lever | 4a01b8a | 2008-12-23 15:21:35 -0500 | [diff] [blame] | 630 | int discrtry, int noresvport) |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 631 | { |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 632 | struct rpc_clnt *clnt = NULL; |
Chuck Lever | 41877d2 | 2006-08-22 20:06:20 -0400 | [diff] [blame] | 633 | struct rpc_create_args args = { |
Pavel Emelyanov | c653ce3 | 2010-09-29 16:04:45 +0400 | [diff] [blame] | 634 | .net = &init_net, |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 635 | .protocol = clp->cl_proto, |
Chuck Lever | 41877d2 | 2006-08-22 20:06:20 -0400 | [diff] [blame] | 636 | .address = (struct sockaddr *)&clp->cl_addr, |
Chuck Lever | 6e4cffd | 2007-12-10 14:58:15 -0500 | [diff] [blame] | 637 | .addrsize = clp->cl_addrlen, |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 638 | .timeout = timeparms, |
Chuck Lever | 41877d2 | 2006-08-22 20:06:20 -0400 | [diff] [blame] | 639 | .servername = clp->cl_hostname, |
| 640 | .program = &nfs_program, |
| 641 | .version = clp->rpc_ops->version, |
| 642 | .authflavor = flavor, |
| 643 | }; |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 644 | |
Chuck Lever | 4a01b8a | 2008-12-23 15:21:35 -0500 | [diff] [blame] | 645 | if (discrtry) |
| 646 | args.flags |= RPC_CLNT_CREATE_DISCRTRY; |
| 647 | if (noresvport) |
| 648 | args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; |
| 649 | |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 650 | if (!IS_ERR(clp->cl_rpcclient)) |
| 651 | return 0; |
| 652 | |
Chuck Lever | 41877d2 | 2006-08-22 20:06:20 -0400 | [diff] [blame] | 653 | clnt = rpc_create(&args); |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 654 | if (IS_ERR(clnt)) { |
| 655 | dprintk("%s: cannot create RPC client. Error = %ld\n", |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 656 | __func__, PTR_ERR(clnt)); |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 657 | return PTR_ERR(clnt); |
| 658 | } |
| 659 | |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 660 | clp->cl_rpcclient = clnt; |
| 661 | return 0; |
| 662 | } |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 663 | |
| 664 | /* |
| 665 | * Version 2 or 3 client destruction |
| 666 | */ |
| 667 | static void nfs_destroy_server(struct nfs_server *server) |
| 668 | { |
Suresh Jayaraman | 5eebde2 | 2010-09-23 08:55:58 -0400 | [diff] [blame] | 669 | if (!(server->flags & NFS_MOUNT_LOCAL_FLOCK) || |
| 670 | !(server->flags & NFS_MOUNT_LOCAL_FCNTL)) |
Chuck Lever | 9289e7f | 2008-01-11 17:09:52 -0500 | [diff] [blame] | 671 | nlmclnt_done(server->nlm_host); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 672 | } |
| 673 | |
| 674 | /* |
| 675 | * Version 2 or 3 lockd setup |
| 676 | */ |
| 677 | static int nfs_start_lockd(struct nfs_server *server) |
| 678 | { |
Chuck Lever | 9289e7f | 2008-01-11 17:09:52 -0500 | [diff] [blame] | 679 | struct nlm_host *host; |
| 680 | struct nfs_client *clp = server->nfs_client; |
Chuck Lever | 883bb16 | 2008-01-15 16:04:20 -0500 | [diff] [blame] | 681 | struct nlmclnt_initdata nlm_init = { |
| 682 | .hostname = clp->cl_hostname, |
| 683 | .address = (struct sockaddr *)&clp->cl_addr, |
| 684 | .addrlen = clp->cl_addrlen, |
Chuck Lever | 883bb16 | 2008-01-15 16:04:20 -0500 | [diff] [blame] | 685 | .nfs_version = clp->rpc_ops->version, |
Chuck Lever | 0cb2659 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 686 | .noresvport = server->flags & NFS_MOUNT_NORESVPORT ? |
| 687 | 1 : 0, |
Chuck Lever | 883bb16 | 2008-01-15 16:04:20 -0500 | [diff] [blame] | 688 | }; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 689 | |
Chuck Lever | 883bb16 | 2008-01-15 16:04:20 -0500 | [diff] [blame] | 690 | if (nlm_init.nfs_version > 3) |
Chuck Lever | 9289e7f | 2008-01-11 17:09:52 -0500 | [diff] [blame] | 691 | return 0; |
Suresh Jayaraman | 5eebde2 | 2010-09-23 08:55:58 -0400 | [diff] [blame] | 692 | if ((server->flags & NFS_MOUNT_LOCAL_FLOCK) && |
| 693 | (server->flags & NFS_MOUNT_LOCAL_FCNTL)) |
Chuck Lever | 9289e7f | 2008-01-11 17:09:52 -0500 | [diff] [blame] | 694 | return 0; |
| 695 | |
Trond Myklebust | 8a6e5de | 2009-09-23 14:36:37 -0400 | [diff] [blame] | 696 | switch (clp->cl_proto) { |
| 697 | default: |
| 698 | nlm_init.protocol = IPPROTO_TCP; |
| 699 | break; |
| 700 | case XPRT_TRANSPORT_UDP: |
| 701 | nlm_init.protocol = IPPROTO_UDP; |
| 702 | } |
| 703 | |
Chuck Lever | 883bb16 | 2008-01-15 16:04:20 -0500 | [diff] [blame] | 704 | host = nlmclnt_init(&nlm_init); |
Chuck Lever | 9289e7f | 2008-01-11 17:09:52 -0500 | [diff] [blame] | 705 | if (IS_ERR(host)) |
| 706 | return PTR_ERR(host); |
| 707 | |
| 708 | server->nlm_host = host; |
| 709 | server->destroy = nfs_destroy_server; |
| 710 | return 0; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 711 | } |
| 712 | |
| 713 | /* |
| 714 | * Initialise an NFSv3 ACL client connection |
| 715 | */ |
| 716 | #ifdef CONFIG_NFS_V3_ACL |
| 717 | static void nfs_init_server_aclclient(struct nfs_server *server) |
| 718 | { |
Trond Myklebust | 40c55319 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 719 | if (server->nfs_client->rpc_ops->version != 3) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 720 | goto out_noacl; |
| 721 | if (server->flags & NFS_MOUNT_NOACL) |
| 722 | goto out_noacl; |
| 723 | |
| 724 | server->client_acl = rpc_bind_new_program(server->client, &nfsacl_program, 3); |
| 725 | if (IS_ERR(server->client_acl)) |
| 726 | goto out_noacl; |
| 727 | |
| 728 | /* No errors! Assume that Sun nfsacls are supported */ |
| 729 | server->caps |= NFS_CAP_ACLS; |
| 730 | return; |
| 731 | |
| 732 | out_noacl: |
| 733 | server->caps &= ~NFS_CAP_ACLS; |
| 734 | } |
| 735 | #else |
| 736 | static inline void nfs_init_server_aclclient(struct nfs_server *server) |
| 737 | { |
| 738 | server->flags &= ~NFS_MOUNT_NOACL; |
| 739 | server->caps &= ~NFS_CAP_ACLS; |
| 740 | } |
| 741 | #endif |
| 742 | |
| 743 | /* |
| 744 | * Create a general RPC client |
| 745 | */ |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 746 | static int nfs_init_server_rpcclient(struct nfs_server *server, |
| 747 | const struct rpc_timeout *timeo, |
| 748 | rpc_authflavor_t pseudoflavour) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 749 | { |
| 750 | struct nfs_client *clp = server->nfs_client; |
| 751 | |
| 752 | server->client = rpc_clone_client(clp->cl_rpcclient); |
| 753 | if (IS_ERR(server->client)) { |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 754 | dprintk("%s: couldn't create rpc_client!\n", __func__); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 755 | return PTR_ERR(server->client); |
| 756 | } |
| 757 | |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 758 | memcpy(&server->client->cl_timeout_default, |
| 759 | timeo, |
| 760 | sizeof(server->client->cl_timeout_default)); |
| 761 | server->client->cl_timeout = &server->client->cl_timeout_default; |
| 762 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 763 | if (pseudoflavour != clp->cl_rpcclient->cl_auth->au_flavor) { |
| 764 | struct rpc_auth *auth; |
| 765 | |
| 766 | auth = rpcauth_create(pseudoflavour, server->client); |
| 767 | if (IS_ERR(auth)) { |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 768 | dprintk("%s: couldn't create credcache!\n", __func__); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 769 | return PTR_ERR(auth); |
| 770 | } |
| 771 | } |
| 772 | server->client->cl_softrtry = 0; |
| 773 | if (server->flags & NFS_MOUNT_SOFT) |
| 774 | server->client->cl_softrtry = 1; |
| 775 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 776 | return 0; |
| 777 | } |
| 778 | |
| 779 | /* |
| 780 | * Initialise an NFS2 or NFS3 client |
| 781 | */ |
Andy Adamson | 45a52a0 | 2011-03-01 01:34:08 +0000 | [diff] [blame] | 782 | int nfs_init_client(struct nfs_client *clp, const struct rpc_timeout *timeparms, |
| 783 | const char *ip_addr, rpc_authflavor_t authflavour, |
| 784 | int noresvport) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 785 | { |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 786 | int error; |
| 787 | |
| 788 | if (clp->cl_cons_state == NFS_CS_READY) { |
| 789 | /* the client is already initialised */ |
| 790 | dprintk("<-- nfs_init_client() = 0 [already %p]\n", clp); |
| 791 | return 0; |
| 792 | } |
| 793 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 794 | /* |
| 795 | * Create a client RPC handle for doing FSSTAT with UNIX auth only |
| 796 | * - RFC 2623, sec 2.3.2 |
| 797 | */ |
Chuck Lever | d740351 | 2008-12-23 15:21:37 -0500 | [diff] [blame] | 798 | error = nfs_create_rpc_client(clp, timeparms, RPC_AUTH_UNIX, |
Andy Adamson | 45a52a0 | 2011-03-01 01:34:08 +0000 | [diff] [blame] | 799 | 0, noresvport); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 800 | if (error < 0) |
| 801 | goto error; |
| 802 | nfs_mark_client_ready(clp, NFS_CS_READY); |
| 803 | return 0; |
| 804 | |
| 805 | error: |
| 806 | nfs_mark_client_ready(clp, error); |
| 807 | dprintk("<-- nfs_init_client() = xerror %d\n", error); |
| 808 | return error; |
| 809 | } |
| 810 | |
| 811 | /* |
| 812 | * Create a version 2 or 3 client |
| 813 | */ |
\"Talpey, Thomas\ | 2283f8d | 2007-09-10 13:43:56 -0400 | [diff] [blame] | 814 | static int nfs_init_server(struct nfs_server *server, |
| 815 | const struct nfs_parsed_mount_data *data) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 816 | { |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 817 | struct nfs_client_initdata cl_init = { |
| 818 | .hostname = data->nfs_server.hostname, |
Chuck Lever | d7422c4 | 2007-12-10 14:58:51 -0500 | [diff] [blame] | 819 | .addr = (const struct sockaddr *)&data->nfs_server.address, |
Chuck Lever | 4c56801 | 2007-12-10 14:59:28 -0500 | [diff] [blame] | 820 | .addrlen = data->nfs_server.addrlen, |
Trond Myklebust | 40c55319 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 821 | .rpc_ops = &nfs_v2_clientops, |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 822 | .proto = data->nfs_server.protocol, |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 823 | }; |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 824 | struct rpc_timeout timeparms; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 825 | struct nfs_client *clp; |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 826 | int error; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 827 | |
| 828 | dprintk("--> nfs_init_server()\n"); |
| 829 | |
| 830 | #ifdef CONFIG_NFS_V3 |
Trond Myklebust | 8a6e5de | 2009-09-23 14:36:37 -0400 | [diff] [blame] | 831 | if (data->version == 3) |
Trond Myklebust | 40c55319 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 832 | cl_init.rpc_ops = &nfs_v3_clientops; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 833 | #endif |
| 834 | |
Andy Adamson | 45a52a0 | 2011-03-01 01:34:08 +0000 | [diff] [blame] | 835 | nfs_init_timeout_values(&timeparms, data->nfs_server.protocol, |
| 836 | data->timeo, data->retrans); |
| 837 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 838 | /* Allocate or find a client reference we can use */ |
Andy Adamson | 45a52a0 | 2011-03-01 01:34:08 +0000 | [diff] [blame] | 839 | clp = nfs_get_client(&cl_init, &timeparms, NULL, RPC_AUTH_UNIX, |
| 840 | data->flags & NFS_MOUNT_NORESVPORT); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 841 | if (IS_ERR(clp)) { |
| 842 | dprintk("<-- nfs_init_server() = error %ld\n", PTR_ERR(clp)); |
| 843 | return PTR_ERR(clp); |
| 844 | } |
| 845 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 846 | server->nfs_client = clp; |
| 847 | |
| 848 | /* Initialise the client representation from the mount data */ |
Trond Myklebust | ff3525a | 2008-08-15 16:59:14 -0400 | [diff] [blame] | 849 | server->flags = data->flags; |
David Howells | b797cac | 2009-04-03 16:42:48 +0100 | [diff] [blame] | 850 | server->options = data->options; |
Trond Myklebust | 62ab460 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 851 | server->caps |= NFS_CAP_HARDLINKS|NFS_CAP_SYMLINKS|NFS_CAP_FILEID| |
| 852 | NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|NFS_CAP_OWNER_GROUP| |
| 853 | NFS_CAP_ATIME|NFS_CAP_CTIME|NFS_CAP_MTIME; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 854 | |
| 855 | if (data->rsize) |
| 856 | server->rsize = nfs_block_size(data->rsize, NULL); |
| 857 | if (data->wsize) |
| 858 | server->wsize = nfs_block_size(data->wsize, NULL); |
| 859 | |
| 860 | server->acregmin = data->acregmin * HZ; |
| 861 | server->acregmax = data->acregmax * HZ; |
| 862 | server->acdirmin = data->acdirmin * HZ; |
| 863 | server->acdirmax = data->acdirmax * HZ; |
| 864 | |
| 865 | /* Start lockd here, before we might error out */ |
| 866 | error = nfs_start_lockd(server); |
| 867 | if (error < 0) |
| 868 | goto error; |
| 869 | |
Chuck Lever | f22d6d7 | 2008-03-14 14:10:22 -0400 | [diff] [blame] | 870 | server->port = data->nfs_server.port; |
| 871 | |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 872 | error = nfs_init_server_rpcclient(server, &timeparms, data->auth_flavors[0]); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 873 | if (error < 0) |
| 874 | goto error; |
| 875 | |
Chuck Lever | 3f8400d | 2008-03-14 14:10:30 -0400 | [diff] [blame] | 876 | /* Preserve the values of mount_server-related mount options */ |
| 877 | if (data->mount_server.addrlen) { |
| 878 | memcpy(&server->mountd_address, &data->mount_server.address, |
| 879 | data->mount_server.addrlen); |
| 880 | server->mountd_addrlen = data->mount_server.addrlen; |
| 881 | } |
| 882 | server->mountd_version = data->mount_server.version; |
| 883 | server->mountd_port = data->mount_server.port; |
| 884 | server->mountd_protocol = data->mount_server.protocol; |
| 885 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 886 | server->namelen = data->namlen; |
| 887 | /* Create a client RPC handle for the NFSv3 ACL management interface */ |
| 888 | nfs_init_server_aclclient(server); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 889 | dprintk("<-- nfs_init_server() = 0 [new %p]\n", clp); |
| 890 | return 0; |
| 891 | |
| 892 | error: |
| 893 | server->nfs_client = NULL; |
| 894 | nfs_put_client(clp); |
| 895 | dprintk("<-- nfs_init_server() = xerror %d\n", error); |
| 896 | return error; |
| 897 | } |
| 898 | |
| 899 | /* |
| 900 | * Load up the server record from information gained in an fsinfo record |
| 901 | */ |
| 902 | static void nfs_server_set_fsinfo(struct nfs_server *server, struct nfs_fsinfo *fsinfo) |
| 903 | { |
| 904 | unsigned long max_rpc_payload; |
| 905 | |
| 906 | /* Work out a lot of parameters */ |
| 907 | if (server->rsize == 0) |
| 908 | server->rsize = nfs_block_size(fsinfo->rtpref, NULL); |
| 909 | if (server->wsize == 0) |
| 910 | server->wsize = nfs_block_size(fsinfo->wtpref, NULL); |
| 911 | |
| 912 | if (fsinfo->rtmax >= 512 && server->rsize > fsinfo->rtmax) |
| 913 | server->rsize = nfs_block_size(fsinfo->rtmax, NULL); |
| 914 | if (fsinfo->wtmax >= 512 && server->wsize > fsinfo->wtmax) |
| 915 | server->wsize = nfs_block_size(fsinfo->wtmax, NULL); |
| 916 | |
| 917 | max_rpc_payload = nfs_block_size(rpc_max_payload(server->client), NULL); |
| 918 | if (server->rsize > max_rpc_payload) |
| 919 | server->rsize = max_rpc_payload; |
| 920 | if (server->rsize > NFS_MAX_FILE_IO_SIZE) |
| 921 | server->rsize = NFS_MAX_FILE_IO_SIZE; |
| 922 | server->rpages = (server->rsize + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT; |
Peter Zijlstra | e0bf68d | 2007-10-16 23:25:46 -0700 | [diff] [blame] | 923 | |
Jens Axboe | d993831 | 2009-06-12 14:45:52 +0200 | [diff] [blame] | 924 | server->backing_dev_info.name = "nfs"; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 925 | server->backing_dev_info.ra_pages = server->rpages * NFS_MAX_READAHEAD; |
| 926 | |
| 927 | if (server->wsize > max_rpc_payload) |
| 928 | server->wsize = max_rpc_payload; |
| 929 | if (server->wsize > NFS_MAX_FILE_IO_SIZE) |
| 930 | server->wsize = NFS_MAX_FILE_IO_SIZE; |
| 931 | server->wpages = (server->wsize + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT; |
Ricardo Labiaga | 85e174b | 2010-10-20 00:17:58 -0400 | [diff] [blame] | 932 | set_pnfs_layoutdriver(server, fsinfo->layouttype); |
| 933 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 934 | server->wtmult = nfs_block_bits(fsinfo->wtmult, NULL); |
| 935 | |
| 936 | server->dtsize = nfs_block_size(fsinfo->dtpref, NULL); |
Bryan Schumaker | 56e4ebf | 2010-10-20 15:44:37 -0400 | [diff] [blame] | 937 | if (server->dtsize > PAGE_CACHE_SIZE * NFS_MAX_READDIR_PAGES) |
| 938 | server->dtsize = PAGE_CACHE_SIZE * NFS_MAX_READDIR_PAGES; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 939 | if (server->dtsize > server->rsize) |
| 940 | server->dtsize = server->rsize; |
| 941 | |
| 942 | if (server->flags & NFS_MOUNT_NOAC) { |
| 943 | server->acregmin = server->acregmax = 0; |
| 944 | server->acdirmin = server->acdirmax = 0; |
| 945 | } |
| 946 | |
| 947 | server->maxfilesize = fsinfo->maxfilesize; |
| 948 | |
Ricardo Labiaga | 6b96724 | 2010-10-12 16:30:05 -0700 | [diff] [blame] | 949 | server->time_delta = fsinfo->time_delta; |
| 950 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 951 | /* We're airborne Set socket buffersize */ |
| 952 | rpc_setbufsize(server->client, server->wsize + 100, server->rsize + 100); |
| 953 | } |
| 954 | |
| 955 | /* |
| 956 | * Probe filesystem information, including the FSID on v2/v3 |
| 957 | */ |
| 958 | static int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *mntfh, struct nfs_fattr *fattr) |
| 959 | { |
| 960 | struct nfs_fsinfo fsinfo; |
| 961 | struct nfs_client *clp = server->nfs_client; |
| 962 | int error; |
| 963 | |
| 964 | dprintk("--> nfs_probe_fsinfo()\n"); |
| 965 | |
| 966 | if (clp->rpc_ops->set_capabilities != NULL) { |
| 967 | error = clp->rpc_ops->set_capabilities(server, mntfh); |
| 968 | if (error < 0) |
| 969 | goto out_error; |
| 970 | } |
| 971 | |
| 972 | fsinfo.fattr = fattr; |
Ricardo Labiaga | 85e174b | 2010-10-20 00:17:58 -0400 | [diff] [blame] | 973 | fsinfo.layouttype = 0; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 974 | error = clp->rpc_ops->fsinfo(server, mntfh, &fsinfo); |
| 975 | if (error < 0) |
| 976 | goto out_error; |
| 977 | |
| 978 | nfs_server_set_fsinfo(server, &fsinfo); |
| 979 | |
| 980 | /* Get some general file system info */ |
| 981 | if (server->namelen == 0) { |
| 982 | struct nfs_pathconf pathinfo; |
| 983 | |
| 984 | pathinfo.fattr = fattr; |
| 985 | nfs_fattr_init(fattr); |
| 986 | |
| 987 | if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0) |
| 988 | server->namelen = pathinfo.max_namelen; |
| 989 | } |
| 990 | |
| 991 | dprintk("<-- nfs_probe_fsinfo() = 0\n"); |
| 992 | return 0; |
| 993 | |
| 994 | out_error: |
| 995 | dprintk("nfs_probe_fsinfo: error = %d\n", -error); |
| 996 | return error; |
| 997 | } |
| 998 | |
| 999 | /* |
| 1000 | * Copy useful information when duplicating a server record |
| 1001 | */ |
| 1002 | static void nfs_server_copy_userdata(struct nfs_server *target, struct nfs_server *source) |
| 1003 | { |
| 1004 | target->flags = source->flags; |
Chuck Lever | 356e76b | 2010-04-22 15:35:56 -0400 | [diff] [blame] | 1005 | target->rsize = source->rsize; |
| 1006 | target->wsize = source->wsize; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1007 | target->acregmin = source->acregmin; |
| 1008 | target->acregmax = source->acregmax; |
| 1009 | target->acdirmin = source->acdirmin; |
| 1010 | target->acdirmax = source->acdirmax; |
| 1011 | target->caps = source->caps; |
David Howells | 2df5480 | 2009-09-23 14:36:39 -0400 | [diff] [blame] | 1012 | target->options = source->options; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1013 | } |
| 1014 | |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 1015 | static void nfs_server_insert_lists(struct nfs_server *server) |
| 1016 | { |
| 1017 | struct nfs_client *clp = server->nfs_client; |
| 1018 | |
| 1019 | spin_lock(&nfs_client_lock); |
| 1020 | list_add_tail_rcu(&server->client_link, &clp->cl_superblocks); |
| 1021 | list_add_tail(&server->master_link, &nfs_volume_list); |
Andy Adamson | d3b4c9d | 2011-03-01 01:34:10 +0000 | [diff] [blame] | 1022 | clear_bit(NFS_CS_STOP_RENEW, &clp->cl_res_state); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 1023 | spin_unlock(&nfs_client_lock); |
| 1024 | |
| 1025 | } |
| 1026 | |
| 1027 | static void nfs_server_remove_lists(struct nfs_server *server) |
| 1028 | { |
Andy Adamson | d3b4c9d | 2011-03-01 01:34:10 +0000 | [diff] [blame] | 1029 | struct nfs_client *clp = server->nfs_client; |
| 1030 | |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 1031 | spin_lock(&nfs_client_lock); |
| 1032 | list_del_rcu(&server->client_link); |
Andy Adamson | d3b4c9d | 2011-03-01 01:34:10 +0000 | [diff] [blame] | 1033 | if (clp && list_empty(&clp->cl_superblocks)) |
| 1034 | set_bit(NFS_CS_STOP_RENEW, &clp->cl_res_state); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 1035 | list_del(&server->master_link); |
| 1036 | spin_unlock(&nfs_client_lock); |
| 1037 | |
| 1038 | synchronize_rcu(); |
| 1039 | } |
| 1040 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1041 | /* |
| 1042 | * Allocate and initialise a server record |
| 1043 | */ |
| 1044 | static struct nfs_server *nfs_alloc_server(void) |
| 1045 | { |
| 1046 | struct nfs_server *server; |
| 1047 | |
| 1048 | server = kzalloc(sizeof(struct nfs_server), GFP_KERNEL); |
| 1049 | if (!server) |
| 1050 | return NULL; |
| 1051 | |
| 1052 | server->client = server->client_acl = ERR_PTR(-EINVAL); |
| 1053 | |
| 1054 | /* Zero out the NFS state stuff */ |
| 1055 | INIT_LIST_HEAD(&server->client_link); |
| 1056 | INIT_LIST_HEAD(&server->master_link); |
Chuck Lever | d3978bb | 2010-12-24 01:33:04 +0000 | [diff] [blame] | 1057 | INIT_LIST_HEAD(&server->delegations); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1058 | |
Steve Dickson | ef818a2 | 2007-11-08 04:05:04 -0500 | [diff] [blame] | 1059 | atomic_set(&server->active, 0); |
| 1060 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1061 | server->io_stats = nfs_alloc_iostats(); |
| 1062 | if (!server->io_stats) { |
| 1063 | kfree(server); |
| 1064 | return NULL; |
| 1065 | } |
| 1066 | |
Jens Axboe | 48d0764 | 2009-09-21 09:59:39 +0200 | [diff] [blame] | 1067 | if (bdi_init(&server->backing_dev_info)) { |
| 1068 | nfs_free_iostats(server->io_stats); |
| 1069 | kfree(server); |
| 1070 | return NULL; |
| 1071 | } |
| 1072 | |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 1073 | pnfs_init_server(server); |
| 1074 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1075 | return server; |
| 1076 | } |
| 1077 | |
| 1078 | /* |
| 1079 | * Free up a server record |
| 1080 | */ |
| 1081 | void nfs_free_server(struct nfs_server *server) |
| 1082 | { |
| 1083 | dprintk("--> nfs_free_server()\n"); |
| 1084 | |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 1085 | nfs_server_remove_lists(server); |
Ricardo Labiaga | 85e174b | 2010-10-20 00:17:58 -0400 | [diff] [blame] | 1086 | unset_pnfs_layoutdriver(server); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1087 | |
| 1088 | if (server->destroy != NULL) |
| 1089 | server->destroy(server); |
Trond Myklebust | 5cef338 | 2007-12-11 22:01:56 -0500 | [diff] [blame] | 1090 | |
| 1091 | if (!IS_ERR(server->client_acl)) |
| 1092 | rpc_shutdown_client(server->client_acl); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1093 | if (!IS_ERR(server->client)) |
| 1094 | rpc_shutdown_client(server->client); |
| 1095 | |
| 1096 | nfs_put_client(server->nfs_client); |
| 1097 | |
| 1098 | nfs_free_iostats(server->io_stats); |
Peter Zijlstra | e0bf68d | 2007-10-16 23:25:46 -0700 | [diff] [blame] | 1099 | bdi_destroy(&server->backing_dev_info); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1100 | kfree(server); |
| 1101 | nfs_release_automount_timer(); |
| 1102 | dprintk("<-- nfs_free_server()\n"); |
| 1103 | } |
| 1104 | |
| 1105 | /* |
| 1106 | * Create a version 2 or 3 volume record |
| 1107 | * - keyed on server and FSID |
| 1108 | */ |
\"Talpey, Thomas\ | 2283f8d | 2007-09-10 13:43:56 -0400 | [diff] [blame] | 1109 | struct nfs_server *nfs_create_server(const struct nfs_parsed_mount_data *data, |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1110 | struct nfs_fh *mntfh) |
| 1111 | { |
| 1112 | struct nfs_server *server; |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1113 | struct nfs_fattr *fattr; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1114 | int error; |
| 1115 | |
| 1116 | server = nfs_alloc_server(); |
| 1117 | if (!server) |
| 1118 | return ERR_PTR(-ENOMEM); |
| 1119 | |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1120 | error = -ENOMEM; |
| 1121 | fattr = nfs_alloc_fattr(); |
| 1122 | if (fattr == NULL) |
| 1123 | goto error; |
| 1124 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1125 | /* Get a client representation */ |
| 1126 | error = nfs_init_server(server, data); |
| 1127 | if (error < 0) |
| 1128 | goto error; |
| 1129 | |
| 1130 | BUG_ON(!server->nfs_client); |
| 1131 | BUG_ON(!server->nfs_client->rpc_ops); |
| 1132 | BUG_ON(!server->nfs_client->rpc_ops->file_inode_ops); |
| 1133 | |
| 1134 | /* Probe the root fh to retrieve its FSID */ |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1135 | error = nfs_probe_fsinfo(server, mntfh, fattr); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1136 | if (error < 0) |
| 1137 | goto error; |
Trond Myklebust | 54af3bb | 2007-09-28 12:27:41 -0400 | [diff] [blame] | 1138 | if (server->nfs_client->rpc_ops->version == 3) { |
| 1139 | if (server->namelen == 0 || server->namelen > NFS3_MAXNAMLEN) |
| 1140 | server->namelen = NFS3_MAXNAMLEN; |
| 1141 | if (!(data->flags & NFS_MOUNT_NORDIRPLUS)) |
| 1142 | server->caps |= NFS_CAP_READDIRPLUS; |
| 1143 | } else { |
| 1144 | if (server->namelen == 0 || server->namelen > NFS2_MAXNAMLEN) |
| 1145 | server->namelen = NFS2_MAXNAMLEN; |
| 1146 | } |
| 1147 | |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1148 | if (!(fattr->valid & NFS_ATTR_FATTR)) { |
| 1149 | error = server->nfs_client->rpc_ops->getattr(server, mntfh, fattr); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1150 | if (error < 0) { |
| 1151 | dprintk("nfs_create_server: getattr error = %d\n", -error); |
| 1152 | goto error; |
| 1153 | } |
| 1154 | } |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1155 | memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid)); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1156 | |
David Howells | 6daabf1 | 2006-08-24 15:44:16 -0400 | [diff] [blame] | 1157 | dprintk("Server FSID: %llx:%llx\n", |
| 1158 | (unsigned long long) server->fsid.major, |
| 1159 | (unsigned long long) server->fsid.minor); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1160 | |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 1161 | nfs_server_insert_lists(server); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1162 | server->mount_time = jiffies; |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1163 | nfs_free_fattr(fattr); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1164 | return server; |
| 1165 | |
| 1166 | error: |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1167 | nfs_free_fattr(fattr); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1168 | nfs_free_server(server); |
| 1169 | return ERR_PTR(error); |
| 1170 | } |
| 1171 | |
| 1172 | #ifdef CONFIG_NFS_V4 |
| 1173 | /* |
Andy Adamson | c36fca5 | 2011-01-06 02:04:32 +0000 | [diff] [blame] | 1174 | * NFSv4.0 callback thread helper |
| 1175 | * |
| 1176 | * Find a client by IP address, protocol version, and minorversion |
| 1177 | * |
| 1178 | * Called from the pg_authenticate method. The callback identifier |
| 1179 | * is not used as it has not been decoded. |
| 1180 | * |
| 1181 | * Returns NULL if no such client |
| 1182 | */ |
| 1183 | struct nfs_client * |
| 1184 | nfs4_find_client_no_ident(const struct sockaddr *addr) |
| 1185 | { |
| 1186 | struct nfs_client *clp; |
| 1187 | |
| 1188 | spin_lock(&nfs_client_lock); |
| 1189 | list_for_each_entry(clp, &nfs_client_list, cl_share_link) { |
| 1190 | if (nfs4_cb_match_client(addr, clp, 0) == false) |
| 1191 | continue; |
| 1192 | atomic_inc(&clp->cl_count); |
| 1193 | spin_unlock(&nfs_client_lock); |
| 1194 | return clp; |
| 1195 | } |
| 1196 | spin_unlock(&nfs_client_lock); |
| 1197 | return NULL; |
| 1198 | } |
| 1199 | |
| 1200 | /* |
| 1201 | * NFSv4.0 callback thread helper |
| 1202 | * |
| 1203 | * Find a client by callback identifier |
| 1204 | */ |
| 1205 | struct nfs_client * |
| 1206 | nfs4_find_client_ident(int cb_ident) |
| 1207 | { |
| 1208 | struct nfs_client *clp; |
| 1209 | |
| 1210 | spin_lock(&nfs_client_lock); |
| 1211 | clp = idr_find(&cb_ident_idr, cb_ident); |
| 1212 | if (clp) |
| 1213 | atomic_inc(&clp->cl_count); |
| 1214 | spin_unlock(&nfs_client_lock); |
| 1215 | return clp; |
| 1216 | } |
| 1217 | |
| 1218 | #if defined(CONFIG_NFS_V4_1) |
| 1219 | /* |
| 1220 | * NFSv4.1 callback thread helper |
| 1221 | * For CB_COMPOUND calls, find a client by IP address, protocol version, |
| 1222 | * minorversion, and sessionID |
| 1223 | * |
Andy Adamson | c36fca5 | 2011-01-06 02:04:32 +0000 | [diff] [blame] | 1224 | * Returns NULL if no such client |
| 1225 | */ |
| 1226 | struct nfs_client * |
| 1227 | nfs4_find_client_sessionid(const struct sockaddr *addr, |
Andy Adamson | 778be23 | 2011-01-25 15:38:01 +0000 | [diff] [blame] | 1228 | struct nfs4_sessionid *sid) |
Andy Adamson | c36fca5 | 2011-01-06 02:04:32 +0000 | [diff] [blame] | 1229 | { |
| 1230 | struct nfs_client *clp; |
| 1231 | |
| 1232 | spin_lock(&nfs_client_lock); |
| 1233 | list_for_each_entry(clp, &nfs_client_list, cl_share_link) { |
| 1234 | if (nfs4_cb_match_client(addr, clp, 1) == false) |
| 1235 | continue; |
| 1236 | |
| 1237 | if (!nfs4_has_session(clp)) |
| 1238 | continue; |
| 1239 | |
Andy Adamson | 778be23 | 2011-01-25 15:38:01 +0000 | [diff] [blame] | 1240 | /* Match sessionid*/ |
| 1241 | if (memcmp(clp->cl_session->sess_id.data, |
| 1242 | sid->data, NFS4_MAX_SESSIONID_LEN) != 0) |
Andy Adamson | c36fca5 | 2011-01-06 02:04:32 +0000 | [diff] [blame] | 1243 | continue; |
| 1244 | |
| 1245 | atomic_inc(&clp->cl_count); |
| 1246 | spin_unlock(&nfs_client_lock); |
| 1247 | return clp; |
| 1248 | } |
| 1249 | spin_unlock(&nfs_client_lock); |
| 1250 | return NULL; |
| 1251 | } |
| 1252 | |
| 1253 | #else /* CONFIG_NFS_V4_1 */ |
| 1254 | |
| 1255 | struct nfs_client * |
| 1256 | nfs4_find_client_sessionid(const struct sockaddr *addr, |
Andy Adamson | 778be23 | 2011-01-25 15:38:01 +0000 | [diff] [blame] | 1257 | struct nfs4_sessionid *sid) |
Andy Adamson | c36fca5 | 2011-01-06 02:04:32 +0000 | [diff] [blame] | 1258 | { |
| 1259 | return NULL; |
| 1260 | } |
| 1261 | #endif /* CONFIG_NFS_V4_1 */ |
| 1262 | |
| 1263 | /* |
Benny Halevy | 9bdaa86 | 2009-04-01 09:22:55 -0400 | [diff] [blame] | 1264 | * Initialize the NFS4 callback service |
| 1265 | */ |
| 1266 | static int nfs4_init_callback(struct nfs_client *clp) |
| 1267 | { |
| 1268 | int error; |
| 1269 | |
| 1270 | if (clp->rpc_ops->version == 4) { |
Andy Adamson | 0b5b7ae | 2009-04-01 09:23:15 -0400 | [diff] [blame] | 1271 | if (nfs4_has_session(clp)) { |
| 1272 | error = xprt_setup_backchannel( |
| 1273 | clp->cl_rpcclient->cl_xprt, |
| 1274 | NFS41_BC_MIN_CALLBACKS); |
| 1275 | if (error < 0) |
| 1276 | return error; |
| 1277 | } |
| 1278 | |
Trond Myklebust | 97dc135 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 1279 | error = nfs_callback_up(clp->cl_mvops->minor_version, |
Benny Halevy | 7146851 | 2009-04-01 09:22:56 -0400 | [diff] [blame] | 1280 | clp->cl_rpcclient->cl_xprt); |
Benny Halevy | 9bdaa86 | 2009-04-01 09:22:55 -0400 | [diff] [blame] | 1281 | if (error < 0) { |
| 1282 | dprintk("%s: failed to start callback. Error = %d\n", |
| 1283 | __func__, error); |
| 1284 | return error; |
| 1285 | } |
| 1286 | __set_bit(NFS_CS_CALLBACK, &clp->cl_res_state); |
| 1287 | } |
| 1288 | return 0; |
| 1289 | } |
| 1290 | |
| 1291 | /* |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 1292 | * Initialize the minor version specific parts of an NFS4 client record |
| 1293 | */ |
| 1294 | static int nfs4_init_client_minor_version(struct nfs_client *clp) |
| 1295 | { |
| 1296 | #if defined(CONFIG_NFS_V4_1) |
Trond Myklebust | 97dc135 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 1297 | if (clp->cl_mvops->minor_version) { |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 1298 | struct nfs4_session *session = NULL; |
| 1299 | /* |
| 1300 | * Create the session and mark it expired. |
| 1301 | * When a SEQUENCE operation encounters the expired session |
| 1302 | * it will do session recovery to initialize it. |
| 1303 | */ |
| 1304 | session = nfs4_alloc_session(clp); |
| 1305 | if (!session) |
| 1306 | return -ENOMEM; |
| 1307 | |
| 1308 | clp->cl_session = session; |
Trond Myklebust | fe74ba3 | 2010-06-16 09:52:27 -0400 | [diff] [blame] | 1309 | /* |
| 1310 | * The create session reply races with the server back |
| 1311 | * channel probe. Mark the client NFS_CS_SESSION_INITING |
| 1312 | * so that the client back channel can find the |
| 1313 | * nfs_client struct |
| 1314 | */ |
| 1315 | clp->cl_cons_state = NFS_CS_SESSION_INITING; |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 1316 | } |
| 1317 | #endif /* CONFIG_NFS_V4_1 */ |
| 1318 | |
Benny Halevy | 7146851 | 2009-04-01 09:22:56 -0400 | [diff] [blame] | 1319 | return nfs4_init_callback(clp); |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 1320 | } |
| 1321 | |
| 1322 | /* |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1323 | * Initialise an NFS4 client record |
| 1324 | */ |
Andy Adamson | 45a52a0 | 2011-03-01 01:34:08 +0000 | [diff] [blame] | 1325 | int nfs4_init_client(struct nfs_client *clp, |
| 1326 | const struct rpc_timeout *timeparms, |
| 1327 | const char *ip_addr, |
| 1328 | rpc_authflavor_t authflavour, |
| 1329 | int noresvport) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1330 | { |
| 1331 | int error; |
| 1332 | |
| 1333 | if (clp->cl_cons_state == NFS_CS_READY) { |
| 1334 | /* the client is initialised already */ |
| 1335 | dprintk("<-- nfs4_init_client() = 0 [already %p]\n", clp); |
| 1336 | return 0; |
| 1337 | } |
| 1338 | |
| 1339 | /* Check NFS protocol revision and initialize RPC op vector */ |
| 1340 | clp->rpc_ops = &nfs_v4_clientops; |
| 1341 | |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 1342 | error = nfs_create_rpc_client(clp, timeparms, authflavour, |
Andy Adamson | 45a52a0 | 2011-03-01 01:34:08 +0000 | [diff] [blame] | 1343 | 1, noresvport); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1344 | if (error < 0) |
| 1345 | goto error; |
Ben Hutchings | f4373bf | 2009-10-06 15:42:18 -0400 | [diff] [blame] | 1346 | strlcpy(clp->cl_ipaddr, ip_addr, sizeof(clp->cl_ipaddr)); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1347 | |
| 1348 | error = nfs_idmap_new(clp); |
| 1349 | if (error < 0) { |
| 1350 | dprintk("%s: failed to create idmapper. Error = %d\n", |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 1351 | __func__, error); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1352 | goto error; |
| 1353 | } |
Trond Myklebust | 9c5bf38 | 2006-08-22 20:06:14 -0400 | [diff] [blame] | 1354 | __set_bit(NFS_CS_IDMAP, &clp->cl_res_state); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1355 | |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 1356 | error = nfs4_init_client_minor_version(clp); |
| 1357 | if (error < 0) |
| 1358 | goto error; |
| 1359 | |
Andy Adamson | 76db6d9 | 2009-04-01 09:22:38 -0400 | [diff] [blame] | 1360 | if (!nfs4_has_session(clp)) |
| 1361 | nfs_mark_client_ready(clp, NFS_CS_READY); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1362 | return 0; |
| 1363 | |
| 1364 | error: |
| 1365 | nfs_mark_client_ready(clp, error); |
| 1366 | dprintk("<-- nfs4_init_client() = xerror %d\n", error); |
| 1367 | return error; |
| 1368 | } |
| 1369 | |
| 1370 | /* |
| 1371 | * Set up an NFS4 client |
| 1372 | */ |
| 1373 | static int nfs4_set_client(struct nfs_server *server, |
Chuck Lever | dcecae0 | 2007-12-10 14:58:59 -0500 | [diff] [blame] | 1374 | const char *hostname, |
| 1375 | const struct sockaddr *addr, |
| 1376 | const size_t addrlen, |
J. Bruce Fields | 7d9ac06 | 2006-10-19 23:28:39 -0700 | [diff] [blame] | 1377 | const char *ip_addr, |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1378 | rpc_authflavor_t authflavour, |
Benny Halevy | 94a417f | 2009-04-01 09:21:49 -0400 | [diff] [blame] | 1379 | int proto, const struct rpc_timeout *timeparms, |
| 1380 | u32 minorversion) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1381 | { |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 1382 | struct nfs_client_initdata cl_init = { |
| 1383 | .hostname = hostname, |
Chuck Lever | dcecae0 | 2007-12-10 14:58:59 -0500 | [diff] [blame] | 1384 | .addr = addr, |
| 1385 | .addrlen = addrlen, |
Trond Myklebust | 40c55319 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 1386 | .rpc_ops = &nfs_v4_clientops, |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 1387 | .proto = proto, |
Benny Halevy | 5aae4a9 | 2009-04-01 09:21:50 -0400 | [diff] [blame] | 1388 | .minorversion = minorversion, |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 1389 | }; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1390 | struct nfs_client *clp; |
| 1391 | int error; |
| 1392 | |
| 1393 | dprintk("--> nfs4_set_client()\n"); |
| 1394 | |
| 1395 | /* Allocate or find a client reference we can use */ |
Andy Adamson | 45a52a0 | 2011-03-01 01:34:08 +0000 | [diff] [blame] | 1396 | clp = nfs_get_client(&cl_init, timeparms, ip_addr, authflavour, |
| 1397 | server->flags & NFS_MOUNT_NORESVPORT); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1398 | if (IS_ERR(clp)) { |
| 1399 | error = PTR_ERR(clp); |
| 1400 | goto error; |
| 1401 | } |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1402 | |
Andy Adamson | d6fb79d | 2011-03-01 01:34:11 +0000 | [diff] [blame^] | 1403 | /* |
| 1404 | * Query for the lease time on clientid setup or renewal |
| 1405 | * |
| 1406 | * Note that this will be set on nfs_clients that were created |
| 1407 | * only for the DS role and did not set this bit, but now will |
| 1408 | * serve a dual role. |
| 1409 | */ |
| 1410 | set_bit(NFS_CS_CHECK_LEASE_TIME, &clp->cl_res_state); |
| 1411 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1412 | server->nfs_client = clp; |
| 1413 | dprintk("<-- nfs4_set_client() = 0 [new %p]\n", clp); |
| 1414 | return 0; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1415 | error: |
| 1416 | dprintk("<-- nfs4_set_client() = xerror %d\n", error); |
| 1417 | return error; |
| 1418 | } |
| 1419 | |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 1420 | |
| 1421 | /* |
Andy Adamson | 96b09e0 | 2009-04-01 09:22:33 -0400 | [diff] [blame] | 1422 | * Session has been established, and the client marked ready. |
| 1423 | * Set the mount rsize and wsize with negotiated fore channel |
| 1424 | * attributes which will be bound checked in nfs_server_set_fsinfo. |
| 1425 | */ |
| 1426 | static void nfs4_session_set_rwsize(struct nfs_server *server) |
| 1427 | { |
| 1428 | #ifdef CONFIG_NFS_V4_1 |
Alexandros Batsakis | 2449ea2 | 2009-12-05 13:36:55 -0500 | [diff] [blame] | 1429 | struct nfs4_session *sess; |
| 1430 | u32 server_resp_sz; |
| 1431 | u32 server_rqst_sz; |
| 1432 | |
Andy Adamson | 96b09e0 | 2009-04-01 09:22:33 -0400 | [diff] [blame] | 1433 | if (!nfs4_has_session(server->nfs_client)) |
| 1434 | return; |
Alexandros Batsakis | 2449ea2 | 2009-12-05 13:36:55 -0500 | [diff] [blame] | 1435 | sess = server->nfs_client->cl_session; |
| 1436 | server_resp_sz = sess->fc_attrs.max_resp_sz - nfs41_maxread_overhead; |
| 1437 | server_rqst_sz = sess->fc_attrs.max_rqst_sz - nfs41_maxwrite_overhead; |
| 1438 | |
| 1439 | if (server->rsize > server_resp_sz) |
| 1440 | server->rsize = server_resp_sz; |
| 1441 | if (server->wsize > server_rqst_sz) |
| 1442 | server->wsize = server_rqst_sz; |
Andy Adamson | 96b09e0 | 2009-04-01 09:22:33 -0400 | [diff] [blame] | 1443 | #endif /* CONFIG_NFS_V4_1 */ |
| 1444 | } |
| 1445 | |
Trond Myklebust | 44950b6 | 2010-06-17 11:45:12 -0400 | [diff] [blame] | 1446 | static int nfs4_server_common_setup(struct nfs_server *server, |
| 1447 | struct nfs_fh *mntfh) |
| 1448 | { |
| 1449 | struct nfs_fattr *fattr; |
| 1450 | int error; |
| 1451 | |
| 1452 | BUG_ON(!server->nfs_client); |
| 1453 | BUG_ON(!server->nfs_client->rpc_ops); |
| 1454 | BUG_ON(!server->nfs_client->rpc_ops->file_inode_ops); |
| 1455 | |
| 1456 | fattr = nfs_alloc_fattr(); |
| 1457 | if (fattr == NULL) |
| 1458 | return -ENOMEM; |
| 1459 | |
| 1460 | /* We must ensure the session is initialised first */ |
| 1461 | error = nfs4_init_session(server); |
| 1462 | if (error < 0) |
| 1463 | goto out; |
| 1464 | |
| 1465 | /* Probe the root fh to retrieve its FSID and filehandle */ |
| 1466 | error = nfs4_get_rootfh(server, mntfh); |
| 1467 | if (error < 0) |
| 1468 | goto out; |
| 1469 | |
| 1470 | dprintk("Server FSID: %llx:%llx\n", |
| 1471 | (unsigned long long) server->fsid.major, |
| 1472 | (unsigned long long) server->fsid.minor); |
| 1473 | dprintk("Mount FH: %d\n", mntfh->size); |
| 1474 | |
| 1475 | nfs4_session_set_rwsize(server); |
| 1476 | |
| 1477 | error = nfs_probe_fsinfo(server, mntfh, fattr); |
| 1478 | if (error < 0) |
| 1479 | goto out; |
| 1480 | |
| 1481 | if (server->namelen == 0 || server->namelen > NFS4_MAXNAMLEN) |
| 1482 | server->namelen = NFS4_MAXNAMLEN; |
| 1483 | |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 1484 | nfs_server_insert_lists(server); |
Trond Myklebust | 44950b6 | 2010-06-17 11:45:12 -0400 | [diff] [blame] | 1485 | server->mount_time = jiffies; |
| 1486 | out: |
| 1487 | nfs_free_fattr(fattr); |
| 1488 | return error; |
| 1489 | } |
| 1490 | |
Andy Adamson | 96b09e0 | 2009-04-01 09:22:33 -0400 | [diff] [blame] | 1491 | /* |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1492 | * Create a version 4 volume record |
| 1493 | */ |
| 1494 | static int nfs4_init_server(struct nfs_server *server, |
\"Talpey, Thomas\ | 91ea40b | 2007-09-10 13:44:33 -0400 | [diff] [blame] | 1495 | const struct nfs_parsed_mount_data *data) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1496 | { |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 1497 | struct rpc_timeout timeparms; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1498 | int error; |
| 1499 | |
| 1500 | dprintk("--> nfs4_init_server()\n"); |
| 1501 | |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 1502 | nfs_init_timeout_values(&timeparms, data->nfs_server.protocol, |
| 1503 | data->timeo, data->retrans); |
| 1504 | |
Chuck Lever | 542fcc3 | 2008-12-23 15:21:36 -0500 | [diff] [blame] | 1505 | /* Initialise the client representation from the mount data */ |
| 1506 | server->flags = data->flags; |
Bryan Schumaker | 82f2e54 | 2010-10-21 16:33:18 -0400 | [diff] [blame] | 1507 | server->caps |= NFS_CAP_ATOMIC_OPEN|NFS_CAP_CHANGE_ATTR|NFS_CAP_POSIX_LOCK; |
| 1508 | if (!(data->flags & NFS_MOUNT_NORDIRPLUS)) |
| 1509 | server->caps |= NFS_CAP_READDIRPLUS; |
David Howells | b797cac | 2009-04-03 16:42:48 +0100 | [diff] [blame] | 1510 | server->options = data->options; |
Chuck Lever | 542fcc3 | 2008-12-23 15:21:36 -0500 | [diff] [blame] | 1511 | |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 1512 | /* Get a client record */ |
| 1513 | error = nfs4_set_client(server, |
| 1514 | data->nfs_server.hostname, |
| 1515 | (const struct sockaddr *)&data->nfs_server.address, |
| 1516 | data->nfs_server.addrlen, |
| 1517 | data->client_address, |
| 1518 | data->auth_flavors[0], |
| 1519 | data->nfs_server.protocol, |
Benny Halevy | 94a417f | 2009-04-01 09:21:49 -0400 | [diff] [blame] | 1520 | &timeparms, |
| 1521 | data->minorversion); |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 1522 | if (error < 0) |
| 1523 | goto error; |
| 1524 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1525 | if (data->rsize) |
| 1526 | server->rsize = nfs_block_size(data->rsize, NULL); |
| 1527 | if (data->wsize) |
| 1528 | server->wsize = nfs_block_size(data->wsize, NULL); |
| 1529 | |
| 1530 | server->acregmin = data->acregmin * HZ; |
| 1531 | server->acregmax = data->acregmax * HZ; |
| 1532 | server->acdirmin = data->acdirmin * HZ; |
| 1533 | server->acdirmax = data->acdirmax * HZ; |
| 1534 | |
Chuck Lever | f22d6d7 | 2008-03-14 14:10:22 -0400 | [diff] [blame] | 1535 | server->port = data->nfs_server.port; |
| 1536 | |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 1537 | error = nfs_init_server_rpcclient(server, &timeparms, data->auth_flavors[0]); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1538 | |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 1539 | error: |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1540 | /* Done */ |
| 1541 | dprintk("<-- nfs4_init_server() = %d\n", error); |
| 1542 | return error; |
| 1543 | } |
| 1544 | |
| 1545 | /* |
| 1546 | * Create a version 4 volume record |
| 1547 | * - keyed on server and FSID |
| 1548 | */ |
\"Talpey, Thomas\ | 91ea40b | 2007-09-10 13:44:33 -0400 | [diff] [blame] | 1549 | struct nfs_server *nfs4_create_server(const struct nfs_parsed_mount_data *data, |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1550 | struct nfs_fh *mntfh) |
| 1551 | { |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1552 | struct nfs_server *server; |
| 1553 | int error; |
| 1554 | |
| 1555 | dprintk("--> nfs4_create_server()\n"); |
| 1556 | |
| 1557 | server = nfs_alloc_server(); |
| 1558 | if (!server) |
| 1559 | return ERR_PTR(-ENOMEM); |
| 1560 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1561 | /* set up the general RPC client */ |
\"Talpey, Thomas\ | 91ea40b | 2007-09-10 13:44:33 -0400 | [diff] [blame] | 1562 | error = nfs4_init_server(server, data); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1563 | if (error < 0) |
| 1564 | goto error; |
| 1565 | |
Trond Myklebust | 44950b6 | 2010-06-17 11:45:12 -0400 | [diff] [blame] | 1566 | error = nfs4_server_common_setup(server, mntfh); |
Trond Myklebust | fccba80 | 2009-07-21 16:48:07 -0400 | [diff] [blame] | 1567 | if (error < 0) |
| 1568 | goto error; |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 1569 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1570 | dprintk("<-- nfs4_create_server() = %p\n", server); |
| 1571 | return server; |
| 1572 | |
| 1573 | error: |
| 1574 | nfs_free_server(server); |
| 1575 | dprintk("<-- nfs4_create_server() = error %d\n", error); |
| 1576 | return ERR_PTR(error); |
| 1577 | } |
| 1578 | |
| 1579 | /* |
| 1580 | * Create an NFS4 referral server record |
| 1581 | */ |
| 1582 | struct nfs_server *nfs4_create_referral_server(struct nfs_clone_mount *data, |
Trond Myklebust | f2d0d85 | 2007-02-02 14:46:09 -0800 | [diff] [blame] | 1583 | struct nfs_fh *mntfh) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1584 | { |
| 1585 | struct nfs_client *parent_client; |
| 1586 | struct nfs_server *server, *parent_server; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1587 | int error; |
| 1588 | |
| 1589 | dprintk("--> nfs4_create_referral_server()\n"); |
| 1590 | |
| 1591 | server = nfs_alloc_server(); |
| 1592 | if (!server) |
| 1593 | return ERR_PTR(-ENOMEM); |
| 1594 | |
| 1595 | parent_server = NFS_SB(data->sb); |
| 1596 | parent_client = parent_server->nfs_client; |
| 1597 | |
Chuck Lever | 542fcc3 | 2008-12-23 15:21:36 -0500 | [diff] [blame] | 1598 | /* Initialise the client representation from the parent server */ |
| 1599 | nfs_server_copy_userdata(server, parent_server); |
Trond Myklebust | 62ab460 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 1600 | server->caps |= NFS_CAP_ATOMIC_OPEN|NFS_CAP_CHANGE_ATTR; |
Chuck Lever | 542fcc3 | 2008-12-23 15:21:36 -0500 | [diff] [blame] | 1601 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1602 | /* Get a client representation. |
| 1603 | * Note: NFSv4 always uses TCP, */ |
Chuck Lever | dcecae0 | 2007-12-10 14:58:59 -0500 | [diff] [blame] | 1604 | error = nfs4_set_client(server, data->hostname, |
Chuck Lever | 6677d09 | 2007-12-10 14:59:06 -0500 | [diff] [blame] | 1605 | data->addr, |
| 1606 | data->addrlen, |
Chuck Lever | dcecae0 | 2007-12-10 14:58:59 -0500 | [diff] [blame] | 1607 | parent_client->cl_ipaddr, |
| 1608 | data->authflavor, |
| 1609 | parent_server->client->cl_xprt->prot, |
Benny Halevy | 94a417f | 2009-04-01 09:21:49 -0400 | [diff] [blame] | 1610 | parent_server->client->cl_timeout, |
Trond Myklebust | 97dc135 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 1611 | parent_client->cl_mvops->minor_version); |
andros@citi.umich.edu | 297de4f | 2006-08-29 12:19:41 -0400 | [diff] [blame] | 1612 | if (error < 0) |
| 1613 | goto error; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1614 | |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 1615 | error = nfs_init_server_rpcclient(server, parent_server->client->cl_timeout, data->authflavor); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1616 | if (error < 0) |
| 1617 | goto error; |
| 1618 | |
Trond Myklebust | 44950b6 | 2010-06-17 11:45:12 -0400 | [diff] [blame] | 1619 | error = nfs4_server_common_setup(server, mntfh); |
Trond Myklebust | f2d0d85 | 2007-02-02 14:46:09 -0800 | [diff] [blame] | 1620 | if (error < 0) |
| 1621 | goto error; |
| 1622 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1623 | dprintk("<-- nfs_create_referral_server() = %p\n", server); |
| 1624 | return server; |
| 1625 | |
| 1626 | error: |
| 1627 | nfs_free_server(server); |
| 1628 | dprintk("<-- nfs4_create_referral_server() = error %d\n", error); |
| 1629 | return ERR_PTR(error); |
| 1630 | } |
| 1631 | |
| 1632 | #endif /* CONFIG_NFS_V4 */ |
| 1633 | |
| 1634 | /* |
| 1635 | * Clone an NFS2, NFS3 or NFS4 server record |
| 1636 | */ |
| 1637 | struct nfs_server *nfs_clone_server(struct nfs_server *source, |
| 1638 | struct nfs_fh *fh, |
| 1639 | struct nfs_fattr *fattr) |
| 1640 | { |
| 1641 | struct nfs_server *server; |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1642 | struct nfs_fattr *fattr_fsinfo; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1643 | int error; |
| 1644 | |
| 1645 | dprintk("--> nfs_clone_server(,%llx:%llx,)\n", |
David Howells | 6daabf1 | 2006-08-24 15:44:16 -0400 | [diff] [blame] | 1646 | (unsigned long long) fattr->fsid.major, |
| 1647 | (unsigned long long) fattr->fsid.minor); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1648 | |
| 1649 | server = nfs_alloc_server(); |
| 1650 | if (!server) |
| 1651 | return ERR_PTR(-ENOMEM); |
| 1652 | |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1653 | error = -ENOMEM; |
| 1654 | fattr_fsinfo = nfs_alloc_fattr(); |
| 1655 | if (fattr_fsinfo == NULL) |
| 1656 | goto out_free_server; |
| 1657 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1658 | /* Copy data from the source */ |
| 1659 | server->nfs_client = source->nfs_client; |
| 1660 | atomic_inc(&server->nfs_client->cl_count); |
| 1661 | nfs_server_copy_userdata(server, source); |
| 1662 | |
| 1663 | server->fsid = fattr->fsid; |
| 1664 | |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 1665 | error = nfs_init_server_rpcclient(server, |
| 1666 | source->client->cl_timeout, |
| 1667 | source->client->cl_auth->au_flavor); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1668 | if (error < 0) |
| 1669 | goto out_free_server; |
| 1670 | if (!IS_ERR(source->client_acl)) |
| 1671 | nfs_init_server_aclclient(server); |
| 1672 | |
| 1673 | /* probe the filesystem info for this server filesystem */ |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1674 | error = nfs_probe_fsinfo(server, fh, fattr_fsinfo); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1675 | if (error < 0) |
| 1676 | goto out_free_server; |
| 1677 | |
Trond Myklebust | 54af3bb | 2007-09-28 12:27:41 -0400 | [diff] [blame] | 1678 | if (server->namelen == 0 || server->namelen > NFS4_MAXNAMLEN) |
| 1679 | server->namelen = NFS4_MAXNAMLEN; |
| 1680 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1681 | dprintk("Cloned FSID: %llx:%llx\n", |
David Howells | 6daabf1 | 2006-08-24 15:44:16 -0400 | [diff] [blame] | 1682 | (unsigned long long) server->fsid.major, |
| 1683 | (unsigned long long) server->fsid.minor); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1684 | |
| 1685 | error = nfs_start_lockd(server); |
| 1686 | if (error < 0) |
| 1687 | goto out_free_server; |
| 1688 | |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 1689 | nfs_server_insert_lists(server); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1690 | server->mount_time = jiffies; |
| 1691 | |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1692 | nfs_free_fattr(fattr_fsinfo); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1693 | dprintk("<-- nfs_clone_server() = %p\n", server); |
| 1694 | return server; |
| 1695 | |
| 1696 | out_free_server: |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1697 | nfs_free_fattr(fattr_fsinfo); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1698 | nfs_free_server(server); |
| 1699 | dprintk("<-- nfs_clone_server() = error %d\n", error); |
| 1700 | return ERR_PTR(error); |
| 1701 | } |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1702 | |
| 1703 | #ifdef CONFIG_PROC_FS |
| 1704 | static struct proc_dir_entry *proc_fs_nfs; |
| 1705 | |
| 1706 | static int nfs_server_list_open(struct inode *inode, struct file *file); |
| 1707 | static void *nfs_server_list_start(struct seq_file *p, loff_t *pos); |
| 1708 | static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos); |
| 1709 | static void nfs_server_list_stop(struct seq_file *p, void *v); |
| 1710 | static int nfs_server_list_show(struct seq_file *m, void *v); |
| 1711 | |
James Morris | 88e9d34 | 2009-09-22 16:43:43 -0700 | [diff] [blame] | 1712 | static const struct seq_operations nfs_server_list_ops = { |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1713 | .start = nfs_server_list_start, |
| 1714 | .next = nfs_server_list_next, |
| 1715 | .stop = nfs_server_list_stop, |
| 1716 | .show = nfs_server_list_show, |
| 1717 | }; |
| 1718 | |
Arjan van de Ven | 00977a5 | 2007-02-12 00:55:34 -0800 | [diff] [blame] | 1719 | static const struct file_operations nfs_server_list_fops = { |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1720 | .open = nfs_server_list_open, |
| 1721 | .read = seq_read, |
| 1722 | .llseek = seq_lseek, |
| 1723 | .release = seq_release, |
Denis V. Lunev | 34b3723 | 2008-04-29 01:02:07 -0700 | [diff] [blame] | 1724 | .owner = THIS_MODULE, |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1725 | }; |
| 1726 | |
| 1727 | static int nfs_volume_list_open(struct inode *inode, struct file *file); |
| 1728 | static void *nfs_volume_list_start(struct seq_file *p, loff_t *pos); |
| 1729 | static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos); |
| 1730 | static void nfs_volume_list_stop(struct seq_file *p, void *v); |
| 1731 | static int nfs_volume_list_show(struct seq_file *m, void *v); |
| 1732 | |
James Morris | 88e9d34 | 2009-09-22 16:43:43 -0700 | [diff] [blame] | 1733 | static const struct seq_operations nfs_volume_list_ops = { |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1734 | .start = nfs_volume_list_start, |
| 1735 | .next = nfs_volume_list_next, |
| 1736 | .stop = nfs_volume_list_stop, |
| 1737 | .show = nfs_volume_list_show, |
| 1738 | }; |
| 1739 | |
Arjan van de Ven | 00977a5 | 2007-02-12 00:55:34 -0800 | [diff] [blame] | 1740 | static const struct file_operations nfs_volume_list_fops = { |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1741 | .open = nfs_volume_list_open, |
| 1742 | .read = seq_read, |
| 1743 | .llseek = seq_lseek, |
| 1744 | .release = seq_release, |
Denis V. Lunev | 34b3723 | 2008-04-29 01:02:07 -0700 | [diff] [blame] | 1745 | .owner = THIS_MODULE, |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1746 | }; |
| 1747 | |
| 1748 | /* |
| 1749 | * open "/proc/fs/nfsfs/servers" which provides a summary of servers with which |
| 1750 | * we're dealing |
| 1751 | */ |
| 1752 | static int nfs_server_list_open(struct inode *inode, struct file *file) |
| 1753 | { |
| 1754 | struct seq_file *m; |
| 1755 | int ret; |
| 1756 | |
| 1757 | ret = seq_open(file, &nfs_server_list_ops); |
| 1758 | if (ret < 0) |
| 1759 | return ret; |
| 1760 | |
| 1761 | m = file->private_data; |
| 1762 | m->private = PDE(inode)->data; |
| 1763 | |
| 1764 | return 0; |
| 1765 | } |
| 1766 | |
| 1767 | /* |
| 1768 | * set up the iterator to start reading from the server list and return the first item |
| 1769 | */ |
| 1770 | static void *nfs_server_list_start(struct seq_file *m, loff_t *_pos) |
| 1771 | { |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1772 | /* lock the list against modification */ |
| 1773 | spin_lock(&nfs_client_lock); |
Pavel Emelianov | 259902e | 2007-07-15 23:39:56 -0700 | [diff] [blame] | 1774 | return seq_list_start_head(&nfs_client_list, *_pos); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1775 | } |
| 1776 | |
| 1777 | /* |
| 1778 | * move to next server |
| 1779 | */ |
| 1780 | static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos) |
| 1781 | { |
Pavel Emelianov | 259902e | 2007-07-15 23:39:56 -0700 | [diff] [blame] | 1782 | return seq_list_next(v, &nfs_client_list, pos); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1783 | } |
| 1784 | |
| 1785 | /* |
| 1786 | * clean up after reading from the transports list |
| 1787 | */ |
| 1788 | static void nfs_server_list_stop(struct seq_file *p, void *v) |
| 1789 | { |
| 1790 | spin_unlock(&nfs_client_lock); |
| 1791 | } |
| 1792 | |
| 1793 | /* |
| 1794 | * display a header line followed by a load of call lines |
| 1795 | */ |
| 1796 | static int nfs_server_list_show(struct seq_file *m, void *v) |
| 1797 | { |
| 1798 | struct nfs_client *clp; |
| 1799 | |
| 1800 | /* display header on line 1 */ |
Pavel Emelianov | 259902e | 2007-07-15 23:39:56 -0700 | [diff] [blame] | 1801 | if (v == &nfs_client_list) { |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1802 | seq_puts(m, "NV SERVER PORT USE HOSTNAME\n"); |
| 1803 | return 0; |
| 1804 | } |
| 1805 | |
| 1806 | /* display one transport per line on subsequent lines */ |
| 1807 | clp = list_entry(v, struct nfs_client, cl_share_link); |
| 1808 | |
Chuck Lever | 5d8515c | 2007-12-10 14:57:16 -0500 | [diff] [blame] | 1809 | seq_printf(m, "v%u %s %s %3d %s\n", |
Trond Myklebust | 40c55319 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 1810 | clp->rpc_ops->version, |
Chuck Lever | 5d8515c | 2007-12-10 14:57:16 -0500 | [diff] [blame] | 1811 | rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_HEX_ADDR), |
| 1812 | rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_HEX_PORT), |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1813 | atomic_read(&clp->cl_count), |
| 1814 | clp->cl_hostname); |
| 1815 | |
| 1816 | return 0; |
| 1817 | } |
| 1818 | |
| 1819 | /* |
| 1820 | * open "/proc/fs/nfsfs/volumes" which provides a summary of extant volumes |
| 1821 | */ |
| 1822 | static int nfs_volume_list_open(struct inode *inode, struct file *file) |
| 1823 | { |
| 1824 | struct seq_file *m; |
| 1825 | int ret; |
| 1826 | |
| 1827 | ret = seq_open(file, &nfs_volume_list_ops); |
| 1828 | if (ret < 0) |
| 1829 | return ret; |
| 1830 | |
| 1831 | m = file->private_data; |
| 1832 | m->private = PDE(inode)->data; |
| 1833 | |
| 1834 | return 0; |
| 1835 | } |
| 1836 | |
| 1837 | /* |
| 1838 | * set up the iterator to start reading from the volume list and return the first item |
| 1839 | */ |
| 1840 | static void *nfs_volume_list_start(struct seq_file *m, loff_t *_pos) |
| 1841 | { |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1842 | /* lock the list against modification */ |
| 1843 | spin_lock(&nfs_client_lock); |
Pavel Emelianov | 259902e | 2007-07-15 23:39:56 -0700 | [diff] [blame] | 1844 | return seq_list_start_head(&nfs_volume_list, *_pos); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1845 | } |
| 1846 | |
| 1847 | /* |
| 1848 | * move to next volume |
| 1849 | */ |
| 1850 | static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos) |
| 1851 | { |
Pavel Emelianov | 259902e | 2007-07-15 23:39:56 -0700 | [diff] [blame] | 1852 | return seq_list_next(v, &nfs_volume_list, pos); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1853 | } |
| 1854 | |
| 1855 | /* |
| 1856 | * clean up after reading from the transports list |
| 1857 | */ |
| 1858 | static void nfs_volume_list_stop(struct seq_file *p, void *v) |
| 1859 | { |
| 1860 | spin_unlock(&nfs_client_lock); |
| 1861 | } |
| 1862 | |
| 1863 | /* |
| 1864 | * display a header line followed by a load of call lines |
| 1865 | */ |
| 1866 | static int nfs_volume_list_show(struct seq_file *m, void *v) |
| 1867 | { |
| 1868 | struct nfs_server *server; |
| 1869 | struct nfs_client *clp; |
| 1870 | char dev[8], fsid[17]; |
| 1871 | |
| 1872 | /* display header on line 1 */ |
Pavel Emelianov | 259902e | 2007-07-15 23:39:56 -0700 | [diff] [blame] | 1873 | if (v == &nfs_volume_list) { |
David Howells | 5d1acff | 2009-04-03 16:42:47 +0100 | [diff] [blame] | 1874 | seq_puts(m, "NV SERVER PORT DEV FSID FSC\n"); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1875 | return 0; |
| 1876 | } |
| 1877 | /* display one transport per line on subsequent lines */ |
| 1878 | server = list_entry(v, struct nfs_server, master_link); |
| 1879 | clp = server->nfs_client; |
| 1880 | |
| 1881 | snprintf(dev, 8, "%u:%u", |
| 1882 | MAJOR(server->s_dev), MINOR(server->s_dev)); |
| 1883 | |
| 1884 | snprintf(fsid, 17, "%llx:%llx", |
David Howells | 6daabf1 | 2006-08-24 15:44:16 -0400 | [diff] [blame] | 1885 | (unsigned long long) server->fsid.major, |
| 1886 | (unsigned long long) server->fsid.minor); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1887 | |
David Howells | 5d1acff | 2009-04-03 16:42:47 +0100 | [diff] [blame] | 1888 | seq_printf(m, "v%u %s %s %-7s %-17s %s\n", |
Trond Myklebust | 40c55319 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 1889 | clp->rpc_ops->version, |
Chuck Lever | 5d8515c | 2007-12-10 14:57:16 -0500 | [diff] [blame] | 1890 | rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_HEX_ADDR), |
| 1891 | rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_HEX_PORT), |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1892 | dev, |
David Howells | 5d1acff | 2009-04-03 16:42:47 +0100 | [diff] [blame] | 1893 | fsid, |
| 1894 | nfs_server_fscache_state(server)); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1895 | |
| 1896 | return 0; |
| 1897 | } |
| 1898 | |
| 1899 | /* |
| 1900 | * initialise the /proc/fs/nfsfs/ directory |
| 1901 | */ |
| 1902 | int __init nfs_fs_proc_init(void) |
| 1903 | { |
| 1904 | struct proc_dir_entry *p; |
| 1905 | |
Alexey Dobriyan | 36a5aeb | 2008-04-29 01:01:42 -0700 | [diff] [blame] | 1906 | proc_fs_nfs = proc_mkdir("fs/nfsfs", NULL); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1907 | if (!proc_fs_nfs) |
| 1908 | goto error_0; |
| 1909 | |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1910 | /* a file of servers with which we're dealing */ |
Denis V. Lunev | 34b3723 | 2008-04-29 01:02:07 -0700 | [diff] [blame] | 1911 | p = proc_create("servers", S_IFREG|S_IRUGO, |
| 1912 | proc_fs_nfs, &nfs_server_list_fops); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1913 | if (!p) |
| 1914 | goto error_1; |
| 1915 | |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1916 | /* a file of volumes that we have mounted */ |
Denis V. Lunev | 34b3723 | 2008-04-29 01:02:07 -0700 | [diff] [blame] | 1917 | p = proc_create("volumes", S_IFREG|S_IRUGO, |
| 1918 | proc_fs_nfs, &nfs_volume_list_fops); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1919 | if (!p) |
| 1920 | goto error_2; |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1921 | return 0; |
| 1922 | |
| 1923 | error_2: |
| 1924 | remove_proc_entry("servers", proc_fs_nfs); |
| 1925 | error_1: |
Alexey Dobriyan | 36a5aeb | 2008-04-29 01:01:42 -0700 | [diff] [blame] | 1926 | remove_proc_entry("fs/nfsfs", NULL); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1927 | error_0: |
| 1928 | return -ENOMEM; |
| 1929 | } |
| 1930 | |
| 1931 | /* |
| 1932 | * clean up the /proc/fs/nfsfs/ directory |
| 1933 | */ |
| 1934 | void nfs_fs_proc_exit(void) |
| 1935 | { |
| 1936 | remove_proc_entry("volumes", proc_fs_nfs); |
| 1937 | remove_proc_entry("servers", proc_fs_nfs); |
Alexey Dobriyan | 36a5aeb | 2008-04-29 01:01:42 -0700 | [diff] [blame] | 1938 | remove_proc_entry("fs/nfsfs", NULL); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1939 | } |
| 1940 | |
| 1941 | #endif /* CONFIG_PROC_FS */ |