blob: 9752beb78659dd1f02a4411a397fb27b9a8cf4ef [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002* Copyright (c) 2001 The Regents of the University of Michigan.
3* All rights reserved.
4*
5* Kendrick Smith <kmsmith@umich.edu>
6* Andy Adamson <kandros@umich.edu>
7*
8* Redistribution and use in source and binary forms, with or without
9* modification, are permitted provided that the following conditions
10* are met:
11*
12* 1. Redistributions of source code must retain the above copyright
13* notice, this list of conditions and the following disclaimer.
14* 2. Redistributions in binary form must reproduce the above copyright
15* notice, this list of conditions and the following disclaimer in the
16* documentation and/or other materials provided with the distribution.
17* 3. Neither the name of the University nor the names of its
18* contributors may be used to endorse or promote products derived
19* from this software without specific prior written permission.
20*
21* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
22* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
23* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24* DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
28* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
29* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
30* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32*
33*/
34
Dave Hansenaceaf782008-02-15 14:37:31 -080035#include <linux/file.h>
Arnd Bergmannb89f4322010-09-18 15:09:31 +020036#include <linux/fs.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090037#include <linux/slab.h>
NeilBrown0964a3d2005-06-23 22:04:32 -070038#include <linux/namei.h>
Meelap Shahc2f1a552007-07-17 04:04:39 -070039#include <linux/swap.h>
Bryan Schumaker17456802011-07-13 10:50:48 -040040#include <linux/pagemap.h>
Chuck Lever7df302f2012-05-29 13:56:37 -040041#include <linux/ratelimit.h>
Olga Kornievskaia68e76ad2008-12-23 16:17:15 -050042#include <linux/sunrpc/svcauth_gss.h>
Jeff Layton59766872013-02-04 12:50:00 -050043#include <linux/sunrpc/addr.h>
Daniel Borkmann87545892014-12-10 16:33:11 +010044#include <linux/jhash.h>
Boaz Harrosh9a74af22009-12-03 20:30:56 +020045#include "xdr4.h"
J. Bruce Fields06b332a2013-04-09 11:34:36 -040046#include "xdr4cb.h"
J. Bruce Fields0a3adad2009-11-04 18:12:35 -050047#include "vfs.h"
J. Bruce Fieldsbfa4b362012-04-25 16:49:18 -040048#include "current_stateid.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070049
Stanislav Kinsbursky5e1533c2012-07-25 16:56:58 +040050#include "netns.h"
Christoph Hellwig9cf514c2014-05-05 13:11:59 +020051#include "pnfs.h"
Stanislav Kinsbursky5e1533c2012-07-25 16:56:58 +040052
Linus Torvalds1da177e2005-04-16 15:20:36 -070053#define NFSDDBG_FACILITY NFSDDBG_PROC
54
J. Bruce Fieldsf32f3c22011-12-12 15:00:35 -050055#define all_ones {{~0,~0},~0}
56static const stateid_t one_stateid = {
57 .si_generation = ~0,
58 .si_opaque = all_ones,
59};
60static const stateid_t zero_stateid = {
61 /* all fields zero */
62};
Tigran Mkrtchyan19ff0f22012-02-13 22:55:23 +010063static const stateid_t currentstateid = {
64 .si_generation = 1,
65};
J. Bruce Fieldsf32f3c22011-12-12 15:00:35 -050066
Andy Adamsonec6b5d72009-04-03 08:28:28 +030067static u64 current_sessionid = 1;
NeilBrownfd39ca92005-06-23 22:04:03 -070068
J. Bruce Fieldsf32f3c22011-12-12 15:00:35 -050069#define ZERO_STATEID(stateid) (!memcmp((stateid), &zero_stateid, sizeof(stateid_t)))
70#define ONE_STATEID(stateid) (!memcmp((stateid), &one_stateid, sizeof(stateid_t)))
Tigran Mkrtchyan19ff0f22012-02-13 22:55:23 +010071#define CURRENT_STATEID(stateid) (!memcmp((stateid), &currentstateid, sizeof(stateid_t)))
Linus Torvalds1da177e2005-04-16 15:20:36 -070072
Linus Torvalds1da177e2005-04-16 15:20:36 -070073/* forward declarations */
Jeff Laytonf9c00c32014-07-23 16:17:41 -040074static bool check_for_locks(struct nfs4_file *fp, struct nfs4_lockowner *lowner);
Trond Myklebust60116952014-07-29 21:34:06 -040075static void nfs4_free_ol_stateid(struct nfs4_stid *stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -070076
J. Bruce Fields8b671b82009-02-22 14:51:34 -080077/* Locking: */
78
J. Bruce Fields8b671b82009-02-22 14:51:34 -080079/*
80 * Currently used for the del_recall_lru and file hash table. In an
81 * effort to decrease the scope of the client_mutex, this spinlock may
82 * eventually cover more:
83 */
Benny Halevycdc97502014-05-30 09:09:30 -040084static DEFINE_SPINLOCK(state_lock);
J. Bruce Fields8b671b82009-02-22 14:51:34 -080085
Jeff Laytonb401be222014-07-29 21:34:33 -040086/*
87 * A waitqueue for all in-progress 4.0 CLOSE operations that are waiting for
88 * the refcount on the open stateid to drop.
89 */
90static DECLARE_WAIT_QUEUE_HEAD(close_wq);
91
Christoph Hellwigabf11352014-05-21 07:43:03 -070092static struct kmem_cache *openowner_slab;
93static struct kmem_cache *lockowner_slab;
94static struct kmem_cache *file_slab;
95static struct kmem_cache *stateid_slab;
96static struct kmem_cache *deleg_slab;
Sachin Bhamare8287f002015-04-27 14:50:14 +020097static struct kmem_cache *odstate_slab;
NeilBrowne60d4392005-06-23 22:03:01 -070098
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -040099static void free_session(struct nfsd4_session *);
Benny Halevy508dc6e2012-02-23 17:40:52 -0800100
Julia Lawallc4cb8972015-11-21 22:57:39 +0100101static const struct nfsd4_callback_ops nfsd4_cb_recall_ops;
Jeff Layton76d348f2016-09-16 16:28:24 -0400102static const struct nfsd4_callback_ops nfsd4_cb_notify_lock_ops;
Christoph Hellwig0162ac22014-09-24 12:19:19 +0200103
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -0400104static bool is_session_dead(struct nfsd4_session *ses)
Benny Halevy508dc6e2012-02-23 17:40:52 -0800105{
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -0400106 return ses->se_flags & NFS4_SESSION_DEAD;
107}
108
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -0400109static __be32 mark_session_dead_locked(struct nfsd4_session *ses, int ref_held_by_me)
110{
111 if (atomic_read(&ses->se_ref) > ref_held_by_me)
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -0400112 return nfserr_jukebox;
113 ses->se_flags |= NFS4_SESSION_DEAD;
114 return nfs_ok;
115}
116
J. Bruce Fields221a6872013-04-01 22:23:49 -0400117static bool is_client_expired(struct nfs4_client *clp)
118{
119 return clp->cl_time == 0;
120}
121
J. Bruce Fields221a6872013-04-01 22:23:49 -0400122static __be32 get_client_locked(struct nfs4_client *clp)
123{
Trond Myklebust0a880a22014-07-30 08:27:10 -0400124 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
125
126 lockdep_assert_held(&nn->client_lock);
127
J. Bruce Fields221a6872013-04-01 22:23:49 -0400128 if (is_client_expired(clp))
129 return nfserr_expired;
130 atomic_inc(&clp->cl_refcount);
131 return nfs_ok;
132}
133
134/* must be called under the client_lock */
135static inline void
136renew_client_locked(struct nfs4_client *clp)
137{
138 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
139
140 if (is_client_expired(clp)) {
141 WARN_ON(1);
142 printk("%s: client (clientid %08x/%08x) already expired\n",
143 __func__,
144 clp->cl_clientid.cl_boot,
145 clp->cl_clientid.cl_id);
146 return;
147 }
148
149 dprintk("renewing client (clientid %08x/%08x)\n",
150 clp->cl_clientid.cl_boot,
151 clp->cl_clientid.cl_id);
152 list_move_tail(&clp->cl_lru, &nn->client_lru);
153 clp->cl_time = get_seconds();
154}
155
Fengguang Wuba138432013-04-16 22:14:15 -0400156static void put_client_renew_locked(struct nfs4_client *clp)
J. Bruce Fields221a6872013-04-01 22:23:49 -0400157{
Trond Myklebust0a880a22014-07-30 08:27:10 -0400158 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
159
160 lockdep_assert_held(&nn->client_lock);
161
J. Bruce Fields221a6872013-04-01 22:23:49 -0400162 if (!atomic_dec_and_test(&clp->cl_refcount))
163 return;
164 if (!is_client_expired(clp))
165 renew_client_locked(clp);
166}
167
Jeff Layton4b24ca72014-06-30 11:48:44 -0400168static void put_client_renew(struct nfs4_client *clp)
169{
170 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
171
Jeff Laytond6c249b2014-07-08 14:02:50 -0400172 if (!atomic_dec_and_lock(&clp->cl_refcount, &nn->client_lock))
173 return;
174 if (!is_client_expired(clp))
175 renew_client_locked(clp);
Jeff Layton4b24ca72014-06-30 11:48:44 -0400176 spin_unlock(&nn->client_lock);
177}
178
Trond Myklebustd4e19e702014-06-30 11:48:42 -0400179static __be32 nfsd4_get_session_locked(struct nfsd4_session *ses)
180{
181 __be32 status;
182
183 if (is_session_dead(ses))
184 return nfserr_badsession;
185 status = get_client_locked(ses->se_client);
186 if (status)
187 return status;
188 atomic_inc(&ses->se_ref);
189 return nfs_ok;
190}
191
192static void nfsd4_put_session_locked(struct nfsd4_session *ses)
193{
194 struct nfs4_client *clp = ses->se_client;
Trond Myklebust0a880a22014-07-30 08:27:10 -0400195 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
196
197 lockdep_assert_held(&nn->client_lock);
Trond Myklebustd4e19e702014-06-30 11:48:42 -0400198
199 if (atomic_dec_and_test(&ses->se_ref) && is_session_dead(ses))
200 free_session(ses);
201 put_client_renew_locked(clp);
202}
203
204static void nfsd4_put_session(struct nfsd4_session *ses)
205{
206 struct nfs4_client *clp = ses->se_client;
207 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
208
209 spin_lock(&nn->client_lock);
210 nfsd4_put_session_locked(ses);
211 spin_unlock(&nn->client_lock);
212}
213
Jeff Layton76d348f2016-09-16 16:28:24 -0400214static struct nfsd4_blocked_lock *
215find_blocked_lock(struct nfs4_lockowner *lo, struct knfsd_fh *fh,
216 struct nfsd_net *nn)
217{
218 struct nfsd4_blocked_lock *cur, *found = NULL;
219
220 spin_lock(&nn->client_lock);
221 list_for_each_entry(cur, &lo->lo_blocked, nbl_list) {
222 if (fh_match(fh, &cur->nbl_fh)) {
223 list_del_init(&cur->nbl_list);
Jeff Layton7919d0a2016-09-16 16:28:25 -0400224 list_del_init(&cur->nbl_lru);
Jeff Layton76d348f2016-09-16 16:28:24 -0400225 found = cur;
226 break;
227 }
228 }
229 spin_unlock(&nn->client_lock);
230 if (found)
231 posix_unblock_lock(&found->nbl_lock);
232 return found;
233}
234
235static struct nfsd4_blocked_lock *
236find_or_allocate_block(struct nfs4_lockowner *lo, struct knfsd_fh *fh,
237 struct nfsd_net *nn)
238{
239 struct nfsd4_blocked_lock *nbl;
240
241 nbl = find_blocked_lock(lo, fh, nn);
242 if (!nbl) {
243 nbl= kmalloc(sizeof(*nbl), GFP_KERNEL);
244 if (nbl) {
245 fh_copy_shallow(&nbl->nbl_fh, fh);
246 locks_init_lock(&nbl->nbl_lock);
247 nfsd4_init_cb(&nbl->nbl_cb, lo->lo_owner.so_client,
248 &nfsd4_cb_notify_lock_ops,
249 NFSPROC4_CLNT_CB_NOTIFY_LOCK);
250 }
251 }
252 return nbl;
253}
254
255static void
256free_blocked_lock(struct nfsd4_blocked_lock *nbl)
257{
258 locks_release_private(&nbl->nbl_lock);
259 kfree(nbl);
260}
261
262static int
263nfsd4_cb_notify_lock_done(struct nfsd4_callback *cb, struct rpc_task *task)
264{
265 /*
266 * Since this is just an optimization, we don't try very hard if it
267 * turns out not to succeed. We'll requeue it on NFS4ERR_DELAY, and
268 * just quit trying on anything else.
269 */
270 switch (task->tk_status) {
271 case -NFS4ERR_DELAY:
272 rpc_delay(task, 1 * HZ);
273 return 0;
274 default:
275 return 1;
276 }
277}
278
279static void
280nfsd4_cb_notify_lock_release(struct nfsd4_callback *cb)
281{
282 struct nfsd4_blocked_lock *nbl = container_of(cb,
283 struct nfsd4_blocked_lock, nbl_cb);
284
285 free_blocked_lock(nbl);
286}
287
288static const struct nfsd4_callback_ops nfsd4_cb_notify_lock_ops = {
289 .done = nfsd4_cb_notify_lock_done,
290 .release = nfsd4_cb_notify_lock_release,
291};
292
Kinglong Meeb5971af2014-08-22 10:18:43 -0400293static inline struct nfs4_stateowner *
294nfs4_get_stateowner(struct nfs4_stateowner *sop)
295{
296 atomic_inc(&sop->so_count);
297 return sop;
298}
299
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400300static int
Trond Myklebustd4f04892014-07-29 21:34:36 -0400301same_owner_str(struct nfs4_stateowner *sop, struct xdr_netobj *owner)
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400302{
303 return (sop->so_owner.len == owner->len) &&
Trond Myklebustd4f04892014-07-29 21:34:36 -0400304 0 == memcmp(sop->so_owner.data, owner->data, owner->len);
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400305}
306
307static struct nfs4_openowner *
308find_openstateowner_str_locked(unsigned int hashval, struct nfsd4_open *open,
Trond Myklebustd4f04892014-07-29 21:34:36 -0400309 struct nfs4_client *clp)
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400310{
311 struct nfs4_stateowner *so;
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400312
Trond Myklebustd4f04892014-07-29 21:34:36 -0400313 lockdep_assert_held(&clp->cl_lock);
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400314
Trond Myklebustd4f04892014-07-29 21:34:36 -0400315 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[hashval],
316 so_strhash) {
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400317 if (!so->so_is_open_owner)
318 continue;
Kinglong Meeb5971af2014-08-22 10:18:43 -0400319 if (same_owner_str(so, &open->op_owner))
320 return openowner(nfs4_get_stateowner(so));
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400321 }
322 return NULL;
323}
324
325static struct nfs4_openowner *
326find_openstateowner_str(unsigned int hashval, struct nfsd4_open *open,
Trond Myklebustd4f04892014-07-29 21:34:36 -0400327 struct nfs4_client *clp)
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400328{
329 struct nfs4_openowner *oo;
330
Trond Myklebustd4f04892014-07-29 21:34:36 -0400331 spin_lock(&clp->cl_lock);
332 oo = find_openstateowner_str_locked(hashval, open, clp);
333 spin_unlock(&clp->cl_lock);
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400334 return oo;
335}
336
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337static inline u32
338opaque_hashval(const void *ptr, int nbytes)
339{
340 unsigned char *cptr = (unsigned char *) ptr;
341
342 u32 x = 0;
343 while (nbytes--) {
344 x *= 37;
345 x += *cptr++;
346 }
347 return x;
348}
349
Jeff Layton5b095e92014-10-23 08:01:02 -0400350static void nfsd4_free_file_rcu(struct rcu_head *rcu)
J. Bruce Fields32513b42011-10-13 16:00:16 -0400351{
Jeff Layton5b095e92014-10-23 08:01:02 -0400352 struct nfs4_file *fp = container_of(rcu, struct nfs4_file, fi_rcu);
353
354 kmem_cache_free(file_slab, fp);
J. Bruce Fields32513b42011-10-13 16:00:16 -0400355}
356
Christoph Hellwige6ba76e2014-08-14 08:50:16 +0200357void
NeilBrown13cd2182005-06-23 22:03:10 -0700358put_nfs4_file(struct nfs4_file *fi)
359{
Jeff Layton02e12152014-07-16 10:31:57 -0400360 might_lock(&state_lock);
361
Benny Halevycdc97502014-05-30 09:09:30 -0400362 if (atomic_dec_and_lock(&fi->fi_ref, &state_lock)) {
Jeff Layton5b095e92014-10-23 08:01:02 -0400363 hlist_del_rcu(&fi->fi_hash);
Benny Halevycdc97502014-05-30 09:09:30 -0400364 spin_unlock(&state_lock);
Sachin Bhamare8287f002015-04-27 14:50:14 +0200365 WARN_ON_ONCE(!list_empty(&fi->fi_clnt_odstate));
Jeff Layton5b095e92014-10-23 08:01:02 -0400366 WARN_ON_ONCE(!list_empty(&fi->fi_delegations));
367 call_rcu(&fi->fi_rcu, nfsd4_free_file_rcu);
J. Bruce Fields8b671b82009-02-22 14:51:34 -0800368 }
NeilBrown13cd2182005-06-23 22:03:10 -0700369}
370
Trond Myklebustde186432014-07-10 14:07:26 -0400371static struct file *
372__nfs4_get_fd(struct nfs4_file *f, int oflag)
373{
374 if (f->fi_fds[oflag])
375 return get_file(f->fi_fds[oflag]);
376 return NULL;
377}
378
379static struct file *
380find_writeable_file_locked(struct nfs4_file *f)
381{
382 struct file *ret;
383
384 lockdep_assert_held(&f->fi_lock);
385
386 ret = __nfs4_get_fd(f, O_WRONLY);
387 if (!ret)
388 ret = __nfs4_get_fd(f, O_RDWR);
389 return ret;
390}
391
392static struct file *
393find_writeable_file(struct nfs4_file *f)
394{
395 struct file *ret;
396
397 spin_lock(&f->fi_lock);
398 ret = find_writeable_file_locked(f);
399 spin_unlock(&f->fi_lock);
400
401 return ret;
402}
403
404static struct file *find_readable_file_locked(struct nfs4_file *f)
405{
406 struct file *ret;
407
408 lockdep_assert_held(&f->fi_lock);
409
410 ret = __nfs4_get_fd(f, O_RDONLY);
411 if (!ret)
412 ret = __nfs4_get_fd(f, O_RDWR);
413 return ret;
414}
415
416static struct file *
417find_readable_file(struct nfs4_file *f)
418{
419 struct file *ret;
420
421 spin_lock(&f->fi_lock);
422 ret = find_readable_file_locked(f);
423 spin_unlock(&f->fi_lock);
424
425 return ret;
426}
427
Christoph Hellwig4d227fc2014-08-17 07:40:00 -0500428struct file *
Trond Myklebustde186432014-07-10 14:07:26 -0400429find_any_file(struct nfs4_file *f)
430{
431 struct file *ret;
432
433 spin_lock(&f->fi_lock);
434 ret = __nfs4_get_fd(f, O_RDWR);
435 if (!ret) {
436 ret = __nfs4_get_fd(f, O_WRONLY);
437 if (!ret)
438 ret = __nfs4_get_fd(f, O_RDONLY);
439 }
440 spin_unlock(&f->fi_lock);
441 return ret;
442}
443
Trond Myklebust02a35082014-07-25 07:34:22 -0400444static atomic_long_t num_delegations;
Zhang Yanfei697ce9b2013-02-22 16:35:47 -0800445unsigned long max_delegations;
NeilBrownef0f3392006-04-10 22:55:41 -0700446
447/*
448 * Open owner state (share locks)
449 */
450
J. Bruce Fields16bfdaaf2011-11-07 17:23:30 -0500451/* hash tables for lock and open owners */
452#define OWNER_HASH_BITS 8
453#define OWNER_HASH_SIZE (1 << OWNER_HASH_BITS)
454#define OWNER_HASH_MASK (OWNER_HASH_SIZE - 1)
NeilBrownef0f3392006-04-10 22:55:41 -0700455
Trond Myklebustd4f04892014-07-29 21:34:36 -0400456static unsigned int ownerstr_hashval(struct xdr_netobj *ownername)
J. Bruce Fieldsddc04c42011-07-30 23:46:29 -0400457{
458 unsigned int ret;
459
460 ret = opaque_hashval(ownername->data, ownername->len);
J. Bruce Fields16bfdaaf2011-11-07 17:23:30 -0500461 return ret & OWNER_HASH_MASK;
J. Bruce Fieldsddc04c42011-07-30 23:46:29 -0400462}
NeilBrownef0f3392006-04-10 22:55:41 -0700463
NeilBrownef0f3392006-04-10 22:55:41 -0700464/* hash table for nfs4_file */
465#define FILE_HASH_BITS 8
466#define FILE_HASH_SIZE (1 << FILE_HASH_BITS)
Shan Wei35079582011-01-14 17:35:59 +0800467
Trond Myklebustca943212014-07-23 16:17:39 -0400468static unsigned int nfsd_fh_hashval(struct knfsd_fh *fh)
J. Bruce Fieldsddc04c42011-07-30 23:46:29 -0400469{
Trond Myklebustca943212014-07-23 16:17:39 -0400470 return jhash2(fh->fh_base.fh_pad, XDR_QUADLEN(fh->fh_size), 0);
471}
472
473static unsigned int file_hashval(struct knfsd_fh *fh)
474{
475 return nfsd_fh_hashval(fh) & (FILE_HASH_SIZE - 1);
476}
477
Jeff Layton89876f82013-04-02 09:01:59 -0400478static struct hlist_head file_hashtbl[FILE_HASH_SIZE];
NeilBrownef0f3392006-04-10 22:55:41 -0700479
Jeff Layton12659652014-07-10 14:07:28 -0400480static void
481__nfs4_file_get_access(struct nfs4_file *fp, u32 access)
J. Bruce Fields34775652013-08-23 17:55:18 -0400482{
Jeff Layton7214e862014-07-10 14:07:33 -0400483 lockdep_assert_held(&fp->fi_lock);
484
Jeff Layton12659652014-07-10 14:07:28 -0400485 if (access & NFS4_SHARE_ACCESS_WRITE)
486 atomic_inc(&fp->fi_access[O_WRONLY]);
487 if (access & NFS4_SHARE_ACCESS_READ)
488 atomic_inc(&fp->fi_access[O_RDONLY]);
J. Bruce Fields34775652013-08-23 17:55:18 -0400489}
490
Jeff Layton12659652014-07-10 14:07:28 -0400491static __be32
492nfs4_file_get_access(struct nfs4_file *fp, u32 access)
J. Bruce Fields998db522010-08-07 09:21:41 -0400493{
Jeff Layton7214e862014-07-10 14:07:33 -0400494 lockdep_assert_held(&fp->fi_lock);
495
Jeff Layton12659652014-07-10 14:07:28 -0400496 /* Does this access mode make sense? */
497 if (access & ~NFS4_SHARE_ACCESS_BOTH)
498 return nfserr_inval;
499
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -0400500 /* Does it conflict with a deny mode already set? */
501 if ((access & fp->fi_share_deny) != 0)
502 return nfserr_share_denied;
503
Jeff Layton12659652014-07-10 14:07:28 -0400504 __nfs4_file_get_access(fp, access);
505 return nfs_ok;
J. Bruce Fields998db522010-08-07 09:21:41 -0400506}
507
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -0400508static __be32 nfs4_file_check_deny(struct nfs4_file *fp, u32 deny)
509{
510 /* Common case is that there is no deny mode. */
511 if (deny) {
512 /* Does this deny mode make sense? */
513 if (deny & ~NFS4_SHARE_DENY_BOTH)
514 return nfserr_inval;
515
516 if ((deny & NFS4_SHARE_DENY_READ) &&
517 atomic_read(&fp->fi_access[O_RDONLY]))
518 return nfserr_share_denied;
519
520 if ((deny & NFS4_SHARE_DENY_WRITE) &&
521 atomic_read(&fp->fi_access[O_WRONLY]))
522 return nfserr_share_denied;
523 }
524 return nfs_ok;
525}
526
J. Bruce Fields998db522010-08-07 09:21:41 -0400527static void __nfs4_file_put_access(struct nfs4_file *fp, int oflag)
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -0400528{
Trond Myklebustde186432014-07-10 14:07:26 -0400529 might_lock(&fp->fi_lock);
530
531 if (atomic_dec_and_lock(&fp->fi_access[oflag], &fp->fi_lock)) {
532 struct file *f1 = NULL;
533 struct file *f2 = NULL;
534
Jeff Layton6d338b52014-07-10 14:07:29 -0400535 swap(f1, fp->fi_fds[oflag]);
J. Bruce Fields0c7c3e62013-03-28 20:37:14 -0400536 if (atomic_read(&fp->fi_access[1 - oflag]) == 0)
Jeff Layton6d338b52014-07-10 14:07:29 -0400537 swap(f2, fp->fi_fds[O_RDWR]);
Trond Myklebustde186432014-07-10 14:07:26 -0400538 spin_unlock(&fp->fi_lock);
539 if (f1)
540 fput(f1);
541 if (f2)
542 fput(f2);
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -0400543 }
544}
545
Jeff Layton12659652014-07-10 14:07:28 -0400546static void nfs4_file_put_access(struct nfs4_file *fp, u32 access)
J. Bruce Fields998db522010-08-07 09:21:41 -0400547{
Jeff Layton12659652014-07-10 14:07:28 -0400548 WARN_ON_ONCE(access & ~NFS4_SHARE_ACCESS_BOTH);
549
550 if (access & NFS4_SHARE_ACCESS_WRITE)
J. Bruce Fields998db522010-08-07 09:21:41 -0400551 __nfs4_file_put_access(fp, O_WRONLY);
Jeff Layton12659652014-07-10 14:07:28 -0400552 if (access & NFS4_SHARE_ACCESS_READ)
553 __nfs4_file_put_access(fp, O_RDONLY);
J. Bruce Fields998db522010-08-07 09:21:41 -0400554}
555
Sachin Bhamare8287f002015-04-27 14:50:14 +0200556/*
557 * Allocate a new open/delegation state counter. This is needed for
558 * pNFS for proper return on close semantics.
559 *
560 * Note that we only allocate it for pNFS-enabled exports, otherwise
561 * all pointers to struct nfs4_clnt_odstate are always NULL.
562 */
563static struct nfs4_clnt_odstate *
564alloc_clnt_odstate(struct nfs4_client *clp)
565{
566 struct nfs4_clnt_odstate *co;
567
568 co = kmem_cache_zalloc(odstate_slab, GFP_KERNEL);
569 if (co) {
570 co->co_client = clp;
571 atomic_set(&co->co_odcount, 1);
572 }
573 return co;
574}
575
576static void
577hash_clnt_odstate_locked(struct nfs4_clnt_odstate *co)
578{
579 struct nfs4_file *fp = co->co_file;
580
581 lockdep_assert_held(&fp->fi_lock);
582 list_add(&co->co_perfile, &fp->fi_clnt_odstate);
583}
584
585static inline void
586get_clnt_odstate(struct nfs4_clnt_odstate *co)
587{
588 if (co)
589 atomic_inc(&co->co_odcount);
590}
591
592static void
593put_clnt_odstate(struct nfs4_clnt_odstate *co)
594{
595 struct nfs4_file *fp;
596
597 if (!co)
598 return;
599
600 fp = co->co_file;
601 if (atomic_dec_and_lock(&co->co_odcount, &fp->fi_lock)) {
602 list_del(&co->co_perfile);
603 spin_unlock(&fp->fi_lock);
604
605 nfsd4_return_all_file_layouts(co->co_client, fp);
606 kmem_cache_free(odstate_slab, co);
607 }
608}
609
610static struct nfs4_clnt_odstate *
611find_or_hash_clnt_odstate(struct nfs4_file *fp, struct nfs4_clnt_odstate *new)
612{
613 struct nfs4_clnt_odstate *co;
614 struct nfs4_client *cl;
615
616 if (!new)
617 return NULL;
618
619 cl = new->co_client;
620
621 spin_lock(&fp->fi_lock);
622 list_for_each_entry(co, &fp->fi_clnt_odstate, co_perfile) {
623 if (co->co_client == cl) {
624 get_clnt_odstate(co);
625 goto out;
626 }
627 }
628 co = new;
629 co->co_file = fp;
630 hash_clnt_odstate_locked(new);
631out:
632 spin_unlock(&fp->fi_lock);
633 return co;
634}
635
Christoph Hellwigcd61c522014-08-14 08:44:57 +0200636struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl,
Trond Myklebust60116952014-07-29 21:34:06 -0400637 struct kmem_cache *slab)
J. Bruce Fields996e0932011-10-17 11:14:48 -0400638{
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500639 struct nfs4_stid *stid;
640 int new_id;
641
Trond Myklebustf8338832014-07-25 07:34:19 -0400642 stid = kmem_cache_zalloc(slab, GFP_KERNEL);
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500643 if (!stid)
644 return NULL;
J. Bruce Fields996e0932011-10-17 11:14:48 -0400645
Jeff Layton4770d722014-07-29 21:34:10 -0400646 idr_preload(GFP_KERNEL);
647 spin_lock(&cl->cl_lock);
648 new_id = idr_alloc_cyclic(&cl->cl_stateids, stid, 0, 0, GFP_NOWAIT);
649 spin_unlock(&cl->cl_lock);
650 idr_preload_end();
Tejun Heoebd6c702013-03-13 14:59:37 -0700651 if (new_id < 0)
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500652 goto out_free;
653 stid->sc_client = cl;
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500654 stid->sc_stateid.si_opaque.so_id = new_id;
655 stid->sc_stateid.si_opaque.so_clid = cl->cl_clientid;
656 /* Will be incremented before return to client: */
Trond Myklebust72c0b0f2014-07-21 09:34:58 -0400657 atomic_set(&stid->sc_count, 1);
Jeff Layton9767feb2015-10-01 09:05:50 -0400658 spin_lock_init(&stid->sc_lock);
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500659
J. Bruce Fields996e0932011-10-17 11:14:48 -0400660 /*
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500661 * It shouldn't be a problem to reuse an opaque stateid value.
662 * I don't think it is for 4.1. But with 4.0 I worry that, for
663 * example, a stray write retransmission could be accepted by
664 * the server when it should have been rejected. Therefore,
665 * adopt a trick from the sctp code to attempt to maximize the
666 * amount of time until an id is reused, by ensuring they always
667 * "increase" (mod INT_MAX):
J. Bruce Fields996e0932011-10-17 11:14:48 -0400668 */
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500669 return stid;
670out_free:
Wei Yongjun2c44a232013-04-09 14:15:31 +0800671 kmem_cache_free(slab, stid);
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500672 return NULL;
J. Bruce Fields2a74aba2011-09-23 17:20:02 -0400673}
674
Jeff Laytonb49e0842014-07-29 21:34:11 -0400675static struct nfs4_ol_stateid * nfs4_alloc_open_stateid(struct nfs4_client *clp)
J. Bruce Fields4cdc9512011-10-17 15:57:47 -0400676{
Trond Myklebust60116952014-07-29 21:34:06 -0400677 struct nfs4_stid *stid;
678 struct nfs4_ol_stateid *stp;
679
680 stid = nfs4_alloc_stid(clp, stateid_slab);
681 if (!stid)
682 return NULL;
683
684 stp = openlockstateid(stid);
685 stp->st_stid.sc_free = nfs4_free_ol_stateid;
686 return stp;
687}
688
689static void nfs4_free_deleg(struct nfs4_stid *stid)
690{
Trond Myklebust60116952014-07-29 21:34:06 -0400691 kmem_cache_free(deleg_slab, stid);
692 atomic_long_dec(&num_delegations);
J. Bruce Fields4cdc9512011-10-17 15:57:47 -0400693}
694
NeilBrown6282cd52014-06-04 17:39:26 +1000695/*
696 * When we recall a delegation, we should be careful not to hand it
697 * out again straight away.
698 * To ensure this we keep a pair of bloom filters ('new' and 'old')
699 * in which the filehandles of recalled delegations are "stored".
700 * If a filehandle appear in either filter, a delegation is blocked.
701 * When a delegation is recalled, the filehandle is stored in the "new"
702 * filter.
703 * Every 30 seconds we swap the filters and clear the "new" one,
704 * unless both are empty of course.
705 *
706 * Each filter is 256 bits. We hash the filehandle to 32bit and use the
707 * low 3 bytes as hash-table indices.
708 *
Jeff Laytonf54fe962014-07-25 07:34:26 -0400709 * 'blocked_delegations_lock', which is always taken in block_delegations(),
NeilBrown6282cd52014-06-04 17:39:26 +1000710 * is used to manage concurrent access. Testing does not need the lock
711 * except when swapping the two filters.
712 */
Jeff Laytonf54fe962014-07-25 07:34:26 -0400713static DEFINE_SPINLOCK(blocked_delegations_lock);
NeilBrown6282cd52014-06-04 17:39:26 +1000714static struct bloom_pair {
715 int entries, old_entries;
716 time_t swap_time;
717 int new; /* index into 'set' */
718 DECLARE_BITMAP(set[2], 256);
719} blocked_delegations;
720
721static int delegation_blocked(struct knfsd_fh *fh)
722{
723 u32 hash;
724 struct bloom_pair *bd = &blocked_delegations;
725
726 if (bd->entries == 0)
727 return 0;
728 if (seconds_since_boot() - bd->swap_time > 30) {
Jeff Laytonf54fe962014-07-25 07:34:26 -0400729 spin_lock(&blocked_delegations_lock);
NeilBrown6282cd52014-06-04 17:39:26 +1000730 if (seconds_since_boot() - bd->swap_time > 30) {
731 bd->entries -= bd->old_entries;
732 bd->old_entries = bd->entries;
733 memset(bd->set[bd->new], 0,
734 sizeof(bd->set[0]));
735 bd->new = 1-bd->new;
736 bd->swap_time = seconds_since_boot();
737 }
Jeff Laytonf54fe962014-07-25 07:34:26 -0400738 spin_unlock(&blocked_delegations_lock);
NeilBrown6282cd52014-06-04 17:39:26 +1000739 }
Daniel Borkmann87545892014-12-10 16:33:11 +0100740 hash = jhash(&fh->fh_base, fh->fh_size, 0);
NeilBrown6282cd52014-06-04 17:39:26 +1000741 if (test_bit(hash&255, bd->set[0]) &&
742 test_bit((hash>>8)&255, bd->set[0]) &&
743 test_bit((hash>>16)&255, bd->set[0]))
744 return 1;
745
746 if (test_bit(hash&255, bd->set[1]) &&
747 test_bit((hash>>8)&255, bd->set[1]) &&
748 test_bit((hash>>16)&255, bd->set[1]))
749 return 1;
750
751 return 0;
752}
753
754static void block_delegations(struct knfsd_fh *fh)
755{
756 u32 hash;
757 struct bloom_pair *bd = &blocked_delegations;
758
Daniel Borkmann87545892014-12-10 16:33:11 +0100759 hash = jhash(&fh->fh_base, fh->fh_size, 0);
NeilBrown6282cd52014-06-04 17:39:26 +1000760
Jeff Laytonf54fe962014-07-25 07:34:26 -0400761 spin_lock(&blocked_delegations_lock);
NeilBrown6282cd52014-06-04 17:39:26 +1000762 __set_bit(hash&255, bd->set[bd->new]);
763 __set_bit((hash>>8)&255, bd->set[bd->new]);
764 __set_bit((hash>>16)&255, bd->set[bd->new]);
765 if (bd->entries == 0)
766 bd->swap_time = seconds_since_boot();
767 bd->entries += 1;
Jeff Laytonf54fe962014-07-25 07:34:26 -0400768 spin_unlock(&blocked_delegations_lock);
NeilBrown6282cd52014-06-04 17:39:26 +1000769}
770
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771static struct nfs4_delegation *
Sachin Bhamare8287f002015-04-27 14:50:14 +0200772alloc_init_deleg(struct nfs4_client *clp, struct svc_fh *current_fh,
773 struct nfs4_clnt_odstate *odstate)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774{
775 struct nfs4_delegation *dp;
Trond Myklebust02a35082014-07-25 07:34:22 -0400776 long n;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700777
778 dprintk("NFSD alloc_init_deleg\n");
Trond Myklebust02a35082014-07-25 07:34:22 -0400779 n = atomic_long_inc_return(&num_delegations);
780 if (n < 0 || n > max_delegations)
781 goto out_dec;
NeilBrown6282cd52014-06-04 17:39:26 +1000782 if (delegation_blocked(&current_fh->fh_handle))
Trond Myklebust02a35082014-07-25 07:34:22 -0400783 goto out_dec;
J. Bruce Fields996e0932011-10-17 11:14:48 -0400784 dp = delegstateid(nfs4_alloc_stid(clp, deleg_slab));
NeilBrown5b2d21c2005-06-23 22:03:04 -0700785 if (dp == NULL)
Trond Myklebust02a35082014-07-25 07:34:22 -0400786 goto out_dec;
Trond Myklebust60116952014-07-29 21:34:06 -0400787
788 dp->dl_stid.sc_free = nfs4_free_deleg;
J. Bruce Fields2a74aba2011-09-23 17:20:02 -0400789 /*
790 * delegation seqid's are never incremented. The 4.1 special
J. Bruce Fields6136d2b2011-09-23 16:21:15 -0400791 * meaning of seqid 0 isn't meaningful, really, but let's avoid
792 * 0 anyway just for consistency and use 1:
J. Bruce Fields2a74aba2011-09-23 17:20:02 -0400793 */
794 dp->dl_stid.sc_stateid.si_generation = 1;
NeilBrownea1da632005-06-23 22:04:17 -0700795 INIT_LIST_HEAD(&dp->dl_perfile);
796 INIT_LIST_HEAD(&dp->dl_perclnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700797 INIT_LIST_HEAD(&dp->dl_recall_lru);
Sachin Bhamare8287f002015-04-27 14:50:14 +0200798 dp->dl_clnt_odstate = odstate;
799 get_clnt_odstate(odstate);
J. Bruce Fields99c41512013-05-21 16:21:25 -0400800 dp->dl_type = NFS4_OPEN_DELEGATE_READ;
Christoph Hellwigf0b5de12014-09-24 12:19:18 +0200801 dp->dl_retries = 1;
802 nfsd4_init_cb(&dp->dl_recall, dp->dl_stid.sc_client,
Christoph Hellwig0162ac22014-09-24 12:19:19 +0200803 &nfsd4_cb_recall_ops, NFSPROC4_CLNT_CB_RECALL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804 return dp;
Trond Myklebust02a35082014-07-25 07:34:22 -0400805out_dec:
806 atomic_long_dec(&num_delegations);
807 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808}
809
810void
Trond Myklebust60116952014-07-29 21:34:06 -0400811nfs4_put_stid(struct nfs4_stid *s)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812{
Trond Myklebust11b91642014-07-29 21:34:08 -0400813 struct nfs4_file *fp = s->sc_file;
Trond Myklebust60116952014-07-29 21:34:06 -0400814 struct nfs4_client *clp = s->sc_client;
815
Jeff Layton4770d722014-07-29 21:34:10 -0400816 might_lock(&clp->cl_lock);
817
Jeff Laytonb401be222014-07-29 21:34:33 -0400818 if (!atomic_dec_and_lock(&s->sc_count, &clp->cl_lock)) {
819 wake_up_all(&close_wq);
Trond Myklebust60116952014-07-29 21:34:06 -0400820 return;
Jeff Laytonb401be222014-07-29 21:34:33 -0400821 }
Trond Myklebust60116952014-07-29 21:34:06 -0400822 idr_remove(&clp->cl_stateids, s->sc_stateid.si_opaque.so_id);
Jeff Layton4770d722014-07-29 21:34:10 -0400823 spin_unlock(&clp->cl_lock);
Trond Myklebust60116952014-07-29 21:34:06 -0400824 s->sc_free(s);
Trond Myklebust11b91642014-07-29 21:34:08 -0400825 if (fp)
826 put_nfs4_file(fp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827}
828
Jeff Layton9767feb2015-10-01 09:05:50 -0400829void
830nfs4_inc_and_copy_stateid(stateid_t *dst, struct nfs4_stid *stid)
831{
832 stateid_t *src = &stid->sc_stateid;
833
834 spin_lock(&stid->sc_lock);
835 if (unlikely(++src->si_generation == 0))
836 src->si_generation = 1;
837 memcpy(dst, src, sizeof(*dst));
838 spin_unlock(&stid->sc_lock);
839}
840
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -0500841static void nfs4_put_deleg_lease(struct nfs4_file *fp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842{
Jeff Layton6bcc0342014-08-09 10:22:40 -0400843 struct file *filp = NULL;
Jeff Layton417c6622014-07-21 09:34:57 -0400844
Jeff Layton6bcc0342014-08-09 10:22:40 -0400845 spin_lock(&fp->fi_lock);
Jeff Layton67db1032014-12-13 09:11:40 -0500846 if (fp->fi_deleg_file && --fp->fi_delegees == 0)
Jeff Layton6bcc0342014-08-09 10:22:40 -0400847 swap(filp, fp->fi_deleg_file);
Jeff Layton6bcc0342014-08-09 10:22:40 -0400848 spin_unlock(&fp->fi_lock);
849
850 if (filp) {
Christoph Hellwig2ab99ee2015-01-21 19:14:02 +0100851 vfs_setlease(filp, F_UNLCK, NULL, (void **)&fp);
Jeff Layton6bcc0342014-08-09 10:22:40 -0400852 fput(filp);
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -0500853 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854}
855
Christoph Hellwigcd61c522014-08-14 08:44:57 +0200856void nfs4_unhash_stid(struct nfs4_stid *s)
J. Bruce Fields6136d2b2011-09-23 16:21:15 -0400857{
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500858 s->sc_type = 0;
J. Bruce Fields6136d2b2011-09-23 16:21:15 -0400859}
860
Andrew Elble34ed9872015-10-15 12:07:28 -0400861/**
862 * nfs4_get_existing_delegation - Discover if this delegation already exists
863 * @clp: a pointer to the nfs4_client we're granting a delegation to
864 * @fp: a pointer to the nfs4_file we're granting a delegation on
865 *
866 * Return:
867 * On success: NULL if an existing delegation was not found.
868 *
869 * On error: -EAGAIN if one was previously granted to this nfs4_client
870 * for this nfs4_file.
871 *
872 */
873
874static int
875nfs4_get_existing_delegation(struct nfs4_client *clp, struct nfs4_file *fp)
Benny Halevy931ee562014-05-30 09:09:27 -0400876{
Andrew Elble34ed9872015-10-15 12:07:28 -0400877 struct nfs4_delegation *searchdp = NULL;
878 struct nfs4_client *searchclp = NULL;
879
Benny Halevycdc97502014-05-30 09:09:30 -0400880 lockdep_assert_held(&state_lock);
Jeff Layton417c6622014-07-21 09:34:57 -0400881 lockdep_assert_held(&fp->fi_lock);
Benny Halevy931ee562014-05-30 09:09:27 -0400882
Andrew Elble34ed9872015-10-15 12:07:28 -0400883 list_for_each_entry(searchdp, &fp->fi_delegations, dl_perfile) {
884 searchclp = searchdp->dl_stid.sc_client;
885 if (clp == searchclp) {
886 return -EAGAIN;
887 }
888 }
889 return 0;
890}
891
892/**
893 * hash_delegation_locked - Add a delegation to the appropriate lists
894 * @dp: a pointer to the nfs4_delegation we are adding.
895 * @fp: a pointer to the nfs4_file we're granting a delegation on
896 *
897 * Return:
898 * On success: NULL if the delegation was successfully hashed.
899 *
900 * On error: -EAGAIN if one was previously granted to this
901 * nfs4_client for this nfs4_file. Delegation is not hashed.
902 *
903 */
904
905static int
906hash_delegation_locked(struct nfs4_delegation *dp, struct nfs4_file *fp)
907{
908 int status;
909 struct nfs4_client *clp = dp->dl_stid.sc_client;
910
911 lockdep_assert_held(&state_lock);
912 lockdep_assert_held(&fp->fi_lock);
913
914 status = nfs4_get_existing_delegation(clp, fp);
915 if (status)
916 return status;
917 ++fp->fi_delegees;
Trond Myklebust67cb1272014-07-29 21:34:17 -0400918 atomic_inc(&dp->dl_stid.sc_count);
Benny Halevy3fb87d12014-05-30 09:09:31 -0400919 dp->dl_stid.sc_type = NFS4_DELEG_STID;
Benny Halevy931ee562014-05-30 09:09:27 -0400920 list_add(&dp->dl_perfile, &fp->fi_delegations);
Andrew Elble34ed9872015-10-15 12:07:28 -0400921 list_add(&dp->dl_perclnt, &clp->cl_delegations);
922 return 0;
Benny Halevy931ee562014-05-30 09:09:27 -0400923}
924
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400925static bool
Jeff Layton42690672014-07-25 07:34:20 -0400926unhash_delegation_locked(struct nfs4_delegation *dp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927{
Trond Myklebust11b91642014-07-29 21:34:08 -0400928 struct nfs4_file *fp = dp->dl_stid.sc_file;
Jeff Layton02e12152014-07-16 10:31:57 -0400929
Jeff Layton42690672014-07-25 07:34:20 -0400930 lockdep_assert_held(&state_lock);
931
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400932 if (list_empty(&dp->dl_perfile))
933 return false;
934
Trond Myklebustb0fc29d2014-07-16 10:31:59 -0400935 dp->dl_stid.sc_type = NFS4_CLOSED_DELEG_STID;
Jeff Laytond55a1662014-07-22 13:52:06 -0400936 /* Ensure that deleg break won't try to requeue it */
937 ++dp->dl_time;
Jeff Layton417c6622014-07-21 09:34:57 -0400938 spin_lock(&fp->fi_lock);
Benny Halevy931ee562014-05-30 09:09:27 -0400939 list_del_init(&dp->dl_perclnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940 list_del_init(&dp->dl_recall_lru);
Jeff Layton02e12152014-07-16 10:31:57 -0400941 list_del_init(&dp->dl_perfile);
942 spin_unlock(&fp->fi_lock);
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400943 return true;
J. Bruce Fields3bd64a52013-04-09 17:02:51 -0400944}
945
J. Bruce Fields3bd64a52013-04-09 17:02:51 -0400946static void destroy_delegation(struct nfs4_delegation *dp)
947{
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400948 bool unhashed;
949
Jeff Layton42690672014-07-25 07:34:20 -0400950 spin_lock(&state_lock);
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400951 unhashed = unhash_delegation_locked(dp);
Jeff Layton42690672014-07-25 07:34:20 -0400952 spin_unlock(&state_lock);
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400953 if (unhashed) {
954 put_clnt_odstate(dp->dl_clnt_odstate);
955 nfs4_put_deleg_lease(dp->dl_stid.sc_file);
956 nfs4_put_stid(&dp->dl_stid);
957 }
J. Bruce Fields3bd64a52013-04-09 17:02:51 -0400958}
959
960static void revoke_delegation(struct nfs4_delegation *dp)
961{
962 struct nfs4_client *clp = dp->dl_stid.sc_client;
963
Jeff Layton2d4a5322014-07-25 07:34:21 -0400964 WARN_ON(!list_empty(&dp->dl_recall_lru));
965
Sachin Bhamare8287f002015-04-27 14:50:14 +0200966 put_clnt_odstate(dp->dl_clnt_odstate);
Jeff Laytonafbda402014-08-09 10:22:41 -0400967 nfs4_put_deleg_lease(dp->dl_stid.sc_file);
968
J. Bruce Fields3bd64a52013-04-09 17:02:51 -0400969 if (clp->cl_minorversion == 0)
Trond Myklebust60116952014-07-29 21:34:06 -0400970 nfs4_put_stid(&dp->dl_stid);
J. Bruce Fields3bd64a52013-04-09 17:02:51 -0400971 else {
J. Bruce Fields3bd64a52013-04-09 17:02:51 -0400972 dp->dl_stid.sc_type = NFS4_REVOKED_DELEG_STID;
Jeff Layton2d4a5322014-07-25 07:34:21 -0400973 spin_lock(&clp->cl_lock);
974 list_add(&dp->dl_recall_lru, &clp->cl_revoked);
975 spin_unlock(&clp->cl_lock);
J. Bruce Fields3bd64a52013-04-09 17:02:51 -0400976 }
977}
978
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979/*
980 * SETCLIENTID state
981 */
982
J. Bruce Fieldsddc04c42011-07-30 23:46:29 -0400983static unsigned int clientid_hashval(u32 id)
984{
985 return id & CLIENT_HASH_MASK;
986}
987
988static unsigned int clientstr_hashval(const char *name)
989{
990 return opaque_hashval(name, 8) & CLIENT_HASH_MASK;
991}
992
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993/*
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -0400994 * We store the NONE, READ, WRITE, and BOTH bits separately in the
995 * st_{access,deny}_bmap field of the stateid, in order to track not
996 * only what share bits are currently in force, but also what
997 * combinations of share bits previous opens have used. This allows us
998 * to enforce the recommendation of rfc 3530 14.2.19 that the server
999 * return an error if the client attempt to downgrade to a combination
1000 * of share bits not explicable by closing some of its previous opens.
1001 *
1002 * XXX: This enforcement is actually incomplete, since we don't keep
1003 * track of access/deny bit combinations; so, e.g., we allow:
1004 *
1005 * OPEN allow read, deny write
1006 * OPEN allow both, deny none
1007 * DOWNGRADE allow read, deny none
1008 *
1009 * which we should reject.
1010 */
Jeff Layton5ae037e2012-05-11 09:45:11 -04001011static unsigned int
1012bmap_to_share_mode(unsigned long bmap) {
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001013 int i;
Jeff Layton5ae037e2012-05-11 09:45:11 -04001014 unsigned int access = 0;
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001015
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001016 for (i = 1; i < 4; i++) {
1017 if (test_bit(i, &bmap))
Jeff Layton5ae037e2012-05-11 09:45:11 -04001018 access |= i;
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001019 }
Jeff Layton5ae037e2012-05-11 09:45:11 -04001020 return access;
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001021}
1022
Jeff Layton82c5ff12012-05-11 09:45:13 -04001023/* set share access for a given stateid */
1024static inline void
1025set_access(u32 access, struct nfs4_ol_stateid *stp)
1026{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001027 unsigned char mask = 1 << access;
1028
1029 WARN_ON_ONCE(access > NFS4_SHARE_ACCESS_BOTH);
1030 stp->st_access_bmap |= mask;
Jeff Layton82c5ff12012-05-11 09:45:13 -04001031}
1032
1033/* clear share access for a given stateid */
1034static inline void
1035clear_access(u32 access, struct nfs4_ol_stateid *stp)
1036{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001037 unsigned char mask = 1 << access;
1038
1039 WARN_ON_ONCE(access > NFS4_SHARE_ACCESS_BOTH);
1040 stp->st_access_bmap &= ~mask;
Jeff Layton82c5ff12012-05-11 09:45:13 -04001041}
1042
1043/* test whether a given stateid has access */
1044static inline bool
1045test_access(u32 access, struct nfs4_ol_stateid *stp)
1046{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001047 unsigned char mask = 1 << access;
1048
1049 return (bool)(stp->st_access_bmap & mask);
Jeff Layton82c5ff12012-05-11 09:45:13 -04001050}
1051
Jeff Laytonce0fc432012-05-11 09:45:14 -04001052/* set share deny for a given stateid */
1053static inline void
Jeff Laytonc11c5912014-07-10 14:07:30 -04001054set_deny(u32 deny, struct nfs4_ol_stateid *stp)
Jeff Laytonce0fc432012-05-11 09:45:14 -04001055{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001056 unsigned char mask = 1 << deny;
1057
1058 WARN_ON_ONCE(deny > NFS4_SHARE_DENY_BOTH);
1059 stp->st_deny_bmap |= mask;
Jeff Laytonce0fc432012-05-11 09:45:14 -04001060}
1061
1062/* clear share deny for a given stateid */
1063static inline void
Jeff Laytonc11c5912014-07-10 14:07:30 -04001064clear_deny(u32 deny, struct nfs4_ol_stateid *stp)
Jeff Laytonce0fc432012-05-11 09:45:14 -04001065{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001066 unsigned char mask = 1 << deny;
1067
1068 WARN_ON_ONCE(deny > NFS4_SHARE_DENY_BOTH);
1069 stp->st_deny_bmap &= ~mask;
Jeff Laytonce0fc432012-05-11 09:45:14 -04001070}
1071
1072/* test whether a given stateid is denying specific access */
1073static inline bool
Jeff Laytonc11c5912014-07-10 14:07:30 -04001074test_deny(u32 deny, struct nfs4_ol_stateid *stp)
Jeff Laytonce0fc432012-05-11 09:45:14 -04001075{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001076 unsigned char mask = 1 << deny;
1077
1078 return (bool)(stp->st_deny_bmap & mask);
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001079}
1080
1081static int nfs4_access_to_omode(u32 access)
1082{
J. Bruce Fields8f34a432010-09-02 15:23:16 -04001083 switch (access & NFS4_SHARE_ACCESS_BOTH) {
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001084 case NFS4_SHARE_ACCESS_READ:
1085 return O_RDONLY;
1086 case NFS4_SHARE_ACCESS_WRITE:
1087 return O_WRONLY;
1088 case NFS4_SHARE_ACCESS_BOTH:
1089 return O_RDWR;
1090 }
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05001091 WARN_ON_ONCE(1);
1092 return O_RDONLY;
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001093}
1094
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04001095/*
1096 * A stateid that had a deny mode associated with it is being released
1097 * or downgraded. Recalculate the deny mode on the file.
1098 */
1099static void
1100recalculate_deny_mode(struct nfs4_file *fp)
1101{
1102 struct nfs4_ol_stateid *stp;
1103
1104 spin_lock(&fp->fi_lock);
1105 fp->fi_share_deny = 0;
1106 list_for_each_entry(stp, &fp->fi_stateids, st_perfile)
1107 fp->fi_share_deny |= bmap_to_share_mode(stp->st_deny_bmap);
1108 spin_unlock(&fp->fi_lock);
1109}
1110
1111static void
1112reset_union_bmap_deny(u32 deny, struct nfs4_ol_stateid *stp)
1113{
1114 int i;
1115 bool change = false;
1116
1117 for (i = 1; i < 4; i++) {
1118 if ((i & deny) != i) {
1119 change = true;
1120 clear_deny(i, stp);
1121 }
1122 }
1123
1124 /* Recalculate per-file deny mode if there was a change */
1125 if (change)
Trond Myklebust11b91642014-07-29 21:34:08 -04001126 recalculate_deny_mode(stp->st_stid.sc_file);
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04001127}
1128
Jeff Layton82c5ff12012-05-11 09:45:13 -04001129/* release all access and file references for a given stateid */
1130static void
1131release_all_access(struct nfs4_ol_stateid *stp)
1132{
1133 int i;
Trond Myklebust11b91642014-07-29 21:34:08 -04001134 struct nfs4_file *fp = stp->st_stid.sc_file;
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04001135
1136 if (fp && stp->st_deny_bmap != 0)
1137 recalculate_deny_mode(fp);
Jeff Layton82c5ff12012-05-11 09:45:13 -04001138
1139 for (i = 1; i < 4; i++) {
1140 if (test_access(i, stp))
Trond Myklebust11b91642014-07-29 21:34:08 -04001141 nfs4_file_put_access(stp->st_stid.sc_file, i);
Jeff Layton82c5ff12012-05-11 09:45:13 -04001142 clear_access(i, stp);
1143 }
1144}
1145
Kinglong Meed50ffde2015-07-16 12:05:07 +08001146static inline void nfs4_free_stateowner(struct nfs4_stateowner *sop)
1147{
1148 kfree(sop->so_owner.data);
1149 sop->so_ops->so_free(sop);
1150}
1151
Jeff Layton6b180f02014-07-29 21:34:26 -04001152static void nfs4_put_stateowner(struct nfs4_stateowner *sop)
1153{
Jeff Laytona819ecc2014-07-29 21:34:38 -04001154 struct nfs4_client *clp = sop->so_client;
1155
1156 might_lock(&clp->cl_lock);
1157
1158 if (!atomic_dec_and_lock(&sop->so_count, &clp->cl_lock))
Jeff Layton6b180f02014-07-29 21:34:26 -04001159 return;
Jeff Layton8f4b54c2014-07-29 21:34:29 -04001160 sop->so_ops->so_unhash(sop);
Jeff Laytona819ecc2014-07-29 21:34:38 -04001161 spin_unlock(&clp->cl_lock);
Kinglong Meed50ffde2015-07-16 12:05:07 +08001162 nfs4_free_stateowner(sop);
Jeff Layton6b180f02014-07-29 21:34:26 -04001163}
1164
Jeff Laytone8568732015-08-24 12:41:47 -04001165static bool unhash_ol_stateid(struct nfs4_ol_stateid *stp)
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001166{
Trond Myklebust11b91642014-07-29 21:34:08 -04001167 struct nfs4_file *fp = stp->st_stid.sc_file;
Trond Myklebust1d31a252014-07-10 14:07:25 -04001168
Jeff Layton1c755dc2014-07-29 21:34:12 -04001169 lockdep_assert_held(&stp->st_stateowner->so_client->cl_lock);
1170
Jeff Laytone8568732015-08-24 12:41:47 -04001171 if (list_empty(&stp->st_perfile))
1172 return false;
1173
Trond Myklebust1d31a252014-07-10 14:07:25 -04001174 spin_lock(&fp->fi_lock);
Jeff Laytone8568732015-08-24 12:41:47 -04001175 list_del_init(&stp->st_perfile);
Trond Myklebust1d31a252014-07-10 14:07:25 -04001176 spin_unlock(&fp->fi_lock);
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001177 list_del(&stp->st_perstateowner);
Jeff Laytone8568732015-08-24 12:41:47 -04001178 return true;
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001179}
1180
Trond Myklebust60116952014-07-29 21:34:06 -04001181static void nfs4_free_ol_stateid(struct nfs4_stid *stid)
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001182{
Trond Myklebust60116952014-07-29 21:34:06 -04001183 struct nfs4_ol_stateid *stp = openlockstateid(stid);
J. Bruce Fields4665e2b2011-09-06 14:50:49 -04001184
Sachin Bhamare8287f002015-04-27 14:50:14 +02001185 put_clnt_odstate(stp->st_clnt_odstate);
Trond Myklebust60116952014-07-29 21:34:06 -04001186 release_all_access(stp);
Jeff Laytond3134b12014-07-29 21:34:32 -04001187 if (stp->st_stateowner)
1188 nfs4_put_stateowner(stp->st_stateowner);
Trond Myklebust60116952014-07-29 21:34:06 -04001189 kmem_cache_free(stateid_slab, stid);
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001190}
1191
Jeff Laytonb49e0842014-07-29 21:34:11 -04001192static void nfs4_free_lock_stateid(struct nfs4_stid *stid)
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001193{
Jeff Laytonb49e0842014-07-29 21:34:11 -04001194 struct nfs4_ol_stateid *stp = openlockstateid(stid);
1195 struct nfs4_lockowner *lo = lockowner(stp->st_stateowner);
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001196 struct file *file;
1197
Jeff Laytonb49e0842014-07-29 21:34:11 -04001198 file = find_any_file(stp->st_stid.sc_file);
1199 if (file)
1200 filp_close(file, (fl_owner_t)lo);
1201 nfs4_free_ol_stateid(stid);
1202}
1203
Jeff Layton2c41beb2014-07-29 21:34:41 -04001204/*
1205 * Put the persistent reference to an already unhashed generic stateid, while
1206 * holding the cl_lock. If it's the last reference, then put it onto the
1207 * reaplist for later destruction.
1208 */
1209static void put_ol_stateid_locked(struct nfs4_ol_stateid *stp,
1210 struct list_head *reaplist)
1211{
1212 struct nfs4_stid *s = &stp->st_stid;
1213 struct nfs4_client *clp = s->sc_client;
1214
1215 lockdep_assert_held(&clp->cl_lock);
1216
1217 WARN_ON_ONCE(!list_empty(&stp->st_locks));
1218
1219 if (!atomic_dec_and_test(&s->sc_count)) {
1220 wake_up_all(&close_wq);
1221 return;
1222 }
1223
1224 idr_remove(&clp->cl_stateids, s->sc_stateid.si_opaque.so_id);
1225 list_add(&stp->st_locks, reaplist);
1226}
1227
Jeff Laytone8568732015-08-24 12:41:47 -04001228static bool unhash_lock_stateid(struct nfs4_ol_stateid *stp)
Jeff Layton3c1c9952014-07-29 21:34:39 -04001229{
1230 struct nfs4_openowner *oo = openowner(stp->st_openstp->st_stateowner);
1231
1232 lockdep_assert_held(&oo->oo_owner.so_client->cl_lock);
1233
1234 list_del_init(&stp->st_locks);
Christoph Hellwigcd61c522014-08-14 08:44:57 +02001235 nfs4_unhash_stid(&stp->st_stid);
Jeff Laytone8568732015-08-24 12:41:47 -04001236 return unhash_ol_stateid(stp);
Jeff Layton3c1c9952014-07-29 21:34:39 -04001237}
1238
Jeff Layton5adfd882014-07-29 21:34:31 -04001239static void release_lock_stateid(struct nfs4_ol_stateid *stp)
Jeff Laytonb49e0842014-07-29 21:34:11 -04001240{
Jeff Layton1c755dc2014-07-29 21:34:12 -04001241 struct nfs4_openowner *oo = openowner(stp->st_openstp->st_stateowner);
Jeff Laytone8568732015-08-24 12:41:47 -04001242 bool unhashed;
Jeff Layton1c755dc2014-07-29 21:34:12 -04001243
1244 spin_lock(&oo->oo_owner.so_client->cl_lock);
Jeff Laytone8568732015-08-24 12:41:47 -04001245 unhashed = unhash_lock_stateid(stp);
Jeff Layton1c755dc2014-07-29 21:34:12 -04001246 spin_unlock(&oo->oo_owner.so_client->cl_lock);
Jeff Laytone8568732015-08-24 12:41:47 -04001247 if (unhashed)
1248 nfs4_put_stid(&stp->st_stid);
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001249}
1250
Trond Myklebustc58c6612014-07-29 21:34:35 -04001251static void unhash_lockowner_locked(struct nfs4_lockowner *lo)
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001252{
Trond Myklebustd4f04892014-07-29 21:34:36 -04001253 struct nfs4_client *clp = lo->lo_owner.so_client;
Trond Myklebustc58c6612014-07-29 21:34:35 -04001254
Trond Myklebustd4f04892014-07-29 21:34:36 -04001255 lockdep_assert_held(&clp->cl_lock);
Trond Myklebustc58c6612014-07-29 21:34:35 -04001256
Jeff Layton8f4b54c2014-07-29 21:34:29 -04001257 list_del_init(&lo->lo_owner.so_strhash);
1258}
1259
Jeff Layton2c41beb2014-07-29 21:34:41 -04001260/*
1261 * Free a list of generic stateids that were collected earlier after being
1262 * fully unhashed.
1263 */
1264static void
1265free_ol_stateid_reaplist(struct list_head *reaplist)
1266{
1267 struct nfs4_ol_stateid *stp;
Kinglong Meefb94d762014-08-05 21:20:27 +08001268 struct nfs4_file *fp;
Jeff Layton2c41beb2014-07-29 21:34:41 -04001269
1270 might_sleep();
1271
1272 while (!list_empty(reaplist)) {
1273 stp = list_first_entry(reaplist, struct nfs4_ol_stateid,
1274 st_locks);
1275 list_del(&stp->st_locks);
Kinglong Meefb94d762014-08-05 21:20:27 +08001276 fp = stp->st_stid.sc_file;
Jeff Layton2c41beb2014-07-29 21:34:41 -04001277 stp->st_stid.sc_free(&stp->st_stid);
Kinglong Meefb94d762014-08-05 21:20:27 +08001278 if (fp)
1279 put_nfs4_file(fp);
Jeff Layton2c41beb2014-07-29 21:34:41 -04001280 }
1281}
1282
Jeff Laytond83017f2014-07-29 21:34:42 -04001283static void release_open_stateid_locks(struct nfs4_ol_stateid *open_stp,
1284 struct list_head *reaplist)
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04001285{
1286 struct nfs4_ol_stateid *stp;
1287
Jeff Laytone8568732015-08-24 12:41:47 -04001288 lockdep_assert_held(&open_stp->st_stid.sc_client->cl_lock);
1289
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04001290 while (!list_empty(&open_stp->st_locks)) {
1291 stp = list_entry(open_stp->st_locks.next,
1292 struct nfs4_ol_stateid, st_locks);
Jeff Laytone8568732015-08-24 12:41:47 -04001293 WARN_ON(!unhash_lock_stateid(stp));
Jeff Laytond83017f2014-07-29 21:34:42 -04001294 put_ol_stateid_locked(stp, reaplist);
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001295 }
1296}
1297
Jeff Laytone8568732015-08-24 12:41:47 -04001298static bool unhash_open_stateid(struct nfs4_ol_stateid *stp,
Jeff Laytond83017f2014-07-29 21:34:42 -04001299 struct list_head *reaplist)
J. Bruce Fields22839632009-01-11 14:27:17 -05001300{
Jeff Laytone8568732015-08-24 12:41:47 -04001301 bool unhashed;
1302
Jeff Layton2c41beb2014-07-29 21:34:41 -04001303 lockdep_assert_held(&stp->st_stid.sc_client->cl_lock);
1304
Jeff Laytone8568732015-08-24 12:41:47 -04001305 unhashed = unhash_ol_stateid(stp);
Jeff Laytond83017f2014-07-29 21:34:42 -04001306 release_open_stateid_locks(stp, reaplist);
Jeff Laytone8568732015-08-24 12:41:47 -04001307 return unhashed;
J. Bruce Fields38c387b2011-09-16 17:42:48 -04001308}
1309
1310static void release_open_stateid(struct nfs4_ol_stateid *stp)
1311{
Jeff Layton2c41beb2014-07-29 21:34:41 -04001312 LIST_HEAD(reaplist);
1313
1314 spin_lock(&stp->st_stid.sc_client->cl_lock);
Jeff Laytone8568732015-08-24 12:41:47 -04001315 if (unhash_open_stateid(stp, &reaplist))
1316 put_ol_stateid_locked(stp, &reaplist);
Jeff Layton2c41beb2014-07-29 21:34:41 -04001317 spin_unlock(&stp->st_stid.sc_client->cl_lock);
1318 free_ol_stateid_reaplist(&reaplist);
J. Bruce Fields22839632009-01-11 14:27:17 -05001319}
1320
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001321static void unhash_openowner_locked(struct nfs4_openowner *oo)
J. Bruce Fieldsf1d110c2009-01-11 14:37:31 -05001322{
Trond Myklebustd4f04892014-07-29 21:34:36 -04001323 struct nfs4_client *clp = oo->oo_owner.so_client;
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001324
Trond Myklebustd4f04892014-07-29 21:34:36 -04001325 lockdep_assert_held(&clp->cl_lock);
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001326
Jeff Layton8f4b54c2014-07-29 21:34:29 -04001327 list_del_init(&oo->oo_owner.so_strhash);
1328 list_del_init(&oo->oo_perclient);
J. Bruce Fieldsf1d110c2009-01-11 14:37:31 -05001329}
1330
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001331static void release_last_closed_stateid(struct nfs4_openowner *oo)
1332{
Jeff Layton217526e2014-07-30 08:27:11 -04001333 struct nfsd_net *nn = net_generic(oo->oo_owner.so_client->net,
1334 nfsd_net_id);
1335 struct nfs4_ol_stateid *s;
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001336
Jeff Layton217526e2014-07-30 08:27:11 -04001337 spin_lock(&nn->client_lock);
1338 s = oo->oo_last_closed_stid;
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001339 if (s) {
Jeff Laytond3134b12014-07-29 21:34:32 -04001340 list_del_init(&oo->oo_close_lru);
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001341 oo->oo_last_closed_stid = NULL;
1342 }
Jeff Layton217526e2014-07-30 08:27:11 -04001343 spin_unlock(&nn->client_lock);
1344 if (s)
1345 nfs4_put_stid(&s->st_stid);
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001346}
1347
Jeff Layton2c41beb2014-07-29 21:34:41 -04001348static void release_openowner(struct nfs4_openowner *oo)
Jeff Layton8f4b54c2014-07-29 21:34:29 -04001349{
1350 struct nfs4_ol_stateid *stp;
Trond Myklebustd4f04892014-07-29 21:34:36 -04001351 struct nfs4_client *clp = oo->oo_owner.so_client;
Jeff Layton2c41beb2014-07-29 21:34:41 -04001352 struct list_head reaplist;
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001353
Jeff Layton2c41beb2014-07-29 21:34:41 -04001354 INIT_LIST_HEAD(&reaplist);
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001355
Trond Myklebustd4f04892014-07-29 21:34:36 -04001356 spin_lock(&clp->cl_lock);
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001357 unhash_openowner_locked(oo);
Jeff Layton2c41beb2014-07-29 21:34:41 -04001358 while (!list_empty(&oo->oo_owner.so_stateids)) {
1359 stp = list_first_entry(&oo->oo_owner.so_stateids,
1360 struct nfs4_ol_stateid, st_perstateowner);
Jeff Laytone8568732015-08-24 12:41:47 -04001361 if (unhash_open_stateid(stp, &reaplist))
1362 put_ol_stateid_locked(stp, &reaplist);
Jeff Layton2c41beb2014-07-29 21:34:41 -04001363 }
Trond Myklebustd4f04892014-07-29 21:34:36 -04001364 spin_unlock(&clp->cl_lock);
Jeff Layton2c41beb2014-07-29 21:34:41 -04001365 free_ol_stateid_reaplist(&reaplist);
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001366 release_last_closed_stateid(oo);
Jeff Layton6b180f02014-07-29 21:34:26 -04001367 nfs4_put_stateowner(&oo->oo_owner);
J. Bruce Fieldsf1d110c2009-01-11 14:37:31 -05001368}
1369
Marc Eshel5282fd72009-04-03 08:27:52 +03001370static inline int
1371hash_sessionid(struct nfs4_sessionid *sessionid)
1372{
1373 struct nfsd4_sessionid *sid = (struct nfsd4_sessionid *)sessionid;
1374
1375 return sid->sequence % SESSION_HASH_SIZE;
1376}
1377
Mark Salter135dd002015-04-06 09:46:00 -04001378#ifdef CONFIG_SUNRPC_DEBUG
Marc Eshel5282fd72009-04-03 08:27:52 +03001379static inline void
1380dump_sessionid(const char *fn, struct nfs4_sessionid *sessionid)
1381{
1382 u32 *ptr = (u32 *)(&sessionid->data[0]);
1383 dprintk("%s: %u:%u:%u:%u\n", fn, ptr[0], ptr[1], ptr[2], ptr[3]);
1384}
Trond Myklebust8f199b82012-03-20 15:11:17 -04001385#else
1386static inline void
1387dump_sessionid(const char *fn, struct nfs4_sessionid *sessionid)
1388{
1389}
1390#endif
1391
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04001392/*
1393 * Bump the seqid on cstate->replay_owner, and clear replay_owner if it
1394 * won't be used for replay.
1395 */
1396void nfsd4_bump_seqid(struct nfsd4_compound_state *cstate, __be32 nfserr)
1397{
1398 struct nfs4_stateowner *so = cstate->replay_owner;
1399
1400 if (nfserr == nfserr_replay_me)
1401 return;
1402
1403 if (!seqid_mutating_err(ntohl(nfserr))) {
Jeff Layton58fb12e2014-07-29 21:34:27 -04001404 nfsd4_cstate_clear_replay(cstate);
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04001405 return;
1406 }
1407 if (!so)
1408 return;
1409 if (so->so_is_open_owner)
1410 release_last_closed_stateid(openowner(so));
1411 so->so_seqid++;
1412 return;
1413}
Marc Eshel5282fd72009-04-03 08:27:52 +03001414
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001415static void
1416gen_sessionid(struct nfsd4_session *ses)
1417{
1418 struct nfs4_client *clp = ses->se_client;
1419 struct nfsd4_sessionid *sid;
1420
1421 sid = (struct nfsd4_sessionid *)ses->se_sessionid.data;
1422 sid->clientid = clp->cl_clientid;
1423 sid->sequence = current_sessionid++;
1424 sid->reserved = 0;
1425}
1426
1427/*
Andy Adamsona6496372009-08-28 08:45:01 -04001428 * The protocol defines ca_maxresponssize_cached to include the size of
1429 * the rpc header, but all we need to cache is the data starting after
1430 * the end of the initial SEQUENCE operation--the rest we regenerate
1431 * each time. Therefore we can advertise a ca_maxresponssize_cached
1432 * value that is the number of bytes in our cache plus a few additional
1433 * bytes. In order to stay on the safe side, and not promise more than
1434 * we can cache, those additional bytes must be the minimum possible: 24
1435 * bytes of rpc header (xid through accept state, with AUTH_NULL
1436 * verifier), 12 for the compound header (with zero-length tag), and 44
1437 * for the SEQUENCE op response:
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001438 */
Andy Adamsona6496372009-08-28 08:45:01 -04001439#define NFSD_MIN_HDR_SEQ_SZ (24 + 12 + 44)
1440
Andy Adamson557ce262009-08-28 08:45:04 -04001441static void
1442free_session_slots(struct nfsd4_session *ses)
1443{
1444 int i;
1445
1446 for (i = 0; i < ses->se_fchannel.maxreqs; i++)
1447 kfree(ses->se_slots[i]);
1448}
1449
J. Bruce Fieldsefe0cb62009-10-24 20:52:16 -04001450/*
1451 * We don't actually need to cache the rpc and session headers, so we
1452 * can allocate a little less for each slot:
1453 */
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001454static inline u32 slot_bytes(struct nfsd4_channel_attrs *ca)
J. Bruce Fieldsefe0cb62009-10-24 20:52:16 -04001455{
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001456 u32 size;
J. Bruce Fieldsefe0cb62009-10-24 20:52:16 -04001457
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001458 if (ca->maxresp_cached < NFSD_MIN_HDR_SEQ_SZ)
1459 size = 0;
1460 else
1461 size = ca->maxresp_cached - NFSD_MIN_HDR_SEQ_SZ;
1462 return size + sizeof(struct nfsd4_slot);
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001463}
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001464
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001465/*
1466 * XXX: If we run out of reserved DRC memory we could (up to a point)
1467 * re-negotiate active sessions and reduce their slot usage to make
Justin P. Mattock42b2aa82011-11-28 20:31:00 -08001468 * room for new connections. For now we just fail the create session.
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001469 */
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001470static u32 nfsd4_get_drc_mem(struct nfsd4_channel_attrs *ca)
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001471{
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001472 u32 slotsize = slot_bytes(ca);
1473 u32 num = ca->maxreqs;
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001474 int avail;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001475
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001476 spin_lock(&nfsd_drc_lock);
Zhang Yanfei697ce9b2013-02-22 16:35:47 -08001477 avail = min((unsigned long)NFSD_MAX_MEM_PER_SESSION,
1478 nfsd_drc_max_mem - nfsd_drc_mem_used);
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001479 num = min_t(int, num, avail / slotsize);
1480 nfsd_drc_mem_used += num * slotsize;
1481 spin_unlock(&nfsd_drc_lock);
1482
1483 return num;
1484}
1485
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001486static void nfsd4_put_drc_mem(struct nfsd4_channel_attrs *ca)
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001487{
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001488 int slotsize = slot_bytes(ca);
1489
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001490 spin_lock(&nfsd_drc_lock);
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001491 nfsd_drc_mem_used -= slotsize * ca->maxreqs;
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001492 spin_unlock(&nfsd_drc_lock);
1493}
1494
Kinglong Mee60810e52014-01-01 00:35:47 +08001495static struct nfsd4_session *alloc_session(struct nfsd4_channel_attrs *fattrs,
1496 struct nfsd4_channel_attrs *battrs)
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001497{
Kinglong Mee60810e52014-01-01 00:35:47 +08001498 int numslots = fattrs->maxreqs;
1499 int slotsize = slot_bytes(fattrs);
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001500 struct nfsd4_session *new;
1501 int mem, i;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001502
J. Bruce Fieldsc23753d2010-09-27 16:22:30 -04001503 BUILD_BUG_ON(NFSD_MAX_SLOTS_PER_SESSION * sizeof(struct nfsd4_slot *)
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001504 + sizeof(struct nfsd4_session) > PAGE_SIZE);
1505 mem = numslots * sizeof(struct nfsd4_slot *);
Andy Adamson557ce262009-08-28 08:45:04 -04001506
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001507 new = kzalloc(sizeof(*new) + mem, GFP_KERNEL);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001508 if (!new)
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001509 return NULL;
Andy Adamson557ce262009-08-28 08:45:04 -04001510 /* allocate each struct nfsd4_slot and data cache in one piece */
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001511 for (i = 0; i < numslots; i++) {
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001512 new->se_slots[i] = kzalloc(slotsize, GFP_KERNEL);
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001513 if (!new->se_slots[i])
Andy Adamson557ce262009-08-28 08:45:04 -04001514 goto out_free;
Andy Adamson557ce262009-08-28 08:45:04 -04001515 }
Kinglong Mee60810e52014-01-01 00:35:47 +08001516
1517 memcpy(&new->se_fchannel, fattrs, sizeof(struct nfsd4_channel_attrs));
1518 memcpy(&new->se_bchannel, battrs, sizeof(struct nfsd4_channel_attrs));
1519
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001520 return new;
1521out_free:
1522 while (i--)
1523 kfree(new->se_slots[i]);
1524 kfree(new);
1525 return NULL;
1526}
1527
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04001528static void free_conn(struct nfsd4_conn *c)
1529{
1530 svc_xprt_put(c->cn_xprt);
1531 kfree(c);
1532}
1533
1534static void nfsd4_conn_lost(struct svc_xpt_user *u)
1535{
1536 struct nfsd4_conn *c = container_of(u, struct nfsd4_conn, cn_xpt_user);
1537 struct nfs4_client *clp = c->cn_session->se_client;
1538
1539 spin_lock(&clp->cl_lock);
1540 if (!list_empty(&c->cn_persession)) {
1541 list_del(&c->cn_persession);
1542 free_conn(c);
1543 }
J. Bruce Fieldseea49802010-11-18 08:34:12 -05001544 nfsd4_probe_callback(clp);
J. Bruce Fields2e4b7232013-03-08 09:30:43 -05001545 spin_unlock(&clp->cl_lock);
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04001546}
1547
J. Bruce Fieldsd29c3742010-06-15 17:34:11 -04001548static struct nfsd4_conn *alloc_conn(struct svc_rqst *rqstp, u32 flags)
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001549{
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001550 struct nfsd4_conn *conn;
1551
1552 conn = kmalloc(sizeof(struct nfsd4_conn), GFP_KERNEL);
1553 if (!conn)
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001554 return NULL;
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001555 svc_xprt_get(rqstp->rq_xprt);
1556 conn->cn_xprt = rqstp->rq_xprt;
J. Bruce Fieldsd29c3742010-06-15 17:34:11 -04001557 conn->cn_flags = flags;
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001558 INIT_LIST_HEAD(&conn->cn_xpt_user.list);
1559 return conn;
1560}
1561
J. Bruce Fields328ead22010-09-29 16:11:06 -04001562static void __nfsd4_hash_conn(struct nfsd4_conn *conn, struct nfsd4_session *ses)
1563{
1564 conn->cn_session = ses;
1565 list_add(&conn->cn_persession, &ses->se_conns);
1566}
1567
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001568static void nfsd4_hash_conn(struct nfsd4_conn *conn, struct nfsd4_session *ses)
1569{
1570 struct nfs4_client *clp = ses->se_client;
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001571
1572 spin_lock(&clp->cl_lock);
J. Bruce Fields328ead22010-09-29 16:11:06 -04001573 __nfsd4_hash_conn(conn, ses);
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001574 spin_unlock(&clp->cl_lock);
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001575}
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001576
J. Bruce Fields21b75b02010-10-26 10:07:17 -04001577static int nfsd4_register_conn(struct nfsd4_conn *conn)
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001578{
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04001579 conn->cn_xpt_user.callback = nfsd4_conn_lost;
J. Bruce Fields21b75b02010-10-26 10:07:17 -04001580 return register_xpt_user(conn->cn_xprt, &conn->cn_xpt_user);
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001581}
1582
J. Bruce Fieldse1ff3712012-09-11 17:10:25 -04001583static void nfsd4_init_conn(struct svc_rqst *rqstp, struct nfsd4_conn *conn, struct nfsd4_session *ses)
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001584{
J. Bruce Fields21b75b02010-10-26 10:07:17 -04001585 int ret;
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001586
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001587 nfsd4_hash_conn(conn, ses);
J. Bruce Fields21b75b02010-10-26 10:07:17 -04001588 ret = nfsd4_register_conn(conn);
1589 if (ret)
1590 /* oops; xprt is already down: */
1591 nfsd4_conn_lost(&conn->cn_xpt_user);
J. Bruce Fields57a37142014-07-18 15:06:47 -04001592 /* We may have gained or lost a callback channel: */
1593 nfsd4_probe_callback_sync(ses->se_client);
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001594}
1595
J. Bruce Fieldse1ff3712012-09-11 17:10:25 -04001596static struct nfsd4_conn *alloc_conn_from_crses(struct svc_rqst *rqstp, struct nfsd4_create_session *cses)
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04001597{
1598 u32 dir = NFS4_CDFC4_FORE;
1599
J. Bruce Fieldse1ff3712012-09-11 17:10:25 -04001600 if (cses->flags & SESSION4_BACK_CHAN)
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04001601 dir |= NFS4_CDFC4_BACK;
J. Bruce Fieldse1ff3712012-09-11 17:10:25 -04001602 return alloc_conn(rqstp, dir);
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04001603}
1604
1605/* must be called under client_lock */
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04001606static void nfsd4_del_conns(struct nfsd4_session *s)
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001607{
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04001608 struct nfs4_client *clp = s->se_client;
1609 struct nfsd4_conn *c;
1610
1611 spin_lock(&clp->cl_lock);
1612 while (!list_empty(&s->se_conns)) {
1613 c = list_first_entry(&s->se_conns, struct nfsd4_conn, cn_persession);
1614 list_del_init(&c->cn_persession);
1615 spin_unlock(&clp->cl_lock);
1616
1617 unregister_xpt_user(c->cn_xprt, &c->cn_xpt_user);
1618 free_conn(c);
1619
1620 spin_lock(&clp->cl_lock);
1621 }
1622 spin_unlock(&clp->cl_lock);
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001623}
1624
J. Bruce Fields1377b692012-09-11 21:42:40 -04001625static void __free_session(struct nfsd4_session *ses)
1626{
J. Bruce Fields1377b692012-09-11 21:42:40 -04001627 free_session_slots(ses);
1628 kfree(ses);
1629}
1630
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04001631static void free_session(struct nfsd4_session *ses)
Benny Halevy508dc6e2012-02-23 17:40:52 -08001632{
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001633 nfsd4_del_conns(ses);
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001634 nfsd4_put_drc_mem(&ses->se_fchannel);
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001635 __free_session(ses);
J. Bruce Fieldsa827bcb2012-09-12 09:51:34 -04001636}
Andy Adamson557ce262009-08-28 08:45:04 -04001637
Fengguang Wu135ae822012-11-10 07:20:25 -05001638static void init_session(struct svc_rqst *rqstp, struct nfsd4_session *new, struct nfs4_client *clp, struct nfsd4_create_session *cses)
J. Bruce Fieldsa827bcb2012-09-12 09:51:34 -04001639{
J. Bruce Fieldsa827bcb2012-09-12 09:51:34 -04001640 int idx;
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03001641 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
J. Bruce Fieldsa827bcb2012-09-12 09:51:34 -04001642
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001643 new->se_client = clp;
1644 gen_sessionid(new);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001645
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001646 INIT_LIST_HEAD(&new->se_conns);
1647
J. Bruce Fieldsac7c46f2010-06-14 19:01:57 -04001648 new->se_cb_seq_nr = 1;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001649 new->se_flags = cses->flags;
J. Bruce Fields8b5ce5c2010-10-19 17:31:50 -04001650 new->se_cb_prog = cses->callback_prog;
J. Bruce Fieldsc6bb3ca2012-11-01 16:31:02 -04001651 new->se_cb_sec = cses->cb_sec;
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04001652 atomic_set(&new->se_ref, 0);
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001653 idx = hash_sessionid(&new->se_sessionid);
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03001654 list_add(&new->se_hash, &nn->sessionid_hashtbl[idx]);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001655 spin_lock(&clp->cl_lock);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001656 list_add(&new->se_perclnt, &clp->cl_sessions);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001657 spin_unlock(&clp->cl_lock);
Kinglong Mee60810e52014-01-01 00:35:47 +08001658
Chuck Leverb0d2e422014-08-22 15:10:59 -04001659 {
J. Bruce Fieldsedd76782010-06-14 22:26:31 -04001660 struct sockaddr *sa = svc_addr(rqstp);
J. Bruce Fieldsdcbeaa62010-06-15 17:25:45 -04001661 /*
1662 * This is a little silly; with sessions there's no real
1663 * use for the callback address. Use the peer address
1664 * as a reasonable default for now, but consider fixing
1665 * the rpc client not to require an address in the
1666 * future:
1667 */
J. Bruce Fieldsedd76782010-06-14 22:26:31 -04001668 rpc_copy_addr((struct sockaddr *)&clp->cl_cb_conn.cb_addr, sa);
1669 clp->cl_cb_conn.cb_addrlen = svc_addr_len(sa);
J. Bruce Fieldsedd76782010-06-14 22:26:31 -04001670 }
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001671}
1672
Benny Halevy9089f1b2010-05-12 00:12:26 +03001673/* caller must hold client_lock */
Marc Eshel5282fd72009-04-03 08:27:52 +03001674static struct nfsd4_session *
Trond Myklebustd4e19e702014-06-30 11:48:42 -04001675__find_in_sessionid_hashtbl(struct nfs4_sessionid *sessionid, struct net *net)
Marc Eshel5282fd72009-04-03 08:27:52 +03001676{
1677 struct nfsd4_session *elem;
1678 int idx;
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03001679 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Marc Eshel5282fd72009-04-03 08:27:52 +03001680
Trond Myklebust0a880a22014-07-30 08:27:10 -04001681 lockdep_assert_held(&nn->client_lock);
1682
Marc Eshel5282fd72009-04-03 08:27:52 +03001683 dump_sessionid(__func__, sessionid);
1684 idx = hash_sessionid(sessionid);
Marc Eshel5282fd72009-04-03 08:27:52 +03001685 /* Search in the appropriate list */
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03001686 list_for_each_entry(elem, &nn->sessionid_hashtbl[idx], se_hash) {
Marc Eshel5282fd72009-04-03 08:27:52 +03001687 if (!memcmp(elem->se_sessionid.data, sessionid->data,
1688 NFS4_MAX_SESSIONID_LEN)) {
1689 return elem;
1690 }
1691 }
1692
1693 dprintk("%s: session not found\n", __func__);
1694 return NULL;
1695}
1696
Trond Myklebustd4e19e702014-06-30 11:48:42 -04001697static struct nfsd4_session *
1698find_in_sessionid_hashtbl(struct nfs4_sessionid *sessionid, struct net *net,
1699 __be32 *ret)
1700{
1701 struct nfsd4_session *session;
1702 __be32 status = nfserr_badsession;
1703
1704 session = __find_in_sessionid_hashtbl(sessionid, net);
1705 if (!session)
1706 goto out;
1707 status = nfsd4_get_session_locked(session);
1708 if (status)
1709 session = NULL;
1710out:
1711 *ret = status;
1712 return session;
1713}
1714
Benny Halevy9089f1b2010-05-12 00:12:26 +03001715/* caller must hold client_lock */
Andy Adamson7116ed62009-04-03 08:27:43 +03001716static void
Marc Eshel5282fd72009-04-03 08:27:52 +03001717unhash_session(struct nfsd4_session *ses)
Andy Adamson7116ed62009-04-03 08:27:43 +03001718{
Trond Myklebust0a880a22014-07-30 08:27:10 -04001719 struct nfs4_client *clp = ses->se_client;
1720 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
1721
1722 lockdep_assert_held(&nn->client_lock);
1723
Andy Adamson7116ed62009-04-03 08:27:43 +03001724 list_del(&ses->se_hash);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001725 spin_lock(&ses->se_client->cl_lock);
Andy Adamson7116ed62009-04-03 08:27:43 +03001726 list_del(&ses->se_perclnt);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001727 spin_unlock(&ses->se_client->cl_lock);
Marc Eshel5282fd72009-04-03 08:27:52 +03001728}
1729
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730/* SETCLIENTID and SETCLIENTID_CONFIRM Helper functions */
1731static int
Stanislav Kinsbursky2c142ba2012-07-25 16:57:45 +04001732STALE_CLIENTID(clientid_t *clid, struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733{
J. Bruce Fieldsbbc7f332015-01-20 11:51:26 -05001734 /*
1735 * We're assuming the clid was not given out from a boot
1736 * precisely 2^32 (about 136 years) before this one. That seems
1737 * a safe assumption:
1738 */
1739 if (clid->cl_boot == (u32)nn->boot_time)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740 return 0;
Andy Adamson60adfc52009-04-03 08:28:50 +03001741 dprintk("NFSD stale clientid (%08x/%08x) boot_time %08lx\n",
Stanislav Kinsbursky2c142ba2012-07-25 16:57:45 +04001742 clid->cl_boot, clid->cl_id, nn->boot_time);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743 return 1;
1744}
1745
1746/*
1747 * XXX Should we use a slab cache ?
1748 * This type of memory management is somewhat inefficient, but we use it
1749 * anyway since SETCLIENTID is not a common operation.
1750 */
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001751static struct nfs4_client *alloc_client(struct xdr_netobj name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752{
1753 struct nfs4_client *clp;
Trond Myklebustd4f04892014-07-29 21:34:36 -04001754 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001756 clp = kzalloc(sizeof(struct nfs4_client), GFP_KERNEL);
1757 if (clp == NULL)
1758 return NULL;
Thomas Meyer67114fe2011-11-17 23:43:40 +01001759 clp->cl_name.data = kmemdup(name.data, name.len, GFP_KERNEL);
Trond Myklebustd4f04892014-07-29 21:34:36 -04001760 if (clp->cl_name.data == NULL)
1761 goto err_no_name;
1762 clp->cl_ownerstr_hashtbl = kmalloc(sizeof(struct list_head) *
1763 OWNER_HASH_SIZE, GFP_KERNEL);
1764 if (!clp->cl_ownerstr_hashtbl)
1765 goto err_no_hashtbl;
1766 for (i = 0; i < OWNER_HASH_SIZE; i++)
1767 INIT_LIST_HEAD(&clp->cl_ownerstr_hashtbl[i]);
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001768 clp->cl_name.len = name.len;
Trond Myklebust5694c932014-04-18 14:43:56 -04001769 INIT_LIST_HEAD(&clp->cl_sessions);
1770 idr_init(&clp->cl_stateids);
1771 atomic_set(&clp->cl_refcount, 0);
1772 clp->cl_cb_state = NFSD4_CB_UNKNOWN;
1773 INIT_LIST_HEAD(&clp->cl_idhash);
1774 INIT_LIST_HEAD(&clp->cl_openowners);
1775 INIT_LIST_HEAD(&clp->cl_delegations);
1776 INIT_LIST_HEAD(&clp->cl_lru);
Trond Myklebust5694c932014-04-18 14:43:56 -04001777 INIT_LIST_HEAD(&clp->cl_revoked);
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02001778#ifdef CONFIG_NFSD_PNFS
1779 INIT_LIST_HEAD(&clp->cl_lo_states);
1780#endif
Trond Myklebust5694c932014-04-18 14:43:56 -04001781 spin_lock_init(&clp->cl_lock);
1782 rpc_init_wait_queue(&clp->cl_cb_waitq, "Backchannel slot table");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001783 return clp;
Trond Myklebustd4f04892014-07-29 21:34:36 -04001784err_no_hashtbl:
1785 kfree(clp->cl_name.data);
1786err_no_name:
1787 kfree(clp);
1788 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789}
1790
Trond Myklebust4dd86e152014-04-18 14:43:58 -04001791static void
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792free_client(struct nfs4_client *clp)
1793{
J. Bruce Fields792c95d2010-10-12 19:55:25 -04001794 while (!list_empty(&clp->cl_sessions)) {
1795 struct nfsd4_session *ses;
1796 ses = list_entry(clp->cl_sessions.next, struct nfsd4_session,
1797 se_perclnt);
1798 list_del(&ses->se_perclnt);
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04001799 WARN_ON_ONCE(atomic_read(&ses->se_ref));
1800 free_session(ses);
J. Bruce Fields792c95d2010-10-12 19:55:25 -04001801 }
Trond Myklebust4cb57e32014-04-18 14:43:57 -04001802 rpc_destroy_wait_queue(&clp->cl_cb_waitq);
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04001803 free_svc_cred(&clp->cl_cred);
Trond Myklebustd4f04892014-07-29 21:34:36 -04001804 kfree(clp->cl_ownerstr_hashtbl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805 kfree(clp->cl_name.data);
majianpeng2d32b292013-01-29 13:16:06 +08001806 idr_destroy(&clp->cl_stateids);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807 kfree(clp);
1808}
1809
Benny Halevy84d38ac2010-05-12 00:13:16 +03001810/* must be called under the client_lock */
Trond Myklebust4beb3452014-07-30 08:27:02 -04001811static void
Benny Halevy84d38ac2010-05-12 00:13:16 +03001812unhash_client_locked(struct nfs4_client *clp)
1813{
Trond Myklebust4beb3452014-07-30 08:27:02 -04001814 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
J. Bruce Fields792c95d2010-10-12 19:55:25 -04001815 struct nfsd4_session *ses;
1816
Trond Myklebust0a880a22014-07-30 08:27:10 -04001817 lockdep_assert_held(&nn->client_lock);
1818
Trond Myklebust4beb3452014-07-30 08:27:02 -04001819 /* Mark the client as expired! */
1820 clp->cl_time = 0;
1821 /* Make it invisible */
1822 if (!list_empty(&clp->cl_idhash)) {
1823 list_del_init(&clp->cl_idhash);
1824 if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags))
1825 rb_erase(&clp->cl_namenode, &nn->conf_name_tree);
1826 else
1827 rb_erase(&clp->cl_namenode, &nn->unconf_name_tree);
1828 }
1829 list_del_init(&clp->cl_lru);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001830 spin_lock(&clp->cl_lock);
J. Bruce Fields792c95d2010-10-12 19:55:25 -04001831 list_for_each_entry(ses, &clp->cl_sessions, se_perclnt)
1832 list_del_init(&ses->se_hash);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001833 spin_unlock(&clp->cl_lock);
Benny Halevy84d38ac2010-05-12 00:13:16 +03001834}
1835
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836static void
Trond Myklebust4beb3452014-07-30 08:27:02 -04001837unhash_client(struct nfs4_client *clp)
1838{
1839 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
1840
1841 spin_lock(&nn->client_lock);
1842 unhash_client_locked(clp);
1843 spin_unlock(&nn->client_lock);
1844}
1845
Jeff Layton97403d92014-07-30 08:27:12 -04001846static __be32 mark_client_expired_locked(struct nfs4_client *clp)
1847{
1848 if (atomic_read(&clp->cl_refcount))
1849 return nfserr_jukebox;
1850 unhash_client_locked(clp);
1851 return nfs_ok;
1852}
1853
Trond Myklebust4beb3452014-07-30 08:27:02 -04001854static void
1855__destroy_client(struct nfs4_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856{
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04001857 struct nfs4_openowner *oo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001858 struct nfs4_delegation *dp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859 struct list_head reaplist;
1860
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861 INIT_LIST_HEAD(&reaplist);
Benny Halevycdc97502014-05-30 09:09:30 -04001862 spin_lock(&state_lock);
NeilBrownea1da632005-06-23 22:04:17 -07001863 while (!list_empty(&clp->cl_delegations)) {
1864 dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt);
Jeff Layton3fcbbd22015-08-24 12:41:48 -04001865 WARN_ON(!unhash_delegation_locked(dp));
Jeff Layton42690672014-07-25 07:34:20 -04001866 list_add(&dp->dl_recall_lru, &reaplist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867 }
Benny Halevycdc97502014-05-30 09:09:30 -04001868 spin_unlock(&state_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869 while (!list_empty(&reaplist)) {
1870 dp = list_entry(reaplist.next, struct nfs4_delegation, dl_recall_lru);
Jeff Layton42690672014-07-25 07:34:20 -04001871 list_del_init(&dp->dl_recall_lru);
Sachin Bhamare8287f002015-04-27 14:50:14 +02001872 put_clnt_odstate(dp->dl_clnt_odstate);
Jeff Laytonafbda402014-08-09 10:22:41 -04001873 nfs4_put_deleg_lease(dp->dl_stid.sc_file);
Trond Myklebust60116952014-07-29 21:34:06 -04001874 nfs4_put_stid(&dp->dl_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875 }
Jeff Layton2d4a5322014-07-25 07:34:21 -04001876 while (!list_empty(&clp->cl_revoked)) {
Andrew Elblec8764862015-02-25 17:46:27 -05001877 dp = list_entry(clp->cl_revoked.next, struct nfs4_delegation, dl_recall_lru);
Jeff Layton2d4a5322014-07-25 07:34:21 -04001878 list_del_init(&dp->dl_recall_lru);
Trond Myklebust60116952014-07-29 21:34:06 -04001879 nfs4_put_stid(&dp->dl_stid);
Benny Halevy956c4fe2013-10-29 11:39:12 +02001880 }
NeilBrownea1da632005-06-23 22:04:17 -07001881 while (!list_empty(&clp->cl_openowners)) {
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04001882 oo = list_entry(clp->cl_openowners.next, struct nfs4_openowner, oo_perclient);
Kinglong Meeb5971af2014-08-22 10:18:43 -04001883 nfs4_get_stateowner(&oo->oo_owner);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04001884 release_openowner(oo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885 }
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02001886 nfsd4_return_all_client_layouts(clp);
J. Bruce Fields6ff8da02010-06-04 20:04:45 -04001887 nfsd4_shutdown_callback(clp);
J. Bruce Fields2bf23872010-03-08 12:37:27 -05001888 if (clp->cl_cb_conn.cb_xprt)
1889 svc_xprt_put(clp->cl_cb_conn.cb_xprt);
J. Bruce Fields221a6872013-04-01 22:23:49 -04001890 free_client(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891}
1892
Trond Myklebust4beb3452014-07-30 08:27:02 -04001893static void
1894destroy_client(struct nfs4_client *clp)
1895{
1896 unhash_client(clp);
1897 __destroy_client(clp);
1898}
1899
J. Bruce Fields0d22f682012-09-26 11:36:16 -04001900static void expire_client(struct nfs4_client *clp)
1901{
Trond Myklebust4beb3452014-07-30 08:27:02 -04001902 unhash_client(clp);
J. Bruce Fields0d22f682012-09-26 11:36:16 -04001903 nfsd4_client_record_remove(clp);
Trond Myklebust4beb3452014-07-30 08:27:02 -04001904 __destroy_client(clp);
J. Bruce Fields0d22f682012-09-26 11:36:16 -04001905}
1906
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001907static void copy_verf(struct nfs4_client *target, nfs4_verifier *source)
1908{
1909 memcpy(target->cl_verifier.data, source->data,
1910 sizeof(target->cl_verifier.data));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911}
1912
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001913static void copy_clid(struct nfs4_client *target, struct nfs4_client *source)
1914{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915 target->cl_clientid.cl_boot = source->cl_clientid.cl_boot;
1916 target->cl_clientid.cl_id = source->cl_clientid.cl_id;
1917}
1918
J. Bruce Fields50043852015-11-20 15:58:37 -05001919int strdup_if_nonnull(char **target, char *source)
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001920{
J. Bruce Fields50043852015-11-20 15:58:37 -05001921 if (source) {
1922 *target = kstrdup(source, GFP_KERNEL);
1923 if (!*target)
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04001924 return -ENOMEM;
1925 } else
J. Bruce Fields50043852015-11-20 15:58:37 -05001926 *target = NULL;
1927 return 0;
1928}
1929
1930static int copy_cred(struct svc_cred *target, struct svc_cred *source)
1931{
1932 int ret;
1933
1934 ret = strdup_if_nonnull(&target->cr_principal, source->cr_principal);
1935 if (ret)
1936 return ret;
J. Bruce Fields414ca012015-11-20 10:48:02 -05001937 ret = strdup_if_nonnull(&target->cr_raw_principal,
1938 source->cr_raw_principal);
1939 if (ret)
1940 return ret;
J. Bruce Fieldsd5497fc2012-05-14 22:06:49 -04001941 target->cr_flavor = source->cr_flavor;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942 target->cr_uid = source->cr_uid;
1943 target->cr_gid = source->cr_gid;
1944 target->cr_group_info = source->cr_group_info;
1945 get_group_info(target->cr_group_info);
J. Bruce Fields0dc15312013-05-14 16:07:13 -04001946 target->cr_gss_mech = source->cr_gss_mech;
1947 if (source->cr_gss_mech)
1948 gss_mech_get(source->cr_gss_mech);
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04001949 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950}
1951
Rasmus Villemoesef17af22014-12-05 16:40:07 +01001952static int
Jeff Laytonac55fdc2012-11-12 15:00:56 -05001953compare_blob(const struct xdr_netobj *o1, const struct xdr_netobj *o2)
1954{
Rasmus Villemoesef17af22014-12-05 16:40:07 +01001955 if (o1->len < o2->len)
1956 return -1;
1957 if (o1->len > o2->len)
1958 return 1;
1959 return memcmp(o1->data, o2->data, o1->len);
Jeff Laytonac55fdc2012-11-12 15:00:56 -05001960}
1961
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001962static int same_name(const char *n1, const char *n2)
J. Bruce Fields599e0a22007-07-26 17:04:54 -04001963{
NeilBrowna55370a2005-06-23 22:03:52 -07001964 return 0 == memcmp(n1, n2, HEXDIR_LEN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965}
1966
1967static int
J. Bruce Fields599e0a22007-07-26 17:04:54 -04001968same_verf(nfs4_verifier *v1, nfs4_verifier *v2)
1969{
1970 return 0 == memcmp(v1->data, v2->data, sizeof(v1->data));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971}
1972
1973static int
J. Bruce Fields599e0a22007-07-26 17:04:54 -04001974same_clid(clientid_t *cl1, clientid_t *cl2)
1975{
1976 return (cl1->cl_boot == cl2->cl_boot) && (cl1->cl_id == cl2->cl_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977}
1978
J. Bruce Fields8fbba962012-05-14 21:20:54 -04001979static bool groups_equal(struct group_info *g1, struct group_info *g2)
1980{
1981 int i;
1982
1983 if (g1->ngroups != g2->ngroups)
1984 return false;
1985 for (i=0; i<g1->ngroups; i++)
Alexey Dobriyan81243ea2016-10-07 17:03:12 -07001986 if (!gid_eq(g1->gid[i], g2->gid[i]))
J. Bruce Fields8fbba962012-05-14 21:20:54 -04001987 return false;
1988 return true;
1989}
1990
J. Bruce Fields68eb3502012-08-21 12:48:30 -04001991/*
1992 * RFC 3530 language requires clid_inuse be returned when the
1993 * "principal" associated with a requests differs from that previously
1994 * used. We use uid, gid's, and gss principal string as our best
1995 * approximation. We also don't want to allow non-gss use of a client
1996 * established using gss: in theory cr_principal should catch that
1997 * change, but in practice cr_principal can be null even in the gss case
1998 * since gssd doesn't always pass down a principal string.
1999 */
2000static bool is_gss_cred(struct svc_cred *cr)
2001{
2002 /* Is cr_flavor one of the gss "pseudoflavors"?: */
2003 return (cr->cr_flavor > RPC_AUTH_MAXFLAVOR);
2004}
2005
2006
Vivek Trivedi5559b502012-07-24 21:18:20 +05302007static bool
J. Bruce Fields599e0a22007-07-26 17:04:54 -04002008same_creds(struct svc_cred *cr1, struct svc_cred *cr2)
2009{
J. Bruce Fields68eb3502012-08-21 12:48:30 -04002010 if ((is_gss_cred(cr1) != is_gss_cred(cr2))
Eric W. Biederman6fab8772013-02-02 06:53:11 -08002011 || (!uid_eq(cr1->cr_uid, cr2->cr_uid))
2012 || (!gid_eq(cr1->cr_gid, cr2->cr_gid))
J. Bruce Fields8fbba962012-05-14 21:20:54 -04002013 || !groups_equal(cr1->cr_group_info, cr2->cr_group_info))
2014 return false;
2015 if (cr1->cr_principal == cr2->cr_principal)
2016 return true;
2017 if (!cr1->cr_principal || !cr2->cr_principal)
2018 return false;
Vivek Trivedi5559b502012-07-24 21:18:20 +05302019 return 0 == strcmp(cr1->cr_principal, cr2->cr_principal);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020}
2021
J. Bruce Fields57266a62013-04-13 14:27:29 -04002022static bool svc_rqst_integrity_protected(struct svc_rqst *rqstp)
2023{
2024 struct svc_cred *cr = &rqstp->rq_cred;
2025 u32 service;
2026
J. Bruce Fieldsc4720592013-08-07 11:41:49 -04002027 if (!cr->cr_gss_mech)
2028 return false;
J. Bruce Fields57266a62013-04-13 14:27:29 -04002029 service = gss_pseudoflavor_to_service(cr->cr_gss_mech, cr->cr_flavor);
2030 return service == RPC_GSS_SVC_INTEGRITY ||
2031 service == RPC_GSS_SVC_PRIVACY;
2032}
2033
Andrew Elblededeb132016-06-15 12:52:08 -04002034bool nfsd4_mach_creds_match(struct nfs4_client *cl, struct svc_rqst *rqstp)
J. Bruce Fields57266a62013-04-13 14:27:29 -04002035{
2036 struct svc_cred *cr = &rqstp->rq_cred;
2037
2038 if (!cl->cl_mach_cred)
2039 return true;
2040 if (cl->cl_cred.cr_gss_mech != cr->cr_gss_mech)
2041 return false;
2042 if (!svc_rqst_integrity_protected(rqstp))
2043 return false;
J. Bruce Fields414ca012015-11-20 10:48:02 -05002044 if (cl->cl_cred.cr_raw_principal)
2045 return 0 == strcmp(cl->cl_cred.cr_raw_principal,
2046 cr->cr_raw_principal);
J. Bruce Fields57266a62013-04-13 14:27:29 -04002047 if (!cr->cr_principal)
2048 return false;
2049 return 0 == strcmp(cl->cl_cred.cr_principal, cr->cr_principal);
2050}
2051
Jeff Layton294ac322014-07-30 08:27:15 -04002052static void gen_confirm(struct nfs4_client *clp, struct nfsd_net *nn)
J. Bruce Fieldsdeda2fa2007-11-19 20:31:04 -05002053{
Chuck Leverab4684d2012-03-02 17:13:50 -05002054 __be32 verf[2];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055
Jeff Laytonf4199922014-06-17 07:44:11 -04002056 /*
2057 * This is opaque to client, so no need to byte-swap. Use
2058 * __force to keep sparse happy
2059 */
2060 verf[0] = (__force __be32)get_seconds();
Kinglong Mee19311aa82015-07-18 07:33:31 +08002061 verf[1] = (__force __be32)nn->clverifier_counter++;
Chuck Leverab4684d2012-03-02 17:13:50 -05002062 memcpy(clp->cl_confirm.data, verf, sizeof(clp->cl_confirm.data));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063}
2064
Jeff Layton294ac322014-07-30 08:27:15 -04002065static void gen_clid(struct nfs4_client *clp, struct nfsd_net *nn)
2066{
2067 clp->cl_clientid.cl_boot = nn->boot_time;
2068 clp->cl_clientid.cl_id = nn->clientid_counter++;
2069 gen_confirm(clp, nn);
2070}
2071
Jeff Layton4770d722014-07-29 21:34:10 -04002072static struct nfs4_stid *
2073find_stateid_locked(struct nfs4_client *cl, stateid_t *t)
J. Bruce Fields4581d142011-09-06 14:56:09 -04002074{
J. Bruce Fields3abdb602013-02-03 12:23:01 -05002075 struct nfs4_stid *ret;
2076
2077 ret = idr_find(&cl->cl_stateids, t->si_opaque.so_id);
2078 if (!ret || !ret->sc_type)
2079 return NULL;
2080 return ret;
J. Bruce Fields4d71ab82011-09-06 16:48:57 -04002081}
2082
Jeff Layton4770d722014-07-29 21:34:10 -04002083static struct nfs4_stid *
Jeff Layton4770d722014-07-29 21:34:10 -04002084find_stateid_by_type(struct nfs4_client *cl, stateid_t *t, char typemask)
J. Bruce Fieldsf459e452011-09-09 09:06:12 -04002085{
2086 struct nfs4_stid *s;
2087
Jeff Layton4770d722014-07-29 21:34:10 -04002088 spin_lock(&cl->cl_lock);
2089 s = find_stateid_locked(cl, t);
Trond Myklebust2d3f9662014-07-29 21:34:25 -04002090 if (s != NULL) {
2091 if (typemask & s->sc_type)
2092 atomic_inc(&s->sc_count);
2093 else
2094 s = NULL;
2095 }
Jeff Layton4770d722014-07-29 21:34:10 -04002096 spin_unlock(&cl->cl_lock);
2097 return s;
J. Bruce Fields4581d142011-09-06 14:56:09 -04002098}
2099
Jeff Layton2216d442012-11-12 15:00:57 -05002100static struct nfs4_client *create_client(struct xdr_netobj name,
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002101 struct svc_rqst *rqstp, nfs4_verifier *verf)
2102{
2103 struct nfs4_client *clp;
2104 struct sockaddr *sa = svc_addr(rqstp);
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04002105 int ret;
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03002106 struct net *net = SVC_NET(rqstp);
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002107
2108 clp = alloc_client(name);
2109 if (clp == NULL)
2110 return NULL;
2111
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04002112 ret = copy_cred(&clp->cl_cred, &rqstp->rq_cred);
2113 if (ret) {
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04002114 free_client(clp);
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04002115 return NULL;
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002116 }
Christoph Hellwig0162ac22014-09-24 12:19:19 +02002117 nfsd4_init_cb(&clp->cl_cb_null, clp, NULL, NFSPROC4_CLNT_CB_NULL);
Benny Halevy07cd4902010-05-12 00:13:41 +03002118 clp->cl_time = get_seconds();
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002119 clear_bit(0, &clp->cl_cb_slot_busy);
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002120 copy_verf(clp, verf);
2121 rpc_copy_addr((struct sockaddr *) &clp->cl_addr, sa);
J. Bruce Fieldsedd76782010-06-14 22:26:31 -04002122 clp->cl_cb_session = NULL;
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03002123 clp->net = net;
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002124 return clp;
2125}
2126
NeilBrownfd39ca92005-06-23 22:04:03 -07002127static void
Jeff Laytonac55fdc2012-11-12 15:00:56 -05002128add_clp_to_name_tree(struct nfs4_client *new_clp, struct rb_root *root)
2129{
2130 struct rb_node **new = &(root->rb_node), *parent = NULL;
2131 struct nfs4_client *clp;
2132
2133 while (*new) {
2134 clp = rb_entry(*new, struct nfs4_client, cl_namenode);
2135 parent = *new;
2136
2137 if (compare_blob(&clp->cl_name, &new_clp->cl_name) > 0)
2138 new = &((*new)->rb_left);
2139 else
2140 new = &((*new)->rb_right);
2141 }
2142
2143 rb_link_node(&new_clp->cl_namenode, parent, new);
2144 rb_insert_color(&new_clp->cl_namenode, root);
2145}
2146
2147static struct nfs4_client *
2148find_clp_in_name_tree(struct xdr_netobj *name, struct rb_root *root)
2149{
Rasmus Villemoesef17af22014-12-05 16:40:07 +01002150 int cmp;
Jeff Laytonac55fdc2012-11-12 15:00:56 -05002151 struct rb_node *node = root->rb_node;
2152 struct nfs4_client *clp;
2153
2154 while (node) {
2155 clp = rb_entry(node, struct nfs4_client, cl_namenode);
2156 cmp = compare_blob(&clp->cl_name, name);
2157 if (cmp > 0)
2158 node = node->rb_left;
2159 else if (cmp < 0)
2160 node = node->rb_right;
2161 else
2162 return clp;
2163 }
2164 return NULL;
2165}
2166
2167static void
2168add_to_unconfirmed(struct nfs4_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169{
2170 unsigned int idhashval;
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03002171 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172
Trond Myklebust0a880a22014-07-30 08:27:10 -04002173 lockdep_assert_held(&nn->client_lock);
2174
Jeff Laytonac55fdc2012-11-12 15:00:56 -05002175 clear_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags);
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03002176 add_clp_to_name_tree(clp, &nn->unconf_name_tree);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177 idhashval = clientid_hashval(clp->cl_clientid.cl_id);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03002178 list_add(&clp->cl_idhash, &nn->unconf_id_hashtbl[idhashval]);
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002179 renew_client_locked(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180}
2181
NeilBrownfd39ca92005-06-23 22:04:03 -07002182static void
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183move_to_confirmed(struct nfs4_client *clp)
2184{
2185 unsigned int idhashval = clientid_hashval(clp->cl_clientid.cl_id);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03002186 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187
Trond Myklebust0a880a22014-07-30 08:27:10 -04002188 lockdep_assert_held(&nn->client_lock);
2189
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190 dprintk("NFSD: move_to_confirm nfs4_client %p\n", clp);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03002191 list_move(&clp->cl_idhash, &nn->conf_id_hashtbl[idhashval]);
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03002192 rb_erase(&clp->cl_namenode, &nn->unconf_name_tree);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03002193 add_clp_to_name_tree(clp, &nn->conf_name_tree);
Jeff Laytonac55fdc2012-11-12 15:00:56 -05002194 set_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags);
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002195 renew_client_locked(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196}
2197
2198static struct nfs4_client *
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002199find_client_in_id_table(struct list_head *tbl, clientid_t *clid, bool sessions)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200{
2201 struct nfs4_client *clp;
2202 unsigned int idhashval = clientid_hashval(clid->cl_id);
2203
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002204 list_for_each_entry(clp, &tbl[idhashval], cl_idhash) {
J. Bruce Fieldsa50d2ad2011-10-12 16:24:27 -04002205 if (same_clid(&clp->cl_clientid, clid)) {
J. Bruce Fieldsd15c0772012-09-13 16:19:31 -04002206 if ((bool)clp->cl_minorversion != sessions)
2207 return NULL;
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002208 renew_client_locked(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209 return clp;
J. Bruce Fieldsa50d2ad2011-10-12 16:24:27 -04002210 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211 }
2212 return NULL;
2213}
2214
2215static struct nfs4_client *
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002216find_confirmed_client(clientid_t *clid, bool sessions, struct nfsd_net *nn)
2217{
2218 struct list_head *tbl = nn->conf_id_hashtbl;
2219
Trond Myklebust0a880a22014-07-30 08:27:10 -04002220 lockdep_assert_held(&nn->client_lock);
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002221 return find_client_in_id_table(tbl, clid, sessions);
2222}
2223
2224static struct nfs4_client *
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03002225find_unconfirmed_client(clientid_t *clid, bool sessions, struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226{
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002227 struct list_head *tbl = nn->unconf_id_hashtbl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228
Trond Myklebust0a880a22014-07-30 08:27:10 -04002229 lockdep_assert_held(&nn->client_lock);
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002230 return find_client_in_id_table(tbl, clid, sessions);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231}
2232
J. Bruce Fields6e5f15c2010-11-24 17:17:34 -05002233static bool clp_used_exchangeid(struct nfs4_client *clp)
Andy Adamsona1bcecd2009-04-03 08:28:05 +03002234{
J. Bruce Fields6e5f15c2010-11-24 17:17:34 -05002235 return clp->cl_exchange_flags != 0;
J. Bruce Fieldse203d502010-11-24 17:30:54 -05002236}
Andy Adamsona1bcecd2009-04-03 08:28:05 +03002237
NeilBrown28ce6052005-06-23 22:03:56 -07002238static struct nfs4_client *
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03002239find_confirmed_client_by_name(struct xdr_netobj *name, struct nfsd_net *nn)
NeilBrown28ce6052005-06-23 22:03:56 -07002240{
Trond Myklebust0a880a22014-07-30 08:27:10 -04002241 lockdep_assert_held(&nn->client_lock);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03002242 return find_clp_in_name_tree(name, &nn->conf_name_tree);
NeilBrown28ce6052005-06-23 22:03:56 -07002243}
2244
2245static struct nfs4_client *
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03002246find_unconfirmed_client_by_name(struct xdr_netobj *name, struct nfsd_net *nn)
NeilBrown28ce6052005-06-23 22:03:56 -07002247{
Trond Myklebust0a880a22014-07-30 08:27:10 -04002248 lockdep_assert_held(&nn->client_lock);
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03002249 return find_clp_in_name_tree(name, &nn->unconf_name_tree);
NeilBrown28ce6052005-06-23 22:03:56 -07002250}
2251
NeilBrownfd39ca92005-06-23 22:04:03 -07002252static void
Takuma Umeya6f3d7722010-12-15 14:09:01 +09002253gen_callback(struct nfs4_client *clp, struct nfsd4_setclientid *se, struct svc_rqst *rqstp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254{
J. Bruce Fields07263f12010-05-31 19:09:40 -04002255 struct nfs4_cb_conn *conn = &clp->cl_cb_conn;
Takuma Umeya6f3d7722010-12-15 14:09:01 +09002256 struct sockaddr *sa = svc_addr(rqstp);
2257 u32 scopeid = rpc_get_scope_id(sa);
Jeff Layton7077ecb2009-08-14 12:57:58 -04002258 unsigned short expected_family;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259
Jeff Layton7077ecb2009-08-14 12:57:58 -04002260 /* Currently, we only support tcp and tcp6 for the callback channel */
2261 if (se->se_callback_netid_len == 3 &&
2262 !memcmp(se->se_callback_netid_val, "tcp", 3))
2263 expected_family = AF_INET;
2264 else if (se->se_callback_netid_len == 4 &&
2265 !memcmp(se->se_callback_netid_val, "tcp6", 4))
2266 expected_family = AF_INET6;
2267 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268 goto out_err;
2269
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03002270 conn->cb_addrlen = rpc_uaddr2sockaddr(clp->net, se->se_callback_addr_val,
Jeff Laytonaa9a4ec2009-08-14 12:57:57 -04002271 se->se_callback_addr_len,
J. Bruce Fields07263f12010-05-31 19:09:40 -04002272 (struct sockaddr *)&conn->cb_addr,
2273 sizeof(conn->cb_addr));
Jeff Laytonaa9a4ec2009-08-14 12:57:57 -04002274
J. Bruce Fields07263f12010-05-31 19:09:40 -04002275 if (!conn->cb_addrlen || conn->cb_addr.ss_family != expected_family)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276 goto out_err;
Jeff Laytonaa9a4ec2009-08-14 12:57:57 -04002277
J. Bruce Fields07263f12010-05-31 19:09:40 -04002278 if (conn->cb_addr.ss_family == AF_INET6)
2279 ((struct sockaddr_in6 *)&conn->cb_addr)->sin6_scope_id = scopeid;
Jeff Laytonfbf46652009-08-14 12:57:59 -04002280
J. Bruce Fields07263f12010-05-31 19:09:40 -04002281 conn->cb_prog = se->se_callback_prog;
2282 conn->cb_ident = se->se_callback_ident;
Mi Jinlong849a1cf2011-08-30 17:18:41 +08002283 memcpy(&conn->cb_saddr, &rqstp->rq_daddr, rqstp->rq_daddrlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284 return;
2285out_err:
J. Bruce Fields07263f12010-05-31 19:09:40 -04002286 conn->cb_addr.ss_family = AF_UNSPEC;
2287 conn->cb_addrlen = 0;
Neil Brown849823c2005-09-13 01:25:36 -07002288 dprintk(KERN_INFO "NFSD: this client (clientid %08x/%08x) "
Linus Torvalds1da177e2005-04-16 15:20:36 -07002289 "will not receive delegations\n",
2290 clp->cl_clientid.cl_boot, clp->cl_clientid.cl_id);
2291
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292 return;
2293}
2294
Andy Adamson074fe892009-04-03 08:28:15 +03002295/*
J. Bruce Fields067e1ac2014-03-21 17:26:44 -04002296 * Cache a reply. nfsd4_check_resp_size() has bounded the cache size.
Andy Adamson074fe892009-04-03 08:28:15 +03002297 */
Trond Myklebustb6076642014-06-30 11:48:35 -04002298static void
Andy Adamson074fe892009-04-03 08:28:15 +03002299nfsd4_store_cache_entry(struct nfsd4_compoundres *resp)
2300{
J. Bruce Fieldsf5236012014-03-21 17:57:57 -04002301 struct xdr_buf *buf = resp->xdr.buf;
Andy Adamson557ce262009-08-28 08:45:04 -04002302 struct nfsd4_slot *slot = resp->cstate.slot;
2303 unsigned int base;
Andy Adamson074fe892009-04-03 08:28:15 +03002304
Andy Adamson557ce262009-08-28 08:45:04 -04002305 dprintk("--> %s slot %p\n", __func__, slot);
Andy Adamson074fe892009-04-03 08:28:15 +03002306
Andy Adamson557ce262009-08-28 08:45:04 -04002307 slot->sl_opcnt = resp->opcnt;
2308 slot->sl_status = resp->cstate.status;
Andy Adamsonbf864a32009-04-03 08:28:35 +03002309
J. Bruce Fieldsbf5c43c2012-02-13 16:56:19 -05002310 slot->sl_flags |= NFSD4_SLOT_INITIALIZED;
Andy Adamsonbf864a32009-04-03 08:28:35 +03002311 if (nfsd4_not_cached(resp)) {
Andy Adamson557ce262009-08-28 08:45:04 -04002312 slot->sl_datalen = 0;
Andy Adamsonbf864a32009-04-03 08:28:35 +03002313 return;
2314 }
J. Bruce Fieldsf5236012014-03-21 17:57:57 -04002315 base = resp->cstate.data_offset;
2316 slot->sl_datalen = buf->len - base;
2317 if (read_bytes_from_xdr_buf(buf, base, slot->sl_data, slot->sl_datalen))
Dan Carpenterd3f03402015-11-21 13:28:50 +03002318 WARN(1, "%s: sessions DRC could not cache compound\n",
2319 __func__);
Andy Adamson557ce262009-08-28 08:45:04 -04002320 return;
Andy Adamson074fe892009-04-03 08:28:15 +03002321}
2322
2323/*
Andy Adamsonabfabf82009-07-23 19:02:18 -04002324 * Encode the replay sequence operation from the slot values.
2325 * If cachethis is FALSE encode the uncached rep error on the next
2326 * operation which sets resp->p and increments resp->opcnt for
2327 * nfs4svc_encode_compoundres.
2328 *
Andy Adamson074fe892009-04-03 08:28:15 +03002329 */
Andy Adamsonabfabf82009-07-23 19:02:18 -04002330static __be32
2331nfsd4_enc_sequence_replay(struct nfsd4_compoundargs *args,
2332 struct nfsd4_compoundres *resp)
Andy Adamson074fe892009-04-03 08:28:15 +03002333{
Andy Adamsonabfabf82009-07-23 19:02:18 -04002334 struct nfsd4_op *op;
2335 struct nfsd4_slot *slot = resp->cstate.slot;
Andy Adamson074fe892009-04-03 08:28:15 +03002336
Andy Adamsonabfabf82009-07-23 19:02:18 -04002337 /* Encode the replayed sequence operation */
2338 op = &args->ops[resp->opcnt - 1];
2339 nfsd4_encode_operation(resp, op);
2340
2341 /* Return nfserr_retry_uncached_rep in next operation. */
J. Bruce Fields73e79482012-02-13 16:39:00 -05002342 if (args->opcnt > 1 && !(slot->sl_flags & NFSD4_SLOT_CACHETHIS)) {
Andy Adamsonabfabf82009-07-23 19:02:18 -04002343 op = &args->ops[resp->opcnt++];
2344 op->status = nfserr_retry_uncached_rep;
2345 nfsd4_encode_operation(resp, op);
Andy Adamson074fe892009-04-03 08:28:15 +03002346 }
Andy Adamsonabfabf82009-07-23 19:02:18 -04002347 return op->status;
Andy Adamson074fe892009-04-03 08:28:15 +03002348}
2349
2350/*
Andy Adamson557ce262009-08-28 08:45:04 -04002351 * The sequence operation is not cached because we can use the slot and
2352 * session values.
Andy Adamson074fe892009-04-03 08:28:15 +03002353 */
J. Bruce Fields3ca2eb92014-03-21 12:04:21 -04002354static __be32
Andy Adamsonbf864a32009-04-03 08:28:35 +03002355nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp,
2356 struct nfsd4_sequence *seq)
Andy Adamson074fe892009-04-03 08:28:15 +03002357{
Andy Adamson557ce262009-08-28 08:45:04 -04002358 struct nfsd4_slot *slot = resp->cstate.slot;
J. Bruce Fieldsf5236012014-03-21 17:57:57 -04002359 struct xdr_stream *xdr = &resp->xdr;
2360 __be32 *p;
Andy Adamson074fe892009-04-03 08:28:15 +03002361 __be32 status;
2362
Andy Adamson557ce262009-08-28 08:45:04 -04002363 dprintk("--> %s slot %p\n", __func__, slot);
Andy Adamson074fe892009-04-03 08:28:15 +03002364
Andy Adamsonabfabf82009-07-23 19:02:18 -04002365 status = nfsd4_enc_sequence_replay(resp->rqstp->rq_argp, resp);
J. Bruce Fields0da7b192014-03-21 11:43:34 -04002366 if (status)
Andy Adamsonabfabf82009-07-23 19:02:18 -04002367 return status;
Andy Adamson074fe892009-04-03 08:28:15 +03002368
J. Bruce Fieldsf5236012014-03-21 17:57:57 -04002369 p = xdr_reserve_space(xdr, slot->sl_datalen);
2370 if (!p) {
2371 WARN_ON_ONCE(1);
2372 return nfserr_serverfault;
2373 }
2374 xdr_encode_opaque_fixed(p, slot->sl_data, slot->sl_datalen);
2375 xdr_commit_encode(xdr);
Andy Adamson074fe892009-04-03 08:28:15 +03002376
Andy Adamson557ce262009-08-28 08:45:04 -04002377 resp->opcnt = slot->sl_opcnt;
J. Bruce Fieldsf5236012014-03-21 17:57:57 -04002378 return slot->sl_status;
Andy Adamson074fe892009-04-03 08:28:15 +03002379}
2380
Andy Adamson0733d212009-04-03 08:28:01 +03002381/*
2382 * Set the exchange_id flags returned by the server.
2383 */
2384static void
2385nfsd4_set_ex_flags(struct nfs4_client *new, struct nfsd4_exchange_id *clid)
2386{
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02002387#ifdef CONFIG_NFSD_PNFS
2388 new->cl_exchange_flags |= EXCHGID4_FLAG_USE_PNFS_MDS;
2389#else
Andy Adamson0733d212009-04-03 08:28:01 +03002390 new->cl_exchange_flags |= EXCHGID4_FLAG_USE_NON_PNFS;
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02002391#endif
Andy Adamson0733d212009-04-03 08:28:01 +03002392
2393 /* Referrals are supported, Migration is not. */
2394 new->cl_exchange_flags |= EXCHGID4_FLAG_SUPP_MOVED_REFER;
2395
2396 /* set the wire flags to return to client. */
2397 clid->flags = new->cl_exchange_flags;
2398}
2399
J. Bruce Fields4eaea132015-10-15 16:11:01 -04002400static bool client_has_openowners(struct nfs4_client *clp)
2401{
2402 struct nfs4_openowner *oo;
2403
2404 list_for_each_entry(oo, &clp->cl_openowners, oo_perclient) {
2405 if (!list_empty(&oo->oo_owner.so_stateids))
2406 return true;
2407 }
2408 return false;
2409}
2410
J. Bruce Fields631fc9e2012-05-14 15:57:23 -04002411static bool client_has_state(struct nfs4_client *clp)
2412{
J. Bruce Fields4eaea132015-10-15 16:11:01 -04002413 return client_has_openowners(clp)
Kinglong Mee47e970b2015-07-21 13:09:17 +08002414#ifdef CONFIG_NFSD_PNFS
2415 || !list_empty(&clp->cl_lo_states)
2416#endif
J. Bruce Fields6eccece2012-05-29 16:37:44 -04002417 || !list_empty(&clp->cl_delegations)
2418 || !list_empty(&clp->cl_sessions);
J. Bruce Fields631fc9e2012-05-14 15:57:23 -04002419}
2420
Al Virob37ad282006-10-19 23:28:59 -07002421__be32
Andy Adamson069b6ad2009-04-03 08:27:58 +03002422nfsd4_exchange_id(struct svc_rqst *rqstp,
2423 struct nfsd4_compound_state *cstate,
2424 struct nfsd4_exchange_id *exid)
2425{
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002426 struct nfs4_client *conf, *new;
2427 struct nfs4_client *unconf = NULL;
J. Bruce Fields57b7b432012-04-25 17:58:50 -04002428 __be32 status;
Jeff Layton363168b2009-08-14 12:57:56 -04002429 char addr_str[INET6_ADDRSTRLEN];
Andy Adamson0733d212009-04-03 08:28:01 +03002430 nfs4_verifier verf = exid->verifier;
Jeff Layton363168b2009-08-14 12:57:56 -04002431 struct sockaddr *sa = svc_addr(rqstp);
J. Bruce Fields83e08fd2012-05-14 09:08:10 -04002432 bool update = exid->flags & EXCHGID4_FLAG_UPD_CONFIRMED_REC_A;
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03002433 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Andy Adamson0733d212009-04-03 08:28:01 +03002434
Jeff Layton363168b2009-08-14 12:57:56 -04002435 rpc_ntop(sa, addr_str, sizeof(addr_str));
Andy Adamson0733d212009-04-03 08:28:01 +03002436 dprintk("%s rqstp=%p exid=%p clname.len=%u clname.data=%p "
Jeff Layton363168b2009-08-14 12:57:56 -04002437 "ip_addr=%s flags %x, spa_how %d\n",
Andy Adamson0733d212009-04-03 08:28:01 +03002438 __func__, rqstp, exid, exid->clname.len, exid->clname.data,
Jeff Layton363168b2009-08-14 12:57:56 -04002439 addr_str, exid->flags, exid->spa_how);
Andy Adamson0733d212009-04-03 08:28:01 +03002440
J. Bruce Fieldsa084daf2011-10-10 15:07:40 -04002441 if (exid->flags & ~EXCHGID4_FLAG_MASK_A)
Andy Adamson0733d212009-04-03 08:28:01 +03002442 return nfserr_inval;
2443
J. Bruce Fields50c7b942015-11-23 15:39:12 -07002444 new = create_client(exid->clname, rqstp, &verf);
2445 if (new == NULL)
2446 return nfserr_jukebox;
2447
Andy Adamson0733d212009-04-03 08:28:01 +03002448 switch (exid->spa_how) {
J. Bruce Fields57266a62013-04-13 14:27:29 -04002449 case SP4_MACH_CRED:
Andrew Elbleed941642016-06-15 12:52:09 -04002450 exid->spo_must_enforce[0] = 0;
2451 exid->spo_must_enforce[1] = (
2452 1 << (OP_BIND_CONN_TO_SESSION - 32) |
2453 1 << (OP_EXCHANGE_ID - 32) |
2454 1 << (OP_CREATE_SESSION - 32) |
2455 1 << (OP_DESTROY_SESSION - 32) |
2456 1 << (OP_DESTROY_CLIENTID - 32));
2457
2458 exid->spo_must_allow[0] &= (1 << (OP_CLOSE) |
2459 1 << (OP_OPEN_DOWNGRADE) |
2460 1 << (OP_LOCKU) |
2461 1 << (OP_DELEGRETURN));
2462
2463 exid->spo_must_allow[1] &= (
2464 1 << (OP_TEST_STATEID - 32) |
2465 1 << (OP_FREE_STATEID - 32));
J. Bruce Fields50c7b942015-11-23 15:39:12 -07002466 if (!svc_rqst_integrity_protected(rqstp)) {
2467 status = nfserr_inval;
2468 goto out_nolock;
2469 }
J. Bruce Fields920dd9b2015-11-20 16:42:40 -05002470 /*
2471 * Sometimes userspace doesn't give us a principal.
2472 * Which is a bug, really. Anyway, we can't enforce
2473 * MACH_CRED in that case, better to give up now:
2474 */
J. Bruce Fields414ca012015-11-20 10:48:02 -05002475 if (!new->cl_cred.cr_principal &&
2476 !new->cl_cred.cr_raw_principal) {
J. Bruce Fields920dd9b2015-11-20 16:42:40 -05002477 status = nfserr_serverfault;
2478 goto out_nolock;
2479 }
J. Bruce Fields50c7b942015-11-23 15:39:12 -07002480 new->cl_mach_cred = true;
Andy Adamson0733d212009-04-03 08:28:01 +03002481 case SP4_NONE:
2482 break;
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05002483 default: /* checked by xdr code */
2484 WARN_ON_ONCE(1);
Andy Adamson0733d212009-04-03 08:28:01 +03002485 case SP4_SSV:
Kinglong Mee8edf4b02016-02-26 22:36:42 +08002486 status = nfserr_encr_alg_unsupp;
2487 goto out_nolock;
Andy Adamson0733d212009-04-03 08:28:01 +03002488 }
2489
J. Bruce Fields2dbb2692012-05-14 09:47:11 -04002490 /* Cases below refer to rfc 5661 section 18.35.4: */
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002491 spin_lock(&nn->client_lock);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03002492 conf = find_confirmed_client_by_name(&exid->clname, nn);
Andy Adamson0733d212009-04-03 08:28:01 +03002493 if (conf) {
J. Bruce Fields83e08fd2012-05-14 09:08:10 -04002494 bool creds_match = same_creds(&conf->cl_cred, &rqstp->rq_cred);
2495 bool verfs_match = same_verf(&verf, &conf->cl_verifier);
2496
J. Bruce Fields136e6582012-05-12 20:37:23 -04002497 if (update) {
2498 if (!clp_used_exchangeid(conf)) { /* buggy client */
J. Bruce Fields2dbb2692012-05-14 09:47:11 -04002499 status = nfserr_inval;
Andy Adamson0733d212009-04-03 08:28:01 +03002500 goto out;
2501 }
Andrew Elblededeb132016-06-15 12:52:08 -04002502 if (!nfsd4_mach_creds_match(conf, rqstp)) {
J. Bruce Fields57266a62013-04-13 14:27:29 -04002503 status = nfserr_wrong_cred;
2504 goto out;
2505 }
J. Bruce Fields136e6582012-05-12 20:37:23 -04002506 if (!creds_match) { /* case 9 */
Andy Adamson0733d212009-04-03 08:28:01 +03002507 status = nfserr_perm;
2508 goto out;
2509 }
J. Bruce Fields136e6582012-05-12 20:37:23 -04002510 if (!verfs_match) { /* case 8 */
Andy Adamson0733d212009-04-03 08:28:01 +03002511 status = nfserr_not_same;
2512 goto out;
2513 }
J. Bruce Fields136e6582012-05-12 20:37:23 -04002514 /* case 6 */
2515 exid->flags |= EXCHGID4_FLAG_CONFIRMED_R;
J. Bruce Fields136e6582012-05-12 20:37:23 -04002516 goto out_copy;
Andy Adamson0733d212009-04-03 08:28:01 +03002517 }
J. Bruce Fields136e6582012-05-12 20:37:23 -04002518 if (!creds_match) { /* case 3 */
J. Bruce Fields631fc9e2012-05-14 15:57:23 -04002519 if (client_has_state(conf)) {
2520 status = nfserr_clid_inuse;
2521 goto out;
2522 }
Andy Adamson0733d212009-04-03 08:28:01 +03002523 goto out_new;
2524 }
J. Bruce Fields136e6582012-05-12 20:37:23 -04002525 if (verfs_match) { /* case 2 */
J. Bruce Fields0f1ba0e2012-05-25 21:24:40 -04002526 conf->cl_exchange_flags |= EXCHGID4_FLAG_CONFIRMED_R;
J. Bruce Fields136e6582012-05-12 20:37:23 -04002527 goto out_copy;
2528 }
2529 /* case 5, client reboot */
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002530 conf = NULL;
J. Bruce Fields136e6582012-05-12 20:37:23 -04002531 goto out_new;
Mike Sager6ddbbbf2009-06-16 04:20:47 +03002532 }
2533
J. Bruce Fields2dbb2692012-05-14 09:47:11 -04002534 if (update) { /* case 7 */
Mike Sager6ddbbbf2009-06-16 04:20:47 +03002535 status = nfserr_noent;
2536 goto out;
Andy Adamson0733d212009-04-03 08:28:01 +03002537 }
2538
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03002539 unconf = find_unconfirmed_client_by_name(&exid->clname, nn);
J. Bruce Fields2dbb2692012-05-14 09:47:11 -04002540 if (unconf) /* case 4, possible retry or client restart */
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002541 unhash_client_locked(unconf);
Andy Adamson0733d212009-04-03 08:28:01 +03002542
J. Bruce Fields2dbb2692012-05-14 09:47:11 -04002543 /* case 1 (normal case) */
Andy Adamson0733d212009-04-03 08:28:01 +03002544out_new:
Jeff Laytonfd699b82014-07-30 08:27:14 -04002545 if (conf) {
2546 status = mark_client_expired_locked(conf);
2547 if (status)
2548 goto out;
2549 }
J. Bruce Fields4f540e22013-05-07 11:57:52 -04002550 new->cl_minorversion = cstate->minorversion;
Andrew Elbleed941642016-06-15 12:52:09 -04002551 new->cl_spo_must_allow.u.words[0] = exid->spo_must_allow[0];
2552 new->cl_spo_must_allow.u.words[1] = exid->spo_must_allow[1];
Andy Adamson0733d212009-04-03 08:28:01 +03002553
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03002554 gen_clid(new, nn);
Jeff Laytonac55fdc2012-11-12 15:00:56 -05002555 add_to_unconfirmed(new);
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002556 swap(new, conf);
Andy Adamson0733d212009-04-03 08:28:01 +03002557out_copy:
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04002558 exid->clientid.cl_boot = conf->cl_clientid.cl_boot;
2559 exid->clientid.cl_id = conf->cl_clientid.cl_id;
Andy Adamson0733d212009-04-03 08:28:01 +03002560
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04002561 exid->seqid = conf->cl_cs_slot.sl_seqid + 1;
2562 nfsd4_set_ex_flags(conf, exid);
Andy Adamson0733d212009-04-03 08:28:01 +03002563
2564 dprintk("nfsd4_exchange_id seqid %d flags %x\n",
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04002565 conf->cl_cs_slot.sl_seqid, conf->cl_exchange_flags);
Andy Adamson0733d212009-04-03 08:28:01 +03002566 status = nfs_ok;
2567
2568out:
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002569 spin_unlock(&nn->client_lock);
J. Bruce Fields50c7b942015-11-23 15:39:12 -07002570out_nolock:
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04002571 if (new)
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002572 expire_client(new);
2573 if (unconf)
2574 expire_client(unconf);
Andy Adamson0733d212009-04-03 08:28:01 +03002575 return status;
Andy Adamson069b6ad2009-04-03 08:27:58 +03002576}
2577
J. Bruce Fields57b7b432012-04-25 17:58:50 -04002578static __be32
Andy Adamson88e588d2009-07-23 19:02:15 -04002579check_slot_seqid(u32 seqid, u32 slot_seqid, int slot_inuse)
Benny Halevyb85d4c02009-04-03 08:28:08 +03002580{
Andy Adamson88e588d2009-07-23 19:02:15 -04002581 dprintk("%s enter. seqid %d slot_seqid %d\n", __func__, seqid,
2582 slot_seqid);
Benny Halevyb85d4c02009-04-03 08:28:08 +03002583
2584 /* The slot is in use, and no response has been sent. */
Andy Adamson88e588d2009-07-23 19:02:15 -04002585 if (slot_inuse) {
2586 if (seqid == slot_seqid)
Benny Halevyb85d4c02009-04-03 08:28:08 +03002587 return nfserr_jukebox;
2588 else
2589 return nfserr_seq_misordered;
2590 }
J. Bruce Fieldsf6d82482012-02-13 16:13:41 -05002591 /* Note unsigned 32-bit arithmetic handles wraparound: */
Andy Adamson88e588d2009-07-23 19:02:15 -04002592 if (likely(seqid == slot_seqid + 1))
Benny Halevyb85d4c02009-04-03 08:28:08 +03002593 return nfs_ok;
Andy Adamson88e588d2009-07-23 19:02:15 -04002594 if (seqid == slot_seqid)
Benny Halevyb85d4c02009-04-03 08:28:08 +03002595 return nfserr_replay_cache;
Benny Halevyb85d4c02009-04-03 08:28:08 +03002596 return nfserr_seq_misordered;
2597}
2598
Andy Adamson49557cc2009-07-23 19:02:16 -04002599/*
2600 * Cache the create session result into the create session single DRC
2601 * slot cache by saving the xdr structure. sl_seqid has been set.
2602 * Do this for solo or embedded create session operations.
2603 */
2604static void
2605nfsd4_cache_create_session(struct nfsd4_create_session *cr_ses,
J. Bruce Fields57b7b432012-04-25 17:58:50 -04002606 struct nfsd4_clid_slot *slot, __be32 nfserr)
Andy Adamson49557cc2009-07-23 19:02:16 -04002607{
2608 slot->sl_status = nfserr;
2609 memcpy(&slot->sl_cr_ses, cr_ses, sizeof(*cr_ses));
2610}
2611
2612static __be32
2613nfsd4_replay_create_session(struct nfsd4_create_session *cr_ses,
2614 struct nfsd4_clid_slot *slot)
2615{
2616 memcpy(cr_ses, &slot->sl_cr_ses, sizeof(*cr_ses));
2617 return slot->sl_status;
2618}
2619
Mi Jinlong1b74c252011-07-14 14:50:17 +08002620#define NFSD_MIN_REQ_HDR_SEQ_SZ ((\
2621 2 * 2 + /* credential,verifier: AUTH_NULL, length 0 */ \
2622 1 + /* MIN tag is length with zero, only length */ \
2623 3 + /* version, opcount, opcode */ \
2624 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
2625 /* seqid, slotID, slotID, cache */ \
2626 4 ) * sizeof(__be32))
2627
2628#define NFSD_MIN_RESP_HDR_SEQ_SZ ((\
2629 2 + /* verifier: AUTH_NULL, length 0 */\
2630 1 + /* status */ \
2631 1 + /* MIN tag is length with zero, only length */ \
2632 3 + /* opcount, opcode, opstatus*/ \
2633 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
2634 /* seqid, slotID, slotID, slotID, status */ \
2635 5 ) * sizeof(__be32))
2636
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002637static __be32 check_forechannel_attrs(struct nfsd4_channel_attrs *ca, struct nfsd_net *nn)
Mi Jinlong1b74c252011-07-14 14:50:17 +08002638{
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002639 u32 maxrpc = nn->nfsd_serv->sv_max_mesg;
2640
J. Bruce Fields373cd402013-04-08 15:42:12 -04002641 if (ca->maxreq_sz < NFSD_MIN_REQ_HDR_SEQ_SZ)
2642 return nfserr_toosmall;
2643 if (ca->maxresp_sz < NFSD_MIN_RESP_HDR_SEQ_SZ)
2644 return nfserr_toosmall;
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002645 ca->headerpadsz = 0;
2646 ca->maxreq_sz = min_t(u32, ca->maxreq_sz, maxrpc);
2647 ca->maxresp_sz = min_t(u32, ca->maxresp_sz, maxrpc);
2648 ca->maxops = min_t(u32, ca->maxops, NFSD_MAX_OPS_PER_COMPOUND);
2649 ca->maxresp_cached = min_t(u32, ca->maxresp_cached,
2650 NFSD_SLOT_CACHE_SIZE + NFSD_MIN_HDR_SEQ_SZ);
2651 ca->maxreqs = min_t(u32, ca->maxreqs, NFSD_MAX_SLOTS_PER_SESSION);
2652 /*
2653 * Note decreasing slot size below client's request may make it
2654 * difficult for client to function correctly, whereas
2655 * decreasing the number of slots will (just?) affect
2656 * performance. When short on memory we therefore prefer to
2657 * decrease number of slots instead of their size. Clients that
2658 * request larger slots than they need will get poor results:
2659 */
2660 ca->maxreqs = nfsd4_get_drc_mem(ca);
2661 if (!ca->maxreqs)
2662 return nfserr_jukebox;
2663
J. Bruce Fields373cd402013-04-08 15:42:12 -04002664 return nfs_ok;
Mi Jinlong1b74c252011-07-14 14:50:17 +08002665}
2666
Chuck Lever45006322016-03-01 13:06:02 -05002667/*
2668 * Server's NFSv4.1 backchannel support is AUTH_SYS-only for now.
2669 * These are based on similar macros in linux/sunrpc/msg_prot.h .
2670 */
2671#define RPC_MAX_HEADER_WITH_AUTH_SYS \
2672 (RPC_CALLHDRSIZE + 2 * (2 + UNX_CALLSLACK))
2673
2674#define RPC_MAX_REPHEADER_WITH_AUTH_SYS \
2675 (RPC_REPHDRSIZE + (2 + NUL_REPLYSLACK))
2676
Kinglong Mee8a891632013-12-23 18:11:02 +08002677#define NFSD_CB_MAX_REQ_SZ ((NFS4_enc_cb_recall_sz + \
Chuck Lever45006322016-03-01 13:06:02 -05002678 RPC_MAX_HEADER_WITH_AUTH_SYS) * sizeof(__be32))
Kinglong Mee8a891632013-12-23 18:11:02 +08002679#define NFSD_CB_MAX_RESP_SZ ((NFS4_dec_cb_recall_sz + \
Chuck Lever45006322016-03-01 13:06:02 -05002680 RPC_MAX_REPHEADER_WITH_AUTH_SYS) * \
2681 sizeof(__be32))
Kinglong Mee8a891632013-12-23 18:11:02 +08002682
J. Bruce Fields06b332a2013-04-09 11:34:36 -04002683static __be32 check_backchannel_attrs(struct nfsd4_channel_attrs *ca)
2684{
2685 ca->headerpadsz = 0;
2686
Kinglong Mee8a891632013-12-23 18:11:02 +08002687 if (ca->maxreq_sz < NFSD_CB_MAX_REQ_SZ)
J. Bruce Fields06b332a2013-04-09 11:34:36 -04002688 return nfserr_toosmall;
Kinglong Mee8a891632013-12-23 18:11:02 +08002689 if (ca->maxresp_sz < NFSD_CB_MAX_RESP_SZ)
J. Bruce Fields06b332a2013-04-09 11:34:36 -04002690 return nfserr_toosmall;
2691 ca->maxresp_cached = 0;
2692 if (ca->maxops < 2)
2693 return nfserr_toosmall;
2694
2695 return nfs_ok;
Andy Adamson069b6ad2009-04-03 08:27:58 +03002696}
2697
J. Bruce Fieldsb78724b2013-05-15 17:34:39 -04002698static __be32 nfsd4_check_cb_sec(struct nfsd4_cb_sec *cbs)
2699{
2700 switch (cbs->flavor) {
2701 case RPC_AUTH_NULL:
2702 case RPC_AUTH_UNIX:
2703 return nfs_ok;
2704 default:
2705 /*
2706 * GSS case: the spec doesn't allow us to return this
2707 * error. But it also doesn't allow us not to support
2708 * GSS.
2709 * I'd rather this fail hard than return some error the
2710 * client might think it can already handle:
2711 */
2712 return nfserr_encr_alg_unsupp;
2713 }
2714}
2715
Andy Adamson069b6ad2009-04-03 08:27:58 +03002716__be32
2717nfsd4_create_session(struct svc_rqst *rqstp,
2718 struct nfsd4_compound_state *cstate,
2719 struct nfsd4_create_session *cr_ses)
2720{
Jeff Layton363168b2009-08-14 12:57:56 -04002721 struct sockaddr *sa = svc_addr(rqstp);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002722 struct nfs4_client *conf, *unconf;
Jeff Laytond20c11d2014-07-30 08:27:07 -04002723 struct nfs4_client *old = NULL;
J. Bruce Fieldsac7c46f2010-06-14 19:01:57 -04002724 struct nfsd4_session *new;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002725 struct nfsd4_conn *conn;
Andy Adamson49557cc2009-07-23 19:02:16 -04002726 struct nfsd4_clid_slot *cs_slot = NULL;
J. Bruce Fields57b7b432012-04-25 17:58:50 -04002727 __be32 status = 0;
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03002728 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002729
Mi Jinlonga62573d2011-03-23 17:57:07 +08002730 if (cr_ses->flags & ~SESSION4_FLAG_MASK_A)
2731 return nfserr_inval;
J. Bruce Fieldsb78724b2013-05-15 17:34:39 -04002732 status = nfsd4_check_cb_sec(&cr_ses->cb_sec);
2733 if (status)
2734 return status;
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002735 status = check_forechannel_attrs(&cr_ses->fore_channel, nn);
J. Bruce Fields373cd402013-04-08 15:42:12 -04002736 if (status)
2737 return status;
J. Bruce Fields06b332a2013-04-09 11:34:36 -04002738 status = check_backchannel_attrs(&cr_ses->back_channel);
2739 if (status)
Kinglong Meef403e452013-12-23 17:31:21 +08002740 goto out_release_drc_mem;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002741 status = nfserr_jukebox;
Kinglong Mee60810e52014-01-01 00:35:47 +08002742 new = alloc_session(&cr_ses->fore_channel, &cr_ses->back_channel);
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002743 if (!new)
2744 goto out_release_drc_mem;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002745 conn = alloc_conn_from_crses(rqstp, cr_ses);
2746 if (!conn)
2747 goto out_free_session;
Mi Jinlonga62573d2011-03-23 17:57:07 +08002748
Jeff Laytond20c11d2014-07-30 08:27:07 -04002749 spin_lock(&nn->client_lock);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03002750 unconf = find_unconfirmed_client(&cr_ses->clientid, true, nn);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03002751 conf = find_confirmed_client(&cr_ses->clientid, true, nn);
J. Bruce Fields78389042013-03-12 10:12:37 -04002752 WARN_ON_ONCE(conf && unconf);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002753
2754 if (conf) {
J. Bruce Fields57266a62013-04-13 14:27:29 -04002755 status = nfserr_wrong_cred;
Andrew Elblededeb132016-06-15 12:52:08 -04002756 if (!nfsd4_mach_creds_match(conf, rqstp))
J. Bruce Fields57266a62013-04-13 14:27:29 -04002757 goto out_free_conn;
Andy Adamson49557cc2009-07-23 19:02:16 -04002758 cs_slot = &conf->cl_cs_slot;
2759 status = check_slot_seqid(cr_ses->seqid, cs_slot->sl_seqid, 0);
Kinglong Meef5e22bb2015-07-13 17:32:34 +08002760 if (status) {
2761 if (status == nfserr_replay_cache)
2762 status = nfsd4_replay_create_session(cr_ses, cs_slot);
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002763 goto out_free_conn;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002764 }
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002765 } else if (unconf) {
2766 if (!same_creds(&unconf->cl_cred, &rqstp->rq_cred) ||
Jeff Layton363168b2009-08-14 12:57:56 -04002767 !rpc_cmp_addr(sa, (struct sockaddr *) &unconf->cl_addr)) {
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002768 status = nfserr_clid_inuse;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002769 goto out_free_conn;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002770 }
J. Bruce Fields57266a62013-04-13 14:27:29 -04002771 status = nfserr_wrong_cred;
Andrew Elblededeb132016-06-15 12:52:08 -04002772 if (!nfsd4_mach_creds_match(unconf, rqstp))
J. Bruce Fields57266a62013-04-13 14:27:29 -04002773 goto out_free_conn;
Andy Adamson49557cc2009-07-23 19:02:16 -04002774 cs_slot = &unconf->cl_cs_slot;
2775 status = check_slot_seqid(cr_ses->seqid, cs_slot->sl_seqid, 0);
Andy Adamson38eb76a2009-04-03 08:28:32 +03002776 if (status) {
2777 /* an unconfirmed replay returns misordered */
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002778 status = nfserr_seq_misordered;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002779 goto out_free_conn;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002780 }
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03002781 old = find_confirmed_client_by_name(&unconf->cl_name, nn);
J. Bruce Fields221a6872013-04-01 22:23:49 -04002782 if (old) {
Jeff Laytond20c11d2014-07-30 08:27:07 -04002783 status = mark_client_expired_locked(old);
Jeff Layton7abea1e2014-07-30 08:27:13 -04002784 if (status) {
2785 old = NULL;
J. Bruce Fields221a6872013-04-01 22:23:49 -04002786 goto out_free_conn;
Jeff Layton7abea1e2014-07-30 08:27:13 -04002787 }
J. Bruce Fields221a6872013-04-01 22:23:49 -04002788 }
J. Bruce Fields8f9d3d32012-09-12 14:41:31 -04002789 move_to_confirmed(unconf);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002790 conf = unconf;
2791 } else {
2792 status = nfserr_stale_clientid;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002793 goto out_free_conn;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002794 }
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002795 status = nfs_ok;
Chuck Lever4ce85c82016-03-01 13:05:27 -05002796 /* Persistent sessions are not supported */
J. Bruce Fields408b79b2010-04-15 15:11:09 -04002797 cr_ses->flags &= ~SESSION4_PERSIST;
Chuck Lever4ce85c82016-03-01 13:05:27 -05002798 /* Upshifting from TCP to RDMA is not supported */
J. Bruce Fields408b79b2010-04-15 15:11:09 -04002799 cr_ses->flags &= ~SESSION4_RDMA;
2800
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002801 init_session(rqstp, new, conf, cr_ses);
Jeff Laytond20c11d2014-07-30 08:27:07 -04002802 nfsd4_get_session_locked(new);
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002803
J. Bruce Fieldsac7c46f2010-06-14 19:01:57 -04002804 memcpy(cr_ses->sessionid.data, new->se_sessionid.data,
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002805 NFS4_MAX_SESSIONID_LEN);
J. Bruce Fields86c3e162010-10-02 17:04:00 -04002806 cs_slot->sl_seqid++;
Andy Adamson49557cc2009-07-23 19:02:16 -04002807 cr_ses->seqid = cs_slot->sl_seqid;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002808
Jeff Laytond20c11d2014-07-30 08:27:07 -04002809 /* cache solo and embedded create sessions under the client_lock */
Andy Adamson49557cc2009-07-23 19:02:16 -04002810 nfsd4_cache_create_session(cr_ses, cs_slot, status);
Jeff Laytond20c11d2014-07-30 08:27:07 -04002811 spin_unlock(&nn->client_lock);
2812 /* init connection and backchannel */
2813 nfsd4_init_conn(rqstp, conn, new);
2814 nfsd4_put_session(new);
Jeff Laytond20c11d2014-07-30 08:27:07 -04002815 if (old)
2816 expire_client(old);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002817 return status;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002818out_free_conn:
Jeff Laytond20c11d2014-07-30 08:27:07 -04002819 spin_unlock(&nn->client_lock);
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002820 free_conn(conn);
Jeff Laytond20c11d2014-07-30 08:27:07 -04002821 if (old)
2822 expire_client(old);
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002823out_free_session:
2824 __free_session(new);
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002825out_release_drc_mem:
2826 nfsd4_put_drc_mem(&cr_ses->fore_channel);
J. Bruce Fields1ca50792013-03-14 18:12:03 -04002827 return status;
Andy Adamson069b6ad2009-04-03 08:27:58 +03002828}
2829
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04002830static __be32 nfsd4_map_bcts_dir(u32 *dir)
2831{
2832 switch (*dir) {
2833 case NFS4_CDFC4_FORE:
2834 case NFS4_CDFC4_BACK:
2835 return nfs_ok;
2836 case NFS4_CDFC4_FORE_OR_BOTH:
2837 case NFS4_CDFC4_BACK_OR_BOTH:
2838 *dir = NFS4_CDFC4_BOTH;
2839 return nfs_ok;
2840 };
2841 return nfserr_inval;
2842}
2843
J. Bruce Fieldscb73a9f2012-11-01 18:09:48 -04002844__be32 nfsd4_backchannel_ctl(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_backchannel_ctl *bc)
2845{
2846 struct nfsd4_session *session = cstate->session;
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002847 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
J. Bruce Fieldsb78724b2013-05-15 17:34:39 -04002848 __be32 status;
J. Bruce Fieldscb73a9f2012-11-01 18:09:48 -04002849
J. Bruce Fieldsb78724b2013-05-15 17:34:39 -04002850 status = nfsd4_check_cb_sec(&bc->bc_cb_sec);
2851 if (status)
2852 return status;
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002853 spin_lock(&nn->client_lock);
J. Bruce Fieldscb73a9f2012-11-01 18:09:48 -04002854 session->se_cb_prog = bc->bc_cb_program;
2855 session->se_cb_sec = bc->bc_cb_sec;
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002856 spin_unlock(&nn->client_lock);
J. Bruce Fieldscb73a9f2012-11-01 18:09:48 -04002857
2858 nfsd4_probe_callback(session->se_client);
2859
2860 return nfs_ok;
2861}
2862
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04002863__be32 nfsd4_bind_conn_to_session(struct svc_rqst *rqstp,
2864 struct nfsd4_compound_state *cstate,
2865 struct nfsd4_bind_conn_to_session *bcts)
2866{
2867 __be32 status;
J. Bruce Fields3ba63672012-09-11 15:37:40 -04002868 struct nfsd4_conn *conn;
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002869 struct nfsd4_session *session;
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002870 struct net *net = SVC_NET(rqstp);
2871 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04002872
2873 if (!nfsd4_last_compound_op(rqstp))
2874 return nfserr_not_only_op;
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002875 spin_lock(&nn->client_lock);
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002876 session = find_in_sessionid_hashtbl(&bcts->sessionid, net, &status);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002877 spin_unlock(&nn->client_lock);
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002878 if (!session)
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002879 goto out_no_session;
J. Bruce Fields57266a62013-04-13 14:27:29 -04002880 status = nfserr_wrong_cred;
Andrew Elblededeb132016-06-15 12:52:08 -04002881 if (!nfsd4_mach_creds_match(session->se_client, rqstp))
J. Bruce Fields57266a62013-04-13 14:27:29 -04002882 goto out;
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04002883 status = nfsd4_map_bcts_dir(&bcts->dir);
J. Bruce Fields3ba63672012-09-11 15:37:40 -04002884 if (status)
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002885 goto out;
J. Bruce Fields3ba63672012-09-11 15:37:40 -04002886 conn = alloc_conn(rqstp, bcts->dir);
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002887 status = nfserr_jukebox;
J. Bruce Fields3ba63672012-09-11 15:37:40 -04002888 if (!conn)
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002889 goto out;
2890 nfsd4_init_conn(rqstp, conn, session);
2891 status = nfs_ok;
2892out:
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002893 nfsd4_put_session(session);
2894out_no_session:
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002895 return status;
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04002896}
2897
J. Bruce Fields5d4cec22010-05-01 12:56:06 -04002898static bool nfsd4_compound_in_session(struct nfsd4_session *session, struct nfs4_sessionid *sid)
2899{
2900 if (!session)
2901 return 0;
2902 return !memcmp(sid, &session->se_sessionid, sizeof(*sid));
2903}
2904
Andy Adamson069b6ad2009-04-03 08:27:58 +03002905__be32
2906nfsd4_destroy_session(struct svc_rqst *r,
2907 struct nfsd4_compound_state *cstate,
2908 struct nfsd4_destroy_session *sessionid)
2909{
Benny Halevye10e0cf2009-04-03 08:28:38 +03002910 struct nfsd4_session *ses;
J. Bruce Fieldsabcdff092013-03-14 19:55:33 -04002911 __be32 status;
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -04002912 int ref_held_by_me = 0;
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002913 struct net *net = SVC_NET(r);
2914 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Benny Halevye10e0cf2009-04-03 08:28:38 +03002915
J. Bruce Fieldsabcdff092013-03-14 19:55:33 -04002916 status = nfserr_not_only_op;
J. Bruce Fields5d4cec22010-05-01 12:56:06 -04002917 if (nfsd4_compound_in_session(cstate->session, &sessionid->sessionid)) {
J. Bruce Fields57716352010-04-21 12:27:19 -04002918 if (!nfsd4_last_compound_op(r))
J. Bruce Fieldsabcdff092013-03-14 19:55:33 -04002919 goto out;
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -04002920 ref_held_by_me++;
J. Bruce Fields57716352010-04-21 12:27:19 -04002921 }
Benny Halevye10e0cf2009-04-03 08:28:38 +03002922 dump_sessionid(__func__, &sessionid->sessionid);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002923 spin_lock(&nn->client_lock);
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002924 ses = find_in_sessionid_hashtbl(&sessionid->sessionid, net, &status);
J. Bruce Fieldsabcdff092013-03-14 19:55:33 -04002925 if (!ses)
2926 goto out_client_lock;
J. Bruce Fields57266a62013-04-13 14:27:29 -04002927 status = nfserr_wrong_cred;
Andrew Elblededeb132016-06-15 12:52:08 -04002928 if (!nfsd4_mach_creds_match(ses->se_client, r))
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002929 goto out_put_session;
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -04002930 status = mark_session_dead_locked(ses, 1 + ref_held_by_me);
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04002931 if (status)
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -04002932 goto out_put_session;
Benny Halevye10e0cf2009-04-03 08:28:38 +03002933 unhash_session(ses);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002934 spin_unlock(&nn->client_lock);
Benny Halevye10e0cf2009-04-03 08:28:38 +03002935
J. Bruce Fields84f5f7c2010-12-09 15:52:19 -05002936 nfsd4_probe_callback_sync(ses->se_client);
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04002937
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002938 spin_lock(&nn->client_lock);
Benny Halevye10e0cf2009-04-03 08:28:38 +03002939 status = nfs_ok;
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -04002940out_put_session:
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002941 nfsd4_put_session_locked(ses);
J. Bruce Fieldsabcdff092013-03-14 19:55:33 -04002942out_client_lock:
2943 spin_unlock(&nn->client_lock);
Benny Halevye10e0cf2009-04-03 08:28:38 +03002944out:
Benny Halevye10e0cf2009-04-03 08:28:38 +03002945 return status;
Andy Adamson069b6ad2009-04-03 08:27:58 +03002946}
2947
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04002948static struct nfsd4_conn *__nfsd4_find_conn(struct svc_xprt *xpt, struct nfsd4_session *s)
J. Bruce Fields328ead22010-09-29 16:11:06 -04002949{
2950 struct nfsd4_conn *c;
2951
2952 list_for_each_entry(c, &s->se_conns, cn_persession) {
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04002953 if (c->cn_xprt == xpt) {
J. Bruce Fields328ead22010-09-29 16:11:06 -04002954 return c;
2955 }
2956 }
2957 return NULL;
2958}
2959
J. Bruce Fields57266a62013-04-13 14:27:29 -04002960static __be32 nfsd4_sequence_check_conn(struct nfsd4_conn *new, struct nfsd4_session *ses)
J. Bruce Fields328ead22010-09-29 16:11:06 -04002961{
2962 struct nfs4_client *clp = ses->se_client;
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04002963 struct nfsd4_conn *c;
J. Bruce Fields57266a62013-04-13 14:27:29 -04002964 __be32 status = nfs_ok;
J. Bruce Fields21b75b02010-10-26 10:07:17 -04002965 int ret;
J. Bruce Fields328ead22010-09-29 16:11:06 -04002966
2967 spin_lock(&clp->cl_lock);
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04002968 c = __nfsd4_find_conn(new->cn_xprt, ses);
J. Bruce Fields57266a62013-04-13 14:27:29 -04002969 if (c)
2970 goto out_free;
2971 status = nfserr_conn_not_bound_to_session;
2972 if (clp->cl_mach_cred)
2973 goto out_free;
J. Bruce Fields328ead22010-09-29 16:11:06 -04002974 __nfsd4_hash_conn(new, ses);
2975 spin_unlock(&clp->cl_lock);
J. Bruce Fields21b75b02010-10-26 10:07:17 -04002976 ret = nfsd4_register_conn(new);
2977 if (ret)
2978 /* oops; xprt is already down: */
2979 nfsd4_conn_lost(&new->cn_xpt_user);
J. Bruce Fields57266a62013-04-13 14:27:29 -04002980 return nfs_ok;
2981out_free:
2982 spin_unlock(&clp->cl_lock);
2983 free_conn(new);
2984 return status;
J. Bruce Fields328ead22010-09-29 16:11:06 -04002985}
2986
Mi Jinlong868b89c2011-04-27 09:09:58 +08002987static bool nfsd4_session_too_many_ops(struct svc_rqst *rqstp, struct nfsd4_session *session)
2988{
2989 struct nfsd4_compoundargs *args = rqstp->rq_argp;
2990
2991 return args->opcnt > session->se_fchannel.maxops;
2992}
2993
Mi Jinlongae82a8d2011-07-14 14:56:02 +08002994static bool nfsd4_request_too_big(struct svc_rqst *rqstp,
2995 struct nfsd4_session *session)
2996{
2997 struct xdr_buf *xb = &rqstp->rq_arg;
2998
2999 return xb->len > session->se_fchannel.maxreq_sz;
3000}
3001
Andy Adamson069b6ad2009-04-03 08:27:58 +03003002__be32
Benny Halevyb85d4c02009-04-03 08:28:08 +03003003nfsd4_sequence(struct svc_rqst *rqstp,
Andy Adamson069b6ad2009-04-03 08:27:58 +03003004 struct nfsd4_compound_state *cstate,
3005 struct nfsd4_sequence *seq)
3006{
Andy Adamsonf9bb94c42009-04-03 08:28:12 +03003007 struct nfsd4_compoundres *resp = rqstp->rq_resp;
J. Bruce Fields47ee5292014-03-12 21:39:35 -04003008 struct xdr_stream *xdr = &resp->xdr;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003009 struct nfsd4_session *session;
J. Bruce Fields221a6872013-04-01 22:23:49 -04003010 struct nfs4_client *clp;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003011 struct nfsd4_slot *slot;
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04003012 struct nfsd4_conn *conn;
J. Bruce Fields57b7b432012-04-25 17:58:50 -04003013 __be32 status;
J. Bruce Fields47ee5292014-03-12 21:39:35 -04003014 int buflen;
Trond Myklebustd4e19e702014-06-30 11:48:42 -04003015 struct net *net = SVC_NET(rqstp);
3016 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Benny Halevyb85d4c02009-04-03 08:28:08 +03003017
Andy Adamsonf9bb94c42009-04-03 08:28:12 +03003018 if (resp->opcnt != 1)
3019 return nfserr_sequence_pos;
3020
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04003021 /*
3022 * Will be either used or freed by nfsd4_sequence_check_conn
3023 * below.
3024 */
3025 conn = alloc_conn(rqstp, NFS4_CDFC4_FORE);
3026 if (!conn)
3027 return nfserr_jukebox;
3028
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03003029 spin_lock(&nn->client_lock);
Trond Myklebustd4e19e702014-06-30 11:48:42 -04003030 session = find_in_sessionid_hashtbl(&seq->sessionid, net, &status);
Benny Halevyb85d4c02009-04-03 08:28:08 +03003031 if (!session)
J. Bruce Fields221a6872013-04-01 22:23:49 -04003032 goto out_no_session;
3033 clp = session->se_client;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003034
Mi Jinlong868b89c2011-04-27 09:09:58 +08003035 status = nfserr_too_many_ops;
3036 if (nfsd4_session_too_many_ops(rqstp, session))
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003037 goto out_put_session;
Mi Jinlong868b89c2011-04-27 09:09:58 +08003038
Mi Jinlongae82a8d2011-07-14 14:56:02 +08003039 status = nfserr_req_too_big;
3040 if (nfsd4_request_too_big(rqstp, session))
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003041 goto out_put_session;
Mi Jinlongae82a8d2011-07-14 14:56:02 +08003042
Benny Halevyb85d4c02009-04-03 08:28:08 +03003043 status = nfserr_badslot;
Alexandros Batsakis6c18ba92009-06-16 04:19:13 +03003044 if (seq->slotid >= session->se_fchannel.maxreqs)
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003045 goto out_put_session;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003046
Andy Adamson557ce262009-08-28 08:45:04 -04003047 slot = session->se_slots[seq->slotid];
Benny Halevyb85d4c02009-04-03 08:28:08 +03003048 dprintk("%s: slotid %d\n", __func__, seq->slotid);
3049
Andy Adamsona8dfdae2009-08-28 08:45:02 -04003050 /* We do not negotiate the number of slots yet, so set the
3051 * maxslots to the session maxreqs which is used to encode
3052 * sr_highest_slotid and the sr_target_slot id to maxslots */
3053 seq->maxslots = session->se_fchannel.maxreqs;
3054
J. Bruce Fields73e79482012-02-13 16:39:00 -05003055 status = check_slot_seqid(seq->seqid, slot->sl_seqid,
3056 slot->sl_flags & NFSD4_SLOT_INUSE);
Benny Halevyb85d4c02009-04-03 08:28:08 +03003057 if (status == nfserr_replay_cache) {
J. Bruce Fieldsbf5c43c2012-02-13 16:56:19 -05003058 status = nfserr_seq_misordered;
3059 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED))
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003060 goto out_put_session;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003061 cstate->slot = slot;
3062 cstate->session = session;
Jeff Layton4b24ca72014-06-30 11:48:44 -04003063 cstate->clp = clp;
Andy Adamsonda3846a2009-04-03 08:28:22 +03003064 /* Return the cached reply status and set cstate->status
Andy Adamson557ce262009-08-28 08:45:04 -04003065 * for nfsd4_proc_compound processing */
Andy Adamsonbf864a32009-04-03 08:28:35 +03003066 status = nfsd4_replay_cache_entry(resp, seq);
Andy Adamsonda3846a2009-04-03 08:28:22 +03003067 cstate->status = nfserr_replay_cache;
Benny Halevyaaf84eb2009-08-20 03:21:56 +03003068 goto out;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003069 }
3070 if (status)
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003071 goto out_put_session;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003072
J. Bruce Fields57266a62013-04-13 14:27:29 -04003073 status = nfsd4_sequence_check_conn(conn, session);
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04003074 conn = NULL;
J. Bruce Fields57266a62013-04-13 14:27:29 -04003075 if (status)
3076 goto out_put_session;
J. Bruce Fields328ead22010-09-29 16:11:06 -04003077
J. Bruce Fields47ee5292014-03-12 21:39:35 -04003078 buflen = (seq->cachethis) ?
3079 session->se_fchannel.maxresp_cached :
3080 session->se_fchannel.maxresp_sz;
3081 status = (seq->cachethis) ? nfserr_rep_too_big_to_cache :
3082 nfserr_rep_too_big;
J. Bruce Fieldsa5cddc82014-05-12 18:10:58 -04003083 if (xdr_restrict_buflen(xdr, buflen - rqstp->rq_auth_slack))
J. Bruce Fields47ee5292014-03-12 21:39:35 -04003084 goto out_put_session;
J. Bruce Fields32aaa622014-03-20 20:47:41 -04003085 svc_reserve(rqstp, buflen);
J. Bruce Fields47ee5292014-03-12 21:39:35 -04003086
3087 status = nfs_ok;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003088 /* Success! bump slot seqid */
Benny Halevyb85d4c02009-04-03 08:28:08 +03003089 slot->sl_seqid = seq->seqid;
J. Bruce Fieldsbf5c43c2012-02-13 16:56:19 -05003090 slot->sl_flags |= NFSD4_SLOT_INUSE;
J. Bruce Fields73e79482012-02-13 16:39:00 -05003091 if (seq->cachethis)
3092 slot->sl_flags |= NFSD4_SLOT_CACHETHIS;
J. Bruce Fieldsbf5c43c2012-02-13 16:56:19 -05003093 else
3094 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003095
3096 cstate->slot = slot;
3097 cstate->session = session;
Jeff Layton4b24ca72014-06-30 11:48:44 -04003098 cstate->clp = clp;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003099
Benny Halevyb85d4c02009-04-03 08:28:08 +03003100out:
J. Bruce Fields221a6872013-04-01 22:23:49 -04003101 switch (clp->cl_cb_state) {
3102 case NFSD4_CB_DOWN:
3103 seq->status_flags = SEQ4_STATUS_CB_PATH_DOWN;
3104 break;
3105 case NFSD4_CB_FAULT:
3106 seq->status_flags = SEQ4_STATUS_BACKCHANNEL_FAULT;
3107 break;
3108 default:
3109 seq->status_flags = 0;
Benny Halevyaaf84eb2009-08-20 03:21:56 +03003110 }
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04003111 if (!list_empty(&clp->cl_revoked))
3112 seq->status_flags |= SEQ4_STATUS_RECALLABLE_STATE_REVOKED;
J. Bruce Fields221a6872013-04-01 22:23:49 -04003113out_no_session:
Kinglong Mee3f42d2c2014-03-24 11:56:59 +08003114 if (conn)
3115 free_conn(conn);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03003116 spin_unlock(&nn->client_lock);
Benny Halevyb85d4c02009-04-03 08:28:08 +03003117 return status;
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003118out_put_session:
Trond Myklebustd4e19e702014-06-30 11:48:42 -04003119 nfsd4_put_session_locked(session);
J. Bruce Fields221a6872013-04-01 22:23:49 -04003120 goto out_no_session;
Andy Adamson069b6ad2009-04-03 08:27:58 +03003121}
3122
Trond Myklebustb6076642014-06-30 11:48:35 -04003123void
3124nfsd4_sequence_done(struct nfsd4_compoundres *resp)
3125{
3126 struct nfsd4_compound_state *cs = &resp->cstate;
3127
3128 if (nfsd4_has_session(cs)) {
Trond Myklebustb6076642014-06-30 11:48:35 -04003129 if (cs->status != nfserr_replay_cache) {
3130 nfsd4_store_cache_entry(resp);
3131 cs->slot->sl_flags &= ~NFSD4_SLOT_INUSE;
3132 }
Trond Myklebustd4e19e702014-06-30 11:48:42 -04003133 /* Drop session reference that was taken in nfsd4_sequence() */
Trond Myklebustb6076642014-06-30 11:48:35 -04003134 nfsd4_put_session(cs->session);
Jeff Layton4b24ca72014-06-30 11:48:44 -04003135 } else if (cs->clp)
3136 put_client_renew(cs->clp);
Trond Myklebustb6076642014-06-30 11:48:35 -04003137}
3138
Mi Jinlong345c2842011-10-20 17:51:39 +08003139__be32
3140nfsd4_destroy_clientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_destroy_clientid *dc)
3141{
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003142 struct nfs4_client *conf, *unconf;
3143 struct nfs4_client *clp = NULL;
J. Bruce Fields57b7b432012-04-25 17:58:50 -04003144 __be32 status = 0;
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03003145 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Mi Jinlong345c2842011-10-20 17:51:39 +08003146
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003147 spin_lock(&nn->client_lock);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03003148 unconf = find_unconfirmed_client(&dc->clientid, true, nn);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03003149 conf = find_confirmed_client(&dc->clientid, true, nn);
J. Bruce Fields78389042013-03-12 10:12:37 -04003150 WARN_ON_ONCE(conf && unconf);
Mi Jinlong345c2842011-10-20 17:51:39 +08003151
3152 if (conf) {
J. Bruce Fieldsc0293b02013-03-14 18:20:01 -04003153 if (client_has_state(conf)) {
Mi Jinlong345c2842011-10-20 17:51:39 +08003154 status = nfserr_clientid_busy;
3155 goto out;
3156 }
Jeff Laytonfd699b82014-07-30 08:27:14 -04003157 status = mark_client_expired_locked(conf);
3158 if (status)
3159 goto out;
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003160 clp = conf;
Mi Jinlong345c2842011-10-20 17:51:39 +08003161 } else if (unconf)
3162 clp = unconf;
3163 else {
3164 status = nfserr_stale_clientid;
3165 goto out;
3166 }
Andrew Elblededeb132016-06-15 12:52:08 -04003167 if (!nfsd4_mach_creds_match(clp, rqstp)) {
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003168 clp = NULL;
J. Bruce Fields57266a62013-04-13 14:27:29 -04003169 status = nfserr_wrong_cred;
3170 goto out;
3171 }
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003172 unhash_client_locked(clp);
Mi Jinlong345c2842011-10-20 17:51:39 +08003173out:
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003174 spin_unlock(&nn->client_lock);
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003175 if (clp)
3176 expire_client(clp);
Mi Jinlong345c2842011-10-20 17:51:39 +08003177 return status;
3178}
3179
Andy Adamson069b6ad2009-04-03 08:27:58 +03003180__be32
J. Bruce Fields4dc6ec02010-04-19 15:11:28 -04003181nfsd4_reclaim_complete(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_reclaim_complete *rc)
3182{
J. Bruce Fields57b7b432012-04-25 17:58:50 -04003183 __be32 status = 0;
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003184
J. Bruce Fields4dc6ec02010-04-19 15:11:28 -04003185 if (rc->rca_one_fs) {
3186 if (!cstate->current_fh.fh_dentry)
3187 return nfserr_nofilehandle;
3188 /*
3189 * We don't take advantage of the rca_one_fs case.
3190 * That's OK, it's optional, we can safely ignore it.
3191 */
Christophe JAILLETd28c4422016-07-02 08:24:32 +02003192 return nfs_ok;
J. Bruce Fields4dc6ec02010-04-19 15:11:28 -04003193 }
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003194
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003195 status = nfserr_complete_already;
Jeff Laytona52d7262012-03-21 09:52:02 -04003196 if (test_and_set_bit(NFSD4_CLIENT_RECLAIM_COMPLETE,
3197 &cstate->session->se_client->cl_flags))
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003198 goto out;
3199
3200 status = nfserr_stale_clientid;
3201 if (is_client_expired(cstate->session->se_client))
J. Bruce Fields4dc6ec02010-04-19 15:11:28 -04003202 /*
3203 * The following error isn't really legal.
3204 * But we only get here if the client just explicitly
3205 * destroyed the client. Surely it no longer cares what
3206 * error it gets back on an operation for the dead
3207 * client.
3208 */
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003209 goto out;
3210
3211 status = nfs_ok;
Jeff Layton2a4317c2012-03-21 16:42:43 -04003212 nfsd4_client_record_create(cstate->session->se_client);
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003213out:
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003214 return status;
J. Bruce Fields4dc6ec02010-04-19 15:11:28 -04003215}
3216
3217__be32
J.Bruce Fieldsb5914802006-12-13 00:35:38 -08003218nfsd4_setclientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
3219 struct nfsd4_setclientid *setclid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220{
J. Bruce Fieldsa084daf2011-10-10 15:07:40 -04003221 struct xdr_netobj clname = setclid->se_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222 nfs4_verifier clverifier = setclid->se_verf;
Trond Myklebust3dbacee2014-07-30 08:27:06 -04003223 struct nfs4_client *conf, *new;
3224 struct nfs4_client *unconf = NULL;
Al Virob37ad282006-10-19 23:28:59 -07003225 __be32 status;
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03003226 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
3227
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04003228 new = create_client(clname, rqstp, &clverifier);
3229 if (new == NULL)
3230 return nfserr_jukebox;
J. Bruce Fields63db4632012-05-18 21:54:19 -04003231 /* Cases below refer to rfc 3530 section 14.2.33: */
Trond Myklebust3dbacee2014-07-30 08:27:06 -04003232 spin_lock(&nn->client_lock);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03003233 conf = find_confirmed_client_by_name(&clname, nn);
J. Bruce Fields2b634822015-10-15 15:33:23 -04003234 if (conf && client_has_state(conf)) {
J. Bruce Fields63db4632012-05-18 21:54:19 -04003235 /* case 0: */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236 status = nfserr_clid_inuse;
J. Bruce Fieldse203d502010-11-24 17:30:54 -05003237 if (clp_used_exchangeid(conf))
3238 goto out;
J. Bruce Fields026722c2009-03-18 15:06:26 -04003239 if (!same_creds(&conf->cl_cred, &rqstp->rq_cred)) {
Jeff Layton363168b2009-08-14 12:57:56 -04003240 char addr_str[INET6_ADDRSTRLEN];
3241 rpc_ntop((struct sockaddr *) &conf->cl_addr, addr_str,
3242 sizeof(addr_str));
3243 dprintk("NFSD: setclientid: string in use by client "
3244 "at %s\n", addr_str);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245 goto out;
3246 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003247 }
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03003248 unconf = find_unconfirmed_client_by_name(&clname, nn);
J. Bruce Fields8f930712012-05-18 22:06:41 -04003249 if (unconf)
Trond Myklebust3dbacee2014-07-30 08:27:06 -04003250 unhash_client_locked(unconf);
Kinglong Mee41eb1672015-07-13 17:29:41 +08003251 if (conf && same_verf(&conf->cl_verifier, &clverifier)) {
J. Bruce Fields63db4632012-05-18 21:54:19 -04003252 /* case 1: probable callback update */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253 copy_clid(new, conf);
Kinglong Mee41eb1672015-07-13 17:29:41 +08003254 gen_confirm(new, nn);
3255 } else /* case 4 (new client) or cases 2, 3 (client reboot): */
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03003256 gen_clid(new, nn);
J. Bruce Fields8323c3b2010-10-19 19:36:51 -04003257 new->cl_minorversion = 0;
Takuma Umeya6f3d7722010-12-15 14:09:01 +09003258 gen_callback(new, setclid, rqstp);
Jeff Laytonac55fdc2012-11-12 15:00:56 -05003259 add_to_unconfirmed(new);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003260 setclid->se_clientid.cl_boot = new->cl_clientid.cl_boot;
3261 setclid->se_clientid.cl_id = new->cl_clientid.cl_id;
3262 memcpy(setclid->se_confirm.data, new->cl_confirm.data, sizeof(setclid->se_confirm.data));
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04003263 new = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003264 status = nfs_ok;
3265out:
Trond Myklebust3dbacee2014-07-30 08:27:06 -04003266 spin_unlock(&nn->client_lock);
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04003267 if (new)
3268 free_client(new);
Trond Myklebust3dbacee2014-07-30 08:27:06 -04003269 if (unconf)
3270 expire_client(unconf);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271 return status;
3272}
3273
3274
Al Virob37ad282006-10-19 23:28:59 -07003275__be32
J.Bruce Fieldsb5914802006-12-13 00:35:38 -08003276nfsd4_setclientid_confirm(struct svc_rqst *rqstp,
3277 struct nfsd4_compound_state *cstate,
3278 struct nfsd4_setclientid_confirm *setclientid_confirm)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003279{
NeilBrown21ab45a2005-06-23 22:04:14 -07003280 struct nfs4_client *conf, *unconf;
Jeff Laytond20c11d2014-07-30 08:27:07 -04003281 struct nfs4_client *old = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003282 nfs4_verifier confirm = setclientid_confirm->sc_confirm;
3283 clientid_t * clid = &setclientid_confirm->sc_clientid;
Al Virob37ad282006-10-19 23:28:59 -07003284 __be32 status;
Stanislav Kinsbursky7f2210f2012-11-14 18:21:05 +03003285 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286
Stanislav Kinsbursky2c142ba2012-07-25 16:57:45 +04003287 if (STALE_CLIENTID(clid, nn))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288 return nfserr_stale_clientid;
NeilBrown21ab45a2005-06-23 22:04:14 -07003289
Jeff Laytond20c11d2014-07-30 08:27:07 -04003290 spin_lock(&nn->client_lock);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03003291 conf = find_confirmed_client(clid, false, nn);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03003292 unconf = find_unconfirmed_client(clid, false, nn);
J. Bruce Fieldsa186e762007-11-20 16:11:27 -05003293 /*
J. Bruce Fields8695b902012-05-19 10:05:58 -04003294 * We try hard to give out unique clientid's, so if we get an
3295 * attempt to confirm the same clientid with a different cred,
J. Bruce Fieldsf984a7c2015-09-01 13:40:53 -04003296 * the client may be buggy; this should never happen.
3297 *
3298 * Nevertheless, RFC 7530 recommends INUSE for this case:
J. Bruce Fieldsa186e762007-11-20 16:11:27 -05003299 */
J. Bruce Fieldsf984a7c2015-09-01 13:40:53 -04003300 status = nfserr_clid_inuse;
J. Bruce Fields8695b902012-05-19 10:05:58 -04003301 if (unconf && !same_creds(&unconf->cl_cred, &rqstp->rq_cred))
3302 goto out;
3303 if (conf && !same_creds(&conf->cl_cred, &rqstp->rq_cred))
3304 goto out;
J. Bruce Fields63db4632012-05-18 21:54:19 -04003305 /* cases below refer to rfc 3530 section 14.2.34: */
J. Bruce Fields90d700b2012-05-19 13:55:22 -04003306 if (!unconf || !same_verf(&confirm, &unconf->cl_confirm)) {
J. Bruce Fields7d22fc12016-09-20 20:55:36 -04003307 if (conf && same_verf(&confirm, &conf->cl_confirm)) {
3308 /* case 2: probable retransmit */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003309 status = nfs_ok;
J. Bruce Fields7d22fc12016-09-20 20:55:36 -04003310 } else /* case 4: client hasn't noticed we rebooted yet? */
J. Bruce Fields90d700b2012-05-19 13:55:22 -04003311 status = nfserr_stale_clientid;
3312 goto out;
3313 }
3314 status = nfs_ok;
3315 if (conf) { /* case 1: callback update */
Jeff Laytond20c11d2014-07-30 08:27:07 -04003316 old = unconf;
3317 unhash_client_locked(old);
J. Bruce Fields8695b902012-05-19 10:05:58 -04003318 nfsd4_change_callback(conf, &unconf->cl_cb_conn);
J. Bruce Fields90d700b2012-05-19 13:55:22 -04003319 } else { /* case 3: normal case; new or rebooted client */
Jeff Laytond20c11d2014-07-30 08:27:07 -04003320 old = find_confirmed_client_by_name(&unconf->cl_name, nn);
3321 if (old) {
J. Bruce Fields2b634822015-10-15 15:33:23 -04003322 status = nfserr_clid_inuse;
3323 if (client_has_state(old)
3324 && !same_creds(&unconf->cl_cred,
3325 &old->cl_cred))
3326 goto out;
Jeff Laytond20c11d2014-07-30 08:27:07 -04003327 status = mark_client_expired_locked(old);
Jeff Layton7abea1e2014-07-30 08:27:13 -04003328 if (status) {
3329 old = NULL;
J. Bruce Fields221a6872013-04-01 22:23:49 -04003330 goto out;
Jeff Layton7abea1e2014-07-30 08:27:13 -04003331 }
J. Bruce Fields221a6872013-04-01 22:23:49 -04003332 }
J. Bruce Fields8695b902012-05-19 10:05:58 -04003333 move_to_confirmed(unconf);
Jeff Laytond20c11d2014-07-30 08:27:07 -04003334 conf = unconf;
NeilBrown08e89872005-06-23 22:04:11 -07003335 }
Jeff Laytond20c11d2014-07-30 08:27:07 -04003336 get_client_locked(conf);
3337 spin_unlock(&nn->client_lock);
3338 nfsd4_probe_callback(conf);
3339 spin_lock(&nn->client_lock);
3340 put_client_renew_locked(conf);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003341out:
Jeff Laytond20c11d2014-07-30 08:27:07 -04003342 spin_unlock(&nn->client_lock);
3343 if (old)
3344 expire_client(old);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003345 return status;
3346}
3347
J. Bruce Fields32513b42011-10-13 16:00:16 -04003348static struct nfs4_file *nfsd4_alloc_file(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003349{
J. Bruce Fields32513b42011-10-13 16:00:16 -04003350 return kmem_cache_alloc(file_slab, GFP_KERNEL);
3351}
3352
3353/* OPEN Share state helper functions */
Jeff Layton5b095e92014-10-23 08:01:02 -04003354static void nfsd4_init_file(struct knfsd_fh *fh, unsigned int hashval,
3355 struct nfs4_file *fp)
J. Bruce Fields32513b42011-10-13 16:00:16 -04003356{
Trond Myklebust950e0112014-06-30 11:48:31 -04003357 lockdep_assert_held(&state_lock);
3358
J. Bruce Fields32513b42011-10-13 16:00:16 -04003359 atomic_set(&fp->fi_ref, 1);
Trond Myklebust1d31a252014-07-10 14:07:25 -04003360 spin_lock_init(&fp->fi_lock);
J. Bruce Fields32513b42011-10-13 16:00:16 -04003361 INIT_LIST_HEAD(&fp->fi_stateids);
3362 INIT_LIST_HEAD(&fp->fi_delegations);
Sachin Bhamare8287f002015-04-27 14:50:14 +02003363 INIT_LIST_HEAD(&fp->fi_clnt_odstate);
Trond Myklebuste2cf80d2014-07-23 16:17:38 -04003364 fh_copy_shallow(&fp->fi_fhandle, fh);
Jeff Layton0c637be2014-08-22 12:05:43 -04003365 fp->fi_deleg_file = NULL;
J. Bruce Fields32513b42011-10-13 16:00:16 -04003366 fp->fi_had_conflict = false;
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04003367 fp->fi_share_deny = 0;
J. Bruce Fields32513b42011-10-13 16:00:16 -04003368 memset(fp->fi_fds, 0, sizeof(fp->fi_fds));
3369 memset(fp->fi_access, 0, sizeof(fp->fi_access));
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02003370#ifdef CONFIG_NFSD_PNFS
3371 INIT_LIST_HEAD(&fp->fi_lo_states);
Christoph Hellwigc5c707f2014-09-23 12:38:48 +02003372 atomic_set(&fp->fi_lo_recalls, 0);
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02003373#endif
Jeff Layton5b095e92014-10-23 08:01:02 -04003374 hlist_add_head_rcu(&fp->fi_hash, &file_hashtbl[hashval]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375}
3376
J. Bruce Fieldse8ff2a82007-08-01 15:30:59 -04003377void
NeilBrowne60d4392005-06-23 22:03:01 -07003378nfsd4_free_slabs(void)
3379{
Sachin Bhamare8287f002015-04-27 14:50:14 +02003380 kmem_cache_destroy(odstate_slab);
Christoph Hellwigabf11352014-05-21 07:43:03 -07003381 kmem_cache_destroy(openowner_slab);
3382 kmem_cache_destroy(lockowner_slab);
3383 kmem_cache_destroy(file_slab);
3384 kmem_cache_destroy(stateid_slab);
3385 kmem_cache_destroy(deleg_slab);
NeilBrowne60d4392005-06-23 22:03:01 -07003386}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387
Bryan Schumaker72083392011-11-01 15:24:59 -04003388int
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389nfsd4_init_slabs(void)
3390{
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003391 openowner_slab = kmem_cache_create("nfsd4_openowners",
3392 sizeof(struct nfs4_openowner), 0, 0, NULL);
3393 if (openowner_slab == NULL)
Christoph Hellwigabf11352014-05-21 07:43:03 -07003394 goto out;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003395 lockowner_slab = kmem_cache_create("nfsd4_lockowners",
Yanchuan Nian3c407942012-10-24 14:44:19 +08003396 sizeof(struct nfs4_lockowner), 0, 0, NULL);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003397 if (lockowner_slab == NULL)
Christoph Hellwigabf11352014-05-21 07:43:03 -07003398 goto out_free_openowner_slab;
NeilBrowne60d4392005-06-23 22:03:01 -07003399 file_slab = kmem_cache_create("nfsd4_files",
Paul Mundt20c2df82007-07-20 10:11:58 +09003400 sizeof(struct nfs4_file), 0, 0, NULL);
NeilBrowne60d4392005-06-23 22:03:01 -07003401 if (file_slab == NULL)
Christoph Hellwigabf11352014-05-21 07:43:03 -07003402 goto out_free_lockowner_slab;
NeilBrown5ac049a2005-06-23 22:03:03 -07003403 stateid_slab = kmem_cache_create("nfsd4_stateids",
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04003404 sizeof(struct nfs4_ol_stateid), 0, 0, NULL);
NeilBrown5ac049a2005-06-23 22:03:03 -07003405 if (stateid_slab == NULL)
Christoph Hellwigabf11352014-05-21 07:43:03 -07003406 goto out_free_file_slab;
NeilBrown5b2d21c2005-06-23 22:03:04 -07003407 deleg_slab = kmem_cache_create("nfsd4_delegations",
Paul Mundt20c2df82007-07-20 10:11:58 +09003408 sizeof(struct nfs4_delegation), 0, 0, NULL);
NeilBrown5b2d21c2005-06-23 22:03:04 -07003409 if (deleg_slab == NULL)
Christoph Hellwigabf11352014-05-21 07:43:03 -07003410 goto out_free_stateid_slab;
Sachin Bhamare8287f002015-04-27 14:50:14 +02003411 odstate_slab = kmem_cache_create("nfsd4_odstate",
3412 sizeof(struct nfs4_clnt_odstate), 0, 0, NULL);
3413 if (odstate_slab == NULL)
3414 goto out_free_deleg_slab;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003415 return 0;
Christoph Hellwigabf11352014-05-21 07:43:03 -07003416
Sachin Bhamare8287f002015-04-27 14:50:14 +02003417out_free_deleg_slab:
3418 kmem_cache_destroy(deleg_slab);
Christoph Hellwigabf11352014-05-21 07:43:03 -07003419out_free_stateid_slab:
3420 kmem_cache_destroy(stateid_slab);
3421out_free_file_slab:
3422 kmem_cache_destroy(file_slab);
3423out_free_lockowner_slab:
3424 kmem_cache_destroy(lockowner_slab);
3425out_free_openowner_slab:
3426 kmem_cache_destroy(openowner_slab);
3427out:
NeilBrowne60d4392005-06-23 22:03:01 -07003428 dprintk("nfsd4: out of memory while initializing nfsv4\n");
3429 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430}
3431
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003432static void init_nfs4_replay(struct nfs4_replay *rp)
3433{
3434 rp->rp_status = nfserr_serverfault;
3435 rp->rp_buflen = 0;
3436 rp->rp_buf = rp->rp_ibuf;
Jeff Layton58fb12e2014-07-29 21:34:27 -04003437 mutex_init(&rp->rp_mutex);
3438}
3439
3440static void nfsd4_cstate_assign_replay(struct nfsd4_compound_state *cstate,
3441 struct nfs4_stateowner *so)
3442{
3443 if (!nfsd4_has_session(cstate)) {
3444 mutex_lock(&so->so_replay.rp_mutex);
Kinglong Meeb5971af2014-08-22 10:18:43 -04003445 cstate->replay_owner = nfs4_get_stateowner(so);
Jeff Layton58fb12e2014-07-29 21:34:27 -04003446 }
3447}
3448
3449void nfsd4_cstate_clear_replay(struct nfsd4_compound_state *cstate)
3450{
3451 struct nfs4_stateowner *so = cstate->replay_owner;
3452
3453 if (so != NULL) {
3454 cstate->replay_owner = NULL;
3455 mutex_unlock(&so->so_replay.rp_mutex);
3456 nfs4_put_stateowner(so);
3457 }
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003458}
3459
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003460static inline void *alloc_stateowner(struct kmem_cache *slab, struct xdr_netobj *owner, struct nfs4_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003461{
3462 struct nfs4_stateowner *sop;
3463
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003464 sop = kmem_cache_alloc(slab, GFP_KERNEL);
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003465 if (!sop)
3466 return NULL;
3467
3468 sop->so_owner.data = kmemdup(owner->data, owner->len, GFP_KERNEL);
3469 if (!sop->so_owner.data) {
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003470 kmem_cache_free(slab, sop);
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003471 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003472 }
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003473 sop->so_owner.len = owner->len;
3474
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003475 INIT_LIST_HEAD(&sop->so_stateids);
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003476 sop->so_client = clp;
3477 init_nfs4_replay(&sop->so_replay);
Jeff Layton6b180f02014-07-29 21:34:26 -04003478 atomic_set(&sop->so_count, 1);
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003479 return sop;
3480}
3481
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003482static void hash_openowner(struct nfs4_openowner *oo, struct nfs4_client *clp, unsigned int strhashval)
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003483{
Trond Myklebustd4f04892014-07-29 21:34:36 -04003484 lockdep_assert_held(&clp->cl_lock);
Stanislav Kinsbursky9b531132012-11-14 18:21:41 +03003485
Trond Myklebustd4f04892014-07-29 21:34:36 -04003486 list_add(&oo->oo_owner.so_strhash,
3487 &clp->cl_ownerstr_hashtbl[strhashval]);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003488 list_add(&oo->oo_perclient, &clp->cl_openowners);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489}
3490
Jeff Layton8f4b54c2014-07-29 21:34:29 -04003491static void nfs4_unhash_openowner(struct nfs4_stateowner *so)
3492{
Trond Myklebustd4f04892014-07-29 21:34:36 -04003493 unhash_openowner_locked(openowner(so));
Jeff Layton8f4b54c2014-07-29 21:34:29 -04003494}
3495
Jeff Layton6b180f02014-07-29 21:34:26 -04003496static void nfs4_free_openowner(struct nfs4_stateowner *so)
3497{
3498 struct nfs4_openowner *oo = openowner(so);
3499
3500 kmem_cache_free(openowner_slab, oo);
3501}
3502
3503static const struct nfs4_stateowner_operations openowner_ops = {
Jeff Layton8f4b54c2014-07-29 21:34:29 -04003504 .so_unhash = nfs4_unhash_openowner,
3505 .so_free = nfs4_free_openowner,
Jeff Layton6b180f02014-07-29 21:34:26 -04003506};
3507
Andrew Elble7fc05642015-11-05 20:42:43 -05003508static struct nfs4_ol_stateid *
3509nfsd4_find_existing_open(struct nfs4_file *fp, struct nfsd4_open *open)
3510{
3511 struct nfs4_ol_stateid *local, *ret = NULL;
3512 struct nfs4_openowner *oo = open->op_openowner;
3513
3514 lockdep_assert_held(&fp->fi_lock);
3515
3516 list_for_each_entry(local, &fp->fi_stateids, st_perfile) {
3517 /* ignore lock owners */
3518 if (local->st_stateowner->so_is_open_owner == 0)
3519 continue;
3520 if (local->st_stateowner == &oo->oo_owner) {
3521 ret = local;
3522 atomic_inc(&ret->st_stid.sc_count);
3523 break;
3524 }
3525 }
3526 return ret;
3527}
3528
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003529static struct nfs4_openowner *
Trond Myklebust13d6f662014-06-30 11:48:45 -04003530alloc_init_open_stateowner(unsigned int strhashval, struct nfsd4_open *open,
Jeff Laytondb24b3b2014-06-30 11:48:36 -04003531 struct nfsd4_compound_state *cstate)
3532{
Trond Myklebust13d6f662014-06-30 11:48:45 -04003533 struct nfs4_client *clp = cstate->clp;
Trond Myklebust7ffb5882014-07-29 21:34:34 -04003534 struct nfs4_openowner *oo, *ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003535
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003536 oo = alloc_stateowner(openowner_slab, &open->op_owner, clp);
3537 if (!oo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003538 return NULL;
Jeff Layton6b180f02014-07-29 21:34:26 -04003539 oo->oo_owner.so_ops = &openowner_ops;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003540 oo->oo_owner.so_is_open_owner = 1;
3541 oo->oo_owner.so_seqid = open->op_seqid;
Jeff Laytond3134b12014-07-29 21:34:32 -04003542 oo->oo_flags = 0;
Jeff Laytondb24b3b2014-06-30 11:48:36 -04003543 if (nfsd4_has_session(cstate))
3544 oo->oo_flags |= NFS4_OO_CONFIRMED;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003545 oo->oo_time = 0;
J. Bruce Fields38c387b2011-09-16 17:42:48 -04003546 oo->oo_last_closed_stid = NULL;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003547 INIT_LIST_HEAD(&oo->oo_close_lru);
Trond Myklebustd4f04892014-07-29 21:34:36 -04003548 spin_lock(&clp->cl_lock);
3549 ret = find_openstateowner_str_locked(strhashval, open, clp);
Trond Myklebust7ffb5882014-07-29 21:34:34 -04003550 if (ret == NULL) {
3551 hash_openowner(oo, clp, strhashval);
3552 ret = oo;
3553 } else
Kinglong Meed50ffde2015-07-16 12:05:07 +08003554 nfs4_free_stateowner(&oo->oo_owner);
3555
Trond Myklebustd4f04892014-07-29 21:34:36 -04003556 spin_unlock(&clp->cl_lock);
Jeff Laytonc5952332015-03-23 10:53:42 -04003557 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558}
3559
Andrew Elble7fc05642015-11-05 20:42:43 -05003560static struct nfs4_ol_stateid *
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003561init_open_stateid(struct nfs4_file *fp, struct nfsd4_open *open)
Andrew Elble7fc05642015-11-05 20:42:43 -05003562{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563
Andrew Elble7fc05642015-11-05 20:42:43 -05003564 struct nfs4_openowner *oo = open->op_openowner;
3565 struct nfs4_ol_stateid *retstp = NULL;
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003566 struct nfs4_ol_stateid *stp;
Andrew Elble7fc05642015-11-05 20:42:43 -05003567
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003568 stp = open->op_stp;
Oleg Drokin5cc1fb22016-06-14 23:28:05 -04003569 /* We are moving these outside of the spinlocks to avoid the warnings */
3570 mutex_init(&stp->st_mutex);
3571 mutex_lock(&stp->st_mutex);
3572
Andrew Elble7fc05642015-11-05 20:42:43 -05003573 spin_lock(&oo->oo_owner.so_client->cl_lock);
3574 spin_lock(&fp->fi_lock);
3575
3576 retstp = nfsd4_find_existing_open(fp, open);
3577 if (retstp)
3578 goto out_unlock;
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003579
3580 open->op_stp = NULL;
Trond Myklebustd6f2bc52014-07-29 21:34:19 -04003581 atomic_inc(&stp->st_stid.sc_count);
J. Bruce Fields3abdb602013-02-03 12:23:01 -05003582 stp->st_stid.sc_type = NFS4_OPEN_STID;
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04003583 INIT_LIST_HEAD(&stp->st_locks);
Kinglong Meeb5971af2014-08-22 10:18:43 -04003584 stp->st_stateowner = nfs4_get_stateowner(&oo->oo_owner);
NeilBrown13cd2182005-06-23 22:03:10 -07003585 get_nfs4_file(fp);
Trond Myklebust11b91642014-07-29 21:34:08 -04003586 stp->st_stid.sc_file = fp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587 stp->st_access_bmap = 0;
3588 stp->st_deny_bmap = 0;
NeilBrown4c4cd222005-07-07 17:59:27 -07003589 stp->st_openstp = NULL;
Jeff Layton1c755dc2014-07-29 21:34:12 -04003590 list_add(&stp->st_perstateowner, &oo->oo_owner.so_stateids);
Trond Myklebust1d31a252014-07-10 14:07:25 -04003591 list_add(&stp->st_perfile, &fp->fi_stateids);
Andrew Elble7fc05642015-11-05 20:42:43 -05003592
3593out_unlock:
Trond Myklebust1d31a252014-07-10 14:07:25 -04003594 spin_unlock(&fp->fi_lock);
Jeff Layton1c755dc2014-07-29 21:34:12 -04003595 spin_unlock(&oo->oo_owner.so_client->cl_lock);
Oleg Drokin5cc1fb22016-06-14 23:28:05 -04003596 if (retstp) {
3597 mutex_lock(&retstp->st_mutex);
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003598 /* To keep mutex tracking happy */
Oleg Drokin5cc1fb22016-06-14 23:28:05 -04003599 mutex_unlock(&stp->st_mutex);
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003600 stp = retstp;
Oleg Drokin5cc1fb22016-06-14 23:28:05 -04003601 }
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003602 return stp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603}
3604
Jeff Laytond3134b12014-07-29 21:34:32 -04003605/*
3606 * In the 4.0 case we need to keep the owners around a little while to handle
3607 * CLOSE replay. We still do need to release any file access that is held by
3608 * them before returning however.
3609 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003610static void
Jeff Laytond3134b12014-07-29 21:34:32 -04003611move_to_close_lru(struct nfs4_ol_stateid *s, struct net *net)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003612{
Jeff Layton217526e2014-07-30 08:27:11 -04003613 struct nfs4_ol_stateid *last;
Jeff Laytond3134b12014-07-29 21:34:32 -04003614 struct nfs4_openowner *oo = openowner(s->st_stateowner);
3615 struct nfsd_net *nn = net_generic(s->st_stid.sc_client->net,
3616 nfsd_net_id);
Stanislav Kinsbursky73758fed2012-11-14 18:22:01 +03003617
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003618 dprintk("NFSD: move_to_close_lru nfs4_openowner %p\n", oo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619
Jeff Laytonb401be222014-07-29 21:34:33 -04003620 /*
3621 * We know that we hold one reference via nfsd4_close, and another
3622 * "persistent" reference for the client. If the refcount is higher
3623 * than 2, then there are still calls in progress that are using this
3624 * stateid. We can't put the sc_file reference until they are finished.
3625 * Wait for the refcount to drop to 2. Since it has been unhashed,
3626 * there should be no danger of the refcount going back up again at
3627 * this point.
3628 */
3629 wait_event(close_wq, atomic_read(&s->st_stid.sc_count) == 2);
3630
Jeff Laytond3134b12014-07-29 21:34:32 -04003631 release_all_access(s);
3632 if (s->st_stid.sc_file) {
3633 put_nfs4_file(s->st_stid.sc_file);
3634 s->st_stid.sc_file = NULL;
3635 }
Jeff Layton217526e2014-07-30 08:27:11 -04003636
3637 spin_lock(&nn->client_lock);
3638 last = oo->oo_last_closed_stid;
Jeff Laytond3134b12014-07-29 21:34:32 -04003639 oo->oo_last_closed_stid = s;
Stanislav Kinsbursky73758fed2012-11-14 18:22:01 +03003640 list_move_tail(&oo->oo_close_lru, &nn->close_lru);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003641 oo->oo_time = get_seconds();
Jeff Layton217526e2014-07-30 08:27:11 -04003642 spin_unlock(&nn->client_lock);
3643 if (last)
3644 nfs4_put_stid(&last->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003645}
3646
Linus Torvalds1da177e2005-04-16 15:20:36 -07003647/* search file_hashtbl[] for file */
3648static struct nfs4_file *
Jeff Layton5b095e92014-10-23 08:01:02 -04003649find_file_locked(struct knfsd_fh *fh, unsigned int hashval)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003650{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651 struct nfs4_file *fp;
3652
Jeff Layton5b095e92014-10-23 08:01:02 -04003653 hlist_for_each_entry_rcu(fp, &file_hashtbl[hashval], fi_hash) {
Christoph Hellwig4d94c2e2014-08-14 08:41:48 +02003654 if (fh_match(&fp->fi_fhandle, fh)) {
Jeff Layton5b095e92014-10-23 08:01:02 -04003655 if (atomic_inc_not_zero(&fp->fi_ref))
3656 return fp;
NeilBrown13cd2182005-06-23 22:03:10 -07003657 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003658 }
3659 return NULL;
3660}
3661
Christoph Hellwige6ba76e2014-08-14 08:50:16 +02003662struct nfs4_file *
Trond Myklebustca943212014-07-23 16:17:39 -04003663find_file(struct knfsd_fh *fh)
Trond Myklebust950e0112014-06-30 11:48:31 -04003664{
3665 struct nfs4_file *fp;
Jeff Layton5b095e92014-10-23 08:01:02 -04003666 unsigned int hashval = file_hashval(fh);
Trond Myklebust950e0112014-06-30 11:48:31 -04003667
Jeff Layton5b095e92014-10-23 08:01:02 -04003668 rcu_read_lock();
3669 fp = find_file_locked(fh, hashval);
3670 rcu_read_unlock();
Trond Myklebust950e0112014-06-30 11:48:31 -04003671 return fp;
3672}
3673
3674static struct nfs4_file *
Jeff Laytonf9c00c32014-07-23 16:17:41 -04003675find_or_add_file(struct nfs4_file *new, struct knfsd_fh *fh)
Trond Myklebust950e0112014-06-30 11:48:31 -04003676{
3677 struct nfs4_file *fp;
Jeff Layton5b095e92014-10-23 08:01:02 -04003678 unsigned int hashval = file_hashval(fh);
3679
3680 rcu_read_lock();
3681 fp = find_file_locked(fh, hashval);
3682 rcu_read_unlock();
3683 if (fp)
3684 return fp;
Trond Myklebust950e0112014-06-30 11:48:31 -04003685
3686 spin_lock(&state_lock);
Jeff Layton5b095e92014-10-23 08:01:02 -04003687 fp = find_file_locked(fh, hashval);
3688 if (likely(fp == NULL)) {
3689 nfsd4_init_file(fh, hashval, new);
Trond Myklebust950e0112014-06-30 11:48:31 -04003690 fp = new;
3691 }
3692 spin_unlock(&state_lock);
3693
3694 return fp;
3695}
3696
J. Bruce Fields4f83aa32008-07-07 15:02:02 -04003697/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698 * Called to check deny when READ with all zero stateid or
3699 * WRITE with all zero or all one stateid
3700 */
Al Virob37ad282006-10-19 23:28:59 -07003701static __be32
Linus Torvalds1da177e2005-04-16 15:20:36 -07003702nfs4_share_conflict(struct svc_fh *current_fh, unsigned int deny_type)
3703{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003704 struct nfs4_file *fp;
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04003705 __be32 ret = nfs_ok;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706
Trond Myklebustca943212014-07-23 16:17:39 -04003707 fp = find_file(&current_fh->fh_handle);
NeilBrown13cd2182005-06-23 22:03:10 -07003708 if (!fp)
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04003709 return ret;
3710 /* Check for conflicting share reservations */
Trond Myklebust1d31a252014-07-10 14:07:25 -04003711 spin_lock(&fp->fi_lock);
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04003712 if (fp->fi_share_deny & deny_type)
3713 ret = nfserr_locked;
Trond Myklebust1d31a252014-07-10 14:07:25 -04003714 spin_unlock(&fp->fi_lock);
NeilBrown13cd2182005-06-23 22:03:10 -07003715 put_nfs4_file(fp);
3716 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717}
3718
Christoph Hellwig0162ac22014-09-24 12:19:19 +02003719static void nfsd4_cb_recall_prepare(struct nfsd4_callback *cb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003720{
Christoph Hellwig0162ac22014-09-24 12:19:19 +02003721 struct nfs4_delegation *dp = cb_to_delegation(cb);
Trond Myklebust11b91642014-07-29 21:34:08 -04003722 struct nfsd_net *nn = net_generic(dp->dl_stid.sc_client->net,
3723 nfsd_net_id);
J. Bruce Fieldse8c69d12013-03-21 15:19:33 -04003724
Trond Myklebust11b91642014-07-29 21:34:08 -04003725 block_delegations(&dp->dl_stid.sc_file->fi_fhandle);
Jeff Laytonf54fe962014-07-25 07:34:26 -04003726
Jeff Layton02e12152014-07-16 10:31:57 -04003727 /*
3728 * We can't do this in nfsd_break_deleg_cb because it is
Jeff Laytonf54fe962014-07-25 07:34:26 -04003729 * already holding inode->i_lock.
3730 *
Jeff Laytondff13992014-07-08 14:02:49 -04003731 * If the dl_time != 0, then we know that it has already been
3732 * queued for a lease break. Don't queue it again.
3733 */
Jeff Laytonf54fe962014-07-25 07:34:26 -04003734 spin_lock(&state_lock);
Jeff Laytondff13992014-07-08 14:02:49 -04003735 if (dp->dl_time == 0) {
Jeff Laytondff13992014-07-08 14:02:49 -04003736 dp->dl_time = get_seconds();
Jeff Layton02e12152014-07-16 10:31:57 -04003737 list_add_tail(&dp->dl_recall_lru, &nn->del_recall_lru);
Jeff Laytondff13992014-07-08 14:02:49 -04003738 }
Jeff Layton02e12152014-07-16 10:31:57 -04003739 spin_unlock(&state_lock);
3740}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003741
Christoph Hellwig0162ac22014-09-24 12:19:19 +02003742static int nfsd4_cb_recall_done(struct nfsd4_callback *cb,
3743 struct rpc_task *task)
3744{
3745 struct nfs4_delegation *dp = cb_to_delegation(cb);
3746
Andrew Elblea4579742015-08-31 12:06:41 -04003747 if (dp->dl_stid.sc_type == NFS4_CLOSED_DELEG_STID)
3748 return 1;
3749
Christoph Hellwig0162ac22014-09-24 12:19:19 +02003750 switch (task->tk_status) {
3751 case 0:
3752 return 1;
3753 case -EBADHANDLE:
3754 case -NFS4ERR_BAD_STATEID:
3755 /*
3756 * Race: client probably got cb_recall before open reply
3757 * granting delegation.
3758 */
3759 if (dp->dl_retries--) {
3760 rpc_delay(task, 2 * HZ);
3761 return 0;
3762 }
3763 /*FALLTHRU*/
3764 default:
3765 return -1;
3766 }
3767}
3768
3769static void nfsd4_cb_recall_release(struct nfsd4_callback *cb)
3770{
3771 struct nfs4_delegation *dp = cb_to_delegation(cb);
3772
3773 nfs4_put_stid(&dp->dl_stid);
3774}
3775
Julia Lawallc4cb8972015-11-21 22:57:39 +01003776static const struct nfsd4_callback_ops nfsd4_cb_recall_ops = {
Christoph Hellwig0162ac22014-09-24 12:19:19 +02003777 .prepare = nfsd4_cb_recall_prepare,
3778 .done = nfsd4_cb_recall_done,
3779 .release = nfsd4_cb_recall_release,
3780};
3781
Jeff Layton02e12152014-07-16 10:31:57 -04003782static void nfsd_break_one_deleg(struct nfs4_delegation *dp)
3783{
3784 /*
3785 * We're assuming the state code never drops its reference
3786 * without first removing the lease. Since we're in this lease
3787 * callback (and since the lease code is serialized by the kernel
3788 * lock) we know the server hasn't removed the lease yet, we know
3789 * it's safe to take a reference.
3790 */
Trond Myklebust72c0b0f2014-07-21 09:34:58 -04003791 atomic_inc(&dp->dl_stid.sc_count);
Christoph Hellwigf0b5de12014-09-24 12:19:18 +02003792 nfsd4_run_cb(&dp->dl_recall);
J. Bruce Fields6b57d9c2011-01-31 11:54:04 -05003793}
3794
Jeff Layton1c8c6012013-06-21 08:58:15 -04003795/* Called from break_lease() with i_lock held. */
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003796static bool
3797nfsd_break_deleg_cb(struct file_lock *fl)
J. Bruce Fields6b57d9c2011-01-31 11:54:04 -05003798{
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003799 bool ret = false;
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05003800 struct nfs4_file *fp = (struct nfs4_file *)fl->fl_owner;
3801 struct nfs4_delegation *dp;
J. Bruce Fields6b57d9c2011-01-31 11:54:04 -05003802
J. Bruce Fields7fa10cd2012-10-16 12:39:33 -04003803 if (!fp) {
3804 WARN(1, "(%p)->fl_owner NULL\n", fl);
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003805 return ret;
J. Bruce Fields7fa10cd2012-10-16 12:39:33 -04003806 }
3807 if (fp->fi_had_conflict) {
3808 WARN(1, "duplicate break on %p\n", fp);
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003809 return ret;
J. Bruce Fields7fa10cd2012-10-16 12:39:33 -04003810 }
J. Bruce Fields0272e1f2007-09-12 18:56:12 -04003811 /*
3812 * We don't want the locks code to timeout the lease for us;
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05003813 * we'll remove it ourself if a delegation isn't returned
J. Bruce Fields6b57d9c2011-01-31 11:54:04 -05003814 * in time:
J. Bruce Fields0272e1f2007-09-12 18:56:12 -04003815 */
3816 fl->fl_break_time = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817
Jeff Layton02e12152014-07-16 10:31:57 -04003818 spin_lock(&fp->fi_lock);
Jeff Layton417c6622014-07-21 09:34:57 -04003819 fp->fi_had_conflict = true;
3820 /*
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003821 * If there are no delegations on the list, then return true
3822 * so that the lease code will go ahead and delete it.
Jeff Layton417c6622014-07-21 09:34:57 -04003823 */
3824 if (list_empty(&fp->fi_delegations))
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003825 ret = true;
Jeff Layton417c6622014-07-21 09:34:57 -04003826 else
3827 list_for_each_entry(dp, &fp->fi_delegations, dl_perfile)
3828 nfsd_break_one_deleg(dp);
Jeff Layton02e12152014-07-16 10:31:57 -04003829 spin_unlock(&fp->fi_lock);
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003830 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003831}
3832
Jeff Laytonc45198e2014-09-01 07:12:07 -04003833static int
Jeff Layton7448cc32015-01-16 15:05:57 -05003834nfsd_change_deleg_cb(struct file_lock *onlist, int arg,
3835 struct list_head *dispose)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003836{
3837 if (arg & F_UNLCK)
Jeff Laytonc45198e2014-09-01 07:12:07 -04003838 return lease_modify(onlist, arg, dispose);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003839 else
3840 return -EAGAIN;
3841}
3842
Alexey Dobriyan7b021962009-09-21 17:01:12 -07003843static const struct lock_manager_operations nfsd_lease_mng_ops = {
J. Bruce Fields8fb47a42011-07-20 20:21:59 -04003844 .lm_break = nfsd_break_deleg_cb,
3845 .lm_change = nfsd_change_deleg_cb,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003846};
3847
J. Bruce Fields7a8711c2011-09-02 09:03:37 -04003848static __be32 nfsd4_check_seqid(struct nfsd4_compound_state *cstate, struct nfs4_stateowner *so, u32 seqid)
3849{
3850 if (nfsd4_has_session(cstate))
3851 return nfs_ok;
3852 if (seqid == so->so_seqid - 1)
3853 return nfserr_replay_me;
3854 if (seqid == so->so_seqid)
3855 return nfs_ok;
3856 return nfserr_bad_seqid;
3857}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003858
Jeff Layton4b24ca72014-06-30 11:48:44 -04003859static __be32 lookup_clientid(clientid_t *clid,
3860 struct nfsd4_compound_state *cstate,
3861 struct nfsd_net *nn)
3862{
3863 struct nfs4_client *found;
3864
3865 if (cstate->clp) {
3866 found = cstate->clp;
3867 if (!same_clid(&found->cl_clientid, clid))
3868 return nfserr_stale_clientid;
3869 return nfs_ok;
3870 }
3871
3872 if (STALE_CLIENTID(clid, nn))
3873 return nfserr_stale_clientid;
3874
3875 /*
3876 * For v4.1+ we get the client in the SEQUENCE op. If we don't have one
3877 * cached already then we know this is for is for v4.0 and "sessions"
3878 * will be false.
3879 */
3880 WARN_ON_ONCE(cstate->session);
Trond Myklebust3e339f92014-07-30 08:27:09 -04003881 spin_lock(&nn->client_lock);
Jeff Layton4b24ca72014-06-30 11:48:44 -04003882 found = find_confirmed_client(clid, false, nn);
Trond Myklebust3e339f92014-07-30 08:27:09 -04003883 if (!found) {
3884 spin_unlock(&nn->client_lock);
Jeff Layton4b24ca72014-06-30 11:48:44 -04003885 return nfserr_expired;
Trond Myklebust3e339f92014-07-30 08:27:09 -04003886 }
3887 atomic_inc(&found->cl_refcount);
3888 spin_unlock(&nn->client_lock);
Jeff Layton4b24ca72014-06-30 11:48:44 -04003889
3890 /* Cache the nfs4_client in cstate! */
3891 cstate->clp = found;
Jeff Layton4b24ca72014-06-30 11:48:44 -04003892 return nfs_ok;
3893}
3894
Al Virob37ad282006-10-19 23:28:59 -07003895__be32
Andy Adamson66689582009-04-03 08:28:45 +03003896nfsd4_process_open1(struct nfsd4_compound_state *cstate,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03003897 struct nfsd4_open *open, struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003898{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003899 clientid_t *clientid = &open->op_clientid;
3900 struct nfs4_client *clp = NULL;
3901 unsigned int strhashval;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003902 struct nfs4_openowner *oo = NULL;
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04003903 __be32 status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003904
Stanislav Kinsbursky2c142ba2012-07-25 16:57:45 +04003905 if (STALE_CLIENTID(&open->op_clientid, nn))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003906 return nfserr_stale_clientid;
J. Bruce Fields32513b42011-10-13 16:00:16 -04003907 /*
3908 * In case we need it later, after we've already created the
3909 * file and don't want to risk a further failure:
3910 */
3911 open->op_file = nfsd4_alloc_file();
3912 if (open->op_file == NULL)
3913 return nfserr_jukebox;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003914
Trond Myklebust2d91e892014-06-30 11:48:46 -04003915 status = lookup_clientid(clientid, cstate, nn);
3916 if (status)
3917 return status;
3918 clp = cstate->clp;
3919
Trond Myklebustd4f04892014-07-29 21:34:36 -04003920 strhashval = ownerstr_hashval(&open->op_owner);
3921 oo = find_openstateowner_str(strhashval, open, clp);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003922 open->op_openowner = oo;
3923 if (!oo) {
J. Bruce Fieldsbcf130f2011-10-12 20:44:20 -04003924 goto new_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003925 }
J. Bruce Fieldsdad1c062011-09-12 12:24:13 -04003926 if (!(oo->oo_flags & NFS4_OO_CONFIRMED)) {
J. Bruce Fields0f442aa2006-01-18 17:43:34 -08003927 /* Replace unconfirmed owners without checking for replay. */
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003928 release_openowner(oo);
3929 open->op_openowner = NULL;
J. Bruce Fieldsbcf130f2011-10-12 20:44:20 -04003930 goto new_owner;
J. Bruce Fields0f442aa2006-01-18 17:43:34 -08003931 }
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04003932 status = nfsd4_check_seqid(cstate, &oo->oo_owner, open->op_seqid);
3933 if (status)
3934 return status;
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04003935 goto alloc_stateid;
J. Bruce Fieldsbcf130f2011-10-12 20:44:20 -04003936new_owner:
Trond Myklebust13d6f662014-06-30 11:48:45 -04003937 oo = alloc_init_open_stateowner(strhashval, open, cstate);
J. Bruce Fieldsbcf130f2011-10-12 20:44:20 -04003938 if (oo == NULL)
3939 return nfserr_jukebox;
3940 open->op_openowner = oo;
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04003941alloc_stateid:
Jeff Laytonb49e0842014-07-29 21:34:11 -04003942 open->op_stp = nfs4_alloc_open_stateid(clp);
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04003943 if (!open->op_stp)
3944 return nfserr_jukebox;
Sachin Bhamare8287f002015-04-27 14:50:14 +02003945
3946 if (nfsd4_has_session(cstate) &&
3947 (cstate->current_fh.fh_export->ex_flags & NFSEXP_PNFS)) {
3948 open->op_odstate = alloc_clnt_odstate(clp);
3949 if (!open->op_odstate)
3950 return nfserr_jukebox;
3951 }
3952
J. Bruce Fields0f442aa2006-01-18 17:43:34 -08003953 return nfs_ok;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003954}
3955
Al Virob37ad282006-10-19 23:28:59 -07003956static inline __be32
NeilBrown4a6e43e2005-06-23 22:02:50 -07003957nfs4_check_delegmode(struct nfs4_delegation *dp, int flags)
3958{
3959 if ((flags & WR_STATE) && (dp->dl_type == NFS4_OPEN_DELEGATE_READ))
3960 return nfserr_openmode;
3961 else
3962 return nfs_ok;
3963}
3964
Daniel Mackc47d8322011-05-16 16:38:14 +02003965static int share_access_to_flags(u32 share_access)
J. Bruce Fields24a01112010-05-18 20:01:35 -04003966{
J. Bruce Fields24a01112010-05-18 20:01:35 -04003967 return share_access == NFS4_SHARE_ACCESS_READ ? RD_STATE : WR_STATE;
3968}
3969
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04003970static struct nfs4_delegation *find_deleg_stateid(struct nfs4_client *cl, stateid_t *s)
J. Bruce Fieldsf459e452011-09-09 09:06:12 -04003971{
3972 struct nfs4_stid *ret;
3973
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04003974 ret = find_stateid_by_type(cl, s, NFS4_DELEG_STID);
J. Bruce Fieldsf459e452011-09-09 09:06:12 -04003975 if (!ret)
3976 return NULL;
3977 return delegstateid(ret);
3978}
3979
J. Bruce Fields8b289b22011-10-19 11:52:12 -04003980static bool nfsd4_is_deleg_cur(struct nfsd4_open *open)
3981{
3982 return open->op_claim_type == NFS4_OPEN_CLAIM_DELEGATE_CUR ||
3983 open->op_claim_type == NFS4_OPEN_CLAIM_DELEG_CUR_FH;
3984}
3985
Al Virob37ad282006-10-19 23:28:59 -07003986static __be32
J. Bruce Fields41d22662013-03-21 15:49:47 -04003987nfs4_check_deleg(struct nfs4_client *cl, struct nfsd4_open *open,
NeilBrown567d9822005-06-23 22:02:53 -07003988 struct nfs4_delegation **dp)
3989{
3990 int flags;
Al Virob37ad282006-10-19 23:28:59 -07003991 __be32 status = nfserr_bad_stateid;
Trond Myklebustdcd94cc2014-07-29 21:34:18 -04003992 struct nfs4_delegation *deleg;
NeilBrown567d9822005-06-23 22:02:53 -07003993
Trond Myklebustdcd94cc2014-07-29 21:34:18 -04003994 deleg = find_deleg_stateid(cl, &open->op_delegate_stateid);
3995 if (deleg == NULL)
NeilBrownc44c5ee2005-06-23 22:02:54 -07003996 goto out;
J. Bruce Fields24a01112010-05-18 20:01:35 -04003997 flags = share_access_to_flags(open->op_share_access);
Trond Myklebustdcd94cc2014-07-29 21:34:18 -04003998 status = nfs4_check_delegmode(deleg, flags);
3999 if (status) {
4000 nfs4_put_stid(&deleg->dl_stid);
4001 goto out;
4002 }
4003 *dp = deleg;
NeilBrownc44c5ee2005-06-23 22:02:54 -07004004out:
J. Bruce Fields8b289b22011-10-19 11:52:12 -04004005 if (!nfsd4_is_deleg_cur(open))
NeilBrownc44c5ee2005-06-23 22:02:54 -07004006 return nfs_ok;
4007 if (status)
4008 return status;
J. Bruce Fieldsdad1c062011-09-12 12:24:13 -04004009 open->op_openowner->oo_flags |= NFS4_OO_CONFIRMED;
NeilBrownc44c5ee2005-06-23 22:02:54 -07004010 return nfs_ok;
NeilBrown567d9822005-06-23 22:02:53 -07004011}
4012
J. Bruce Fields21fb4012010-07-28 12:21:23 -04004013static inline int nfs4_access_to_access(u32 nfs4_access)
4014{
4015 int flags = 0;
4016
4017 if (nfs4_access & NFS4_SHARE_ACCESS_READ)
4018 flags |= NFSD_MAY_READ;
4019 if (nfs4_access & NFS4_SHARE_ACCESS_WRITE)
4020 flags |= NFSD_MAY_WRITE;
4021 return flags;
4022}
4023
Al Virob37ad282006-10-19 23:28:59 -07004024static inline __be32
Linus Torvalds1da177e2005-04-16 15:20:36 -07004025nfsd4_truncate(struct svc_rqst *rqstp, struct svc_fh *fh,
4026 struct nfsd4_open *open)
4027{
4028 struct iattr iattr = {
4029 .ia_valid = ATTR_SIZE,
4030 .ia_size = 0,
4031 };
4032 if (!open->op_truncate)
4033 return 0;
4034 if (!(open->op_share_access & NFS4_SHARE_ACCESS_WRITE))
Al Viro92465852006-01-18 17:43:46 -08004035 return nfserr_inval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004036 return nfsd_setattr(rqstp, fh, &iattr, 0, (time_t)0);
4037}
4038
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004039static __be32 nfs4_get_vfs_file(struct svc_rqst *rqstp, struct nfs4_file *fp,
Jeff Layton6eb3a1d2014-07-10 14:07:31 -04004040 struct svc_fh *cur_fh, struct nfs4_ol_stateid *stp,
4041 struct nfsd4_open *open)
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004042{
Trond Myklebustde186432014-07-10 14:07:26 -04004043 struct file *filp = NULL;
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004044 __be32 status;
4045 int oflag = nfs4_access_to_omode(open->op_share_access);
4046 int access = nfs4_access_to_access(open->op_share_access);
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004047 unsigned char old_access_bmap, old_deny_bmap;
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004048
Trond Myklebustde186432014-07-10 14:07:26 -04004049 spin_lock(&fp->fi_lock);
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004050
4051 /*
4052 * Are we trying to set a deny mode that would conflict with
4053 * current access?
4054 */
4055 status = nfs4_file_check_deny(fp, open->op_share_deny);
4056 if (status != nfs_ok) {
4057 spin_unlock(&fp->fi_lock);
4058 goto out;
4059 }
4060
4061 /* set access to the file */
4062 status = nfs4_file_get_access(fp, open->op_share_access);
4063 if (status != nfs_ok) {
4064 spin_unlock(&fp->fi_lock);
4065 goto out;
4066 }
4067
4068 /* Set access bits in stateid */
4069 old_access_bmap = stp->st_access_bmap;
4070 set_access(open->op_share_access, stp);
4071
4072 /* Set new deny mask */
4073 old_deny_bmap = stp->st_deny_bmap;
4074 set_deny(open->op_share_deny, stp);
4075 fp->fi_share_deny |= (open->op_share_deny & NFS4_SHARE_DENY_BOTH);
4076
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004077 if (!fp->fi_fds[oflag]) {
Trond Myklebustde186432014-07-10 14:07:26 -04004078 spin_unlock(&fp->fi_lock);
4079 status = nfsd_open(rqstp, cur_fh, S_IFREG, access, &filp);
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004080 if (status)
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004081 goto out_put_access;
Trond Myklebustde186432014-07-10 14:07:26 -04004082 spin_lock(&fp->fi_lock);
4083 if (!fp->fi_fds[oflag]) {
4084 fp->fi_fds[oflag] = filp;
4085 filp = NULL;
4086 }
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004087 }
Trond Myklebustde186432014-07-10 14:07:26 -04004088 spin_unlock(&fp->fi_lock);
4089 if (filp)
4090 fput(filp);
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004091
4092 status = nfsd4_truncate(rqstp, cur_fh, open);
4093 if (status)
4094 goto out_put_access;
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004095out:
4096 return status;
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004097out_put_access:
4098 stp->st_access_bmap = old_access_bmap;
4099 nfs4_file_put_access(fp, open->op_share_access);
4100 reset_union_bmap_deny(bmap_to_share_mode(old_deny_bmap), stp);
4101 goto out;
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004102}
4103
Al Virob37ad282006-10-19 23:28:59 -07004104static __be32
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04004105nfs4_upgrade_open(struct svc_rqst *rqstp, struct nfs4_file *fp, struct svc_fh *cur_fh, struct nfs4_ol_stateid *stp, struct nfsd4_open *open)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004106{
Al Virob37ad282006-10-19 23:28:59 -07004107 __be32 status;
Arnd Bergmann6ac75362015-05-12 23:31:29 +02004108 unsigned char old_deny_bmap = stp->st_deny_bmap;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004109
Jeff Layton6eb3a1d2014-07-10 14:07:31 -04004110 if (!test_access(open->op_share_access, stp))
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004111 return nfs4_get_vfs_file(rqstp, fp, cur_fh, stp, open);
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004112
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004113 /* test and set deny mode */
4114 spin_lock(&fp->fi_lock);
4115 status = nfs4_file_check_deny(fp, open->op_share_deny);
4116 if (status == nfs_ok) {
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004117 set_deny(open->op_share_deny, stp);
4118 fp->fi_share_deny |=
4119 (open->op_share_deny & NFS4_SHARE_DENY_BOTH);
4120 }
4121 spin_unlock(&fp->fi_lock);
4122
4123 if (status != nfs_ok)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004124 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004126 status = nfsd4_truncate(rqstp, cur_fh, open);
4127 if (status != nfs_ok)
4128 reset_union_bmap_deny(old_deny_bmap, stp);
4129 return status;
4130}
Linus Torvalds1da177e2005-04-16 15:20:36 -07004131
J. Bruce Fields14a24e92010-12-10 19:02:49 -05004132/* Should we give out recallable state?: */
4133static bool nfsd4_cb_channel_good(struct nfs4_client *clp)
4134{
4135 if (clp->cl_cb_state == NFSD4_CB_UP)
4136 return true;
4137 /*
4138 * In the sessions case, since we don't have to establish a
4139 * separate connection for callbacks, we assume it's OK
4140 * until we hear otherwise:
4141 */
4142 return clp->cl_minorversion && clp->cl_cb_state == NFSD4_CB_UNKNOWN;
4143}
4144
Jeff Laytond564fbe2014-07-16 10:31:58 -04004145static struct file_lock *nfs4_alloc_init_lease(struct nfs4_file *fp, int flag)
J. Bruce Fields22d38c42011-01-31 11:55:12 -05004146{
4147 struct file_lock *fl;
4148
4149 fl = locks_alloc_lock();
4150 if (!fl)
4151 return NULL;
J. Bruce Fields22d38c42011-01-31 11:55:12 -05004152 fl->fl_lmops = &nfsd_lease_mng_ops;
J. Bruce Fields617588d2011-07-01 15:18:34 -04004153 fl->fl_flags = FL_DELEG;
J. Bruce Fields22d38c42011-01-31 11:55:12 -05004154 fl->fl_type = flag == NFS4_OPEN_DELEGATE_READ? F_RDLCK: F_WRLCK;
4155 fl->fl_end = OFFSET_MAX;
Jeff Laytond564fbe2014-07-16 10:31:58 -04004156 fl->fl_owner = (fl_owner_t)fp;
J. Bruce Fields22d38c42011-01-31 11:55:12 -05004157 fl->fl_pid = current->tgid;
J. Bruce Fields22d38c42011-01-31 11:55:12 -05004158 return fl;
4159}
4160
Andrew Elble34ed9872015-10-15 12:07:28 -04004161/**
4162 * nfs4_setlease - Obtain a delegation by requesting lease from vfs layer
4163 * @dp: a pointer to the nfs4_delegation we're adding.
4164 *
4165 * Return:
4166 * On success: Return code will be 0 on success.
4167 *
4168 * On error: -EAGAIN if there was an existing delegation.
4169 * nonzero if there is an error in other cases.
4170 *
4171 */
4172
J. Bruce Fields99c41512013-05-21 16:21:25 -04004173static int nfs4_setlease(struct nfs4_delegation *dp)
J. Bruce Fieldsedab9782011-01-31 17:58:10 -05004174{
Trond Myklebust11b91642014-07-29 21:34:08 -04004175 struct nfs4_file *fp = dp->dl_stid.sc_file;
Kinglong Meeefde6b42015-07-13 17:33:24 +08004176 struct file_lock *fl;
Jeff Layton417c6622014-07-21 09:34:57 -04004177 struct file *filp;
4178 int status = 0;
J. Bruce Fieldsedab9782011-01-31 17:58:10 -05004179
Jeff Laytond564fbe2014-07-16 10:31:58 -04004180 fl = nfs4_alloc_init_lease(fp, NFS4_OPEN_DELEGATE_READ);
J. Bruce Fieldsedab9782011-01-31 17:58:10 -05004181 if (!fl)
4182 return -ENOMEM;
Jeff Layton417c6622014-07-21 09:34:57 -04004183 filp = find_readable_file(fp);
4184 if (!filp) {
4185 /* We should always have a readable file here */
4186 WARN_ON_ONCE(1);
Kinglong Meeaf9dbaf2015-07-13 17:30:51 +08004187 locks_free_lock(fl);
Jeff Layton417c6622014-07-21 09:34:57 -04004188 return -EBADF;
4189 }
4190 fl->fl_file = filp;
Jeff Laytone6f5c782014-08-22 10:40:25 -04004191 status = vfs_setlease(filp, fl->fl_type, &fl, NULL);
Jeff Layton1c7dd2f2014-08-22 10:55:47 -04004192 if (fl)
Jeff Layton417c6622014-07-21 09:34:57 -04004193 locks_free_lock(fl);
Jeff Layton1c7dd2f2014-08-22 10:55:47 -04004194 if (status)
Jeff Layton417c6622014-07-21 09:34:57 -04004195 goto out_fput;
Benny Halevycdc97502014-05-30 09:09:30 -04004196 spin_lock(&state_lock);
Jeff Layton417c6622014-07-21 09:34:57 -04004197 spin_lock(&fp->fi_lock);
4198 /* Did the lease get broken before we took the lock? */
4199 status = -EAGAIN;
4200 if (fp->fi_had_conflict)
4201 goto out_unlock;
4202 /* Race breaker */
Jeff Layton0c637be2014-08-22 12:05:43 -04004203 if (fp->fi_deleg_file) {
Andrew Elble34ed9872015-10-15 12:07:28 -04004204 status = hash_delegation_locked(dp, fp);
Jeff Layton417c6622014-07-21 09:34:57 -04004205 goto out_unlock;
4206 }
Jeff Layton417c6622014-07-21 09:34:57 -04004207 fp->fi_deleg_file = filp;
Andrew Elble34ed9872015-10-15 12:07:28 -04004208 fp->fi_delegees = 0;
4209 status = hash_delegation_locked(dp, fp);
Jeff Layton417c6622014-07-21 09:34:57 -04004210 spin_unlock(&fp->fi_lock);
Benny Halevycdc97502014-05-30 09:09:30 -04004211 spin_unlock(&state_lock);
Andrew Elble34ed9872015-10-15 12:07:28 -04004212 if (status) {
4213 /* Should never happen, this is a new fi_deleg_file */
4214 WARN_ON_ONCE(1);
4215 goto out_fput;
4216 }
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05004217 return 0;
Jeff Layton417c6622014-07-21 09:34:57 -04004218out_unlock:
4219 spin_unlock(&fp->fi_lock);
4220 spin_unlock(&state_lock);
4221out_fput:
4222 fput(filp);
J. Bruce Fieldse8730882012-01-23 13:52:01 -05004223 return status;
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05004224}
4225
Jeff Layton0b266932014-07-25 07:34:25 -04004226static struct nfs4_delegation *
4227nfs4_set_delegation(struct nfs4_client *clp, struct svc_fh *fh,
Sachin Bhamare8287f002015-04-27 14:50:14 +02004228 struct nfs4_file *fp, struct nfs4_clnt_odstate *odstate)
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05004229{
Jeff Layton0b266932014-07-25 07:34:25 -04004230 int status;
4231 struct nfs4_delegation *dp;
Jeff Layton417c6622014-07-21 09:34:57 -04004232
J. Bruce Fieldsbf7bd3e2013-08-15 16:55:26 -04004233 if (fp->fi_had_conflict)
Jeff Layton0b266932014-07-25 07:34:25 -04004234 return ERR_PTR(-EAGAIN);
4235
Andrew Elble34ed9872015-10-15 12:07:28 -04004236 spin_lock(&state_lock);
4237 spin_lock(&fp->fi_lock);
4238 status = nfs4_get_existing_delegation(clp, fp);
4239 spin_unlock(&fp->fi_lock);
4240 spin_unlock(&state_lock);
4241
4242 if (status)
4243 return ERR_PTR(status);
4244
Sachin Bhamare8287f002015-04-27 14:50:14 +02004245 dp = alloc_init_deleg(clp, fh, odstate);
Jeff Layton0b266932014-07-25 07:34:25 -04004246 if (!dp)
4247 return ERR_PTR(-ENOMEM);
4248
J. Bruce Fieldsbf7bd3e2013-08-15 16:55:26 -04004249 get_nfs4_file(fp);
Benny Halevycdc97502014-05-30 09:09:30 -04004250 spin_lock(&state_lock);
Jeff Layton417c6622014-07-21 09:34:57 -04004251 spin_lock(&fp->fi_lock);
Trond Myklebust11b91642014-07-29 21:34:08 -04004252 dp->dl_stid.sc_file = fp;
Jeff Layton0c637be2014-08-22 12:05:43 -04004253 if (!fp->fi_deleg_file) {
Jeff Layton417c6622014-07-21 09:34:57 -04004254 spin_unlock(&fp->fi_lock);
4255 spin_unlock(&state_lock);
Jeff Layton0b266932014-07-25 07:34:25 -04004256 status = nfs4_setlease(dp);
4257 goto out;
Jeff Layton417c6622014-07-21 09:34:57 -04004258 }
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05004259 if (fp->fi_had_conflict) {
Jeff Layton417c6622014-07-21 09:34:57 -04004260 status = -EAGAIN;
4261 goto out_unlock;
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05004262 }
Andrew Elble34ed9872015-10-15 12:07:28 -04004263 status = hash_delegation_locked(dp, fp);
Jeff Layton417c6622014-07-21 09:34:57 -04004264out_unlock:
4265 spin_unlock(&fp->fi_lock);
Benny Halevycdc97502014-05-30 09:09:30 -04004266 spin_unlock(&state_lock);
Jeff Layton0b266932014-07-25 07:34:25 -04004267out:
4268 if (status) {
Sachin Bhamare8287f002015-04-27 14:50:14 +02004269 put_clnt_odstate(dp->dl_clnt_odstate);
Trond Myklebust60116952014-07-29 21:34:06 -04004270 nfs4_put_stid(&dp->dl_stid);
Jeff Layton0b266932014-07-25 07:34:25 -04004271 return ERR_PTR(status);
4272 }
4273 return dp;
J. Bruce Fieldsedab9782011-01-31 17:58:10 -05004274}
4275
Benny Halevy4aa89132012-02-21 14:16:44 -08004276static void nfsd4_open_deleg_none_ext(struct nfsd4_open *open, int status)
4277{
4278 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE_EXT;
4279 if (status == -EAGAIN)
4280 open->op_why_no_deleg = WND4_CONTENTION;
4281 else {
4282 open->op_why_no_deleg = WND4_RESOURCE;
4283 switch (open->op_deleg_want) {
4284 case NFS4_SHARE_WANT_READ_DELEG:
4285 case NFS4_SHARE_WANT_WRITE_DELEG:
4286 case NFS4_SHARE_WANT_ANY_DELEG:
4287 break;
4288 case NFS4_SHARE_WANT_CANCEL:
4289 open->op_why_no_deleg = WND4_CANCELLED;
4290 break;
4291 case NFS4_SHARE_WANT_NO_DELEG:
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05004292 WARN_ON_ONCE(1);
Benny Halevy4aa89132012-02-21 14:16:44 -08004293 }
4294 }
4295}
4296
Linus Torvalds1da177e2005-04-16 15:20:36 -07004297/*
4298 * Attempt to hand out a delegation.
J. Bruce Fields99c41512013-05-21 16:21:25 -04004299 *
4300 * Note we don't support write delegations, and won't until the vfs has
4301 * proper support for them.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004302 */
4303static void
Jeff Layton4cf59222014-07-25 07:34:24 -04004304nfs4_open_delegation(struct svc_fh *fh, struct nfsd4_open *open,
4305 struct nfs4_ol_stateid *stp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004306{
4307 struct nfs4_delegation *dp;
Jeff Layton4cf59222014-07-25 07:34:24 -04004308 struct nfs4_openowner *oo = openowner(stp->st_stateowner);
4309 struct nfs4_client *clp = stp->st_stid.sc_client;
J. Bruce Fields14a24e92010-12-10 19:02:49 -05004310 int cb_up;
J. Bruce Fields99c41512013-05-21 16:21:25 -04004311 int status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004312
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04004313 cb_up = nfsd4_cb_channel_good(oo->oo_owner.so_client);
NeilBrown7b190fe2005-06-23 22:03:23 -07004314 open->op_recall = 0;
4315 switch (open->op_claim_type) {
4316 case NFS4_OPEN_CLAIM_PREVIOUS:
J. Bruce Fields2bf23872010-03-08 12:37:27 -05004317 if (!cb_up)
NeilBrown7b190fe2005-06-23 22:03:23 -07004318 open->op_recall = 1;
J. Bruce Fields99c41512013-05-21 16:21:25 -04004319 if (open->op_delegate_type != NFS4_OPEN_DELEGATE_READ)
4320 goto out_no_deleg;
NeilBrown7b190fe2005-06-23 22:03:23 -07004321 break;
4322 case NFS4_OPEN_CLAIM_NULL:
Ming Chened47b062014-01-09 21:26:10 +00004323 case NFS4_OPEN_CLAIM_FH:
J. Bruce Fields99c41512013-05-21 16:21:25 -04004324 /*
4325 * Let's not give out any delegations till everyone's
J. Bruce Fieldsc87fb4a2015-08-06 12:47:02 -04004326 * had the chance to reclaim theirs, *and* until
4327 * NLM locks have all been reclaimed:
J. Bruce Fields99c41512013-05-21 16:21:25 -04004328 */
Jeff Layton4cf59222014-07-25 07:34:24 -04004329 if (locks_in_grace(clp->net))
J. Bruce Fields99c41512013-05-21 16:21:25 -04004330 goto out_no_deleg;
J. Bruce Fieldsdad1c062011-09-12 12:24:13 -04004331 if (!cb_up || !(oo->oo_flags & NFS4_OO_CONFIRMED))
J. Bruce Fields99c41512013-05-21 16:21:25 -04004332 goto out_no_deleg;
Steve Dickson9a0590a2013-05-15 14:51:49 -04004333 /*
4334 * Also, if the file was opened for write or
4335 * create, there's a good chance the client's
4336 * about to write to it, resulting in an
4337 * immediate recall (since we don't support
4338 * write delegations):
4339 */
NeilBrown7b190fe2005-06-23 22:03:23 -07004340 if (open->op_share_access & NFS4_SHARE_ACCESS_WRITE)
J. Bruce Fields99c41512013-05-21 16:21:25 -04004341 goto out_no_deleg;
4342 if (open->op_create == NFS4_OPEN_CREATE)
4343 goto out_no_deleg;
NeilBrown7b190fe2005-06-23 22:03:23 -07004344 break;
4345 default:
J. Bruce Fields99c41512013-05-21 16:21:25 -04004346 goto out_no_deleg;
NeilBrown7b190fe2005-06-23 22:03:23 -07004347 }
Sachin Bhamare8287f002015-04-27 14:50:14 +02004348 dp = nfs4_set_delegation(clp, fh, stp->st_stid.sc_file, stp->st_clnt_odstate);
Jeff Layton0b266932014-07-25 07:34:25 -04004349 if (IS_ERR(dp))
J. Bruce Fieldsdd239cc2011-01-31 17:14:55 -05004350 goto out_no_deleg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004351
J. Bruce Fieldsd5477a82011-09-08 12:07:44 -04004352 memcpy(&open->op_delegate_stateid, &dp->dl_stid.sc_stateid, sizeof(dp->dl_stid.sc_stateid));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004353
Benny Halevy8c10cbd2009-10-19 12:04:53 +02004354 dprintk("NFSD: delegation stateid=" STATEID_FMT "\n",
J. Bruce Fieldsd5477a82011-09-08 12:07:44 -04004355 STATEID_VAL(&dp->dl_stid.sc_stateid));
J. Bruce Fields99c41512013-05-21 16:21:25 -04004356 open->op_delegate_type = NFS4_OPEN_DELEGATE_READ;
Trond Myklebust67cb1272014-07-29 21:34:17 -04004357 nfs4_put_stid(&dp->dl_stid);
J. Bruce Fieldsdd239cc2011-01-31 17:14:55 -05004358 return;
J. Bruce Fieldsdd239cc2011-01-31 17:14:55 -05004359out_no_deleg:
J. Bruce Fields99c41512013-05-21 16:21:25 -04004360 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE;
4361 if (open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS &&
J. Bruce Fieldsd08d32e2013-06-21 11:05:32 -04004362 open->op_delegate_type != NFS4_OPEN_DELEGATE_NONE) {
J. Bruce Fields99c41512013-05-21 16:21:25 -04004363 dprintk("NFSD: WARNING: refusing delegation reclaim\n");
J. Bruce Fieldsd08d32e2013-06-21 11:05:32 -04004364 open->op_recall = 1;
4365 }
J. Bruce Fields99c41512013-05-21 16:21:25 -04004366
4367 /* 4.1 client asking for a delegation? */
4368 if (open->op_deleg_want)
4369 nfsd4_open_deleg_none_ext(open, status);
4370 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004371}
4372
Benny Halevye27f49c2012-02-21 14:16:54 -08004373static void nfsd4_deleg_xgrade_none_ext(struct nfsd4_open *open,
4374 struct nfs4_delegation *dp)
4375{
4376 if (open->op_deleg_want == NFS4_SHARE_WANT_READ_DELEG &&
4377 dp->dl_type == NFS4_OPEN_DELEGATE_WRITE) {
4378 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE_EXT;
4379 open->op_why_no_deleg = WND4_NOT_SUPP_DOWNGRADE;
4380 } else if (open->op_deleg_want == NFS4_SHARE_WANT_WRITE_DELEG &&
4381 dp->dl_type == NFS4_OPEN_DELEGATE_WRITE) {
4382 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE_EXT;
4383 open->op_why_no_deleg = WND4_NOT_SUPP_UPGRADE;
4384 }
4385 /* Otherwise the client must be confused wanting a delegation
4386 * it already has, therefore we don't return
4387 * NFS4_OPEN_DELEGATE_NONE_EXT and reason.
4388 */
4389}
4390
Al Virob37ad282006-10-19 23:28:59 -07004391__be32
Linus Torvalds1da177e2005-04-16 15:20:36 -07004392nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open)
4393{
Andy Adamson66689582009-04-03 08:28:45 +03004394 struct nfsd4_compoundres *resp = rqstp->rq_resp;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004395 struct nfs4_client *cl = open->op_openowner->oo_owner.so_client;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004396 struct nfs4_file *fp = NULL;
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04004397 struct nfs4_ol_stateid *stp = NULL;
NeilBrown567d9822005-06-23 22:02:53 -07004398 struct nfs4_delegation *dp = NULL;
Al Virob37ad282006-10-19 23:28:59 -07004399 __be32 status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004400
Linus Torvalds1da177e2005-04-16 15:20:36 -07004401 /*
4402 * Lookup file; if found, lookup stateid and check open request,
4403 * and check for delegations in the process of being recalled.
4404 * If not found, create the nfs4_file struct
4405 */
Jeff Laytonf9c00c32014-07-23 16:17:41 -04004406 fp = find_or_add_file(open->op_file, &current_fh->fh_handle);
Trond Myklebust950e0112014-06-30 11:48:31 -04004407 if (fp != open->op_file) {
J. Bruce Fields41d22662013-03-21 15:49:47 -04004408 status = nfs4_check_deleg(cl, open, &dp);
NeilBrownc44c5ee2005-06-23 22:02:54 -07004409 if (status)
4410 goto out;
Andrew Elble7fc05642015-11-05 20:42:43 -05004411 spin_lock(&fp->fi_lock);
Jeff Laytona46cb7f2014-07-10 14:07:35 -04004412 stp = nfsd4_find_existing_open(fp, open);
Andrew Elble7fc05642015-11-05 20:42:43 -05004413 spin_unlock(&fp->fi_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004414 } else {
Trond Myklebust950e0112014-06-30 11:48:31 -04004415 open->op_file = NULL;
NeilBrownc44c5ee2005-06-23 22:02:54 -07004416 status = nfserr_bad_stateid;
J. Bruce Fields8b289b22011-10-19 11:52:12 -04004417 if (nfsd4_is_deleg_cur(open))
NeilBrownc44c5ee2005-06-23 22:02:54 -07004418 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004419 }
4420
4421 /*
4422 * OPEN the file, or upgrade an existing OPEN.
4423 * If truncate fails, the OPEN fails.
4424 */
4425 if (stp) {
4426 /* Stateid was found, this is an OPEN upgrade */
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04004427 mutex_lock(&stp->st_mutex);
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04004428 status = nfs4_upgrade_open(rqstp, fp, current_fh, stp, open);
Jeff Layton35a92fe2015-09-17 07:47:08 -04004429 if (status) {
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04004430 mutex_unlock(&stp->st_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004431 goto out;
Jeff Layton35a92fe2015-09-17 07:47:08 -04004432 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004433 } else {
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04004434 /* stp is returned locked. */
4435 stp = init_open_stateid(fp, open);
4436 /* See if we lost the race to some other thread */
4437 if (stp->st_access_bmap != 0) {
Andrew Elble7fc05642015-11-05 20:42:43 -05004438 status = nfs4_upgrade_open(rqstp, fp, current_fh,
4439 stp, open);
4440 if (status) {
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04004441 mutex_unlock(&stp->st_mutex);
Andrew Elble7fc05642015-11-05 20:42:43 -05004442 goto out;
4443 }
4444 goto upgrade_out;
4445 }
Jeff Layton6eb3a1d2014-07-10 14:07:31 -04004446 status = nfs4_get_vfs_file(rqstp, fp, current_fh, stp, open);
4447 if (status) {
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04004448 mutex_unlock(&stp->st_mutex);
Jeff Layton6eb3a1d2014-07-10 14:07:31 -04004449 release_open_stateid(stp);
4450 goto out;
4451 }
Sachin Bhamare8287f002015-04-27 14:50:14 +02004452
4453 stp->st_clnt_odstate = find_or_hash_clnt_odstate(fp,
4454 open->op_odstate);
4455 if (stp->st_clnt_odstate == open->op_odstate)
4456 open->op_odstate = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004457 }
Andrew Elble7fc05642015-11-05 20:42:43 -05004458upgrade_out:
Jeff Layton9767feb2015-10-01 09:05:50 -04004459 nfs4_inc_and_copy_stateid(&open->op_stateid, &stp->st_stid);
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04004460 mutex_unlock(&stp->st_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004461
Benny Halevyd24433c2012-02-16 20:57:17 +02004462 if (nfsd4_has_session(&resp->cstate)) {
Benny Halevyd24433c2012-02-16 20:57:17 +02004463 if (open->op_deleg_want & NFS4_SHARE_WANT_NO_DELEG) {
4464 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE_EXT;
4465 open->op_why_no_deleg = WND4_NOT_WANTED;
4466 goto nodeleg;
4467 }
4468 }
4469
Linus Torvalds1da177e2005-04-16 15:20:36 -07004470 /*
4471 * Attempt to hand out a delegation. No error return, because the
4472 * OPEN succeeds even if we fail.
4473 */
Jeff Layton4cf59222014-07-25 07:34:24 -04004474 nfs4_open_delegation(current_fh, open, stp);
Benny Halevyd24433c2012-02-16 20:57:17 +02004475nodeleg:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004476 status = nfs_ok;
4477
Benny Halevy8c10cbd2009-10-19 12:04:53 +02004478 dprintk("%s: stateid=" STATEID_FMT "\n", __func__,
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04004479 STATEID_VAL(&stp->st_stid.sc_stateid));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004480out:
Benny Halevyd24433c2012-02-16 20:57:17 +02004481 /* 4.1 client trying to upgrade/downgrade delegation? */
4482 if (open->op_delegate_type == NFS4_OPEN_DELEGATE_NONE && dp &&
Benny Halevye27f49c2012-02-21 14:16:54 -08004483 open->op_deleg_want)
4484 nfsd4_deleg_xgrade_none_ext(open, dp);
Benny Halevyd24433c2012-02-16 20:57:17 +02004485
NeilBrown13cd2182005-06-23 22:03:10 -07004486 if (fp)
4487 put_nfs4_file(fp);
NeilBrown37515172005-07-07 17:59:16 -07004488 if (status == 0 && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS)
Kinglong Mee87186022015-07-13 17:32:59 +08004489 open->op_openowner->oo_flags |= NFS4_OO_CONFIRMED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004490 /*
4491 * To finish the open response, we just need to set the rflags.
4492 */
4493 open->op_rflags = NFS4_OPEN_RESULT_LOCKTYPE_POSIX;
Jeff Layton19e4c342016-09-16 16:28:27 -04004494 if (nfsd4_has_session(&resp->cstate))
4495 open->op_rflags |= NFS4_OPEN_RESULT_MAY_NOTIFY_LOCK;
4496 else if (!(open->op_openowner->oo_flags & NFS4_OO_CONFIRMED))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004497 open->op_rflags |= NFS4_OPEN_RESULT_CONFIRM;
Jeff Layton19e4c342016-09-16 16:28:27 -04004498
Trond Myklebustdcd94cc2014-07-29 21:34:18 -04004499 if (dp)
4500 nfs4_put_stid(&dp->dl_stid);
Trond Myklebustd6f2bc52014-07-29 21:34:19 -04004501 if (stp)
4502 nfs4_put_stid(&stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004503
4504 return status;
4505}
4506
Jeff Layton58fb12e2014-07-29 21:34:27 -04004507void nfsd4_cleanup_open_state(struct nfsd4_compound_state *cstate,
Jeff Layton42297892015-03-23 10:53:44 -04004508 struct nfsd4_open *open)
J. Bruce Fieldsd29b20c2011-10-13 15:12:59 -04004509{
4510 if (open->op_openowner) {
Jeff Laytond3134b12014-07-29 21:34:32 -04004511 struct nfs4_stateowner *so = &open->op_openowner->oo_owner;
J. Bruce Fieldsd29b20c2011-10-13 15:12:59 -04004512
Jeff Laytond3134b12014-07-29 21:34:32 -04004513 nfsd4_cstate_assign_replay(cstate, so);
4514 nfs4_put_stateowner(so);
J. Bruce Fieldsd29b20c2011-10-13 15:12:59 -04004515 }
J. Bruce Fields32513b42011-10-13 16:00:16 -04004516 if (open->op_file)
Jeff Layton5b095e92014-10-23 08:01:02 -04004517 kmem_cache_free(file_slab, open->op_file);
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04004518 if (open->op_stp)
Trond Myklebust60116952014-07-29 21:34:06 -04004519 nfs4_put_stid(&open->op_stp->st_stid);
Sachin Bhamare8287f002015-04-27 14:50:14 +02004520 if (open->op_odstate)
4521 kmem_cache_free(odstate_slab, open->op_odstate);
J. Bruce Fieldsd29b20c2011-10-13 15:12:59 -04004522}
4523
Al Virob37ad282006-10-19 23:28:59 -07004524__be32
J.Bruce Fieldsb5914802006-12-13 00:35:38 -08004525nfsd4_renew(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
4526 clientid_t *clid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004527{
4528 struct nfs4_client *clp;
Al Virob37ad282006-10-19 23:28:59 -07004529 __be32 status;
Stanislav Kinsbursky7f2210f2012-11-14 18:21:05 +03004530 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004531
Linus Torvalds1da177e2005-04-16 15:20:36 -07004532 dprintk("process_renew(%08x/%08x): starting\n",
4533 clid->cl_boot, clid->cl_id);
Jeff Layton4b24ca72014-06-30 11:48:44 -04004534 status = lookup_clientid(clid, cstate, nn);
J. Bruce Fields9b2ef622012-12-03 17:24:41 -05004535 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004536 goto out;
Jeff Layton4b24ca72014-06-30 11:48:44 -04004537 clp = cstate->clp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004538 status = nfserr_cb_path_down;
NeilBrownea1da632005-06-23 22:04:17 -07004539 if (!list_empty(&clp->cl_delegations)
J. Bruce Fields77a35692010-04-30 18:51:44 -04004540 && clp->cl_cb_state != NFSD4_CB_UP)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004541 goto out;
4542 status = nfs_ok;
4543out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004544 return status;
4545}
4546
Jeff Layton7f5ef2e2014-09-12 16:40:21 -04004547void
Stanislav Kinsbursky12760c62012-11-14 18:22:12 +03004548nfsd4_end_grace(struct nfsd_net *nn)
NeilBrowna76b4312005-06-23 22:04:01 -07004549{
Jeff Layton33dcc482012-04-10 11:08:48 -04004550 /* do nothing if grace period already ended */
Stanislav Kinsburskya51c84e2012-07-25 16:57:37 +04004551 if (nn->grace_ended)
Jeff Layton33dcc482012-04-10 11:08:48 -04004552 return;
4553
NeilBrowna76b4312005-06-23 22:04:01 -07004554 dprintk("NFSD: end of grace period\n");
Stanislav Kinsburskya51c84e2012-07-25 16:57:37 +04004555 nn->grace_ended = true;
J. Bruce Fields70b28232014-09-16 17:37:32 -04004556 /*
4557 * If the server goes down again right now, an NFSv4
4558 * client will still be allowed to reclaim after it comes back up,
4559 * even if it hasn't yet had a chance to reclaim state this time.
4560 *
4561 */
Jeff Layton919b8042014-09-12 16:40:20 -04004562 nfsd4_record_grace_done(nn);
J. Bruce Fields70b28232014-09-16 17:37:32 -04004563 /*
4564 * At this point, NFSv4 clients can still reclaim. But if the
4565 * server crashes, any that have not yet reclaimed will be out
4566 * of luck on the next boot.
4567 *
4568 * (NFSv4.1+ clients are considered to have reclaimed once they
4569 * call RECLAIM_COMPLETE. NFSv4.0 clients are considered to
4570 * have reclaimed after their first OPEN.)
4571 */
Stanislav Kinsbursky5e1533c2012-07-25 16:56:58 +04004572 locks_end_grace(&nn->nfsd4_manager);
J. Bruce Fields70b28232014-09-16 17:37:32 -04004573 /*
4574 * At this point, and once lockd and/or any other containers
4575 * exit their grace period, further reclaims will fail and
4576 * regular locking can resume.
4577 */
NeilBrowna76b4312005-06-23 22:04:01 -07004578}
4579
NeilBrownfd39ca92005-06-23 22:04:03 -07004580static time_t
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03004581nfs4_laundromat(struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004582{
4583 struct nfs4_client *clp;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04004584 struct nfs4_openowner *oo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004585 struct nfs4_delegation *dp;
Jeff Layton217526e2014-07-30 08:27:11 -04004586 struct nfs4_ol_stateid *stp;
Jeff Layton7919d0a2016-09-16 16:28:25 -04004587 struct nfsd4_blocked_lock *nbl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004588 struct list_head *pos, *next, reaplist;
Stanislav Kinsbursky3d733712012-11-27 14:11:44 +03004589 time_t cutoff = get_seconds() - nn->nfsd4_lease;
Jeff Laytona832e7a2014-05-30 09:09:26 -04004590 time_t t, new_timeo = nn->nfsd4_lease;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004591
Linus Torvalds1da177e2005-04-16 15:20:36 -07004592 dprintk("NFSD: laundromat service - starting\n");
Stanislav Kinsbursky12760c62012-11-14 18:22:12 +03004593 nfsd4_end_grace(nn);
Benny Halevy36acb662010-05-12 00:13:04 +03004594 INIT_LIST_HEAD(&reaplist);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03004595 spin_lock(&nn->client_lock);
Stanislav Kinsbursky5ed58bb2012-11-14 18:21:56 +03004596 list_for_each_safe(pos, next, &nn->client_lru) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004597 clp = list_entry(pos, struct nfs4_client, cl_lru);
4598 if (time_after((unsigned long)clp->cl_time, (unsigned long)cutoff)) {
4599 t = clp->cl_time - cutoff;
Jeff Laytona832e7a2014-05-30 09:09:26 -04004600 new_timeo = min(new_timeo, t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004601 break;
4602 }
J. Bruce Fields221a6872013-04-01 22:23:49 -04004603 if (mark_client_expired_locked(clp)) {
Benny Halevyd7682982010-05-12 00:13:54 +03004604 dprintk("NFSD: client in use (clientid %08x)\n",
4605 clp->cl_clientid.cl_id);
4606 continue;
4607 }
Trond Myklebust4864af92014-07-30 08:27:03 -04004608 list_add(&clp->cl_lru, &reaplist);
Benny Halevy36acb662010-05-12 00:13:04 +03004609 }
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03004610 spin_unlock(&nn->client_lock);
Benny Halevy36acb662010-05-12 00:13:04 +03004611 list_for_each_safe(pos, next, &reaplist) {
4612 clp = list_entry(pos, struct nfs4_client, cl_lru);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004613 dprintk("NFSD: purging unused client (clientid %08x)\n",
4614 clp->cl_clientid.cl_id);
Trond Myklebust4864af92014-07-30 08:27:03 -04004615 list_del_init(&clp->cl_lru);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004616 expire_client(clp);
4617 }
Benny Halevycdc97502014-05-30 09:09:30 -04004618 spin_lock(&state_lock);
J. Bruce Fieldse8c69d12013-03-21 15:19:33 -04004619 list_for_each_safe(pos, next, &nn->del_recall_lru) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004620 dp = list_entry (pos, struct nfs4_delegation, dl_recall_lru);
4621 if (time_after((unsigned long)dp->dl_time, (unsigned long)cutoff)) {
Jeff Laytona832e7a2014-05-30 09:09:26 -04004622 t = dp->dl_time - cutoff;
4623 new_timeo = min(new_timeo, t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004624 break;
4625 }
Jeff Layton3fcbbd22015-08-24 12:41:48 -04004626 WARN_ON(!unhash_delegation_locked(dp));
Jeff Layton42690672014-07-25 07:34:20 -04004627 list_add(&dp->dl_recall_lru, &reaplist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004628 }
Benny Halevycdc97502014-05-30 09:09:30 -04004629 spin_unlock(&state_lock);
Jeff Layton2d4a5322014-07-25 07:34:21 -04004630 while (!list_empty(&reaplist)) {
4631 dp = list_first_entry(&reaplist, struct nfs4_delegation,
4632 dl_recall_lru);
4633 list_del_init(&dp->dl_recall_lru);
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04004634 revoke_delegation(dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004635 }
Jeff Layton217526e2014-07-30 08:27:11 -04004636
4637 spin_lock(&nn->client_lock);
4638 while (!list_empty(&nn->close_lru)) {
4639 oo = list_first_entry(&nn->close_lru, struct nfs4_openowner,
4640 oo_close_lru);
4641 if (time_after((unsigned long)oo->oo_time,
4642 (unsigned long)cutoff)) {
Jeff Laytona832e7a2014-05-30 09:09:26 -04004643 t = oo->oo_time - cutoff;
4644 new_timeo = min(new_timeo, t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004645 break;
4646 }
Jeff Layton217526e2014-07-30 08:27:11 -04004647 list_del_init(&oo->oo_close_lru);
4648 stp = oo->oo_last_closed_stid;
4649 oo->oo_last_closed_stid = NULL;
4650 spin_unlock(&nn->client_lock);
4651 nfs4_put_stid(&stp->st_stid);
4652 spin_lock(&nn->client_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004653 }
Jeff Layton217526e2014-07-30 08:27:11 -04004654 spin_unlock(&nn->client_lock);
4655
Jeff Layton7919d0a2016-09-16 16:28:25 -04004656 /*
4657 * It's possible for a client to try and acquire an already held lock
4658 * that is being held for a long time, and then lose interest in it.
4659 * So, we clean out any un-revisited request after a lease period
4660 * under the assumption that the client is no longer interested.
4661 *
4662 * RFC5661, sec. 9.6 states that the client must not rely on getting
4663 * notifications and must continue to poll for locks, even when the
4664 * server supports them. Thus this shouldn't lead to clients blocking
4665 * indefinitely once the lock does become free.
4666 */
4667 BUG_ON(!list_empty(&reaplist));
4668 spin_lock(&nn->client_lock);
4669 while (!list_empty(&nn->blocked_locks_lru)) {
4670 nbl = list_first_entry(&nn->blocked_locks_lru,
4671 struct nfsd4_blocked_lock, nbl_lru);
4672 if (time_after((unsigned long)nbl->nbl_time,
4673 (unsigned long)cutoff)) {
4674 t = nbl->nbl_time - cutoff;
4675 new_timeo = min(new_timeo, t);
4676 break;
4677 }
4678 list_move(&nbl->nbl_lru, &reaplist);
4679 list_del_init(&nbl->nbl_list);
4680 }
4681 spin_unlock(&nn->client_lock);
4682
4683 while (!list_empty(&reaplist)) {
4684 nbl = list_first_entry(&nn->blocked_locks_lru,
4685 struct nfsd4_blocked_lock, nbl_lru);
4686 list_del_init(&nbl->nbl_lru);
4687 posix_unblock_lock(&nbl->nbl_lock);
4688 free_blocked_lock(nbl);
4689 }
4690
Jeff Laytona832e7a2014-05-30 09:09:26 -04004691 new_timeo = max_t(time_t, new_timeo, NFSD_LAUNDROMAT_MINTIMEOUT);
Jeff Laytona832e7a2014-05-30 09:09:26 -04004692 return new_timeo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004693}
4694
Harvey Harrisona254b242008-02-20 12:49:00 -08004695static struct workqueue_struct *laundry_wq;
4696static void laundromat_main(struct work_struct *);
Harvey Harrisona254b242008-02-20 12:49:00 -08004697
4698static void
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03004699laundromat_main(struct work_struct *laundry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004700{
4701 time_t t;
Geliang Tang2e55f3a2016-01-01 22:06:28 +08004702 struct delayed_work *dwork = to_delayed_work(laundry);
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03004703 struct nfsd_net *nn = container_of(dwork, struct nfsd_net,
4704 laundromat_work);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004705
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03004706 t = nfs4_laundromat(nn);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004707 dprintk("NFSD: laundromat_main - sleeping for %ld seconds\n", t);
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03004708 queue_delayed_work(laundry_wq, &nn->laundromat_work, t*HZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004709}
4710
Jeff Layton8fcd4612015-07-30 06:57:46 -04004711static inline __be32 nfs4_check_fh(struct svc_fh *fhp, struct nfs4_stid *stp)
NeilBrownf8816512005-07-07 17:59:25 -07004712{
Jeff Layton8fcd4612015-07-30 06:57:46 -04004713 if (!fh_match(&fhp->fh_handle, &stp->sc_file->fi_fhandle))
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04004714 return nfserr_bad_stateid;
4715 return nfs_ok;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004716}
4717
Linus Torvalds1da177e2005-04-16 15:20:36 -07004718static inline int
Jeff Layton82c5ff12012-05-11 09:45:13 -04004719access_permit_read(struct nfs4_ol_stateid *stp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004720{
Jeff Layton82c5ff12012-05-11 09:45:13 -04004721 return test_access(NFS4_SHARE_ACCESS_READ, stp) ||
4722 test_access(NFS4_SHARE_ACCESS_BOTH, stp) ||
4723 test_access(NFS4_SHARE_ACCESS_WRITE, stp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004724}
4725
4726static inline int
Jeff Layton82c5ff12012-05-11 09:45:13 -04004727access_permit_write(struct nfs4_ol_stateid *stp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004728{
Jeff Layton82c5ff12012-05-11 09:45:13 -04004729 return test_access(NFS4_SHARE_ACCESS_WRITE, stp) ||
4730 test_access(NFS4_SHARE_ACCESS_BOTH, stp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004731}
4732
4733static
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04004734__be32 nfs4_check_openmode(struct nfs4_ol_stateid *stp, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004735{
Al Virob37ad282006-10-19 23:28:59 -07004736 __be32 status = nfserr_openmode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004737
J. Bruce Fields02921912010-07-29 15:16:59 -04004738 /* For lock stateid's, we test the parent open, not the lock: */
4739 if (stp->st_openstp)
4740 stp = stp->st_openstp;
Jeff Layton82c5ff12012-05-11 09:45:13 -04004741 if ((flags & WR_STATE) && !access_permit_write(stp))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004742 goto out;
Jeff Layton82c5ff12012-05-11 09:45:13 -04004743 if ((flags & RD_STATE) && !access_permit_read(stp))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004744 goto out;
4745 status = nfs_ok;
4746out:
4747 return status;
4748}
4749
Al Virob37ad282006-10-19 23:28:59 -07004750static inline __be32
Stanislav Kinsbursky5ccb0062012-07-25 16:57:22 +04004751check_special_stateids(struct net *net, svc_fh *current_fh, stateid_t *stateid, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004752{
J. Bruce Fields203a8c82009-02-21 13:29:14 -08004753 if (ONE_STATEID(stateid) && (flags & RD_STATE))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004754 return nfs_ok;
J. Bruce Fieldsc87fb4a2015-08-06 12:47:02 -04004755 else if (opens_in_grace(net)) {
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004756 /* Answer in remaining cases depends on existence of
Linus Torvalds1da177e2005-04-16 15:20:36 -07004757 * conflicting state; so we must wait out the grace period. */
4758 return nfserr_grace;
4759 } else if (flags & WR_STATE)
4760 return nfs4_share_conflict(current_fh,
4761 NFS4_SHARE_DENY_WRITE);
4762 else /* (flags & RD_STATE) && ZERO_STATEID(stateid) */
4763 return nfs4_share_conflict(current_fh,
4764 NFS4_SHARE_DENY_READ);
4765}
4766
4767/*
4768 * Allow READ/WRITE during grace period on recovered state only for files
4769 * that are not able to provide mandatory locking.
4770 */
4771static inline int
Stanislav Kinsbursky5ccb0062012-07-25 16:57:22 +04004772grace_disallows_io(struct net *net, struct inode *inode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004773{
J. Bruce Fieldsc87fb4a2015-08-06 12:47:02 -04004774 return opens_in_grace(net) && mandatory_lock(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004775}
4776
J. Bruce Fields57b7b432012-04-25 17:58:50 -04004777static __be32 check_stateid_generation(stateid_t *in, stateid_t *ref, bool has_session)
J. Bruce Fields0836f582008-01-26 19:08:12 -05004778{
Andy Adamson66689582009-04-03 08:28:45 +03004779 /*
4780 * When sessions are used the stateid generation number is ignored
4781 * when it is zero.
4782 */
J. Bruce Fields28dde242011-08-22 10:07:12 -04004783 if (has_session && in->si_generation == 0)
J. Bruce Fields81b82962011-08-23 11:03:29 -04004784 return nfs_ok;
4785
4786 if (in->si_generation == ref->si_generation)
4787 return nfs_ok;
Andy Adamson66689582009-04-03 08:28:45 +03004788
J. Bruce Fields0836f582008-01-26 19:08:12 -05004789 /* If the client sends us a stateid from the future, it's buggy: */
Jeff Layton14b7f4a2016-05-05 06:53:47 -04004790 if (nfsd4_stateid_generation_after(in, ref))
J. Bruce Fields0836f582008-01-26 19:08:12 -05004791 return nfserr_bad_stateid;
4792 /*
J. Bruce Fields81b82962011-08-23 11:03:29 -04004793 * However, we could see a stateid from the past, even from a
4794 * non-buggy client. For example, if the client sends a lock
4795 * while some IO is outstanding, the lock may bump si_generation
4796 * while the IO is still in flight. The client could avoid that
4797 * situation by waiting for responses on all the IO requests,
4798 * but better performance may result in retrying IO that
4799 * receives an old_stateid error if requests are rarely
4800 * reordered in flight:
J. Bruce Fields0836f582008-01-26 19:08:12 -05004801 */
J. Bruce Fields81b82962011-08-23 11:03:29 -04004802 return nfserr_old_stateid;
J. Bruce Fields0836f582008-01-26 19:08:12 -05004803}
4804
Christoph Hellwigebe9cb32015-04-28 15:41:15 +02004805static __be32 nfsd4_check_openowner_confirmed(struct nfs4_ol_stateid *ols)
4806{
4807 if (ols->st_stateowner->so_is_open_owner &&
4808 !(openowner(ols->st_stateowner)->oo_flags & NFS4_OO_CONFIRMED))
4809 return nfserr_bad_stateid;
4810 return nfs_ok;
4811}
4812
Chuck Lever7df302f2012-05-29 13:56:37 -04004813static __be32 nfsd4_validate_stateid(struct nfs4_client *cl, stateid_t *stateid)
Bryan Schumaker17456802011-07-13 10:50:48 -04004814{
J. Bruce Fields97b7e3b2011-09-09 11:26:58 -04004815 struct nfs4_stid *s;
Jeff Layton1af71cc2014-07-29 21:34:14 -04004816 __be32 status = nfserr_bad_stateid;
Bryan Schumaker17456802011-07-13 10:50:48 -04004817
Chuck Lever7df302f2012-05-29 13:56:37 -04004818 if (ZERO_STATEID(stateid) || ONE_STATEID(stateid))
Jeff Layton1af71cc2014-07-29 21:34:14 -04004819 return status;
Chuck Lever7df302f2012-05-29 13:56:37 -04004820 /* Client debugging aid. */
4821 if (!same_clid(&stateid->si_opaque.so_clid, &cl->cl_clientid)) {
4822 char addr_str[INET6_ADDRSTRLEN];
4823 rpc_ntop((struct sockaddr *)&cl->cl_addr, addr_str,
4824 sizeof(addr_str));
4825 pr_warn_ratelimited("NFSD: client %s testing state ID "
4826 "with incorrect client ID\n", addr_str);
Jeff Layton1af71cc2014-07-29 21:34:14 -04004827 return status;
Chuck Lever7df302f2012-05-29 13:56:37 -04004828 }
Jeff Layton1af71cc2014-07-29 21:34:14 -04004829 spin_lock(&cl->cl_lock);
4830 s = find_stateid_locked(cl, stateid);
J. Bruce Fields97b7e3b2011-09-09 11:26:58 -04004831 if (!s)
Jeff Layton1af71cc2014-07-29 21:34:14 -04004832 goto out_unlock;
J. Bruce Fields36279ac2011-09-26 12:53:00 -04004833 status = check_stateid_generation(stateid, &s->sc_stateid, 1);
Bryan Schumaker17456802011-07-13 10:50:48 -04004834 if (status)
Jeff Layton1af71cc2014-07-29 21:34:14 -04004835 goto out_unlock;
J. Bruce Fields23340032013-04-09 17:42:28 -04004836 switch (s->sc_type) {
4837 case NFS4_DELEG_STID:
Jeff Layton1af71cc2014-07-29 21:34:14 -04004838 status = nfs_ok;
4839 break;
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04004840 case NFS4_REVOKED_DELEG_STID:
Jeff Layton1af71cc2014-07-29 21:34:14 -04004841 status = nfserr_deleg_revoked;
4842 break;
J. Bruce Fields23340032013-04-09 17:42:28 -04004843 case NFS4_OPEN_STID:
4844 case NFS4_LOCK_STID:
Christoph Hellwigebe9cb32015-04-28 15:41:15 +02004845 status = nfsd4_check_openowner_confirmed(openlockstateid(s));
Jeff Layton1af71cc2014-07-29 21:34:14 -04004846 break;
J. Bruce Fields23340032013-04-09 17:42:28 -04004847 default:
4848 printk("unknown stateid type %x\n", s->sc_type);
Trond Myklebustb0fc29d2014-07-16 10:31:59 -04004849 /* Fallthrough */
J. Bruce Fields23340032013-04-09 17:42:28 -04004850 case NFS4_CLOSED_STID:
Trond Myklebustb0fc29d2014-07-16 10:31:59 -04004851 case NFS4_CLOSED_DELEG_STID:
Jeff Layton1af71cc2014-07-29 21:34:14 -04004852 status = nfserr_bad_stateid;
J. Bruce Fields23340032013-04-09 17:42:28 -04004853 }
Jeff Layton1af71cc2014-07-29 21:34:14 -04004854out_unlock:
4855 spin_unlock(&cl->cl_lock);
4856 return status;
Bryan Schumaker17456802011-07-13 10:50:48 -04004857}
4858
Christoph Hellwigcd61c522014-08-14 08:44:57 +02004859__be32
Trond Myklebust2dd6e452014-06-30 11:48:43 -04004860nfsd4_lookup_stateid(struct nfsd4_compound_state *cstate,
4861 stateid_t *stateid, unsigned char typemask,
4862 struct nfs4_stid **s, struct nfsd_net *nn)
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004863{
J. Bruce Fields0eb6f202013-03-12 17:36:17 -04004864 __be32 status;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004865
4866 if (ZERO_STATEID(stateid) || ONE_STATEID(stateid))
4867 return nfserr_bad_stateid;
Jeff Layton4b24ca72014-06-30 11:48:44 -04004868 status = lookup_clientid(&stateid->si_opaque.so_clid, cstate, nn);
Trond Myklebusta8a7c672014-03-29 14:43:38 -04004869 if (status == nfserr_stale_clientid) {
Jeff Layton4b24ca72014-06-30 11:48:44 -04004870 if (cstate->session)
Trond Myklebusta8a7c672014-03-29 14:43:38 -04004871 return nfserr_bad_stateid;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004872 return nfserr_stale_stateid;
Trond Myklebusta8a7c672014-03-29 14:43:38 -04004873 }
J. Bruce Fields0eb6f202013-03-12 17:36:17 -04004874 if (status)
4875 return status;
Jeff Layton4b24ca72014-06-30 11:48:44 -04004876 *s = find_stateid_by_type(cstate->clp, stateid, typemask);
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004877 if (!*s)
4878 return nfserr_bad_stateid;
4879 return nfs_ok;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004880}
4881
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004882static struct file *
4883nfs4_find_file(struct nfs4_stid *s, int flags)
4884{
Christoph Hellwigaf90f702015-06-18 16:45:00 +02004885 if (!s)
4886 return NULL;
4887
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004888 switch (s->sc_type) {
4889 case NFS4_DELEG_STID:
4890 if (WARN_ON_ONCE(!s->sc_file->fi_deleg_file))
4891 return NULL;
4892 return get_file(s->sc_file->fi_deleg_file);
4893 case NFS4_OPEN_STID:
4894 case NFS4_LOCK_STID:
4895 if (flags & RD_STATE)
4896 return find_readable_file(s->sc_file);
4897 else
4898 return find_writeable_file(s->sc_file);
4899 break;
4900 }
4901
4902 return NULL;
4903}
4904
4905static __be32
4906nfs4_check_olstateid(struct svc_fh *fhp, struct nfs4_ol_stateid *ols, int flags)
4907{
4908 __be32 status;
4909
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004910 status = nfsd4_check_openowner_confirmed(ols);
4911 if (status)
4912 return status;
4913 return nfs4_check_openmode(ols, flags);
4914}
4915
Christoph Hellwigaf90f702015-06-18 16:45:00 +02004916static __be32
4917nfs4_check_file(struct svc_rqst *rqstp, struct svc_fh *fhp, struct nfs4_stid *s,
4918 struct file **filpp, bool *tmp_file, int flags)
4919{
4920 int acc = (flags & RD_STATE) ? NFSD_MAY_READ : NFSD_MAY_WRITE;
4921 struct file *file;
4922 __be32 status;
4923
4924 file = nfs4_find_file(s, flags);
4925 if (file) {
4926 status = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry,
4927 acc | NFSD_MAY_OWNER_OVERRIDE);
4928 if (status) {
4929 fput(file);
4930 return status;
4931 }
4932
4933 *filpp = file;
4934 } else {
4935 status = nfsd_open(rqstp, fhp, S_IFREG, acc, filpp);
4936 if (status)
4937 return status;
4938
4939 if (tmp_file)
4940 *tmp_file = true;
4941 }
4942
4943 return 0;
4944}
4945
Linus Torvalds1da177e2005-04-16 15:20:36 -07004946/*
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004947 * Checks for stateid operations
4948 */
Al Virob37ad282006-10-19 23:28:59 -07004949__be32
Christoph Hellwigaf90f702015-06-18 16:45:00 +02004950nfs4_preprocess_stateid_op(struct svc_rqst *rqstp,
Anna Schumakeraa0d6ae2015-12-03 12:59:51 +01004951 struct nfsd4_compound_state *cstate, struct svc_fh *fhp,
4952 stateid_t *stateid, int flags, struct file **filpp, bool *tmp_file)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004953{
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004954 struct inode *ino = d_inode(fhp->fh_dentry);
Christoph Hellwigaf90f702015-06-18 16:45:00 +02004955 struct net *net = SVC_NET(rqstp);
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03004956 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Christoph Hellwigaf90f702015-06-18 16:45:00 +02004957 struct nfs4_stid *s = NULL;
Al Virob37ad282006-10-19 23:28:59 -07004958 __be32 status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004959
Linus Torvalds1da177e2005-04-16 15:20:36 -07004960 if (filpp)
4961 *filpp = NULL;
Christoph Hellwigaf90f702015-06-18 16:45:00 +02004962 if (tmp_file)
4963 *tmp_file = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004964
Stanislav Kinsbursky5ccb0062012-07-25 16:57:22 +04004965 if (grace_disallows_io(net, ino))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004966 return nfserr_grace;
4967
Christoph Hellwigaf90f702015-06-18 16:45:00 +02004968 if (ZERO_STATEID(stateid) || ONE_STATEID(stateid)) {
4969 status = check_special_stateids(net, fhp, stateid, flags);
4970 goto done;
4971 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004972
Trond Myklebust2dd6e452014-06-30 11:48:43 -04004973 status = nfsd4_lookup_stateid(cstate, stateid,
Jeff Laytondb24b3b2014-06-30 11:48:36 -04004974 NFS4_DELEG_STID|NFS4_OPEN_STID|NFS4_LOCK_STID,
Trond Myklebust2dd6e452014-06-30 11:48:43 -04004975 &s, nn);
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004976 if (status)
Trond Myklebustc2d1d6a2014-07-30 08:27:25 -04004977 return status;
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004978 status = check_stateid_generation(stateid, &s->sc_stateid,
4979 nfsd4_has_session(cstate));
J. Bruce Fields69064a22011-09-09 11:54:57 -04004980 if (status)
4981 goto out;
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004982
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04004983 switch (s->sc_type) {
4984 case NFS4_DELEG_STID:
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004985 status = nfs4_check_delegmode(delegstateid(s), flags);
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04004986 break;
4987 case NFS4_OPEN_STID:
4988 case NFS4_LOCK_STID:
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004989 status = nfs4_check_olstateid(fhp, openlockstateid(s), flags);
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04004990 break;
4991 default:
Trond Myklebust14bcab12014-04-18 14:44:07 -04004992 status = nfserr_bad_stateid;
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004993 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004994 }
Jeff Layton8fcd4612015-07-30 06:57:46 -04004995 if (status)
4996 goto out;
4997 status = nfs4_check_fh(fhp, s);
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004998
Christoph Hellwigaf90f702015-06-18 16:45:00 +02004999done:
5000 if (!status && filpp)
5001 status = nfs4_check_file(rqstp, fhp, s, filpp, tmp_file, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005002out:
Christoph Hellwigaf90f702015-06-18 16:45:00 +02005003 if (s)
5004 nfs4_put_stid(s);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005005 return status;
5006}
5007
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005008/*
Bryan Schumaker17456802011-07-13 10:50:48 -04005009 * Test if the stateid is valid
5010 */
5011__be32
5012nfsd4_test_stateid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
5013 struct nfsd4_test_stateid *test_stateid)
5014{
Bryan Schumaker03cfb422012-01-27 10:22:49 -05005015 struct nfsd4_test_stateid_id *stateid;
5016 struct nfs4_client *cl = cstate->session->se_client;
5017
Bryan Schumaker03cfb422012-01-27 10:22:49 -05005018 list_for_each_entry(stateid, &test_stateid->ts_stateid_list, ts_id_list)
Chuck Lever7df302f2012-05-29 13:56:37 -04005019 stateid->ts_id_status =
5020 nfsd4_validate_stateid(cl, &stateid->ts_id_stateid);
Bryan Schumaker03cfb422012-01-27 10:22:49 -05005021
Bryan Schumaker17456802011-07-13 10:50:48 -04005022 return nfs_ok;
5023}
5024
Chuck Lever42691392016-08-11 10:37:30 -04005025static __be32
5026nfsd4_free_lock_stateid(stateid_t *stateid, struct nfs4_stid *s)
5027{
5028 struct nfs4_ol_stateid *stp = openlockstateid(s);
5029 __be32 ret;
5030
5031 mutex_lock(&stp->st_mutex);
5032
5033 ret = check_stateid_generation(stateid, &s->sc_stateid, 1);
5034 if (ret)
5035 goto out;
5036
5037 ret = nfserr_locks_held;
5038 if (check_for_locks(stp->st_stid.sc_file,
5039 lockowner(stp->st_stateowner)))
5040 goto out;
5041
5042 release_lock_stateid(stp);
5043 ret = nfs_ok;
5044
5045out:
5046 mutex_unlock(&stp->st_mutex);
5047 nfs4_put_stid(s);
5048 return ret;
5049}
5050
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005051__be32
5052nfsd4_free_stateid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
5053 struct nfsd4_free_stateid *free_stateid)
5054{
5055 stateid_t *stateid = &free_stateid->fr_stateid;
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005056 struct nfs4_stid *s;
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04005057 struct nfs4_delegation *dp;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005058 struct nfs4_client *cl = cstate->session->se_client;
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005059 __be32 ret = nfserr_bad_stateid;
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005060
Jeff Layton1af71cc2014-07-29 21:34:14 -04005061 spin_lock(&cl->cl_lock);
5062 s = find_stateid_locked(cl, stateid);
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005063 if (!s)
Jeff Layton1af71cc2014-07-29 21:34:14 -04005064 goto out_unlock;
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005065 switch (s->sc_type) {
5066 case NFS4_DELEG_STID:
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005067 ret = nfserr_locks_held;
Jeff Layton1af71cc2014-07-29 21:34:14 -04005068 break;
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005069 case NFS4_OPEN_STID:
Jeff Layton1af71cc2014-07-29 21:34:14 -04005070 ret = check_stateid_generation(stateid, &s->sc_stateid, 1);
5071 if (ret)
5072 break;
5073 ret = nfserr_locks_held;
5074 break;
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005075 case NFS4_LOCK_STID:
Chuck Lever42691392016-08-11 10:37:30 -04005076 atomic_inc(&s->sc_count);
Jeff Layton1af71cc2014-07-29 21:34:14 -04005077 spin_unlock(&cl->cl_lock);
Chuck Lever42691392016-08-11 10:37:30 -04005078 ret = nfsd4_free_lock_stateid(stateid, s);
Jeff Layton1af71cc2014-07-29 21:34:14 -04005079 goto out;
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04005080 case NFS4_REVOKED_DELEG_STID:
5081 dp = delegstateid(s);
Jeff Layton2d4a5322014-07-25 07:34:21 -04005082 list_del_init(&dp->dl_recall_lru);
5083 spin_unlock(&cl->cl_lock);
Trond Myklebust60116952014-07-29 21:34:06 -04005084 nfs4_put_stid(s);
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04005085 ret = nfs_ok;
Jeff Layton1af71cc2014-07-29 21:34:14 -04005086 goto out;
5087 /* Default falls through and returns nfserr_bad_stateid */
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005088 }
Jeff Layton1af71cc2014-07-29 21:34:14 -04005089out_unlock:
5090 spin_unlock(&cl->cl_lock);
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005091out:
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005092 return ret;
5093}
5094
NeilBrown4c4cd222005-07-07 17:59:27 -07005095static inline int
5096setlkflg (int type)
5097{
5098 return (type == NFS4_READW_LT || type == NFS4_READ_LT) ?
5099 RD_STATE : WR_STATE;
5100}
Linus Torvalds1da177e2005-04-16 15:20:36 -07005101
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005102static __be32 nfs4_seqid_op_checks(struct nfsd4_compound_state *cstate, stateid_t *stateid, u32 seqid, struct nfs4_ol_stateid *stp)
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005103{
5104 struct svc_fh *current_fh = &cstate->current_fh;
5105 struct nfs4_stateowner *sop = stp->st_stateowner;
5106 __be32 status;
5107
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005108 status = nfsd4_check_seqid(cstate, sop, seqid);
5109 if (status)
5110 return status;
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04005111 if (stp->st_stid.sc_type == NFS4_CLOSED_STID
5112 || stp->st_stid.sc_type == NFS4_REVOKED_DELEG_STID)
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005113 /*
5114 * "Closed" stateid's exist *only* to return
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04005115 * nfserr_replay_me from the previous step, and
5116 * revoked delegations are kept only for free_stateid.
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005117 */
5118 return nfserr_bad_stateid;
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005119 mutex_lock(&stp->st_mutex);
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005120 status = check_stateid_generation(stateid, &stp->st_stid.sc_stateid, nfsd4_has_session(cstate));
Jeff Layton35a92fe2015-09-17 07:47:08 -04005121 if (status == nfs_ok)
5122 status = nfs4_check_fh(current_fh, &stp->st_stid);
5123 if (status != nfs_ok)
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005124 mutex_unlock(&stp->st_mutex);
Jeff Layton35a92fe2015-09-17 07:47:08 -04005125 return status;
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005126}
5127
Linus Torvalds1da177e2005-04-16 15:20:36 -07005128/*
5129 * Checks for sequence id mutating operations.
5130 */
Al Virob37ad282006-10-19 23:28:59 -07005131static __be32
Benny Halevydd453df2009-04-03 08:28:41 +03005132nfs4_preprocess_seqid_op(struct nfsd4_compound_state *cstate, u32 seqid,
J. Bruce Fields2288d0e2011-09-06 15:50:21 -04005133 stateid_t *stateid, char typemask,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005134 struct nfs4_ol_stateid **stpp,
5135 struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005136{
J. Bruce Fields0836f582008-01-26 19:08:12 -05005137 __be32 status;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005138 struct nfs4_stid *s;
Trond Myklebuste17f99b2014-06-30 11:48:34 -04005139 struct nfs4_ol_stateid *stp = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005140
Benny Halevy8c10cbd2009-10-19 12:04:53 +02005141 dprintk("NFSD: %s: seqid=%d stateid = " STATEID_FMT "\n", __func__,
5142 seqid, STATEID_VAL(stateid));
NeilBrown3a4f98b2005-07-07 17:59:26 -07005143
Linus Torvalds1da177e2005-04-16 15:20:36 -07005144 *stpp = NULL;
Trond Myklebust2dd6e452014-06-30 11:48:43 -04005145 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &s, nn);
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005146 if (status)
5147 return status;
Trond Myklebuste17f99b2014-06-30 11:48:34 -04005148 stp = openlockstateid(s);
Jeff Layton58fb12e2014-07-29 21:34:27 -04005149 nfsd4_cstate_assign_replay(cstate, stp->st_stateowner);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005150
Trond Myklebuste17f99b2014-06-30 11:48:34 -04005151 status = nfs4_seqid_op_checks(cstate, stateid, seqid, stp);
Trond Myklebustfd911012014-07-29 21:34:24 -04005152 if (!status)
Trond Myklebuste17f99b2014-06-30 11:48:34 -04005153 *stpp = stp;
Trond Myklebustfd911012014-07-29 21:34:24 -04005154 else
5155 nfs4_put_stid(&stp->st_stid);
Trond Myklebuste17f99b2014-06-30 11:48:34 -04005156 return status;
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005157}
J. Bruce Fields39325bd2007-11-26 17:06:39 -05005158
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005159static __be32 nfs4_preprocess_confirmed_seqid_op(struct nfsd4_compound_state *cstate, u32 seqid,
5160 stateid_t *stateid, struct nfs4_ol_stateid **stpp, struct nfsd_net *nn)
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005161{
5162 __be32 status;
5163 struct nfs4_openowner *oo;
Trond Myklebust4cbfc9f2014-07-29 21:34:23 -04005164 struct nfs4_ol_stateid *stp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005165
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005166 status = nfs4_preprocess_seqid_op(cstate, seqid, stateid,
Trond Myklebust4cbfc9f2014-07-29 21:34:23 -04005167 NFS4_OPEN_STID, &stp, nn);
J. Bruce Fields7a8711c2011-09-02 09:03:37 -04005168 if (status)
5169 return status;
Trond Myklebust4cbfc9f2014-07-29 21:34:23 -04005170 oo = openowner(stp->st_stateowner);
5171 if (!(oo->oo_flags & NFS4_OO_CONFIRMED)) {
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005172 mutex_unlock(&stp->st_mutex);
Trond Myklebust4cbfc9f2014-07-29 21:34:23 -04005173 nfs4_put_stid(&stp->st_stid);
NeilBrown3a4f98b2005-07-07 17:59:26 -07005174 return nfserr_bad_stateid;
Trond Myklebust4cbfc9f2014-07-29 21:34:23 -04005175 }
5176 *stpp = stp;
NeilBrown3a4f98b2005-07-07 17:59:26 -07005177 return nfs_ok;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005178}
5179
Al Virob37ad282006-10-19 23:28:59 -07005180__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005181nfsd4_open_confirm(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
J.Bruce Fieldsa4f1706a92006-12-13 00:35:28 -08005182 struct nfsd4_open_confirm *oc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005183{
Al Virob37ad282006-10-19 23:28:59 -07005184 __be32 status;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005185 struct nfs4_openowner *oo;
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005186 struct nfs4_ol_stateid *stp;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005187 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005188
Al Viroa6a9f182013-09-16 10:57:01 -04005189 dprintk("NFSD: nfsd4_open_confirm on file %pd\n",
5190 cstate->current_fh.fh_dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005191
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005192 status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0);
J. Bruce Fieldsa8cddc52006-06-30 01:56:13 -07005193 if (status)
5194 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005195
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04005196 status = nfs4_preprocess_seqid_op(cstate,
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005197 oc->oc_seqid, &oc->oc_req_stateid,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005198 NFS4_OPEN_STID, &stp, nn);
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04005199 if (status)
J. Bruce Fields68b66e82011-09-02 12:19:43 -04005200 goto out;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005201 oo = openowner(stp->st_stateowner);
J. Bruce Fields68b66e82011-09-02 12:19:43 -04005202 status = nfserr_bad_stateid;
Jeff Layton35a92fe2015-09-17 07:47:08 -04005203 if (oo->oo_flags & NFS4_OO_CONFIRMED) {
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005204 mutex_unlock(&stp->st_mutex);
Trond Myklebust2585fc72014-07-29 21:34:21 -04005205 goto put_stateid;
Jeff Layton35a92fe2015-09-17 07:47:08 -04005206 }
J. Bruce Fieldsdad1c062011-09-12 12:24:13 -04005207 oo->oo_flags |= NFS4_OO_CONFIRMED;
Jeff Layton9767feb2015-10-01 09:05:50 -04005208 nfs4_inc_and_copy_stateid(&oc->oc_resp_stateid, &stp->st_stid);
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005209 mutex_unlock(&stp->st_mutex);
Benny Halevy8c10cbd2009-10-19 12:04:53 +02005210 dprintk("NFSD: %s: success, seqid=%d stateid=" STATEID_FMT "\n",
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005211 __func__, oc->oc_seqid, STATEID_VAL(&stp->st_stid.sc_stateid));
NeilBrownc7b9a452005-06-23 22:04:30 -07005212
Jeff Layton2a4317c2012-03-21 16:42:43 -04005213 nfsd4_client_record_create(oo->oo_owner.so_client);
J. Bruce Fields68b66e82011-09-02 12:19:43 -04005214 status = nfs_ok;
Trond Myklebust2585fc72014-07-29 21:34:21 -04005215put_stateid:
5216 nfs4_put_stid(&stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005217out:
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04005218 nfsd4_bump_seqid(cstate, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005219 return status;
5220}
5221
J. Bruce Fields6409a5a2011-09-28 11:37:56 -04005222static inline void nfs4_stateid_downgrade_bit(struct nfs4_ol_stateid *stp, u32 access)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005223{
Jeff Layton82c5ff12012-05-11 09:45:13 -04005224 if (!test_access(access, stp))
J. Bruce Fields6409a5a2011-09-28 11:37:56 -04005225 return;
Trond Myklebust11b91642014-07-29 21:34:08 -04005226 nfs4_file_put_access(stp->st_stid.sc_file, access);
Jeff Layton82c5ff12012-05-11 09:45:13 -04005227 clear_access(access, stp);
J. Bruce Fields6409a5a2011-09-28 11:37:56 -04005228}
J. Bruce Fieldsf197c272011-06-29 08:23:50 -04005229
J. Bruce Fields6409a5a2011-09-28 11:37:56 -04005230static inline void nfs4_stateid_downgrade(struct nfs4_ol_stateid *stp, u32 to_access)
5231{
5232 switch (to_access) {
5233 case NFS4_SHARE_ACCESS_READ:
5234 nfs4_stateid_downgrade_bit(stp, NFS4_SHARE_ACCESS_WRITE);
5235 nfs4_stateid_downgrade_bit(stp, NFS4_SHARE_ACCESS_BOTH);
5236 break;
5237 case NFS4_SHARE_ACCESS_WRITE:
5238 nfs4_stateid_downgrade_bit(stp, NFS4_SHARE_ACCESS_READ);
5239 nfs4_stateid_downgrade_bit(stp, NFS4_SHARE_ACCESS_BOTH);
5240 break;
5241 case NFS4_SHARE_ACCESS_BOTH:
5242 break;
5243 default:
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05005244 WARN_ON_ONCE(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005245 }
5246}
5247
Al Virob37ad282006-10-19 23:28:59 -07005248__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005249nfsd4_open_downgrade(struct svc_rqst *rqstp,
5250 struct nfsd4_compound_state *cstate,
J.Bruce Fieldsa4f1706a92006-12-13 00:35:28 -08005251 struct nfsd4_open_downgrade *od)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005252{
Al Virob37ad282006-10-19 23:28:59 -07005253 __be32 status;
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005254 struct nfs4_ol_stateid *stp;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005255 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005256
Al Viroa6a9f182013-09-16 10:57:01 -04005257 dprintk("NFSD: nfsd4_open_downgrade on file %pd\n",
5258 cstate->current_fh.fh_dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005259
J. Bruce Fieldsc30e92d2011-10-10 17:34:31 -04005260 /* We don't yet support WANT bits: */
Benny Halevy2c8bd7e2012-02-16 20:57:09 +02005261 if (od->od_deleg_want)
5262 dprintk("NFSD: %s: od_deleg_want=0x%x ignored\n", __func__,
5263 od->od_deleg_want);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005264
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005265 status = nfs4_preprocess_confirmed_seqid_op(cstate, od->od_seqid,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005266 &od->od_stateid, &stp, nn);
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04005267 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005268 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005269 status = nfserr_inval;
Jeff Layton82c5ff12012-05-11 09:45:13 -04005270 if (!test_access(od->od_share_access, stp)) {
Jeff Laytonc11c5912014-07-10 14:07:30 -04005271 dprintk("NFSD: access not a subset of current bitmap: 0x%hhx, input access=%08x\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07005272 stp->st_access_bmap, od->od_share_access);
Trond Myklebust0667b1e2014-07-29 21:34:22 -04005273 goto put_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005274 }
Jeff Laytonce0fc432012-05-11 09:45:14 -04005275 if (!test_deny(od->od_share_deny, stp)) {
Jeff Laytonc11c5912014-07-10 14:07:30 -04005276 dprintk("NFSD: deny not a subset of current bitmap: 0x%hhx, input deny=%08x\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07005277 stp->st_deny_bmap, od->od_share_deny);
Trond Myklebust0667b1e2014-07-29 21:34:22 -04005278 goto put_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005279 }
J. Bruce Fields6409a5a2011-09-28 11:37:56 -04005280 nfs4_stateid_downgrade(stp, od->od_share_access);
Jeff Laytonce0fc432012-05-11 09:45:14 -04005281 reset_union_bmap_deny(od->od_share_deny, stp);
Jeff Layton9767feb2015-10-01 09:05:50 -04005282 nfs4_inc_and_copy_stateid(&od->od_stateid, &stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005283 status = nfs_ok;
Trond Myklebust0667b1e2014-07-29 21:34:22 -04005284put_stateid:
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005285 mutex_unlock(&stp->st_mutex);
Trond Myklebust0667b1e2014-07-29 21:34:22 -04005286 nfs4_put_stid(&stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005287out:
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04005288 nfsd4_bump_seqid(cstate, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005289 return status;
5290}
5291
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005292static void nfsd4_close_open_stateid(struct nfs4_ol_stateid *s)
5293{
Trond Myklebustacf92952014-06-30 11:48:37 -04005294 struct nfs4_client *clp = s->st_stid.sc_client;
Jeff Laytone8568732015-08-24 12:41:47 -04005295 bool unhashed;
Jeff Laytond83017f2014-07-29 21:34:42 -04005296 LIST_HEAD(reaplist);
Trond Myklebustacf92952014-06-30 11:48:37 -04005297
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005298 s->st_stid.sc_type = NFS4_CLOSED_STID;
Jeff Layton2c41beb2014-07-29 21:34:41 -04005299 spin_lock(&clp->cl_lock);
Jeff Laytone8568732015-08-24 12:41:47 -04005300 unhashed = unhash_open_stateid(s, &reaplist);
Trond Myklebustacf92952014-06-30 11:48:37 -04005301
Jeff Laytond83017f2014-07-29 21:34:42 -04005302 if (clp->cl_minorversion) {
Jeff Laytone8568732015-08-24 12:41:47 -04005303 if (unhashed)
5304 put_ol_stateid_locked(s, &reaplist);
Jeff Laytond83017f2014-07-29 21:34:42 -04005305 spin_unlock(&clp->cl_lock);
5306 free_ol_stateid_reaplist(&reaplist);
5307 } else {
5308 spin_unlock(&clp->cl_lock);
5309 free_ol_stateid_reaplist(&reaplist);
Jeff Laytone8568732015-08-24 12:41:47 -04005310 if (unhashed)
5311 move_to_close_lru(s, clp->net);
Jeff Laytond83017f2014-07-29 21:34:42 -04005312 }
J. Bruce Fields38c387b2011-09-16 17:42:48 -04005313}
5314
Linus Torvalds1da177e2005-04-16 15:20:36 -07005315/*
5316 * nfs4_unlock_state() called after encode
5317 */
Al Virob37ad282006-10-19 23:28:59 -07005318__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005319nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
J.Bruce Fieldsa4f1706a92006-12-13 00:35:28 -08005320 struct nfsd4_close *close)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005321{
Al Virob37ad282006-10-19 23:28:59 -07005322 __be32 status;
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005323 struct nfs4_ol_stateid *stp;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005324 struct net *net = SVC_NET(rqstp);
5325 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005326
Al Viroa6a9f182013-09-16 10:57:01 -04005327 dprintk("NFSD: nfsd4_close on file %pd\n",
5328 cstate->current_fh.fh_dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005329
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005330 status = nfs4_preprocess_seqid_op(cstate, close->cl_seqid,
5331 &close->cl_stateid,
5332 NFS4_OPEN_STID|NFS4_CLOSED_STID,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005333 &stp, nn);
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04005334 nfsd4_bump_seqid(cstate, status);
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04005335 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005336 goto out;
Jeff Layton9767feb2015-10-01 09:05:50 -04005337 nfs4_inc_and_copy_stateid(&close->cl_stateid, &stp->st_stid);
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005338 mutex_unlock(&stp->st_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005339
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005340 nfsd4_close_open_stateid(stp);
Trond Myklebust8a0b5892014-07-29 21:34:20 -04005341
5342 /* put reference from nfs4_preprocess_seqid_op */
5343 nfs4_put_stid(&stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005344out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005345 return status;
5346}
5347
Al Virob37ad282006-10-19 23:28:59 -07005348__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005349nfsd4_delegreturn(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
5350 struct nfsd4_delegreturn *dr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005351{
J. Bruce Fields203a8c82009-02-21 13:29:14 -08005352 struct nfs4_delegation *dp;
5353 stateid_t *stateid = &dr->dr_stateid;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005354 struct nfs4_stid *s;
Al Virob37ad282006-10-19 23:28:59 -07005355 __be32 status;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005356 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005357
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005358 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0)))
J. Bruce Fields203a8c82009-02-21 13:29:14 -08005359 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005360
Trond Myklebust2dd6e452014-06-30 11:48:43 -04005361 status = nfsd4_lookup_stateid(cstate, stateid, NFS4_DELEG_STID, &s, nn);
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005362 if (status)
J. Bruce Fields203a8c82009-02-21 13:29:14 -08005363 goto out;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005364 dp = delegstateid(s);
J. Bruce Fieldsd5477a82011-09-08 12:07:44 -04005365 status = check_stateid_generation(stateid, &dp->dl_stid.sc_stateid, nfsd4_has_session(cstate));
J. Bruce Fields203a8c82009-02-21 13:29:14 -08005366 if (status)
Trond Myklebustfd911012014-07-29 21:34:24 -04005367 goto put_stateid;
J. Bruce Fields203a8c82009-02-21 13:29:14 -08005368
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04005369 destroy_delegation(dp);
Trond Myklebustfd911012014-07-29 21:34:24 -04005370put_stateid:
5371 nfs4_put_stid(&dp->dl_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005372out:
5373 return status;
5374}
5375
Benny Halevy87df4de2008-12-15 19:42:03 +02005376static inline u64
5377end_offset(u64 start, u64 len)
5378{
5379 u64 end;
5380
5381 end = start + len;
5382 return end >= start ? end: NFS4_MAX_UINT64;
5383}
5384
5385/* last octet in a range */
5386static inline u64
5387last_byte_offset(u64 start, u64 len)
5388{
5389 u64 end;
5390
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05005391 WARN_ON_ONCE(!len);
Benny Halevy87df4de2008-12-15 19:42:03 +02005392 end = start + len;
5393 return end > start ? end - 1: NFS4_MAX_UINT64;
5394}
5395
Linus Torvalds1da177e2005-04-16 15:20:36 -07005396/*
5397 * TODO: Linux file offsets are _signed_ 64-bit quantities, which means that
5398 * we can't properly handle lock requests that go beyond the (2^63 - 1)-th
5399 * byte, because of sign extension problems. Since NFSv4 calls for 64-bit
5400 * locking, this prevents us from being completely protocol-compliant. The
5401 * real solution to this problem is to start using unsigned file offsets in
5402 * the VFS, but this is a very deep change!
5403 */
5404static inline void
5405nfs4_transform_lock_offset(struct file_lock *lock)
5406{
5407 if (lock->fl_start < 0)
5408 lock->fl_start = OFFSET_MAX;
5409 if (lock->fl_end < 0)
5410 lock->fl_end = OFFSET_MAX;
5411}
5412
Jeff Laytoncae80b32015-04-03 09:04:04 -04005413static fl_owner_t
5414nfsd4_fl_get_owner(fl_owner_t owner)
Kinglong Meeaef95832014-08-22 10:18:44 -04005415{
Jeff Laytoncae80b32015-04-03 09:04:04 -04005416 struct nfs4_lockowner *lo = (struct nfs4_lockowner *)owner;
5417
5418 nfs4_get_stateowner(&lo->lo_owner);
5419 return owner;
Kinglong Meeaef95832014-08-22 10:18:44 -04005420}
5421
Jeff Laytoncae80b32015-04-03 09:04:04 -04005422static void
5423nfsd4_fl_put_owner(fl_owner_t owner)
Kinglong Meeaef95832014-08-22 10:18:44 -04005424{
Jeff Laytoncae80b32015-04-03 09:04:04 -04005425 struct nfs4_lockowner *lo = (struct nfs4_lockowner *)owner;
Kinglong Meeaef95832014-08-22 10:18:44 -04005426
Jeff Laytoncae80b32015-04-03 09:04:04 -04005427 if (lo)
Kinglong Meeaef95832014-08-22 10:18:44 -04005428 nfs4_put_stateowner(&lo->lo_owner);
Kinglong Meeaef95832014-08-22 10:18:44 -04005429}
5430
Jeff Layton76d348f2016-09-16 16:28:24 -04005431static void
5432nfsd4_lm_notify(struct file_lock *fl)
5433{
5434 struct nfs4_lockowner *lo = (struct nfs4_lockowner *)fl->fl_owner;
5435 struct net *net = lo->lo_owner.so_client->net;
5436 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
5437 struct nfsd4_blocked_lock *nbl = container_of(fl,
5438 struct nfsd4_blocked_lock, nbl_lock);
5439 bool queue = false;
5440
Jeff Layton7919d0a2016-09-16 16:28:25 -04005441 /* An empty list means that something else is going to be using it */
Jeff Layton76d348f2016-09-16 16:28:24 -04005442 spin_lock(&nn->client_lock);
5443 if (!list_empty(&nbl->nbl_list)) {
5444 list_del_init(&nbl->nbl_list);
Jeff Layton7919d0a2016-09-16 16:28:25 -04005445 list_del_init(&nbl->nbl_lru);
Jeff Layton76d348f2016-09-16 16:28:24 -04005446 queue = true;
5447 }
5448 spin_unlock(&nn->client_lock);
5449
5450 if (queue)
5451 nfsd4_run_cb(&nbl->nbl_cb);
5452}
5453
Alexey Dobriyan7b021962009-09-21 17:01:12 -07005454static const struct lock_manager_operations nfsd_posix_mng_ops = {
Jeff Layton76d348f2016-09-16 16:28:24 -04005455 .lm_notify = nfsd4_lm_notify,
Kinglong Meeaef95832014-08-22 10:18:44 -04005456 .lm_get_owner = nfsd4_fl_get_owner,
5457 .lm_put_owner = nfsd4_fl_put_owner,
NeilBrownd5b90262006-04-10 22:55:22 -07005458};
Linus Torvalds1da177e2005-04-16 15:20:36 -07005459
5460static inline void
5461nfs4_set_lock_denied(struct file_lock *fl, struct nfsd4_lock_denied *deny)
5462{
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005463 struct nfs4_lockowner *lo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005464
NeilBrownd5b90262006-04-10 22:55:22 -07005465 if (fl->fl_lmops == &nfsd_posix_mng_ops) {
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005466 lo = (struct nfs4_lockowner *) fl->fl_owner;
5467 deny->ld_owner.data = kmemdup(lo->lo_owner.so_owner.data,
5468 lo->lo_owner.so_owner.len, GFP_KERNEL);
J. Bruce Fields7c13f342011-08-30 22:15:47 -04005469 if (!deny->ld_owner.data)
5470 /* We just don't care that much */
5471 goto nevermind;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005472 deny->ld_owner.len = lo->lo_owner.so_owner.len;
5473 deny->ld_clientid = lo->lo_owner.so_client->cl_clientid;
NeilBrownd5b90262006-04-10 22:55:22 -07005474 } else {
J. Bruce Fields7c13f342011-08-30 22:15:47 -04005475nevermind:
5476 deny->ld_owner.len = 0;
5477 deny->ld_owner.data = NULL;
NeilBrownd5b90262006-04-10 22:55:22 -07005478 deny->ld_clientid.cl_boot = 0;
5479 deny->ld_clientid.cl_id = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005480 }
5481 deny->ld_start = fl->fl_start;
Benny Halevy87df4de2008-12-15 19:42:03 +02005482 deny->ld_length = NFS4_MAX_UINT64;
5483 if (fl->fl_end != NFS4_MAX_UINT64)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005484 deny->ld_length = fl->fl_end - fl->fl_start + 1;
5485 deny->ld_type = NFS4_READ_LT;
5486 if (fl->fl_type != F_RDLCK)
5487 deny->ld_type = NFS4_WRITE_LT;
5488}
5489
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005490static struct nfs4_lockowner *
Kinglong Meec8623992015-07-13 17:35:37 +08005491find_lockowner_str_locked(struct nfs4_client *clp, struct xdr_netobj *owner)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005492{
Trond Myklebustd4f04892014-07-29 21:34:36 -04005493 unsigned int strhashval = ownerstr_hashval(owner);
Trond Myklebustb3c32bc2014-06-30 11:48:40 -04005494 struct nfs4_stateowner *so;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005495
Trond Myklebust0a880a22014-07-30 08:27:10 -04005496 lockdep_assert_held(&clp->cl_lock);
5497
Trond Myklebustd4f04892014-07-29 21:34:36 -04005498 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[strhashval],
5499 so_strhash) {
Trond Myklebustb3c32bc2014-06-30 11:48:40 -04005500 if (so->so_is_open_owner)
5501 continue;
Kinglong Meeb5971af2014-08-22 10:18:43 -04005502 if (same_owner_str(so, owner))
5503 return lockowner(nfs4_get_stateowner(so));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005504 }
5505 return NULL;
5506}
5507
Trond Myklebustc58c6612014-07-29 21:34:35 -04005508static struct nfs4_lockowner *
Kinglong Meec8623992015-07-13 17:35:37 +08005509find_lockowner_str(struct nfs4_client *clp, struct xdr_netobj *owner)
Trond Myklebustc58c6612014-07-29 21:34:35 -04005510{
5511 struct nfs4_lockowner *lo;
5512
Trond Myklebustd4f04892014-07-29 21:34:36 -04005513 spin_lock(&clp->cl_lock);
Kinglong Meec8623992015-07-13 17:35:37 +08005514 lo = find_lockowner_str_locked(clp, owner);
Trond Myklebustd4f04892014-07-29 21:34:36 -04005515 spin_unlock(&clp->cl_lock);
Trond Myklebustc58c6612014-07-29 21:34:35 -04005516 return lo;
5517}
5518
Jeff Layton8f4b54c2014-07-29 21:34:29 -04005519static void nfs4_unhash_lockowner(struct nfs4_stateowner *sop)
5520{
Trond Myklebustc58c6612014-07-29 21:34:35 -04005521 unhash_lockowner_locked(lockowner(sop));
Jeff Layton8f4b54c2014-07-29 21:34:29 -04005522}
5523
Jeff Layton6b180f02014-07-29 21:34:26 -04005524static void nfs4_free_lockowner(struct nfs4_stateowner *sop)
5525{
5526 struct nfs4_lockowner *lo = lockowner(sop);
5527
5528 kmem_cache_free(lockowner_slab, lo);
5529}
5530
5531static const struct nfs4_stateowner_operations lockowner_ops = {
Jeff Layton8f4b54c2014-07-29 21:34:29 -04005532 .so_unhash = nfs4_unhash_lockowner,
5533 .so_free = nfs4_free_lockowner,
Jeff Layton6b180f02014-07-29 21:34:26 -04005534};
5535
Linus Torvalds1da177e2005-04-16 15:20:36 -07005536/*
5537 * Alloc a lock owner structure.
5538 * Called in nfsd4_lock - therefore, OPEN and OPEN_CONFIRM (if needed) has
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005539 * occurred.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005540 *
J. Bruce Fields16bfdaaf2011-11-07 17:23:30 -05005541 * strhashval = ownerstr_hashval
Linus Torvalds1da177e2005-04-16 15:20:36 -07005542 */
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005543static struct nfs4_lockowner *
Trond Myklebustc58c6612014-07-29 21:34:35 -04005544alloc_init_lock_stateowner(unsigned int strhashval, struct nfs4_client *clp,
5545 struct nfs4_ol_stateid *open_stp,
5546 struct nfsd4_lock *lock)
5547{
Trond Myklebustc58c6612014-07-29 21:34:35 -04005548 struct nfs4_lockowner *lo, *ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005549
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005550 lo = alloc_stateowner(lockowner_slab, &lock->lk_new_owner, clp);
5551 if (!lo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005552 return NULL;
Jeff Layton76d348f2016-09-16 16:28:24 -04005553 INIT_LIST_HEAD(&lo->lo_blocked);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005554 INIT_LIST_HEAD(&lo->lo_owner.so_stateids);
5555 lo->lo_owner.so_is_open_owner = 0;
Jeff Layton5db1c032014-07-29 21:34:28 -04005556 lo->lo_owner.so_seqid = lock->lk_new_lock_seqid;
Jeff Layton6b180f02014-07-29 21:34:26 -04005557 lo->lo_owner.so_ops = &lockowner_ops;
Trond Myklebustd4f04892014-07-29 21:34:36 -04005558 spin_lock(&clp->cl_lock);
Kinglong Meec8623992015-07-13 17:35:37 +08005559 ret = find_lockowner_str_locked(clp, &lock->lk_new_owner);
Trond Myklebustc58c6612014-07-29 21:34:35 -04005560 if (ret == NULL) {
5561 list_add(&lo->lo_owner.so_strhash,
Trond Myklebustd4f04892014-07-29 21:34:36 -04005562 &clp->cl_ownerstr_hashtbl[strhashval]);
Trond Myklebustc58c6612014-07-29 21:34:35 -04005563 ret = lo;
5564 } else
Kinglong Meed50ffde2015-07-16 12:05:07 +08005565 nfs4_free_stateowner(&lo->lo_owner);
5566
Trond Myklebustd4f04892014-07-29 21:34:36 -04005567 spin_unlock(&clp->cl_lock);
J. Bruce Fields340f0ba2015-03-23 11:02:30 -04005568 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005569}
5570
Jeff Layton356a95e2014-07-29 21:34:13 -04005571static void
5572init_lock_stateid(struct nfs4_ol_stateid *stp, struct nfs4_lockowner *lo,
5573 struct nfs4_file *fp, struct inode *inode,
5574 struct nfs4_ol_stateid *open_stp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005575{
J. Bruce Fieldsd3b313a2011-09-15 15:02:41 -04005576 struct nfs4_client *clp = lo->lo_owner.so_client;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005577
Jeff Layton356a95e2014-07-29 21:34:13 -04005578 lockdep_assert_held(&clp->cl_lock);
5579
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005580 atomic_inc(&stp->st_stid.sc_count);
J. Bruce Fields3abdb602013-02-03 12:23:01 -05005581 stp->st_stid.sc_type = NFS4_LOCK_STID;
Kinglong Meeb5971af2014-08-22 10:18:43 -04005582 stp->st_stateowner = nfs4_get_stateowner(&lo->lo_owner);
NeilBrown13cd2182005-06-23 22:03:10 -07005583 get_nfs4_file(fp);
Trond Myklebust11b91642014-07-29 21:34:08 -04005584 stp->st_stid.sc_file = fp;
Jeff Laytonb49e0842014-07-29 21:34:11 -04005585 stp->st_stid.sc_free = nfs4_free_lock_stateid;
J. Bruce Fields0997b172011-03-02 18:01:35 -05005586 stp->st_access_bmap = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005587 stp->st_deny_bmap = open_stp->st_deny_bmap;
NeilBrown4c4cd222005-07-07 17:59:27 -07005588 stp->st_openstp = open_stp;
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005589 mutex_init(&stp->st_mutex);
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04005590 list_add(&stp->st_locks, &open_stp->st_locks);
Jeff Layton1c755dc2014-07-29 21:34:12 -04005591 list_add(&stp->st_perstateowner, &lo->lo_owner.so_stateids);
Trond Myklebust1d31a252014-07-10 14:07:25 -04005592 spin_lock(&fp->fi_lock);
5593 list_add(&stp->st_perfile, &fp->fi_stateids);
5594 spin_unlock(&fp->fi_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005595}
5596
Jeff Laytonc53530d2014-06-30 11:48:39 -04005597static struct nfs4_ol_stateid *
5598find_lock_stateid(struct nfs4_lockowner *lo, struct nfs4_file *fp)
5599{
5600 struct nfs4_ol_stateid *lst;
Jeff Layton356a95e2014-07-29 21:34:13 -04005601 struct nfs4_client *clp = lo->lo_owner.so_client;
5602
5603 lockdep_assert_held(&clp->cl_lock);
Jeff Laytonc53530d2014-06-30 11:48:39 -04005604
5605 list_for_each_entry(lst, &lo->lo_owner.so_stateids, st_perstateowner) {
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005606 if (lst->st_stid.sc_file == fp) {
5607 atomic_inc(&lst->st_stid.sc_count);
Jeff Laytonc53530d2014-06-30 11:48:39 -04005608 return lst;
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005609 }
Jeff Laytonc53530d2014-06-30 11:48:39 -04005610 }
5611 return NULL;
5612}
5613
Jeff Layton356a95e2014-07-29 21:34:13 -04005614static struct nfs4_ol_stateid *
5615find_or_create_lock_stateid(struct nfs4_lockowner *lo, struct nfs4_file *fi,
5616 struct inode *inode, struct nfs4_ol_stateid *ost,
5617 bool *new)
5618{
5619 struct nfs4_stid *ns = NULL;
5620 struct nfs4_ol_stateid *lst;
5621 struct nfs4_openowner *oo = openowner(ost->st_stateowner);
5622 struct nfs4_client *clp = oo->oo_owner.so_client;
5623
5624 spin_lock(&clp->cl_lock);
5625 lst = find_lock_stateid(lo, fi);
5626 if (lst == NULL) {
5627 spin_unlock(&clp->cl_lock);
5628 ns = nfs4_alloc_stid(clp, stateid_slab);
5629 if (ns == NULL)
5630 return NULL;
5631
5632 spin_lock(&clp->cl_lock);
5633 lst = find_lock_stateid(lo, fi);
5634 if (likely(!lst)) {
5635 lst = openlockstateid(ns);
5636 init_lock_stateid(lst, lo, fi, inode, ost);
5637 ns = NULL;
5638 *new = true;
5639 }
5640 }
5641 spin_unlock(&clp->cl_lock);
5642 if (ns)
5643 nfs4_put_stid(ns);
5644 return lst;
5645}
Jeff Laytonc53530d2014-06-30 11:48:39 -04005646
NeilBrownfd39ca92005-06-23 22:04:03 -07005647static int
Linus Torvalds1da177e2005-04-16 15:20:36 -07005648check_lock_length(u64 offset, u64 length)
5649{
Kinglong Meee7969312015-07-13 17:34:19 +08005650 return ((length == 0) || ((length != NFS4_MAX_UINT64) &&
5651 (length > ~offset)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005652}
5653
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005654static void get_lock_access(struct nfs4_ol_stateid *lock_stp, u32 access)
J. Bruce Fields0997b172011-03-02 18:01:35 -05005655{
Trond Myklebust11b91642014-07-29 21:34:08 -04005656 struct nfs4_file *fp = lock_stp->st_stid.sc_file;
J. Bruce Fields0997b172011-03-02 18:01:35 -05005657
Jeff Layton7214e862014-07-10 14:07:33 -04005658 lockdep_assert_held(&fp->fi_lock);
5659
Jeff Layton82c5ff12012-05-11 09:45:13 -04005660 if (test_access(access, lock_stp))
J. Bruce Fields0997b172011-03-02 18:01:35 -05005661 return;
Jeff Layton12659652014-07-10 14:07:28 -04005662 __nfs4_file_get_access(fp, access);
Jeff Layton82c5ff12012-05-11 09:45:13 -04005663 set_access(access, lock_stp);
J. Bruce Fields0997b172011-03-02 18:01:35 -05005664}
5665
Jeff Layton356a95e2014-07-29 21:34:13 -04005666static __be32
5667lookup_or_create_lock_state(struct nfsd4_compound_state *cstate,
5668 struct nfs4_ol_stateid *ost,
5669 struct nfsd4_lock *lock,
Jeff Laytondd257932016-08-11 10:37:39 -04005670 struct nfs4_ol_stateid **plst, bool *new)
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005671{
Jeff Layton5db1c032014-07-29 21:34:28 -04005672 __be32 status;
Trond Myklebust11b91642014-07-29 21:34:08 -04005673 struct nfs4_file *fi = ost->st_stid.sc_file;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005674 struct nfs4_openowner *oo = openowner(ost->st_stateowner);
5675 struct nfs4_client *cl = oo->oo_owner.so_client;
David Howells2b0143b2015-03-17 22:25:59 +00005676 struct inode *inode = d_inode(cstate->current_fh.fh_dentry);
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005677 struct nfs4_lockowner *lo;
Jeff Laytondd257932016-08-11 10:37:39 -04005678 struct nfs4_ol_stateid *lst;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005679 unsigned int strhashval;
Jeff Laytondd257932016-08-11 10:37:39 -04005680 bool hashed;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005681
Kinglong Meec8623992015-07-13 17:35:37 +08005682 lo = find_lockowner_str(cl, &lock->lk_new_owner);
Jeff Laytonc53530d2014-06-30 11:48:39 -04005683 if (!lo) {
Kinglong Mee76f6c9e12015-07-13 17:35:10 +08005684 strhashval = ownerstr_hashval(&lock->lk_new_owner);
Jeff Laytonc53530d2014-06-30 11:48:39 -04005685 lo = alloc_init_lock_stateowner(strhashval, cl, ost, lock);
5686 if (lo == NULL)
5687 return nfserr_jukebox;
5688 } else {
5689 /* with an existing lockowner, seqids must be the same */
Jeff Layton5db1c032014-07-29 21:34:28 -04005690 status = nfserr_bad_seqid;
Jeff Laytonc53530d2014-06-30 11:48:39 -04005691 if (!cstate->minorversion &&
5692 lock->lk_new_lock_seqid != lo->lo_owner.so_seqid)
Jeff Layton5db1c032014-07-29 21:34:28 -04005693 goto out;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005694 }
Jeff Laytonc53530d2014-06-30 11:48:39 -04005695
Jeff Laytondd257932016-08-11 10:37:39 -04005696retry:
5697 lst = find_or_create_lock_stateid(lo, fi, inode, ost, new);
5698 if (lst == NULL) {
Jeff Layton5db1c032014-07-29 21:34:28 -04005699 status = nfserr_jukebox;
5700 goto out;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005701 }
Jeff Laytondd257932016-08-11 10:37:39 -04005702
5703 mutex_lock(&lst->st_mutex);
5704
5705 /* See if it's still hashed to avoid race with FREE_STATEID */
5706 spin_lock(&cl->cl_lock);
5707 hashed = !list_empty(&lst->st_perfile);
5708 spin_unlock(&cl->cl_lock);
5709
5710 if (!hashed) {
5711 mutex_unlock(&lst->st_mutex);
5712 nfs4_put_stid(&lst->st_stid);
5713 goto retry;
5714 }
Jeff Layton5db1c032014-07-29 21:34:28 -04005715 status = nfs_ok;
Jeff Laytondd257932016-08-11 10:37:39 -04005716 *plst = lst;
Jeff Layton5db1c032014-07-29 21:34:28 -04005717out:
5718 nfs4_put_stateowner(&lo->lo_owner);
5719 return status;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005720}
5721
Linus Torvalds1da177e2005-04-16 15:20:36 -07005722/*
5723 * LOCK operation
5724 */
Al Virob37ad282006-10-19 23:28:59 -07005725__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005726nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
J.Bruce Fieldsa4f1706a92006-12-13 00:35:28 -08005727 struct nfsd4_lock *lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005728{
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005729 struct nfs4_openowner *open_sop = NULL;
5730 struct nfs4_lockowner *lock_sop = NULL;
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005731 struct nfs4_ol_stateid *lock_stp = NULL;
Trond Myklebust0667b1e2014-07-29 21:34:22 -04005732 struct nfs4_ol_stateid *open_stp = NULL;
Jeff Layton7214e862014-07-10 14:07:33 -04005733 struct nfs4_file *fp;
J. Bruce Fields7d947842010-08-20 18:09:31 -04005734 struct file *filp = NULL;
Jeff Layton76d348f2016-09-16 16:28:24 -04005735 struct nfsd4_blocked_lock *nbl = NULL;
Jeff Layton21179d82012-08-21 08:03:32 -04005736 struct file_lock *file_lock = NULL;
5737 struct file_lock *conflock = NULL;
Al Virob37ad282006-10-19 23:28:59 -07005738 __be32 status = 0;
J. Bruce Fieldsb34f27a2011-08-22 13:13:31 -04005739 int lkflg;
Al Virob8dd7b92006-10-19 23:29:01 -07005740 int err;
Jeff Layton5db1c032014-07-29 21:34:28 -04005741 bool new = false;
Jeff Layton76d348f2016-09-16 16:28:24 -04005742 unsigned char fl_type;
5743 unsigned int fl_flags = FL_POSIX;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005744 struct net *net = SVC_NET(rqstp);
5745 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005746
5747 dprintk("NFSD: nfsd4_lock: start=%Ld length=%Ld\n",
5748 (long long) lock->lk_offset,
5749 (long long) lock->lk_length);
5750
Linus Torvalds1da177e2005-04-16 15:20:36 -07005751 if (check_lock_length(lock->lk_offset, lock->lk_length))
5752 return nfserr_inval;
5753
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005754 if ((status = fh_verify(rqstp, &cstate->current_fh,
Miklos Szeredi8837abc2008-06-16 13:20:29 +02005755 S_IFREG, NFSD_MAY_LOCK))) {
Andy Adamsona6f6ef22006-01-18 17:43:17 -08005756 dprintk("NFSD: nfsd4_lock: permission denied!\n");
5757 return status;
5758 }
5759
Linus Torvalds1da177e2005-04-16 15:20:36 -07005760 if (lock->lk_is_new) {
J. Bruce Fields684e5632011-11-04 17:08:10 -04005761 if (nfsd4_has_session(cstate))
5762 /* See rfc 5661 18.10.3: given clientid is ignored: */
Kinglong Mee76f6c9e12015-07-13 17:35:10 +08005763 memcpy(&lock->lk_new_clientid,
J. Bruce Fields684e5632011-11-04 17:08:10 -04005764 &cstate->session->se_client->cl_clientid,
5765 sizeof(clientid_t));
5766
Linus Torvalds1da177e2005-04-16 15:20:36 -07005767 status = nfserr_stale_clientid;
Stanislav Kinsbursky2c142ba2012-07-25 16:57:45 +04005768 if (STALE_CLIENTID(&lock->lk_new_clientid, nn))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005769 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005770
Linus Torvalds1da177e2005-04-16 15:20:36 -07005771 /* validate and update open stateid and open seqid */
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005772 status = nfs4_preprocess_confirmed_seqid_op(cstate,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005773 lock->lk_new_open_seqid,
5774 &lock->lk_new_open_stateid,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005775 &open_stp, nn);
NeilBrown37515172005-07-07 17:59:16 -07005776 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005777 goto out;
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005778 mutex_unlock(&open_stp->st_mutex);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005779 open_sop = openowner(open_stp->st_stateowner);
J. Bruce Fieldsb34f27a2011-08-22 13:13:31 -04005780 status = nfserr_bad_stateid;
J. Bruce Fields684e5632011-11-04 17:08:10 -04005781 if (!same_clid(&open_sop->oo_owner.so_client->cl_clientid,
Kinglong Mee76f6c9e12015-07-13 17:35:10 +08005782 &lock->lk_new_clientid))
J. Bruce Fieldsb34f27a2011-08-22 13:13:31 -04005783 goto out;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005784 status = lookup_or_create_lock_state(cstate, open_stp, lock,
Jeff Layton5db1c032014-07-29 21:34:28 -04005785 &lock_stp, &new);
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005786 } else {
Benny Halevydd453df2009-04-03 08:28:41 +03005787 status = nfs4_preprocess_seqid_op(cstate,
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005788 lock->lk_old_lock_seqid,
5789 &lock->lk_old_lock_stateid,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005790 NFS4_LOCK_STID, &lock_stp, nn);
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005791 }
J. Bruce Fieldse1aaa892012-06-06 16:01:37 -04005792 if (status)
5793 goto out;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005794 lock_sop = lockowner(lock_stp->st_stateowner);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005795
J. Bruce Fieldsb34f27a2011-08-22 13:13:31 -04005796 lkflg = setlkflg(lock->lk_type);
5797 status = nfs4_check_openmode(lock_stp, lkflg);
5798 if (status)
5799 goto out;
5800
NeilBrown0dd395d2005-07-07 17:59:15 -07005801 status = nfserr_grace;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005802 if (locks_in_grace(net) && !lock->lk_reclaim)
NeilBrown0dd395d2005-07-07 17:59:15 -07005803 goto out;
5804 status = nfserr_no_grace;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005805 if (!locks_in_grace(net) && lock->lk_reclaim)
NeilBrown0dd395d2005-07-07 17:59:15 -07005806 goto out;
5807
Trond Myklebust11b91642014-07-29 21:34:08 -04005808 fp = lock_stp->st_stid.sc_file;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005809 switch (lock->lk_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005810 case NFS4_READW_LT:
Jeff Layton76d348f2016-09-16 16:28:24 -04005811 if (nfsd4_has_session(cstate))
5812 fl_flags |= FL_SLEEP;
5813 /* Fallthrough */
5814 case NFS4_READ_LT:
Jeff Layton7214e862014-07-10 14:07:33 -04005815 spin_lock(&fp->fi_lock);
5816 filp = find_readable_file_locked(fp);
J. Bruce Fields0997b172011-03-02 18:01:35 -05005817 if (filp)
5818 get_lock_access(lock_stp, NFS4_SHARE_ACCESS_READ);
Jeff Layton7214e862014-07-10 14:07:33 -04005819 spin_unlock(&fp->fi_lock);
Jeff Layton76d348f2016-09-16 16:28:24 -04005820 fl_type = F_RDLCK;
J. Bruce Fields529d7b22011-03-02 23:48:33 -05005821 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005822 case NFS4_WRITEW_LT:
Jeff Layton76d348f2016-09-16 16:28:24 -04005823 if (nfsd4_has_session(cstate))
5824 fl_flags |= FL_SLEEP;
5825 /* Fallthrough */
5826 case NFS4_WRITE_LT:
Jeff Layton7214e862014-07-10 14:07:33 -04005827 spin_lock(&fp->fi_lock);
5828 filp = find_writeable_file_locked(fp);
J. Bruce Fields0997b172011-03-02 18:01:35 -05005829 if (filp)
5830 get_lock_access(lock_stp, NFS4_SHARE_ACCESS_WRITE);
Jeff Layton7214e862014-07-10 14:07:33 -04005831 spin_unlock(&fp->fi_lock);
Jeff Layton76d348f2016-09-16 16:28:24 -04005832 fl_type = F_WRLCK;
J. Bruce Fields529d7b22011-03-02 23:48:33 -05005833 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005834 default:
5835 status = nfserr_inval;
5836 goto out;
5837 }
Jeff Layton76d348f2016-09-16 16:28:24 -04005838
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04005839 if (!filp) {
5840 status = nfserr_openmode;
5841 goto out;
5842 }
Kinglong Meeaef95832014-08-22 10:18:44 -04005843
Jeff Layton76d348f2016-09-16 16:28:24 -04005844 nbl = find_or_allocate_block(lock_sop, &fp->fi_fhandle, nn);
5845 if (!nbl) {
5846 dprintk("NFSD: %s: unable to allocate block!\n", __func__);
5847 status = nfserr_jukebox;
5848 goto out;
5849 }
5850
5851 file_lock = &nbl->nbl_lock;
5852 file_lock->fl_type = fl_type;
Kinglong Meeaef95832014-08-22 10:18:44 -04005853 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(&lock_sop->lo_owner));
Jeff Layton21179d82012-08-21 08:03:32 -04005854 file_lock->fl_pid = current->tgid;
5855 file_lock->fl_file = filp;
Jeff Layton76d348f2016-09-16 16:28:24 -04005856 file_lock->fl_flags = fl_flags;
Jeff Layton21179d82012-08-21 08:03:32 -04005857 file_lock->fl_lmops = &nfsd_posix_mng_ops;
5858 file_lock->fl_start = lock->lk_offset;
5859 file_lock->fl_end = last_byte_offset(lock->lk_offset, lock->lk_length);
5860 nfs4_transform_lock_offset(file_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005861
Jeff Layton21179d82012-08-21 08:03:32 -04005862 conflock = locks_alloc_lock();
5863 if (!conflock) {
5864 dprintk("NFSD: %s: unable to allocate lock!\n", __func__);
5865 status = nfserr_jukebox;
5866 goto out;
5867 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005868
Jeff Layton76d348f2016-09-16 16:28:24 -04005869 if (fl_flags & FL_SLEEP) {
Jeff Layton7919d0a2016-09-16 16:28:25 -04005870 nbl->nbl_time = jiffies;
Jeff Layton76d348f2016-09-16 16:28:24 -04005871 spin_lock(&nn->client_lock);
5872 list_add_tail(&nbl->nbl_list, &lock_sop->lo_blocked);
Jeff Layton7919d0a2016-09-16 16:28:25 -04005873 list_add_tail(&nbl->nbl_lru, &nn->blocked_locks_lru);
Jeff Layton76d348f2016-09-16 16:28:24 -04005874 spin_unlock(&nn->client_lock);
5875 }
5876
Jeff Layton21179d82012-08-21 08:03:32 -04005877 err = vfs_lock_file(filp, F_SETLK, file_lock, conflock);
Jeff Layton76d348f2016-09-16 16:28:24 -04005878 switch (err) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005879 case 0: /* success! */
Jeff Layton9767feb2015-10-01 09:05:50 -04005880 nfs4_inc_and_copy_stateid(&lock->lk_resp_stateid, &lock_stp->st_stid);
Al Virob8dd7b92006-10-19 23:29:01 -07005881 status = 0;
Andy Adamsoneb76b3f2006-03-26 01:37:26 -08005882 break;
Jeff Layton76d348f2016-09-16 16:28:24 -04005883 case FILE_LOCK_DEFERRED:
5884 nbl = NULL;
5885 /* Fallthrough */
5886 case -EAGAIN: /* conflock holds conflicting lock */
Andy Adamsoneb76b3f2006-03-26 01:37:26 -08005887 status = nfserr_denied;
5888 dprintk("NFSD: nfsd4_lock: conflicting lock found!\n");
Jeff Layton21179d82012-08-21 08:03:32 -04005889 nfs4_set_lock_denied(conflock, &lock->lk_denied);
Andy Adamsoneb76b3f2006-03-26 01:37:26 -08005890 break;
Jeff Layton76d348f2016-09-16 16:28:24 -04005891 case -EDEADLK:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005892 status = nfserr_deadlock;
Andy Adamsoneb76b3f2006-03-26 01:37:26 -08005893 break;
J. Bruce Fields3e772462011-08-10 19:07:33 -04005894 default:
Marc Eshelfd85b812006-11-28 16:26:41 -05005895 dprintk("NFSD: nfsd4_lock: vfs_lock_file() failed! status %d\n",err);
J. Bruce Fields3e772462011-08-10 19:07:33 -04005896 status = nfserrno(err);
Andy Adamsoneb76b3f2006-03-26 01:37:26 -08005897 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005898 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005899out:
Jeff Layton76d348f2016-09-16 16:28:24 -04005900 if (nbl) {
5901 /* dequeue it if we queued it before */
5902 if (fl_flags & FL_SLEEP) {
5903 spin_lock(&nn->client_lock);
5904 list_del_init(&nbl->nbl_list);
Jeff Layton7919d0a2016-09-16 16:28:25 -04005905 list_del_init(&nbl->nbl_lru);
Jeff Layton76d348f2016-09-16 16:28:24 -04005906 spin_unlock(&nn->client_lock);
5907 }
5908 free_blocked_lock(nbl);
5909 }
Trond Myklebustde186432014-07-10 14:07:26 -04005910 if (filp)
5911 fput(filp);
Jeff Layton5db1c032014-07-29 21:34:28 -04005912 if (lock_stp) {
5913 /* Bump seqid manually if the 4.0 replay owner is openowner */
5914 if (cstate->replay_owner &&
5915 cstate->replay_owner != &lock_sop->lo_owner &&
5916 seqid_mutating_err(ntohl(status)))
5917 lock_sop->lo_owner.so_seqid++;
5918
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005919 mutex_unlock(&lock_stp->st_mutex);
Jeff Layton35a92fe2015-09-17 07:47:08 -04005920
Jeff Layton5db1c032014-07-29 21:34:28 -04005921 /*
5922 * If this is a new, never-before-used stateid, and we are
5923 * returning an error, then just go ahead and release it.
5924 */
5925 if (status && new)
5926 release_lock_stateid(lock_stp);
5927
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005928 nfs4_put_stid(&lock_stp->st_stid);
Jeff Layton5db1c032014-07-29 21:34:28 -04005929 }
Trond Myklebust0667b1e2014-07-29 21:34:22 -04005930 if (open_stp)
5931 nfs4_put_stid(&open_stp->st_stid);
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04005932 nfsd4_bump_seqid(cstate, status);
Jeff Layton21179d82012-08-21 08:03:32 -04005933 if (conflock)
5934 locks_free_lock(conflock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005935 return status;
5936}
5937
5938/*
J. Bruce Fields55ef1272008-12-20 11:58:38 -08005939 * The NFSv4 spec allows a client to do a LOCKT without holding an OPEN,
5940 * so we do a temporary open here just to get an open file to pass to
5941 * vfs_test_lock. (Arguably perhaps test_lock should be done with an
5942 * inode operation.)
5943 */
Al Viro04da6e92012-04-13 00:00:04 -04005944static __be32 nfsd_test_lock(struct svc_rqst *rqstp, struct svc_fh *fhp, struct file_lock *lock)
J. Bruce Fields55ef1272008-12-20 11:58:38 -08005945{
5946 struct file *file;
Al Viro04da6e92012-04-13 00:00:04 -04005947 __be32 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_READ, &file);
5948 if (!err) {
5949 err = nfserrno(vfs_test_lock(file, lock));
Christoph Hellwigfd891452015-04-28 15:41:16 +02005950 fput(file);
Al Viro04da6e92012-04-13 00:00:04 -04005951 }
J. Bruce Fields55ef1272008-12-20 11:58:38 -08005952 return err;
5953}
5954
5955/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07005956 * LOCKT operation
5957 */
Al Virob37ad282006-10-19 23:28:59 -07005958__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005959nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
5960 struct nfsd4_lockt *lockt)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005961{
Jeff Layton21179d82012-08-21 08:03:32 -04005962 struct file_lock *file_lock = NULL;
Jeff Layton5db1c032014-07-29 21:34:28 -04005963 struct nfs4_lockowner *lo = NULL;
Al Virob37ad282006-10-19 23:28:59 -07005964 __be32 status;
Stanislav Kinsbursky7f2210f2012-11-14 18:21:05 +03005965 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005966
Stanislav Kinsbursky5ccb0062012-07-25 16:57:22 +04005967 if (locks_in_grace(SVC_NET(rqstp)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005968 return nfserr_grace;
5969
5970 if (check_lock_length(lockt->lt_offset, lockt->lt_length))
5971 return nfserr_inval;
5972
J. Bruce Fields9b2ef622012-12-03 17:24:41 -05005973 if (!nfsd4_has_session(cstate)) {
Jeff Layton4b24ca72014-06-30 11:48:44 -04005974 status = lookup_clientid(&lockt->lt_clientid, cstate, nn);
J. Bruce Fields9b2ef622012-12-03 17:24:41 -05005975 if (status)
5976 goto out;
5977 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005978
J. Bruce Fields75c096f2011-08-15 18:39:32 -04005979 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005980 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005981
Jeff Layton21179d82012-08-21 08:03:32 -04005982 file_lock = locks_alloc_lock();
5983 if (!file_lock) {
5984 dprintk("NFSD: %s: unable to allocate lock!\n", __func__);
5985 status = nfserr_jukebox;
5986 goto out;
5987 }
Kinglong Mee6cd90662014-08-15 08:02:55 +08005988
Linus Torvalds1da177e2005-04-16 15:20:36 -07005989 switch (lockt->lt_type) {
5990 case NFS4_READ_LT:
5991 case NFS4_READW_LT:
Jeff Layton21179d82012-08-21 08:03:32 -04005992 file_lock->fl_type = F_RDLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005993 break;
5994 case NFS4_WRITE_LT:
5995 case NFS4_WRITEW_LT:
Jeff Layton21179d82012-08-21 08:03:32 -04005996 file_lock->fl_type = F_WRLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005997 break;
5998 default:
J. Bruce Fields2fdada02007-07-27 16:10:37 -04005999 dprintk("NFSD: nfs4_lockt: bad lock type!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07006000 status = nfserr_inval;
6001 goto out;
6002 }
6003
Kinglong Meec8623992015-07-13 17:35:37 +08006004 lo = find_lockowner_str(cstate->clp, &lockt->lt_owner);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04006005 if (lo)
Jeff Layton21179d82012-08-21 08:03:32 -04006006 file_lock->fl_owner = (fl_owner_t)lo;
6007 file_lock->fl_pid = current->tgid;
6008 file_lock->fl_flags = FL_POSIX;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006009
Jeff Layton21179d82012-08-21 08:03:32 -04006010 file_lock->fl_start = lockt->lt_offset;
6011 file_lock->fl_end = last_byte_offset(lockt->lt_offset, lockt->lt_length);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006012
Jeff Layton21179d82012-08-21 08:03:32 -04006013 nfs4_transform_lock_offset(file_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006014
Jeff Layton21179d82012-08-21 08:03:32 -04006015 status = nfsd_test_lock(rqstp, &cstate->current_fh, file_lock);
Al Viro04da6e92012-04-13 00:00:04 -04006016 if (status)
Marc Eshelfd85b812006-11-28 16:26:41 -05006017 goto out;
Al Viro04da6e92012-04-13 00:00:04 -04006018
Jeff Layton21179d82012-08-21 08:03:32 -04006019 if (file_lock->fl_type != F_UNLCK) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07006020 status = nfserr_denied;
Jeff Layton21179d82012-08-21 08:03:32 -04006021 nfs4_set_lock_denied(file_lock, &lockt->lt_denied);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006022 }
6023out:
Jeff Layton5db1c032014-07-29 21:34:28 -04006024 if (lo)
6025 nfs4_put_stateowner(&lo->lo_owner);
Jeff Layton21179d82012-08-21 08:03:32 -04006026 if (file_lock)
6027 locks_free_lock(file_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006028 return status;
6029}
6030
Al Virob37ad282006-10-19 23:28:59 -07006031__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08006032nfsd4_locku(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
J.Bruce Fieldsa4f1706a92006-12-13 00:35:28 -08006033 struct nfsd4_locku *locku)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006034{
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04006035 struct nfs4_ol_stateid *stp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006036 struct file *filp = NULL;
Jeff Layton21179d82012-08-21 08:03:32 -04006037 struct file_lock *file_lock = NULL;
Al Virob37ad282006-10-19 23:28:59 -07006038 __be32 status;
Al Virob8dd7b92006-10-19 23:29:01 -07006039 int err;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03006040 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
6041
Linus Torvalds1da177e2005-04-16 15:20:36 -07006042 dprintk("NFSD: nfsd4_locku: start=%Ld length=%Ld\n",
6043 (long long) locku->lu_offset,
6044 (long long) locku->lu_length);
6045
6046 if (check_lock_length(locku->lu_offset, locku->lu_length))
6047 return nfserr_inval;
6048
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04006049 status = nfs4_preprocess_seqid_op(cstate, locku->lu_seqid,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03006050 &locku->lu_stateid, NFS4_LOCK_STID,
6051 &stp, nn);
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04006052 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006053 goto out;
Trond Myklebust11b91642014-07-29 21:34:08 -04006054 filp = find_any_file(stp->st_stid.sc_file);
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04006055 if (!filp) {
6056 status = nfserr_lock_range;
Trond Myklebust858cc572014-07-29 21:34:16 -04006057 goto put_stateid;
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04006058 }
Jeff Layton21179d82012-08-21 08:03:32 -04006059 file_lock = locks_alloc_lock();
6060 if (!file_lock) {
6061 dprintk("NFSD: %s: unable to allocate lock!\n", __func__);
6062 status = nfserr_jukebox;
Trond Myklebustde186432014-07-10 14:07:26 -04006063 goto fput;
Jeff Layton21179d82012-08-21 08:03:32 -04006064 }
Kinglong Mee6cd90662014-08-15 08:02:55 +08006065
Jeff Layton21179d82012-08-21 08:03:32 -04006066 file_lock->fl_type = F_UNLCK;
Kinglong Meeaef95832014-08-22 10:18:44 -04006067 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(stp->st_stateowner));
Jeff Layton21179d82012-08-21 08:03:32 -04006068 file_lock->fl_pid = current->tgid;
6069 file_lock->fl_file = filp;
6070 file_lock->fl_flags = FL_POSIX;
6071 file_lock->fl_lmops = &nfsd_posix_mng_ops;
6072 file_lock->fl_start = locku->lu_offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006073
Jeff Layton21179d82012-08-21 08:03:32 -04006074 file_lock->fl_end = last_byte_offset(locku->lu_offset,
6075 locku->lu_length);
6076 nfs4_transform_lock_offset(file_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006077
Jeff Layton21179d82012-08-21 08:03:32 -04006078 err = vfs_lock_file(filp, F_SETLK, file_lock, NULL);
Al Virob8dd7b92006-10-19 23:29:01 -07006079 if (err) {
Marc Eshelfd85b812006-11-28 16:26:41 -05006080 dprintk("NFSD: nfs4_locku: vfs_lock_file failed!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07006081 goto out_nfserr;
6082 }
Jeff Layton9767feb2015-10-01 09:05:50 -04006083 nfs4_inc_and_copy_stateid(&locku->lu_stateid, &stp->st_stid);
Trond Myklebustde186432014-07-10 14:07:26 -04006084fput:
6085 fput(filp);
Trond Myklebust858cc572014-07-29 21:34:16 -04006086put_stateid:
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04006087 mutex_unlock(&stp->st_mutex);
Trond Myklebust858cc572014-07-29 21:34:16 -04006088 nfs4_put_stid(&stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006089out:
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04006090 nfsd4_bump_seqid(cstate, status);
Jeff Layton21179d82012-08-21 08:03:32 -04006091 if (file_lock)
6092 locks_free_lock(file_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006093 return status;
6094
6095out_nfserr:
Al Virob8dd7b92006-10-19 23:29:01 -07006096 status = nfserrno(err);
Trond Myklebustde186432014-07-10 14:07:26 -04006097 goto fput;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006098}
6099
6100/*
6101 * returns
Jeff Laytonf9c00c32014-07-23 16:17:41 -04006102 * true: locks held by lockowner
6103 * false: no locks held by lockowner
Linus Torvalds1da177e2005-04-16 15:20:36 -07006104 */
Jeff Laytonf9c00c32014-07-23 16:17:41 -04006105static bool
6106check_for_locks(struct nfs4_file *fp, struct nfs4_lockowner *lowner)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006107{
Jeff Laytonbd61e0a2015-01-16 15:05:55 -05006108 struct file_lock *fl;
Jeff Laytonf9c00c32014-07-23 16:17:41 -04006109 int status = false;
6110 struct file *filp = find_any_file(fp);
6111 struct inode *inode;
Jeff Laytonbd61e0a2015-01-16 15:05:55 -05006112 struct file_lock_context *flctx;
Jeff Laytonf9c00c32014-07-23 16:17:41 -04006113
6114 if (!filp) {
6115 /* Any valid lock stateid should have some sort of access */
6116 WARN_ON_ONCE(1);
6117 return status;
6118 }
6119
6120 inode = file_inode(filp);
Jeff Laytonbd61e0a2015-01-16 15:05:55 -05006121 flctx = inode->i_flctx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006122
Jeff Laytonbd61e0a2015-01-16 15:05:55 -05006123 if (flctx && !list_empty_careful(&flctx->flc_posix)) {
Jeff Layton6109c852015-01-16 15:05:57 -05006124 spin_lock(&flctx->flc_lock);
Jeff Laytonbd61e0a2015-01-16 15:05:55 -05006125 list_for_each_entry(fl, &flctx->flc_posix, fl_list) {
6126 if (fl->fl_owner == (fl_owner_t)lowner) {
6127 status = true;
6128 break;
6129 }
J. Bruce Fields796dadf2006-01-18 17:43:22 -08006130 }
Jeff Layton6109c852015-01-16 15:05:57 -05006131 spin_unlock(&flctx->flc_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006132 }
Jeff Laytonf9c00c32014-07-23 16:17:41 -04006133 fput(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006134 return status;
6135}
6136
Al Virob37ad282006-10-19 23:28:59 -07006137__be32
J.Bruce Fieldsb5914802006-12-13 00:35:38 -08006138nfsd4_release_lockowner(struct svc_rqst *rqstp,
6139 struct nfsd4_compound_state *cstate,
6140 struct nfsd4_release_lockowner *rlockowner)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006141{
6142 clientid_t *clid = &rlockowner->rl_clientid;
Jeff Layton882e9d22014-07-29 21:34:37 -04006143 struct nfs4_stateowner *sop;
6144 struct nfs4_lockowner *lo = NULL;
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04006145 struct nfs4_ol_stateid *stp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006146 struct xdr_netobj *owner = &rlockowner->rl_owner;
Trond Myklebustd4f04892014-07-29 21:34:36 -04006147 unsigned int hashval = ownerstr_hashval(owner);
Al Virob37ad282006-10-19 23:28:59 -07006148 __be32 status;
Stanislav Kinsbursky7f2210f2012-11-14 18:21:05 +03006149 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Trond Myklebustc58c6612014-07-29 21:34:35 -04006150 struct nfs4_client *clp;
Chuck Lever88584812016-07-13 16:40:14 -04006151 LIST_HEAD (reaplist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006152
6153 dprintk("nfsd4_release_lockowner clientid: (%08x/%08x):\n",
6154 clid->cl_boot, clid->cl_id);
6155
Jeff Layton4b24ca72014-06-30 11:48:44 -04006156 status = lookup_clientid(clid, cstate, nn);
J. Bruce Fields9b2ef622012-12-03 17:24:41 -05006157 if (status)
Trond Myklebust51f5e782014-07-30 08:27:27 -04006158 return status;
J. Bruce Fields9b2ef622012-12-03 17:24:41 -05006159
Trond Myklebustd4f04892014-07-29 21:34:36 -04006160 clp = cstate->clp;
Jeff Laytonfd449072014-06-30 11:48:41 -04006161 /* Find the matching lock stateowner */
Trond Myklebustd4f04892014-07-29 21:34:36 -04006162 spin_lock(&clp->cl_lock);
Jeff Layton882e9d22014-07-29 21:34:37 -04006163 list_for_each_entry(sop, &clp->cl_ownerstr_hashtbl[hashval],
Trond Myklebustd4f04892014-07-29 21:34:36 -04006164 so_strhash) {
Jeff Layton882e9d22014-07-29 21:34:37 -04006165
6166 if (sop->so_is_open_owner || !same_owner_str(sop, owner))
J. Bruce Fields16bfdaaf2011-11-07 17:23:30 -05006167 continue;
Jeff Laytonfd449072014-06-30 11:48:41 -04006168
Jeff Layton882e9d22014-07-29 21:34:37 -04006169 /* see if there are still any locks associated with it */
6170 lo = lockowner(sop);
6171 list_for_each_entry(stp, &sop->so_stateids, st_perstateowner) {
6172 if (check_for_locks(stp->st_stid.sc_file, lo)) {
6173 status = nfserr_locks_held;
6174 spin_unlock(&clp->cl_lock);
Trond Myklebust51f5e782014-07-30 08:27:27 -04006175 return status;
Jeff Layton882e9d22014-07-29 21:34:37 -04006176 }
Jeff Layton5adfd882014-07-29 21:34:31 -04006177 }
Jeff Layton882e9d22014-07-29 21:34:37 -04006178
Kinglong Meeb5971af2014-08-22 10:18:43 -04006179 nfs4_get_stateowner(sop);
Jeff Layton882e9d22014-07-29 21:34:37 -04006180 break;
Jeff Laytonfd449072014-06-30 11:48:41 -04006181 }
Chuck Lever88584812016-07-13 16:40:14 -04006182 if (!lo) {
6183 spin_unlock(&clp->cl_lock);
6184 return status;
6185 }
6186
6187 unhash_lockowner_locked(lo);
6188 while (!list_empty(&lo->lo_owner.so_stateids)) {
6189 stp = list_first_entry(&lo->lo_owner.so_stateids,
6190 struct nfs4_ol_stateid,
6191 st_perstateowner);
6192 WARN_ON(!unhash_lock_stateid(stp));
6193 put_ol_stateid_locked(stp, &reaplist);
6194 }
Trond Myklebustc58c6612014-07-29 21:34:35 -04006195 spin_unlock(&clp->cl_lock);
Chuck Lever88584812016-07-13 16:40:14 -04006196 free_ol_stateid_reaplist(&reaplist);
6197 nfs4_put_stateowner(&lo->lo_owner);
6198
Linus Torvalds1da177e2005-04-16 15:20:36 -07006199 return status;
6200}
6201
6202static inline struct nfs4_client_reclaim *
NeilBrowna55370a2005-06-23 22:03:52 -07006203alloc_reclaim(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006204{
NeilBrowna55370a2005-06-23 22:03:52 -07006205 return kmalloc(sizeof(struct nfs4_client_reclaim), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006206}
6207
Jeff Layton0ce0c2b2012-11-12 15:00:55 -05006208bool
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006209nfs4_has_reclaimed_state(const char *name, struct nfsd_net *nn)
NeilBrownc7b9a452005-06-23 22:04:30 -07006210{
Jeff Layton0ce0c2b2012-11-12 15:00:55 -05006211 struct nfs4_client_reclaim *crp;
NeilBrownc7b9a452005-06-23 22:04:30 -07006212
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006213 crp = nfsd4_find_reclaim_client(name, nn);
Jeff Layton0ce0c2b2012-11-12 15:00:55 -05006214 return (crp && crp->cr_clp);
NeilBrownc7b9a452005-06-23 22:04:30 -07006215}
6216
Linus Torvalds1da177e2005-04-16 15:20:36 -07006217/*
6218 * failure => all reset bets are off, nfserr_no_grace...
6219 */
Jeff Layton772a9bb2012-11-12 15:00:54 -05006220struct nfs4_client_reclaim *
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006221nfs4_client_to_reclaim(const char *name, struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006222{
6223 unsigned int strhashval;
Jeff Layton772a9bb2012-11-12 15:00:54 -05006224 struct nfs4_client_reclaim *crp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006225
NeilBrowna55370a2005-06-23 22:03:52 -07006226 dprintk("NFSD nfs4_client_to_reclaim NAME: %.*s\n", HEXDIR_LEN, name);
6227 crp = alloc_reclaim();
Jeff Layton772a9bb2012-11-12 15:00:54 -05006228 if (crp) {
6229 strhashval = clientstr_hashval(name);
6230 INIT_LIST_HEAD(&crp->cr_strhash);
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006231 list_add(&crp->cr_strhash, &nn->reclaim_str_hashtbl[strhashval]);
Jeff Layton772a9bb2012-11-12 15:00:54 -05006232 memcpy(crp->cr_recdir, name, HEXDIR_LEN);
Jeff Layton0ce0c2b2012-11-12 15:00:55 -05006233 crp->cr_clp = NULL;
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006234 nn->reclaim_str_hashtbl_size++;
Jeff Layton772a9bb2012-11-12 15:00:54 -05006235 }
6236 return crp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006237}
6238
Jeff Layton2a4317c2012-03-21 16:42:43 -04006239void
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006240nfs4_remove_reclaim_record(struct nfs4_client_reclaim *crp, struct nfsd_net *nn)
Jeff Laytonce30e532012-11-12 15:00:53 -05006241{
6242 list_del(&crp->cr_strhash);
6243 kfree(crp);
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006244 nn->reclaim_str_hashtbl_size--;
Jeff Laytonce30e532012-11-12 15:00:53 -05006245}
6246
6247void
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006248nfs4_release_reclaim(struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006249{
6250 struct nfs4_client_reclaim *crp = NULL;
6251 int i;
6252
Linus Torvalds1da177e2005-04-16 15:20:36 -07006253 for (i = 0; i < CLIENT_HASH_SIZE; i++) {
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006254 while (!list_empty(&nn->reclaim_str_hashtbl[i])) {
6255 crp = list_entry(nn->reclaim_str_hashtbl[i].next,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006256 struct nfs4_client_reclaim, cr_strhash);
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006257 nfs4_remove_reclaim_record(crp, nn);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006258 }
6259 }
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05006260 WARN_ON_ONCE(nn->reclaim_str_hashtbl_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006261}
6262
6263/*
6264 * called from OPEN, CLAIM_PREVIOUS with a new clientid. */
Jeff Layton2a4317c2012-03-21 16:42:43 -04006265struct nfs4_client_reclaim *
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006266nfsd4_find_reclaim_client(const char *recdir, struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006267{
6268 unsigned int strhashval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006269 struct nfs4_client_reclaim *crp = NULL;
6270
Jeff Layton278c9312012-11-12 15:00:52 -05006271 dprintk("NFSD: nfs4_find_reclaim_client for recdir %s\n", recdir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006272
Jeff Layton278c9312012-11-12 15:00:52 -05006273 strhashval = clientstr_hashval(recdir);
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006274 list_for_each_entry(crp, &nn->reclaim_str_hashtbl[strhashval], cr_strhash) {
Jeff Layton278c9312012-11-12 15:00:52 -05006275 if (same_name(crp->cr_recdir, recdir)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07006276 return crp;
6277 }
6278 }
6279 return NULL;
6280}
6281
6282/*
6283* Called from OPEN. Look for clientid in reclaim list.
6284*/
Al Virob37ad282006-10-19 23:28:59 -07006285__be32
Trond Myklebust0fe492d2014-06-30 11:48:47 -04006286nfs4_check_open_reclaim(clientid_t *clid,
6287 struct nfsd4_compound_state *cstate,
6288 struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006289{
Trond Myklebust0fe492d2014-06-30 11:48:47 -04006290 __be32 status;
Jeff Laytona52d7262012-03-21 09:52:02 -04006291
6292 /* find clientid in conf_id_hashtbl */
Trond Myklebust0fe492d2014-06-30 11:48:47 -04006293 status = lookup_clientid(clid, cstate, nn);
6294 if (status)
Jeff Laytona52d7262012-03-21 09:52:02 -04006295 return nfserr_reclaim_bad;
6296
Jeff Layton3b3e7b72014-09-12 16:40:22 -04006297 if (test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &cstate->clp->cl_flags))
6298 return nfserr_no_grace;
6299
Trond Myklebust0fe492d2014-06-30 11:48:47 -04006300 if (nfsd4_client_record_check(cstate->clp))
6301 return nfserr_reclaim_bad;
6302
6303 return nfs_ok;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006304}
6305
Bryan Schumaker65178db2011-11-01 13:35:21 -04006306#ifdef CONFIG_NFSD_FAULT_INJECTION
Jeff Layton016200c2014-07-30 08:27:21 -04006307static inline void
6308put_client(struct nfs4_client *clp)
6309{
6310 atomic_dec(&clp->cl_refcount);
6311}
6312
Jeff Layton285abde2014-07-30 08:27:24 -04006313static struct nfs4_client *
6314nfsd_find_client(struct sockaddr_storage *addr, size_t addr_size)
6315{
6316 struct nfs4_client *clp;
6317 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6318 nfsd_net_id);
6319
6320 if (!nfsd_netns_ready(nn))
6321 return NULL;
6322
6323 list_for_each_entry(clp, &nn->client_lru, cl_lru) {
6324 if (memcmp(&clp->cl_addr, addr, addr_size) == 0)
6325 return clp;
6326 }
6327 return NULL;
6328}
6329
Jeff Layton7ec0e362014-07-30 08:27:17 -04006330u64
Jeff Layton285abde2014-07-30 08:27:24 -04006331nfsd_inject_print_clients(void)
Jeff Layton7ec0e362014-07-30 08:27:17 -04006332{
6333 struct nfs4_client *clp;
6334 u64 count = 0;
6335 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6336 nfsd_net_id);
6337 char buf[INET6_ADDRSTRLEN];
6338
6339 if (!nfsd_netns_ready(nn))
6340 return 0;
6341
6342 spin_lock(&nn->client_lock);
6343 list_for_each_entry(clp, &nn->client_lru, cl_lru) {
6344 rpc_ntop((struct sockaddr *)&clp->cl_addr, buf, sizeof(buf));
6345 pr_info("NFS Client: %s\n", buf);
6346 ++count;
6347 }
6348 spin_unlock(&nn->client_lock);
6349
6350 return count;
6351}
Bryan Schumaker65178db2011-11-01 13:35:21 -04006352
Jeff Laytona0926d12014-07-30 08:27:18 -04006353u64
Jeff Layton285abde2014-07-30 08:27:24 -04006354nfsd_inject_forget_client(struct sockaddr_storage *addr, size_t addr_size)
Jeff Laytona0926d12014-07-30 08:27:18 -04006355{
6356 u64 count = 0;
6357 struct nfs4_client *clp;
6358 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6359 nfsd_net_id);
6360
6361 if (!nfsd_netns_ready(nn))
6362 return count;
6363
6364 spin_lock(&nn->client_lock);
6365 clp = nfsd_find_client(addr, addr_size);
6366 if (clp) {
6367 if (mark_client_expired_locked(clp) == nfs_ok)
6368 ++count;
6369 else
6370 clp = NULL;
6371 }
6372 spin_unlock(&nn->client_lock);
6373
6374 if (clp)
6375 expire_client(clp);
6376
6377 return count;
6378}
6379
Jeff Layton69fc9ed2014-07-30 08:27:19 -04006380u64
Jeff Layton285abde2014-07-30 08:27:24 -04006381nfsd_inject_forget_clients(u64 max)
Jeff Layton69fc9ed2014-07-30 08:27:19 -04006382{
6383 u64 count = 0;
6384 struct nfs4_client *clp, *next;
6385 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6386 nfsd_net_id);
6387 LIST_HEAD(reaplist);
6388
6389 if (!nfsd_netns_ready(nn))
6390 return count;
6391
6392 spin_lock(&nn->client_lock);
6393 list_for_each_entry_safe(clp, next, &nn->client_lru, cl_lru) {
6394 if (mark_client_expired_locked(clp) == nfs_ok) {
6395 list_add(&clp->cl_lru, &reaplist);
6396 if (max != 0 && ++count >= max)
6397 break;
6398 }
6399 }
6400 spin_unlock(&nn->client_lock);
6401
6402 list_for_each_entry_safe(clp, next, &reaplist, cl_lru)
6403 expire_client(clp);
6404
6405 return count;
6406}
6407
Bryan Schumaker184c1842012-11-29 11:40:44 -05006408static void nfsd_print_count(struct nfs4_client *clp, unsigned int count,
6409 const char *type)
6410{
6411 char buf[INET6_ADDRSTRLEN];
Bryan Schumaker0a5c33e2012-12-07 16:17:28 -05006412 rpc_ntop((struct sockaddr *)&clp->cl_addr, buf, sizeof(buf));
Bryan Schumaker184c1842012-11-29 11:40:44 -05006413 printk(KERN_INFO "NFS Client: %s has %u %s\n", buf, count, type);
6414}
6415
Jeff Layton016200c2014-07-30 08:27:21 -04006416static void
6417nfsd_inject_add_lock_to_list(struct nfs4_ol_stateid *lst,
6418 struct list_head *collect)
6419{
6420 struct nfs4_client *clp = lst->st_stid.sc_client;
6421 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6422 nfsd_net_id);
6423
6424 if (!collect)
6425 return;
6426
6427 lockdep_assert_held(&nn->client_lock);
6428 atomic_inc(&clp->cl_refcount);
6429 list_add(&lst->st_locks, collect);
6430}
6431
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04006432static u64 nfsd_foreach_client_lock(struct nfs4_client *clp, u64 max,
Jeff Layton3738d502014-07-30 08:27:20 -04006433 struct list_head *collect,
Jeff Laytone8568732015-08-24 12:41:47 -04006434 bool (*func)(struct nfs4_ol_stateid *))
Bryan Schumakerfc291712012-11-29 11:40:40 -05006435{
6436 struct nfs4_openowner *oop;
Bryan Schumakerfc291712012-11-29 11:40:40 -05006437 struct nfs4_ol_stateid *stp, *st_next;
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04006438 struct nfs4_ol_stateid *lst, *lst_next;
Bryan Schumakerfc291712012-11-29 11:40:40 -05006439 u64 count = 0;
6440
Jeff Layton016200c2014-07-30 08:27:21 -04006441 spin_lock(&clp->cl_lock);
Bryan Schumakerfc291712012-11-29 11:40:40 -05006442 list_for_each_entry(oop, &clp->cl_openowners, oo_perclient) {
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04006443 list_for_each_entry_safe(stp, st_next,
6444 &oop->oo_owner.so_stateids, st_perstateowner) {
6445 list_for_each_entry_safe(lst, lst_next,
6446 &stp->st_locks, st_locks) {
Jeff Layton3738d502014-07-30 08:27:20 -04006447 if (func) {
Jeff Laytone8568732015-08-24 12:41:47 -04006448 if (func(lst))
6449 nfsd_inject_add_lock_to_list(lst,
6450 collect);
Jeff Layton3738d502014-07-30 08:27:20 -04006451 }
Jeff Layton016200c2014-07-30 08:27:21 -04006452 ++count;
6453 /*
6454 * Despite the fact that these functions deal
6455 * with 64-bit integers for "count", we must
6456 * ensure that it doesn't blow up the
6457 * clp->cl_refcount. Throw a warning if we
6458 * start to approach INT_MAX here.
6459 */
6460 WARN_ON_ONCE(count == (INT_MAX / 2));
6461 if (count == max)
6462 goto out;
Bryan Schumakerfc291712012-11-29 11:40:40 -05006463 }
6464 }
6465 }
Jeff Layton016200c2014-07-30 08:27:21 -04006466out:
6467 spin_unlock(&clp->cl_lock);
Bryan Schumakerfc291712012-11-29 11:40:40 -05006468
6469 return count;
6470}
6471
Jeff Layton016200c2014-07-30 08:27:21 -04006472static u64
6473nfsd_collect_client_locks(struct nfs4_client *clp, struct list_head *collect,
6474 u64 max)
Bryan Schumakerfc291712012-11-29 11:40:40 -05006475{
Jeff Layton016200c2014-07-30 08:27:21 -04006476 return nfsd_foreach_client_lock(clp, max, collect, unhash_lock_stateid);
Bryan Schumakerfc291712012-11-29 11:40:40 -05006477}
6478
Jeff Layton016200c2014-07-30 08:27:21 -04006479static u64
6480nfsd_print_client_locks(struct nfs4_client *clp)
Bryan Schumaker184c1842012-11-29 11:40:44 -05006481{
Jeff Layton016200c2014-07-30 08:27:21 -04006482 u64 count = nfsd_foreach_client_lock(clp, 0, NULL, NULL);
Bryan Schumaker184c1842012-11-29 11:40:44 -05006483 nfsd_print_count(clp, count, "locked files");
6484 return count;
6485}
6486
Jeff Layton016200c2014-07-30 08:27:21 -04006487u64
Jeff Layton285abde2014-07-30 08:27:24 -04006488nfsd_inject_print_locks(void)
Jeff Layton016200c2014-07-30 08:27:21 -04006489{
6490 struct nfs4_client *clp;
6491 u64 count = 0;
6492 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6493 nfsd_net_id);
6494
6495 if (!nfsd_netns_ready(nn))
6496 return 0;
6497
6498 spin_lock(&nn->client_lock);
6499 list_for_each_entry(clp, &nn->client_lru, cl_lru)
6500 count += nfsd_print_client_locks(clp);
6501 spin_unlock(&nn->client_lock);
6502
6503 return count;
6504}
6505
6506static void
6507nfsd_reap_locks(struct list_head *reaplist)
6508{
6509 struct nfs4_client *clp;
6510 struct nfs4_ol_stateid *stp, *next;
6511
6512 list_for_each_entry_safe(stp, next, reaplist, st_locks) {
6513 list_del_init(&stp->st_locks);
6514 clp = stp->st_stid.sc_client;
6515 nfs4_put_stid(&stp->st_stid);
6516 put_client(clp);
6517 }
6518}
6519
6520u64
Jeff Layton285abde2014-07-30 08:27:24 -04006521nfsd_inject_forget_client_locks(struct sockaddr_storage *addr, size_t addr_size)
Jeff Layton016200c2014-07-30 08:27:21 -04006522{
6523 unsigned int count = 0;
6524 struct nfs4_client *clp;
6525 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6526 nfsd_net_id);
6527 LIST_HEAD(reaplist);
6528
6529 if (!nfsd_netns_ready(nn))
6530 return count;
6531
6532 spin_lock(&nn->client_lock);
6533 clp = nfsd_find_client(addr, addr_size);
6534 if (clp)
6535 count = nfsd_collect_client_locks(clp, &reaplist, 0);
6536 spin_unlock(&nn->client_lock);
6537 nfsd_reap_locks(&reaplist);
6538 return count;
6539}
6540
6541u64
Jeff Layton285abde2014-07-30 08:27:24 -04006542nfsd_inject_forget_locks(u64 max)
Jeff Layton016200c2014-07-30 08:27:21 -04006543{
6544 u64 count = 0;
6545 struct nfs4_client *clp;
6546 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6547 nfsd_net_id);
6548 LIST_HEAD(reaplist);
6549
6550 if (!nfsd_netns_ready(nn))
6551 return count;
6552
6553 spin_lock(&nn->client_lock);
6554 list_for_each_entry(clp, &nn->client_lru, cl_lru) {
6555 count += nfsd_collect_client_locks(clp, &reaplist, max - count);
6556 if (max != 0 && count >= max)
6557 break;
6558 }
6559 spin_unlock(&nn->client_lock);
6560 nfsd_reap_locks(&reaplist);
6561 return count;
6562}
6563
Jeff Layton82e05ef2014-07-30 08:27:22 -04006564static u64
6565nfsd_foreach_client_openowner(struct nfs4_client *clp, u64 max,
6566 struct list_head *collect,
6567 void (*func)(struct nfs4_openowner *))
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006568{
6569 struct nfs4_openowner *oop, *next;
Jeff Layton82e05ef2014-07-30 08:27:22 -04006570 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6571 nfsd_net_id);
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006572 u64 count = 0;
6573
Jeff Layton82e05ef2014-07-30 08:27:22 -04006574 lockdep_assert_held(&nn->client_lock);
6575
6576 spin_lock(&clp->cl_lock);
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006577 list_for_each_entry_safe(oop, next, &clp->cl_openowners, oo_perclient) {
Jeff Layton82e05ef2014-07-30 08:27:22 -04006578 if (func) {
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006579 func(oop);
Jeff Layton82e05ef2014-07-30 08:27:22 -04006580 if (collect) {
6581 atomic_inc(&clp->cl_refcount);
6582 list_add(&oop->oo_perclient, collect);
6583 }
6584 }
6585 ++count;
6586 /*
6587 * Despite the fact that these functions deal with
6588 * 64-bit integers for "count", we must ensure that
6589 * it doesn't blow up the clp->cl_refcount. Throw a
6590 * warning if we start to approach INT_MAX here.
6591 */
6592 WARN_ON_ONCE(count == (INT_MAX / 2));
6593 if (count == max)
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006594 break;
6595 }
Jeff Layton82e05ef2014-07-30 08:27:22 -04006596 spin_unlock(&clp->cl_lock);
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006597
6598 return count;
6599}
6600
Jeff Layton82e05ef2014-07-30 08:27:22 -04006601static u64
6602nfsd_print_client_openowners(struct nfs4_client *clp)
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006603{
Jeff Layton82e05ef2014-07-30 08:27:22 -04006604 u64 count = nfsd_foreach_client_openowner(clp, 0, NULL, NULL);
6605
6606 nfsd_print_count(clp, count, "openowners");
6607 return count;
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006608}
6609
Jeff Layton82e05ef2014-07-30 08:27:22 -04006610static u64
6611nfsd_collect_client_openowners(struct nfs4_client *clp,
6612 struct list_head *collect, u64 max)
Bryan Schumaker184c1842012-11-29 11:40:44 -05006613{
Jeff Layton82e05ef2014-07-30 08:27:22 -04006614 return nfsd_foreach_client_openowner(clp, max, collect,
6615 unhash_openowner_locked);
6616}
6617
6618u64
Jeff Layton285abde2014-07-30 08:27:24 -04006619nfsd_inject_print_openowners(void)
Jeff Layton82e05ef2014-07-30 08:27:22 -04006620{
6621 struct nfs4_client *clp;
6622 u64 count = 0;
6623 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6624 nfsd_net_id);
6625
6626 if (!nfsd_netns_ready(nn))
6627 return 0;
6628
6629 spin_lock(&nn->client_lock);
6630 list_for_each_entry(clp, &nn->client_lru, cl_lru)
6631 count += nfsd_print_client_openowners(clp);
6632 spin_unlock(&nn->client_lock);
6633
6634 return count;
6635}
6636
6637static void
6638nfsd_reap_openowners(struct list_head *reaplist)
6639{
6640 struct nfs4_client *clp;
6641 struct nfs4_openowner *oop, *next;
6642
6643 list_for_each_entry_safe(oop, next, reaplist, oo_perclient) {
6644 list_del_init(&oop->oo_perclient);
6645 clp = oop->oo_owner.so_client;
6646 release_openowner(oop);
6647 put_client(clp);
6648 }
6649}
6650
6651u64
Jeff Layton285abde2014-07-30 08:27:24 -04006652nfsd_inject_forget_client_openowners(struct sockaddr_storage *addr,
6653 size_t addr_size)
Jeff Layton82e05ef2014-07-30 08:27:22 -04006654{
6655 unsigned int count = 0;
6656 struct nfs4_client *clp;
6657 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6658 nfsd_net_id);
6659 LIST_HEAD(reaplist);
6660
6661 if (!nfsd_netns_ready(nn))
6662 return count;
6663
6664 spin_lock(&nn->client_lock);
6665 clp = nfsd_find_client(addr, addr_size);
6666 if (clp)
6667 count = nfsd_collect_client_openowners(clp, &reaplist, 0);
6668 spin_unlock(&nn->client_lock);
6669 nfsd_reap_openowners(&reaplist);
6670 return count;
6671}
6672
6673u64
Jeff Layton285abde2014-07-30 08:27:24 -04006674nfsd_inject_forget_openowners(u64 max)
Jeff Layton82e05ef2014-07-30 08:27:22 -04006675{
6676 u64 count = 0;
6677 struct nfs4_client *clp;
6678 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6679 nfsd_net_id);
6680 LIST_HEAD(reaplist);
6681
6682 if (!nfsd_netns_ready(nn))
6683 return count;
6684
6685 spin_lock(&nn->client_lock);
6686 list_for_each_entry(clp, &nn->client_lru, cl_lru) {
6687 count += nfsd_collect_client_openowners(clp, &reaplist,
6688 max - count);
6689 if (max != 0 && count >= max)
6690 break;
6691 }
6692 spin_unlock(&nn->client_lock);
6693 nfsd_reap_openowners(&reaplist);
Bryan Schumaker184c1842012-11-29 11:40:44 -05006694 return count;
6695}
6696
Bryan Schumaker269de302012-11-29 11:40:42 -05006697static u64 nfsd_find_all_delegations(struct nfs4_client *clp, u64 max,
6698 struct list_head *victims)
6699{
6700 struct nfs4_delegation *dp, *next;
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006701 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6702 nfsd_net_id);
Bryan Schumaker269de302012-11-29 11:40:42 -05006703 u64 count = 0;
6704
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006705 lockdep_assert_held(&nn->client_lock);
6706
6707 spin_lock(&state_lock);
Bryan Schumaker269de302012-11-29 11:40:42 -05006708 list_for_each_entry_safe(dp, next, &clp->cl_delegations, dl_perclnt) {
Jeff Laytondff13992014-07-08 14:02:49 -04006709 if (victims) {
6710 /*
6711 * It's not safe to mess with delegations that have a
6712 * non-zero dl_time. They might have already been broken
6713 * and could be processed by the laundromat outside of
6714 * the state_lock. Just leave them be.
6715 */
6716 if (dp->dl_time != 0)
6717 continue;
6718
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006719 atomic_inc(&clp->cl_refcount);
Jeff Layton3fcbbd22015-08-24 12:41:48 -04006720 WARN_ON(!unhash_delegation_locked(dp));
Jeff Layton42690672014-07-25 07:34:20 -04006721 list_add(&dp->dl_recall_lru, victims);
Jeff Laytondff13992014-07-08 14:02:49 -04006722 }
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006723 ++count;
6724 /*
6725 * Despite the fact that these functions deal with
6726 * 64-bit integers for "count", we must ensure that
6727 * it doesn't blow up the clp->cl_refcount. Throw a
6728 * warning if we start to approach INT_MAX here.
6729 */
6730 WARN_ON_ONCE(count == (INT_MAX / 2));
6731 if (count == max)
Bryan Schumaker269de302012-11-29 11:40:42 -05006732 break;
6733 }
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006734 spin_unlock(&state_lock);
Bryan Schumaker269de302012-11-29 11:40:42 -05006735 return count;
6736}
6737
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006738static u64
6739nfsd_print_client_delegations(struct nfs4_client *clp)
Bryan Schumaker269de302012-11-29 11:40:42 -05006740{
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006741 u64 count = nfsd_find_all_delegations(clp, 0, NULL);
Bryan Schumaker184c1842012-11-29 11:40:44 -05006742
6743 nfsd_print_count(clp, count, "delegations");
6744 return count;
6745}
6746
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006747u64
Jeff Layton285abde2014-07-30 08:27:24 -04006748nfsd_inject_print_delegations(void)
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006749{
6750 struct nfs4_client *clp;
6751 u64 count = 0;
6752 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6753 nfsd_net_id);
6754
6755 if (!nfsd_netns_ready(nn))
6756 return 0;
6757
6758 spin_lock(&nn->client_lock);
6759 list_for_each_entry(clp, &nn->client_lru, cl_lru)
6760 count += nfsd_print_client_delegations(clp);
6761 spin_unlock(&nn->client_lock);
6762
6763 return count;
6764}
6765
6766static void
6767nfsd_forget_delegations(struct list_head *reaplist)
6768{
6769 struct nfs4_client *clp;
6770 struct nfs4_delegation *dp, *next;
6771
6772 list_for_each_entry_safe(dp, next, reaplist, dl_recall_lru) {
6773 list_del_init(&dp->dl_recall_lru);
6774 clp = dp->dl_stid.sc_client;
6775 revoke_delegation(dp);
6776 put_client(clp);
6777 }
6778}
6779
6780u64
Jeff Layton285abde2014-07-30 08:27:24 -04006781nfsd_inject_forget_client_delegations(struct sockaddr_storage *addr,
6782 size_t addr_size)
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006783{
6784 u64 count = 0;
6785 struct nfs4_client *clp;
6786 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6787 nfsd_net_id);
6788 LIST_HEAD(reaplist);
6789
6790 if (!nfsd_netns_ready(nn))
6791 return count;
6792
6793 spin_lock(&nn->client_lock);
6794 clp = nfsd_find_client(addr, addr_size);
6795 if (clp)
6796 count = nfsd_find_all_delegations(clp, 0, &reaplist);
6797 spin_unlock(&nn->client_lock);
6798
6799 nfsd_forget_delegations(&reaplist);
6800 return count;
6801}
6802
6803u64
Jeff Layton285abde2014-07-30 08:27:24 -04006804nfsd_inject_forget_delegations(u64 max)
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006805{
6806 u64 count = 0;
6807 struct nfs4_client *clp;
6808 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6809 nfsd_net_id);
6810 LIST_HEAD(reaplist);
6811
6812 if (!nfsd_netns_ready(nn))
6813 return count;
6814
6815 spin_lock(&nn->client_lock);
6816 list_for_each_entry(clp, &nn->client_lru, cl_lru) {
6817 count += nfsd_find_all_delegations(clp, max - count, &reaplist);
6818 if (max != 0 && count >= max)
6819 break;
6820 }
6821 spin_unlock(&nn->client_lock);
6822 nfsd_forget_delegations(&reaplist);
6823 return count;
6824}
6825
6826static void
6827nfsd_recall_delegations(struct list_head *reaplist)
6828{
6829 struct nfs4_client *clp;
6830 struct nfs4_delegation *dp, *next;
6831
6832 list_for_each_entry_safe(dp, next, reaplist, dl_recall_lru) {
6833 list_del_init(&dp->dl_recall_lru);
6834 clp = dp->dl_stid.sc_client;
6835 /*
6836 * We skipped all entries that had a zero dl_time before,
6837 * so we can now reset the dl_time back to 0. If a delegation
6838 * break comes in now, then it won't make any difference since
6839 * we're recalling it either way.
6840 */
6841 spin_lock(&state_lock);
6842 dp->dl_time = 0;
6843 spin_unlock(&state_lock);
6844 nfsd_break_one_deleg(dp);
6845 put_client(clp);
6846 }
6847}
6848
6849u64
Jeff Layton285abde2014-07-30 08:27:24 -04006850nfsd_inject_recall_client_delegations(struct sockaddr_storage *addr,
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006851 size_t addr_size)
6852{
6853 u64 count = 0;
6854 struct nfs4_client *clp;
6855 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6856 nfsd_net_id);
6857 LIST_HEAD(reaplist);
6858
6859 if (!nfsd_netns_ready(nn))
6860 return count;
6861
6862 spin_lock(&nn->client_lock);
6863 clp = nfsd_find_client(addr, addr_size);
6864 if (clp)
6865 count = nfsd_find_all_delegations(clp, 0, &reaplist);
6866 spin_unlock(&nn->client_lock);
6867
6868 nfsd_recall_delegations(&reaplist);
6869 return count;
6870}
6871
6872u64
Jeff Layton285abde2014-07-30 08:27:24 -04006873nfsd_inject_recall_delegations(u64 max)
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006874{
6875 u64 count = 0;
6876 struct nfs4_client *clp, *next;
6877 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6878 nfsd_net_id);
6879 LIST_HEAD(reaplist);
6880
6881 if (!nfsd_netns_ready(nn))
6882 return count;
6883
6884 spin_lock(&nn->client_lock);
6885 list_for_each_entry_safe(clp, next, &nn->client_lru, cl_lru) {
6886 count += nfsd_find_all_delegations(clp, max - count, &reaplist);
6887 if (max != 0 && ++count >= max)
6888 break;
6889 }
6890 spin_unlock(&nn->client_lock);
6891 nfsd_recall_delegations(&reaplist);
6892 return count;
6893}
Bryan Schumaker65178db2011-11-01 13:35:21 -04006894#endif /* CONFIG_NFSD_FAULT_INJECTION */
6895
Meelap Shahc2f1a552007-07-17 04:04:39 -07006896/*
6897 * Since the lifetime of a delegation isn't limited to that of an open, a
6898 * client may quite reasonably hang on to a delegation as long as it has
6899 * the inode cached. This becomes an obvious problem the first time a
6900 * client's inode cache approaches the size of the server's total memory.
6901 *
6902 * For now we avoid this problem by imposing a hard limit on the number
6903 * of delegations, which varies according to the server's memory size.
6904 */
6905static void
6906set_max_delegations(void)
6907{
6908 /*
6909 * Allow at most 4 delegations per megabyte of RAM. Quick
6910 * estimates suggest that in the worst case (where every delegation
6911 * is for a different inode), a delegation could take about 1.5K,
6912 * giving a worst case usage of about 6% of memory.
6913 */
6914 max_delegations = nr_free_buffer_pages() >> (20 - 2 - PAGE_SHIFT);
6915}
6916
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03006917static int nfs4_state_create_net(struct net *net)
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006918{
6919 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
6920 int i;
6921
6922 nn->conf_id_hashtbl = kmalloc(sizeof(struct list_head) *
6923 CLIENT_HASH_SIZE, GFP_KERNEL);
6924 if (!nn->conf_id_hashtbl)
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03006925 goto err;
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03006926 nn->unconf_id_hashtbl = kmalloc(sizeof(struct list_head) *
6927 CLIENT_HASH_SIZE, GFP_KERNEL);
6928 if (!nn->unconf_id_hashtbl)
6929 goto err_unconf_id;
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03006930 nn->sessionid_hashtbl = kmalloc(sizeof(struct list_head) *
6931 SESSION_HASH_SIZE, GFP_KERNEL);
6932 if (!nn->sessionid_hashtbl)
6933 goto err_sessionid;
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006934
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03006935 for (i = 0; i < CLIENT_HASH_SIZE; i++) {
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006936 INIT_LIST_HEAD(&nn->conf_id_hashtbl[i]);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03006937 INIT_LIST_HEAD(&nn->unconf_id_hashtbl[i]);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03006938 }
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03006939 for (i = 0; i < SESSION_HASH_SIZE; i++)
6940 INIT_LIST_HEAD(&nn->sessionid_hashtbl[i]);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03006941 nn->conf_name_tree = RB_ROOT;
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03006942 nn->unconf_name_tree = RB_ROOT;
Stanislav Kinsbursky5ed58bb2012-11-14 18:21:56 +03006943 INIT_LIST_HEAD(&nn->client_lru);
Stanislav Kinsbursky73758fed2012-11-14 18:22:01 +03006944 INIT_LIST_HEAD(&nn->close_lru);
J. Bruce Fieldse8c69d12013-03-21 15:19:33 -04006945 INIT_LIST_HEAD(&nn->del_recall_lru);
Jeff Layton7919d0a2016-09-16 16:28:25 -04006946 INIT_LIST_HEAD(&nn->blocked_locks_lru);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03006947 spin_lock_init(&nn->client_lock);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006948
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03006949 INIT_DELAYED_WORK(&nn->laundromat_work, laundromat_main);
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03006950 get_net(net);
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03006951
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006952 return 0;
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03006953
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03006954err_sessionid:
Stanislav Kinsbursky9b531132012-11-14 18:21:41 +03006955 kfree(nn->unconf_id_hashtbl);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03006956err_unconf_id:
6957 kfree(nn->conf_id_hashtbl);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03006958err:
6959 return -ENOMEM;
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006960}
6961
6962static void
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03006963nfs4_state_destroy_net(struct net *net)
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006964{
6965 int i;
6966 struct nfs4_client *clp = NULL;
6967 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
6968
6969 for (i = 0; i < CLIENT_HASH_SIZE; i++) {
6970 while (!list_empty(&nn->conf_id_hashtbl[i])) {
6971 clp = list_entry(nn->conf_id_hashtbl[i].next, struct nfs4_client, cl_idhash);
6972 destroy_client(clp);
6973 }
6974 }
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03006975
Kinglong Mee2b905632014-03-26 22:09:30 +08006976 for (i = 0; i < CLIENT_HASH_SIZE; i++) {
6977 while (!list_empty(&nn->unconf_id_hashtbl[i])) {
6978 clp = list_entry(nn->unconf_id_hashtbl[i].next, struct nfs4_client, cl_idhash);
6979 destroy_client(clp);
6980 }
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03006981 }
6982
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03006983 kfree(nn->sessionid_hashtbl);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03006984 kfree(nn->unconf_id_hashtbl);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006985 kfree(nn->conf_id_hashtbl);
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03006986 put_net(net);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006987}
6988
Stanislav Kinsburskyf252bc62012-11-26 15:22:18 +03006989int
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03006990nfs4_state_start_net(struct net *net)
NeilBrownac4d8ff22005-06-23 22:03:30 -07006991{
Stanislav Kinsbursky5e1533c2012-07-25 16:56:58 +04006992 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05006993 int ret;
6994
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03006995 ret = nfs4_state_create_net(net);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006996 if (ret)
6997 return ret;
Stanislav Kinsbursky2c142ba2012-07-25 16:57:45 +04006998 nn->boot_time = get_seconds();
Stanislav Kinsburskya51c84e2012-07-25 16:57:37 +04006999 nn->grace_ended = false;
J. Bruce Fieldsc87fb4a2015-08-06 12:47:02 -04007000 nn->nfsd4_manager.block_opens = true;
Jeff Laytond4318ac2014-09-12 16:40:21 -04007001 locks_start_grace(net, &nn->nfsd4_manager);
7002 nfsd4_client_tracking_init(net);
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007003 printk(KERN_INFO "NFSD: starting %ld-second grace period (net %p)\n",
Stanislav Kinsbursky5284b442012-11-27 14:11:49 +03007004 nn->nfsd4_grace, net);
7005 queue_delayed_work(laundry_wq, &nn->laundromat_work, nn->nfsd4_grace * HZ);
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007006 return 0;
7007}
7008
7009/* initialization to perform when the nfsd service is started: */
7010
7011int
7012nfs4_state_start(void)
7013{
7014 int ret;
7015
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05007016 ret = set_callback_cred();
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007017 if (ret)
7018 return -ENOMEM;
Jeff Layton51a54562015-08-20 07:17:01 -04007019 laundry_wq = alloc_workqueue("%s", WQ_UNBOUND, 0, "nfsd4");
Jeff Laytona6d6b782012-03-05 11:42:36 -05007020 if (laundry_wq == NULL) {
7021 ret = -ENOMEM;
7022 goto out_recovery;
7023 }
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05007024 ret = nfsd4_create_callback_queue();
7025 if (ret)
7026 goto out_free_laundry;
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03007027
Meelap Shahc2f1a552007-07-17 04:04:39 -07007028 set_max_delegations();
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007029
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05007030 return 0;
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007031
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05007032out_free_laundry:
7033 destroy_workqueue(laundry_wq);
Jeff Laytona6d6b782012-03-05 11:42:36 -05007034out_recovery:
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05007035 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007036}
7037
Stanislav Kinsburskyf252bc62012-11-26 15:22:18 +03007038void
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03007039nfs4_state_shutdown_net(struct net *net)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007040{
Linus Torvalds1da177e2005-04-16 15:20:36 -07007041 struct nfs4_delegation *dp = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007042 struct list_head *pos, *next, reaplist;
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03007043 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Jeff Layton7919d0a2016-09-16 16:28:25 -04007044 struct nfsd4_blocked_lock *nbl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007045
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03007046 cancel_delayed_work_sync(&nn->laundromat_work);
7047 locks_end_grace(&nn->nfsd4_manager);
Jeff Laytonac55fdc2012-11-12 15:00:56 -05007048
Linus Torvalds1da177e2005-04-16 15:20:36 -07007049 INIT_LIST_HEAD(&reaplist);
Benny Halevycdc97502014-05-30 09:09:30 -04007050 spin_lock(&state_lock);
J. Bruce Fieldse8c69d12013-03-21 15:19:33 -04007051 list_for_each_safe(pos, next, &nn->del_recall_lru) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07007052 dp = list_entry (pos, struct nfs4_delegation, dl_recall_lru);
Jeff Layton3fcbbd22015-08-24 12:41:48 -04007053 WARN_ON(!unhash_delegation_locked(dp));
Jeff Layton42690672014-07-25 07:34:20 -04007054 list_add(&dp->dl_recall_lru, &reaplist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007055 }
Benny Halevycdc97502014-05-30 09:09:30 -04007056 spin_unlock(&state_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007057 list_for_each_safe(pos, next, &reaplist) {
7058 dp = list_entry (pos, struct nfs4_delegation, dl_recall_lru);
Jeff Layton42690672014-07-25 07:34:20 -04007059 list_del_init(&dp->dl_recall_lru);
Sachin Bhamare8287f002015-04-27 14:50:14 +02007060 put_clnt_odstate(dp->dl_clnt_odstate);
Jeff Laytonafbda402014-08-09 10:22:41 -04007061 nfs4_put_deleg_lease(dp->dl_stid.sc_file);
Trond Myklebust60116952014-07-29 21:34:06 -04007062 nfs4_put_stid(&dp->dl_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007063 }
7064
Jeff Layton7919d0a2016-09-16 16:28:25 -04007065 BUG_ON(!list_empty(&reaplist));
7066 spin_lock(&nn->client_lock);
7067 while (!list_empty(&nn->blocked_locks_lru)) {
7068 nbl = list_first_entry(&nn->blocked_locks_lru,
7069 struct nfsd4_blocked_lock, nbl_lru);
7070 list_move(&nbl->nbl_lru, &reaplist);
7071 list_del_init(&nbl->nbl_list);
7072 }
7073 spin_unlock(&nn->client_lock);
7074
7075 while (!list_empty(&reaplist)) {
7076 nbl = list_first_entry(&nn->blocked_locks_lru,
7077 struct nfsd4_blocked_lock, nbl_lru);
7078 list_del_init(&nbl->nbl_lru);
7079 posix_unblock_lock(&nbl->nbl_lock);
7080 free_blocked_lock(nbl);
7081 }
7082
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03007083 nfsd4_client_tracking_exit(net);
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03007084 nfs4_state_destroy_net(net);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007085}
7086
7087void
7088nfs4_state_shutdown(void)
7089{
NeilBrown5e8d5c22006-04-10 22:55:37 -07007090 destroy_workqueue(laundry_wq);
J. Bruce Fieldsc3935e32010-06-04 16:42:08 -04007091 nfsd4_destroy_callback_queue();
Linus Torvalds1da177e2005-04-16 15:20:36 -07007092}
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007093
7094static void
7095get_stateid(struct nfsd4_compound_state *cstate, stateid_t *stateid)
7096{
Tigran Mkrtchyan37c593c2012-02-13 22:55:32 +01007097 if (HAS_STATE_ID(cstate, CURRENT_STATE_ID_FLAG) && CURRENT_STATEID(stateid))
7098 memcpy(stateid, &cstate->current_stateid, sizeof(stateid_t));
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007099}
7100
7101static void
7102put_stateid(struct nfsd4_compound_state *cstate, stateid_t *stateid)
7103{
Tigran Mkrtchyan37c593c2012-02-13 22:55:32 +01007104 if (cstate->minorversion) {
7105 memcpy(&cstate->current_stateid, stateid, sizeof(stateid_t));
7106 SET_STATE_ID(cstate, CURRENT_STATE_ID_FLAG);
7107 }
7108}
7109
7110void
7111clear_current_stateid(struct nfsd4_compound_state *cstate)
7112{
7113 CLEAR_STATE_ID(cstate, CURRENT_STATE_ID_FLAG);
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007114}
7115
Tigran Mkrtchyan62cd4a52012-02-13 22:55:25 +01007116/*
7117 * functions to set current state id
7118 */
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007119void
Tigran Mkrtchyan9428fe12012-02-13 22:55:31 +01007120nfsd4_set_opendowngradestateid(struct nfsd4_compound_state *cstate, struct nfsd4_open_downgrade *odp)
7121{
7122 put_stateid(cstate, &odp->od_stateid);
7123}
7124
7125void
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007126nfsd4_set_openstateid(struct nfsd4_compound_state *cstate, struct nfsd4_open *open)
7127{
7128 put_stateid(cstate, &open->op_stateid);
7129}
7130
7131void
Tigran Mkrtchyan62cd4a52012-02-13 22:55:25 +01007132nfsd4_set_closestateid(struct nfsd4_compound_state *cstate, struct nfsd4_close *close)
7133{
7134 put_stateid(cstate, &close->cl_stateid);
7135}
7136
7137void
7138nfsd4_set_lockstateid(struct nfsd4_compound_state *cstate, struct nfsd4_lock *lock)
7139{
7140 put_stateid(cstate, &lock->lk_resp_stateid);
7141}
7142
7143/*
7144 * functions to consume current state id
7145 */
Tigran Mkrtchyan1e97b512012-02-13 22:55:30 +01007146
7147void
Tigran Mkrtchyan9428fe12012-02-13 22:55:31 +01007148nfsd4_get_opendowngradestateid(struct nfsd4_compound_state *cstate, struct nfsd4_open_downgrade *odp)
7149{
7150 get_stateid(cstate, &odp->od_stateid);
7151}
7152
7153void
7154nfsd4_get_delegreturnstateid(struct nfsd4_compound_state *cstate, struct nfsd4_delegreturn *drp)
7155{
7156 get_stateid(cstate, &drp->dr_stateid);
7157}
7158
7159void
Tigran Mkrtchyan1e97b512012-02-13 22:55:30 +01007160nfsd4_get_freestateid(struct nfsd4_compound_state *cstate, struct nfsd4_free_stateid *fsp)
7161{
7162 get_stateid(cstate, &fsp->fr_stateid);
7163}
7164
7165void
7166nfsd4_get_setattrstateid(struct nfsd4_compound_state *cstate, struct nfsd4_setattr *setattr)
7167{
7168 get_stateid(cstate, &setattr->sa_stateid);
7169}
7170
Tigran Mkrtchyan62cd4a52012-02-13 22:55:25 +01007171void
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007172nfsd4_get_closestateid(struct nfsd4_compound_state *cstate, struct nfsd4_close *close)
7173{
7174 get_stateid(cstate, &close->cl_stateid);
7175}
7176
7177void
Tigran Mkrtchyan62cd4a52012-02-13 22:55:25 +01007178nfsd4_get_lockustateid(struct nfsd4_compound_state *cstate, struct nfsd4_locku *locku)
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007179{
Tigran Mkrtchyan62cd4a52012-02-13 22:55:25 +01007180 get_stateid(cstate, &locku->lu_stateid);
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007181}
Tigran Mkrtchyan30813e22012-02-13 22:55:26 +01007182
7183void
7184nfsd4_get_readstateid(struct nfsd4_compound_state *cstate, struct nfsd4_read *read)
7185{
7186 get_stateid(cstate, &read->rd_stateid);
7187}
7188
7189void
7190nfsd4_get_writestateid(struct nfsd4_compound_state *cstate, struct nfsd4_write *write)
7191{
7192 get_stateid(cstate, &write->wr_stateid);
7193}