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