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> |
Anna Schumaker | d8efa4e | 2015-07-13 14:01:28 -0400 | [diff] [blame] | 23 | #include <linux/sunrpc/addr.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 24 | #include <linux/sunrpc/clnt.h> |
| 25 | #include <linux/sunrpc/stats.h> |
| 26 | #include <linux/sunrpc/metrics.h> |
\"Talpey, Thomas\ | 0896a72 | 2007-09-10 13:48:23 -0400 | [diff] [blame] | 27 | #include <linux/sunrpc/xprtsock.h> |
\"Talpey, Thomas\ | 2cf7ff7 | 2007-09-10 13:49:41 -0400 | [diff] [blame] | 28 | #include <linux/sunrpc/xprtrdma.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 29 | #include <linux/nfs_fs.h> |
| 30 | #include <linux/nfs_mount.h> |
| 31 | #include <linux/nfs4_mount.h> |
| 32 | #include <linux/lockd/bind.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 33 | #include <linux/seq_file.h> |
| 34 | #include <linux/mount.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 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> |
Al Viro | 4040153 | 2012-02-13 03:58:52 +0000 | [diff] [blame] | 39 | #include <linux/idr.h> |
Trond Myklebust | 3b0d3f9 | 2008-01-03 13:28:58 -0500 | [diff] [blame] | 40 | #include <net/ipv6.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 41 | #include <linux/nfs_xdr.h> |
Andy Adamson | 0b5b7ae | 2009-04-01 09:23:15 -0400 | [diff] [blame] | 42 | #include <linux/sunrpc/bc_xprt.h> |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 43 | #include <linux/nsproxy.h> |
| 44 | #include <linux/pid_namespace.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 45 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 46 | |
| 47 | #include "nfs4_fs.h" |
| 48 | #include "callback.h" |
| 49 | #include "delegation.h" |
| 50 | #include "iostat.h" |
| 51 | #include "internal.h" |
David Howells | 1472728 | 2009-04-03 16:42:42 +0100 | [diff] [blame] | 52 | #include "fscache.h" |
Ricardo Labiaga | 85e174b | 2010-10-20 00:17:58 -0400 | [diff] [blame] | 53 | #include "pnfs.h" |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 54 | #include "nfs.h" |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 55 | #include "netns.h" |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 56 | |
| 57 | #define NFSDBG_FACILITY NFSDBG_CLIENT |
| 58 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 59 | static DECLARE_WAIT_QUEUE_HEAD(nfs_client_active_wq); |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 60 | static DEFINE_SPINLOCK(nfs_version_lock); |
| 61 | static DEFINE_MUTEX(nfs_version_mutex); |
| 62 | static LIST_HEAD(nfs_versions); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 63 | |
| 64 | /* |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 65 | * RPC cruft for NFS |
| 66 | */ |
Trond Myklebust | a613fa1 | 2012-01-20 13:53:56 -0500 | [diff] [blame] | 67 | static const struct rpc_version *nfs_version[5] = { |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 68 | [2] = NULL, |
| 69 | [3] = NULL, |
| 70 | [4] = NULL, |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 71 | }; |
| 72 | |
Trond Myklebust | a613fa1 | 2012-01-20 13:53:56 -0500 | [diff] [blame] | 73 | const struct rpc_program nfs_program = { |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 74 | .name = "nfs", |
| 75 | .number = NFS_PROGRAM, |
| 76 | .nrvers = ARRAY_SIZE(nfs_version), |
| 77 | .version = nfs_version, |
| 78 | .stats = &nfs_rpcstat, |
Jim Rees | fe0a9b7 | 2011-07-30 20:52:42 -0400 | [diff] [blame] | 79 | .pipe_dir_name = NFS_PIPE_DIRNAME, |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 80 | }; |
| 81 | |
| 82 | struct rpc_stat nfs_rpcstat = { |
| 83 | .program = &nfs_program |
| 84 | }; |
| 85 | |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 86 | static struct nfs_subversion *find_nfs_version(unsigned int version) |
| 87 | { |
| 88 | struct nfs_subversion *nfs; |
| 89 | spin_lock(&nfs_version_lock); |
| 90 | |
| 91 | list_for_each_entry(nfs, &nfs_versions, list) { |
| 92 | if (nfs->rpc_ops->version == version) { |
| 93 | spin_unlock(&nfs_version_lock); |
| 94 | return nfs; |
| 95 | } |
Yanchuan Nian | ee34e13 | 2012-09-10 08:40:16 +0800 | [diff] [blame] | 96 | } |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 97 | |
| 98 | spin_unlock(&nfs_version_lock); |
Yanchuan Nian | ee34e13 | 2012-09-10 08:40:16 +0800 | [diff] [blame] | 99 | return ERR_PTR(-EPROTONOSUPPORT); |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 100 | } |
| 101 | |
| 102 | struct nfs_subversion *get_nfs_version(unsigned int version) |
| 103 | { |
| 104 | struct nfs_subversion *nfs = find_nfs_version(version); |
| 105 | |
| 106 | if (IS_ERR(nfs)) { |
| 107 | mutex_lock(&nfs_version_mutex); |
bjschuma@gmail.com | 1ae811e | 2012-08-08 13:57:06 -0400 | [diff] [blame] | 108 | request_module("nfsv%d", version); |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 109 | nfs = find_nfs_version(version); |
| 110 | mutex_unlock(&nfs_version_mutex); |
| 111 | } |
| 112 | |
Alexey Khoroshilov | 1f70ef9 | 2014-07-18 03:11:45 +0400 | [diff] [blame] | 113 | if (!IS_ERR(nfs) && !try_module_get(nfs->owner)) |
| 114 | return ERR_PTR(-EAGAIN); |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 115 | return nfs; |
| 116 | } |
| 117 | |
| 118 | void put_nfs_version(struct nfs_subversion *nfs) |
| 119 | { |
| 120 | module_put(nfs->owner); |
| 121 | } |
| 122 | |
| 123 | void register_nfs_version(struct nfs_subversion *nfs) |
| 124 | { |
| 125 | spin_lock(&nfs_version_lock); |
| 126 | |
| 127 | list_add(&nfs->list, &nfs_versions); |
| 128 | nfs_version[nfs->rpc_ops->version] = nfs->rpc_vers; |
| 129 | |
| 130 | spin_unlock(&nfs_version_lock); |
| 131 | } |
| 132 | EXPORT_SYMBOL_GPL(register_nfs_version); |
| 133 | |
| 134 | void unregister_nfs_version(struct nfs_subversion *nfs) |
| 135 | { |
| 136 | spin_lock(&nfs_version_lock); |
| 137 | |
| 138 | nfs_version[nfs->rpc_ops->version] = NULL; |
| 139 | list_del(&nfs->list); |
| 140 | |
| 141 | spin_unlock(&nfs_version_lock); |
| 142 | } |
| 143 | EXPORT_SYMBOL_GPL(unregister_nfs_version); |
| 144 | |
| 145 | /* |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 146 | * Allocate a shared client record |
| 147 | * |
| 148 | * Since these are allocated/deallocated very rarely, we don't |
| 149 | * bother putting them in a slab cache... |
| 150 | */ |
Bryan Schumaker | 6663ee7 | 2012-06-20 15:53:46 -0400 | [diff] [blame] | 151 | 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] | 152 | { |
| 153 | struct nfs_client *clp; |
Chuck Lever | a21bdd9 | 2009-06-17 18:02:10 -0700 | [diff] [blame] | 154 | int err = -ENOMEM; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 155 | |
| 156 | if ((clp = kzalloc(sizeof(*clp), GFP_KERNEL)) == NULL) |
| 157 | goto error_0; |
| 158 | |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 159 | clp->cl_nfs_mod = cl_init->nfs_mod; |
Alexey Khoroshilov | 1f70ef9 | 2014-07-18 03:11:45 +0400 | [diff] [blame] | 160 | if (!try_module_get(clp->cl_nfs_mod->owner)) |
| 161 | goto error_dealloc; |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 162 | |
| 163 | clp->rpc_ops = clp->cl_nfs_mod->rpc_ops; |
Trond Myklebust | 40c55319 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 164 | |
Elena Reshetova | 212bf41 | 2017-10-20 12:53:38 +0300 | [diff] [blame] | 165 | refcount_set(&clp->cl_count, 1); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 166 | clp->cl_cons_state = NFS_CS_INITING; |
| 167 | |
Chuck Lever | 6e4cffd | 2007-12-10 14:58:15 -0500 | [diff] [blame] | 168 | memcpy(&clp->cl_addr, cl_init->addr, cl_init->addrlen); |
| 169 | clp->cl_addrlen = cl_init->addrlen; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 170 | |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 171 | if (cl_init->hostname) { |
Chuck Lever | a21bdd9 | 2009-06-17 18:02:10 -0700 | [diff] [blame] | 172 | err = -ENOMEM; |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 173 | clp->cl_hostname = kstrdup(cl_init->hostname, GFP_KERNEL); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 174 | if (!clp->cl_hostname) |
Benny Halevy | 7146851 | 2009-04-01 09:22:56 -0400 | [diff] [blame] | 175 | goto error_cleanup; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 176 | } |
| 177 | |
| 178 | INIT_LIST_HEAD(&clp->cl_superblocks); |
| 179 | clp->cl_rpcclient = ERR_PTR(-EINVAL); |
| 180 | |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 181 | clp->cl_proto = cl_init->proto; |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 182 | clp->cl_net = get_net(cl_init->net); |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 183 | |
NeilBrown | 5e16923 | 2018-12-03 11:30:30 +1100 | [diff] [blame] | 184 | clp->cl_principal = "*"; |
David Howells | 1472728 | 2009-04-03 16:42:42 +0100 | [diff] [blame] | 185 | nfs_fscache_get_client_cookie(clp); |
| 186 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 187 | return clp; |
| 188 | |
Benny Halevy | 7146851 | 2009-04-01 09:22:56 -0400 | [diff] [blame] | 189 | error_cleanup: |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 190 | put_nfs_version(clp->cl_nfs_mod); |
Alexey Khoroshilov | 1f70ef9 | 2014-07-18 03:11:45 +0400 | [diff] [blame] | 191 | error_dealloc: |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 192 | kfree(clp); |
| 193 | error_0: |
Chuck Lever | a21bdd9 | 2009-06-17 18:02:10 -0700 | [diff] [blame] | 194 | return ERR_PTR(err); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 195 | } |
Bryan Schumaker | ddda8e0 | 2012-07-30 16:05:23 -0400 | [diff] [blame] | 196 | EXPORT_SYMBOL_GPL(nfs_alloc_client); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 197 | |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 198 | #if IS_ENABLED(CONFIG_NFS_V4) |
Stanislav Kinsbursky | 28cd1b3 | 2012-01-23 17:26:22 +0000 | [diff] [blame] | 199 | void nfs_cleanup_cb_ident_idr(struct net *net) |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 200 | { |
Stanislav Kinsbursky | 28cd1b3 | 2012-01-23 17:26:22 +0000 | [diff] [blame] | 201 | struct nfs_net *nn = net_generic(net, nfs_net_id); |
| 202 | |
| 203 | idr_destroy(&nn->cb_ident_idr); |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 204 | } |
| 205 | |
| 206 | /* nfs_client_lock held */ |
| 207 | static void nfs_cb_idr_remove_locked(struct nfs_client *clp) |
| 208 | { |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 209 | struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id); |
Stanislav Kinsbursky | 28cd1b3 | 2012-01-23 17:26:22 +0000 | [diff] [blame] | 210 | |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 211 | if (clp->cl_cb_ident) |
Stanislav Kinsbursky | 28cd1b3 | 2012-01-23 17:26:22 +0000 | [diff] [blame] | 212 | idr_remove(&nn->cb_ident_idr, clp->cl_cb_ident); |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 213 | } |
| 214 | |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 215 | static void pnfs_init_server(struct nfs_server *server) |
| 216 | { |
| 217 | rpc_init_wait_queue(&server->roc_rpcwaitq, "pNFS ROC"); |
| 218 | } |
| 219 | |
Alexandros Batsakis | 888ef2e | 2010-02-05 03:45:03 -0800 | [diff] [blame] | 220 | #else |
Stanislav Kinsbursky | 28cd1b3 | 2012-01-23 17:26:22 +0000 | [diff] [blame] | 221 | void nfs_cleanup_cb_ident_idr(struct net *net) |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 222 | { |
| 223 | } |
| 224 | |
| 225 | static void nfs_cb_idr_remove_locked(struct nfs_client *clp) |
| 226 | { |
| 227 | } |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 228 | |
| 229 | static void pnfs_init_server(struct nfs_server *server) |
| 230 | { |
| 231 | } |
| 232 | |
Alexandros Batsakis | 888ef2e | 2010-02-05 03:45:03 -0800 | [diff] [blame] | 233 | #endif /* CONFIG_NFS_V4 */ |
| 234 | |
| 235 | /* |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 236 | * Destroy a shared client record |
| 237 | */ |
Bryan Schumaker | cdb7eced | 2012-06-20 15:53:45 -0400 | [diff] [blame] | 238 | void nfs_free_client(struct nfs_client *clp) |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 239 | { |
David Howells | 1472728 | 2009-04-03 16:42:42 +0100 | [diff] [blame] | 240 | nfs_fscache_release_client_cookie(clp); |
| 241 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 242 | /* -EIO all pending I/O */ |
| 243 | if (!IS_ERR(clp->cl_rpcclient)) |
| 244 | rpc_shutdown_client(clp->cl_rpcclient); |
| 245 | |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 246 | put_net(clp->cl_net); |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 247 | put_nfs_version(clp->cl_nfs_mod); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 248 | kfree(clp->cl_hostname); |
Jeff Layton | f11b2a1 | 2014-06-21 20:52:17 -0400 | [diff] [blame] | 249 | kfree(clp->cl_acceptor); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 250 | kfree(clp); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 251 | } |
Bryan Schumaker | ddda8e0 | 2012-07-30 16:05:23 -0400 | [diff] [blame] | 252 | EXPORT_SYMBOL_GPL(nfs_free_client); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 253 | |
| 254 | /* |
| 255 | * Release a reference to a shared client record |
| 256 | */ |
| 257 | void nfs_put_client(struct nfs_client *clp) |
| 258 | { |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 259 | struct nfs_net *nn; |
| 260 | |
David Howells | 27ba851 | 2006-07-30 14:40:56 -0400 | [diff] [blame] | 261 | if (!clp) |
| 262 | return; |
| 263 | |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 264 | nn = net_generic(clp->cl_net, nfs_net_id); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 265 | |
Elena Reshetova | 212bf41 | 2017-10-20 12:53:38 +0300 | [diff] [blame] | 266 | if (refcount_dec_and_lock(&clp->cl_count, &nn->nfs_client_lock)) { |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 267 | list_del(&clp->cl_share_link); |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 268 | nfs_cb_idr_remove_locked(clp); |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 269 | spin_unlock(&nn->nfs_client_lock); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 270 | |
Trond Myklebust | 1fea73a8 | 2012-10-15 11:24:57 -0400 | [diff] [blame] | 271 | WARN_ON_ONCE(!list_empty(&clp->cl_superblocks)); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 272 | |
Bryan Schumaker | cdb7eced | 2012-06-20 15:53:45 -0400 | [diff] [blame] | 273 | clp->rpc_ops->free_client(clp); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 274 | } |
| 275 | } |
Andy Adamson | 16b374c | 2010-10-20 00:18:04 -0400 | [diff] [blame] | 276 | EXPORT_SYMBOL_GPL(nfs_put_client); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 277 | |
Trond Myklebust | 3fbd67a | 2008-01-26 01:06:40 -0500 | [diff] [blame] | 278 | /* |
Trond Myklebust | c81468a | 2007-12-14 14:56:05 -0500 | [diff] [blame] | 279 | * Find an nfs_client on the list that matches the initialisation data |
| 280 | * that is supplied. |
| 281 | */ |
| 282 | 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] | 283 | { |
| 284 | struct nfs_client *clp; |
Ian Dall | d7371c4 | 2009-03-10 20:33:22 -0400 | [diff] [blame] | 285 | const struct sockaddr *sap = data->addr; |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 286 | struct nfs_net *nn = net_generic(data->net, nfs_net_id); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 287 | |
Scott Mayhew | c156618 | 2017-12-05 13:55:44 -0500 | [diff] [blame] | 288 | again: |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 289 | list_for_each_entry(clp, &nn->nfs_client_list, cl_share_link) { |
Ian Dall | d7371c4 | 2009-03-10 20:33:22 -0400 | [diff] [blame] | 290 | const struct sockaddr *clap = (struct sockaddr *)&clp->cl_addr; |
Trond Myklebust | 13bbc06 | 2006-10-19 23:28:40 -0700 | [diff] [blame] | 291 | /* Don't match clients that failed to initialise properly */ |
| 292 | if (clp->cl_cons_state < 0) |
| 293 | continue; |
| 294 | |
Scott Mayhew | c156618 | 2017-12-05 13:55:44 -0500 | [diff] [blame] | 295 | /* If a client is still initializing then we need to wait */ |
| 296 | if (clp->cl_cons_state > NFS_CS_READY) { |
| 297 | refcount_inc(&clp->cl_count); |
| 298 | spin_unlock(&nn->nfs_client_lock); |
| 299 | nfs_wait_client_init_complete(clp); |
| 300 | nfs_put_client(clp); |
| 301 | spin_lock(&nn->nfs_client_lock); |
| 302 | goto again; |
| 303 | } |
| 304 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 305 | /* Different NFS versions cannot share the same nfs_client */ |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 306 | if (clp->rpc_ops != data->nfs_mod->rpc_ops) |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 307 | continue; |
| 308 | |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 309 | if (clp->cl_proto != data->proto) |
| 310 | continue; |
Benny Halevy | 5aae4a9 | 2009-04-01 09:21:50 -0400 | [diff] [blame] | 311 | /* Match nfsv4 minorversion */ |
| 312 | if (clp->cl_minorversion != data->minorversion) |
| 313 | continue; |
Trond Myklebust | c81468a | 2007-12-14 14:56:05 -0500 | [diff] [blame] | 314 | /* Match the full socket address */ |
Anna Schumaker | d8efa4e | 2015-07-13 14:01:28 -0400 | [diff] [blame] | 315 | if (!rpc_cmp_addr_port(sap, clap)) |
Andy Adamson | 04ea1b3 | 2016-09-09 09:22:27 -0400 | [diff] [blame] | 316 | /* Match all xprt_switch full socket addresses */ |
Petr Vandrovec | 8ef3295 | 2016-11-07 12:11:29 -0800 | [diff] [blame] | 317 | if (IS_ERR(clp->cl_rpcclient) || |
| 318 | !rpc_clnt_xprt_switch_has_addr(clp->cl_rpcclient, |
Andy Adamson | 04ea1b3 | 2016-09-09 09:22:27 -0400 | [diff] [blame] | 319 | sap)) |
| 320 | continue; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 321 | |
Elena Reshetova | 212bf41 | 2017-10-20 12:53:38 +0300 | [diff] [blame] | 322 | refcount_inc(&clp->cl_count); |
Trond Myklebust | c81468a | 2007-12-14 14:56:05 -0500 | [diff] [blame] | 323 | return clp; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 324 | } |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 325 | return NULL; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 326 | } |
| 327 | |
Weston Andros Adamson | a33e4b0 | 2017-03-09 12:56:48 -0500 | [diff] [blame] | 328 | /* |
| 329 | * Return true if @clp is done initializing, false if still working on it. |
| 330 | * |
| 331 | * Use nfs_client_init_status to check if it was successful. |
| 332 | */ |
| 333 | bool nfs_client_init_is_complete(const struct nfs_client *clp) |
Trond Myklebust | 4697bd5 | 2012-05-23 13:24:36 -0400 | [diff] [blame] | 334 | { |
Trond Myklebust | 48d66b9 | 2015-03-03 20:28:59 -0500 | [diff] [blame] | 335 | return clp->cl_cons_state <= NFS_CS_READY; |
Trond Myklebust | 4697bd5 | 2012-05-23 13:24:36 -0400 | [diff] [blame] | 336 | } |
Weston Andros Adamson | a33e4b0 | 2017-03-09 12:56:48 -0500 | [diff] [blame] | 337 | EXPORT_SYMBOL_GPL(nfs_client_init_is_complete); |
| 338 | |
| 339 | /* |
| 340 | * Return 0 if @clp was successfully initialized, -errno otherwise. |
| 341 | * |
| 342 | * This must be called *after* nfs_client_init_is_complete() returns true, |
| 343 | * otherwise it will pop WARN_ON_ONCE and return -EINVAL |
| 344 | */ |
| 345 | int nfs_client_init_status(const struct nfs_client *clp) |
| 346 | { |
| 347 | /* called without checking nfs_client_init_is_complete */ |
| 348 | if (clp->cl_cons_state > NFS_CS_READY) { |
| 349 | WARN_ON_ONCE(1); |
| 350 | return -EINVAL; |
| 351 | } |
| 352 | return clp->cl_cons_state; |
| 353 | } |
| 354 | EXPORT_SYMBOL_GPL(nfs_client_init_status); |
Trond Myklebust | 4697bd5 | 2012-05-23 13:24:36 -0400 | [diff] [blame] | 355 | |
| 356 | int nfs_wait_client_init_complete(const struct nfs_client *clp) |
| 357 | { |
| 358 | return wait_event_killable(nfs_client_active_wq, |
| 359 | nfs_client_init_is_complete(clp)); |
| 360 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 361 | EXPORT_SYMBOL_GPL(nfs_wait_client_init_complete); |
Trond Myklebust | 4697bd5 | 2012-05-23 13:24:36 -0400 | [diff] [blame] | 362 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 363 | /* |
Chuck Lever | f411703 | 2012-05-21 22:45:50 -0400 | [diff] [blame] | 364 | * Found an existing client. Make sure it's ready before returning. |
| 365 | */ |
| 366 | static struct nfs_client * |
| 367 | nfs_found_client(const struct nfs_client_initdata *cl_init, |
| 368 | struct nfs_client *clp) |
| 369 | { |
| 370 | int error; |
| 371 | |
Trond Myklebust | 4697bd5 | 2012-05-23 13:24:36 -0400 | [diff] [blame] | 372 | error = nfs_wait_client_init_complete(clp); |
Chuck Lever | f411703 | 2012-05-21 22:45:50 -0400 | [diff] [blame] | 373 | if (error < 0) { |
| 374 | nfs_put_client(clp); |
| 375 | return ERR_PTR(-ERESTARTSYS); |
| 376 | } |
| 377 | |
| 378 | if (clp->cl_cons_state < NFS_CS_READY) { |
| 379 | error = clp->cl_cons_state; |
| 380 | nfs_put_client(clp); |
| 381 | return ERR_PTR(error); |
| 382 | } |
| 383 | |
Trond Myklebust | 54ac471 | 2012-05-23 13:26:10 -0400 | [diff] [blame] | 384 | smp_rmb(); |
Chuck Lever | f411703 | 2012-05-21 22:45:50 -0400 | [diff] [blame] | 385 | return clp; |
| 386 | } |
| 387 | |
| 388 | /* |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 389 | * Look up a client by IP address and protocol version |
| 390 | * - creates a new record if one doesn't yet exist |
| 391 | */ |
Anna Schumaker | 7d38de3 | 2016-11-17 15:15:55 -0500 | [diff] [blame] | 392 | struct nfs_client *nfs_get_client(const struct nfs_client_initdata *cl_init) |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 393 | { |
| 394 | struct nfs_client *clp, *new = NULL; |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 395 | struct nfs_net *nn = net_generic(cl_init->net, nfs_net_id); |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 396 | const struct nfs_rpc_ops *rpc_ops = cl_init->nfs_mod->rpc_ops; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 397 | |
Peng Tao | 31434f4 | 2014-07-08 11:45:48 +0800 | [diff] [blame] | 398 | if (cl_init->hostname == NULL) { |
| 399 | WARN_ON(1); |
| 400 | return NULL; |
| 401 | } |
| 402 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 403 | /* see if the client already exists */ |
| 404 | do { |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 405 | spin_lock(&nn->nfs_client_lock); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 406 | |
Trond Myklebust | c81468a | 2007-12-14 14:56:05 -0500 | [diff] [blame] | 407 | clp = nfs_match_client(cl_init); |
Chuck Lever | f411703 | 2012-05-21 22:45:50 -0400 | [diff] [blame] | 408 | if (clp) { |
| 409 | spin_unlock(&nn->nfs_client_lock); |
| 410 | if (new) |
Bryan Schumaker | cdb7eced | 2012-06-20 15:53:45 -0400 | [diff] [blame] | 411 | new->rpc_ops->free_client(new); |
Chuck Lever | f411703 | 2012-05-21 22:45:50 -0400 | [diff] [blame] | 412 | return nfs_found_client(cl_init, clp); |
| 413 | } |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 414 | if (new) { |
Chuck Lever | 05f4c35 | 2012-09-14 17:24:32 -0400 | [diff] [blame] | 415 | list_add_tail(&new->cl_share_link, |
| 416 | &nn->nfs_client_list); |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 417 | spin_unlock(&nn->nfs_client_lock); |
Chuck Lever | 4bf590e | 2012-05-21 22:46:07 -0400 | [diff] [blame] | 418 | new->cl_flags = cl_init->init_flags; |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 419 | return rpc_ops->init_client(new, cl_init); |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 420 | } |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 421 | |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 422 | spin_unlock(&nn->nfs_client_lock); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 423 | |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 424 | new = rpc_ops->alloc_client(cl_init); |
Chuck Lever | a21bdd9 | 2009-06-17 18:02:10 -0700 | [diff] [blame] | 425 | } while (!IS_ERR(new)); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 426 | |
Chuck Lever | a21bdd9 | 2009-06-17 18:02:10 -0700 | [diff] [blame] | 427 | return new; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 428 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 429 | EXPORT_SYMBOL_GPL(nfs_get_client); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 430 | |
| 431 | /* |
| 432 | * Mark a server as ready or failed |
| 433 | */ |
Andy Adamson | 76db6d9 | 2009-04-01 09:22:38 -0400 | [diff] [blame] | 434 | void nfs_mark_client_ready(struct nfs_client *clp, int state) |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 435 | { |
Trond Myklebust | 54ac471 | 2012-05-23 13:26:10 -0400 | [diff] [blame] | 436 | smp_wmb(); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 437 | clp->cl_cons_state = state; |
| 438 | wake_up_all(&nfs_client_active_wq); |
| 439 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 440 | EXPORT_SYMBOL_GPL(nfs_mark_client_ready); |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 441 | |
| 442 | /* |
| 443 | * Initialise the timeout values for a connection |
| 444 | */ |
Bryan Schumaker | fcf1039 | 2012-07-16 16:39:18 -0400 | [diff] [blame] | 445 | void nfs_init_timeout_values(struct rpc_timeout *to, int proto, |
Trond Myklebust | a956bed | 2016-08-16 10:26:47 -0400 | [diff] [blame] | 446 | int timeo, int retrans) |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 447 | { |
| 448 | to->to_initval = timeo * HZ / 10; |
| 449 | to->to_retries = retrans; |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 450 | |
| 451 | switch (proto) { |
\"Talpey, Thomas\ | 0896a72 | 2007-09-10 13:48:23 -0400 | [diff] [blame] | 452 | case XPRT_TRANSPORT_TCP: |
\"Talpey, Thomas\ | 2cf7ff7 | 2007-09-10 13:49:41 -0400 | [diff] [blame] | 453 | case XPRT_TRANSPORT_RDMA: |
Trond Myklebust | a956bed | 2016-08-16 10:26:47 -0400 | [diff] [blame] | 454 | if (retrans == NFS_UNSPEC_RETRANS) |
Trond Myklebust | 259875e | 2008-07-02 14:43:47 -0400 | [diff] [blame] | 455 | to->to_retries = NFS_DEF_TCP_RETRANS; |
Trond Myklebust | 5a69824 | 2019-03-21 17:57:56 -0400 | [diff] [blame] | 456 | if (timeo == NFS_UNSPEC_TIMEO || to->to_initval == 0) |
Trond Myklebust | 259875e | 2008-07-02 14:43:47 -0400 | [diff] [blame] | 457 | to->to_initval = NFS_DEF_TCP_TIMEO * HZ / 10; |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 458 | if (to->to_initval > NFS_MAX_TCP_TIMEOUT) |
| 459 | to->to_initval = NFS_MAX_TCP_TIMEOUT; |
| 460 | to->to_increment = to->to_initval; |
| 461 | to->to_maxval = to->to_initval + (to->to_increment * to->to_retries); |
Trond Myklebust | 7a3e3e1 | 2007-12-20 16:03:57 -0500 | [diff] [blame] | 462 | if (to->to_maxval > NFS_MAX_TCP_TIMEOUT) |
| 463 | to->to_maxval = NFS_MAX_TCP_TIMEOUT; |
| 464 | if (to->to_maxval < to->to_initval) |
| 465 | to->to_maxval = to->to_initval; |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 466 | to->to_exponential = 0; |
| 467 | break; |
\"Talpey, Thomas\ | 0896a72 | 2007-09-10 13:48:23 -0400 | [diff] [blame] | 468 | case XPRT_TRANSPORT_UDP: |
Trond Myklebust | a956bed | 2016-08-16 10:26:47 -0400 | [diff] [blame] | 469 | if (retrans == NFS_UNSPEC_RETRANS) |
Trond Myklebust | 259875e | 2008-07-02 14:43:47 -0400 | [diff] [blame] | 470 | to->to_retries = NFS_DEF_UDP_RETRANS; |
Trond Myklebust | a956bed | 2016-08-16 10:26:47 -0400 | [diff] [blame] | 471 | if (timeo == NFS_UNSPEC_TIMEO || to->to_initval == 0) |
Trond Myklebust | 259875e | 2008-07-02 14:43:47 -0400 | [diff] [blame] | 472 | to->to_initval = NFS_DEF_UDP_TIMEO * HZ / 10; |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 473 | if (to->to_initval > NFS_MAX_UDP_TIMEOUT) |
| 474 | to->to_initval = NFS_MAX_UDP_TIMEOUT; |
| 475 | to->to_maxval = NFS_MAX_UDP_TIMEOUT; |
| 476 | to->to_exponential = 1; |
| 477 | break; |
Trond Myklebust | 259875e | 2008-07-02 14:43:47 -0400 | [diff] [blame] | 478 | default: |
| 479 | BUG(); |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 480 | } |
| 481 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 482 | EXPORT_SYMBOL_GPL(nfs_init_timeout_values); |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 483 | |
| 484 | /* |
| 485 | * Create an RPC client handle |
| 486 | */ |
Bryan Schumaker | 428360d | 2012-07-16 16:39:17 -0400 | [diff] [blame] | 487 | int nfs_create_rpc_client(struct nfs_client *clp, |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 488 | const struct nfs_client_initdata *cl_init, |
Bryan Schumaker | 428360d | 2012-07-16 16:39:17 -0400 | [diff] [blame] | 489 | rpc_authflavor_t flavor) |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 490 | { |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 491 | struct rpc_clnt *clnt = NULL; |
Chuck Lever | 41877d2 | 2006-08-22 20:06:20 -0400 | [diff] [blame] | 492 | struct rpc_create_args args = { |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 493 | .net = clp->cl_net, |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 494 | .protocol = clp->cl_proto, |
Chuck Lever | 41877d2 | 2006-08-22 20:06:20 -0400 | [diff] [blame] | 495 | .address = (struct sockaddr *)&clp->cl_addr, |
Chuck Lever | 6e4cffd | 2007-12-10 14:58:15 -0500 | [diff] [blame] | 496 | .addrsize = clp->cl_addrlen, |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 497 | .timeout = cl_init->timeparms, |
Chuck Lever | 41877d2 | 2006-08-22 20:06:20 -0400 | [diff] [blame] | 498 | .servername = clp->cl_hostname, |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 499 | .nodename = cl_init->nodename, |
Chuck Lever | 41877d2 | 2006-08-22 20:06:20 -0400 | [diff] [blame] | 500 | .program = &nfs_program, |
| 501 | .version = clp->rpc_ops->version, |
| 502 | .authflavor = flavor, |
| 503 | }; |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 504 | |
Chuck Lever | 4bf590e | 2012-05-21 22:46:07 -0400 | [diff] [blame] | 505 | if (test_bit(NFS_CS_DISCRTRY, &clp->cl_flags)) |
Chuck Lever | 4a01b8a | 2008-12-23 15:21:35 -0500 | [diff] [blame] | 506 | args.flags |= RPC_CLNT_CREATE_DISCRTRY; |
Trond Myklebust | 9987524 | 2013-09-24 12:06:07 -0400 | [diff] [blame] | 507 | if (test_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags)) |
| 508 | args.flags |= RPC_CLNT_CREATE_NO_RETRANS_TIMEOUT; |
Chuck Lever | 4bf590e | 2012-05-21 22:46:07 -0400 | [diff] [blame] | 509 | if (test_bit(NFS_CS_NORESVPORT, &clp->cl_flags)) |
Chuck Lever | 4a01b8a | 2008-12-23 15:21:35 -0500 | [diff] [blame] | 510 | args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; |
Trond Myklebust | 98f98cf | 2013-04-14 11:49:51 -0400 | [diff] [blame] | 511 | if (test_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags)) |
| 512 | args.flags |= RPC_CLNT_CREATE_INFINITE_SLOTS; |
Chuck Lever | 4a01b8a | 2008-12-23 15:21:35 -0500 | [diff] [blame] | 513 | |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 514 | if (!IS_ERR(clp->cl_rpcclient)) |
| 515 | return 0; |
| 516 | |
Chuck Lever | 41877d2 | 2006-08-22 20:06:20 -0400 | [diff] [blame] | 517 | clnt = rpc_create(&args); |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 518 | if (IS_ERR(clnt)) { |
| 519 | dprintk("%s: cannot create RPC client. Error = %ld\n", |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 520 | __func__, PTR_ERR(clnt)); |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 521 | return PTR_ERR(clnt); |
| 522 | } |
| 523 | |
NeilBrown | 5e16923 | 2018-12-03 11:30:30 +1100 | [diff] [blame] | 524 | clnt->cl_principal = clp->cl_principal; |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 525 | clp->cl_rpcclient = clnt; |
| 526 | return 0; |
| 527 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 528 | EXPORT_SYMBOL_GPL(nfs_create_rpc_client); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 529 | |
| 530 | /* |
| 531 | * Version 2 or 3 client destruction |
| 532 | */ |
| 533 | static void nfs_destroy_server(struct nfs_server *server) |
| 534 | { |
NeilBrown | f259613 | 2012-12-13 15:14:36 +1100 | [diff] [blame] | 535 | if (server->nlm_host) |
Chuck Lever | 9289e7f | 2008-01-11 17:09:52 -0500 | [diff] [blame] | 536 | nlmclnt_done(server->nlm_host); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 537 | } |
| 538 | |
| 539 | /* |
| 540 | * Version 2 or 3 lockd setup |
| 541 | */ |
| 542 | static int nfs_start_lockd(struct nfs_server *server) |
| 543 | { |
Chuck Lever | 9289e7f | 2008-01-11 17:09:52 -0500 | [diff] [blame] | 544 | struct nlm_host *host; |
| 545 | struct nfs_client *clp = server->nfs_client; |
Chuck Lever | 883bb16 | 2008-01-15 16:04:20 -0500 | [diff] [blame] | 546 | struct nlmclnt_initdata nlm_init = { |
| 547 | .hostname = clp->cl_hostname, |
| 548 | .address = (struct sockaddr *)&clp->cl_addr, |
| 549 | .addrlen = clp->cl_addrlen, |
Chuck Lever | 883bb16 | 2008-01-15 16:04:20 -0500 | [diff] [blame] | 550 | .nfs_version = clp->rpc_ops->version, |
Chuck Lever | 0cb2659 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 551 | .noresvport = server->flags & NFS_MOUNT_NORESVPORT ? |
| 552 | 1 : 0, |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 553 | .net = clp->cl_net, |
Benjamin Coddington | b1ece73 | 2017-04-11 12:50:11 -0400 | [diff] [blame] | 554 | .nlmclnt_ops = clp->cl_nfs_mod->rpc_ops->nlmclnt_ops, |
Trond Myklebust | 40373b1 | 2019-04-09 12:13:39 -0400 | [diff] [blame^] | 555 | .cred = current_cred(), |
Chuck Lever | 883bb16 | 2008-01-15 16:04:20 -0500 | [diff] [blame] | 556 | }; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 557 | |
Chuck Lever | 883bb16 | 2008-01-15 16:04:20 -0500 | [diff] [blame] | 558 | if (nlm_init.nfs_version > 3) |
Chuck Lever | 9289e7f | 2008-01-11 17:09:52 -0500 | [diff] [blame] | 559 | return 0; |
Suresh Jayaraman | 5eebde2 | 2010-09-23 08:55:58 -0400 | [diff] [blame] | 560 | if ((server->flags & NFS_MOUNT_LOCAL_FLOCK) && |
| 561 | (server->flags & NFS_MOUNT_LOCAL_FCNTL)) |
Chuck Lever | 9289e7f | 2008-01-11 17:09:52 -0500 | [diff] [blame] | 562 | return 0; |
| 563 | |
Trond Myklebust | 8a6e5de | 2009-09-23 14:36:37 -0400 | [diff] [blame] | 564 | switch (clp->cl_proto) { |
| 565 | default: |
| 566 | nlm_init.protocol = IPPROTO_TCP; |
| 567 | break; |
| 568 | case XPRT_TRANSPORT_UDP: |
| 569 | nlm_init.protocol = IPPROTO_UDP; |
| 570 | } |
| 571 | |
Chuck Lever | 883bb16 | 2008-01-15 16:04:20 -0500 | [diff] [blame] | 572 | host = nlmclnt_init(&nlm_init); |
Chuck Lever | 9289e7f | 2008-01-11 17:09:52 -0500 | [diff] [blame] | 573 | if (IS_ERR(host)) |
| 574 | return PTR_ERR(host); |
| 575 | |
| 576 | server->nlm_host = host; |
| 577 | server->destroy = nfs_destroy_server; |
| 578 | return 0; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 579 | } |
| 580 | |
| 581 | /* |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 582 | * Create a general RPC client |
| 583 | */ |
Bryan Schumaker | fcf1039 | 2012-07-16 16:39:18 -0400 | [diff] [blame] | 584 | int nfs_init_server_rpcclient(struct nfs_server *server, |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 585 | const struct rpc_timeout *timeo, |
| 586 | rpc_authflavor_t pseudoflavour) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 587 | { |
| 588 | struct nfs_client *clp = server->nfs_client; |
| 589 | |
Chuck Lever | ba9b584 | 2012-09-14 17:24:02 -0400 | [diff] [blame] | 590 | server->client = rpc_clone_client_set_auth(clp->cl_rpcclient, |
| 591 | pseudoflavour); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 592 | if (IS_ERR(server->client)) { |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 593 | dprintk("%s: couldn't create rpc_client!\n", __func__); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 594 | return PTR_ERR(server->client); |
| 595 | } |
| 596 | |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 597 | memcpy(&server->client->cl_timeout_default, |
| 598 | timeo, |
| 599 | sizeof(server->client->cl_timeout_default)); |
| 600 | server->client->cl_timeout = &server->client->cl_timeout_default; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 601 | server->client->cl_softrtry = 0; |
| 602 | if (server->flags & NFS_MOUNT_SOFT) |
| 603 | server->client->cl_softrtry = 1; |
| 604 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 605 | return 0; |
| 606 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 607 | EXPORT_SYMBOL_GPL(nfs_init_server_rpcclient); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 608 | |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 609 | /** |
| 610 | * nfs_init_client - Initialise an NFS2 or NFS3 client |
| 611 | * |
| 612 | * @clp: nfs_client to initialise |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 613 | * @cl_init: Initialisation parameters |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 614 | * |
| 615 | * Returns pointer to an NFS client, or an ERR_PTR value. |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 616 | */ |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 617 | struct nfs_client *nfs_init_client(struct nfs_client *clp, |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 618 | const struct nfs_client_initdata *cl_init) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 619 | { |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 620 | int error; |
| 621 | |
Anna Schumaker | 2844b6a | 2017-04-07 14:15:05 -0400 | [diff] [blame] | 622 | /* the client is already initialised */ |
| 623 | if (clp->cl_cons_state == NFS_CS_READY) |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 624 | return clp; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 625 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 626 | /* |
| 627 | * Create a client RPC handle for doing FSSTAT with UNIX auth only |
| 628 | * - RFC 2623, sec 2.3.2 |
| 629 | */ |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 630 | error = nfs_create_rpc_client(clp, cl_init, RPC_AUTH_UNIX); |
Anna Schumaker | 2844b6a | 2017-04-07 14:15:05 -0400 | [diff] [blame] | 631 | nfs_mark_client_ready(clp, error == 0 ? NFS_CS_READY : error); |
| 632 | if (error < 0) { |
| 633 | nfs_put_client(clp); |
| 634 | clp = ERR_PTR(error); |
| 635 | } |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 636 | return clp; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 637 | } |
Bryan Schumaker | ddda8e0 | 2012-07-30 16:05:23 -0400 | [diff] [blame] | 638 | EXPORT_SYMBOL_GPL(nfs_init_client); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 639 | |
| 640 | /* |
| 641 | * Create a version 2 or 3 client |
| 642 | */ |
\"Talpey, Thomas\ | 2283f8d | 2007-09-10 13:43:56 -0400 | [diff] [blame] | 643 | static int nfs_init_server(struct nfs_server *server, |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 644 | const struct nfs_parsed_mount_data *data, |
| 645 | struct nfs_subversion *nfs_mod) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 646 | { |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 647 | struct rpc_timeout timeparms; |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 648 | struct nfs_client_initdata cl_init = { |
| 649 | .hostname = data->nfs_server.hostname, |
Chuck Lever | d7422c4 | 2007-12-10 14:58:51 -0500 | [diff] [blame] | 650 | .addr = (const struct sockaddr *)&data->nfs_server.address, |
Chuck Lever | 4c56801 | 2007-12-10 14:59:28 -0500 | [diff] [blame] | 651 | .addrlen = data->nfs_server.addrlen, |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 652 | .nfs_mod = nfs_mod, |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 653 | .proto = data->nfs_server.protocol, |
Stanislav Kinsbursky | e50a7a1 | 2012-01-10 16:12:46 +0400 | [diff] [blame] | 654 | .net = data->net, |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 655 | .timeparms = &timeparms, |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 656 | }; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 657 | struct nfs_client *clp; |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 658 | int error; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 659 | |
Andy Adamson | 45a52a0 | 2011-03-01 01:34:08 +0000 | [diff] [blame] | 660 | nfs_init_timeout_values(&timeparms, data->nfs_server.protocol, |
| 661 | data->timeo, data->retrans); |
Chuck Lever | 4bf590e | 2012-05-21 22:46:07 -0400 | [diff] [blame] | 662 | if (data->flags & NFS_MOUNT_NORESVPORT) |
| 663 | set_bit(NFS_CS_NORESVPORT, &cl_init.init_flags); |
Andy Adamson | 45a52a0 | 2011-03-01 01:34:08 +0000 | [diff] [blame] | 664 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 665 | /* Allocate or find a client reference we can use */ |
Anna Schumaker | 7d38de3 | 2016-11-17 15:15:55 -0500 | [diff] [blame] | 666 | clp = nfs_get_client(&cl_init); |
Anna Schumaker | 4cbb976 | 2017-04-07 14:15:06 -0400 | [diff] [blame] | 667 | if (IS_ERR(clp)) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 668 | return PTR_ERR(clp); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 669 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 670 | server->nfs_client = clp; |
| 671 | |
| 672 | /* Initialise the client representation from the mount data */ |
Trond Myklebust | ff3525a | 2008-08-15 16:59:14 -0400 | [diff] [blame] | 673 | server->flags = data->flags; |
David Howells | b797cac | 2009-04-03 16:42:48 +0100 | [diff] [blame] | 674 | server->options = data->options; |
Trond Myklebust | 62ab460 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 675 | server->caps |= NFS_CAP_HARDLINKS|NFS_CAP_SYMLINKS|NFS_CAP_FILEID| |
| 676 | NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|NFS_CAP_OWNER_GROUP| |
Trond Myklebust | cd81259 | 2015-07-05 11:12:07 -0400 | [diff] [blame] | 677 | NFS_CAP_ATIME|NFS_CAP_CTIME|NFS_CAP_MTIME; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 678 | |
| 679 | if (data->rsize) |
| 680 | server->rsize = nfs_block_size(data->rsize, NULL); |
| 681 | if (data->wsize) |
| 682 | server->wsize = nfs_block_size(data->wsize, NULL); |
| 683 | |
| 684 | server->acregmin = data->acregmin * HZ; |
| 685 | server->acregmax = data->acregmax * HZ; |
| 686 | server->acdirmin = data->acdirmin * HZ; |
| 687 | server->acdirmax = data->acdirmax * HZ; |
| 688 | |
| 689 | /* Start lockd here, before we might error out */ |
| 690 | error = nfs_start_lockd(server); |
| 691 | if (error < 0) |
| 692 | goto error; |
| 693 | |
Chuck Lever | f22d6d7 | 2008-03-14 14:10:22 -0400 | [diff] [blame] | 694 | server->port = data->nfs_server.port; |
Weston Andros Adamson | 0f5f49b | 2013-10-18 15:15:17 -0400 | [diff] [blame] | 695 | server->auth_info = data->auth_info; |
Chuck Lever | f22d6d7 | 2008-03-14 14:10:22 -0400 | [diff] [blame] | 696 | |
Weston Andros Adamson | a3f73c2 | 2013-10-18 15:15:16 -0400 | [diff] [blame] | 697 | error = nfs_init_server_rpcclient(server, &timeparms, |
| 698 | data->selected_flavor); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 699 | if (error < 0) |
| 700 | goto error; |
| 701 | |
Chuck Lever | 3f8400d | 2008-03-14 14:10:30 -0400 | [diff] [blame] | 702 | /* Preserve the values of mount_server-related mount options */ |
| 703 | if (data->mount_server.addrlen) { |
| 704 | memcpy(&server->mountd_address, &data->mount_server.address, |
| 705 | data->mount_server.addrlen); |
| 706 | server->mountd_addrlen = data->mount_server.addrlen; |
| 707 | } |
| 708 | server->mountd_version = data->mount_server.version; |
| 709 | server->mountd_port = data->mount_server.port; |
| 710 | server->mountd_protocol = data->mount_server.protocol; |
| 711 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 712 | server->namelen = data->namlen; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 713 | return 0; |
| 714 | |
| 715 | error: |
| 716 | server->nfs_client = NULL; |
| 717 | nfs_put_client(clp); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 718 | return error; |
| 719 | } |
| 720 | |
| 721 | /* |
| 722 | * Load up the server record from information gained in an fsinfo record |
| 723 | */ |
Benny Halevy | 738fd0f3 | 2011-07-30 20:52:36 -0400 | [diff] [blame] | 724 | static void nfs_server_set_fsinfo(struct nfs_server *server, |
Benny Halevy | 738fd0f3 | 2011-07-30 20:52:36 -0400 | [diff] [blame] | 725 | struct nfs_fsinfo *fsinfo) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 726 | { |
| 727 | unsigned long max_rpc_payload; |
| 728 | |
| 729 | /* Work out a lot of parameters */ |
| 730 | if (server->rsize == 0) |
| 731 | server->rsize = nfs_block_size(fsinfo->rtpref, NULL); |
| 732 | if (server->wsize == 0) |
| 733 | server->wsize = nfs_block_size(fsinfo->wtpref, NULL); |
| 734 | |
| 735 | if (fsinfo->rtmax >= 512 && server->rsize > fsinfo->rtmax) |
| 736 | server->rsize = nfs_block_size(fsinfo->rtmax, NULL); |
| 737 | if (fsinfo->wtmax >= 512 && server->wsize > fsinfo->wtmax) |
| 738 | server->wsize = nfs_block_size(fsinfo->wtmax, NULL); |
| 739 | |
| 740 | max_rpc_payload = nfs_block_size(rpc_max_payload(server->client), NULL); |
| 741 | if (server->rsize > max_rpc_payload) |
| 742 | server->rsize = max_rpc_payload; |
| 743 | if (server->rsize > NFS_MAX_FILE_IO_SIZE) |
| 744 | server->rsize = NFS_MAX_FILE_IO_SIZE; |
Kirill A. Shutemov | 09cbfea | 2016-04-01 15:29:47 +0300 | [diff] [blame] | 745 | server->rpages = (server->rsize + PAGE_SIZE - 1) >> PAGE_SHIFT; |
Peter Zijlstra | e0bf68d | 2007-10-16 23:25:46 -0700 | [diff] [blame] | 746 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 747 | if (server->wsize > max_rpc_payload) |
| 748 | server->wsize = max_rpc_payload; |
| 749 | if (server->wsize > NFS_MAX_FILE_IO_SIZE) |
| 750 | server->wsize = NFS_MAX_FILE_IO_SIZE; |
Kirill A. Shutemov | 09cbfea | 2016-04-01 15:29:47 +0300 | [diff] [blame] | 751 | server->wpages = (server->wsize + PAGE_SIZE - 1) >> PAGE_SHIFT; |
Ricardo Labiaga | 85e174b | 2010-10-20 00:17:58 -0400 | [diff] [blame] | 752 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 753 | server->wtmult = nfs_block_bits(fsinfo->wtmult, NULL); |
| 754 | |
| 755 | server->dtsize = nfs_block_size(fsinfo->dtpref, NULL); |
Kirill A. Shutemov | 09cbfea | 2016-04-01 15:29:47 +0300 | [diff] [blame] | 756 | if (server->dtsize > PAGE_SIZE * NFS_MAX_READDIR_PAGES) |
| 757 | server->dtsize = PAGE_SIZE * NFS_MAX_READDIR_PAGES; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 758 | if (server->dtsize > server->rsize) |
| 759 | server->dtsize = server->rsize; |
| 760 | |
| 761 | if (server->flags & NFS_MOUNT_NOAC) { |
| 762 | server->acregmin = server->acregmax = 0; |
| 763 | server->acdirmin = server->acdirmax = 0; |
| 764 | } |
| 765 | |
| 766 | server->maxfilesize = fsinfo->maxfilesize; |
| 767 | |
Ricardo Labiaga | 6b96724 | 2010-10-12 16:30:05 -0700 | [diff] [blame] | 768 | server->time_delta = fsinfo->time_delta; |
| 769 | |
Peng Tao | 2a92ee9 | 2015-09-26 02:24:37 +0800 | [diff] [blame] | 770 | server->clone_blksize = fsinfo->clone_blksize; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 771 | /* We're airborne Set socket buffersize */ |
| 772 | rpc_setbufsize(server->client, server->wsize + 100, server->rsize + 100); |
| 773 | } |
| 774 | |
| 775 | /* |
| 776 | * Probe filesystem information, including the FSID on v2/v3 |
| 777 | */ |
Bryan Schumaker | fcf1039 | 2012-07-16 16:39:18 -0400 | [diff] [blame] | 778 | int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *mntfh, struct nfs_fattr *fattr) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 779 | { |
| 780 | struct nfs_fsinfo fsinfo; |
| 781 | struct nfs_client *clp = server->nfs_client; |
| 782 | int error; |
| 783 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 784 | if (clp->rpc_ops->set_capabilities != NULL) { |
| 785 | error = clp->rpc_ops->set_capabilities(server, mntfh); |
| 786 | if (error < 0) |
Anna Schumaker | 4cbb976 | 2017-04-07 14:15:06 -0400 | [diff] [blame] | 787 | return error; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 788 | } |
| 789 | |
| 790 | fsinfo.fattr = fattr; |
Jeff Layton | ca440c3 | 2016-09-15 14:40:49 -0400 | [diff] [blame] | 791 | fsinfo.nlayouttypes = 0; |
Jeff Layton | 3132e49 | 2016-08-10 15:58:24 -0400 | [diff] [blame] | 792 | memset(fsinfo.layouttype, 0, sizeof(fsinfo.layouttype)); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 793 | error = clp->rpc_ops->fsinfo(server, mntfh, &fsinfo); |
| 794 | if (error < 0) |
Anna Schumaker | 4cbb976 | 2017-04-07 14:15:06 -0400 | [diff] [blame] | 795 | return error; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 796 | |
Kinglong Mee | 71f81e5 | 2015-07-01 11:55:50 +0800 | [diff] [blame] | 797 | nfs_server_set_fsinfo(server, &fsinfo); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 798 | |
| 799 | /* Get some general file system info */ |
| 800 | if (server->namelen == 0) { |
| 801 | struct nfs_pathconf pathinfo; |
| 802 | |
| 803 | pathinfo.fattr = fattr; |
| 804 | nfs_fattr_init(fattr); |
| 805 | |
| 806 | if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0) |
| 807 | server->namelen = pathinfo.max_namelen; |
| 808 | } |
| 809 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 810 | return 0; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 811 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 812 | EXPORT_SYMBOL_GPL(nfs_probe_fsinfo); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 813 | |
| 814 | /* |
| 815 | * Copy useful information when duplicating a server record |
| 816 | */ |
Bryan Schumaker | fcf1039 | 2012-07-16 16:39:18 -0400 | [diff] [blame] | 817 | void nfs_server_copy_userdata(struct nfs_server *target, struct nfs_server *source) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 818 | { |
| 819 | target->flags = source->flags; |
Chuck Lever | 356e76b | 2010-04-22 15:35:56 -0400 | [diff] [blame] | 820 | target->rsize = source->rsize; |
| 821 | target->wsize = source->wsize; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 822 | target->acregmin = source->acregmin; |
| 823 | target->acregmax = source->acregmax; |
| 824 | target->acdirmin = source->acdirmin; |
| 825 | target->acdirmax = source->acdirmax; |
| 826 | target->caps = source->caps; |
David Howells | 2df5480 | 2009-09-23 14:36:39 -0400 | [diff] [blame] | 827 | target->options = source->options; |
Weston Andros Adamson | 0f5f49b | 2013-10-18 15:15:17 -0400 | [diff] [blame] | 828 | target->auth_info = source->auth_info; |
Steve Dickson | 89a6814 | 2017-06-29 11:48:26 -0400 | [diff] [blame] | 829 | target->port = source->port; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 830 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 831 | EXPORT_SYMBOL_GPL(nfs_server_copy_userdata); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 832 | |
Bryan Schumaker | fcf1039 | 2012-07-16 16:39:18 -0400 | [diff] [blame] | 833 | void nfs_server_insert_lists(struct nfs_server *server) |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 834 | { |
| 835 | struct nfs_client *clp = server->nfs_client; |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 836 | struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 837 | |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 838 | spin_lock(&nn->nfs_client_lock); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 839 | list_add_tail_rcu(&server->client_link, &clp->cl_superblocks); |
Stanislav Kinsbursky | c25d32b | 2012-01-23 17:26:14 +0000 | [diff] [blame] | 840 | list_add_tail(&server->master_link, &nn->nfs_volume_list); |
Andy Adamson | d3b4c9d | 2011-03-01 01:34:10 +0000 | [diff] [blame] | 841 | clear_bit(NFS_CS_STOP_RENEW, &clp->cl_res_state); |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 842 | spin_unlock(&nn->nfs_client_lock); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 843 | |
| 844 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 845 | EXPORT_SYMBOL_GPL(nfs_server_insert_lists); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 846 | |
Chuck Lever | 32e62b7 | 2013-10-17 14:12:28 -0400 | [diff] [blame] | 847 | void nfs_server_remove_lists(struct nfs_server *server) |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 848 | { |
Andy Adamson | d3b4c9d | 2011-03-01 01:34:10 +0000 | [diff] [blame] | 849 | struct nfs_client *clp = server->nfs_client; |
Trond Myklebust | 4c03ae4 | 2012-02-07 00:05:11 -0500 | [diff] [blame] | 850 | struct nfs_net *nn; |
Andy Adamson | d3b4c9d | 2011-03-01 01:34:10 +0000 | [diff] [blame] | 851 | |
Trond Myklebust | 4c03ae4 | 2012-02-07 00:05:11 -0500 | [diff] [blame] | 852 | if (clp == NULL) |
| 853 | return; |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 854 | nn = net_generic(clp->cl_net, nfs_net_id); |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 855 | spin_lock(&nn->nfs_client_lock); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 856 | list_del_rcu(&server->client_link); |
Trond Myklebust | 4c03ae4 | 2012-02-07 00:05:11 -0500 | [diff] [blame] | 857 | if (list_empty(&clp->cl_superblocks)) |
Andy Adamson | d3b4c9d | 2011-03-01 01:34:10 +0000 | [diff] [blame] | 858 | set_bit(NFS_CS_STOP_RENEW, &clp->cl_res_state); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 859 | list_del(&server->master_link); |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 860 | spin_unlock(&nn->nfs_client_lock); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 861 | |
| 862 | synchronize_rcu(); |
| 863 | } |
Chuck Lever | 32e62b7 | 2013-10-17 14:12:28 -0400 | [diff] [blame] | 864 | EXPORT_SYMBOL_GPL(nfs_server_remove_lists); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 865 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 866 | /* |
| 867 | * Allocate and initialise a server record |
| 868 | */ |
Bryan Schumaker | fcf1039 | 2012-07-16 16:39:18 -0400 | [diff] [blame] | 869 | struct nfs_server *nfs_alloc_server(void) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 870 | { |
| 871 | struct nfs_server *server; |
| 872 | |
| 873 | server = kzalloc(sizeof(struct nfs_server), GFP_KERNEL); |
| 874 | if (!server) |
| 875 | return NULL; |
| 876 | |
| 877 | server->client = server->client_acl = ERR_PTR(-EINVAL); |
| 878 | |
| 879 | /* Zero out the NFS state stuff */ |
| 880 | INIT_LIST_HEAD(&server->client_link); |
| 881 | INIT_LIST_HEAD(&server->master_link); |
Chuck Lever | d3978bb | 2010-12-24 01:33:04 +0000 | [diff] [blame] | 882 | INIT_LIST_HEAD(&server->delegations); |
Weston Andros Adamson | 6382a44 | 2011-06-01 16:44:44 -0400 | [diff] [blame] | 883 | INIT_LIST_HEAD(&server->layouts); |
Chuck Lever | 0aaaf5c | 2011-12-06 16:13:48 -0500 | [diff] [blame] | 884 | INIT_LIST_HEAD(&server->state_owners_lru); |
Olga Kornievskaia | 62164f3 | 2018-07-09 15:13:31 -0400 | [diff] [blame] | 885 | INIT_LIST_HEAD(&server->ss_copies); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 886 | |
Steve Dickson | ef818a2 | 2007-11-08 04:05:04 -0500 | [diff] [blame] | 887 | atomic_set(&server->active, 0); |
| 888 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 889 | server->io_stats = nfs_alloc_iostats(); |
| 890 | if (!server->io_stats) { |
| 891 | kfree(server); |
| 892 | return NULL; |
| 893 | } |
| 894 | |
Trond Myklebust | 9157c31 | 2012-01-17 22:04:24 -0500 | [diff] [blame] | 895 | ida_init(&server->openowner_id); |
Trond Myklebust | d2d7ce2 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 896 | ida_init(&server->lockowner_id); |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 897 | pnfs_init_server(server); |
Benjamin Coddington | 68ebf8f | 2017-09-22 07:57:10 -0400 | [diff] [blame] | 898 | rpc_init_wait_queue(&server->uoc_rpcwaitq, "NFS UOC"); |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 899 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 900 | return server; |
| 901 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 902 | EXPORT_SYMBOL_GPL(nfs_alloc_server); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 903 | |
| 904 | /* |
| 905 | * Free up a server record |
| 906 | */ |
| 907 | void nfs_free_server(struct nfs_server *server) |
| 908 | { |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 909 | nfs_server_remove_lists(server); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 910 | |
| 911 | if (server->destroy != NULL) |
| 912 | server->destroy(server); |
Trond Myklebust | 5cef338 | 2007-12-11 22:01:56 -0500 | [diff] [blame] | 913 | |
| 914 | if (!IS_ERR(server->client_acl)) |
| 915 | rpc_shutdown_client(server->client_acl); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 916 | if (!IS_ERR(server->client)) |
| 917 | rpc_shutdown_client(server->client); |
| 918 | |
| 919 | nfs_put_client(server->nfs_client); |
| 920 | |
Trond Myklebust | d2d7ce2 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 921 | ida_destroy(&server->lockowner_id); |
Trond Myklebust | 9157c31 | 2012-01-17 22:04:24 -0500 | [diff] [blame] | 922 | ida_destroy(&server->openowner_id); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 923 | nfs_free_iostats(server->io_stats); |
| 924 | kfree(server); |
| 925 | nfs_release_automount_timer(); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 926 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 927 | EXPORT_SYMBOL_GPL(nfs_free_server); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 928 | |
| 929 | /* |
| 930 | * Create a version 2 or 3 volume record |
| 931 | * - keyed on server and FSID |
| 932 | */ |
Bryan Schumaker | 1179acc | 2012-07-30 16:05:19 -0400 | [diff] [blame] | 933 | struct nfs_server *nfs_create_server(struct nfs_mount_info *mount_info, |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 934 | struct nfs_subversion *nfs_mod) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 935 | { |
| 936 | struct nfs_server *server; |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 937 | struct nfs_fattr *fattr; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 938 | int error; |
| 939 | |
| 940 | server = nfs_alloc_server(); |
| 941 | if (!server) |
| 942 | return ERR_PTR(-ENOMEM); |
| 943 | |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 944 | error = -ENOMEM; |
| 945 | fattr = nfs_alloc_fattr(); |
| 946 | if (fattr == NULL) |
| 947 | goto error; |
| 948 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 949 | /* Get a client representation */ |
Bryan Schumaker | 1179acc | 2012-07-30 16:05:19 -0400 | [diff] [blame] | 950 | error = nfs_init_server(server, mount_info->parsed, nfs_mod); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 951 | if (error < 0) |
| 952 | goto error; |
| 953 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 954 | /* Probe the root fh to retrieve its FSID */ |
Bryan Schumaker | 1179acc | 2012-07-30 16:05:19 -0400 | [diff] [blame] | 955 | error = nfs_probe_fsinfo(server, mount_info->mntfh, fattr); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 956 | if (error < 0) |
| 957 | goto error; |
Trond Myklebust | 54af3bb | 2007-09-28 12:27:41 -0400 | [diff] [blame] | 958 | if (server->nfs_client->rpc_ops->version == 3) { |
| 959 | if (server->namelen == 0 || server->namelen > NFS3_MAXNAMLEN) |
| 960 | server->namelen = NFS3_MAXNAMLEN; |
Bryan Schumaker | 1179acc | 2012-07-30 16:05:19 -0400 | [diff] [blame] | 961 | if (!(mount_info->parsed->flags & NFS_MOUNT_NORDIRPLUS)) |
Trond Myklebust | 54af3bb | 2007-09-28 12:27:41 -0400 | [diff] [blame] | 962 | server->caps |= NFS_CAP_READDIRPLUS; |
| 963 | } else { |
| 964 | if (server->namelen == 0 || server->namelen > NFS2_MAXNAMLEN) |
| 965 | server->namelen = NFS2_MAXNAMLEN; |
| 966 | } |
| 967 | |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 968 | if (!(fattr->valid & NFS_ATTR_FATTR)) { |
Trond Myklebust | a841b54 | 2018-04-07 13:50:59 -0400 | [diff] [blame] | 969 | error = nfs_mod->rpc_ops->getattr(server, mount_info->mntfh, |
| 970 | fattr, NULL, NULL); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 971 | if (error < 0) { |
| 972 | dprintk("nfs_create_server: getattr error = %d\n", -error); |
| 973 | goto error; |
| 974 | } |
| 975 | } |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 976 | memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid)); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 977 | |
David Howells | 6daabf1 | 2006-08-24 15:44:16 -0400 | [diff] [blame] | 978 | dprintk("Server FSID: %llx:%llx\n", |
| 979 | (unsigned long long) server->fsid.major, |
| 980 | (unsigned long long) server->fsid.minor); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 981 | |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 982 | nfs_server_insert_lists(server); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 983 | server->mount_time = jiffies; |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 984 | nfs_free_fattr(fattr); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 985 | return server; |
| 986 | |
| 987 | error: |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 988 | nfs_free_fattr(fattr); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 989 | nfs_free_server(server); |
| 990 | return ERR_PTR(error); |
| 991 | } |
Bryan Schumaker | ddda8e0 | 2012-07-30 16:05:23 -0400 | [diff] [blame] | 992 | EXPORT_SYMBOL_GPL(nfs_create_server); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 993 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 994 | /* |
| 995 | * Clone an NFS2, NFS3 or NFS4 server record |
| 996 | */ |
| 997 | struct nfs_server *nfs_clone_server(struct nfs_server *source, |
| 998 | struct nfs_fh *fh, |
Bryan Schumaker | 7e6eb68 | 2012-04-27 13:27:42 -0400 | [diff] [blame] | 999 | struct nfs_fattr *fattr, |
| 1000 | rpc_authflavor_t flavor) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1001 | { |
| 1002 | struct nfs_server *server; |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1003 | struct nfs_fattr *fattr_fsinfo; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1004 | int error; |
| 1005 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1006 | server = nfs_alloc_server(); |
| 1007 | if (!server) |
| 1008 | return ERR_PTR(-ENOMEM); |
| 1009 | |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1010 | error = -ENOMEM; |
| 1011 | fattr_fsinfo = nfs_alloc_fattr(); |
| 1012 | if (fattr_fsinfo == NULL) |
| 1013 | goto out_free_server; |
| 1014 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1015 | /* Copy data from the source */ |
| 1016 | server->nfs_client = source->nfs_client; |
Chuck Lever | 0aaaf5c | 2011-12-06 16:13:48 -0500 | [diff] [blame] | 1017 | server->destroy = source->destroy; |
Elena Reshetova | 212bf41 | 2017-10-20 12:53:38 +0300 | [diff] [blame] | 1018 | refcount_inc(&server->nfs_client->cl_count); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1019 | nfs_server_copy_userdata(server, source); |
| 1020 | |
| 1021 | server->fsid = fattr->fsid; |
| 1022 | |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 1023 | error = nfs_init_server_rpcclient(server, |
| 1024 | source->client->cl_timeout, |
Bryan Schumaker | 7e6eb68 | 2012-04-27 13:27:42 -0400 | [diff] [blame] | 1025 | flavor); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1026 | if (error < 0) |
| 1027 | goto out_free_server; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1028 | |
| 1029 | /* probe the filesystem info for this server filesystem */ |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1030 | error = nfs_probe_fsinfo(server, fh, fattr_fsinfo); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1031 | if (error < 0) |
| 1032 | goto out_free_server; |
| 1033 | |
Trond Myklebust | 54af3bb | 2007-09-28 12:27:41 -0400 | [diff] [blame] | 1034 | if (server->namelen == 0 || server->namelen > NFS4_MAXNAMLEN) |
| 1035 | server->namelen = NFS4_MAXNAMLEN; |
| 1036 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1037 | error = nfs_start_lockd(server); |
| 1038 | if (error < 0) |
| 1039 | goto out_free_server; |
| 1040 | |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 1041 | nfs_server_insert_lists(server); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1042 | server->mount_time = jiffies; |
| 1043 | |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1044 | nfs_free_fattr(fattr_fsinfo); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1045 | return server; |
| 1046 | |
| 1047 | out_free_server: |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1048 | nfs_free_fattr(fattr_fsinfo); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1049 | nfs_free_server(server); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1050 | return ERR_PTR(error); |
| 1051 | } |
Bryan Schumaker | ddda8e0 | 2012-07-30 16:05:23 -0400 | [diff] [blame] | 1052 | EXPORT_SYMBOL_GPL(nfs_clone_server); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1053 | |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 1054 | void nfs_clients_init(struct net *net) |
| 1055 | { |
| 1056 | struct nfs_net *nn = net_generic(net, nfs_net_id); |
| 1057 | |
| 1058 | INIT_LIST_HEAD(&nn->nfs_client_list); |
Stanislav Kinsbursky | c25d32b | 2012-01-23 17:26:14 +0000 | [diff] [blame] | 1059 | INIT_LIST_HEAD(&nn->nfs_volume_list); |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 1060 | #if IS_ENABLED(CONFIG_NFS_V4) |
Stanislav Kinsbursky | 28cd1b3 | 2012-01-23 17:26:22 +0000 | [diff] [blame] | 1061 | idr_init(&nn->cb_ident_idr); |
| 1062 | #endif |
Trond Myklebust | 4c03ae4 | 2012-02-07 00:05:11 -0500 | [diff] [blame] | 1063 | spin_lock_init(&nn->nfs_client_lock); |
Deepa Dinamani | 2f86e09 | 2016-10-01 16:46:26 -0700 | [diff] [blame] | 1064 | nn->boot_time = ktime_get_real(); |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 1065 | } |
| 1066 | |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1067 | #ifdef CONFIG_PROC_FS |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1068 | static void *nfs_server_list_start(struct seq_file *p, loff_t *pos); |
| 1069 | static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos); |
| 1070 | static void nfs_server_list_stop(struct seq_file *p, void *v); |
| 1071 | static int nfs_server_list_show(struct seq_file *m, void *v); |
| 1072 | |
James Morris | 88e9d34 | 2009-09-22 16:43:43 -0700 | [diff] [blame] | 1073 | static const struct seq_operations nfs_server_list_ops = { |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1074 | .start = nfs_server_list_start, |
| 1075 | .next = nfs_server_list_next, |
| 1076 | .stop = nfs_server_list_stop, |
| 1077 | .show = nfs_server_list_show, |
| 1078 | }; |
| 1079 | |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1080 | static void *nfs_volume_list_start(struct seq_file *p, loff_t *pos); |
| 1081 | static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos); |
| 1082 | static void nfs_volume_list_stop(struct seq_file *p, void *v); |
| 1083 | static int nfs_volume_list_show(struct seq_file *m, void *v); |
| 1084 | |
James Morris | 88e9d34 | 2009-09-22 16:43:43 -0700 | [diff] [blame] | 1085 | static const struct seq_operations nfs_volume_list_ops = { |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1086 | .start = nfs_volume_list_start, |
| 1087 | .next = nfs_volume_list_next, |
| 1088 | .stop = nfs_volume_list_stop, |
| 1089 | .show = nfs_volume_list_show, |
| 1090 | }; |
| 1091 | |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1092 | /* |
| 1093 | * set up the iterator to start reading from the server list and return the first item |
| 1094 | */ |
| 1095 | static void *nfs_server_list_start(struct seq_file *m, loff_t *_pos) |
Jeff Layton | 8d11620 | 2014-09-10 09:04:27 -0400 | [diff] [blame] | 1096 | __acquires(&nn->nfs_client_lock) |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1097 | { |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1098 | struct nfs_net *nn = net_generic(seq_file_net(m), nfs_net_id); |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 1099 | |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1100 | /* lock the list against modification */ |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 1101 | spin_lock(&nn->nfs_client_lock); |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 1102 | return seq_list_start_head(&nn->nfs_client_list, *_pos); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1103 | } |
| 1104 | |
| 1105 | /* |
| 1106 | * move to next server |
| 1107 | */ |
| 1108 | static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos) |
| 1109 | { |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1110 | struct nfs_net *nn = net_generic(seq_file_net(p), nfs_net_id); |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 1111 | |
| 1112 | return seq_list_next(v, &nn->nfs_client_list, pos); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1113 | } |
| 1114 | |
| 1115 | /* |
| 1116 | * clean up after reading from the transports list |
| 1117 | */ |
| 1118 | static void nfs_server_list_stop(struct seq_file *p, void *v) |
Jeff Layton | 8d11620 | 2014-09-10 09:04:27 -0400 | [diff] [blame] | 1119 | __releases(&nn->nfs_client_lock) |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1120 | { |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1121 | struct nfs_net *nn = net_generic(seq_file_net(p), nfs_net_id); |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 1122 | |
| 1123 | spin_unlock(&nn->nfs_client_lock); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1124 | } |
| 1125 | |
| 1126 | /* |
| 1127 | * display a header line followed by a load of call lines |
| 1128 | */ |
| 1129 | static int nfs_server_list_show(struct seq_file *m, void *v) |
| 1130 | { |
| 1131 | struct nfs_client *clp; |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1132 | struct nfs_net *nn = net_generic(seq_file_net(m), nfs_net_id); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1133 | |
| 1134 | /* display header on line 1 */ |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 1135 | if (v == &nn->nfs_client_list) { |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1136 | seq_puts(m, "NV SERVER PORT USE HOSTNAME\n"); |
| 1137 | return 0; |
| 1138 | } |
| 1139 | |
| 1140 | /* display one transport per line on subsequent lines */ |
| 1141 | clp = list_entry(v, struct nfs_client, cl_share_link); |
| 1142 | |
Malahal Naineni | 940aab4 | 2011-09-20 17:27:14 -0700 | [diff] [blame] | 1143 | /* Check if the client is initialized */ |
| 1144 | if (clp->cl_cons_state != NFS_CS_READY) |
| 1145 | return 0; |
| 1146 | |
Trond Myklebust | 2446ab6 | 2012-03-01 17:00:56 -0500 | [diff] [blame] | 1147 | rcu_read_lock(); |
Chuck Lever | 5d8515c | 2007-12-10 14:57:16 -0500 | [diff] [blame] | 1148 | seq_printf(m, "v%u %s %s %3d %s\n", |
Trond Myklebust | 40c55319 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 1149 | clp->rpc_ops->version, |
Chuck Lever | 5d8515c | 2007-12-10 14:57:16 -0500 | [diff] [blame] | 1150 | rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_HEX_ADDR), |
| 1151 | rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_HEX_PORT), |
Elena Reshetova | 212bf41 | 2017-10-20 12:53:38 +0300 | [diff] [blame] | 1152 | refcount_read(&clp->cl_count), |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1153 | clp->cl_hostname); |
Trond Myklebust | 2446ab6 | 2012-03-01 17:00:56 -0500 | [diff] [blame] | 1154 | rcu_read_unlock(); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1155 | |
| 1156 | return 0; |
| 1157 | } |
| 1158 | |
| 1159 | /* |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1160 | * set up the iterator to start reading from the volume list and return the first item |
| 1161 | */ |
| 1162 | static void *nfs_volume_list_start(struct seq_file *m, loff_t *_pos) |
Jeff Layton | 8d11620 | 2014-09-10 09:04:27 -0400 | [diff] [blame] | 1163 | __acquires(&nn->nfs_client_lock) |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1164 | { |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1165 | struct nfs_net *nn = net_generic(seq_file_net(m), nfs_net_id); |
Stanislav Kinsbursky | c25d32b | 2012-01-23 17:26:14 +0000 | [diff] [blame] | 1166 | |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1167 | /* lock the list against modification */ |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 1168 | spin_lock(&nn->nfs_client_lock); |
Stanislav Kinsbursky | c25d32b | 2012-01-23 17:26:14 +0000 | [diff] [blame] | 1169 | return seq_list_start_head(&nn->nfs_volume_list, *_pos); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1170 | } |
| 1171 | |
| 1172 | /* |
| 1173 | * move to next volume |
| 1174 | */ |
| 1175 | static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos) |
| 1176 | { |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1177 | struct nfs_net *nn = net_generic(seq_file_net(p), nfs_net_id); |
Stanislav Kinsbursky | c25d32b | 2012-01-23 17:26:14 +0000 | [diff] [blame] | 1178 | |
| 1179 | return seq_list_next(v, &nn->nfs_volume_list, pos); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1180 | } |
| 1181 | |
| 1182 | /* |
| 1183 | * clean up after reading from the transports list |
| 1184 | */ |
| 1185 | static void nfs_volume_list_stop(struct seq_file *p, void *v) |
Jeff Layton | 8d11620 | 2014-09-10 09:04:27 -0400 | [diff] [blame] | 1186 | __releases(&nn->nfs_client_lock) |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1187 | { |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1188 | struct nfs_net *nn = net_generic(seq_file_net(p), nfs_net_id); |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 1189 | |
| 1190 | spin_unlock(&nn->nfs_client_lock); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1191 | } |
| 1192 | |
| 1193 | /* |
| 1194 | * display a header line followed by a load of call lines |
| 1195 | */ |
| 1196 | static int nfs_volume_list_show(struct seq_file *m, void *v) |
| 1197 | { |
| 1198 | struct nfs_server *server; |
| 1199 | struct nfs_client *clp; |
Kinglong Mee | df05a49 | 2015-06-13 10:07:00 +0800 | [diff] [blame] | 1200 | char dev[13]; // 8 for 2^24, 1 for ':', 3 for 2^8, 1 for '\0' |
| 1201 | char fsid[34]; // 2 * 16 for %llx, 1 for ':', 1 for '\0' |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1202 | struct nfs_net *nn = net_generic(seq_file_net(m), nfs_net_id); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1203 | |
| 1204 | /* display header on line 1 */ |
Stanislav Kinsbursky | c25d32b | 2012-01-23 17:26:14 +0000 | [diff] [blame] | 1205 | if (v == &nn->nfs_volume_list) { |
Kinglong Mee | df05a49 | 2015-06-13 10:07:00 +0800 | [diff] [blame] | 1206 | seq_puts(m, "NV SERVER PORT DEV FSID" |
| 1207 | " FSC\n"); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1208 | return 0; |
| 1209 | } |
| 1210 | /* display one transport per line on subsequent lines */ |
| 1211 | server = list_entry(v, struct nfs_server, master_link); |
| 1212 | clp = server->nfs_client; |
| 1213 | |
Kinglong Mee | df05a49 | 2015-06-13 10:07:00 +0800 | [diff] [blame] | 1214 | snprintf(dev, sizeof(dev), "%u:%u", |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1215 | MAJOR(server->s_dev), MINOR(server->s_dev)); |
| 1216 | |
Kinglong Mee | df05a49 | 2015-06-13 10:07:00 +0800 | [diff] [blame] | 1217 | snprintf(fsid, sizeof(fsid), "%llx:%llx", |
David Howells | 6daabf1 | 2006-08-24 15:44:16 -0400 | [diff] [blame] | 1218 | (unsigned long long) server->fsid.major, |
| 1219 | (unsigned long long) server->fsid.minor); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1220 | |
Trond Myklebust | 2446ab6 | 2012-03-01 17:00:56 -0500 | [diff] [blame] | 1221 | rcu_read_lock(); |
Kinglong Mee | df05a49 | 2015-06-13 10:07:00 +0800 | [diff] [blame] | 1222 | seq_printf(m, "v%u %s %s %-12s %-33s %s\n", |
Trond Myklebust | 40c55319 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 1223 | clp->rpc_ops->version, |
Chuck Lever | 5d8515c | 2007-12-10 14:57:16 -0500 | [diff] [blame] | 1224 | rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_HEX_ADDR), |
| 1225 | rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_HEX_PORT), |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1226 | dev, |
David Howells | 5d1acff | 2009-04-03 16:42:47 +0100 | [diff] [blame] | 1227 | fsid, |
| 1228 | nfs_server_fscache_state(server)); |
Trond Myklebust | 2446ab6 | 2012-03-01 17:00:56 -0500 | [diff] [blame] | 1229 | rcu_read_unlock(); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1230 | |
| 1231 | return 0; |
| 1232 | } |
| 1233 | |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1234 | int nfs_fs_proc_net_init(struct net *net) |
| 1235 | { |
| 1236 | struct nfs_net *nn = net_generic(net, nfs_net_id); |
| 1237 | struct proc_dir_entry *p; |
| 1238 | |
| 1239 | nn->proc_nfsfs = proc_net_mkdir(net, "nfsfs", net->proc_net); |
| 1240 | if (!nn->proc_nfsfs) |
| 1241 | goto error_0; |
| 1242 | |
| 1243 | /* a file of servers with which we're dealing */ |
Christoph Hellwig | c350637 | 2018-04-10 19:42:55 +0200 | [diff] [blame] | 1244 | p = proc_create_net("servers", S_IFREG|S_IRUGO, nn->proc_nfsfs, |
| 1245 | &nfs_server_list_ops, sizeof(struct seq_net_private)); |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1246 | if (!p) |
| 1247 | goto error_1; |
| 1248 | |
| 1249 | /* a file of volumes that we have mounted */ |
Christoph Hellwig | c350637 | 2018-04-10 19:42:55 +0200 | [diff] [blame] | 1250 | p = proc_create_net("volumes", S_IFREG|S_IRUGO, nn->proc_nfsfs, |
| 1251 | &nfs_volume_list_ops, sizeof(struct seq_net_private)); |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1252 | if (!p) |
Cong Wang | 21e8100 | 2014-09-08 16:17:55 -0700 | [diff] [blame] | 1253 | goto error_1; |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1254 | return 0; |
| 1255 | |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1256 | error_1: |
Cong Wang | 21e8100 | 2014-09-08 16:17:55 -0700 | [diff] [blame] | 1257 | remove_proc_subtree("nfsfs", net->proc_net); |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1258 | error_0: |
| 1259 | return -ENOMEM; |
| 1260 | } |
| 1261 | |
| 1262 | void nfs_fs_proc_net_exit(struct net *net) |
| 1263 | { |
Cong Wang | 21e8100 | 2014-09-08 16:17:55 -0700 | [diff] [blame] | 1264 | remove_proc_subtree("nfsfs", net->proc_net); |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1265 | } |
| 1266 | |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1267 | /* |
| 1268 | * initialise the /proc/fs/nfsfs/ directory |
| 1269 | */ |
| 1270 | int __init nfs_fs_proc_init(void) |
| 1271 | { |
Kinglong Mee | 6a062a3 | 2015-07-01 23:00:29 +0800 | [diff] [blame] | 1272 | if (!proc_mkdir("fs/nfsfs", NULL)) |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1273 | goto error_0; |
| 1274 | |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1275 | /* a file of servers with which we're dealing */ |
Kinglong Mee | 6a062a3 | 2015-07-01 23:00:29 +0800 | [diff] [blame] | 1276 | if (!proc_symlink("fs/nfsfs/servers", NULL, "../../net/nfsfs/servers")) |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1277 | goto error_1; |
| 1278 | |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1279 | /* a file of volumes that we have mounted */ |
Kinglong Mee | 6a062a3 | 2015-07-01 23:00:29 +0800 | [diff] [blame] | 1280 | if (!proc_symlink("fs/nfsfs/volumes", NULL, "../../net/nfsfs/volumes")) |
| 1281 | goto error_1; |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1282 | |
Kinglong Mee | 6a062a3 | 2015-07-01 23:00:29 +0800 | [diff] [blame] | 1283 | return 0; |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1284 | error_1: |
Kinglong Mee | 6a062a3 | 2015-07-01 23:00:29 +0800 | [diff] [blame] | 1285 | remove_proc_subtree("fs/nfsfs", NULL); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1286 | error_0: |
| 1287 | return -ENOMEM; |
| 1288 | } |
| 1289 | |
| 1290 | /* |
| 1291 | * clean up the /proc/fs/nfsfs/ directory |
| 1292 | */ |
| 1293 | void nfs_fs_proc_exit(void) |
| 1294 | { |
Kinglong Mee | 6a062a3 | 2015-07-01 23:00:29 +0800 | [diff] [blame] | 1295 | remove_proc_subtree("fs/nfsfs", NULL); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1296 | } |
| 1297 | |
| 1298 | #endif /* CONFIG_PROC_FS */ |