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