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