blob: 88168ce0e8820b439399411243e95a1d002facf2 [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};
Trond Myklebust5cd35862017-11-03 08:00:12 -040066static const stateid_t close_stateid = {
67 .si_generation = 0xffffffffU,
68};
J. Bruce Fieldsf32f3c22011-12-12 15:00:35 -050069
Andy Adamsonec6b5d72009-04-03 08:28:28 +030070static u64 current_sessionid = 1;
NeilBrownfd39ca92005-06-23 22:04:03 -070071
J. Bruce Fieldsf32f3c22011-12-12 15:00:35 -050072#define ZERO_STATEID(stateid) (!memcmp((stateid), &zero_stateid, sizeof(stateid_t)))
73#define ONE_STATEID(stateid) (!memcmp((stateid), &one_stateid, sizeof(stateid_t)))
Tigran Mkrtchyan19ff0f22012-02-13 22:55:23 +010074#define CURRENT_STATEID(stateid) (!memcmp((stateid), &currentstateid, sizeof(stateid_t)))
Andrew Elblef25e2222017-11-09 13:41:10 -050075#define CLOSE_STATEID(stateid) (!memcmp((stateid), &close_stateid, sizeof(stateid_t)))
Linus Torvalds1da177e2005-04-16 15:20:36 -070076
Linus Torvalds1da177e2005-04-16 15:20:36 -070077/* forward declarations */
Jeff Laytonf9c00c32014-07-23 16:17:41 -040078static bool check_for_locks(struct nfs4_file *fp, struct nfs4_lockowner *lowner);
Trond Myklebust60116952014-07-29 21:34:06 -040079static void nfs4_free_ol_stateid(struct nfs4_stid *stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -070080
J. Bruce Fields8b671b82009-02-22 14:51:34 -080081/* Locking: */
82
J. Bruce Fields8b671b82009-02-22 14:51:34 -080083/*
84 * Currently used for the del_recall_lru and file hash table. In an
85 * effort to decrease the scope of the client_mutex, this spinlock may
86 * eventually cover more:
87 */
Benny Halevycdc97502014-05-30 09:09:30 -040088static DEFINE_SPINLOCK(state_lock);
J. Bruce Fields8b671b82009-02-22 14:51:34 -080089
Jeff Laytonb401be222014-07-29 21:34:33 -040090/*
91 * A waitqueue for all in-progress 4.0 CLOSE operations that are waiting for
92 * the refcount on the open stateid to drop.
93 */
94static DECLARE_WAIT_QUEUE_HEAD(close_wq);
95
Christoph Hellwigabf11352014-05-21 07:43:03 -070096static struct kmem_cache *openowner_slab;
97static struct kmem_cache *lockowner_slab;
98static struct kmem_cache *file_slab;
99static struct kmem_cache *stateid_slab;
100static struct kmem_cache *deleg_slab;
Sachin Bhamare8287f002015-04-27 14:50:14 +0200101static struct kmem_cache *odstate_slab;
NeilBrowne60d4392005-06-23 22:03:01 -0700102
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -0400103static void free_session(struct nfsd4_session *);
Benny Halevy508dc6e2012-02-23 17:40:52 -0800104
Julia Lawallc4cb8972015-11-21 22:57:39 +0100105static const struct nfsd4_callback_ops nfsd4_cb_recall_ops;
Jeff Layton76d348f2016-09-16 16:28:24 -0400106static const struct nfsd4_callback_ops nfsd4_cb_notify_lock_ops;
Christoph Hellwig0162ac22014-09-24 12:19:19 +0200107
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -0400108static bool is_session_dead(struct nfsd4_session *ses)
Benny Halevy508dc6e2012-02-23 17:40:52 -0800109{
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -0400110 return ses->se_flags & NFS4_SESSION_DEAD;
111}
112
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -0400113static __be32 mark_session_dead_locked(struct nfsd4_session *ses, int ref_held_by_me)
114{
115 if (atomic_read(&ses->se_ref) > ref_held_by_me)
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -0400116 return nfserr_jukebox;
117 ses->se_flags |= NFS4_SESSION_DEAD;
118 return nfs_ok;
119}
120
J. Bruce Fields221a6872013-04-01 22:23:49 -0400121static bool is_client_expired(struct nfs4_client *clp)
122{
123 return clp->cl_time == 0;
124}
125
J. Bruce Fields221a6872013-04-01 22:23:49 -0400126static __be32 get_client_locked(struct nfs4_client *clp)
127{
Trond Myklebust0a880a22014-07-30 08:27:10 -0400128 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
129
130 lockdep_assert_held(&nn->client_lock);
131
J. Bruce Fields221a6872013-04-01 22:23:49 -0400132 if (is_client_expired(clp))
133 return nfserr_expired;
134 atomic_inc(&clp->cl_refcount);
135 return nfs_ok;
136}
137
138/* must be called under the client_lock */
139static inline void
140renew_client_locked(struct nfs4_client *clp)
141{
142 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
143
144 if (is_client_expired(clp)) {
145 WARN_ON(1);
146 printk("%s: client (clientid %08x/%08x) already expired\n",
147 __func__,
148 clp->cl_clientid.cl_boot,
149 clp->cl_clientid.cl_id);
150 return;
151 }
152
153 dprintk("renewing client (clientid %08x/%08x)\n",
154 clp->cl_clientid.cl_boot,
155 clp->cl_clientid.cl_id);
156 list_move_tail(&clp->cl_lru, &nn->client_lru);
157 clp->cl_time = get_seconds();
158}
159
Fengguang Wuba138432013-04-16 22:14:15 -0400160static void put_client_renew_locked(struct nfs4_client *clp)
J. Bruce Fields221a6872013-04-01 22:23:49 -0400161{
Trond Myklebust0a880a22014-07-30 08:27:10 -0400162 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
163
164 lockdep_assert_held(&nn->client_lock);
165
J. Bruce Fields221a6872013-04-01 22:23:49 -0400166 if (!atomic_dec_and_test(&clp->cl_refcount))
167 return;
168 if (!is_client_expired(clp))
169 renew_client_locked(clp);
170}
171
Jeff Layton4b24ca72014-06-30 11:48:44 -0400172static void put_client_renew(struct nfs4_client *clp)
173{
174 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
175
Jeff Laytond6c249b2014-07-08 14:02:50 -0400176 if (!atomic_dec_and_lock(&clp->cl_refcount, &nn->client_lock))
177 return;
178 if (!is_client_expired(clp))
179 renew_client_locked(clp);
Jeff Layton4b24ca72014-06-30 11:48:44 -0400180 spin_unlock(&nn->client_lock);
181}
182
Trond Myklebustd4e19e702014-06-30 11:48:42 -0400183static __be32 nfsd4_get_session_locked(struct nfsd4_session *ses)
184{
185 __be32 status;
186
187 if (is_session_dead(ses))
188 return nfserr_badsession;
189 status = get_client_locked(ses->se_client);
190 if (status)
191 return status;
192 atomic_inc(&ses->se_ref);
193 return nfs_ok;
194}
195
196static void nfsd4_put_session_locked(struct nfsd4_session *ses)
197{
198 struct nfs4_client *clp = ses->se_client;
Trond Myklebust0a880a22014-07-30 08:27:10 -0400199 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
200
201 lockdep_assert_held(&nn->client_lock);
Trond Myklebustd4e19e702014-06-30 11:48:42 -0400202
203 if (atomic_dec_and_test(&ses->se_ref) && is_session_dead(ses))
204 free_session(ses);
205 put_client_renew_locked(clp);
206}
207
208static void nfsd4_put_session(struct nfsd4_session *ses)
209{
210 struct nfs4_client *clp = ses->se_client;
211 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
212
213 spin_lock(&nn->client_lock);
214 nfsd4_put_session_locked(ses);
215 spin_unlock(&nn->client_lock);
216}
217
Jeff Layton76d348f2016-09-16 16:28:24 -0400218static struct nfsd4_blocked_lock *
219find_blocked_lock(struct nfs4_lockowner *lo, struct knfsd_fh *fh,
220 struct nfsd_net *nn)
221{
222 struct nfsd4_blocked_lock *cur, *found = NULL;
223
Jeff Layton0cc11a62016-10-20 09:34:31 -0400224 spin_lock(&nn->blocked_locks_lock);
Jeff Layton76d348f2016-09-16 16:28:24 -0400225 list_for_each_entry(cur, &lo->lo_blocked, nbl_list) {
226 if (fh_match(fh, &cur->nbl_fh)) {
227 list_del_init(&cur->nbl_list);
Jeff Layton7919d0a2016-09-16 16:28:25 -0400228 list_del_init(&cur->nbl_lru);
Jeff Layton76d348f2016-09-16 16:28:24 -0400229 found = cur;
230 break;
231 }
232 }
Jeff Layton0cc11a62016-10-20 09:34:31 -0400233 spin_unlock(&nn->blocked_locks_lock);
Jeff Layton76d348f2016-09-16 16:28:24 -0400234 if (found)
235 posix_unblock_lock(&found->nbl_lock);
236 return found;
237}
238
239static struct nfsd4_blocked_lock *
240find_or_allocate_block(struct nfs4_lockowner *lo, struct knfsd_fh *fh,
241 struct nfsd_net *nn)
242{
243 struct nfsd4_blocked_lock *nbl;
244
245 nbl = find_blocked_lock(lo, fh, nn);
246 if (!nbl) {
247 nbl= kmalloc(sizeof(*nbl), GFP_KERNEL);
248 if (nbl) {
249 fh_copy_shallow(&nbl->nbl_fh, fh);
250 locks_init_lock(&nbl->nbl_lock);
251 nfsd4_init_cb(&nbl->nbl_cb, lo->lo_owner.so_client,
252 &nfsd4_cb_notify_lock_ops,
253 NFSPROC4_CLNT_CB_NOTIFY_LOCK);
254 }
255 }
256 return nbl;
257}
258
259static void
260free_blocked_lock(struct nfsd4_blocked_lock *nbl)
261{
262 locks_release_private(&nbl->nbl_lock);
263 kfree(nbl);
264}
265
Jeff Laytone294c4c2018-03-16 11:32:02 -0400266static void
267remove_blocked_locks(struct nfs4_lockowner *lo)
268{
269 struct nfs4_client *clp = lo->lo_owner.so_client;
270 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
271 struct nfsd4_blocked_lock *nbl;
272 LIST_HEAD(reaplist);
273
274 /* Dequeue all blocked locks */
275 spin_lock(&nn->blocked_locks_lock);
276 while (!list_empty(&lo->lo_blocked)) {
277 nbl = list_first_entry(&lo->lo_blocked,
278 struct nfsd4_blocked_lock,
279 nbl_list);
280 list_del_init(&nbl->nbl_list);
281 list_move(&nbl->nbl_lru, &reaplist);
282 }
283 spin_unlock(&nn->blocked_locks_lock);
284
285 /* Now free them */
286 while (!list_empty(&reaplist)) {
287 nbl = list_first_entry(&reaplist, struct nfsd4_blocked_lock,
288 nbl_lru);
289 list_del_init(&nbl->nbl_lru);
290 posix_unblock_lock(&nbl->nbl_lock);
291 free_blocked_lock(nbl);
292 }
293}
294
Jeff Layton76d348f2016-09-16 16:28:24 -0400295static int
296nfsd4_cb_notify_lock_done(struct nfsd4_callback *cb, struct rpc_task *task)
297{
298 /*
299 * Since this is just an optimization, we don't try very hard if it
300 * turns out not to succeed. We'll requeue it on NFS4ERR_DELAY, and
301 * just quit trying on anything else.
302 */
303 switch (task->tk_status) {
304 case -NFS4ERR_DELAY:
305 rpc_delay(task, 1 * HZ);
306 return 0;
307 default:
308 return 1;
309 }
310}
311
312static void
313nfsd4_cb_notify_lock_release(struct nfsd4_callback *cb)
314{
315 struct nfsd4_blocked_lock *nbl = container_of(cb,
316 struct nfsd4_blocked_lock, nbl_cb);
317
318 free_blocked_lock(nbl);
319}
320
321static const struct nfsd4_callback_ops nfsd4_cb_notify_lock_ops = {
322 .done = nfsd4_cb_notify_lock_done,
323 .release = nfsd4_cb_notify_lock_release,
324};
325
Kinglong Meeb5971af2014-08-22 10:18:43 -0400326static inline struct nfs4_stateowner *
327nfs4_get_stateowner(struct nfs4_stateowner *sop)
328{
329 atomic_inc(&sop->so_count);
330 return sop;
331}
332
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400333static int
Trond Myklebustd4f04892014-07-29 21:34:36 -0400334same_owner_str(struct nfs4_stateowner *sop, struct xdr_netobj *owner)
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400335{
336 return (sop->so_owner.len == owner->len) &&
Trond Myklebustd4f04892014-07-29 21:34:36 -0400337 0 == memcmp(sop->so_owner.data, owner->data, owner->len);
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400338}
339
340static struct nfs4_openowner *
341find_openstateowner_str_locked(unsigned int hashval, struct nfsd4_open *open,
Trond Myklebustd4f04892014-07-29 21:34:36 -0400342 struct nfs4_client *clp)
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400343{
344 struct nfs4_stateowner *so;
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400345
Trond Myklebustd4f04892014-07-29 21:34:36 -0400346 lockdep_assert_held(&clp->cl_lock);
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400347
Trond Myklebustd4f04892014-07-29 21:34:36 -0400348 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[hashval],
349 so_strhash) {
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400350 if (!so->so_is_open_owner)
351 continue;
Kinglong Meeb5971af2014-08-22 10:18:43 -0400352 if (same_owner_str(so, &open->op_owner))
353 return openowner(nfs4_get_stateowner(so));
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400354 }
355 return NULL;
356}
357
358static struct nfs4_openowner *
359find_openstateowner_str(unsigned int hashval, struct nfsd4_open *open,
Trond Myklebustd4f04892014-07-29 21:34:36 -0400360 struct nfs4_client *clp)
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400361{
362 struct nfs4_openowner *oo;
363
Trond Myklebustd4f04892014-07-29 21:34:36 -0400364 spin_lock(&clp->cl_lock);
365 oo = find_openstateowner_str_locked(hashval, open, clp);
366 spin_unlock(&clp->cl_lock);
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400367 return oo;
368}
369
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370static inline u32
371opaque_hashval(const void *ptr, int nbytes)
372{
373 unsigned char *cptr = (unsigned char *) ptr;
374
375 u32 x = 0;
376 while (nbytes--) {
377 x *= 37;
378 x += *cptr++;
379 }
380 return x;
381}
382
Jeff Layton5b095e92014-10-23 08:01:02 -0400383static void nfsd4_free_file_rcu(struct rcu_head *rcu)
J. Bruce Fields32513b42011-10-13 16:00:16 -0400384{
Jeff Layton5b095e92014-10-23 08:01:02 -0400385 struct nfs4_file *fp = container_of(rcu, struct nfs4_file, fi_rcu);
386
387 kmem_cache_free(file_slab, fp);
J. Bruce Fields32513b42011-10-13 16:00:16 -0400388}
389
Christoph Hellwige6ba76e2014-08-14 08:50:16 +0200390void
NeilBrown13cd2182005-06-23 22:03:10 -0700391put_nfs4_file(struct nfs4_file *fi)
392{
Jeff Layton02e12152014-07-16 10:31:57 -0400393 might_lock(&state_lock);
394
Benny Halevycdc97502014-05-30 09:09:30 -0400395 if (atomic_dec_and_lock(&fi->fi_ref, &state_lock)) {
Jeff Layton5b095e92014-10-23 08:01:02 -0400396 hlist_del_rcu(&fi->fi_hash);
Benny Halevycdc97502014-05-30 09:09:30 -0400397 spin_unlock(&state_lock);
Sachin Bhamare8287f002015-04-27 14:50:14 +0200398 WARN_ON_ONCE(!list_empty(&fi->fi_clnt_odstate));
Jeff Layton5b095e92014-10-23 08:01:02 -0400399 WARN_ON_ONCE(!list_empty(&fi->fi_delegations));
400 call_rcu(&fi->fi_rcu, nfsd4_free_file_rcu);
J. Bruce Fields8b671b82009-02-22 14:51:34 -0800401 }
NeilBrown13cd2182005-06-23 22:03:10 -0700402}
403
Trond Myklebustde186432014-07-10 14:07:26 -0400404static struct file *
405__nfs4_get_fd(struct nfs4_file *f, int oflag)
406{
407 if (f->fi_fds[oflag])
408 return get_file(f->fi_fds[oflag]);
409 return NULL;
410}
411
412static struct file *
413find_writeable_file_locked(struct nfs4_file *f)
414{
415 struct file *ret;
416
417 lockdep_assert_held(&f->fi_lock);
418
419 ret = __nfs4_get_fd(f, O_WRONLY);
420 if (!ret)
421 ret = __nfs4_get_fd(f, O_RDWR);
422 return ret;
423}
424
425static struct file *
426find_writeable_file(struct nfs4_file *f)
427{
428 struct file *ret;
429
430 spin_lock(&f->fi_lock);
431 ret = find_writeable_file_locked(f);
432 spin_unlock(&f->fi_lock);
433
434 return ret;
435}
436
437static struct file *find_readable_file_locked(struct nfs4_file *f)
438{
439 struct file *ret;
440
441 lockdep_assert_held(&f->fi_lock);
442
443 ret = __nfs4_get_fd(f, O_RDONLY);
444 if (!ret)
445 ret = __nfs4_get_fd(f, O_RDWR);
446 return ret;
447}
448
449static struct file *
450find_readable_file(struct nfs4_file *f)
451{
452 struct file *ret;
453
454 spin_lock(&f->fi_lock);
455 ret = find_readable_file_locked(f);
456 spin_unlock(&f->fi_lock);
457
458 return ret;
459}
460
Christoph Hellwig4d227fc2014-08-17 07:40:00 -0500461struct file *
Trond Myklebustde186432014-07-10 14:07:26 -0400462find_any_file(struct nfs4_file *f)
463{
464 struct file *ret;
465
466 spin_lock(&f->fi_lock);
467 ret = __nfs4_get_fd(f, O_RDWR);
468 if (!ret) {
469 ret = __nfs4_get_fd(f, O_WRONLY);
470 if (!ret)
471 ret = __nfs4_get_fd(f, O_RDONLY);
472 }
473 spin_unlock(&f->fi_lock);
474 return ret;
475}
476
Trond Myklebust02a35082014-07-25 07:34:22 -0400477static atomic_long_t num_delegations;
Zhang Yanfei697ce9b2013-02-22 16:35:47 -0800478unsigned long max_delegations;
NeilBrownef0f3392006-04-10 22:55:41 -0700479
480/*
481 * Open owner state (share locks)
482 */
483
J. Bruce Fields16bfdaaf2011-11-07 17:23:30 -0500484/* hash tables for lock and open owners */
485#define OWNER_HASH_BITS 8
486#define OWNER_HASH_SIZE (1 << OWNER_HASH_BITS)
487#define OWNER_HASH_MASK (OWNER_HASH_SIZE - 1)
NeilBrownef0f3392006-04-10 22:55:41 -0700488
Trond Myklebustd4f04892014-07-29 21:34:36 -0400489static unsigned int ownerstr_hashval(struct xdr_netobj *ownername)
J. Bruce Fieldsddc04c42011-07-30 23:46:29 -0400490{
491 unsigned int ret;
492
493 ret = opaque_hashval(ownername->data, ownername->len);
J. Bruce Fields16bfdaaf2011-11-07 17:23:30 -0500494 return ret & OWNER_HASH_MASK;
J. Bruce Fieldsddc04c42011-07-30 23:46:29 -0400495}
NeilBrownef0f3392006-04-10 22:55:41 -0700496
NeilBrownef0f3392006-04-10 22:55:41 -0700497/* hash table for nfs4_file */
498#define FILE_HASH_BITS 8
499#define FILE_HASH_SIZE (1 << FILE_HASH_BITS)
Shan Wei35079582011-01-14 17:35:59 +0800500
Trond Myklebustca943212014-07-23 16:17:39 -0400501static unsigned int nfsd_fh_hashval(struct knfsd_fh *fh)
J. Bruce Fieldsddc04c42011-07-30 23:46:29 -0400502{
Trond Myklebustca943212014-07-23 16:17:39 -0400503 return jhash2(fh->fh_base.fh_pad, XDR_QUADLEN(fh->fh_size), 0);
504}
505
506static unsigned int file_hashval(struct knfsd_fh *fh)
507{
508 return nfsd_fh_hashval(fh) & (FILE_HASH_SIZE - 1);
509}
510
Jeff Layton89876f82013-04-02 09:01:59 -0400511static struct hlist_head file_hashtbl[FILE_HASH_SIZE];
NeilBrownef0f3392006-04-10 22:55:41 -0700512
Jeff Layton12659652014-07-10 14:07:28 -0400513static void
514__nfs4_file_get_access(struct nfs4_file *fp, u32 access)
J. Bruce Fields34775652013-08-23 17:55:18 -0400515{
Jeff Layton7214e862014-07-10 14:07:33 -0400516 lockdep_assert_held(&fp->fi_lock);
517
Jeff Layton12659652014-07-10 14:07:28 -0400518 if (access & NFS4_SHARE_ACCESS_WRITE)
519 atomic_inc(&fp->fi_access[O_WRONLY]);
520 if (access & NFS4_SHARE_ACCESS_READ)
521 atomic_inc(&fp->fi_access[O_RDONLY]);
J. Bruce Fields34775652013-08-23 17:55:18 -0400522}
523
Jeff Layton12659652014-07-10 14:07:28 -0400524static __be32
525nfs4_file_get_access(struct nfs4_file *fp, u32 access)
J. Bruce Fields998db522010-08-07 09:21:41 -0400526{
Jeff Layton7214e862014-07-10 14:07:33 -0400527 lockdep_assert_held(&fp->fi_lock);
528
Jeff Layton12659652014-07-10 14:07:28 -0400529 /* Does this access mode make sense? */
530 if (access & ~NFS4_SHARE_ACCESS_BOTH)
531 return nfserr_inval;
532
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -0400533 /* Does it conflict with a deny mode already set? */
534 if ((access & fp->fi_share_deny) != 0)
535 return nfserr_share_denied;
536
Jeff Layton12659652014-07-10 14:07:28 -0400537 __nfs4_file_get_access(fp, access);
538 return nfs_ok;
J. Bruce Fields998db522010-08-07 09:21:41 -0400539}
540
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -0400541static __be32 nfs4_file_check_deny(struct nfs4_file *fp, u32 deny)
542{
543 /* Common case is that there is no deny mode. */
544 if (deny) {
545 /* Does this deny mode make sense? */
546 if (deny & ~NFS4_SHARE_DENY_BOTH)
547 return nfserr_inval;
548
549 if ((deny & NFS4_SHARE_DENY_READ) &&
550 atomic_read(&fp->fi_access[O_RDONLY]))
551 return nfserr_share_denied;
552
553 if ((deny & NFS4_SHARE_DENY_WRITE) &&
554 atomic_read(&fp->fi_access[O_WRONLY]))
555 return nfserr_share_denied;
556 }
557 return nfs_ok;
558}
559
J. Bruce Fields998db522010-08-07 09:21:41 -0400560static void __nfs4_file_put_access(struct nfs4_file *fp, int oflag)
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -0400561{
Trond Myklebustde186432014-07-10 14:07:26 -0400562 might_lock(&fp->fi_lock);
563
564 if (atomic_dec_and_lock(&fp->fi_access[oflag], &fp->fi_lock)) {
565 struct file *f1 = NULL;
566 struct file *f2 = NULL;
567
Jeff Layton6d338b52014-07-10 14:07:29 -0400568 swap(f1, fp->fi_fds[oflag]);
J. Bruce Fields0c7c3e62013-03-28 20:37:14 -0400569 if (atomic_read(&fp->fi_access[1 - oflag]) == 0)
Jeff Layton6d338b52014-07-10 14:07:29 -0400570 swap(f2, fp->fi_fds[O_RDWR]);
Trond Myklebustde186432014-07-10 14:07:26 -0400571 spin_unlock(&fp->fi_lock);
572 if (f1)
573 fput(f1);
574 if (f2)
575 fput(f2);
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -0400576 }
577}
578
Jeff Layton12659652014-07-10 14:07:28 -0400579static void nfs4_file_put_access(struct nfs4_file *fp, u32 access)
J. Bruce Fields998db522010-08-07 09:21:41 -0400580{
Jeff Layton12659652014-07-10 14:07:28 -0400581 WARN_ON_ONCE(access & ~NFS4_SHARE_ACCESS_BOTH);
582
583 if (access & NFS4_SHARE_ACCESS_WRITE)
J. Bruce Fields998db522010-08-07 09:21:41 -0400584 __nfs4_file_put_access(fp, O_WRONLY);
Jeff Layton12659652014-07-10 14:07:28 -0400585 if (access & NFS4_SHARE_ACCESS_READ)
586 __nfs4_file_put_access(fp, O_RDONLY);
J. Bruce Fields998db522010-08-07 09:21:41 -0400587}
588
Sachin Bhamare8287f002015-04-27 14:50:14 +0200589/*
590 * Allocate a new open/delegation state counter. This is needed for
591 * pNFS for proper return on close semantics.
592 *
593 * Note that we only allocate it for pNFS-enabled exports, otherwise
594 * all pointers to struct nfs4_clnt_odstate are always NULL.
595 */
596static struct nfs4_clnt_odstate *
597alloc_clnt_odstate(struct nfs4_client *clp)
598{
599 struct nfs4_clnt_odstate *co;
600
601 co = kmem_cache_zalloc(odstate_slab, GFP_KERNEL);
602 if (co) {
603 co->co_client = clp;
604 atomic_set(&co->co_odcount, 1);
605 }
606 return co;
607}
608
609static void
610hash_clnt_odstate_locked(struct nfs4_clnt_odstate *co)
611{
612 struct nfs4_file *fp = co->co_file;
613
614 lockdep_assert_held(&fp->fi_lock);
615 list_add(&co->co_perfile, &fp->fi_clnt_odstate);
616}
617
618static inline void
619get_clnt_odstate(struct nfs4_clnt_odstate *co)
620{
621 if (co)
622 atomic_inc(&co->co_odcount);
623}
624
625static void
626put_clnt_odstate(struct nfs4_clnt_odstate *co)
627{
628 struct nfs4_file *fp;
629
630 if (!co)
631 return;
632
633 fp = co->co_file;
634 if (atomic_dec_and_lock(&co->co_odcount, &fp->fi_lock)) {
635 list_del(&co->co_perfile);
636 spin_unlock(&fp->fi_lock);
637
638 nfsd4_return_all_file_layouts(co->co_client, fp);
639 kmem_cache_free(odstate_slab, co);
640 }
641}
642
643static struct nfs4_clnt_odstate *
644find_or_hash_clnt_odstate(struct nfs4_file *fp, struct nfs4_clnt_odstate *new)
645{
646 struct nfs4_clnt_odstate *co;
647 struct nfs4_client *cl;
648
649 if (!new)
650 return NULL;
651
652 cl = new->co_client;
653
654 spin_lock(&fp->fi_lock);
655 list_for_each_entry(co, &fp->fi_clnt_odstate, co_perfile) {
656 if (co->co_client == cl) {
657 get_clnt_odstate(co);
658 goto out;
659 }
660 }
661 co = new;
662 co->co_file = fp;
663 hash_clnt_odstate_locked(new);
664out:
665 spin_unlock(&fp->fi_lock);
666 return co;
667}
668
Kinglong Mee743146d32017-01-18 19:04:42 +0800669struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl, struct kmem_cache *slab,
670 void (*sc_free)(struct nfs4_stid *))
J. Bruce Fields996e0932011-10-17 11:14:48 -0400671{
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500672 struct nfs4_stid *stid;
673 int new_id;
674
Trond Myklebustf8338832014-07-25 07:34:19 -0400675 stid = kmem_cache_zalloc(slab, GFP_KERNEL);
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500676 if (!stid)
677 return NULL;
J. Bruce Fields996e0932011-10-17 11:14:48 -0400678
Jeff Layton4770d722014-07-29 21:34:10 -0400679 idr_preload(GFP_KERNEL);
680 spin_lock(&cl->cl_lock);
681 new_id = idr_alloc_cyclic(&cl->cl_stateids, stid, 0, 0, GFP_NOWAIT);
682 spin_unlock(&cl->cl_lock);
683 idr_preload_end();
Tejun Heoebd6c702013-03-13 14:59:37 -0700684 if (new_id < 0)
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500685 goto out_free;
Kinglong Mee743146d32017-01-18 19:04:42 +0800686
687 stid->sc_free = sc_free;
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500688 stid->sc_client = cl;
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500689 stid->sc_stateid.si_opaque.so_id = new_id;
690 stid->sc_stateid.si_opaque.so_clid = cl->cl_clientid;
691 /* Will be incremented before return to client: */
Trond Myklebust72c0b0f2014-07-21 09:34:58 -0400692 atomic_set(&stid->sc_count, 1);
Jeff Layton9767feb2015-10-01 09:05:50 -0400693 spin_lock_init(&stid->sc_lock);
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500694
J. Bruce Fields996e0932011-10-17 11:14:48 -0400695 /*
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500696 * It shouldn't be a problem to reuse an opaque stateid value.
697 * I don't think it is for 4.1. But with 4.0 I worry that, for
698 * example, a stray write retransmission could be accepted by
699 * the server when it should have been rejected. Therefore,
700 * adopt a trick from the sctp code to attempt to maximize the
701 * amount of time until an id is reused, by ensuring they always
702 * "increase" (mod INT_MAX):
J. Bruce Fields996e0932011-10-17 11:14:48 -0400703 */
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500704 return stid;
705out_free:
Wei Yongjun2c44a232013-04-09 14:15:31 +0800706 kmem_cache_free(slab, stid);
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500707 return NULL;
J. Bruce Fields2a74aba2011-09-23 17:20:02 -0400708}
709
Jeff Laytonb49e0842014-07-29 21:34:11 -0400710static struct nfs4_ol_stateid * nfs4_alloc_open_stateid(struct nfs4_client *clp)
J. Bruce Fields4cdc9512011-10-17 15:57:47 -0400711{
Trond Myklebust60116952014-07-29 21:34:06 -0400712 struct nfs4_stid *stid;
Trond Myklebust60116952014-07-29 21:34:06 -0400713
Kinglong Mee743146d32017-01-18 19:04:42 +0800714 stid = nfs4_alloc_stid(clp, stateid_slab, nfs4_free_ol_stateid);
Trond Myklebust60116952014-07-29 21:34:06 -0400715 if (!stid)
716 return NULL;
717
Kinglong Mee743146d32017-01-18 19:04:42 +0800718 return openlockstateid(stid);
Trond Myklebust60116952014-07-29 21:34:06 -0400719}
720
721static void nfs4_free_deleg(struct nfs4_stid *stid)
722{
Trond Myklebust60116952014-07-29 21:34:06 -0400723 kmem_cache_free(deleg_slab, stid);
724 atomic_long_dec(&num_delegations);
J. Bruce Fields4cdc9512011-10-17 15:57:47 -0400725}
726
NeilBrown6282cd52014-06-04 17:39:26 +1000727/*
728 * When we recall a delegation, we should be careful not to hand it
729 * out again straight away.
730 * To ensure this we keep a pair of bloom filters ('new' and 'old')
731 * in which the filehandles of recalled delegations are "stored".
732 * If a filehandle appear in either filter, a delegation is blocked.
733 * When a delegation is recalled, the filehandle is stored in the "new"
734 * filter.
735 * Every 30 seconds we swap the filters and clear the "new" one,
736 * unless both are empty of course.
737 *
738 * Each filter is 256 bits. We hash the filehandle to 32bit and use the
739 * low 3 bytes as hash-table indices.
740 *
Jeff Laytonf54fe962014-07-25 07:34:26 -0400741 * 'blocked_delegations_lock', which is always taken in block_delegations(),
NeilBrown6282cd52014-06-04 17:39:26 +1000742 * is used to manage concurrent access. Testing does not need the lock
743 * except when swapping the two filters.
744 */
Jeff Laytonf54fe962014-07-25 07:34:26 -0400745static DEFINE_SPINLOCK(blocked_delegations_lock);
NeilBrown6282cd52014-06-04 17:39:26 +1000746static struct bloom_pair {
747 int entries, old_entries;
748 time_t swap_time;
749 int new; /* index into 'set' */
750 DECLARE_BITMAP(set[2], 256);
751} blocked_delegations;
752
753static int delegation_blocked(struct knfsd_fh *fh)
754{
755 u32 hash;
756 struct bloom_pair *bd = &blocked_delegations;
757
758 if (bd->entries == 0)
759 return 0;
760 if (seconds_since_boot() - bd->swap_time > 30) {
Jeff Laytonf54fe962014-07-25 07:34:26 -0400761 spin_lock(&blocked_delegations_lock);
NeilBrown6282cd52014-06-04 17:39:26 +1000762 if (seconds_since_boot() - bd->swap_time > 30) {
763 bd->entries -= bd->old_entries;
764 bd->old_entries = bd->entries;
765 memset(bd->set[bd->new], 0,
766 sizeof(bd->set[0]));
767 bd->new = 1-bd->new;
768 bd->swap_time = seconds_since_boot();
769 }
Jeff Laytonf54fe962014-07-25 07:34:26 -0400770 spin_unlock(&blocked_delegations_lock);
NeilBrown6282cd52014-06-04 17:39:26 +1000771 }
Daniel Borkmann87545892014-12-10 16:33:11 +0100772 hash = jhash(&fh->fh_base, fh->fh_size, 0);
NeilBrown6282cd52014-06-04 17:39:26 +1000773 if (test_bit(hash&255, bd->set[0]) &&
774 test_bit((hash>>8)&255, bd->set[0]) &&
775 test_bit((hash>>16)&255, bd->set[0]))
776 return 1;
777
778 if (test_bit(hash&255, bd->set[1]) &&
779 test_bit((hash>>8)&255, bd->set[1]) &&
780 test_bit((hash>>16)&255, bd->set[1]))
781 return 1;
782
783 return 0;
784}
785
786static void block_delegations(struct knfsd_fh *fh)
787{
788 u32 hash;
789 struct bloom_pair *bd = &blocked_delegations;
790
Daniel Borkmann87545892014-12-10 16:33:11 +0100791 hash = jhash(&fh->fh_base, fh->fh_size, 0);
NeilBrown6282cd52014-06-04 17:39:26 +1000792
Jeff Laytonf54fe962014-07-25 07:34:26 -0400793 spin_lock(&blocked_delegations_lock);
NeilBrown6282cd52014-06-04 17:39:26 +1000794 __set_bit(hash&255, bd->set[bd->new]);
795 __set_bit((hash>>8)&255, bd->set[bd->new]);
796 __set_bit((hash>>16)&255, bd->set[bd->new]);
797 if (bd->entries == 0)
798 bd->swap_time = seconds_since_boot();
799 bd->entries += 1;
Jeff Laytonf54fe962014-07-25 07:34:26 -0400800 spin_unlock(&blocked_delegations_lock);
NeilBrown6282cd52014-06-04 17:39:26 +1000801}
802
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803static struct nfs4_delegation *
Sachin Bhamare8287f002015-04-27 14:50:14 +0200804alloc_init_deleg(struct nfs4_client *clp, struct svc_fh *current_fh,
805 struct nfs4_clnt_odstate *odstate)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806{
807 struct nfs4_delegation *dp;
Trond Myklebust02a35082014-07-25 07:34:22 -0400808 long n;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700809
810 dprintk("NFSD alloc_init_deleg\n");
Trond Myklebust02a35082014-07-25 07:34:22 -0400811 n = atomic_long_inc_return(&num_delegations);
812 if (n < 0 || n > max_delegations)
813 goto out_dec;
NeilBrown6282cd52014-06-04 17:39:26 +1000814 if (delegation_blocked(&current_fh->fh_handle))
Trond Myklebust02a35082014-07-25 07:34:22 -0400815 goto out_dec;
Kinglong Mee743146d32017-01-18 19:04:42 +0800816 dp = delegstateid(nfs4_alloc_stid(clp, deleg_slab, nfs4_free_deleg));
NeilBrown5b2d21c2005-06-23 22:03:04 -0700817 if (dp == NULL)
Trond Myklebust02a35082014-07-25 07:34:22 -0400818 goto out_dec;
Trond Myklebust60116952014-07-29 21:34:06 -0400819
J. Bruce Fields2a74aba2011-09-23 17:20:02 -0400820 /*
821 * delegation seqid's are never incremented. The 4.1 special
J. Bruce Fields6136d2b2011-09-23 16:21:15 -0400822 * meaning of seqid 0 isn't meaningful, really, but let's avoid
823 * 0 anyway just for consistency and use 1:
J. Bruce Fields2a74aba2011-09-23 17:20:02 -0400824 */
825 dp->dl_stid.sc_stateid.si_generation = 1;
NeilBrownea1da632005-06-23 22:04:17 -0700826 INIT_LIST_HEAD(&dp->dl_perfile);
827 INIT_LIST_HEAD(&dp->dl_perclnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828 INIT_LIST_HEAD(&dp->dl_recall_lru);
Sachin Bhamare8287f002015-04-27 14:50:14 +0200829 dp->dl_clnt_odstate = odstate;
830 get_clnt_odstate(odstate);
J. Bruce Fields99c41512013-05-21 16:21:25 -0400831 dp->dl_type = NFS4_OPEN_DELEGATE_READ;
Christoph Hellwigf0b5de12014-09-24 12:19:18 +0200832 dp->dl_retries = 1;
833 nfsd4_init_cb(&dp->dl_recall, dp->dl_stid.sc_client,
Christoph Hellwig0162ac22014-09-24 12:19:19 +0200834 &nfsd4_cb_recall_ops, NFSPROC4_CLNT_CB_RECALL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835 return dp;
Trond Myklebust02a35082014-07-25 07:34:22 -0400836out_dec:
837 atomic_long_dec(&num_delegations);
838 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839}
840
841void
Trond Myklebust60116952014-07-29 21:34:06 -0400842nfs4_put_stid(struct nfs4_stid *s)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843{
Trond Myklebust11b91642014-07-29 21:34:08 -0400844 struct nfs4_file *fp = s->sc_file;
Trond Myklebust60116952014-07-29 21:34:06 -0400845 struct nfs4_client *clp = s->sc_client;
846
Jeff Layton4770d722014-07-29 21:34:10 -0400847 might_lock(&clp->cl_lock);
848
Jeff Laytonb401be222014-07-29 21:34:33 -0400849 if (!atomic_dec_and_lock(&s->sc_count, &clp->cl_lock)) {
850 wake_up_all(&close_wq);
Trond Myklebust60116952014-07-29 21:34:06 -0400851 return;
Jeff Laytonb401be222014-07-29 21:34:33 -0400852 }
Trond Myklebust60116952014-07-29 21:34:06 -0400853 idr_remove(&clp->cl_stateids, s->sc_stateid.si_opaque.so_id);
Jeff Layton4770d722014-07-29 21:34:10 -0400854 spin_unlock(&clp->cl_lock);
Trond Myklebust60116952014-07-29 21:34:06 -0400855 s->sc_free(s);
Trond Myklebust11b91642014-07-29 21:34:08 -0400856 if (fp)
857 put_nfs4_file(fp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858}
859
Jeff Layton9767feb2015-10-01 09:05:50 -0400860void
861nfs4_inc_and_copy_stateid(stateid_t *dst, struct nfs4_stid *stid)
862{
863 stateid_t *src = &stid->sc_stateid;
864
865 spin_lock(&stid->sc_lock);
866 if (unlikely(++src->si_generation == 0))
867 src->si_generation = 1;
868 memcpy(dst, src, sizeof(*dst));
869 spin_unlock(&stid->sc_lock);
870}
871
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -0500872static void nfs4_put_deleg_lease(struct nfs4_file *fp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873{
Jeff Layton6bcc0342014-08-09 10:22:40 -0400874 struct file *filp = NULL;
Jeff Layton417c6622014-07-21 09:34:57 -0400875
Jeff Layton6bcc0342014-08-09 10:22:40 -0400876 spin_lock(&fp->fi_lock);
Jeff Layton67db1032014-12-13 09:11:40 -0500877 if (fp->fi_deleg_file && --fp->fi_delegees == 0)
Jeff Layton6bcc0342014-08-09 10:22:40 -0400878 swap(filp, fp->fi_deleg_file);
Jeff Layton6bcc0342014-08-09 10:22:40 -0400879 spin_unlock(&fp->fi_lock);
880
881 if (filp) {
Christoph Hellwig2ab99ee2015-01-21 19:14:02 +0100882 vfs_setlease(filp, F_UNLCK, NULL, (void **)&fp);
Jeff Layton6bcc0342014-08-09 10:22:40 -0400883 fput(filp);
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -0500884 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885}
886
Christoph Hellwigcd61c522014-08-14 08:44:57 +0200887void nfs4_unhash_stid(struct nfs4_stid *s)
J. Bruce Fields6136d2b2011-09-23 16:21:15 -0400888{
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500889 s->sc_type = 0;
J. Bruce Fields6136d2b2011-09-23 16:21:15 -0400890}
891
Andrew Elble34ed9872015-10-15 12:07:28 -0400892/**
893 * nfs4_get_existing_delegation - Discover if this delegation already exists
894 * @clp: a pointer to the nfs4_client we're granting a delegation to
895 * @fp: a pointer to the nfs4_file we're granting a delegation on
896 *
897 * Return:
898 * On success: NULL if an existing delegation was not found.
899 *
900 * On error: -EAGAIN if one was previously granted to this nfs4_client
901 * for this nfs4_file.
902 *
903 */
904
905static int
906nfs4_get_existing_delegation(struct nfs4_client *clp, struct nfs4_file *fp)
Benny Halevy931ee562014-05-30 09:09:27 -0400907{
Andrew Elble34ed9872015-10-15 12:07:28 -0400908 struct nfs4_delegation *searchdp = NULL;
909 struct nfs4_client *searchclp = NULL;
910
Benny Halevycdc97502014-05-30 09:09:30 -0400911 lockdep_assert_held(&state_lock);
Jeff Layton417c6622014-07-21 09:34:57 -0400912 lockdep_assert_held(&fp->fi_lock);
Benny Halevy931ee562014-05-30 09:09:27 -0400913
Andrew Elble34ed9872015-10-15 12:07:28 -0400914 list_for_each_entry(searchdp, &fp->fi_delegations, dl_perfile) {
915 searchclp = searchdp->dl_stid.sc_client;
916 if (clp == searchclp) {
917 return -EAGAIN;
918 }
919 }
920 return 0;
921}
922
923/**
924 * hash_delegation_locked - Add a delegation to the appropriate lists
925 * @dp: a pointer to the nfs4_delegation we are adding.
926 * @fp: a pointer to the nfs4_file we're granting a delegation on
927 *
928 * Return:
929 * On success: NULL if the delegation was successfully hashed.
930 *
931 * On error: -EAGAIN if one was previously granted to this
932 * nfs4_client for this nfs4_file. Delegation is not hashed.
933 *
934 */
935
936static int
937hash_delegation_locked(struct nfs4_delegation *dp, struct nfs4_file *fp)
938{
939 int status;
940 struct nfs4_client *clp = dp->dl_stid.sc_client;
941
942 lockdep_assert_held(&state_lock);
943 lockdep_assert_held(&fp->fi_lock);
944
945 status = nfs4_get_existing_delegation(clp, fp);
946 if (status)
947 return status;
948 ++fp->fi_delegees;
Trond Myklebust67cb1272014-07-29 21:34:17 -0400949 atomic_inc(&dp->dl_stid.sc_count);
Benny Halevy3fb87d12014-05-30 09:09:31 -0400950 dp->dl_stid.sc_type = NFS4_DELEG_STID;
Benny Halevy931ee562014-05-30 09:09:27 -0400951 list_add(&dp->dl_perfile, &fp->fi_delegations);
Andrew Elble34ed9872015-10-15 12:07:28 -0400952 list_add(&dp->dl_perclnt, &clp->cl_delegations);
953 return 0;
Benny Halevy931ee562014-05-30 09:09:27 -0400954}
955
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400956static bool
Jeff Layton42690672014-07-25 07:34:20 -0400957unhash_delegation_locked(struct nfs4_delegation *dp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958{
Trond Myklebust11b91642014-07-29 21:34:08 -0400959 struct nfs4_file *fp = dp->dl_stid.sc_file;
Jeff Layton02e12152014-07-16 10:31:57 -0400960
Jeff Layton42690672014-07-25 07:34:20 -0400961 lockdep_assert_held(&state_lock);
962
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400963 if (list_empty(&dp->dl_perfile))
964 return false;
965
Trond Myklebustb0fc29d2014-07-16 10:31:59 -0400966 dp->dl_stid.sc_type = NFS4_CLOSED_DELEG_STID;
Jeff Laytond55a1662014-07-22 13:52:06 -0400967 /* Ensure that deleg break won't try to requeue it */
968 ++dp->dl_time;
Jeff Layton417c6622014-07-21 09:34:57 -0400969 spin_lock(&fp->fi_lock);
Benny Halevy931ee562014-05-30 09:09:27 -0400970 list_del_init(&dp->dl_perclnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971 list_del_init(&dp->dl_recall_lru);
Jeff Layton02e12152014-07-16 10:31:57 -0400972 list_del_init(&dp->dl_perfile);
973 spin_unlock(&fp->fi_lock);
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400974 return true;
J. Bruce Fields3bd64a52013-04-09 17:02:51 -0400975}
976
J. Bruce Fields3bd64a52013-04-09 17:02:51 -0400977static void destroy_delegation(struct nfs4_delegation *dp)
978{
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400979 bool unhashed;
980
Jeff Layton42690672014-07-25 07:34:20 -0400981 spin_lock(&state_lock);
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400982 unhashed = unhash_delegation_locked(dp);
Jeff Layton42690672014-07-25 07:34:20 -0400983 spin_unlock(&state_lock);
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400984 if (unhashed) {
985 put_clnt_odstate(dp->dl_clnt_odstate);
986 nfs4_put_deleg_lease(dp->dl_stid.sc_file);
987 nfs4_put_stid(&dp->dl_stid);
988 }
J. Bruce Fields3bd64a52013-04-09 17:02:51 -0400989}
990
991static void revoke_delegation(struct nfs4_delegation *dp)
992{
993 struct nfs4_client *clp = dp->dl_stid.sc_client;
994
Jeff Layton2d4a5322014-07-25 07:34:21 -0400995 WARN_ON(!list_empty(&dp->dl_recall_lru));
996
Sachin Bhamare8287f002015-04-27 14:50:14 +0200997 put_clnt_odstate(dp->dl_clnt_odstate);
Jeff Laytonafbda402014-08-09 10:22:41 -0400998 nfs4_put_deleg_lease(dp->dl_stid.sc_file);
999
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04001000 if (clp->cl_minorversion == 0)
Trond Myklebust60116952014-07-29 21:34:06 -04001001 nfs4_put_stid(&dp->dl_stid);
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04001002 else {
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04001003 dp->dl_stid.sc_type = NFS4_REVOKED_DELEG_STID;
Jeff Layton2d4a5322014-07-25 07:34:21 -04001004 spin_lock(&clp->cl_lock);
1005 list_add(&dp->dl_recall_lru, &clp->cl_revoked);
1006 spin_unlock(&clp->cl_lock);
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04001007 }
1008}
1009
Linus Torvalds1da177e2005-04-16 15:20:36 -07001010/*
1011 * SETCLIENTID state
1012 */
1013
J. Bruce Fieldsddc04c42011-07-30 23:46:29 -04001014static unsigned int clientid_hashval(u32 id)
1015{
1016 return id & CLIENT_HASH_MASK;
1017}
1018
1019static unsigned int clientstr_hashval(const char *name)
1020{
1021 return opaque_hashval(name, 8) & CLIENT_HASH_MASK;
1022}
1023
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024/*
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001025 * We store the NONE, READ, WRITE, and BOTH bits separately in the
1026 * st_{access,deny}_bmap field of the stateid, in order to track not
1027 * only what share bits are currently in force, but also what
1028 * combinations of share bits previous opens have used. This allows us
1029 * to enforce the recommendation of rfc 3530 14.2.19 that the server
1030 * return an error if the client attempt to downgrade to a combination
1031 * of share bits not explicable by closing some of its previous opens.
1032 *
1033 * XXX: This enforcement is actually incomplete, since we don't keep
1034 * track of access/deny bit combinations; so, e.g., we allow:
1035 *
1036 * OPEN allow read, deny write
1037 * OPEN allow both, deny none
1038 * DOWNGRADE allow read, deny none
1039 *
1040 * which we should reject.
1041 */
Jeff Layton5ae037e2012-05-11 09:45:11 -04001042static unsigned int
1043bmap_to_share_mode(unsigned long bmap) {
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001044 int i;
Jeff Layton5ae037e2012-05-11 09:45:11 -04001045 unsigned int access = 0;
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001046
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001047 for (i = 1; i < 4; i++) {
1048 if (test_bit(i, &bmap))
Jeff Layton5ae037e2012-05-11 09:45:11 -04001049 access |= i;
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001050 }
Jeff Layton5ae037e2012-05-11 09:45:11 -04001051 return access;
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001052}
1053
Jeff Layton82c5ff12012-05-11 09:45:13 -04001054/* set share access for a given stateid */
1055static inline void
1056set_access(u32 access, struct nfs4_ol_stateid *stp)
1057{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001058 unsigned char mask = 1 << access;
1059
1060 WARN_ON_ONCE(access > NFS4_SHARE_ACCESS_BOTH);
1061 stp->st_access_bmap |= mask;
Jeff Layton82c5ff12012-05-11 09:45:13 -04001062}
1063
1064/* clear share access for a given stateid */
1065static inline void
1066clear_access(u32 access, struct nfs4_ol_stateid *stp)
1067{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001068 unsigned char mask = 1 << access;
1069
1070 WARN_ON_ONCE(access > NFS4_SHARE_ACCESS_BOTH);
1071 stp->st_access_bmap &= ~mask;
Jeff Layton82c5ff12012-05-11 09:45:13 -04001072}
1073
1074/* test whether a given stateid has access */
1075static inline bool
1076test_access(u32 access, struct nfs4_ol_stateid *stp)
1077{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001078 unsigned char mask = 1 << access;
1079
1080 return (bool)(stp->st_access_bmap & mask);
Jeff Layton82c5ff12012-05-11 09:45:13 -04001081}
1082
Jeff Laytonce0fc432012-05-11 09:45:14 -04001083/* set share deny for a given stateid */
1084static inline void
Jeff Laytonc11c5912014-07-10 14:07:30 -04001085set_deny(u32 deny, struct nfs4_ol_stateid *stp)
Jeff Laytonce0fc432012-05-11 09:45:14 -04001086{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001087 unsigned char mask = 1 << deny;
1088
1089 WARN_ON_ONCE(deny > NFS4_SHARE_DENY_BOTH);
1090 stp->st_deny_bmap |= mask;
Jeff Laytonce0fc432012-05-11 09:45:14 -04001091}
1092
1093/* clear share deny for a given stateid */
1094static inline void
Jeff Laytonc11c5912014-07-10 14:07:30 -04001095clear_deny(u32 deny, struct nfs4_ol_stateid *stp)
Jeff Laytonce0fc432012-05-11 09:45:14 -04001096{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001097 unsigned char mask = 1 << deny;
1098
1099 WARN_ON_ONCE(deny > NFS4_SHARE_DENY_BOTH);
1100 stp->st_deny_bmap &= ~mask;
Jeff Laytonce0fc432012-05-11 09:45:14 -04001101}
1102
1103/* test whether a given stateid is denying specific access */
1104static inline bool
Jeff Laytonc11c5912014-07-10 14:07:30 -04001105test_deny(u32 deny, struct nfs4_ol_stateid *stp)
Jeff Laytonce0fc432012-05-11 09:45:14 -04001106{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001107 unsigned char mask = 1 << deny;
1108
1109 return (bool)(stp->st_deny_bmap & mask);
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001110}
1111
1112static int nfs4_access_to_omode(u32 access)
1113{
J. Bruce Fields8f34a432010-09-02 15:23:16 -04001114 switch (access & NFS4_SHARE_ACCESS_BOTH) {
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001115 case NFS4_SHARE_ACCESS_READ:
1116 return O_RDONLY;
1117 case NFS4_SHARE_ACCESS_WRITE:
1118 return O_WRONLY;
1119 case NFS4_SHARE_ACCESS_BOTH:
1120 return O_RDWR;
1121 }
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05001122 WARN_ON_ONCE(1);
1123 return O_RDONLY;
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001124}
1125
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04001126/*
1127 * A stateid that had a deny mode associated with it is being released
1128 * or downgraded. Recalculate the deny mode on the file.
1129 */
1130static void
1131recalculate_deny_mode(struct nfs4_file *fp)
1132{
1133 struct nfs4_ol_stateid *stp;
1134
1135 spin_lock(&fp->fi_lock);
1136 fp->fi_share_deny = 0;
1137 list_for_each_entry(stp, &fp->fi_stateids, st_perfile)
1138 fp->fi_share_deny |= bmap_to_share_mode(stp->st_deny_bmap);
1139 spin_unlock(&fp->fi_lock);
1140}
1141
1142static void
1143reset_union_bmap_deny(u32 deny, struct nfs4_ol_stateid *stp)
1144{
1145 int i;
1146 bool change = false;
1147
1148 for (i = 1; i < 4; i++) {
1149 if ((i & deny) != i) {
1150 change = true;
1151 clear_deny(i, stp);
1152 }
1153 }
1154
1155 /* Recalculate per-file deny mode if there was a change */
1156 if (change)
Trond Myklebust11b91642014-07-29 21:34:08 -04001157 recalculate_deny_mode(stp->st_stid.sc_file);
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04001158}
1159
Jeff Layton82c5ff12012-05-11 09:45:13 -04001160/* release all access and file references for a given stateid */
1161static void
1162release_all_access(struct nfs4_ol_stateid *stp)
1163{
1164 int i;
Trond Myklebust11b91642014-07-29 21:34:08 -04001165 struct nfs4_file *fp = stp->st_stid.sc_file;
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04001166
1167 if (fp && stp->st_deny_bmap != 0)
1168 recalculate_deny_mode(fp);
Jeff Layton82c5ff12012-05-11 09:45:13 -04001169
1170 for (i = 1; i < 4; i++) {
1171 if (test_access(i, stp))
Trond Myklebust11b91642014-07-29 21:34:08 -04001172 nfs4_file_put_access(stp->st_stid.sc_file, i);
Jeff Layton82c5ff12012-05-11 09:45:13 -04001173 clear_access(i, stp);
1174 }
1175}
1176
Kinglong Meed50ffde2015-07-16 12:05:07 +08001177static inline void nfs4_free_stateowner(struct nfs4_stateowner *sop)
1178{
1179 kfree(sop->so_owner.data);
1180 sop->so_ops->so_free(sop);
1181}
1182
Jeff Layton6b180f02014-07-29 21:34:26 -04001183static void nfs4_put_stateowner(struct nfs4_stateowner *sop)
1184{
Jeff Laytona819ecc2014-07-29 21:34:38 -04001185 struct nfs4_client *clp = sop->so_client;
1186
1187 might_lock(&clp->cl_lock);
1188
1189 if (!atomic_dec_and_lock(&sop->so_count, &clp->cl_lock))
Jeff Layton6b180f02014-07-29 21:34:26 -04001190 return;
Jeff Layton8f4b54c2014-07-29 21:34:29 -04001191 sop->so_ops->so_unhash(sop);
Jeff Laytona819ecc2014-07-29 21:34:38 -04001192 spin_unlock(&clp->cl_lock);
Kinglong Meed50ffde2015-07-16 12:05:07 +08001193 nfs4_free_stateowner(sop);
Jeff Layton6b180f02014-07-29 21:34:26 -04001194}
1195
Jeff Laytone8568732015-08-24 12:41:47 -04001196static bool unhash_ol_stateid(struct nfs4_ol_stateid *stp)
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001197{
Trond Myklebust11b91642014-07-29 21:34:08 -04001198 struct nfs4_file *fp = stp->st_stid.sc_file;
Trond Myklebust1d31a252014-07-10 14:07:25 -04001199
Jeff Layton1c755dc2014-07-29 21:34:12 -04001200 lockdep_assert_held(&stp->st_stateowner->so_client->cl_lock);
1201
Jeff Laytone8568732015-08-24 12:41:47 -04001202 if (list_empty(&stp->st_perfile))
1203 return false;
1204
Trond Myklebust1d31a252014-07-10 14:07:25 -04001205 spin_lock(&fp->fi_lock);
Jeff Laytone8568732015-08-24 12:41:47 -04001206 list_del_init(&stp->st_perfile);
Trond Myklebust1d31a252014-07-10 14:07:25 -04001207 spin_unlock(&fp->fi_lock);
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001208 list_del(&stp->st_perstateowner);
Jeff Laytone8568732015-08-24 12:41:47 -04001209 return true;
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001210}
1211
Trond Myklebust60116952014-07-29 21:34:06 -04001212static void nfs4_free_ol_stateid(struct nfs4_stid *stid)
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001213{
Trond Myklebust60116952014-07-29 21:34:06 -04001214 struct nfs4_ol_stateid *stp = openlockstateid(stid);
J. Bruce Fields4665e2b2011-09-06 14:50:49 -04001215
Sachin Bhamare8287f002015-04-27 14:50:14 +02001216 put_clnt_odstate(stp->st_clnt_odstate);
Trond Myklebust60116952014-07-29 21:34:06 -04001217 release_all_access(stp);
Jeff Laytond3134b12014-07-29 21:34:32 -04001218 if (stp->st_stateowner)
1219 nfs4_put_stateowner(stp->st_stateowner);
Trond Myklebust60116952014-07-29 21:34:06 -04001220 kmem_cache_free(stateid_slab, stid);
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001221}
1222
Jeff Laytonb49e0842014-07-29 21:34:11 -04001223static void nfs4_free_lock_stateid(struct nfs4_stid *stid)
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001224{
Jeff Laytonb49e0842014-07-29 21:34:11 -04001225 struct nfs4_ol_stateid *stp = openlockstateid(stid);
1226 struct nfs4_lockowner *lo = lockowner(stp->st_stateowner);
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001227 struct file *file;
1228
Jeff Laytonb49e0842014-07-29 21:34:11 -04001229 file = find_any_file(stp->st_stid.sc_file);
1230 if (file)
1231 filp_close(file, (fl_owner_t)lo);
1232 nfs4_free_ol_stateid(stid);
1233}
1234
Jeff Layton2c41beb2014-07-29 21:34:41 -04001235/*
1236 * Put the persistent reference to an already unhashed generic stateid, while
1237 * holding the cl_lock. If it's the last reference, then put it onto the
1238 * reaplist for later destruction.
1239 */
1240static void put_ol_stateid_locked(struct nfs4_ol_stateid *stp,
1241 struct list_head *reaplist)
1242{
1243 struct nfs4_stid *s = &stp->st_stid;
1244 struct nfs4_client *clp = s->sc_client;
1245
1246 lockdep_assert_held(&clp->cl_lock);
1247
1248 WARN_ON_ONCE(!list_empty(&stp->st_locks));
1249
1250 if (!atomic_dec_and_test(&s->sc_count)) {
1251 wake_up_all(&close_wq);
1252 return;
1253 }
1254
1255 idr_remove(&clp->cl_stateids, s->sc_stateid.si_opaque.so_id);
1256 list_add(&stp->st_locks, reaplist);
1257}
1258
Jeff Laytone8568732015-08-24 12:41:47 -04001259static bool unhash_lock_stateid(struct nfs4_ol_stateid *stp)
Jeff Layton3c1c9952014-07-29 21:34:39 -04001260{
Chuck Leverf46c4452016-10-29 18:19:03 -04001261 lockdep_assert_held(&stp->st_stid.sc_client->cl_lock);
Jeff Layton3c1c9952014-07-29 21:34:39 -04001262
1263 list_del_init(&stp->st_locks);
Christoph Hellwigcd61c522014-08-14 08:44:57 +02001264 nfs4_unhash_stid(&stp->st_stid);
Jeff Laytone8568732015-08-24 12:41:47 -04001265 return unhash_ol_stateid(stp);
Jeff Layton3c1c9952014-07-29 21:34:39 -04001266}
1267
Jeff Layton5adfd882014-07-29 21:34:31 -04001268static void release_lock_stateid(struct nfs4_ol_stateid *stp)
Jeff Laytonb49e0842014-07-29 21:34:11 -04001269{
Chuck Leverf46c4452016-10-29 18:19:03 -04001270 struct nfs4_client *clp = stp->st_stid.sc_client;
Jeff Laytone8568732015-08-24 12:41:47 -04001271 bool unhashed;
Jeff Layton1c755dc2014-07-29 21:34:12 -04001272
Chuck Leverf46c4452016-10-29 18:19:03 -04001273 spin_lock(&clp->cl_lock);
Jeff Laytone8568732015-08-24 12:41:47 -04001274 unhashed = unhash_lock_stateid(stp);
Chuck Leverf46c4452016-10-29 18:19:03 -04001275 spin_unlock(&clp->cl_lock);
Jeff Laytone8568732015-08-24 12:41:47 -04001276 if (unhashed)
1277 nfs4_put_stid(&stp->st_stid);
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001278}
1279
Trond Myklebustc58c6612014-07-29 21:34:35 -04001280static void unhash_lockowner_locked(struct nfs4_lockowner *lo)
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001281{
Trond Myklebustd4f04892014-07-29 21:34:36 -04001282 struct nfs4_client *clp = lo->lo_owner.so_client;
Trond Myklebustc58c6612014-07-29 21:34:35 -04001283
Trond Myklebustd4f04892014-07-29 21:34:36 -04001284 lockdep_assert_held(&clp->cl_lock);
Trond Myklebustc58c6612014-07-29 21:34:35 -04001285
Jeff Layton8f4b54c2014-07-29 21:34:29 -04001286 list_del_init(&lo->lo_owner.so_strhash);
1287}
1288
Jeff Layton2c41beb2014-07-29 21:34:41 -04001289/*
1290 * Free a list of generic stateids that were collected earlier after being
1291 * fully unhashed.
1292 */
1293static void
1294free_ol_stateid_reaplist(struct list_head *reaplist)
1295{
1296 struct nfs4_ol_stateid *stp;
Kinglong Meefb94d762014-08-05 21:20:27 +08001297 struct nfs4_file *fp;
Jeff Layton2c41beb2014-07-29 21:34:41 -04001298
1299 might_sleep();
1300
1301 while (!list_empty(reaplist)) {
1302 stp = list_first_entry(reaplist, struct nfs4_ol_stateid,
1303 st_locks);
1304 list_del(&stp->st_locks);
Kinglong Meefb94d762014-08-05 21:20:27 +08001305 fp = stp->st_stid.sc_file;
Jeff Layton2c41beb2014-07-29 21:34:41 -04001306 stp->st_stid.sc_free(&stp->st_stid);
Kinglong Meefb94d762014-08-05 21:20:27 +08001307 if (fp)
1308 put_nfs4_file(fp);
Jeff Layton2c41beb2014-07-29 21:34:41 -04001309 }
1310}
1311
Jeff Laytond83017f2014-07-29 21:34:42 -04001312static void release_open_stateid_locks(struct nfs4_ol_stateid *open_stp,
1313 struct list_head *reaplist)
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04001314{
1315 struct nfs4_ol_stateid *stp;
1316
Jeff Laytone8568732015-08-24 12:41:47 -04001317 lockdep_assert_held(&open_stp->st_stid.sc_client->cl_lock);
1318
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04001319 while (!list_empty(&open_stp->st_locks)) {
1320 stp = list_entry(open_stp->st_locks.next,
1321 struct nfs4_ol_stateid, st_locks);
Jeff Laytone8568732015-08-24 12:41:47 -04001322 WARN_ON(!unhash_lock_stateid(stp));
Jeff Laytond83017f2014-07-29 21:34:42 -04001323 put_ol_stateid_locked(stp, reaplist);
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001324 }
1325}
1326
Jeff Laytone8568732015-08-24 12:41:47 -04001327static bool unhash_open_stateid(struct nfs4_ol_stateid *stp,
Jeff Laytond83017f2014-07-29 21:34:42 -04001328 struct list_head *reaplist)
J. Bruce Fields22839632009-01-11 14:27:17 -05001329{
Jeff Laytone8568732015-08-24 12:41:47 -04001330 bool unhashed;
1331
Jeff Layton2c41beb2014-07-29 21:34:41 -04001332 lockdep_assert_held(&stp->st_stid.sc_client->cl_lock);
1333
Jeff Laytone8568732015-08-24 12:41:47 -04001334 unhashed = unhash_ol_stateid(stp);
Jeff Laytond83017f2014-07-29 21:34:42 -04001335 release_open_stateid_locks(stp, reaplist);
Jeff Laytone8568732015-08-24 12:41:47 -04001336 return unhashed;
J. Bruce Fields38c387b2011-09-16 17:42:48 -04001337}
1338
1339static void release_open_stateid(struct nfs4_ol_stateid *stp)
1340{
Jeff Layton2c41beb2014-07-29 21:34:41 -04001341 LIST_HEAD(reaplist);
1342
1343 spin_lock(&stp->st_stid.sc_client->cl_lock);
Jeff Laytone8568732015-08-24 12:41:47 -04001344 if (unhash_open_stateid(stp, &reaplist))
1345 put_ol_stateid_locked(stp, &reaplist);
Jeff Layton2c41beb2014-07-29 21:34:41 -04001346 spin_unlock(&stp->st_stid.sc_client->cl_lock);
1347 free_ol_stateid_reaplist(&reaplist);
J. Bruce Fields22839632009-01-11 14:27:17 -05001348}
1349
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001350static void unhash_openowner_locked(struct nfs4_openowner *oo)
J. Bruce Fieldsf1d110c2009-01-11 14:37:31 -05001351{
Trond Myklebustd4f04892014-07-29 21:34:36 -04001352 struct nfs4_client *clp = oo->oo_owner.so_client;
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001353
Trond Myklebustd4f04892014-07-29 21:34:36 -04001354 lockdep_assert_held(&clp->cl_lock);
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001355
Jeff Layton8f4b54c2014-07-29 21:34:29 -04001356 list_del_init(&oo->oo_owner.so_strhash);
1357 list_del_init(&oo->oo_perclient);
J. Bruce Fieldsf1d110c2009-01-11 14:37:31 -05001358}
1359
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001360static void release_last_closed_stateid(struct nfs4_openowner *oo)
1361{
Jeff Layton217526e2014-07-30 08:27:11 -04001362 struct nfsd_net *nn = net_generic(oo->oo_owner.so_client->net,
1363 nfsd_net_id);
1364 struct nfs4_ol_stateid *s;
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001365
Jeff Layton217526e2014-07-30 08:27:11 -04001366 spin_lock(&nn->client_lock);
1367 s = oo->oo_last_closed_stid;
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001368 if (s) {
Jeff Laytond3134b12014-07-29 21:34:32 -04001369 list_del_init(&oo->oo_close_lru);
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001370 oo->oo_last_closed_stid = NULL;
1371 }
Jeff Layton217526e2014-07-30 08:27:11 -04001372 spin_unlock(&nn->client_lock);
1373 if (s)
1374 nfs4_put_stid(&s->st_stid);
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001375}
1376
Jeff Layton2c41beb2014-07-29 21:34:41 -04001377static void release_openowner(struct nfs4_openowner *oo)
Jeff Layton8f4b54c2014-07-29 21:34:29 -04001378{
1379 struct nfs4_ol_stateid *stp;
Trond Myklebustd4f04892014-07-29 21:34:36 -04001380 struct nfs4_client *clp = oo->oo_owner.so_client;
Jeff Layton2c41beb2014-07-29 21:34:41 -04001381 struct list_head reaplist;
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001382
Jeff Layton2c41beb2014-07-29 21:34:41 -04001383 INIT_LIST_HEAD(&reaplist);
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001384
Trond Myklebustd4f04892014-07-29 21:34:36 -04001385 spin_lock(&clp->cl_lock);
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001386 unhash_openowner_locked(oo);
Jeff Layton2c41beb2014-07-29 21:34:41 -04001387 while (!list_empty(&oo->oo_owner.so_stateids)) {
1388 stp = list_first_entry(&oo->oo_owner.so_stateids,
1389 struct nfs4_ol_stateid, st_perstateowner);
Jeff Laytone8568732015-08-24 12:41:47 -04001390 if (unhash_open_stateid(stp, &reaplist))
1391 put_ol_stateid_locked(stp, &reaplist);
Jeff Layton2c41beb2014-07-29 21:34:41 -04001392 }
Trond Myklebustd4f04892014-07-29 21:34:36 -04001393 spin_unlock(&clp->cl_lock);
Jeff Layton2c41beb2014-07-29 21:34:41 -04001394 free_ol_stateid_reaplist(&reaplist);
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001395 release_last_closed_stateid(oo);
Jeff Layton6b180f02014-07-29 21:34:26 -04001396 nfs4_put_stateowner(&oo->oo_owner);
J. Bruce Fieldsf1d110c2009-01-11 14:37:31 -05001397}
1398
Marc Eshel5282fd72009-04-03 08:27:52 +03001399static inline int
1400hash_sessionid(struct nfs4_sessionid *sessionid)
1401{
1402 struct nfsd4_sessionid *sid = (struct nfsd4_sessionid *)sessionid;
1403
1404 return sid->sequence % SESSION_HASH_SIZE;
1405}
1406
Mark Salter135dd002015-04-06 09:46:00 -04001407#ifdef CONFIG_SUNRPC_DEBUG
Marc Eshel5282fd72009-04-03 08:27:52 +03001408static inline void
1409dump_sessionid(const char *fn, struct nfs4_sessionid *sessionid)
1410{
1411 u32 *ptr = (u32 *)(&sessionid->data[0]);
1412 dprintk("%s: %u:%u:%u:%u\n", fn, ptr[0], ptr[1], ptr[2], ptr[3]);
1413}
Trond Myklebust8f199b82012-03-20 15:11:17 -04001414#else
1415static inline void
1416dump_sessionid(const char *fn, struct nfs4_sessionid *sessionid)
1417{
1418}
1419#endif
1420
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04001421/*
1422 * Bump the seqid on cstate->replay_owner, and clear replay_owner if it
1423 * won't be used for replay.
1424 */
1425void nfsd4_bump_seqid(struct nfsd4_compound_state *cstate, __be32 nfserr)
1426{
1427 struct nfs4_stateowner *so = cstate->replay_owner;
1428
1429 if (nfserr == nfserr_replay_me)
1430 return;
1431
1432 if (!seqid_mutating_err(ntohl(nfserr))) {
Jeff Layton58fb12e2014-07-29 21:34:27 -04001433 nfsd4_cstate_clear_replay(cstate);
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04001434 return;
1435 }
1436 if (!so)
1437 return;
1438 if (so->so_is_open_owner)
1439 release_last_closed_stateid(openowner(so));
1440 so->so_seqid++;
1441 return;
1442}
Marc Eshel5282fd72009-04-03 08:27:52 +03001443
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001444static void
1445gen_sessionid(struct nfsd4_session *ses)
1446{
1447 struct nfs4_client *clp = ses->se_client;
1448 struct nfsd4_sessionid *sid;
1449
1450 sid = (struct nfsd4_sessionid *)ses->se_sessionid.data;
1451 sid->clientid = clp->cl_clientid;
1452 sid->sequence = current_sessionid++;
1453 sid->reserved = 0;
1454}
1455
1456/*
Andy Adamsona6496372009-08-28 08:45:01 -04001457 * The protocol defines ca_maxresponssize_cached to include the size of
1458 * the rpc header, but all we need to cache is the data starting after
1459 * the end of the initial SEQUENCE operation--the rest we regenerate
1460 * each time. Therefore we can advertise a ca_maxresponssize_cached
1461 * value that is the number of bytes in our cache plus a few additional
1462 * bytes. In order to stay on the safe side, and not promise more than
1463 * we can cache, those additional bytes must be the minimum possible: 24
1464 * bytes of rpc header (xid through accept state, with AUTH_NULL
1465 * verifier), 12 for the compound header (with zero-length tag), and 44
1466 * for the SEQUENCE op response:
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001467 */
Andy Adamsona6496372009-08-28 08:45:01 -04001468#define NFSD_MIN_HDR_SEQ_SZ (24 + 12 + 44)
1469
Andy Adamson557ce262009-08-28 08:45:04 -04001470static void
1471free_session_slots(struct nfsd4_session *ses)
1472{
1473 int i;
1474
1475 for (i = 0; i < ses->se_fchannel.maxreqs; i++)
1476 kfree(ses->se_slots[i]);
1477}
1478
J. Bruce Fieldsefe0cb62009-10-24 20:52:16 -04001479/*
1480 * We don't actually need to cache the rpc and session headers, so we
1481 * can allocate a little less for each slot:
1482 */
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001483static inline u32 slot_bytes(struct nfsd4_channel_attrs *ca)
J. Bruce Fieldsefe0cb62009-10-24 20:52:16 -04001484{
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001485 u32 size;
J. Bruce Fieldsefe0cb62009-10-24 20:52:16 -04001486
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001487 if (ca->maxresp_cached < NFSD_MIN_HDR_SEQ_SZ)
1488 size = 0;
1489 else
1490 size = ca->maxresp_cached - NFSD_MIN_HDR_SEQ_SZ;
1491 return size + sizeof(struct nfsd4_slot);
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001492}
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001493
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001494/*
1495 * XXX: If we run out of reserved DRC memory we could (up to a point)
1496 * re-negotiate active sessions and reduce their slot usage to make
Justin P. Mattock42b2aa82011-11-28 20:31:00 -08001497 * room for new connections. For now we just fail the create session.
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001498 */
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001499static u32 nfsd4_get_drc_mem(struct nfsd4_channel_attrs *ca)
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001500{
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001501 u32 slotsize = slot_bytes(ca);
1502 u32 num = ca->maxreqs;
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001503 int avail;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001504
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001505 spin_lock(&nfsd_drc_lock);
Zhang Yanfei697ce9b2013-02-22 16:35:47 -08001506 avail = min((unsigned long)NFSD_MAX_MEM_PER_SESSION,
1507 nfsd_drc_max_mem - nfsd_drc_mem_used);
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001508 num = min_t(int, num, avail / slotsize);
1509 nfsd_drc_mem_used += num * slotsize;
1510 spin_unlock(&nfsd_drc_lock);
1511
1512 return num;
1513}
1514
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001515static void nfsd4_put_drc_mem(struct nfsd4_channel_attrs *ca)
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001516{
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001517 int slotsize = slot_bytes(ca);
1518
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001519 spin_lock(&nfsd_drc_lock);
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001520 nfsd_drc_mem_used -= slotsize * ca->maxreqs;
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001521 spin_unlock(&nfsd_drc_lock);
1522}
1523
Kinglong Mee60810e52014-01-01 00:35:47 +08001524static struct nfsd4_session *alloc_session(struct nfsd4_channel_attrs *fattrs,
1525 struct nfsd4_channel_attrs *battrs)
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001526{
Kinglong Mee60810e52014-01-01 00:35:47 +08001527 int numslots = fattrs->maxreqs;
1528 int slotsize = slot_bytes(fattrs);
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001529 struct nfsd4_session *new;
1530 int mem, i;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001531
J. Bruce Fieldsc23753d2010-09-27 16:22:30 -04001532 BUILD_BUG_ON(NFSD_MAX_SLOTS_PER_SESSION * sizeof(struct nfsd4_slot *)
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001533 + sizeof(struct nfsd4_session) > PAGE_SIZE);
1534 mem = numslots * sizeof(struct nfsd4_slot *);
Andy Adamson557ce262009-08-28 08:45:04 -04001535
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001536 new = kzalloc(sizeof(*new) + mem, GFP_KERNEL);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001537 if (!new)
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001538 return NULL;
Andy Adamson557ce262009-08-28 08:45:04 -04001539 /* allocate each struct nfsd4_slot and data cache in one piece */
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001540 for (i = 0; i < numslots; i++) {
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001541 new->se_slots[i] = kzalloc(slotsize, GFP_KERNEL);
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001542 if (!new->se_slots[i])
Andy Adamson557ce262009-08-28 08:45:04 -04001543 goto out_free;
Andy Adamson557ce262009-08-28 08:45:04 -04001544 }
Kinglong Mee60810e52014-01-01 00:35:47 +08001545
1546 memcpy(&new->se_fchannel, fattrs, sizeof(struct nfsd4_channel_attrs));
1547 memcpy(&new->se_bchannel, battrs, sizeof(struct nfsd4_channel_attrs));
1548
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001549 return new;
1550out_free:
1551 while (i--)
1552 kfree(new->se_slots[i]);
1553 kfree(new);
1554 return NULL;
1555}
1556
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04001557static void free_conn(struct nfsd4_conn *c)
1558{
1559 svc_xprt_put(c->cn_xprt);
1560 kfree(c);
1561}
1562
1563static void nfsd4_conn_lost(struct svc_xpt_user *u)
1564{
1565 struct nfsd4_conn *c = container_of(u, struct nfsd4_conn, cn_xpt_user);
1566 struct nfs4_client *clp = c->cn_session->se_client;
1567
1568 spin_lock(&clp->cl_lock);
1569 if (!list_empty(&c->cn_persession)) {
1570 list_del(&c->cn_persession);
1571 free_conn(c);
1572 }
J. Bruce Fieldseea49802010-11-18 08:34:12 -05001573 nfsd4_probe_callback(clp);
J. Bruce Fields2e4b7232013-03-08 09:30:43 -05001574 spin_unlock(&clp->cl_lock);
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04001575}
1576
J. Bruce Fieldsd29c3742010-06-15 17:34:11 -04001577static struct nfsd4_conn *alloc_conn(struct svc_rqst *rqstp, u32 flags)
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001578{
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001579 struct nfsd4_conn *conn;
1580
1581 conn = kmalloc(sizeof(struct nfsd4_conn), GFP_KERNEL);
1582 if (!conn)
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001583 return NULL;
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001584 svc_xprt_get(rqstp->rq_xprt);
1585 conn->cn_xprt = rqstp->rq_xprt;
J. Bruce Fieldsd29c3742010-06-15 17:34:11 -04001586 conn->cn_flags = flags;
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001587 INIT_LIST_HEAD(&conn->cn_xpt_user.list);
1588 return conn;
1589}
1590
J. Bruce Fields328ead22010-09-29 16:11:06 -04001591static void __nfsd4_hash_conn(struct nfsd4_conn *conn, struct nfsd4_session *ses)
1592{
1593 conn->cn_session = ses;
1594 list_add(&conn->cn_persession, &ses->se_conns);
1595}
1596
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001597static void nfsd4_hash_conn(struct nfsd4_conn *conn, struct nfsd4_session *ses)
1598{
1599 struct nfs4_client *clp = ses->se_client;
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001600
1601 spin_lock(&clp->cl_lock);
J. Bruce Fields328ead22010-09-29 16:11:06 -04001602 __nfsd4_hash_conn(conn, ses);
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001603 spin_unlock(&clp->cl_lock);
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001604}
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001605
J. Bruce Fields21b75b02010-10-26 10:07:17 -04001606static int nfsd4_register_conn(struct nfsd4_conn *conn)
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001607{
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04001608 conn->cn_xpt_user.callback = nfsd4_conn_lost;
J. Bruce Fields21b75b02010-10-26 10:07:17 -04001609 return register_xpt_user(conn->cn_xprt, &conn->cn_xpt_user);
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001610}
1611
J. Bruce Fieldse1ff3712012-09-11 17:10:25 -04001612static void nfsd4_init_conn(struct svc_rqst *rqstp, struct nfsd4_conn *conn, struct nfsd4_session *ses)
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001613{
J. Bruce Fields21b75b02010-10-26 10:07:17 -04001614 int ret;
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001615
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001616 nfsd4_hash_conn(conn, ses);
J. Bruce Fields21b75b02010-10-26 10:07:17 -04001617 ret = nfsd4_register_conn(conn);
1618 if (ret)
1619 /* oops; xprt is already down: */
1620 nfsd4_conn_lost(&conn->cn_xpt_user);
J. Bruce Fields57a37142014-07-18 15:06:47 -04001621 /* We may have gained or lost a callback channel: */
1622 nfsd4_probe_callback_sync(ses->se_client);
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001623}
1624
J. Bruce Fieldse1ff3712012-09-11 17:10:25 -04001625static struct nfsd4_conn *alloc_conn_from_crses(struct svc_rqst *rqstp, struct nfsd4_create_session *cses)
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04001626{
1627 u32 dir = NFS4_CDFC4_FORE;
1628
J. Bruce Fieldse1ff3712012-09-11 17:10:25 -04001629 if (cses->flags & SESSION4_BACK_CHAN)
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04001630 dir |= NFS4_CDFC4_BACK;
J. Bruce Fieldse1ff3712012-09-11 17:10:25 -04001631 return alloc_conn(rqstp, dir);
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04001632}
1633
1634/* must be called under client_lock */
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04001635static void nfsd4_del_conns(struct nfsd4_session *s)
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001636{
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04001637 struct nfs4_client *clp = s->se_client;
1638 struct nfsd4_conn *c;
1639
1640 spin_lock(&clp->cl_lock);
1641 while (!list_empty(&s->se_conns)) {
1642 c = list_first_entry(&s->se_conns, struct nfsd4_conn, cn_persession);
1643 list_del_init(&c->cn_persession);
1644 spin_unlock(&clp->cl_lock);
1645
1646 unregister_xpt_user(c->cn_xprt, &c->cn_xpt_user);
1647 free_conn(c);
1648
1649 spin_lock(&clp->cl_lock);
1650 }
1651 spin_unlock(&clp->cl_lock);
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001652}
1653
J. Bruce Fields1377b692012-09-11 21:42:40 -04001654static void __free_session(struct nfsd4_session *ses)
1655{
J. Bruce Fields1377b692012-09-11 21:42:40 -04001656 free_session_slots(ses);
1657 kfree(ses);
1658}
1659
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04001660static void free_session(struct nfsd4_session *ses)
Benny Halevy508dc6e2012-02-23 17:40:52 -08001661{
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001662 nfsd4_del_conns(ses);
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001663 nfsd4_put_drc_mem(&ses->se_fchannel);
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001664 __free_session(ses);
J. Bruce Fieldsa827bcb2012-09-12 09:51:34 -04001665}
Andy Adamson557ce262009-08-28 08:45:04 -04001666
Fengguang Wu135ae822012-11-10 07:20:25 -05001667static 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 -04001668{
J. Bruce Fieldsa827bcb2012-09-12 09:51:34 -04001669 int idx;
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03001670 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
J. Bruce Fieldsa827bcb2012-09-12 09:51:34 -04001671
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001672 new->se_client = clp;
1673 gen_sessionid(new);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001674
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001675 INIT_LIST_HEAD(&new->se_conns);
1676
J. Bruce Fieldsac7c46f2010-06-14 19:01:57 -04001677 new->se_cb_seq_nr = 1;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001678 new->se_flags = cses->flags;
J. Bruce Fields8b5ce5c2010-10-19 17:31:50 -04001679 new->se_cb_prog = cses->callback_prog;
J. Bruce Fieldsc6bb3ca2012-11-01 16:31:02 -04001680 new->se_cb_sec = cses->cb_sec;
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04001681 atomic_set(&new->se_ref, 0);
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001682 idx = hash_sessionid(&new->se_sessionid);
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03001683 list_add(&new->se_hash, &nn->sessionid_hashtbl[idx]);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001684 spin_lock(&clp->cl_lock);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001685 list_add(&new->se_perclnt, &clp->cl_sessions);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001686 spin_unlock(&clp->cl_lock);
Kinglong Mee60810e52014-01-01 00:35:47 +08001687
Chuck Leverb0d2e422014-08-22 15:10:59 -04001688 {
J. Bruce Fieldsedd76782010-06-14 22:26:31 -04001689 struct sockaddr *sa = svc_addr(rqstp);
J. Bruce Fieldsdcbeaa62010-06-15 17:25:45 -04001690 /*
1691 * This is a little silly; with sessions there's no real
1692 * use for the callback address. Use the peer address
1693 * as a reasonable default for now, but consider fixing
1694 * the rpc client not to require an address in the
1695 * future:
1696 */
J. Bruce Fieldsedd76782010-06-14 22:26:31 -04001697 rpc_copy_addr((struct sockaddr *)&clp->cl_cb_conn.cb_addr, sa);
1698 clp->cl_cb_conn.cb_addrlen = svc_addr_len(sa);
J. Bruce Fieldsedd76782010-06-14 22:26:31 -04001699 }
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001700}
1701
Benny Halevy9089f1b2010-05-12 00:12:26 +03001702/* caller must hold client_lock */
Marc Eshel5282fd72009-04-03 08:27:52 +03001703static struct nfsd4_session *
Trond Myklebustd4e19e702014-06-30 11:48:42 -04001704__find_in_sessionid_hashtbl(struct nfs4_sessionid *sessionid, struct net *net)
Marc Eshel5282fd72009-04-03 08:27:52 +03001705{
1706 struct nfsd4_session *elem;
1707 int idx;
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03001708 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Marc Eshel5282fd72009-04-03 08:27:52 +03001709
Trond Myklebust0a880a22014-07-30 08:27:10 -04001710 lockdep_assert_held(&nn->client_lock);
1711
Marc Eshel5282fd72009-04-03 08:27:52 +03001712 dump_sessionid(__func__, sessionid);
1713 idx = hash_sessionid(sessionid);
Marc Eshel5282fd72009-04-03 08:27:52 +03001714 /* Search in the appropriate list */
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03001715 list_for_each_entry(elem, &nn->sessionid_hashtbl[idx], se_hash) {
Marc Eshel5282fd72009-04-03 08:27:52 +03001716 if (!memcmp(elem->se_sessionid.data, sessionid->data,
1717 NFS4_MAX_SESSIONID_LEN)) {
1718 return elem;
1719 }
1720 }
1721
1722 dprintk("%s: session not found\n", __func__);
1723 return NULL;
1724}
1725
Trond Myklebustd4e19e702014-06-30 11:48:42 -04001726static struct nfsd4_session *
1727find_in_sessionid_hashtbl(struct nfs4_sessionid *sessionid, struct net *net,
1728 __be32 *ret)
1729{
1730 struct nfsd4_session *session;
1731 __be32 status = nfserr_badsession;
1732
1733 session = __find_in_sessionid_hashtbl(sessionid, net);
1734 if (!session)
1735 goto out;
1736 status = nfsd4_get_session_locked(session);
1737 if (status)
1738 session = NULL;
1739out:
1740 *ret = status;
1741 return session;
1742}
1743
Benny Halevy9089f1b2010-05-12 00:12:26 +03001744/* caller must hold client_lock */
Andy Adamson7116ed62009-04-03 08:27:43 +03001745static void
Marc Eshel5282fd72009-04-03 08:27:52 +03001746unhash_session(struct nfsd4_session *ses)
Andy Adamson7116ed62009-04-03 08:27:43 +03001747{
Trond Myklebust0a880a22014-07-30 08:27:10 -04001748 struct nfs4_client *clp = ses->se_client;
1749 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
1750
1751 lockdep_assert_held(&nn->client_lock);
1752
Andy Adamson7116ed62009-04-03 08:27:43 +03001753 list_del(&ses->se_hash);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001754 spin_lock(&ses->se_client->cl_lock);
Andy Adamson7116ed62009-04-03 08:27:43 +03001755 list_del(&ses->se_perclnt);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001756 spin_unlock(&ses->se_client->cl_lock);
Marc Eshel5282fd72009-04-03 08:27:52 +03001757}
1758
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759/* SETCLIENTID and SETCLIENTID_CONFIRM Helper functions */
1760static int
Stanislav Kinsbursky2c142ba2012-07-25 16:57:45 +04001761STALE_CLIENTID(clientid_t *clid, struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762{
J. Bruce Fieldsbbc7f332015-01-20 11:51:26 -05001763 /*
1764 * We're assuming the clid was not given out from a boot
1765 * precisely 2^32 (about 136 years) before this one. That seems
1766 * a safe assumption:
1767 */
1768 if (clid->cl_boot == (u32)nn->boot_time)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769 return 0;
Andy Adamson60adfc52009-04-03 08:28:50 +03001770 dprintk("NFSD stale clientid (%08x/%08x) boot_time %08lx\n",
Stanislav Kinsbursky2c142ba2012-07-25 16:57:45 +04001771 clid->cl_boot, clid->cl_id, nn->boot_time);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772 return 1;
1773}
1774
1775/*
1776 * XXX Should we use a slab cache ?
1777 * This type of memory management is somewhat inefficient, but we use it
1778 * anyway since SETCLIENTID is not a common operation.
1779 */
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001780static struct nfs4_client *alloc_client(struct xdr_netobj name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781{
1782 struct nfs4_client *clp;
Trond Myklebustd4f04892014-07-29 21:34:36 -04001783 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001785 clp = kzalloc(sizeof(struct nfs4_client), GFP_KERNEL);
1786 if (clp == NULL)
1787 return NULL;
Thomas Meyer67114fe2011-11-17 23:43:40 +01001788 clp->cl_name.data = kmemdup(name.data, name.len, GFP_KERNEL);
Trond Myklebustd4f04892014-07-29 21:34:36 -04001789 if (clp->cl_name.data == NULL)
1790 goto err_no_name;
1791 clp->cl_ownerstr_hashtbl = kmalloc(sizeof(struct list_head) *
1792 OWNER_HASH_SIZE, GFP_KERNEL);
1793 if (!clp->cl_ownerstr_hashtbl)
1794 goto err_no_hashtbl;
1795 for (i = 0; i < OWNER_HASH_SIZE; i++)
1796 INIT_LIST_HEAD(&clp->cl_ownerstr_hashtbl[i]);
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001797 clp->cl_name.len = name.len;
Trond Myklebust5694c932014-04-18 14:43:56 -04001798 INIT_LIST_HEAD(&clp->cl_sessions);
1799 idr_init(&clp->cl_stateids);
1800 atomic_set(&clp->cl_refcount, 0);
1801 clp->cl_cb_state = NFSD4_CB_UNKNOWN;
1802 INIT_LIST_HEAD(&clp->cl_idhash);
1803 INIT_LIST_HEAD(&clp->cl_openowners);
1804 INIT_LIST_HEAD(&clp->cl_delegations);
1805 INIT_LIST_HEAD(&clp->cl_lru);
Trond Myklebust5694c932014-04-18 14:43:56 -04001806 INIT_LIST_HEAD(&clp->cl_revoked);
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02001807#ifdef CONFIG_NFSD_PNFS
1808 INIT_LIST_HEAD(&clp->cl_lo_states);
1809#endif
Trond Myklebust5694c932014-04-18 14:43:56 -04001810 spin_lock_init(&clp->cl_lock);
1811 rpc_init_wait_queue(&clp->cl_cb_waitq, "Backchannel slot table");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812 return clp;
Trond Myklebustd4f04892014-07-29 21:34:36 -04001813err_no_hashtbl:
1814 kfree(clp->cl_name.data);
1815err_no_name:
1816 kfree(clp);
1817 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001818}
1819
Trond Myklebust4dd86e152014-04-18 14:43:58 -04001820static void
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821free_client(struct nfs4_client *clp)
1822{
J. Bruce Fields792c95d2010-10-12 19:55:25 -04001823 while (!list_empty(&clp->cl_sessions)) {
1824 struct nfsd4_session *ses;
1825 ses = list_entry(clp->cl_sessions.next, struct nfsd4_session,
1826 se_perclnt);
1827 list_del(&ses->se_perclnt);
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04001828 WARN_ON_ONCE(atomic_read(&ses->se_ref));
1829 free_session(ses);
J. Bruce Fields792c95d2010-10-12 19:55:25 -04001830 }
Trond Myklebust4cb57e32014-04-18 14:43:57 -04001831 rpc_destroy_wait_queue(&clp->cl_cb_waitq);
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04001832 free_svc_cred(&clp->cl_cred);
Trond Myklebustd4f04892014-07-29 21:34:36 -04001833 kfree(clp->cl_ownerstr_hashtbl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834 kfree(clp->cl_name.data);
majianpeng2d32b292013-01-29 13:16:06 +08001835 idr_destroy(&clp->cl_stateids);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836 kfree(clp);
1837}
1838
Benny Halevy84d38ac2010-05-12 00:13:16 +03001839/* must be called under the client_lock */
Trond Myklebust4beb3452014-07-30 08:27:02 -04001840static void
Benny Halevy84d38ac2010-05-12 00:13:16 +03001841unhash_client_locked(struct nfs4_client *clp)
1842{
Trond Myklebust4beb3452014-07-30 08:27:02 -04001843 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
J. Bruce Fields792c95d2010-10-12 19:55:25 -04001844 struct nfsd4_session *ses;
1845
Trond Myklebust0a880a22014-07-30 08:27:10 -04001846 lockdep_assert_held(&nn->client_lock);
1847
Trond Myklebust4beb3452014-07-30 08:27:02 -04001848 /* Mark the client as expired! */
1849 clp->cl_time = 0;
1850 /* Make it invisible */
1851 if (!list_empty(&clp->cl_idhash)) {
1852 list_del_init(&clp->cl_idhash);
1853 if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags))
1854 rb_erase(&clp->cl_namenode, &nn->conf_name_tree);
1855 else
1856 rb_erase(&clp->cl_namenode, &nn->unconf_name_tree);
1857 }
1858 list_del_init(&clp->cl_lru);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001859 spin_lock(&clp->cl_lock);
J. Bruce Fields792c95d2010-10-12 19:55:25 -04001860 list_for_each_entry(ses, &clp->cl_sessions, se_perclnt)
1861 list_del_init(&ses->se_hash);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001862 spin_unlock(&clp->cl_lock);
Benny Halevy84d38ac2010-05-12 00:13:16 +03001863}
1864
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865static void
Trond Myklebust4beb3452014-07-30 08:27:02 -04001866unhash_client(struct nfs4_client *clp)
1867{
1868 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
1869
1870 spin_lock(&nn->client_lock);
1871 unhash_client_locked(clp);
1872 spin_unlock(&nn->client_lock);
1873}
1874
Jeff Layton97403d92014-07-30 08:27:12 -04001875static __be32 mark_client_expired_locked(struct nfs4_client *clp)
1876{
1877 if (atomic_read(&clp->cl_refcount))
1878 return nfserr_jukebox;
1879 unhash_client_locked(clp);
1880 return nfs_ok;
1881}
1882
Trond Myklebust4beb3452014-07-30 08:27:02 -04001883static void
1884__destroy_client(struct nfs4_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885{
Jeff Laytone294c4c2018-03-16 11:32:02 -04001886 int i;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04001887 struct nfs4_openowner *oo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888 struct nfs4_delegation *dp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889 struct list_head reaplist;
1890
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891 INIT_LIST_HEAD(&reaplist);
Benny Halevycdc97502014-05-30 09:09:30 -04001892 spin_lock(&state_lock);
NeilBrownea1da632005-06-23 22:04:17 -07001893 while (!list_empty(&clp->cl_delegations)) {
1894 dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt);
Jeff Layton3fcbbd22015-08-24 12:41:48 -04001895 WARN_ON(!unhash_delegation_locked(dp));
Jeff Layton42690672014-07-25 07:34:20 -04001896 list_add(&dp->dl_recall_lru, &reaplist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897 }
Benny Halevycdc97502014-05-30 09:09:30 -04001898 spin_unlock(&state_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899 while (!list_empty(&reaplist)) {
1900 dp = list_entry(reaplist.next, struct nfs4_delegation, dl_recall_lru);
Jeff Layton42690672014-07-25 07:34:20 -04001901 list_del_init(&dp->dl_recall_lru);
Sachin Bhamare8287f002015-04-27 14:50:14 +02001902 put_clnt_odstate(dp->dl_clnt_odstate);
Jeff Laytonafbda402014-08-09 10:22:41 -04001903 nfs4_put_deleg_lease(dp->dl_stid.sc_file);
Trond Myklebust60116952014-07-29 21:34:06 -04001904 nfs4_put_stid(&dp->dl_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905 }
Jeff Layton2d4a5322014-07-25 07:34:21 -04001906 while (!list_empty(&clp->cl_revoked)) {
Andrew Elblec8764862015-02-25 17:46:27 -05001907 dp = list_entry(clp->cl_revoked.next, struct nfs4_delegation, dl_recall_lru);
Jeff Layton2d4a5322014-07-25 07:34:21 -04001908 list_del_init(&dp->dl_recall_lru);
Trond Myklebust60116952014-07-29 21:34:06 -04001909 nfs4_put_stid(&dp->dl_stid);
Benny Halevy956c4fe2013-10-29 11:39:12 +02001910 }
NeilBrownea1da632005-06-23 22:04:17 -07001911 while (!list_empty(&clp->cl_openowners)) {
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04001912 oo = list_entry(clp->cl_openowners.next, struct nfs4_openowner, oo_perclient);
Kinglong Meeb5971af2014-08-22 10:18:43 -04001913 nfs4_get_stateowner(&oo->oo_owner);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04001914 release_openowner(oo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915 }
Jeff Laytone294c4c2018-03-16 11:32:02 -04001916 for (i = 0; i < OWNER_HASH_SIZE; i++) {
1917 struct nfs4_stateowner *so, *tmp;
1918
1919 list_for_each_entry_safe(so, tmp, &clp->cl_ownerstr_hashtbl[i],
1920 so_strhash) {
1921 /* Should be no openowners at this point */
1922 WARN_ON_ONCE(so->so_is_open_owner);
1923 remove_blocked_locks(lockowner(so));
1924 }
1925 }
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02001926 nfsd4_return_all_client_layouts(clp);
J. Bruce Fields6ff8da02010-06-04 20:04:45 -04001927 nfsd4_shutdown_callback(clp);
J. Bruce Fields2bf23872010-03-08 12:37:27 -05001928 if (clp->cl_cb_conn.cb_xprt)
1929 svc_xprt_put(clp->cl_cb_conn.cb_xprt);
J. Bruce Fields221a6872013-04-01 22:23:49 -04001930 free_client(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931}
1932
Trond Myklebust4beb3452014-07-30 08:27:02 -04001933static void
1934destroy_client(struct nfs4_client *clp)
1935{
1936 unhash_client(clp);
1937 __destroy_client(clp);
1938}
1939
J. Bruce Fields0d22f682012-09-26 11:36:16 -04001940static void expire_client(struct nfs4_client *clp)
1941{
Trond Myklebust4beb3452014-07-30 08:27:02 -04001942 unhash_client(clp);
J. Bruce Fields0d22f682012-09-26 11:36:16 -04001943 nfsd4_client_record_remove(clp);
Trond Myklebust4beb3452014-07-30 08:27:02 -04001944 __destroy_client(clp);
J. Bruce Fields0d22f682012-09-26 11:36:16 -04001945}
1946
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001947static void copy_verf(struct nfs4_client *target, nfs4_verifier *source)
1948{
1949 memcpy(target->cl_verifier.data, source->data,
1950 sizeof(target->cl_verifier.data));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951}
1952
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001953static void copy_clid(struct nfs4_client *target, struct nfs4_client *source)
1954{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955 target->cl_clientid.cl_boot = source->cl_clientid.cl_boot;
1956 target->cl_clientid.cl_id = source->cl_clientid.cl_id;
1957}
1958
J. Bruce Fields50043852015-11-20 15:58:37 -05001959int strdup_if_nonnull(char **target, char *source)
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001960{
J. Bruce Fields50043852015-11-20 15:58:37 -05001961 if (source) {
1962 *target = kstrdup(source, GFP_KERNEL);
1963 if (!*target)
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04001964 return -ENOMEM;
1965 } else
J. Bruce Fields50043852015-11-20 15:58:37 -05001966 *target = NULL;
1967 return 0;
1968}
1969
1970static int copy_cred(struct svc_cred *target, struct svc_cred *source)
1971{
1972 int ret;
1973
1974 ret = strdup_if_nonnull(&target->cr_principal, source->cr_principal);
1975 if (ret)
1976 return ret;
J. Bruce Fields414ca012015-11-20 10:48:02 -05001977 ret = strdup_if_nonnull(&target->cr_raw_principal,
1978 source->cr_raw_principal);
1979 if (ret)
1980 return ret;
J. Bruce Fieldsd5497fc2012-05-14 22:06:49 -04001981 target->cr_flavor = source->cr_flavor;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982 target->cr_uid = source->cr_uid;
1983 target->cr_gid = source->cr_gid;
1984 target->cr_group_info = source->cr_group_info;
1985 get_group_info(target->cr_group_info);
J. Bruce Fields0dc15312013-05-14 16:07:13 -04001986 target->cr_gss_mech = source->cr_gss_mech;
1987 if (source->cr_gss_mech)
1988 gss_mech_get(source->cr_gss_mech);
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04001989 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990}
1991
Rasmus Villemoesef17af22014-12-05 16:40:07 +01001992static int
Jeff Laytonac55fdc2012-11-12 15:00:56 -05001993compare_blob(const struct xdr_netobj *o1, const struct xdr_netobj *o2)
1994{
Rasmus Villemoesef17af22014-12-05 16:40:07 +01001995 if (o1->len < o2->len)
1996 return -1;
1997 if (o1->len > o2->len)
1998 return 1;
1999 return memcmp(o1->data, o2->data, o1->len);
Jeff Laytonac55fdc2012-11-12 15:00:56 -05002000}
2001
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05002002static int same_name(const char *n1, const char *n2)
J. Bruce Fields599e0a22007-07-26 17:04:54 -04002003{
NeilBrowna55370a2005-06-23 22:03:52 -07002004 return 0 == memcmp(n1, n2, HEXDIR_LEN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005}
2006
2007static int
J. Bruce Fields599e0a22007-07-26 17:04:54 -04002008same_verf(nfs4_verifier *v1, nfs4_verifier *v2)
2009{
2010 return 0 == memcmp(v1->data, v2->data, sizeof(v1->data));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011}
2012
2013static int
J. Bruce Fields599e0a22007-07-26 17:04:54 -04002014same_clid(clientid_t *cl1, clientid_t *cl2)
2015{
2016 return (cl1->cl_boot == cl2->cl_boot) && (cl1->cl_id == cl2->cl_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017}
2018
J. Bruce Fields8fbba962012-05-14 21:20:54 -04002019static bool groups_equal(struct group_info *g1, struct group_info *g2)
2020{
2021 int i;
2022
2023 if (g1->ngroups != g2->ngroups)
2024 return false;
2025 for (i=0; i<g1->ngroups; i++)
Alexey Dobriyan81243ea2016-10-07 17:03:12 -07002026 if (!gid_eq(g1->gid[i], g2->gid[i]))
J. Bruce Fields8fbba962012-05-14 21:20:54 -04002027 return false;
2028 return true;
2029}
2030
J. Bruce Fields68eb3502012-08-21 12:48:30 -04002031/*
2032 * RFC 3530 language requires clid_inuse be returned when the
2033 * "principal" associated with a requests differs from that previously
2034 * used. We use uid, gid's, and gss principal string as our best
2035 * approximation. We also don't want to allow non-gss use of a client
2036 * established using gss: in theory cr_principal should catch that
2037 * change, but in practice cr_principal can be null even in the gss case
2038 * since gssd doesn't always pass down a principal string.
2039 */
2040static bool is_gss_cred(struct svc_cred *cr)
2041{
2042 /* Is cr_flavor one of the gss "pseudoflavors"?: */
2043 return (cr->cr_flavor > RPC_AUTH_MAXFLAVOR);
2044}
2045
2046
Vivek Trivedi5559b502012-07-24 21:18:20 +05302047static bool
J. Bruce Fields599e0a22007-07-26 17:04:54 -04002048same_creds(struct svc_cred *cr1, struct svc_cred *cr2)
2049{
J. Bruce Fields68eb3502012-08-21 12:48:30 -04002050 if ((is_gss_cred(cr1) != is_gss_cred(cr2))
Eric W. Biederman6fab8772013-02-02 06:53:11 -08002051 || (!uid_eq(cr1->cr_uid, cr2->cr_uid))
2052 || (!gid_eq(cr1->cr_gid, cr2->cr_gid))
J. Bruce Fields8fbba962012-05-14 21:20:54 -04002053 || !groups_equal(cr1->cr_group_info, cr2->cr_group_info))
2054 return false;
2055 if (cr1->cr_principal == cr2->cr_principal)
2056 return true;
2057 if (!cr1->cr_principal || !cr2->cr_principal)
2058 return false;
Vivek Trivedi5559b502012-07-24 21:18:20 +05302059 return 0 == strcmp(cr1->cr_principal, cr2->cr_principal);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060}
2061
J. Bruce Fields57266a62013-04-13 14:27:29 -04002062static bool svc_rqst_integrity_protected(struct svc_rqst *rqstp)
2063{
2064 struct svc_cred *cr = &rqstp->rq_cred;
2065 u32 service;
2066
J. Bruce Fieldsc4720592013-08-07 11:41:49 -04002067 if (!cr->cr_gss_mech)
2068 return false;
J. Bruce Fields57266a62013-04-13 14:27:29 -04002069 service = gss_pseudoflavor_to_service(cr->cr_gss_mech, cr->cr_flavor);
2070 return service == RPC_GSS_SVC_INTEGRITY ||
2071 service == RPC_GSS_SVC_PRIVACY;
2072}
2073
Andrew Elblededeb132016-06-15 12:52:08 -04002074bool nfsd4_mach_creds_match(struct nfs4_client *cl, struct svc_rqst *rqstp)
J. Bruce Fields57266a62013-04-13 14:27:29 -04002075{
2076 struct svc_cred *cr = &rqstp->rq_cred;
2077
2078 if (!cl->cl_mach_cred)
2079 return true;
2080 if (cl->cl_cred.cr_gss_mech != cr->cr_gss_mech)
2081 return false;
2082 if (!svc_rqst_integrity_protected(rqstp))
2083 return false;
J. Bruce Fields414ca012015-11-20 10:48:02 -05002084 if (cl->cl_cred.cr_raw_principal)
2085 return 0 == strcmp(cl->cl_cred.cr_raw_principal,
2086 cr->cr_raw_principal);
J. Bruce Fields57266a62013-04-13 14:27:29 -04002087 if (!cr->cr_principal)
2088 return false;
2089 return 0 == strcmp(cl->cl_cred.cr_principal, cr->cr_principal);
2090}
2091
Jeff Layton294ac322014-07-30 08:27:15 -04002092static void gen_confirm(struct nfs4_client *clp, struct nfsd_net *nn)
J. Bruce Fieldsdeda2fa2007-11-19 20:31:04 -05002093{
Chuck Leverab4684d2012-03-02 17:13:50 -05002094 __be32 verf[2];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095
Jeff Laytonf4199922014-06-17 07:44:11 -04002096 /*
2097 * This is opaque to client, so no need to byte-swap. Use
2098 * __force to keep sparse happy
2099 */
2100 verf[0] = (__force __be32)get_seconds();
Kinglong Mee19311aa82015-07-18 07:33:31 +08002101 verf[1] = (__force __be32)nn->clverifier_counter++;
Chuck Leverab4684d2012-03-02 17:13:50 -05002102 memcpy(clp->cl_confirm.data, verf, sizeof(clp->cl_confirm.data));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103}
2104
Jeff Layton294ac322014-07-30 08:27:15 -04002105static void gen_clid(struct nfs4_client *clp, struct nfsd_net *nn)
2106{
2107 clp->cl_clientid.cl_boot = nn->boot_time;
2108 clp->cl_clientid.cl_id = nn->clientid_counter++;
2109 gen_confirm(clp, nn);
2110}
2111
Jeff Layton4770d722014-07-29 21:34:10 -04002112static struct nfs4_stid *
2113find_stateid_locked(struct nfs4_client *cl, stateid_t *t)
J. Bruce Fields4581d142011-09-06 14:56:09 -04002114{
J. Bruce Fields3abdb602013-02-03 12:23:01 -05002115 struct nfs4_stid *ret;
2116
2117 ret = idr_find(&cl->cl_stateids, t->si_opaque.so_id);
2118 if (!ret || !ret->sc_type)
2119 return NULL;
2120 return ret;
J. Bruce Fields4d71ab82011-09-06 16:48:57 -04002121}
2122
Jeff Layton4770d722014-07-29 21:34:10 -04002123static struct nfs4_stid *
Jeff Layton4770d722014-07-29 21:34:10 -04002124find_stateid_by_type(struct nfs4_client *cl, stateid_t *t, char typemask)
J. Bruce Fieldsf459e452011-09-09 09:06:12 -04002125{
2126 struct nfs4_stid *s;
2127
Jeff Layton4770d722014-07-29 21:34:10 -04002128 spin_lock(&cl->cl_lock);
2129 s = find_stateid_locked(cl, t);
Trond Myklebust2d3f9662014-07-29 21:34:25 -04002130 if (s != NULL) {
2131 if (typemask & s->sc_type)
2132 atomic_inc(&s->sc_count);
2133 else
2134 s = NULL;
2135 }
Jeff Layton4770d722014-07-29 21:34:10 -04002136 spin_unlock(&cl->cl_lock);
2137 return s;
J. Bruce Fields4581d142011-09-06 14:56:09 -04002138}
2139
Jeff Layton2216d442012-11-12 15:00:57 -05002140static struct nfs4_client *create_client(struct xdr_netobj name,
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002141 struct svc_rqst *rqstp, nfs4_verifier *verf)
2142{
2143 struct nfs4_client *clp;
2144 struct sockaddr *sa = svc_addr(rqstp);
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04002145 int ret;
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03002146 struct net *net = SVC_NET(rqstp);
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002147
2148 clp = alloc_client(name);
2149 if (clp == NULL)
2150 return NULL;
2151
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04002152 ret = copy_cred(&clp->cl_cred, &rqstp->rq_cred);
2153 if (ret) {
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04002154 free_client(clp);
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04002155 return NULL;
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002156 }
Christoph Hellwig0162ac22014-09-24 12:19:19 +02002157 nfsd4_init_cb(&clp->cl_cb_null, clp, NULL, NFSPROC4_CLNT_CB_NULL);
Benny Halevy07cd4902010-05-12 00:13:41 +03002158 clp->cl_time = get_seconds();
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002159 clear_bit(0, &clp->cl_cb_slot_busy);
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002160 copy_verf(clp, verf);
2161 rpc_copy_addr((struct sockaddr *) &clp->cl_addr, sa);
J. Bruce Fieldsedd76782010-06-14 22:26:31 -04002162 clp->cl_cb_session = NULL;
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03002163 clp->net = net;
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002164 return clp;
2165}
2166
NeilBrownfd39ca92005-06-23 22:04:03 -07002167static void
Jeff Laytonac55fdc2012-11-12 15:00:56 -05002168add_clp_to_name_tree(struct nfs4_client *new_clp, struct rb_root *root)
2169{
2170 struct rb_node **new = &(root->rb_node), *parent = NULL;
2171 struct nfs4_client *clp;
2172
2173 while (*new) {
2174 clp = rb_entry(*new, struct nfs4_client, cl_namenode);
2175 parent = *new;
2176
2177 if (compare_blob(&clp->cl_name, &new_clp->cl_name) > 0)
2178 new = &((*new)->rb_left);
2179 else
2180 new = &((*new)->rb_right);
2181 }
2182
2183 rb_link_node(&new_clp->cl_namenode, parent, new);
2184 rb_insert_color(&new_clp->cl_namenode, root);
2185}
2186
2187static struct nfs4_client *
2188find_clp_in_name_tree(struct xdr_netobj *name, struct rb_root *root)
2189{
Rasmus Villemoesef17af22014-12-05 16:40:07 +01002190 int cmp;
Jeff Laytonac55fdc2012-11-12 15:00:56 -05002191 struct rb_node *node = root->rb_node;
2192 struct nfs4_client *clp;
2193
2194 while (node) {
2195 clp = rb_entry(node, struct nfs4_client, cl_namenode);
2196 cmp = compare_blob(&clp->cl_name, name);
2197 if (cmp > 0)
2198 node = node->rb_left;
2199 else if (cmp < 0)
2200 node = node->rb_right;
2201 else
2202 return clp;
2203 }
2204 return NULL;
2205}
2206
2207static void
2208add_to_unconfirmed(struct nfs4_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209{
2210 unsigned int idhashval;
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03002211 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212
Trond Myklebust0a880a22014-07-30 08:27:10 -04002213 lockdep_assert_held(&nn->client_lock);
2214
Jeff Laytonac55fdc2012-11-12 15:00:56 -05002215 clear_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags);
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03002216 add_clp_to_name_tree(clp, &nn->unconf_name_tree);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217 idhashval = clientid_hashval(clp->cl_clientid.cl_id);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03002218 list_add(&clp->cl_idhash, &nn->unconf_id_hashtbl[idhashval]);
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002219 renew_client_locked(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220}
2221
NeilBrownfd39ca92005-06-23 22:04:03 -07002222static void
Linus Torvalds1da177e2005-04-16 15:20:36 -07002223move_to_confirmed(struct nfs4_client *clp)
2224{
2225 unsigned int idhashval = clientid_hashval(clp->cl_clientid.cl_id);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03002226 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227
Trond Myklebust0a880a22014-07-30 08:27:10 -04002228 lockdep_assert_held(&nn->client_lock);
2229
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230 dprintk("NFSD: move_to_confirm nfs4_client %p\n", clp);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03002231 list_move(&clp->cl_idhash, &nn->conf_id_hashtbl[idhashval]);
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03002232 rb_erase(&clp->cl_namenode, &nn->unconf_name_tree);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03002233 add_clp_to_name_tree(clp, &nn->conf_name_tree);
Jeff Laytonac55fdc2012-11-12 15:00:56 -05002234 set_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags);
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002235 renew_client_locked(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236}
2237
2238static struct nfs4_client *
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002239find_client_in_id_table(struct list_head *tbl, clientid_t *clid, bool sessions)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240{
2241 struct nfs4_client *clp;
2242 unsigned int idhashval = clientid_hashval(clid->cl_id);
2243
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002244 list_for_each_entry(clp, &tbl[idhashval], cl_idhash) {
J. Bruce Fieldsa50d2ad2011-10-12 16:24:27 -04002245 if (same_clid(&clp->cl_clientid, clid)) {
J. Bruce Fieldsd15c0772012-09-13 16:19:31 -04002246 if ((bool)clp->cl_minorversion != sessions)
2247 return NULL;
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002248 renew_client_locked(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249 return clp;
J. Bruce Fieldsa50d2ad2011-10-12 16:24:27 -04002250 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002251 }
2252 return NULL;
2253}
2254
2255static struct nfs4_client *
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002256find_confirmed_client(clientid_t *clid, bool sessions, struct nfsd_net *nn)
2257{
2258 struct list_head *tbl = nn->conf_id_hashtbl;
2259
Trond Myklebust0a880a22014-07-30 08:27:10 -04002260 lockdep_assert_held(&nn->client_lock);
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002261 return find_client_in_id_table(tbl, clid, sessions);
2262}
2263
2264static struct nfs4_client *
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03002265find_unconfirmed_client(clientid_t *clid, bool sessions, struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266{
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002267 struct list_head *tbl = nn->unconf_id_hashtbl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268
Trond Myklebust0a880a22014-07-30 08:27:10 -04002269 lockdep_assert_held(&nn->client_lock);
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002270 return find_client_in_id_table(tbl, clid, sessions);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271}
2272
J. Bruce Fields6e5f15c2010-11-24 17:17:34 -05002273static bool clp_used_exchangeid(struct nfs4_client *clp)
Andy Adamsona1bcecd2009-04-03 08:28:05 +03002274{
J. Bruce Fields6e5f15c2010-11-24 17:17:34 -05002275 return clp->cl_exchange_flags != 0;
J. Bruce Fieldse203d502010-11-24 17:30:54 -05002276}
Andy Adamsona1bcecd2009-04-03 08:28:05 +03002277
NeilBrown28ce6052005-06-23 22:03:56 -07002278static struct nfs4_client *
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03002279find_confirmed_client_by_name(struct xdr_netobj *name, struct nfsd_net *nn)
NeilBrown28ce6052005-06-23 22:03:56 -07002280{
Trond Myklebust0a880a22014-07-30 08:27:10 -04002281 lockdep_assert_held(&nn->client_lock);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03002282 return find_clp_in_name_tree(name, &nn->conf_name_tree);
NeilBrown28ce6052005-06-23 22:03:56 -07002283}
2284
2285static struct nfs4_client *
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03002286find_unconfirmed_client_by_name(struct xdr_netobj *name, struct nfsd_net *nn)
NeilBrown28ce6052005-06-23 22:03:56 -07002287{
Trond Myklebust0a880a22014-07-30 08:27:10 -04002288 lockdep_assert_held(&nn->client_lock);
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03002289 return find_clp_in_name_tree(name, &nn->unconf_name_tree);
NeilBrown28ce6052005-06-23 22:03:56 -07002290}
2291
NeilBrownfd39ca92005-06-23 22:04:03 -07002292static void
Takuma Umeya6f3d7722010-12-15 14:09:01 +09002293gen_callback(struct nfs4_client *clp, struct nfsd4_setclientid *se, struct svc_rqst *rqstp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294{
J. Bruce Fields07263f12010-05-31 19:09:40 -04002295 struct nfs4_cb_conn *conn = &clp->cl_cb_conn;
Takuma Umeya6f3d7722010-12-15 14:09:01 +09002296 struct sockaddr *sa = svc_addr(rqstp);
2297 u32 scopeid = rpc_get_scope_id(sa);
Jeff Layton7077ecb2009-08-14 12:57:58 -04002298 unsigned short expected_family;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299
Jeff Layton7077ecb2009-08-14 12:57:58 -04002300 /* Currently, we only support tcp and tcp6 for the callback channel */
2301 if (se->se_callback_netid_len == 3 &&
2302 !memcmp(se->se_callback_netid_val, "tcp", 3))
2303 expected_family = AF_INET;
2304 else if (se->se_callback_netid_len == 4 &&
2305 !memcmp(se->se_callback_netid_val, "tcp6", 4))
2306 expected_family = AF_INET6;
2307 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308 goto out_err;
2309
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03002310 conn->cb_addrlen = rpc_uaddr2sockaddr(clp->net, se->se_callback_addr_val,
Jeff Laytonaa9a4ec2009-08-14 12:57:57 -04002311 se->se_callback_addr_len,
J. Bruce Fields07263f12010-05-31 19:09:40 -04002312 (struct sockaddr *)&conn->cb_addr,
2313 sizeof(conn->cb_addr));
Jeff Laytonaa9a4ec2009-08-14 12:57:57 -04002314
J. Bruce Fields07263f12010-05-31 19:09:40 -04002315 if (!conn->cb_addrlen || conn->cb_addr.ss_family != expected_family)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316 goto out_err;
Jeff Laytonaa9a4ec2009-08-14 12:57:57 -04002317
J. Bruce Fields07263f12010-05-31 19:09:40 -04002318 if (conn->cb_addr.ss_family == AF_INET6)
2319 ((struct sockaddr_in6 *)&conn->cb_addr)->sin6_scope_id = scopeid;
Jeff Laytonfbf46652009-08-14 12:57:59 -04002320
J. Bruce Fields07263f12010-05-31 19:09:40 -04002321 conn->cb_prog = se->se_callback_prog;
2322 conn->cb_ident = se->se_callback_ident;
Mi Jinlong849a1cf2011-08-30 17:18:41 +08002323 memcpy(&conn->cb_saddr, &rqstp->rq_daddr, rqstp->rq_daddrlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324 return;
2325out_err:
J. Bruce Fields07263f12010-05-31 19:09:40 -04002326 conn->cb_addr.ss_family = AF_UNSPEC;
2327 conn->cb_addrlen = 0;
Neil Brown849823c2005-09-13 01:25:36 -07002328 dprintk(KERN_INFO "NFSD: this client (clientid %08x/%08x) "
Linus Torvalds1da177e2005-04-16 15:20:36 -07002329 "will not receive delegations\n",
2330 clp->cl_clientid.cl_boot, clp->cl_clientid.cl_id);
2331
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332 return;
2333}
2334
Andy Adamson074fe892009-04-03 08:28:15 +03002335/*
J. Bruce Fields067e1ac2014-03-21 17:26:44 -04002336 * Cache a reply. nfsd4_check_resp_size() has bounded the cache size.
Andy Adamson074fe892009-04-03 08:28:15 +03002337 */
Trond Myklebustb6076642014-06-30 11:48:35 -04002338static void
Andy Adamson074fe892009-04-03 08:28:15 +03002339nfsd4_store_cache_entry(struct nfsd4_compoundres *resp)
2340{
J. Bruce Fieldsf5236012014-03-21 17:57:57 -04002341 struct xdr_buf *buf = resp->xdr.buf;
Andy Adamson557ce262009-08-28 08:45:04 -04002342 struct nfsd4_slot *slot = resp->cstate.slot;
2343 unsigned int base;
Andy Adamson074fe892009-04-03 08:28:15 +03002344
Andy Adamson557ce262009-08-28 08:45:04 -04002345 dprintk("--> %s slot %p\n", __func__, slot);
Andy Adamson074fe892009-04-03 08:28:15 +03002346
J. Bruce Fieldsf92c45b2017-10-18 16:17:18 -04002347 slot->sl_flags |= NFSD4_SLOT_INITIALIZED;
Andy Adamson557ce262009-08-28 08:45:04 -04002348 slot->sl_opcnt = resp->opcnt;
2349 slot->sl_status = resp->cstate.status;
Andy Adamsonbf864a32009-04-03 08:28:35 +03002350
J. Bruce Fieldsf92c45b2017-10-18 16:17:18 -04002351 if (!nfsd4_cache_this(resp)) {
2352 slot->sl_flags &= ~NFSD4_SLOT_CACHED;
Andy Adamsonbf864a32009-04-03 08:28:35 +03002353 return;
2354 }
J. Bruce Fieldsf92c45b2017-10-18 16:17:18 -04002355 slot->sl_flags |= NFSD4_SLOT_CACHED;
2356
J. Bruce Fieldsf5236012014-03-21 17:57:57 -04002357 base = resp->cstate.data_offset;
2358 slot->sl_datalen = buf->len - base;
2359 if (read_bytes_from_xdr_buf(buf, base, slot->sl_data, slot->sl_datalen))
Dan Carpenterd3f03402015-11-21 13:28:50 +03002360 WARN(1, "%s: sessions DRC could not cache compound\n",
2361 __func__);
Andy Adamson557ce262009-08-28 08:45:04 -04002362 return;
Andy Adamson074fe892009-04-03 08:28:15 +03002363}
2364
2365/*
Andy Adamsonabfabf82009-07-23 19:02:18 -04002366 * Encode the replay sequence operation from the slot values.
2367 * If cachethis is FALSE encode the uncached rep error on the next
2368 * operation which sets resp->p and increments resp->opcnt for
2369 * nfs4svc_encode_compoundres.
2370 *
Andy Adamson074fe892009-04-03 08:28:15 +03002371 */
Andy Adamsonabfabf82009-07-23 19:02:18 -04002372static __be32
2373nfsd4_enc_sequence_replay(struct nfsd4_compoundargs *args,
2374 struct nfsd4_compoundres *resp)
Andy Adamson074fe892009-04-03 08:28:15 +03002375{
Andy Adamsonabfabf82009-07-23 19:02:18 -04002376 struct nfsd4_op *op;
2377 struct nfsd4_slot *slot = resp->cstate.slot;
Andy Adamson074fe892009-04-03 08:28:15 +03002378
Andy Adamsonabfabf82009-07-23 19:02:18 -04002379 /* Encode the replayed sequence operation */
2380 op = &args->ops[resp->opcnt - 1];
2381 nfsd4_encode_operation(resp, op);
2382
J. Bruce Fieldsf92c45b2017-10-18 16:17:18 -04002383 if (slot->sl_flags & NFSD4_SLOT_CACHED)
2384 return op->status;
2385 if (args->opcnt == 1) {
2386 /*
2387 * The original operation wasn't a solo sequence--we
2388 * always cache those--so this retry must not match the
2389 * original:
2390 */
2391 op->status = nfserr_seq_false_retry;
2392 } else {
Andy Adamsonabfabf82009-07-23 19:02:18 -04002393 op = &args->ops[resp->opcnt++];
2394 op->status = nfserr_retry_uncached_rep;
2395 nfsd4_encode_operation(resp, op);
Andy Adamson074fe892009-04-03 08:28:15 +03002396 }
Andy Adamsonabfabf82009-07-23 19:02:18 -04002397 return op->status;
Andy Adamson074fe892009-04-03 08:28:15 +03002398}
2399
2400/*
Andy Adamson557ce262009-08-28 08:45:04 -04002401 * The sequence operation is not cached because we can use the slot and
2402 * session values.
Andy Adamson074fe892009-04-03 08:28:15 +03002403 */
J. Bruce Fields3ca2eb92014-03-21 12:04:21 -04002404static __be32
Andy Adamsonbf864a32009-04-03 08:28:35 +03002405nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp,
2406 struct nfsd4_sequence *seq)
Andy Adamson074fe892009-04-03 08:28:15 +03002407{
Andy Adamson557ce262009-08-28 08:45:04 -04002408 struct nfsd4_slot *slot = resp->cstate.slot;
J. Bruce Fieldsf5236012014-03-21 17:57:57 -04002409 struct xdr_stream *xdr = &resp->xdr;
2410 __be32 *p;
Andy Adamson074fe892009-04-03 08:28:15 +03002411 __be32 status;
2412
Andy Adamson557ce262009-08-28 08:45:04 -04002413 dprintk("--> %s slot %p\n", __func__, slot);
Andy Adamson074fe892009-04-03 08:28:15 +03002414
Andy Adamsonabfabf82009-07-23 19:02:18 -04002415 status = nfsd4_enc_sequence_replay(resp->rqstp->rq_argp, resp);
J. Bruce Fields0da7b192014-03-21 11:43:34 -04002416 if (status)
Andy Adamsonabfabf82009-07-23 19:02:18 -04002417 return status;
Andy Adamson074fe892009-04-03 08:28:15 +03002418
J. Bruce Fieldsf5236012014-03-21 17:57:57 -04002419 p = xdr_reserve_space(xdr, slot->sl_datalen);
2420 if (!p) {
2421 WARN_ON_ONCE(1);
2422 return nfserr_serverfault;
2423 }
2424 xdr_encode_opaque_fixed(p, slot->sl_data, slot->sl_datalen);
2425 xdr_commit_encode(xdr);
Andy Adamson074fe892009-04-03 08:28:15 +03002426
Andy Adamson557ce262009-08-28 08:45:04 -04002427 resp->opcnt = slot->sl_opcnt;
J. Bruce Fieldsf5236012014-03-21 17:57:57 -04002428 return slot->sl_status;
Andy Adamson074fe892009-04-03 08:28:15 +03002429}
2430
Andy Adamson0733d212009-04-03 08:28:01 +03002431/*
2432 * Set the exchange_id flags returned by the server.
2433 */
2434static void
2435nfsd4_set_ex_flags(struct nfs4_client *new, struct nfsd4_exchange_id *clid)
2436{
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02002437#ifdef CONFIG_NFSD_PNFS
2438 new->cl_exchange_flags |= EXCHGID4_FLAG_USE_PNFS_MDS;
2439#else
Andy Adamson0733d212009-04-03 08:28:01 +03002440 new->cl_exchange_flags |= EXCHGID4_FLAG_USE_NON_PNFS;
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02002441#endif
Andy Adamson0733d212009-04-03 08:28:01 +03002442
2443 /* Referrals are supported, Migration is not. */
2444 new->cl_exchange_flags |= EXCHGID4_FLAG_SUPP_MOVED_REFER;
2445
2446 /* set the wire flags to return to client. */
2447 clid->flags = new->cl_exchange_flags;
2448}
2449
J. Bruce Fields4eaea132015-10-15 16:11:01 -04002450static bool client_has_openowners(struct nfs4_client *clp)
2451{
2452 struct nfs4_openowner *oo;
2453
2454 list_for_each_entry(oo, &clp->cl_openowners, oo_perclient) {
2455 if (!list_empty(&oo->oo_owner.so_stateids))
2456 return true;
2457 }
2458 return false;
2459}
2460
J. Bruce Fields631fc9e2012-05-14 15:57:23 -04002461static bool client_has_state(struct nfs4_client *clp)
2462{
J. Bruce Fields4eaea132015-10-15 16:11:01 -04002463 return client_has_openowners(clp)
Kinglong Mee47e970b2015-07-21 13:09:17 +08002464#ifdef CONFIG_NFSD_PNFS
2465 || !list_empty(&clp->cl_lo_states)
2466#endif
J. Bruce Fields6eccece2012-05-29 16:37:44 -04002467 || !list_empty(&clp->cl_delegations)
2468 || !list_empty(&clp->cl_sessions);
J. Bruce Fields631fc9e2012-05-14 15:57:23 -04002469}
2470
Al Virob37ad282006-10-19 23:28:59 -07002471__be32
Andy Adamson069b6ad2009-04-03 08:27:58 +03002472nfsd4_exchange_id(struct svc_rqst *rqstp,
2473 struct nfsd4_compound_state *cstate,
2474 struct nfsd4_exchange_id *exid)
2475{
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002476 struct nfs4_client *conf, *new;
2477 struct nfs4_client *unconf = NULL;
J. Bruce Fields57b7b432012-04-25 17:58:50 -04002478 __be32 status;
Jeff Layton363168b2009-08-14 12:57:56 -04002479 char addr_str[INET6_ADDRSTRLEN];
Andy Adamson0733d212009-04-03 08:28:01 +03002480 nfs4_verifier verf = exid->verifier;
Jeff Layton363168b2009-08-14 12:57:56 -04002481 struct sockaddr *sa = svc_addr(rqstp);
J. Bruce Fields83e08fd2012-05-14 09:08:10 -04002482 bool update = exid->flags & EXCHGID4_FLAG_UPD_CONFIRMED_REC_A;
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03002483 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Andy Adamson0733d212009-04-03 08:28:01 +03002484
Jeff Layton363168b2009-08-14 12:57:56 -04002485 rpc_ntop(sa, addr_str, sizeof(addr_str));
Andy Adamson0733d212009-04-03 08:28:01 +03002486 dprintk("%s rqstp=%p exid=%p clname.len=%u clname.data=%p "
Jeff Layton363168b2009-08-14 12:57:56 -04002487 "ip_addr=%s flags %x, spa_how %d\n",
Andy Adamson0733d212009-04-03 08:28:01 +03002488 __func__, rqstp, exid, exid->clname.len, exid->clname.data,
Jeff Layton363168b2009-08-14 12:57:56 -04002489 addr_str, exid->flags, exid->spa_how);
Andy Adamson0733d212009-04-03 08:28:01 +03002490
J. Bruce Fieldsa084daf2011-10-10 15:07:40 -04002491 if (exid->flags & ~EXCHGID4_FLAG_MASK_A)
Andy Adamson0733d212009-04-03 08:28:01 +03002492 return nfserr_inval;
2493
J. Bruce Fields50c7b942015-11-23 15:39:12 -07002494 new = create_client(exid->clname, rqstp, &verf);
2495 if (new == NULL)
2496 return nfserr_jukebox;
2497
Andy Adamson0733d212009-04-03 08:28:01 +03002498 switch (exid->spa_how) {
J. Bruce Fields57266a62013-04-13 14:27:29 -04002499 case SP4_MACH_CRED:
Andrew Elbleed941642016-06-15 12:52:09 -04002500 exid->spo_must_enforce[0] = 0;
2501 exid->spo_must_enforce[1] = (
2502 1 << (OP_BIND_CONN_TO_SESSION - 32) |
2503 1 << (OP_EXCHANGE_ID - 32) |
2504 1 << (OP_CREATE_SESSION - 32) |
2505 1 << (OP_DESTROY_SESSION - 32) |
2506 1 << (OP_DESTROY_CLIENTID - 32));
2507
2508 exid->spo_must_allow[0] &= (1 << (OP_CLOSE) |
2509 1 << (OP_OPEN_DOWNGRADE) |
2510 1 << (OP_LOCKU) |
2511 1 << (OP_DELEGRETURN));
2512
2513 exid->spo_must_allow[1] &= (
2514 1 << (OP_TEST_STATEID - 32) |
2515 1 << (OP_FREE_STATEID - 32));
J. Bruce Fields50c7b942015-11-23 15:39:12 -07002516 if (!svc_rqst_integrity_protected(rqstp)) {
2517 status = nfserr_inval;
2518 goto out_nolock;
2519 }
J. Bruce Fields920dd9b2015-11-20 16:42:40 -05002520 /*
2521 * Sometimes userspace doesn't give us a principal.
2522 * Which is a bug, really. Anyway, we can't enforce
2523 * MACH_CRED in that case, better to give up now:
2524 */
J. Bruce Fields414ca012015-11-20 10:48:02 -05002525 if (!new->cl_cred.cr_principal &&
2526 !new->cl_cred.cr_raw_principal) {
J. Bruce Fields920dd9b2015-11-20 16:42:40 -05002527 status = nfserr_serverfault;
2528 goto out_nolock;
2529 }
J. Bruce Fields50c7b942015-11-23 15:39:12 -07002530 new->cl_mach_cred = true;
Andy Adamson0733d212009-04-03 08:28:01 +03002531 case SP4_NONE:
2532 break;
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05002533 default: /* checked by xdr code */
2534 WARN_ON_ONCE(1);
Andy Adamson0733d212009-04-03 08:28:01 +03002535 case SP4_SSV:
Kinglong Mee8edf4b02016-02-26 22:36:42 +08002536 status = nfserr_encr_alg_unsupp;
2537 goto out_nolock;
Andy Adamson0733d212009-04-03 08:28:01 +03002538 }
2539
J. Bruce Fields2dbb2692012-05-14 09:47:11 -04002540 /* Cases below refer to rfc 5661 section 18.35.4: */
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002541 spin_lock(&nn->client_lock);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03002542 conf = find_confirmed_client_by_name(&exid->clname, nn);
Andy Adamson0733d212009-04-03 08:28:01 +03002543 if (conf) {
J. Bruce Fields83e08fd2012-05-14 09:08:10 -04002544 bool creds_match = same_creds(&conf->cl_cred, &rqstp->rq_cred);
2545 bool verfs_match = same_verf(&verf, &conf->cl_verifier);
2546
J. Bruce Fields136e6582012-05-12 20:37:23 -04002547 if (update) {
2548 if (!clp_used_exchangeid(conf)) { /* buggy client */
J. Bruce Fields2dbb2692012-05-14 09:47:11 -04002549 status = nfserr_inval;
Andy Adamson0733d212009-04-03 08:28:01 +03002550 goto out;
2551 }
Andrew Elblededeb132016-06-15 12:52:08 -04002552 if (!nfsd4_mach_creds_match(conf, rqstp)) {
J. Bruce Fields57266a62013-04-13 14:27:29 -04002553 status = nfserr_wrong_cred;
2554 goto out;
2555 }
J. Bruce Fields136e6582012-05-12 20:37:23 -04002556 if (!creds_match) { /* case 9 */
Andy Adamson0733d212009-04-03 08:28:01 +03002557 status = nfserr_perm;
2558 goto out;
2559 }
J. Bruce Fields136e6582012-05-12 20:37:23 -04002560 if (!verfs_match) { /* case 8 */
Andy Adamson0733d212009-04-03 08:28:01 +03002561 status = nfserr_not_same;
2562 goto out;
2563 }
J. Bruce Fields136e6582012-05-12 20:37:23 -04002564 /* case 6 */
2565 exid->flags |= EXCHGID4_FLAG_CONFIRMED_R;
J. Bruce Fields136e6582012-05-12 20:37:23 -04002566 goto out_copy;
Andy Adamson0733d212009-04-03 08:28:01 +03002567 }
J. Bruce Fields136e6582012-05-12 20:37:23 -04002568 if (!creds_match) { /* case 3 */
J. Bruce Fields631fc9e2012-05-14 15:57:23 -04002569 if (client_has_state(conf)) {
2570 status = nfserr_clid_inuse;
2571 goto out;
2572 }
Andy Adamson0733d212009-04-03 08:28:01 +03002573 goto out_new;
2574 }
J. Bruce Fields136e6582012-05-12 20:37:23 -04002575 if (verfs_match) { /* case 2 */
J. Bruce Fields0f1ba0e2012-05-25 21:24:40 -04002576 conf->cl_exchange_flags |= EXCHGID4_FLAG_CONFIRMED_R;
J. Bruce Fields136e6582012-05-12 20:37:23 -04002577 goto out_copy;
2578 }
2579 /* case 5, client reboot */
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002580 conf = NULL;
J. Bruce Fields136e6582012-05-12 20:37:23 -04002581 goto out_new;
Mike Sager6ddbbbf2009-06-16 04:20:47 +03002582 }
2583
J. Bruce Fields2dbb2692012-05-14 09:47:11 -04002584 if (update) { /* case 7 */
Mike Sager6ddbbbf2009-06-16 04:20:47 +03002585 status = nfserr_noent;
2586 goto out;
Andy Adamson0733d212009-04-03 08:28:01 +03002587 }
2588
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03002589 unconf = find_unconfirmed_client_by_name(&exid->clname, nn);
J. Bruce Fields2dbb2692012-05-14 09:47:11 -04002590 if (unconf) /* case 4, possible retry or client restart */
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002591 unhash_client_locked(unconf);
Andy Adamson0733d212009-04-03 08:28:01 +03002592
J. Bruce Fields2dbb2692012-05-14 09:47:11 -04002593 /* case 1 (normal case) */
Andy Adamson0733d212009-04-03 08:28:01 +03002594out_new:
Jeff Laytonfd699b82014-07-30 08:27:14 -04002595 if (conf) {
2596 status = mark_client_expired_locked(conf);
2597 if (status)
2598 goto out;
2599 }
J. Bruce Fields4f540e22013-05-07 11:57:52 -04002600 new->cl_minorversion = cstate->minorversion;
Andrew Elbleed941642016-06-15 12:52:09 -04002601 new->cl_spo_must_allow.u.words[0] = exid->spo_must_allow[0];
2602 new->cl_spo_must_allow.u.words[1] = exid->spo_must_allow[1];
Andy Adamson0733d212009-04-03 08:28:01 +03002603
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03002604 gen_clid(new, nn);
Jeff Laytonac55fdc2012-11-12 15:00:56 -05002605 add_to_unconfirmed(new);
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002606 swap(new, conf);
Andy Adamson0733d212009-04-03 08:28:01 +03002607out_copy:
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04002608 exid->clientid.cl_boot = conf->cl_clientid.cl_boot;
2609 exid->clientid.cl_id = conf->cl_clientid.cl_id;
Andy Adamson0733d212009-04-03 08:28:01 +03002610
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04002611 exid->seqid = conf->cl_cs_slot.sl_seqid + 1;
2612 nfsd4_set_ex_flags(conf, exid);
Andy Adamson0733d212009-04-03 08:28:01 +03002613
2614 dprintk("nfsd4_exchange_id seqid %d flags %x\n",
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04002615 conf->cl_cs_slot.sl_seqid, conf->cl_exchange_flags);
Andy Adamson0733d212009-04-03 08:28:01 +03002616 status = nfs_ok;
2617
2618out:
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002619 spin_unlock(&nn->client_lock);
J. Bruce Fields50c7b942015-11-23 15:39:12 -07002620out_nolock:
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04002621 if (new)
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002622 expire_client(new);
2623 if (unconf)
2624 expire_client(unconf);
Andy Adamson0733d212009-04-03 08:28:01 +03002625 return status;
Andy Adamson069b6ad2009-04-03 08:27:58 +03002626}
2627
J. Bruce Fields57b7b432012-04-25 17:58:50 -04002628static __be32
Andy Adamson88e588d2009-07-23 19:02:15 -04002629check_slot_seqid(u32 seqid, u32 slot_seqid, int slot_inuse)
Benny Halevyb85d4c02009-04-03 08:28:08 +03002630{
Andy Adamson88e588d2009-07-23 19:02:15 -04002631 dprintk("%s enter. seqid %d slot_seqid %d\n", __func__, seqid,
2632 slot_seqid);
Benny Halevyb85d4c02009-04-03 08:28:08 +03002633
2634 /* The slot is in use, and no response has been sent. */
Andy Adamson88e588d2009-07-23 19:02:15 -04002635 if (slot_inuse) {
2636 if (seqid == slot_seqid)
Benny Halevyb85d4c02009-04-03 08:28:08 +03002637 return nfserr_jukebox;
2638 else
2639 return nfserr_seq_misordered;
2640 }
J. Bruce Fieldsf6d82482012-02-13 16:13:41 -05002641 /* Note unsigned 32-bit arithmetic handles wraparound: */
Andy Adamson88e588d2009-07-23 19:02:15 -04002642 if (likely(seqid == slot_seqid + 1))
Benny Halevyb85d4c02009-04-03 08:28:08 +03002643 return nfs_ok;
Andy Adamson88e588d2009-07-23 19:02:15 -04002644 if (seqid == slot_seqid)
Benny Halevyb85d4c02009-04-03 08:28:08 +03002645 return nfserr_replay_cache;
Benny Halevyb85d4c02009-04-03 08:28:08 +03002646 return nfserr_seq_misordered;
2647}
2648
Andy Adamson49557cc2009-07-23 19:02:16 -04002649/*
2650 * Cache the create session result into the create session single DRC
2651 * slot cache by saving the xdr structure. sl_seqid has been set.
2652 * Do this for solo or embedded create session operations.
2653 */
2654static void
2655nfsd4_cache_create_session(struct nfsd4_create_session *cr_ses,
J. Bruce Fields57b7b432012-04-25 17:58:50 -04002656 struct nfsd4_clid_slot *slot, __be32 nfserr)
Andy Adamson49557cc2009-07-23 19:02:16 -04002657{
2658 slot->sl_status = nfserr;
2659 memcpy(&slot->sl_cr_ses, cr_ses, sizeof(*cr_ses));
2660}
2661
2662static __be32
2663nfsd4_replay_create_session(struct nfsd4_create_session *cr_ses,
2664 struct nfsd4_clid_slot *slot)
2665{
2666 memcpy(cr_ses, &slot->sl_cr_ses, sizeof(*cr_ses));
2667 return slot->sl_status;
2668}
2669
Mi Jinlong1b74c252011-07-14 14:50:17 +08002670#define NFSD_MIN_REQ_HDR_SEQ_SZ ((\
2671 2 * 2 + /* credential,verifier: AUTH_NULL, length 0 */ \
2672 1 + /* MIN tag is length with zero, only length */ \
2673 3 + /* version, opcount, opcode */ \
2674 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
2675 /* seqid, slotID, slotID, cache */ \
2676 4 ) * sizeof(__be32))
2677
2678#define NFSD_MIN_RESP_HDR_SEQ_SZ ((\
2679 2 + /* verifier: AUTH_NULL, length 0 */\
2680 1 + /* status */ \
2681 1 + /* MIN tag is length with zero, only length */ \
2682 3 + /* opcount, opcode, opstatus*/ \
2683 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
2684 /* seqid, slotID, slotID, slotID, status */ \
2685 5 ) * sizeof(__be32))
2686
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002687static __be32 check_forechannel_attrs(struct nfsd4_channel_attrs *ca, struct nfsd_net *nn)
Mi Jinlong1b74c252011-07-14 14:50:17 +08002688{
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002689 u32 maxrpc = nn->nfsd_serv->sv_max_mesg;
2690
J. Bruce Fields373cd402013-04-08 15:42:12 -04002691 if (ca->maxreq_sz < NFSD_MIN_REQ_HDR_SEQ_SZ)
2692 return nfserr_toosmall;
2693 if (ca->maxresp_sz < NFSD_MIN_RESP_HDR_SEQ_SZ)
2694 return nfserr_toosmall;
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002695 ca->headerpadsz = 0;
2696 ca->maxreq_sz = min_t(u32, ca->maxreq_sz, maxrpc);
2697 ca->maxresp_sz = min_t(u32, ca->maxresp_sz, maxrpc);
2698 ca->maxops = min_t(u32, ca->maxops, NFSD_MAX_OPS_PER_COMPOUND);
2699 ca->maxresp_cached = min_t(u32, ca->maxresp_cached,
2700 NFSD_SLOT_CACHE_SIZE + NFSD_MIN_HDR_SEQ_SZ);
2701 ca->maxreqs = min_t(u32, ca->maxreqs, NFSD_MAX_SLOTS_PER_SESSION);
2702 /*
2703 * Note decreasing slot size below client's request may make it
2704 * difficult for client to function correctly, whereas
2705 * decreasing the number of slots will (just?) affect
2706 * performance. When short on memory we therefore prefer to
2707 * decrease number of slots instead of their size. Clients that
2708 * request larger slots than they need will get poor results:
2709 */
2710 ca->maxreqs = nfsd4_get_drc_mem(ca);
2711 if (!ca->maxreqs)
2712 return nfserr_jukebox;
2713
J. Bruce Fields373cd402013-04-08 15:42:12 -04002714 return nfs_ok;
Mi Jinlong1b74c252011-07-14 14:50:17 +08002715}
2716
Chuck Lever45006322016-03-01 13:06:02 -05002717/*
2718 * Server's NFSv4.1 backchannel support is AUTH_SYS-only for now.
2719 * These are based on similar macros in linux/sunrpc/msg_prot.h .
2720 */
2721#define RPC_MAX_HEADER_WITH_AUTH_SYS \
2722 (RPC_CALLHDRSIZE + 2 * (2 + UNX_CALLSLACK))
2723
2724#define RPC_MAX_REPHEADER_WITH_AUTH_SYS \
2725 (RPC_REPHDRSIZE + (2 + NUL_REPLYSLACK))
2726
Kinglong Mee8a891632013-12-23 18:11:02 +08002727#define NFSD_CB_MAX_REQ_SZ ((NFS4_enc_cb_recall_sz + \
Chuck Lever45006322016-03-01 13:06:02 -05002728 RPC_MAX_HEADER_WITH_AUTH_SYS) * sizeof(__be32))
Kinglong Mee8a891632013-12-23 18:11:02 +08002729#define NFSD_CB_MAX_RESP_SZ ((NFS4_dec_cb_recall_sz + \
Chuck Lever45006322016-03-01 13:06:02 -05002730 RPC_MAX_REPHEADER_WITH_AUTH_SYS) * \
2731 sizeof(__be32))
Kinglong Mee8a891632013-12-23 18:11:02 +08002732
J. Bruce Fields06b332a2013-04-09 11:34:36 -04002733static __be32 check_backchannel_attrs(struct nfsd4_channel_attrs *ca)
2734{
2735 ca->headerpadsz = 0;
2736
Kinglong Mee8a891632013-12-23 18:11:02 +08002737 if (ca->maxreq_sz < NFSD_CB_MAX_REQ_SZ)
J. Bruce Fields06b332a2013-04-09 11:34:36 -04002738 return nfserr_toosmall;
Kinglong Mee8a891632013-12-23 18:11:02 +08002739 if (ca->maxresp_sz < NFSD_CB_MAX_RESP_SZ)
J. Bruce Fields06b332a2013-04-09 11:34:36 -04002740 return nfserr_toosmall;
2741 ca->maxresp_cached = 0;
2742 if (ca->maxops < 2)
2743 return nfserr_toosmall;
2744
2745 return nfs_ok;
Andy Adamson069b6ad2009-04-03 08:27:58 +03002746}
2747
J. Bruce Fieldsb78724b2013-05-15 17:34:39 -04002748static __be32 nfsd4_check_cb_sec(struct nfsd4_cb_sec *cbs)
2749{
2750 switch (cbs->flavor) {
2751 case RPC_AUTH_NULL:
2752 case RPC_AUTH_UNIX:
2753 return nfs_ok;
2754 default:
2755 /*
2756 * GSS case: the spec doesn't allow us to return this
2757 * error. But it also doesn't allow us not to support
2758 * GSS.
2759 * I'd rather this fail hard than return some error the
2760 * client might think it can already handle:
2761 */
2762 return nfserr_encr_alg_unsupp;
2763 }
2764}
2765
Andy Adamson069b6ad2009-04-03 08:27:58 +03002766__be32
2767nfsd4_create_session(struct svc_rqst *rqstp,
2768 struct nfsd4_compound_state *cstate,
2769 struct nfsd4_create_session *cr_ses)
2770{
Jeff Layton363168b2009-08-14 12:57:56 -04002771 struct sockaddr *sa = svc_addr(rqstp);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002772 struct nfs4_client *conf, *unconf;
Jeff Laytond20c11d2014-07-30 08:27:07 -04002773 struct nfs4_client *old = NULL;
J. Bruce Fieldsac7c46f2010-06-14 19:01:57 -04002774 struct nfsd4_session *new;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002775 struct nfsd4_conn *conn;
Andy Adamson49557cc2009-07-23 19:02:16 -04002776 struct nfsd4_clid_slot *cs_slot = NULL;
J. Bruce Fields57b7b432012-04-25 17:58:50 -04002777 __be32 status = 0;
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03002778 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002779
Mi Jinlonga62573d2011-03-23 17:57:07 +08002780 if (cr_ses->flags & ~SESSION4_FLAG_MASK_A)
2781 return nfserr_inval;
J. Bruce Fieldsb78724b2013-05-15 17:34:39 -04002782 status = nfsd4_check_cb_sec(&cr_ses->cb_sec);
2783 if (status)
2784 return status;
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002785 status = check_forechannel_attrs(&cr_ses->fore_channel, nn);
J. Bruce Fields373cd402013-04-08 15:42:12 -04002786 if (status)
2787 return status;
J. Bruce Fields06b332a2013-04-09 11:34:36 -04002788 status = check_backchannel_attrs(&cr_ses->back_channel);
2789 if (status)
Kinglong Meef403e452013-12-23 17:31:21 +08002790 goto out_release_drc_mem;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002791 status = nfserr_jukebox;
Kinglong Mee60810e52014-01-01 00:35:47 +08002792 new = alloc_session(&cr_ses->fore_channel, &cr_ses->back_channel);
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002793 if (!new)
2794 goto out_release_drc_mem;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002795 conn = alloc_conn_from_crses(rqstp, cr_ses);
2796 if (!conn)
2797 goto out_free_session;
Mi Jinlonga62573d2011-03-23 17:57:07 +08002798
Jeff Laytond20c11d2014-07-30 08:27:07 -04002799 spin_lock(&nn->client_lock);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03002800 unconf = find_unconfirmed_client(&cr_ses->clientid, true, nn);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03002801 conf = find_confirmed_client(&cr_ses->clientid, true, nn);
J. Bruce Fields78389042013-03-12 10:12:37 -04002802 WARN_ON_ONCE(conf && unconf);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002803
2804 if (conf) {
J. Bruce Fields57266a62013-04-13 14:27:29 -04002805 status = nfserr_wrong_cred;
Andrew Elblededeb132016-06-15 12:52:08 -04002806 if (!nfsd4_mach_creds_match(conf, rqstp))
J. Bruce Fields57266a62013-04-13 14:27:29 -04002807 goto out_free_conn;
Andy Adamson49557cc2009-07-23 19:02:16 -04002808 cs_slot = &conf->cl_cs_slot;
2809 status = check_slot_seqid(cr_ses->seqid, cs_slot->sl_seqid, 0);
Kinglong Meef5e22bb2015-07-13 17:32:34 +08002810 if (status) {
2811 if (status == nfserr_replay_cache)
2812 status = nfsd4_replay_create_session(cr_ses, cs_slot);
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002813 goto out_free_conn;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002814 }
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002815 } else if (unconf) {
2816 if (!same_creds(&unconf->cl_cred, &rqstp->rq_cred) ||
Jeff Layton363168b2009-08-14 12:57:56 -04002817 !rpc_cmp_addr(sa, (struct sockaddr *) &unconf->cl_addr)) {
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002818 status = nfserr_clid_inuse;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002819 goto out_free_conn;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002820 }
J. Bruce Fields57266a62013-04-13 14:27:29 -04002821 status = nfserr_wrong_cred;
Andrew Elblededeb132016-06-15 12:52:08 -04002822 if (!nfsd4_mach_creds_match(unconf, rqstp))
J. Bruce Fields57266a62013-04-13 14:27:29 -04002823 goto out_free_conn;
Andy Adamson49557cc2009-07-23 19:02:16 -04002824 cs_slot = &unconf->cl_cs_slot;
2825 status = check_slot_seqid(cr_ses->seqid, cs_slot->sl_seqid, 0);
Andy Adamson38eb76a2009-04-03 08:28:32 +03002826 if (status) {
2827 /* an unconfirmed replay returns misordered */
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002828 status = nfserr_seq_misordered;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002829 goto out_free_conn;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002830 }
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03002831 old = find_confirmed_client_by_name(&unconf->cl_name, nn);
J. Bruce Fields221a6872013-04-01 22:23:49 -04002832 if (old) {
Jeff Laytond20c11d2014-07-30 08:27:07 -04002833 status = mark_client_expired_locked(old);
Jeff Layton7abea1e2014-07-30 08:27:13 -04002834 if (status) {
2835 old = NULL;
J. Bruce Fields221a6872013-04-01 22:23:49 -04002836 goto out_free_conn;
Jeff Layton7abea1e2014-07-30 08:27:13 -04002837 }
J. Bruce Fields221a6872013-04-01 22:23:49 -04002838 }
J. Bruce Fields8f9d3d32012-09-12 14:41:31 -04002839 move_to_confirmed(unconf);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002840 conf = unconf;
2841 } else {
2842 status = nfserr_stale_clientid;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002843 goto out_free_conn;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002844 }
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002845 status = nfs_ok;
Chuck Lever4ce85c82016-03-01 13:05:27 -05002846 /* Persistent sessions are not supported */
J. Bruce Fields408b79b2010-04-15 15:11:09 -04002847 cr_ses->flags &= ~SESSION4_PERSIST;
Chuck Lever4ce85c82016-03-01 13:05:27 -05002848 /* Upshifting from TCP to RDMA is not supported */
J. Bruce Fields408b79b2010-04-15 15:11:09 -04002849 cr_ses->flags &= ~SESSION4_RDMA;
2850
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002851 init_session(rqstp, new, conf, cr_ses);
Jeff Laytond20c11d2014-07-30 08:27:07 -04002852 nfsd4_get_session_locked(new);
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002853
J. Bruce Fieldsac7c46f2010-06-14 19:01:57 -04002854 memcpy(cr_ses->sessionid.data, new->se_sessionid.data,
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002855 NFS4_MAX_SESSIONID_LEN);
J. Bruce Fields86c3e162010-10-02 17:04:00 -04002856 cs_slot->sl_seqid++;
Andy Adamson49557cc2009-07-23 19:02:16 -04002857 cr_ses->seqid = cs_slot->sl_seqid;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002858
Jeff Laytond20c11d2014-07-30 08:27:07 -04002859 /* cache solo and embedded create sessions under the client_lock */
Andy Adamson49557cc2009-07-23 19:02:16 -04002860 nfsd4_cache_create_session(cr_ses, cs_slot, status);
Jeff Laytond20c11d2014-07-30 08:27:07 -04002861 spin_unlock(&nn->client_lock);
2862 /* init connection and backchannel */
2863 nfsd4_init_conn(rqstp, conn, new);
2864 nfsd4_put_session(new);
Jeff Laytond20c11d2014-07-30 08:27:07 -04002865 if (old)
2866 expire_client(old);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002867 return status;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002868out_free_conn:
Jeff Laytond20c11d2014-07-30 08:27:07 -04002869 spin_unlock(&nn->client_lock);
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002870 free_conn(conn);
Jeff Laytond20c11d2014-07-30 08:27:07 -04002871 if (old)
2872 expire_client(old);
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002873out_free_session:
2874 __free_session(new);
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002875out_release_drc_mem:
2876 nfsd4_put_drc_mem(&cr_ses->fore_channel);
J. Bruce Fields1ca50792013-03-14 18:12:03 -04002877 return status;
Andy Adamson069b6ad2009-04-03 08:27:58 +03002878}
2879
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04002880static __be32 nfsd4_map_bcts_dir(u32 *dir)
2881{
2882 switch (*dir) {
2883 case NFS4_CDFC4_FORE:
2884 case NFS4_CDFC4_BACK:
2885 return nfs_ok;
2886 case NFS4_CDFC4_FORE_OR_BOTH:
2887 case NFS4_CDFC4_BACK_OR_BOTH:
2888 *dir = NFS4_CDFC4_BOTH;
2889 return nfs_ok;
2890 };
2891 return nfserr_inval;
2892}
2893
J. Bruce Fieldscb73a9f2012-11-01 18:09:48 -04002894__be32 nfsd4_backchannel_ctl(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_backchannel_ctl *bc)
2895{
2896 struct nfsd4_session *session = cstate->session;
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002897 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
J. Bruce Fieldsb78724b2013-05-15 17:34:39 -04002898 __be32 status;
J. Bruce Fieldscb73a9f2012-11-01 18:09:48 -04002899
J. Bruce Fieldsb78724b2013-05-15 17:34:39 -04002900 status = nfsd4_check_cb_sec(&bc->bc_cb_sec);
2901 if (status)
2902 return status;
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002903 spin_lock(&nn->client_lock);
J. Bruce Fieldscb73a9f2012-11-01 18:09:48 -04002904 session->se_cb_prog = bc->bc_cb_program;
2905 session->se_cb_sec = bc->bc_cb_sec;
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002906 spin_unlock(&nn->client_lock);
J. Bruce Fieldscb73a9f2012-11-01 18:09:48 -04002907
2908 nfsd4_probe_callback(session->se_client);
2909
2910 return nfs_ok;
2911}
2912
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04002913__be32 nfsd4_bind_conn_to_session(struct svc_rqst *rqstp,
2914 struct nfsd4_compound_state *cstate,
2915 struct nfsd4_bind_conn_to_session *bcts)
2916{
2917 __be32 status;
J. Bruce Fields3ba63672012-09-11 15:37:40 -04002918 struct nfsd4_conn *conn;
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002919 struct nfsd4_session *session;
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002920 struct net *net = SVC_NET(rqstp);
2921 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04002922
2923 if (!nfsd4_last_compound_op(rqstp))
2924 return nfserr_not_only_op;
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002925 spin_lock(&nn->client_lock);
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002926 session = find_in_sessionid_hashtbl(&bcts->sessionid, net, &status);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002927 spin_unlock(&nn->client_lock);
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002928 if (!session)
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002929 goto out_no_session;
J. Bruce Fields57266a62013-04-13 14:27:29 -04002930 status = nfserr_wrong_cred;
Andrew Elblededeb132016-06-15 12:52:08 -04002931 if (!nfsd4_mach_creds_match(session->se_client, rqstp))
J. Bruce Fields57266a62013-04-13 14:27:29 -04002932 goto out;
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04002933 status = nfsd4_map_bcts_dir(&bcts->dir);
J. Bruce Fields3ba63672012-09-11 15:37:40 -04002934 if (status)
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002935 goto out;
J. Bruce Fields3ba63672012-09-11 15:37:40 -04002936 conn = alloc_conn(rqstp, bcts->dir);
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002937 status = nfserr_jukebox;
J. Bruce Fields3ba63672012-09-11 15:37:40 -04002938 if (!conn)
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002939 goto out;
2940 nfsd4_init_conn(rqstp, conn, session);
2941 status = nfs_ok;
2942out:
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002943 nfsd4_put_session(session);
2944out_no_session:
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002945 return status;
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04002946}
2947
J. Bruce Fields5d4cec22010-05-01 12:56:06 -04002948static bool nfsd4_compound_in_session(struct nfsd4_session *session, struct nfs4_sessionid *sid)
2949{
2950 if (!session)
2951 return 0;
2952 return !memcmp(sid, &session->se_sessionid, sizeof(*sid));
2953}
2954
Andy Adamson069b6ad2009-04-03 08:27:58 +03002955__be32
2956nfsd4_destroy_session(struct svc_rqst *r,
2957 struct nfsd4_compound_state *cstate,
2958 struct nfsd4_destroy_session *sessionid)
2959{
Benny Halevye10e0cf2009-04-03 08:28:38 +03002960 struct nfsd4_session *ses;
J. Bruce Fieldsabcdff02013-03-14 19:55:33 -04002961 __be32 status;
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -04002962 int ref_held_by_me = 0;
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002963 struct net *net = SVC_NET(r);
2964 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Benny Halevye10e0cf2009-04-03 08:28:38 +03002965
J. Bruce Fieldsabcdff02013-03-14 19:55:33 -04002966 status = nfserr_not_only_op;
J. Bruce Fields5d4cec22010-05-01 12:56:06 -04002967 if (nfsd4_compound_in_session(cstate->session, &sessionid->sessionid)) {
J. Bruce Fields57716352010-04-21 12:27:19 -04002968 if (!nfsd4_last_compound_op(r))
J. Bruce Fieldsabcdff02013-03-14 19:55:33 -04002969 goto out;
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -04002970 ref_held_by_me++;
J. Bruce Fields57716352010-04-21 12:27:19 -04002971 }
Benny Halevye10e0cf2009-04-03 08:28:38 +03002972 dump_sessionid(__func__, &sessionid->sessionid);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002973 spin_lock(&nn->client_lock);
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002974 ses = find_in_sessionid_hashtbl(&sessionid->sessionid, net, &status);
J. Bruce Fieldsabcdff02013-03-14 19:55:33 -04002975 if (!ses)
2976 goto out_client_lock;
J. Bruce Fields57266a62013-04-13 14:27:29 -04002977 status = nfserr_wrong_cred;
Andrew Elblededeb132016-06-15 12:52:08 -04002978 if (!nfsd4_mach_creds_match(ses->se_client, r))
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002979 goto out_put_session;
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -04002980 status = mark_session_dead_locked(ses, 1 + ref_held_by_me);
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04002981 if (status)
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -04002982 goto out_put_session;
Benny Halevye10e0cf2009-04-03 08:28:38 +03002983 unhash_session(ses);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002984 spin_unlock(&nn->client_lock);
Benny Halevye10e0cf2009-04-03 08:28:38 +03002985
J. Bruce Fields84f5f7c2010-12-09 15:52:19 -05002986 nfsd4_probe_callback_sync(ses->se_client);
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04002987
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002988 spin_lock(&nn->client_lock);
Benny Halevye10e0cf2009-04-03 08:28:38 +03002989 status = nfs_ok;
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -04002990out_put_session:
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002991 nfsd4_put_session_locked(ses);
J. Bruce Fieldsabcdff02013-03-14 19:55:33 -04002992out_client_lock:
2993 spin_unlock(&nn->client_lock);
Benny Halevye10e0cf2009-04-03 08:28:38 +03002994out:
Benny Halevye10e0cf2009-04-03 08:28:38 +03002995 return status;
Andy Adamson069b6ad2009-04-03 08:27:58 +03002996}
2997
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04002998static struct nfsd4_conn *__nfsd4_find_conn(struct svc_xprt *xpt, struct nfsd4_session *s)
J. Bruce Fields328ead22010-09-29 16:11:06 -04002999{
3000 struct nfsd4_conn *c;
3001
3002 list_for_each_entry(c, &s->se_conns, cn_persession) {
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04003003 if (c->cn_xprt == xpt) {
J. Bruce Fields328ead22010-09-29 16:11:06 -04003004 return c;
3005 }
3006 }
3007 return NULL;
3008}
3009
J. Bruce Fields57266a62013-04-13 14:27:29 -04003010static __be32 nfsd4_sequence_check_conn(struct nfsd4_conn *new, struct nfsd4_session *ses)
J. Bruce Fields328ead22010-09-29 16:11:06 -04003011{
3012 struct nfs4_client *clp = ses->se_client;
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04003013 struct nfsd4_conn *c;
J. Bruce Fields57266a62013-04-13 14:27:29 -04003014 __be32 status = nfs_ok;
J. Bruce Fields21b75b02010-10-26 10:07:17 -04003015 int ret;
J. Bruce Fields328ead22010-09-29 16:11:06 -04003016
3017 spin_lock(&clp->cl_lock);
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04003018 c = __nfsd4_find_conn(new->cn_xprt, ses);
J. Bruce Fields57266a62013-04-13 14:27:29 -04003019 if (c)
3020 goto out_free;
3021 status = nfserr_conn_not_bound_to_session;
3022 if (clp->cl_mach_cred)
3023 goto out_free;
J. Bruce Fields328ead22010-09-29 16:11:06 -04003024 __nfsd4_hash_conn(new, ses);
3025 spin_unlock(&clp->cl_lock);
J. Bruce Fields21b75b02010-10-26 10:07:17 -04003026 ret = nfsd4_register_conn(new);
3027 if (ret)
3028 /* oops; xprt is already down: */
3029 nfsd4_conn_lost(&new->cn_xpt_user);
J. Bruce Fields57266a62013-04-13 14:27:29 -04003030 return nfs_ok;
3031out_free:
3032 spin_unlock(&clp->cl_lock);
3033 free_conn(new);
3034 return status;
J. Bruce Fields328ead22010-09-29 16:11:06 -04003035}
3036
Mi Jinlong868b89c2011-04-27 09:09:58 +08003037static bool nfsd4_session_too_many_ops(struct svc_rqst *rqstp, struct nfsd4_session *session)
3038{
3039 struct nfsd4_compoundargs *args = rqstp->rq_argp;
3040
3041 return args->opcnt > session->se_fchannel.maxops;
3042}
3043
Mi Jinlongae82a8d2011-07-14 14:56:02 +08003044static bool nfsd4_request_too_big(struct svc_rqst *rqstp,
3045 struct nfsd4_session *session)
3046{
3047 struct xdr_buf *xb = &rqstp->rq_arg;
3048
3049 return xb->len > session->se_fchannel.maxreq_sz;
3050}
3051
Andy Adamson069b6ad2009-04-03 08:27:58 +03003052__be32
Benny Halevyb85d4c02009-04-03 08:28:08 +03003053nfsd4_sequence(struct svc_rqst *rqstp,
Andy Adamson069b6ad2009-04-03 08:27:58 +03003054 struct nfsd4_compound_state *cstate,
3055 struct nfsd4_sequence *seq)
3056{
Andy Adamsonf9bb94c2009-04-03 08:28:12 +03003057 struct nfsd4_compoundres *resp = rqstp->rq_resp;
J. Bruce Fields47ee5292014-03-12 21:39:35 -04003058 struct xdr_stream *xdr = &resp->xdr;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003059 struct nfsd4_session *session;
J. Bruce Fields221a6872013-04-01 22:23:49 -04003060 struct nfs4_client *clp;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003061 struct nfsd4_slot *slot;
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04003062 struct nfsd4_conn *conn;
J. Bruce Fields57b7b432012-04-25 17:58:50 -04003063 __be32 status;
J. Bruce Fields47ee5292014-03-12 21:39:35 -04003064 int buflen;
Trond Myklebustd4e19e702014-06-30 11:48:42 -04003065 struct net *net = SVC_NET(rqstp);
3066 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Benny Halevyb85d4c02009-04-03 08:28:08 +03003067
Andy Adamsonf9bb94c2009-04-03 08:28:12 +03003068 if (resp->opcnt != 1)
3069 return nfserr_sequence_pos;
3070
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04003071 /*
3072 * Will be either used or freed by nfsd4_sequence_check_conn
3073 * below.
3074 */
3075 conn = alloc_conn(rqstp, NFS4_CDFC4_FORE);
3076 if (!conn)
3077 return nfserr_jukebox;
3078
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03003079 spin_lock(&nn->client_lock);
Trond Myklebustd4e19e702014-06-30 11:48:42 -04003080 session = find_in_sessionid_hashtbl(&seq->sessionid, net, &status);
Benny Halevyb85d4c02009-04-03 08:28:08 +03003081 if (!session)
J. Bruce Fields221a6872013-04-01 22:23:49 -04003082 goto out_no_session;
3083 clp = session->se_client;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003084
Mi Jinlong868b89c2011-04-27 09:09:58 +08003085 status = nfserr_too_many_ops;
3086 if (nfsd4_session_too_many_ops(rqstp, session))
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003087 goto out_put_session;
Mi Jinlong868b89c2011-04-27 09:09:58 +08003088
Mi Jinlongae82a8d2011-07-14 14:56:02 +08003089 status = nfserr_req_too_big;
3090 if (nfsd4_request_too_big(rqstp, session))
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003091 goto out_put_session;
Mi Jinlongae82a8d2011-07-14 14:56:02 +08003092
Benny Halevyb85d4c02009-04-03 08:28:08 +03003093 status = nfserr_badslot;
Alexandros Batsakis6c18ba92009-06-16 04:19:13 +03003094 if (seq->slotid >= session->se_fchannel.maxreqs)
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003095 goto out_put_session;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003096
Andy Adamson557ce262009-08-28 08:45:04 -04003097 slot = session->se_slots[seq->slotid];
Benny Halevyb85d4c02009-04-03 08:28:08 +03003098 dprintk("%s: slotid %d\n", __func__, seq->slotid);
3099
Andy Adamsona8dfdae2009-08-28 08:45:02 -04003100 /* We do not negotiate the number of slots yet, so set the
3101 * maxslots to the session maxreqs which is used to encode
3102 * sr_highest_slotid and the sr_target_slot id to maxslots */
3103 seq->maxslots = session->se_fchannel.maxreqs;
3104
J. Bruce Fields73e79482012-02-13 16:39:00 -05003105 status = check_slot_seqid(seq->seqid, slot->sl_seqid,
3106 slot->sl_flags & NFSD4_SLOT_INUSE);
Benny Halevyb85d4c02009-04-03 08:28:08 +03003107 if (status == nfserr_replay_cache) {
J. Bruce Fieldsbf5c43c2012-02-13 16:56:19 -05003108 status = nfserr_seq_misordered;
3109 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED))
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003110 goto out_put_session;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003111 cstate->slot = slot;
3112 cstate->session = session;
Jeff Layton4b24ca72014-06-30 11:48:44 -04003113 cstate->clp = clp;
Andy Adamsonda3846a2009-04-03 08:28:22 +03003114 /* Return the cached reply status and set cstate->status
Andy Adamson557ce262009-08-28 08:45:04 -04003115 * for nfsd4_proc_compound processing */
Andy Adamsonbf864a32009-04-03 08:28:35 +03003116 status = nfsd4_replay_cache_entry(resp, seq);
Andy Adamsonda3846a2009-04-03 08:28:22 +03003117 cstate->status = nfserr_replay_cache;
Benny Halevyaaf84eb2009-08-20 03:21:56 +03003118 goto out;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003119 }
3120 if (status)
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003121 goto out_put_session;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003122
J. Bruce Fields57266a62013-04-13 14:27:29 -04003123 status = nfsd4_sequence_check_conn(conn, session);
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04003124 conn = NULL;
J. Bruce Fields57266a62013-04-13 14:27:29 -04003125 if (status)
3126 goto out_put_session;
J. Bruce Fields328ead22010-09-29 16:11:06 -04003127
J. Bruce Fields47ee5292014-03-12 21:39:35 -04003128 buflen = (seq->cachethis) ?
3129 session->se_fchannel.maxresp_cached :
3130 session->se_fchannel.maxresp_sz;
3131 status = (seq->cachethis) ? nfserr_rep_too_big_to_cache :
3132 nfserr_rep_too_big;
J. Bruce Fieldsa5cddc82014-05-12 18:10:58 -04003133 if (xdr_restrict_buflen(xdr, buflen - rqstp->rq_auth_slack))
J. Bruce Fields47ee5292014-03-12 21:39:35 -04003134 goto out_put_session;
J. Bruce Fields32aaa622014-03-20 20:47:41 -04003135 svc_reserve(rqstp, buflen);
J. Bruce Fields47ee5292014-03-12 21:39:35 -04003136
3137 status = nfs_ok;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003138 /* Success! bump slot seqid */
Benny Halevyb85d4c02009-04-03 08:28:08 +03003139 slot->sl_seqid = seq->seqid;
J. Bruce Fieldsbf5c43c2012-02-13 16:56:19 -05003140 slot->sl_flags |= NFSD4_SLOT_INUSE;
J. Bruce Fields73e79482012-02-13 16:39:00 -05003141 if (seq->cachethis)
3142 slot->sl_flags |= NFSD4_SLOT_CACHETHIS;
J. Bruce Fieldsbf5c43c2012-02-13 16:56:19 -05003143 else
3144 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003145
3146 cstate->slot = slot;
3147 cstate->session = session;
Jeff Layton4b24ca72014-06-30 11:48:44 -04003148 cstate->clp = clp;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003149
Benny Halevyb85d4c02009-04-03 08:28:08 +03003150out:
J. Bruce Fields221a6872013-04-01 22:23:49 -04003151 switch (clp->cl_cb_state) {
3152 case NFSD4_CB_DOWN:
3153 seq->status_flags = SEQ4_STATUS_CB_PATH_DOWN;
3154 break;
3155 case NFSD4_CB_FAULT:
3156 seq->status_flags = SEQ4_STATUS_BACKCHANNEL_FAULT;
3157 break;
3158 default:
3159 seq->status_flags = 0;
Benny Halevyaaf84eb2009-08-20 03:21:56 +03003160 }
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04003161 if (!list_empty(&clp->cl_revoked))
3162 seq->status_flags |= SEQ4_STATUS_RECALLABLE_STATE_REVOKED;
J. Bruce Fields221a6872013-04-01 22:23:49 -04003163out_no_session:
Kinglong Mee3f42d2c2014-03-24 11:56:59 +08003164 if (conn)
3165 free_conn(conn);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03003166 spin_unlock(&nn->client_lock);
Benny Halevyb85d4c02009-04-03 08:28:08 +03003167 return status;
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003168out_put_session:
Trond Myklebustd4e19e702014-06-30 11:48:42 -04003169 nfsd4_put_session_locked(session);
J. Bruce Fields221a6872013-04-01 22:23:49 -04003170 goto out_no_session;
Andy Adamson069b6ad2009-04-03 08:27:58 +03003171}
3172
Trond Myklebustb6076642014-06-30 11:48:35 -04003173void
3174nfsd4_sequence_done(struct nfsd4_compoundres *resp)
3175{
3176 struct nfsd4_compound_state *cs = &resp->cstate;
3177
3178 if (nfsd4_has_session(cs)) {
Trond Myklebustb6076642014-06-30 11:48:35 -04003179 if (cs->status != nfserr_replay_cache) {
3180 nfsd4_store_cache_entry(resp);
3181 cs->slot->sl_flags &= ~NFSD4_SLOT_INUSE;
3182 }
Trond Myklebustd4e19e702014-06-30 11:48:42 -04003183 /* Drop session reference that was taken in nfsd4_sequence() */
Trond Myklebustb6076642014-06-30 11:48:35 -04003184 nfsd4_put_session(cs->session);
Jeff Layton4b24ca72014-06-30 11:48:44 -04003185 } else if (cs->clp)
3186 put_client_renew(cs->clp);
Trond Myklebustb6076642014-06-30 11:48:35 -04003187}
3188
Mi Jinlong345c2842011-10-20 17:51:39 +08003189__be32
3190nfsd4_destroy_clientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_destroy_clientid *dc)
3191{
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003192 struct nfs4_client *conf, *unconf;
3193 struct nfs4_client *clp = NULL;
J. Bruce Fields57b7b432012-04-25 17:58:50 -04003194 __be32 status = 0;
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03003195 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Mi Jinlong345c2842011-10-20 17:51:39 +08003196
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003197 spin_lock(&nn->client_lock);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03003198 unconf = find_unconfirmed_client(&dc->clientid, true, nn);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03003199 conf = find_confirmed_client(&dc->clientid, true, nn);
J. Bruce Fields78389042013-03-12 10:12:37 -04003200 WARN_ON_ONCE(conf && unconf);
Mi Jinlong345c2842011-10-20 17:51:39 +08003201
3202 if (conf) {
J. Bruce Fieldsc0293b02013-03-14 18:20:01 -04003203 if (client_has_state(conf)) {
Mi Jinlong345c2842011-10-20 17:51:39 +08003204 status = nfserr_clientid_busy;
3205 goto out;
3206 }
Jeff Laytonfd699b82014-07-30 08:27:14 -04003207 status = mark_client_expired_locked(conf);
3208 if (status)
3209 goto out;
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003210 clp = conf;
Mi Jinlong345c2842011-10-20 17:51:39 +08003211 } else if (unconf)
3212 clp = unconf;
3213 else {
3214 status = nfserr_stale_clientid;
3215 goto out;
3216 }
Andrew Elblededeb132016-06-15 12:52:08 -04003217 if (!nfsd4_mach_creds_match(clp, rqstp)) {
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003218 clp = NULL;
J. Bruce Fields57266a62013-04-13 14:27:29 -04003219 status = nfserr_wrong_cred;
3220 goto out;
3221 }
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003222 unhash_client_locked(clp);
Mi Jinlong345c2842011-10-20 17:51:39 +08003223out:
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003224 spin_unlock(&nn->client_lock);
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003225 if (clp)
3226 expire_client(clp);
Mi Jinlong345c2842011-10-20 17:51:39 +08003227 return status;
3228}
3229
Andy Adamson069b6ad2009-04-03 08:27:58 +03003230__be32
J. Bruce Fields4dc6ec02010-04-19 15:11:28 -04003231nfsd4_reclaim_complete(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_reclaim_complete *rc)
3232{
J. Bruce Fields57b7b432012-04-25 17:58:50 -04003233 __be32 status = 0;
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003234
J. Bruce Fields4dc6ec02010-04-19 15:11:28 -04003235 if (rc->rca_one_fs) {
3236 if (!cstate->current_fh.fh_dentry)
3237 return nfserr_nofilehandle;
3238 /*
3239 * We don't take advantage of the rca_one_fs case.
3240 * That's OK, it's optional, we can safely ignore it.
3241 */
Christophe JAILLETd28c4422016-07-02 08:24:32 +02003242 return nfs_ok;
J. Bruce Fields4dc6ec02010-04-19 15:11:28 -04003243 }
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003244
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003245 status = nfserr_complete_already;
Jeff Laytona52d7262012-03-21 09:52:02 -04003246 if (test_and_set_bit(NFSD4_CLIENT_RECLAIM_COMPLETE,
3247 &cstate->session->se_client->cl_flags))
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003248 goto out;
3249
3250 status = nfserr_stale_clientid;
3251 if (is_client_expired(cstate->session->se_client))
J. Bruce Fields4dc6ec02010-04-19 15:11:28 -04003252 /*
3253 * The following error isn't really legal.
3254 * But we only get here if the client just explicitly
3255 * destroyed the client. Surely it no longer cares what
3256 * error it gets back on an operation for the dead
3257 * client.
3258 */
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003259 goto out;
3260
3261 status = nfs_ok;
Jeff Layton2a4317c2012-03-21 16:42:43 -04003262 nfsd4_client_record_create(cstate->session->se_client);
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003263out:
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003264 return status;
J. Bruce Fields4dc6ec02010-04-19 15:11:28 -04003265}
3266
3267__be32
J.Bruce Fieldsb5914802006-12-13 00:35:38 -08003268nfsd4_setclientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
3269 struct nfsd4_setclientid *setclid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003270{
J. Bruce Fieldsa084daf2011-10-10 15:07:40 -04003271 struct xdr_netobj clname = setclid->se_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003272 nfs4_verifier clverifier = setclid->se_verf;
Trond Myklebust3dbacee2014-07-30 08:27:06 -04003273 struct nfs4_client *conf, *new;
3274 struct nfs4_client *unconf = NULL;
Al Virob37ad282006-10-19 23:28:59 -07003275 __be32 status;
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03003276 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
3277
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04003278 new = create_client(clname, rqstp, &clverifier);
3279 if (new == NULL)
3280 return nfserr_jukebox;
J. Bruce Fields63db4632012-05-18 21:54:19 -04003281 /* Cases below refer to rfc 3530 section 14.2.33: */
Trond Myklebust3dbacee2014-07-30 08:27:06 -04003282 spin_lock(&nn->client_lock);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03003283 conf = find_confirmed_client_by_name(&clname, nn);
J. Bruce Fields2b634822015-10-15 15:33:23 -04003284 if (conf && client_has_state(conf)) {
J. Bruce Fields63db4632012-05-18 21:54:19 -04003285 /* case 0: */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286 status = nfserr_clid_inuse;
J. Bruce Fieldse203d502010-11-24 17:30:54 -05003287 if (clp_used_exchangeid(conf))
3288 goto out;
J. Bruce Fields026722c2009-03-18 15:06:26 -04003289 if (!same_creds(&conf->cl_cred, &rqstp->rq_cred)) {
Jeff Layton363168b2009-08-14 12:57:56 -04003290 char addr_str[INET6_ADDRSTRLEN];
3291 rpc_ntop((struct sockaddr *) &conf->cl_addr, addr_str,
3292 sizeof(addr_str));
3293 dprintk("NFSD: setclientid: string in use by client "
3294 "at %s\n", addr_str);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295 goto out;
3296 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297 }
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03003298 unconf = find_unconfirmed_client_by_name(&clname, nn);
J. Bruce Fields8f930712012-05-18 22:06:41 -04003299 if (unconf)
Trond Myklebust3dbacee2014-07-30 08:27:06 -04003300 unhash_client_locked(unconf);
Kinglong Mee41eb1672015-07-13 17:29:41 +08003301 if (conf && same_verf(&conf->cl_verifier, &clverifier)) {
J. Bruce Fields63db4632012-05-18 21:54:19 -04003302 /* case 1: probable callback update */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303 copy_clid(new, conf);
Kinglong Mee41eb1672015-07-13 17:29:41 +08003304 gen_confirm(new, nn);
3305 } else /* case 4 (new client) or cases 2, 3 (client reboot): */
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03003306 gen_clid(new, nn);
J. Bruce Fields8323c3b2010-10-19 19:36:51 -04003307 new->cl_minorversion = 0;
Takuma Umeya6f3d7722010-12-15 14:09:01 +09003308 gen_callback(new, setclid, rqstp);
Jeff Laytonac55fdc2012-11-12 15:00:56 -05003309 add_to_unconfirmed(new);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310 setclid->se_clientid.cl_boot = new->cl_clientid.cl_boot;
3311 setclid->se_clientid.cl_id = new->cl_clientid.cl_id;
3312 memcpy(setclid->se_confirm.data, new->cl_confirm.data, sizeof(setclid->se_confirm.data));
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04003313 new = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003314 status = nfs_ok;
3315out:
Trond Myklebust3dbacee2014-07-30 08:27:06 -04003316 spin_unlock(&nn->client_lock);
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04003317 if (new)
3318 free_client(new);
Trond Myklebust3dbacee2014-07-30 08:27:06 -04003319 if (unconf)
3320 expire_client(unconf);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003321 return status;
3322}
3323
3324
Al Virob37ad282006-10-19 23:28:59 -07003325__be32
J.Bruce Fieldsb5914802006-12-13 00:35:38 -08003326nfsd4_setclientid_confirm(struct svc_rqst *rqstp,
3327 struct nfsd4_compound_state *cstate,
3328 struct nfsd4_setclientid_confirm *setclientid_confirm)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329{
NeilBrown21ab45a2005-06-23 22:04:14 -07003330 struct nfs4_client *conf, *unconf;
Jeff Laytond20c11d2014-07-30 08:27:07 -04003331 struct nfs4_client *old = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003332 nfs4_verifier confirm = setclientid_confirm->sc_confirm;
3333 clientid_t * clid = &setclientid_confirm->sc_clientid;
Al Virob37ad282006-10-19 23:28:59 -07003334 __be32 status;
Stanislav Kinsbursky7f2210f2012-11-14 18:21:05 +03003335 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003336
Stanislav Kinsbursky2c142ba2012-07-25 16:57:45 +04003337 if (STALE_CLIENTID(clid, nn))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003338 return nfserr_stale_clientid;
NeilBrown21ab45a2005-06-23 22:04:14 -07003339
Jeff Laytond20c11d2014-07-30 08:27:07 -04003340 spin_lock(&nn->client_lock);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03003341 conf = find_confirmed_client(clid, false, nn);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03003342 unconf = find_unconfirmed_client(clid, false, nn);
J. Bruce Fieldsa186e762007-11-20 16:11:27 -05003343 /*
J. Bruce Fields8695b902012-05-19 10:05:58 -04003344 * We try hard to give out unique clientid's, so if we get an
3345 * attempt to confirm the same clientid with a different cred,
J. Bruce Fieldsf984a7c2015-09-01 13:40:53 -04003346 * the client may be buggy; this should never happen.
3347 *
3348 * Nevertheless, RFC 7530 recommends INUSE for this case:
J. Bruce Fieldsa186e762007-11-20 16:11:27 -05003349 */
J. Bruce Fieldsf984a7c2015-09-01 13:40:53 -04003350 status = nfserr_clid_inuse;
J. Bruce Fields8695b902012-05-19 10:05:58 -04003351 if (unconf && !same_creds(&unconf->cl_cred, &rqstp->rq_cred))
3352 goto out;
3353 if (conf && !same_creds(&conf->cl_cred, &rqstp->rq_cred))
3354 goto out;
J. Bruce Fields63db4632012-05-18 21:54:19 -04003355 /* cases below refer to rfc 3530 section 14.2.34: */
J. Bruce Fields90d700b2012-05-19 13:55:22 -04003356 if (!unconf || !same_verf(&confirm, &unconf->cl_confirm)) {
J. Bruce Fields7d22fc12016-09-20 20:55:36 -04003357 if (conf && same_verf(&confirm, &conf->cl_confirm)) {
3358 /* case 2: probable retransmit */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359 status = nfs_ok;
J. Bruce Fields7d22fc12016-09-20 20:55:36 -04003360 } else /* case 4: client hasn't noticed we rebooted yet? */
J. Bruce Fields90d700b2012-05-19 13:55:22 -04003361 status = nfserr_stale_clientid;
3362 goto out;
3363 }
3364 status = nfs_ok;
3365 if (conf) { /* case 1: callback update */
Jeff Laytond20c11d2014-07-30 08:27:07 -04003366 old = unconf;
3367 unhash_client_locked(old);
J. Bruce Fields8695b902012-05-19 10:05:58 -04003368 nfsd4_change_callback(conf, &unconf->cl_cb_conn);
J. Bruce Fields90d700b2012-05-19 13:55:22 -04003369 } else { /* case 3: normal case; new or rebooted client */
Jeff Laytond20c11d2014-07-30 08:27:07 -04003370 old = find_confirmed_client_by_name(&unconf->cl_name, nn);
3371 if (old) {
J. Bruce Fields2b634822015-10-15 15:33:23 -04003372 status = nfserr_clid_inuse;
3373 if (client_has_state(old)
3374 && !same_creds(&unconf->cl_cred,
3375 &old->cl_cred))
3376 goto out;
Jeff Laytond20c11d2014-07-30 08:27:07 -04003377 status = mark_client_expired_locked(old);
Jeff Layton7abea1e2014-07-30 08:27:13 -04003378 if (status) {
3379 old = NULL;
J. Bruce Fields221a6872013-04-01 22:23:49 -04003380 goto out;
Jeff Layton7abea1e2014-07-30 08:27:13 -04003381 }
J. Bruce Fields221a6872013-04-01 22:23:49 -04003382 }
J. Bruce Fields8695b902012-05-19 10:05:58 -04003383 move_to_confirmed(unconf);
Jeff Laytond20c11d2014-07-30 08:27:07 -04003384 conf = unconf;
NeilBrown08e89872005-06-23 22:04:11 -07003385 }
Jeff Laytond20c11d2014-07-30 08:27:07 -04003386 get_client_locked(conf);
3387 spin_unlock(&nn->client_lock);
3388 nfsd4_probe_callback(conf);
3389 spin_lock(&nn->client_lock);
3390 put_client_renew_locked(conf);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003391out:
Jeff Laytond20c11d2014-07-30 08:27:07 -04003392 spin_unlock(&nn->client_lock);
3393 if (old)
3394 expire_client(old);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003395 return status;
3396}
3397
J. Bruce Fields32513b42011-10-13 16:00:16 -04003398static struct nfs4_file *nfsd4_alloc_file(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399{
J. Bruce Fields32513b42011-10-13 16:00:16 -04003400 return kmem_cache_alloc(file_slab, GFP_KERNEL);
3401}
3402
3403/* OPEN Share state helper functions */
Jeff Layton5b095e92014-10-23 08:01:02 -04003404static void nfsd4_init_file(struct knfsd_fh *fh, unsigned int hashval,
3405 struct nfs4_file *fp)
J. Bruce Fields32513b42011-10-13 16:00:16 -04003406{
Trond Myklebust950e0112014-06-30 11:48:31 -04003407 lockdep_assert_held(&state_lock);
3408
J. Bruce Fields32513b42011-10-13 16:00:16 -04003409 atomic_set(&fp->fi_ref, 1);
Trond Myklebust1d31a252014-07-10 14:07:25 -04003410 spin_lock_init(&fp->fi_lock);
J. Bruce Fields32513b42011-10-13 16:00:16 -04003411 INIT_LIST_HEAD(&fp->fi_stateids);
3412 INIT_LIST_HEAD(&fp->fi_delegations);
Sachin Bhamare8287f002015-04-27 14:50:14 +02003413 INIT_LIST_HEAD(&fp->fi_clnt_odstate);
Trond Myklebuste2cf80d2014-07-23 16:17:38 -04003414 fh_copy_shallow(&fp->fi_fhandle, fh);
Jeff Layton0c637be2014-08-22 12:05:43 -04003415 fp->fi_deleg_file = NULL;
J. Bruce Fields32513b42011-10-13 16:00:16 -04003416 fp->fi_had_conflict = false;
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04003417 fp->fi_share_deny = 0;
J. Bruce Fields32513b42011-10-13 16:00:16 -04003418 memset(fp->fi_fds, 0, sizeof(fp->fi_fds));
3419 memset(fp->fi_access, 0, sizeof(fp->fi_access));
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02003420#ifdef CONFIG_NFSD_PNFS
3421 INIT_LIST_HEAD(&fp->fi_lo_states);
Christoph Hellwigc5c707f2014-09-23 12:38:48 +02003422 atomic_set(&fp->fi_lo_recalls, 0);
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02003423#endif
Jeff Layton5b095e92014-10-23 08:01:02 -04003424 hlist_add_head_rcu(&fp->fi_hash, &file_hashtbl[hashval]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425}
3426
J. Bruce Fieldse8ff2a82007-08-01 15:30:59 -04003427void
NeilBrowne60d4392005-06-23 22:03:01 -07003428nfsd4_free_slabs(void)
3429{
Sachin Bhamare8287f002015-04-27 14:50:14 +02003430 kmem_cache_destroy(odstate_slab);
Christoph Hellwigabf11352014-05-21 07:43:03 -07003431 kmem_cache_destroy(openowner_slab);
3432 kmem_cache_destroy(lockowner_slab);
3433 kmem_cache_destroy(file_slab);
3434 kmem_cache_destroy(stateid_slab);
3435 kmem_cache_destroy(deleg_slab);
NeilBrowne60d4392005-06-23 22:03:01 -07003436}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003437
Bryan Schumaker72083392011-11-01 15:24:59 -04003438int
Linus Torvalds1da177e2005-04-16 15:20:36 -07003439nfsd4_init_slabs(void)
3440{
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003441 openowner_slab = kmem_cache_create("nfsd4_openowners",
3442 sizeof(struct nfs4_openowner), 0, 0, NULL);
3443 if (openowner_slab == NULL)
Christoph Hellwigabf11352014-05-21 07:43:03 -07003444 goto out;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003445 lockowner_slab = kmem_cache_create("nfsd4_lockowners",
Yanchuan Nian3c407942012-10-24 14:44:19 +08003446 sizeof(struct nfs4_lockowner), 0, 0, NULL);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003447 if (lockowner_slab == NULL)
Christoph Hellwigabf11352014-05-21 07:43:03 -07003448 goto out_free_openowner_slab;
NeilBrowne60d4392005-06-23 22:03:01 -07003449 file_slab = kmem_cache_create("nfsd4_files",
Paul Mundt20c2df82007-07-20 10:11:58 +09003450 sizeof(struct nfs4_file), 0, 0, NULL);
NeilBrowne60d4392005-06-23 22:03:01 -07003451 if (file_slab == NULL)
Christoph Hellwigabf11352014-05-21 07:43:03 -07003452 goto out_free_lockowner_slab;
NeilBrown5ac049a2005-06-23 22:03:03 -07003453 stateid_slab = kmem_cache_create("nfsd4_stateids",
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04003454 sizeof(struct nfs4_ol_stateid), 0, 0, NULL);
NeilBrown5ac049a2005-06-23 22:03:03 -07003455 if (stateid_slab == NULL)
Christoph Hellwigabf11352014-05-21 07:43:03 -07003456 goto out_free_file_slab;
NeilBrown5b2d21c2005-06-23 22:03:04 -07003457 deleg_slab = kmem_cache_create("nfsd4_delegations",
Paul Mundt20c2df82007-07-20 10:11:58 +09003458 sizeof(struct nfs4_delegation), 0, 0, NULL);
NeilBrown5b2d21c2005-06-23 22:03:04 -07003459 if (deleg_slab == NULL)
Christoph Hellwigabf11352014-05-21 07:43:03 -07003460 goto out_free_stateid_slab;
Sachin Bhamare8287f002015-04-27 14:50:14 +02003461 odstate_slab = kmem_cache_create("nfsd4_odstate",
3462 sizeof(struct nfs4_clnt_odstate), 0, 0, NULL);
3463 if (odstate_slab == NULL)
3464 goto out_free_deleg_slab;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465 return 0;
Christoph Hellwigabf11352014-05-21 07:43:03 -07003466
Sachin Bhamare8287f002015-04-27 14:50:14 +02003467out_free_deleg_slab:
3468 kmem_cache_destroy(deleg_slab);
Christoph Hellwigabf11352014-05-21 07:43:03 -07003469out_free_stateid_slab:
3470 kmem_cache_destroy(stateid_slab);
3471out_free_file_slab:
3472 kmem_cache_destroy(file_slab);
3473out_free_lockowner_slab:
3474 kmem_cache_destroy(lockowner_slab);
3475out_free_openowner_slab:
3476 kmem_cache_destroy(openowner_slab);
3477out:
NeilBrowne60d4392005-06-23 22:03:01 -07003478 dprintk("nfsd4: out of memory while initializing nfsv4\n");
3479 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003480}
3481
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003482static void init_nfs4_replay(struct nfs4_replay *rp)
3483{
3484 rp->rp_status = nfserr_serverfault;
3485 rp->rp_buflen = 0;
3486 rp->rp_buf = rp->rp_ibuf;
Jeff Layton58fb12e2014-07-29 21:34:27 -04003487 mutex_init(&rp->rp_mutex);
3488}
3489
3490static void nfsd4_cstate_assign_replay(struct nfsd4_compound_state *cstate,
3491 struct nfs4_stateowner *so)
3492{
3493 if (!nfsd4_has_session(cstate)) {
3494 mutex_lock(&so->so_replay.rp_mutex);
Kinglong Meeb5971af2014-08-22 10:18:43 -04003495 cstate->replay_owner = nfs4_get_stateowner(so);
Jeff Layton58fb12e2014-07-29 21:34:27 -04003496 }
3497}
3498
3499void nfsd4_cstate_clear_replay(struct nfsd4_compound_state *cstate)
3500{
3501 struct nfs4_stateowner *so = cstate->replay_owner;
3502
3503 if (so != NULL) {
3504 cstate->replay_owner = NULL;
3505 mutex_unlock(&so->so_replay.rp_mutex);
3506 nfs4_put_stateowner(so);
3507 }
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003508}
3509
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003510static inline void *alloc_stateowner(struct kmem_cache *slab, struct xdr_netobj *owner, struct nfs4_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003511{
3512 struct nfs4_stateowner *sop;
3513
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003514 sop = kmem_cache_alloc(slab, GFP_KERNEL);
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003515 if (!sop)
3516 return NULL;
3517
3518 sop->so_owner.data = kmemdup(owner->data, owner->len, GFP_KERNEL);
3519 if (!sop->so_owner.data) {
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003520 kmem_cache_free(slab, sop);
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003521 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003522 }
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003523 sop->so_owner.len = owner->len;
3524
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003525 INIT_LIST_HEAD(&sop->so_stateids);
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003526 sop->so_client = clp;
3527 init_nfs4_replay(&sop->so_replay);
Jeff Layton6b180f02014-07-29 21:34:26 -04003528 atomic_set(&sop->so_count, 1);
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003529 return sop;
3530}
3531
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003532static void hash_openowner(struct nfs4_openowner *oo, struct nfs4_client *clp, unsigned int strhashval)
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003533{
Trond Myklebustd4f04892014-07-29 21:34:36 -04003534 lockdep_assert_held(&clp->cl_lock);
Stanislav Kinsbursky9b531132012-11-14 18:21:41 +03003535
Trond Myklebustd4f04892014-07-29 21:34:36 -04003536 list_add(&oo->oo_owner.so_strhash,
3537 &clp->cl_ownerstr_hashtbl[strhashval]);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003538 list_add(&oo->oo_perclient, &clp->cl_openowners);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003539}
3540
Jeff Layton8f4b54c2014-07-29 21:34:29 -04003541static void nfs4_unhash_openowner(struct nfs4_stateowner *so)
3542{
Trond Myklebustd4f04892014-07-29 21:34:36 -04003543 unhash_openowner_locked(openowner(so));
Jeff Layton8f4b54c2014-07-29 21:34:29 -04003544}
3545
Jeff Layton6b180f02014-07-29 21:34:26 -04003546static void nfs4_free_openowner(struct nfs4_stateowner *so)
3547{
3548 struct nfs4_openowner *oo = openowner(so);
3549
3550 kmem_cache_free(openowner_slab, oo);
3551}
3552
3553static const struct nfs4_stateowner_operations openowner_ops = {
Jeff Layton8f4b54c2014-07-29 21:34:29 -04003554 .so_unhash = nfs4_unhash_openowner,
3555 .so_free = nfs4_free_openowner,
Jeff Layton6b180f02014-07-29 21:34:26 -04003556};
3557
Andrew Elble7fc05642015-11-05 20:42:43 -05003558static struct nfs4_ol_stateid *
3559nfsd4_find_existing_open(struct nfs4_file *fp, struct nfsd4_open *open)
3560{
3561 struct nfs4_ol_stateid *local, *ret = NULL;
3562 struct nfs4_openowner *oo = open->op_openowner;
3563
3564 lockdep_assert_held(&fp->fi_lock);
3565
3566 list_for_each_entry(local, &fp->fi_stateids, st_perfile) {
3567 /* ignore lock owners */
3568 if (local->st_stateowner->so_is_open_owner == 0)
3569 continue;
Trond Myklebust1c8ea412017-11-03 08:00:10 -04003570 if (local->st_stateowner != &oo->oo_owner)
3571 continue;
3572 if (local->st_stid.sc_type == NFS4_OPEN_STID) {
Andrew Elble7fc05642015-11-05 20:42:43 -05003573 ret = local;
3574 atomic_inc(&ret->st_stid.sc_count);
3575 break;
3576 }
3577 }
3578 return ret;
3579}
3580
Trond Myklebust1c8ea412017-11-03 08:00:10 -04003581static __be32
3582nfsd4_verify_open_stid(struct nfs4_stid *s)
3583{
3584 __be32 ret = nfs_ok;
3585
3586 switch (s->sc_type) {
3587 default:
3588 break;
3589 case NFS4_CLOSED_STID:
3590 case NFS4_CLOSED_DELEG_STID:
3591 ret = nfserr_bad_stateid;
3592 break;
3593 case NFS4_REVOKED_DELEG_STID:
3594 ret = nfserr_deleg_revoked;
3595 }
3596 return ret;
3597}
3598
3599/* Lock the stateid st_mutex, and deal with races with CLOSE */
3600static __be32
3601nfsd4_lock_ol_stateid(struct nfs4_ol_stateid *stp)
3602{
3603 __be32 ret;
3604
3605 mutex_lock(&stp->st_mutex);
3606 ret = nfsd4_verify_open_stid(&stp->st_stid);
3607 if (ret != nfs_ok)
3608 mutex_unlock(&stp->st_mutex);
3609 return ret;
3610}
3611
3612static struct nfs4_ol_stateid *
3613nfsd4_find_and_lock_existing_open(struct nfs4_file *fp, struct nfsd4_open *open)
3614{
3615 struct nfs4_ol_stateid *stp;
3616 for (;;) {
3617 spin_lock(&fp->fi_lock);
3618 stp = nfsd4_find_existing_open(fp, open);
3619 spin_unlock(&fp->fi_lock);
3620 if (!stp || nfsd4_lock_ol_stateid(stp) == nfs_ok)
3621 break;
3622 nfs4_put_stid(&stp->st_stid);
3623 }
3624 return stp;
3625}
3626
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003627static struct nfs4_openowner *
Trond Myklebust13d6f662014-06-30 11:48:45 -04003628alloc_init_open_stateowner(unsigned int strhashval, struct nfsd4_open *open,
Jeff Laytondb24b3b2014-06-30 11:48:36 -04003629 struct nfsd4_compound_state *cstate)
3630{
Trond Myklebust13d6f662014-06-30 11:48:45 -04003631 struct nfs4_client *clp = cstate->clp;
Trond Myklebust7ffb5882014-07-29 21:34:34 -04003632 struct nfs4_openowner *oo, *ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003633
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003634 oo = alloc_stateowner(openowner_slab, &open->op_owner, clp);
3635 if (!oo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003636 return NULL;
Jeff Layton6b180f02014-07-29 21:34:26 -04003637 oo->oo_owner.so_ops = &openowner_ops;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003638 oo->oo_owner.so_is_open_owner = 1;
3639 oo->oo_owner.so_seqid = open->op_seqid;
Jeff Laytond3134b12014-07-29 21:34:32 -04003640 oo->oo_flags = 0;
Jeff Laytondb24b3b2014-06-30 11:48:36 -04003641 if (nfsd4_has_session(cstate))
3642 oo->oo_flags |= NFS4_OO_CONFIRMED;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003643 oo->oo_time = 0;
J. Bruce Fields38c387b2011-09-16 17:42:48 -04003644 oo->oo_last_closed_stid = NULL;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003645 INIT_LIST_HEAD(&oo->oo_close_lru);
Trond Myklebustd4f04892014-07-29 21:34:36 -04003646 spin_lock(&clp->cl_lock);
3647 ret = find_openstateowner_str_locked(strhashval, open, clp);
Trond Myklebust7ffb5882014-07-29 21:34:34 -04003648 if (ret == NULL) {
3649 hash_openowner(oo, clp, strhashval);
3650 ret = oo;
3651 } else
Kinglong Meed50ffde2015-07-16 12:05:07 +08003652 nfs4_free_stateowner(&oo->oo_owner);
3653
Trond Myklebustd4f04892014-07-29 21:34:36 -04003654 spin_unlock(&clp->cl_lock);
Jeff Laytonc5952332015-03-23 10:53:42 -04003655 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003656}
3657
Andrew Elble7fc05642015-11-05 20:42:43 -05003658static struct nfs4_ol_stateid *
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003659init_open_stateid(struct nfs4_file *fp, struct nfsd4_open *open)
Andrew Elble7fc05642015-11-05 20:42:43 -05003660{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003661
Andrew Elble7fc05642015-11-05 20:42:43 -05003662 struct nfs4_openowner *oo = open->op_openowner;
3663 struct nfs4_ol_stateid *retstp = NULL;
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003664 struct nfs4_ol_stateid *stp;
Andrew Elble7fc05642015-11-05 20:42:43 -05003665
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003666 stp = open->op_stp;
Oleg Drokin5cc1fb22016-06-14 23:28:05 -04003667 /* We are moving these outside of the spinlocks to avoid the warnings */
3668 mutex_init(&stp->st_mutex);
3669 mutex_lock(&stp->st_mutex);
3670
Trond Myklebust1c8ea412017-11-03 08:00:10 -04003671retry:
Andrew Elble7fc05642015-11-05 20:42:43 -05003672 spin_lock(&oo->oo_owner.so_client->cl_lock);
3673 spin_lock(&fp->fi_lock);
3674
3675 retstp = nfsd4_find_existing_open(fp, open);
3676 if (retstp)
3677 goto out_unlock;
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003678
3679 open->op_stp = NULL;
Trond Myklebustd6f2bc52014-07-29 21:34:19 -04003680 atomic_inc(&stp->st_stid.sc_count);
J. Bruce Fields3abdb602013-02-03 12:23:01 -05003681 stp->st_stid.sc_type = NFS4_OPEN_STID;
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04003682 INIT_LIST_HEAD(&stp->st_locks);
Kinglong Meeb5971af2014-08-22 10:18:43 -04003683 stp->st_stateowner = nfs4_get_stateowner(&oo->oo_owner);
NeilBrown13cd2182005-06-23 22:03:10 -07003684 get_nfs4_file(fp);
Trond Myklebust11b91642014-07-29 21:34:08 -04003685 stp->st_stid.sc_file = fp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003686 stp->st_access_bmap = 0;
3687 stp->st_deny_bmap = 0;
NeilBrown4c4cd222005-07-07 17:59:27 -07003688 stp->st_openstp = NULL;
Jeff Layton1c755dc2014-07-29 21:34:12 -04003689 list_add(&stp->st_perstateowner, &oo->oo_owner.so_stateids);
Trond Myklebust1d31a252014-07-10 14:07:25 -04003690 list_add(&stp->st_perfile, &fp->fi_stateids);
Andrew Elble7fc05642015-11-05 20:42:43 -05003691
3692out_unlock:
Trond Myklebust1d31a252014-07-10 14:07:25 -04003693 spin_unlock(&fp->fi_lock);
Jeff Layton1c755dc2014-07-29 21:34:12 -04003694 spin_unlock(&oo->oo_owner.so_client->cl_lock);
Oleg Drokin5cc1fb22016-06-14 23:28:05 -04003695 if (retstp) {
Trond Myklebust1c8ea412017-11-03 08:00:10 -04003696 /* Handle races with CLOSE */
3697 if (nfsd4_lock_ol_stateid(retstp) != nfs_ok) {
3698 nfs4_put_stid(&retstp->st_stid);
3699 goto retry;
3700 }
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003701 /* To keep mutex tracking happy */
Oleg Drokin5cc1fb22016-06-14 23:28:05 -04003702 mutex_unlock(&stp->st_mutex);
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003703 stp = retstp;
Oleg Drokin5cc1fb22016-06-14 23:28:05 -04003704 }
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003705 return stp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706}
3707
Jeff Laytond3134b12014-07-29 21:34:32 -04003708/*
3709 * In the 4.0 case we need to keep the owners around a little while to handle
3710 * CLOSE replay. We still do need to release any file access that is held by
3711 * them before returning however.
3712 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003713static void
Jeff Laytond3134b12014-07-29 21:34:32 -04003714move_to_close_lru(struct nfs4_ol_stateid *s, struct net *net)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003715{
Jeff Layton217526e2014-07-30 08:27:11 -04003716 struct nfs4_ol_stateid *last;
Jeff Laytond3134b12014-07-29 21:34:32 -04003717 struct nfs4_openowner *oo = openowner(s->st_stateowner);
3718 struct nfsd_net *nn = net_generic(s->st_stid.sc_client->net,
3719 nfsd_net_id);
Stanislav Kinsbursky73758fed2012-11-14 18:22:01 +03003720
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003721 dprintk("NFSD: move_to_close_lru nfs4_openowner %p\n", oo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722
Jeff Laytonb401be222014-07-29 21:34:33 -04003723 /*
3724 * We know that we hold one reference via nfsd4_close, and another
3725 * "persistent" reference for the client. If the refcount is higher
3726 * than 2, then there are still calls in progress that are using this
3727 * stateid. We can't put the sc_file reference until they are finished.
3728 * Wait for the refcount to drop to 2. Since it has been unhashed,
3729 * there should be no danger of the refcount going back up again at
3730 * this point.
3731 */
3732 wait_event(close_wq, atomic_read(&s->st_stid.sc_count) == 2);
3733
Jeff Laytond3134b12014-07-29 21:34:32 -04003734 release_all_access(s);
3735 if (s->st_stid.sc_file) {
3736 put_nfs4_file(s->st_stid.sc_file);
3737 s->st_stid.sc_file = NULL;
3738 }
Jeff Layton217526e2014-07-30 08:27:11 -04003739
3740 spin_lock(&nn->client_lock);
3741 last = oo->oo_last_closed_stid;
Jeff Laytond3134b12014-07-29 21:34:32 -04003742 oo->oo_last_closed_stid = s;
Stanislav Kinsbursky73758fed2012-11-14 18:22:01 +03003743 list_move_tail(&oo->oo_close_lru, &nn->close_lru);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003744 oo->oo_time = get_seconds();
Jeff Layton217526e2014-07-30 08:27:11 -04003745 spin_unlock(&nn->client_lock);
3746 if (last)
3747 nfs4_put_stid(&last->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748}
3749
Linus Torvalds1da177e2005-04-16 15:20:36 -07003750/* search file_hashtbl[] for file */
3751static struct nfs4_file *
Jeff Layton5b095e92014-10-23 08:01:02 -04003752find_file_locked(struct knfsd_fh *fh, unsigned int hashval)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003753{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003754 struct nfs4_file *fp;
3755
Jeff Layton5b095e92014-10-23 08:01:02 -04003756 hlist_for_each_entry_rcu(fp, &file_hashtbl[hashval], fi_hash) {
Christoph Hellwig4d94c2e2014-08-14 08:41:48 +02003757 if (fh_match(&fp->fi_fhandle, fh)) {
Jeff Layton5b095e92014-10-23 08:01:02 -04003758 if (atomic_inc_not_zero(&fp->fi_ref))
3759 return fp;
NeilBrown13cd2182005-06-23 22:03:10 -07003760 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003761 }
3762 return NULL;
3763}
3764
Christoph Hellwige6ba76e2014-08-14 08:50:16 +02003765struct nfs4_file *
Trond Myklebustca943212014-07-23 16:17:39 -04003766find_file(struct knfsd_fh *fh)
Trond Myklebust950e0112014-06-30 11:48:31 -04003767{
3768 struct nfs4_file *fp;
Jeff Layton5b095e92014-10-23 08:01:02 -04003769 unsigned int hashval = file_hashval(fh);
Trond Myklebust950e0112014-06-30 11:48:31 -04003770
Jeff Layton5b095e92014-10-23 08:01:02 -04003771 rcu_read_lock();
3772 fp = find_file_locked(fh, hashval);
3773 rcu_read_unlock();
Trond Myklebust950e0112014-06-30 11:48:31 -04003774 return fp;
3775}
3776
3777static struct nfs4_file *
Jeff Laytonf9c00c32014-07-23 16:17:41 -04003778find_or_add_file(struct nfs4_file *new, struct knfsd_fh *fh)
Trond Myklebust950e0112014-06-30 11:48:31 -04003779{
3780 struct nfs4_file *fp;
Jeff Layton5b095e92014-10-23 08:01:02 -04003781 unsigned int hashval = file_hashval(fh);
3782
3783 rcu_read_lock();
3784 fp = find_file_locked(fh, hashval);
3785 rcu_read_unlock();
3786 if (fp)
3787 return fp;
Trond Myklebust950e0112014-06-30 11:48:31 -04003788
3789 spin_lock(&state_lock);
Jeff Layton5b095e92014-10-23 08:01:02 -04003790 fp = find_file_locked(fh, hashval);
3791 if (likely(fp == NULL)) {
3792 nfsd4_init_file(fh, hashval, new);
Trond Myklebust950e0112014-06-30 11:48:31 -04003793 fp = new;
3794 }
3795 spin_unlock(&state_lock);
3796
3797 return fp;
3798}
3799
J. Bruce Fields4f83aa32008-07-07 15:02:02 -04003800/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003801 * Called to check deny when READ with all zero stateid or
3802 * WRITE with all zero or all one stateid
3803 */
Al Virob37ad282006-10-19 23:28:59 -07003804static __be32
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805nfs4_share_conflict(struct svc_fh *current_fh, unsigned int deny_type)
3806{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807 struct nfs4_file *fp;
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04003808 __be32 ret = nfs_ok;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003809
Trond Myklebustca943212014-07-23 16:17:39 -04003810 fp = find_file(&current_fh->fh_handle);
NeilBrown13cd2182005-06-23 22:03:10 -07003811 if (!fp)
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04003812 return ret;
3813 /* Check for conflicting share reservations */
Trond Myklebust1d31a252014-07-10 14:07:25 -04003814 spin_lock(&fp->fi_lock);
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04003815 if (fp->fi_share_deny & deny_type)
3816 ret = nfserr_locked;
Trond Myklebust1d31a252014-07-10 14:07:25 -04003817 spin_unlock(&fp->fi_lock);
NeilBrown13cd2182005-06-23 22:03:10 -07003818 put_nfs4_file(fp);
3819 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820}
3821
Christoph Hellwig0162ac22014-09-24 12:19:19 +02003822static void nfsd4_cb_recall_prepare(struct nfsd4_callback *cb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003823{
Christoph Hellwig0162ac22014-09-24 12:19:19 +02003824 struct nfs4_delegation *dp = cb_to_delegation(cb);
Trond Myklebust11b91642014-07-29 21:34:08 -04003825 struct nfsd_net *nn = net_generic(dp->dl_stid.sc_client->net,
3826 nfsd_net_id);
J. Bruce Fieldse8c69d12013-03-21 15:19:33 -04003827
Trond Myklebust11b91642014-07-29 21:34:08 -04003828 block_delegations(&dp->dl_stid.sc_file->fi_fhandle);
Jeff Laytonf54fe962014-07-25 07:34:26 -04003829
Jeff Layton02e12152014-07-16 10:31:57 -04003830 /*
3831 * We can't do this in nfsd_break_deleg_cb because it is
Jeff Laytonf54fe962014-07-25 07:34:26 -04003832 * already holding inode->i_lock.
3833 *
Jeff Laytondff13992014-07-08 14:02:49 -04003834 * If the dl_time != 0, then we know that it has already been
3835 * queued for a lease break. Don't queue it again.
3836 */
Jeff Laytonf54fe962014-07-25 07:34:26 -04003837 spin_lock(&state_lock);
Jeff Laytondff13992014-07-08 14:02:49 -04003838 if (dp->dl_time == 0) {
Jeff Laytondff13992014-07-08 14:02:49 -04003839 dp->dl_time = get_seconds();
Jeff Layton02e12152014-07-16 10:31:57 -04003840 list_add_tail(&dp->dl_recall_lru, &nn->del_recall_lru);
Jeff Laytondff13992014-07-08 14:02:49 -04003841 }
Jeff Layton02e12152014-07-16 10:31:57 -04003842 spin_unlock(&state_lock);
3843}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003844
Christoph Hellwig0162ac22014-09-24 12:19:19 +02003845static int nfsd4_cb_recall_done(struct nfsd4_callback *cb,
3846 struct rpc_task *task)
3847{
3848 struct nfs4_delegation *dp = cb_to_delegation(cb);
3849
Andrew Elblea4579742015-08-31 12:06:41 -04003850 if (dp->dl_stid.sc_type == NFS4_CLOSED_DELEG_STID)
3851 return 1;
3852
Christoph Hellwig0162ac22014-09-24 12:19:19 +02003853 switch (task->tk_status) {
3854 case 0:
3855 return 1;
3856 case -EBADHANDLE:
3857 case -NFS4ERR_BAD_STATEID:
3858 /*
3859 * Race: client probably got cb_recall before open reply
3860 * granting delegation.
3861 */
3862 if (dp->dl_retries--) {
3863 rpc_delay(task, 2 * HZ);
3864 return 0;
3865 }
3866 /*FALLTHRU*/
3867 default:
3868 return -1;
3869 }
3870}
3871
3872static void nfsd4_cb_recall_release(struct nfsd4_callback *cb)
3873{
3874 struct nfs4_delegation *dp = cb_to_delegation(cb);
3875
3876 nfs4_put_stid(&dp->dl_stid);
3877}
3878
Julia Lawallc4cb8972015-11-21 22:57:39 +01003879static const struct nfsd4_callback_ops nfsd4_cb_recall_ops = {
Christoph Hellwig0162ac22014-09-24 12:19:19 +02003880 .prepare = nfsd4_cb_recall_prepare,
3881 .done = nfsd4_cb_recall_done,
3882 .release = nfsd4_cb_recall_release,
3883};
3884
Jeff Layton02e12152014-07-16 10:31:57 -04003885static void nfsd_break_one_deleg(struct nfs4_delegation *dp)
3886{
3887 /*
3888 * We're assuming the state code never drops its reference
3889 * without first removing the lease. Since we're in this lease
3890 * callback (and since the lease code is serialized by the kernel
3891 * lock) we know the server hasn't removed the lease yet, we know
3892 * it's safe to take a reference.
3893 */
Trond Myklebust72c0b0f2014-07-21 09:34:58 -04003894 atomic_inc(&dp->dl_stid.sc_count);
Christoph Hellwigf0b5de12014-09-24 12:19:18 +02003895 nfsd4_run_cb(&dp->dl_recall);
J. Bruce Fields6b57d9c2011-01-31 11:54:04 -05003896}
3897
Jeff Layton1c8c6012013-06-21 08:58:15 -04003898/* Called from break_lease() with i_lock held. */
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003899static bool
3900nfsd_break_deleg_cb(struct file_lock *fl)
J. Bruce Fields6b57d9c2011-01-31 11:54:04 -05003901{
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003902 bool ret = false;
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05003903 struct nfs4_file *fp = (struct nfs4_file *)fl->fl_owner;
3904 struct nfs4_delegation *dp;
J. Bruce Fields6b57d9c2011-01-31 11:54:04 -05003905
J. Bruce Fields7fa10cd2012-10-16 12:39:33 -04003906 if (!fp) {
3907 WARN(1, "(%p)->fl_owner NULL\n", fl);
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003908 return ret;
J. Bruce Fields7fa10cd2012-10-16 12:39:33 -04003909 }
3910 if (fp->fi_had_conflict) {
3911 WARN(1, "duplicate break on %p\n", fp);
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003912 return ret;
J. Bruce Fields7fa10cd2012-10-16 12:39:33 -04003913 }
J. Bruce Fields0272e1f2007-09-12 18:56:12 -04003914 /*
3915 * We don't want the locks code to timeout the lease for us;
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05003916 * we'll remove it ourself if a delegation isn't returned
J. Bruce Fields6b57d9c2011-01-31 11:54:04 -05003917 * in time:
J. Bruce Fields0272e1f2007-09-12 18:56:12 -04003918 */
3919 fl->fl_break_time = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003920
Jeff Layton02e12152014-07-16 10:31:57 -04003921 spin_lock(&fp->fi_lock);
Jeff Layton417c6622014-07-21 09:34:57 -04003922 fp->fi_had_conflict = true;
3923 /*
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003924 * If there are no delegations on the list, then return true
3925 * so that the lease code will go ahead and delete it.
Jeff Layton417c6622014-07-21 09:34:57 -04003926 */
3927 if (list_empty(&fp->fi_delegations))
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003928 ret = true;
Jeff Layton417c6622014-07-21 09:34:57 -04003929 else
3930 list_for_each_entry(dp, &fp->fi_delegations, dl_perfile)
3931 nfsd_break_one_deleg(dp);
Jeff Layton02e12152014-07-16 10:31:57 -04003932 spin_unlock(&fp->fi_lock);
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003933 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003934}
3935
Jeff Laytonc45198e2014-09-01 07:12:07 -04003936static int
Jeff Layton7448cc32015-01-16 15:05:57 -05003937nfsd_change_deleg_cb(struct file_lock *onlist, int arg,
3938 struct list_head *dispose)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939{
3940 if (arg & F_UNLCK)
Jeff Laytonc45198e2014-09-01 07:12:07 -04003941 return lease_modify(onlist, arg, dispose);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003942 else
3943 return -EAGAIN;
3944}
3945
Alexey Dobriyan7b021962009-09-21 17:01:12 -07003946static const struct lock_manager_operations nfsd_lease_mng_ops = {
J. Bruce Fields8fb47a42011-07-20 20:21:59 -04003947 .lm_break = nfsd_break_deleg_cb,
3948 .lm_change = nfsd_change_deleg_cb,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003949};
3950
J. Bruce Fields7a8711c2011-09-02 09:03:37 -04003951static __be32 nfsd4_check_seqid(struct nfsd4_compound_state *cstate, struct nfs4_stateowner *so, u32 seqid)
3952{
3953 if (nfsd4_has_session(cstate))
3954 return nfs_ok;
3955 if (seqid == so->so_seqid - 1)
3956 return nfserr_replay_me;
3957 if (seqid == so->so_seqid)
3958 return nfs_ok;
3959 return nfserr_bad_seqid;
3960}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003961
Jeff Layton4b24ca72014-06-30 11:48:44 -04003962static __be32 lookup_clientid(clientid_t *clid,
3963 struct nfsd4_compound_state *cstate,
3964 struct nfsd_net *nn)
3965{
3966 struct nfs4_client *found;
3967
3968 if (cstate->clp) {
3969 found = cstate->clp;
3970 if (!same_clid(&found->cl_clientid, clid))
3971 return nfserr_stale_clientid;
3972 return nfs_ok;
3973 }
3974
3975 if (STALE_CLIENTID(clid, nn))
3976 return nfserr_stale_clientid;
3977
3978 /*
3979 * For v4.1+ we get the client in the SEQUENCE op. If we don't have one
3980 * cached already then we know this is for is for v4.0 and "sessions"
3981 * will be false.
3982 */
3983 WARN_ON_ONCE(cstate->session);
Trond Myklebust3e339f92014-07-30 08:27:09 -04003984 spin_lock(&nn->client_lock);
Jeff Layton4b24ca72014-06-30 11:48:44 -04003985 found = find_confirmed_client(clid, false, nn);
Trond Myklebust3e339f92014-07-30 08:27:09 -04003986 if (!found) {
3987 spin_unlock(&nn->client_lock);
Jeff Layton4b24ca72014-06-30 11:48:44 -04003988 return nfserr_expired;
Trond Myklebust3e339f92014-07-30 08:27:09 -04003989 }
3990 atomic_inc(&found->cl_refcount);
3991 spin_unlock(&nn->client_lock);
Jeff Layton4b24ca72014-06-30 11:48:44 -04003992
3993 /* Cache the nfs4_client in cstate! */
3994 cstate->clp = found;
Jeff Layton4b24ca72014-06-30 11:48:44 -04003995 return nfs_ok;
3996}
3997
Al Virob37ad282006-10-19 23:28:59 -07003998__be32
Andy Adamson66689582009-04-03 08:28:45 +03003999nfsd4_process_open1(struct nfsd4_compound_state *cstate,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03004000 struct nfsd4_open *open, struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004001{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004002 clientid_t *clientid = &open->op_clientid;
4003 struct nfs4_client *clp = NULL;
4004 unsigned int strhashval;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04004005 struct nfs4_openowner *oo = NULL;
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04004006 __be32 status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004007
Stanislav Kinsbursky2c142ba2012-07-25 16:57:45 +04004008 if (STALE_CLIENTID(&open->op_clientid, nn))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004009 return nfserr_stale_clientid;
J. Bruce Fields32513b42011-10-13 16:00:16 -04004010 /*
4011 * In case we need it later, after we've already created the
4012 * file and don't want to risk a further failure:
4013 */
4014 open->op_file = nfsd4_alloc_file();
4015 if (open->op_file == NULL)
4016 return nfserr_jukebox;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004017
Trond Myklebust2d91e892014-06-30 11:48:46 -04004018 status = lookup_clientid(clientid, cstate, nn);
4019 if (status)
4020 return status;
4021 clp = cstate->clp;
4022
Trond Myklebustd4f04892014-07-29 21:34:36 -04004023 strhashval = ownerstr_hashval(&open->op_owner);
4024 oo = find_openstateowner_str(strhashval, open, clp);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04004025 open->op_openowner = oo;
4026 if (!oo) {
J. Bruce Fieldsbcf130f2011-10-12 20:44:20 -04004027 goto new_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004028 }
J. Bruce Fieldsdad1c062011-09-12 12:24:13 -04004029 if (!(oo->oo_flags & NFS4_OO_CONFIRMED)) {
J. Bruce Fields0f442aa2006-01-18 17:43:34 -08004030 /* Replace unconfirmed owners without checking for replay. */
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04004031 release_openowner(oo);
4032 open->op_openowner = NULL;
J. Bruce Fieldsbcf130f2011-10-12 20:44:20 -04004033 goto new_owner;
J. Bruce Fields0f442aa2006-01-18 17:43:34 -08004034 }
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04004035 status = nfsd4_check_seqid(cstate, &oo->oo_owner, open->op_seqid);
4036 if (status)
4037 return status;
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04004038 goto alloc_stateid;
J. Bruce Fieldsbcf130f2011-10-12 20:44:20 -04004039new_owner:
Trond Myklebust13d6f662014-06-30 11:48:45 -04004040 oo = alloc_init_open_stateowner(strhashval, open, cstate);
J. Bruce Fieldsbcf130f2011-10-12 20:44:20 -04004041 if (oo == NULL)
4042 return nfserr_jukebox;
4043 open->op_openowner = oo;
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04004044alloc_stateid:
Jeff Laytonb49e0842014-07-29 21:34:11 -04004045 open->op_stp = nfs4_alloc_open_stateid(clp);
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04004046 if (!open->op_stp)
4047 return nfserr_jukebox;
Sachin Bhamare8287f002015-04-27 14:50:14 +02004048
4049 if (nfsd4_has_session(cstate) &&
4050 (cstate->current_fh.fh_export->ex_flags & NFSEXP_PNFS)) {
4051 open->op_odstate = alloc_clnt_odstate(clp);
4052 if (!open->op_odstate)
4053 return nfserr_jukebox;
4054 }
4055
J. Bruce Fields0f442aa2006-01-18 17:43:34 -08004056 return nfs_ok;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057}
4058
Al Virob37ad282006-10-19 23:28:59 -07004059static inline __be32
NeilBrown4a6e43e2005-06-23 22:02:50 -07004060nfs4_check_delegmode(struct nfs4_delegation *dp, int flags)
4061{
4062 if ((flags & WR_STATE) && (dp->dl_type == NFS4_OPEN_DELEGATE_READ))
4063 return nfserr_openmode;
4064 else
4065 return nfs_ok;
4066}
4067
Daniel Mackc47d8322011-05-16 16:38:14 +02004068static int share_access_to_flags(u32 share_access)
J. Bruce Fields24a01112010-05-18 20:01:35 -04004069{
J. Bruce Fields24a01112010-05-18 20:01:35 -04004070 return share_access == NFS4_SHARE_ACCESS_READ ? RD_STATE : WR_STATE;
4071}
4072
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004073static struct nfs4_delegation *find_deleg_stateid(struct nfs4_client *cl, stateid_t *s)
J. Bruce Fieldsf459e452011-09-09 09:06:12 -04004074{
4075 struct nfs4_stid *ret;
4076
Andrew Elble62f0b692017-11-03 14:06:31 -04004077 ret = find_stateid_by_type(cl, s,
4078 NFS4_DELEG_STID|NFS4_REVOKED_DELEG_STID);
J. Bruce Fieldsf459e452011-09-09 09:06:12 -04004079 if (!ret)
4080 return NULL;
4081 return delegstateid(ret);
4082}
4083
J. Bruce Fields8b289b22011-10-19 11:52:12 -04004084static bool nfsd4_is_deleg_cur(struct nfsd4_open *open)
4085{
4086 return open->op_claim_type == NFS4_OPEN_CLAIM_DELEGATE_CUR ||
4087 open->op_claim_type == NFS4_OPEN_CLAIM_DELEG_CUR_FH;
4088}
4089
Al Virob37ad282006-10-19 23:28:59 -07004090static __be32
J. Bruce Fields41d22662013-03-21 15:49:47 -04004091nfs4_check_deleg(struct nfs4_client *cl, struct nfsd4_open *open,
NeilBrown567d9822005-06-23 22:02:53 -07004092 struct nfs4_delegation **dp)
4093{
4094 int flags;
Al Virob37ad282006-10-19 23:28:59 -07004095 __be32 status = nfserr_bad_stateid;
Trond Myklebustdcd94cc2014-07-29 21:34:18 -04004096 struct nfs4_delegation *deleg;
NeilBrown567d9822005-06-23 22:02:53 -07004097
Trond Myklebustdcd94cc2014-07-29 21:34:18 -04004098 deleg = find_deleg_stateid(cl, &open->op_delegate_stateid);
4099 if (deleg == NULL)
NeilBrownc44c5ee2005-06-23 22:02:54 -07004100 goto out;
Andrew Elble62f0b692017-11-03 14:06:31 -04004101 if (deleg->dl_stid.sc_type == NFS4_REVOKED_DELEG_STID) {
4102 nfs4_put_stid(&deleg->dl_stid);
4103 if (cl->cl_minorversion)
4104 status = nfserr_deleg_revoked;
4105 goto out;
4106 }
J. Bruce Fields24a01112010-05-18 20:01:35 -04004107 flags = share_access_to_flags(open->op_share_access);
Trond Myklebustdcd94cc2014-07-29 21:34:18 -04004108 status = nfs4_check_delegmode(deleg, flags);
4109 if (status) {
4110 nfs4_put_stid(&deleg->dl_stid);
4111 goto out;
4112 }
4113 *dp = deleg;
NeilBrownc44c5ee2005-06-23 22:02:54 -07004114out:
J. Bruce Fields8b289b22011-10-19 11:52:12 -04004115 if (!nfsd4_is_deleg_cur(open))
NeilBrownc44c5ee2005-06-23 22:02:54 -07004116 return nfs_ok;
4117 if (status)
4118 return status;
J. Bruce Fieldsdad1c062011-09-12 12:24:13 -04004119 open->op_openowner->oo_flags |= NFS4_OO_CONFIRMED;
NeilBrownc44c5ee2005-06-23 22:02:54 -07004120 return nfs_ok;
NeilBrown567d9822005-06-23 22:02:53 -07004121}
4122
J. Bruce Fields21fb4012010-07-28 12:21:23 -04004123static inline int nfs4_access_to_access(u32 nfs4_access)
4124{
4125 int flags = 0;
4126
4127 if (nfs4_access & NFS4_SHARE_ACCESS_READ)
4128 flags |= NFSD_MAY_READ;
4129 if (nfs4_access & NFS4_SHARE_ACCESS_WRITE)
4130 flags |= NFSD_MAY_WRITE;
4131 return flags;
4132}
4133
Al Virob37ad282006-10-19 23:28:59 -07004134static inline __be32
Linus Torvalds1da177e2005-04-16 15:20:36 -07004135nfsd4_truncate(struct svc_rqst *rqstp, struct svc_fh *fh,
4136 struct nfsd4_open *open)
4137{
4138 struct iattr iattr = {
4139 .ia_valid = ATTR_SIZE,
4140 .ia_size = 0,
4141 };
4142 if (!open->op_truncate)
4143 return 0;
4144 if (!(open->op_share_access & NFS4_SHARE_ACCESS_WRITE))
Al Viro92465852006-01-18 17:43:46 -08004145 return nfserr_inval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146 return nfsd_setattr(rqstp, fh, &iattr, 0, (time_t)0);
4147}
4148
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004149static __be32 nfs4_get_vfs_file(struct svc_rqst *rqstp, struct nfs4_file *fp,
Jeff Layton6eb3a1d2014-07-10 14:07:31 -04004150 struct svc_fh *cur_fh, struct nfs4_ol_stateid *stp,
4151 struct nfsd4_open *open)
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004152{
Trond Myklebustde186432014-07-10 14:07:26 -04004153 struct file *filp = NULL;
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004154 __be32 status;
4155 int oflag = nfs4_access_to_omode(open->op_share_access);
4156 int access = nfs4_access_to_access(open->op_share_access);
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004157 unsigned char old_access_bmap, old_deny_bmap;
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004158
Trond Myklebustde186432014-07-10 14:07:26 -04004159 spin_lock(&fp->fi_lock);
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004160
4161 /*
4162 * Are we trying to set a deny mode that would conflict with
4163 * current access?
4164 */
4165 status = nfs4_file_check_deny(fp, open->op_share_deny);
4166 if (status != nfs_ok) {
4167 spin_unlock(&fp->fi_lock);
4168 goto out;
4169 }
4170
4171 /* set access to the file */
4172 status = nfs4_file_get_access(fp, open->op_share_access);
4173 if (status != nfs_ok) {
4174 spin_unlock(&fp->fi_lock);
4175 goto out;
4176 }
4177
4178 /* Set access bits in stateid */
4179 old_access_bmap = stp->st_access_bmap;
4180 set_access(open->op_share_access, stp);
4181
4182 /* Set new deny mask */
4183 old_deny_bmap = stp->st_deny_bmap;
4184 set_deny(open->op_share_deny, stp);
4185 fp->fi_share_deny |= (open->op_share_deny & NFS4_SHARE_DENY_BOTH);
4186
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004187 if (!fp->fi_fds[oflag]) {
Trond Myklebustde186432014-07-10 14:07:26 -04004188 spin_unlock(&fp->fi_lock);
4189 status = nfsd_open(rqstp, cur_fh, S_IFREG, access, &filp);
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004190 if (status)
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004191 goto out_put_access;
Trond Myklebustde186432014-07-10 14:07:26 -04004192 spin_lock(&fp->fi_lock);
4193 if (!fp->fi_fds[oflag]) {
4194 fp->fi_fds[oflag] = filp;
4195 filp = NULL;
4196 }
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004197 }
Trond Myklebustde186432014-07-10 14:07:26 -04004198 spin_unlock(&fp->fi_lock);
4199 if (filp)
4200 fput(filp);
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004201
4202 status = nfsd4_truncate(rqstp, cur_fh, open);
4203 if (status)
4204 goto out_put_access;
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004205out:
4206 return status;
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004207out_put_access:
4208 stp->st_access_bmap = old_access_bmap;
4209 nfs4_file_put_access(fp, open->op_share_access);
4210 reset_union_bmap_deny(bmap_to_share_mode(old_deny_bmap), stp);
4211 goto out;
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004212}
4213
Al Virob37ad282006-10-19 23:28:59 -07004214static __be32
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04004215nfs4_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 -07004216{
Al Virob37ad282006-10-19 23:28:59 -07004217 __be32 status;
Arnd Bergmann6ac75362015-05-12 23:31:29 +02004218 unsigned char old_deny_bmap = stp->st_deny_bmap;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004219
Jeff Layton6eb3a1d2014-07-10 14:07:31 -04004220 if (!test_access(open->op_share_access, stp))
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004221 return nfs4_get_vfs_file(rqstp, fp, cur_fh, stp, open);
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004222
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004223 /* test and set deny mode */
4224 spin_lock(&fp->fi_lock);
4225 status = nfs4_file_check_deny(fp, open->op_share_deny);
4226 if (status == nfs_ok) {
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004227 set_deny(open->op_share_deny, stp);
4228 fp->fi_share_deny |=
4229 (open->op_share_deny & NFS4_SHARE_DENY_BOTH);
4230 }
4231 spin_unlock(&fp->fi_lock);
4232
4233 if (status != nfs_ok)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004234 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004235
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004236 status = nfsd4_truncate(rqstp, cur_fh, open);
4237 if (status != nfs_ok)
4238 reset_union_bmap_deny(old_deny_bmap, stp);
4239 return status;
4240}
Linus Torvalds1da177e2005-04-16 15:20:36 -07004241
J. Bruce Fields14a24e92010-12-10 19:02:49 -05004242/* Should we give out recallable state?: */
4243static bool nfsd4_cb_channel_good(struct nfs4_client *clp)
4244{
4245 if (clp->cl_cb_state == NFSD4_CB_UP)
4246 return true;
4247 /*
4248 * In the sessions case, since we don't have to establish a
4249 * separate connection for callbacks, we assume it's OK
4250 * until we hear otherwise:
4251 */
4252 return clp->cl_minorversion && clp->cl_cb_state == NFSD4_CB_UNKNOWN;
4253}
4254
Jeff Laytond564fbe2014-07-16 10:31:58 -04004255static struct file_lock *nfs4_alloc_init_lease(struct nfs4_file *fp, int flag)
J. Bruce Fields22d38c42011-01-31 11:55:12 -05004256{
4257 struct file_lock *fl;
4258
4259 fl = locks_alloc_lock();
4260 if (!fl)
4261 return NULL;
J. Bruce Fields22d38c42011-01-31 11:55:12 -05004262 fl->fl_lmops = &nfsd_lease_mng_ops;
J. Bruce Fields617588d2011-07-01 15:18:34 -04004263 fl->fl_flags = FL_DELEG;
J. Bruce Fields22d38c42011-01-31 11:55:12 -05004264 fl->fl_type = flag == NFS4_OPEN_DELEGATE_READ? F_RDLCK: F_WRLCK;
4265 fl->fl_end = OFFSET_MAX;
Jeff Laytond564fbe2014-07-16 10:31:58 -04004266 fl->fl_owner = (fl_owner_t)fp;
J. Bruce Fields22d38c42011-01-31 11:55:12 -05004267 fl->fl_pid = current->tgid;
J. Bruce Fields22d38c42011-01-31 11:55:12 -05004268 return fl;
4269}
4270
Andrew Elble34ed9872015-10-15 12:07:28 -04004271/**
4272 * nfs4_setlease - Obtain a delegation by requesting lease from vfs layer
4273 * @dp: a pointer to the nfs4_delegation we're adding.
4274 *
4275 * Return:
4276 * On success: Return code will be 0 on success.
4277 *
4278 * On error: -EAGAIN if there was an existing delegation.
4279 * nonzero if there is an error in other cases.
4280 *
4281 */
4282
J. Bruce Fields99c41512013-05-21 16:21:25 -04004283static int nfs4_setlease(struct nfs4_delegation *dp)
J. Bruce Fieldsedab9782011-01-31 17:58:10 -05004284{
Trond Myklebust11b91642014-07-29 21:34:08 -04004285 struct nfs4_file *fp = dp->dl_stid.sc_file;
Kinglong Meeefde6b42015-07-13 17:33:24 +08004286 struct file_lock *fl;
Jeff Layton417c6622014-07-21 09:34:57 -04004287 struct file *filp;
4288 int status = 0;
J. Bruce Fieldsedab9782011-01-31 17:58:10 -05004289
Jeff Laytond564fbe2014-07-16 10:31:58 -04004290 fl = nfs4_alloc_init_lease(fp, NFS4_OPEN_DELEGATE_READ);
J. Bruce Fieldsedab9782011-01-31 17:58:10 -05004291 if (!fl)
4292 return -ENOMEM;
Jeff Layton417c6622014-07-21 09:34:57 -04004293 filp = find_readable_file(fp);
4294 if (!filp) {
4295 /* We should always have a readable file here */
4296 WARN_ON_ONCE(1);
Kinglong Meeaf9dbaf2015-07-13 17:30:51 +08004297 locks_free_lock(fl);
Jeff Layton417c6622014-07-21 09:34:57 -04004298 return -EBADF;
4299 }
4300 fl->fl_file = filp;
Jeff Laytone6f5c782014-08-22 10:40:25 -04004301 status = vfs_setlease(filp, fl->fl_type, &fl, NULL);
Jeff Layton1c7dd2f2014-08-22 10:55:47 -04004302 if (fl)
Jeff Layton417c6622014-07-21 09:34:57 -04004303 locks_free_lock(fl);
Jeff Layton1c7dd2f2014-08-22 10:55:47 -04004304 if (status)
Jeff Layton417c6622014-07-21 09:34:57 -04004305 goto out_fput;
Benny Halevycdc97502014-05-30 09:09:30 -04004306 spin_lock(&state_lock);
Jeff Layton417c6622014-07-21 09:34:57 -04004307 spin_lock(&fp->fi_lock);
4308 /* Did the lease get broken before we took the lock? */
4309 status = -EAGAIN;
4310 if (fp->fi_had_conflict)
4311 goto out_unlock;
4312 /* Race breaker */
Jeff Layton0c637be2014-08-22 12:05:43 -04004313 if (fp->fi_deleg_file) {
Andrew Elble34ed9872015-10-15 12:07:28 -04004314 status = hash_delegation_locked(dp, fp);
Jeff Layton417c6622014-07-21 09:34:57 -04004315 goto out_unlock;
4316 }
Jeff Layton417c6622014-07-21 09:34:57 -04004317 fp->fi_deleg_file = filp;
Andrew Elble34ed9872015-10-15 12:07:28 -04004318 fp->fi_delegees = 0;
4319 status = hash_delegation_locked(dp, fp);
Jeff Layton417c6622014-07-21 09:34:57 -04004320 spin_unlock(&fp->fi_lock);
Benny Halevycdc97502014-05-30 09:09:30 -04004321 spin_unlock(&state_lock);
Andrew Elble34ed9872015-10-15 12:07:28 -04004322 if (status) {
4323 /* Should never happen, this is a new fi_deleg_file */
4324 WARN_ON_ONCE(1);
4325 goto out_fput;
4326 }
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05004327 return 0;
Jeff Layton417c6622014-07-21 09:34:57 -04004328out_unlock:
4329 spin_unlock(&fp->fi_lock);
4330 spin_unlock(&state_lock);
4331out_fput:
4332 fput(filp);
J. Bruce Fieldse8730882012-01-23 13:52:01 -05004333 return status;
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05004334}
4335
Jeff Layton0b266932014-07-25 07:34:25 -04004336static struct nfs4_delegation *
4337nfs4_set_delegation(struct nfs4_client *clp, struct svc_fh *fh,
Sachin Bhamare8287f002015-04-27 14:50:14 +02004338 struct nfs4_file *fp, struct nfs4_clnt_odstate *odstate)
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05004339{
Jeff Layton0b266932014-07-25 07:34:25 -04004340 int status;
4341 struct nfs4_delegation *dp;
Jeff Layton417c6622014-07-21 09:34:57 -04004342
J. Bruce Fieldsbf7bd3e2013-08-15 16:55:26 -04004343 if (fp->fi_had_conflict)
Jeff Layton0b266932014-07-25 07:34:25 -04004344 return ERR_PTR(-EAGAIN);
4345
Andrew Elble34ed9872015-10-15 12:07:28 -04004346 spin_lock(&state_lock);
4347 spin_lock(&fp->fi_lock);
4348 status = nfs4_get_existing_delegation(clp, fp);
4349 spin_unlock(&fp->fi_lock);
4350 spin_unlock(&state_lock);
4351
4352 if (status)
4353 return ERR_PTR(status);
4354
Sachin Bhamare8287f002015-04-27 14:50:14 +02004355 dp = alloc_init_deleg(clp, fh, odstate);
Jeff Layton0b266932014-07-25 07:34:25 -04004356 if (!dp)
4357 return ERR_PTR(-ENOMEM);
4358
J. Bruce Fieldsbf7bd3e2013-08-15 16:55:26 -04004359 get_nfs4_file(fp);
Benny Halevycdc97502014-05-30 09:09:30 -04004360 spin_lock(&state_lock);
Jeff Layton417c6622014-07-21 09:34:57 -04004361 spin_lock(&fp->fi_lock);
Trond Myklebust11b91642014-07-29 21:34:08 -04004362 dp->dl_stid.sc_file = fp;
Jeff Layton0c637be2014-08-22 12:05:43 -04004363 if (!fp->fi_deleg_file) {
Jeff Layton417c6622014-07-21 09:34:57 -04004364 spin_unlock(&fp->fi_lock);
4365 spin_unlock(&state_lock);
Jeff Layton0b266932014-07-25 07:34:25 -04004366 status = nfs4_setlease(dp);
4367 goto out;
Jeff Layton417c6622014-07-21 09:34:57 -04004368 }
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05004369 if (fp->fi_had_conflict) {
Jeff Layton417c6622014-07-21 09:34:57 -04004370 status = -EAGAIN;
4371 goto out_unlock;
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05004372 }
Andrew Elble34ed9872015-10-15 12:07:28 -04004373 status = hash_delegation_locked(dp, fp);
Jeff Layton417c6622014-07-21 09:34:57 -04004374out_unlock:
4375 spin_unlock(&fp->fi_lock);
Benny Halevycdc97502014-05-30 09:09:30 -04004376 spin_unlock(&state_lock);
Jeff Layton0b266932014-07-25 07:34:25 -04004377out:
4378 if (status) {
Sachin Bhamare8287f002015-04-27 14:50:14 +02004379 put_clnt_odstate(dp->dl_clnt_odstate);
Trond Myklebust60116952014-07-29 21:34:06 -04004380 nfs4_put_stid(&dp->dl_stid);
Jeff Layton0b266932014-07-25 07:34:25 -04004381 return ERR_PTR(status);
4382 }
4383 return dp;
J. Bruce Fieldsedab9782011-01-31 17:58:10 -05004384}
4385
Benny Halevy4aa89132012-02-21 14:16:44 -08004386static void nfsd4_open_deleg_none_ext(struct nfsd4_open *open, int status)
4387{
4388 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE_EXT;
4389 if (status == -EAGAIN)
4390 open->op_why_no_deleg = WND4_CONTENTION;
4391 else {
4392 open->op_why_no_deleg = WND4_RESOURCE;
4393 switch (open->op_deleg_want) {
4394 case NFS4_SHARE_WANT_READ_DELEG:
4395 case NFS4_SHARE_WANT_WRITE_DELEG:
4396 case NFS4_SHARE_WANT_ANY_DELEG:
4397 break;
4398 case NFS4_SHARE_WANT_CANCEL:
4399 open->op_why_no_deleg = WND4_CANCELLED;
4400 break;
4401 case NFS4_SHARE_WANT_NO_DELEG:
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05004402 WARN_ON_ONCE(1);
Benny Halevy4aa89132012-02-21 14:16:44 -08004403 }
4404 }
4405}
4406
Linus Torvalds1da177e2005-04-16 15:20:36 -07004407/*
4408 * Attempt to hand out a delegation.
J. Bruce Fields99c41512013-05-21 16:21:25 -04004409 *
4410 * Note we don't support write delegations, and won't until the vfs has
4411 * proper support for them.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004412 */
4413static void
Jeff Layton4cf59222014-07-25 07:34:24 -04004414nfs4_open_delegation(struct svc_fh *fh, struct nfsd4_open *open,
4415 struct nfs4_ol_stateid *stp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004416{
4417 struct nfs4_delegation *dp;
Jeff Layton4cf59222014-07-25 07:34:24 -04004418 struct nfs4_openowner *oo = openowner(stp->st_stateowner);
4419 struct nfs4_client *clp = stp->st_stid.sc_client;
J. Bruce Fields14a24e92010-12-10 19:02:49 -05004420 int cb_up;
J. Bruce Fields99c41512013-05-21 16:21:25 -04004421 int status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004422
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04004423 cb_up = nfsd4_cb_channel_good(oo->oo_owner.so_client);
NeilBrown7b190fe2005-06-23 22:03:23 -07004424 open->op_recall = 0;
4425 switch (open->op_claim_type) {
4426 case NFS4_OPEN_CLAIM_PREVIOUS:
J. Bruce Fields2bf23872010-03-08 12:37:27 -05004427 if (!cb_up)
NeilBrown7b190fe2005-06-23 22:03:23 -07004428 open->op_recall = 1;
J. Bruce Fields99c41512013-05-21 16:21:25 -04004429 if (open->op_delegate_type != NFS4_OPEN_DELEGATE_READ)
4430 goto out_no_deleg;
NeilBrown7b190fe2005-06-23 22:03:23 -07004431 break;
4432 case NFS4_OPEN_CLAIM_NULL:
Ming Chened47b062014-01-09 21:26:10 +00004433 case NFS4_OPEN_CLAIM_FH:
J. Bruce Fields99c41512013-05-21 16:21:25 -04004434 /*
4435 * Let's not give out any delegations till everyone's
J. Bruce Fieldsc87fb4a2015-08-06 12:47:02 -04004436 * had the chance to reclaim theirs, *and* until
4437 * NLM locks have all been reclaimed:
J. Bruce Fields99c41512013-05-21 16:21:25 -04004438 */
Jeff Layton4cf59222014-07-25 07:34:24 -04004439 if (locks_in_grace(clp->net))
J. Bruce Fields99c41512013-05-21 16:21:25 -04004440 goto out_no_deleg;
J. Bruce Fieldsdad1c062011-09-12 12:24:13 -04004441 if (!cb_up || !(oo->oo_flags & NFS4_OO_CONFIRMED))
J. Bruce Fields99c41512013-05-21 16:21:25 -04004442 goto out_no_deleg;
Steve Dickson9a0590a2013-05-15 14:51:49 -04004443 /*
4444 * Also, if the file was opened for write or
4445 * create, there's a good chance the client's
4446 * about to write to it, resulting in an
4447 * immediate recall (since we don't support
4448 * write delegations):
4449 */
NeilBrown7b190fe2005-06-23 22:03:23 -07004450 if (open->op_share_access & NFS4_SHARE_ACCESS_WRITE)
J. Bruce Fields99c41512013-05-21 16:21:25 -04004451 goto out_no_deleg;
4452 if (open->op_create == NFS4_OPEN_CREATE)
4453 goto out_no_deleg;
NeilBrown7b190fe2005-06-23 22:03:23 -07004454 break;
4455 default:
J. Bruce Fields99c41512013-05-21 16:21:25 -04004456 goto out_no_deleg;
NeilBrown7b190fe2005-06-23 22:03:23 -07004457 }
Sachin Bhamare8287f002015-04-27 14:50:14 +02004458 dp = nfs4_set_delegation(clp, fh, stp->st_stid.sc_file, stp->st_clnt_odstate);
Jeff Layton0b266932014-07-25 07:34:25 -04004459 if (IS_ERR(dp))
J. Bruce Fieldsdd239cc2011-01-31 17:14:55 -05004460 goto out_no_deleg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004461
J. Bruce Fieldsd5477a82011-09-08 12:07:44 -04004462 memcpy(&open->op_delegate_stateid, &dp->dl_stid.sc_stateid, sizeof(dp->dl_stid.sc_stateid));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004463
Benny Halevy8c10cbd2009-10-19 12:04:53 +02004464 dprintk("NFSD: delegation stateid=" STATEID_FMT "\n",
J. Bruce Fieldsd5477a82011-09-08 12:07:44 -04004465 STATEID_VAL(&dp->dl_stid.sc_stateid));
J. Bruce Fields99c41512013-05-21 16:21:25 -04004466 open->op_delegate_type = NFS4_OPEN_DELEGATE_READ;
Trond Myklebust67cb1272014-07-29 21:34:17 -04004467 nfs4_put_stid(&dp->dl_stid);
J. Bruce Fieldsdd239cc2011-01-31 17:14:55 -05004468 return;
J. Bruce Fieldsdd239cc2011-01-31 17:14:55 -05004469out_no_deleg:
J. Bruce Fields99c41512013-05-21 16:21:25 -04004470 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE;
4471 if (open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS &&
J. Bruce Fieldsd08d32e2013-06-21 11:05:32 -04004472 open->op_delegate_type != NFS4_OPEN_DELEGATE_NONE) {
J. Bruce Fields99c41512013-05-21 16:21:25 -04004473 dprintk("NFSD: WARNING: refusing delegation reclaim\n");
J. Bruce Fieldsd08d32e2013-06-21 11:05:32 -04004474 open->op_recall = 1;
4475 }
J. Bruce Fields99c41512013-05-21 16:21:25 -04004476
4477 /* 4.1 client asking for a delegation? */
4478 if (open->op_deleg_want)
4479 nfsd4_open_deleg_none_ext(open, status);
4480 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004481}
4482
Benny Halevye27f49c2012-02-21 14:16:54 -08004483static void nfsd4_deleg_xgrade_none_ext(struct nfsd4_open *open,
4484 struct nfs4_delegation *dp)
4485{
4486 if (open->op_deleg_want == NFS4_SHARE_WANT_READ_DELEG &&
4487 dp->dl_type == NFS4_OPEN_DELEGATE_WRITE) {
4488 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE_EXT;
4489 open->op_why_no_deleg = WND4_NOT_SUPP_DOWNGRADE;
4490 } else if (open->op_deleg_want == NFS4_SHARE_WANT_WRITE_DELEG &&
4491 dp->dl_type == NFS4_OPEN_DELEGATE_WRITE) {
4492 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE_EXT;
4493 open->op_why_no_deleg = WND4_NOT_SUPP_UPGRADE;
4494 }
4495 /* Otherwise the client must be confused wanting a delegation
4496 * it already has, therefore we don't return
4497 * NFS4_OPEN_DELEGATE_NONE_EXT and reason.
4498 */
4499}
4500
Al Virob37ad282006-10-19 23:28:59 -07004501__be32
Linus Torvalds1da177e2005-04-16 15:20:36 -07004502nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open)
4503{
Andy Adamson66689582009-04-03 08:28:45 +03004504 struct nfsd4_compoundres *resp = rqstp->rq_resp;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004505 struct nfs4_client *cl = open->op_openowner->oo_owner.so_client;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004506 struct nfs4_file *fp = NULL;
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04004507 struct nfs4_ol_stateid *stp = NULL;
NeilBrown567d9822005-06-23 22:02:53 -07004508 struct nfs4_delegation *dp = NULL;
Al Virob37ad282006-10-19 23:28:59 -07004509 __be32 status;
Trond Myklebust1c404252017-11-03 08:00:11 -04004510 bool new_stp = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004511
Linus Torvalds1da177e2005-04-16 15:20:36 -07004512 /*
4513 * Lookup file; if found, lookup stateid and check open request,
4514 * and check for delegations in the process of being recalled.
4515 * If not found, create the nfs4_file struct
4516 */
Jeff Laytonf9c00c32014-07-23 16:17:41 -04004517 fp = find_or_add_file(open->op_file, &current_fh->fh_handle);
Trond Myklebust950e0112014-06-30 11:48:31 -04004518 if (fp != open->op_file) {
J. Bruce Fields41d22662013-03-21 15:49:47 -04004519 status = nfs4_check_deleg(cl, open, &dp);
NeilBrownc44c5ee2005-06-23 22:02:54 -07004520 if (status)
4521 goto out;
Trond Myklebust1c8ea412017-11-03 08:00:10 -04004522 stp = nfsd4_find_and_lock_existing_open(fp, open);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004523 } else {
Trond Myklebust950e0112014-06-30 11:48:31 -04004524 open->op_file = NULL;
NeilBrownc44c5ee2005-06-23 22:02:54 -07004525 status = nfserr_bad_stateid;
J. Bruce Fields8b289b22011-10-19 11:52:12 -04004526 if (nfsd4_is_deleg_cur(open))
NeilBrownc44c5ee2005-06-23 22:02:54 -07004527 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004528 }
4529
Trond Myklebust1c404252017-11-03 08:00:11 -04004530 if (!stp) {
4531 stp = init_open_stateid(fp, open);
4532 if (!open->op_stp)
4533 new_stp = true;
4534 }
4535
Linus Torvalds1da177e2005-04-16 15:20:36 -07004536 /*
4537 * OPEN the file, or upgrade an existing OPEN.
4538 * If truncate fails, the OPEN fails.
Trond Myklebust1c404252017-11-03 08:00:11 -04004539 *
4540 * stp is already locked.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004541 */
Trond Myklebust1c404252017-11-03 08:00:11 -04004542 if (!new_stp) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004543 /* Stateid was found, this is an OPEN upgrade */
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04004544 status = nfs4_upgrade_open(rqstp, fp, current_fh, stp, open);
Jeff Layton35a92fe2015-09-17 07:47:08 -04004545 if (status) {
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04004546 mutex_unlock(&stp->st_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004547 goto out;
Jeff Layton35a92fe2015-09-17 07:47:08 -04004548 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004549 } else {
Jeff Layton6eb3a1d2014-07-10 14:07:31 -04004550 status = nfs4_get_vfs_file(rqstp, fp, current_fh, stp, open);
4551 if (status) {
Trond Myklebust1c404252017-11-03 08:00:11 -04004552 stp->st_stid.sc_type = NFS4_CLOSED_STID;
Jeff Layton6eb3a1d2014-07-10 14:07:31 -04004553 release_open_stateid(stp);
Trond Myklebust1c404252017-11-03 08:00:11 -04004554 mutex_unlock(&stp->st_mutex);
Jeff Layton6eb3a1d2014-07-10 14:07:31 -04004555 goto out;
4556 }
Sachin Bhamare8287f002015-04-27 14:50:14 +02004557
4558 stp->st_clnt_odstate = find_or_hash_clnt_odstate(fp,
4559 open->op_odstate);
4560 if (stp->st_clnt_odstate == open->op_odstate)
4561 open->op_odstate = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004562 }
Trond Myklebust1c404252017-11-03 08:00:11 -04004563
Jeff Layton9767feb2015-10-01 09:05:50 -04004564 nfs4_inc_and_copy_stateid(&open->op_stateid, &stp->st_stid);
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04004565 mutex_unlock(&stp->st_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004566
Benny Halevyd24433c2012-02-16 20:57:17 +02004567 if (nfsd4_has_session(&resp->cstate)) {
Benny Halevyd24433c2012-02-16 20:57:17 +02004568 if (open->op_deleg_want & NFS4_SHARE_WANT_NO_DELEG) {
4569 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE_EXT;
4570 open->op_why_no_deleg = WND4_NOT_WANTED;
4571 goto nodeleg;
4572 }
4573 }
4574
Linus Torvalds1da177e2005-04-16 15:20:36 -07004575 /*
4576 * Attempt to hand out a delegation. No error return, because the
4577 * OPEN succeeds even if we fail.
4578 */
Jeff Layton4cf59222014-07-25 07:34:24 -04004579 nfs4_open_delegation(current_fh, open, stp);
Benny Halevyd24433c2012-02-16 20:57:17 +02004580nodeleg:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004581 status = nfs_ok;
4582
Benny Halevy8c10cbd2009-10-19 12:04:53 +02004583 dprintk("%s: stateid=" STATEID_FMT "\n", __func__,
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04004584 STATEID_VAL(&stp->st_stid.sc_stateid));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004585out:
Benny Halevyd24433c2012-02-16 20:57:17 +02004586 /* 4.1 client trying to upgrade/downgrade delegation? */
4587 if (open->op_delegate_type == NFS4_OPEN_DELEGATE_NONE && dp &&
Benny Halevye27f49c2012-02-21 14:16:54 -08004588 open->op_deleg_want)
4589 nfsd4_deleg_xgrade_none_ext(open, dp);
Benny Halevyd24433c2012-02-16 20:57:17 +02004590
NeilBrown13cd2182005-06-23 22:03:10 -07004591 if (fp)
4592 put_nfs4_file(fp);
NeilBrown37515172005-07-07 17:59:16 -07004593 if (status == 0 && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS)
Kinglong Mee87186022015-07-13 17:32:59 +08004594 open->op_openowner->oo_flags |= NFS4_OO_CONFIRMED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004595 /*
4596 * To finish the open response, we just need to set the rflags.
4597 */
4598 open->op_rflags = NFS4_OPEN_RESULT_LOCKTYPE_POSIX;
Jeff Layton19e4c342016-09-16 16:28:27 -04004599 if (nfsd4_has_session(&resp->cstate))
4600 open->op_rflags |= NFS4_OPEN_RESULT_MAY_NOTIFY_LOCK;
4601 else if (!(open->op_openowner->oo_flags & NFS4_OO_CONFIRMED))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004602 open->op_rflags |= NFS4_OPEN_RESULT_CONFIRM;
Jeff Layton19e4c342016-09-16 16:28:27 -04004603
Trond Myklebustdcd94cc2014-07-29 21:34:18 -04004604 if (dp)
4605 nfs4_put_stid(&dp->dl_stid);
Trond Myklebustd6f2bc52014-07-29 21:34:19 -04004606 if (stp)
4607 nfs4_put_stid(&stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004608
4609 return status;
4610}
4611
Jeff Layton58fb12e2014-07-29 21:34:27 -04004612void nfsd4_cleanup_open_state(struct nfsd4_compound_state *cstate,
Jeff Layton42297892015-03-23 10:53:44 -04004613 struct nfsd4_open *open)
J. Bruce Fieldsd29b20c2011-10-13 15:12:59 -04004614{
4615 if (open->op_openowner) {
Jeff Laytond3134b12014-07-29 21:34:32 -04004616 struct nfs4_stateowner *so = &open->op_openowner->oo_owner;
J. Bruce Fieldsd29b20c2011-10-13 15:12:59 -04004617
Jeff Laytond3134b12014-07-29 21:34:32 -04004618 nfsd4_cstate_assign_replay(cstate, so);
4619 nfs4_put_stateowner(so);
J. Bruce Fieldsd29b20c2011-10-13 15:12:59 -04004620 }
J. Bruce Fields32513b42011-10-13 16:00:16 -04004621 if (open->op_file)
Jeff Layton5b095e92014-10-23 08:01:02 -04004622 kmem_cache_free(file_slab, open->op_file);
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04004623 if (open->op_stp)
Trond Myklebust60116952014-07-29 21:34:06 -04004624 nfs4_put_stid(&open->op_stp->st_stid);
Sachin Bhamare8287f002015-04-27 14:50:14 +02004625 if (open->op_odstate)
4626 kmem_cache_free(odstate_slab, open->op_odstate);
J. Bruce Fieldsd29b20c2011-10-13 15:12:59 -04004627}
4628
Al Virob37ad282006-10-19 23:28:59 -07004629__be32
J.Bruce Fieldsb5914802006-12-13 00:35:38 -08004630nfsd4_renew(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
4631 clientid_t *clid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004632{
4633 struct nfs4_client *clp;
Al Virob37ad282006-10-19 23:28:59 -07004634 __be32 status;
Stanislav Kinsbursky7f2210f2012-11-14 18:21:05 +03004635 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004636
Linus Torvalds1da177e2005-04-16 15:20:36 -07004637 dprintk("process_renew(%08x/%08x): starting\n",
4638 clid->cl_boot, clid->cl_id);
Jeff Layton4b24ca72014-06-30 11:48:44 -04004639 status = lookup_clientid(clid, cstate, nn);
J. Bruce Fields9b2ef622012-12-03 17:24:41 -05004640 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004641 goto out;
Jeff Layton4b24ca72014-06-30 11:48:44 -04004642 clp = cstate->clp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004643 status = nfserr_cb_path_down;
NeilBrownea1da632005-06-23 22:04:17 -07004644 if (!list_empty(&clp->cl_delegations)
J. Bruce Fields77a35692010-04-30 18:51:44 -04004645 && clp->cl_cb_state != NFSD4_CB_UP)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004646 goto out;
4647 status = nfs_ok;
4648out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004649 return status;
4650}
4651
Jeff Layton7f5ef2e2014-09-12 16:40:21 -04004652void
Stanislav Kinsbursky12760c62012-11-14 18:22:12 +03004653nfsd4_end_grace(struct nfsd_net *nn)
NeilBrowna76b4312005-06-23 22:04:01 -07004654{
Jeff Layton33dcc482012-04-10 11:08:48 -04004655 /* do nothing if grace period already ended */
Stanislav Kinsburskya51c84e2012-07-25 16:57:37 +04004656 if (nn->grace_ended)
Jeff Layton33dcc482012-04-10 11:08:48 -04004657 return;
4658
NeilBrowna76b4312005-06-23 22:04:01 -07004659 dprintk("NFSD: end of grace period\n");
Stanislav Kinsburskya51c84e2012-07-25 16:57:37 +04004660 nn->grace_ended = true;
J. Bruce Fields70b28232014-09-16 17:37:32 -04004661 /*
4662 * If the server goes down again right now, an NFSv4
4663 * client will still be allowed to reclaim after it comes back up,
4664 * even if it hasn't yet had a chance to reclaim state this time.
4665 *
4666 */
Jeff Layton919b8042014-09-12 16:40:20 -04004667 nfsd4_record_grace_done(nn);
J. Bruce Fields70b28232014-09-16 17:37:32 -04004668 /*
4669 * At this point, NFSv4 clients can still reclaim. But if the
4670 * server crashes, any that have not yet reclaimed will be out
4671 * of luck on the next boot.
4672 *
4673 * (NFSv4.1+ clients are considered to have reclaimed once they
4674 * call RECLAIM_COMPLETE. NFSv4.0 clients are considered to
4675 * have reclaimed after their first OPEN.)
4676 */
Stanislav Kinsbursky5e1533c2012-07-25 16:56:58 +04004677 locks_end_grace(&nn->nfsd4_manager);
J. Bruce Fields70b28232014-09-16 17:37:32 -04004678 /*
4679 * At this point, and once lockd and/or any other containers
4680 * exit their grace period, further reclaims will fail and
4681 * regular locking can resume.
4682 */
NeilBrowna76b4312005-06-23 22:04:01 -07004683}
4684
NeilBrownfd39ca92005-06-23 22:04:03 -07004685static time_t
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03004686nfs4_laundromat(struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004687{
4688 struct nfs4_client *clp;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04004689 struct nfs4_openowner *oo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004690 struct nfs4_delegation *dp;
Jeff Layton217526e2014-07-30 08:27:11 -04004691 struct nfs4_ol_stateid *stp;
Jeff Layton7919d0a2016-09-16 16:28:25 -04004692 struct nfsd4_blocked_lock *nbl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004693 struct list_head *pos, *next, reaplist;
Stanislav Kinsbursky3d733712012-11-27 14:11:44 +03004694 time_t cutoff = get_seconds() - nn->nfsd4_lease;
Jeff Laytona832e7a2014-05-30 09:09:26 -04004695 time_t t, new_timeo = nn->nfsd4_lease;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004696
Linus Torvalds1da177e2005-04-16 15:20:36 -07004697 dprintk("NFSD: laundromat service - starting\n");
Stanislav Kinsbursky12760c62012-11-14 18:22:12 +03004698 nfsd4_end_grace(nn);
Benny Halevy36acb662010-05-12 00:13:04 +03004699 INIT_LIST_HEAD(&reaplist);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03004700 spin_lock(&nn->client_lock);
Stanislav Kinsbursky5ed58bb2012-11-14 18:21:56 +03004701 list_for_each_safe(pos, next, &nn->client_lru) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004702 clp = list_entry(pos, struct nfs4_client, cl_lru);
4703 if (time_after((unsigned long)clp->cl_time, (unsigned long)cutoff)) {
4704 t = clp->cl_time - cutoff;
Jeff Laytona832e7a2014-05-30 09:09:26 -04004705 new_timeo = min(new_timeo, t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004706 break;
4707 }
J. Bruce Fields221a6872013-04-01 22:23:49 -04004708 if (mark_client_expired_locked(clp)) {
Benny Halevyd7682982010-05-12 00:13:54 +03004709 dprintk("NFSD: client in use (clientid %08x)\n",
4710 clp->cl_clientid.cl_id);
4711 continue;
4712 }
Trond Myklebust4864af92014-07-30 08:27:03 -04004713 list_add(&clp->cl_lru, &reaplist);
Benny Halevy36acb662010-05-12 00:13:04 +03004714 }
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03004715 spin_unlock(&nn->client_lock);
Benny Halevy36acb662010-05-12 00:13:04 +03004716 list_for_each_safe(pos, next, &reaplist) {
4717 clp = list_entry(pos, struct nfs4_client, cl_lru);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004718 dprintk("NFSD: purging unused client (clientid %08x)\n",
4719 clp->cl_clientid.cl_id);
Trond Myklebust4864af92014-07-30 08:27:03 -04004720 list_del_init(&clp->cl_lru);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004721 expire_client(clp);
4722 }
Benny Halevycdc97502014-05-30 09:09:30 -04004723 spin_lock(&state_lock);
J. Bruce Fieldse8c69d12013-03-21 15:19:33 -04004724 list_for_each_safe(pos, next, &nn->del_recall_lru) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004725 dp = list_entry (pos, struct nfs4_delegation, dl_recall_lru);
4726 if (time_after((unsigned long)dp->dl_time, (unsigned long)cutoff)) {
Jeff Laytona832e7a2014-05-30 09:09:26 -04004727 t = dp->dl_time - cutoff;
4728 new_timeo = min(new_timeo, t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004729 break;
4730 }
Jeff Layton3fcbbd22015-08-24 12:41:48 -04004731 WARN_ON(!unhash_delegation_locked(dp));
Jeff Layton42690672014-07-25 07:34:20 -04004732 list_add(&dp->dl_recall_lru, &reaplist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004733 }
Benny Halevycdc97502014-05-30 09:09:30 -04004734 spin_unlock(&state_lock);
Jeff Layton2d4a5322014-07-25 07:34:21 -04004735 while (!list_empty(&reaplist)) {
4736 dp = list_first_entry(&reaplist, struct nfs4_delegation,
4737 dl_recall_lru);
4738 list_del_init(&dp->dl_recall_lru);
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04004739 revoke_delegation(dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004740 }
Jeff Layton217526e2014-07-30 08:27:11 -04004741
4742 spin_lock(&nn->client_lock);
4743 while (!list_empty(&nn->close_lru)) {
4744 oo = list_first_entry(&nn->close_lru, struct nfs4_openowner,
4745 oo_close_lru);
4746 if (time_after((unsigned long)oo->oo_time,
4747 (unsigned long)cutoff)) {
Jeff Laytona832e7a2014-05-30 09:09:26 -04004748 t = oo->oo_time - cutoff;
4749 new_timeo = min(new_timeo, t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004750 break;
4751 }
Jeff Layton217526e2014-07-30 08:27:11 -04004752 list_del_init(&oo->oo_close_lru);
4753 stp = oo->oo_last_closed_stid;
4754 oo->oo_last_closed_stid = NULL;
4755 spin_unlock(&nn->client_lock);
4756 nfs4_put_stid(&stp->st_stid);
4757 spin_lock(&nn->client_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004758 }
Jeff Layton217526e2014-07-30 08:27:11 -04004759 spin_unlock(&nn->client_lock);
4760
Jeff Layton7919d0a2016-09-16 16:28:25 -04004761 /*
4762 * It's possible for a client to try and acquire an already held lock
4763 * that is being held for a long time, and then lose interest in it.
4764 * So, we clean out any un-revisited request after a lease period
4765 * under the assumption that the client is no longer interested.
4766 *
4767 * RFC5661, sec. 9.6 states that the client must not rely on getting
4768 * notifications and must continue to poll for locks, even when the
4769 * server supports them. Thus this shouldn't lead to clients blocking
4770 * indefinitely once the lock does become free.
4771 */
4772 BUG_ON(!list_empty(&reaplist));
Jeff Layton0cc11a62016-10-20 09:34:31 -04004773 spin_lock(&nn->blocked_locks_lock);
Jeff Layton7919d0a2016-09-16 16:28:25 -04004774 while (!list_empty(&nn->blocked_locks_lru)) {
4775 nbl = list_first_entry(&nn->blocked_locks_lru,
4776 struct nfsd4_blocked_lock, nbl_lru);
4777 if (time_after((unsigned long)nbl->nbl_time,
4778 (unsigned long)cutoff)) {
4779 t = nbl->nbl_time - cutoff;
4780 new_timeo = min(new_timeo, t);
4781 break;
4782 }
4783 list_move(&nbl->nbl_lru, &reaplist);
4784 list_del_init(&nbl->nbl_list);
4785 }
Jeff Layton0cc11a62016-10-20 09:34:31 -04004786 spin_unlock(&nn->blocked_locks_lock);
Jeff Layton7919d0a2016-09-16 16:28:25 -04004787
4788 while (!list_empty(&reaplist)) {
Naofumi Hondaaa1a6cf2017-11-09 10:57:16 -05004789 nbl = list_first_entry(&reaplist,
Jeff Layton7919d0a2016-09-16 16:28:25 -04004790 struct nfsd4_blocked_lock, nbl_lru);
4791 list_del_init(&nbl->nbl_lru);
4792 posix_unblock_lock(&nbl->nbl_lock);
4793 free_blocked_lock(nbl);
4794 }
4795
Jeff Laytona832e7a2014-05-30 09:09:26 -04004796 new_timeo = max_t(time_t, new_timeo, NFSD_LAUNDROMAT_MINTIMEOUT);
Jeff Laytona832e7a2014-05-30 09:09:26 -04004797 return new_timeo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004798}
4799
Harvey Harrisona254b242008-02-20 12:49:00 -08004800static struct workqueue_struct *laundry_wq;
4801static void laundromat_main(struct work_struct *);
Harvey Harrisona254b242008-02-20 12:49:00 -08004802
4803static void
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03004804laundromat_main(struct work_struct *laundry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004805{
4806 time_t t;
Geliang Tang2e55f3a2016-01-01 22:06:28 +08004807 struct delayed_work *dwork = to_delayed_work(laundry);
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03004808 struct nfsd_net *nn = container_of(dwork, struct nfsd_net,
4809 laundromat_work);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004810
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03004811 t = nfs4_laundromat(nn);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004812 dprintk("NFSD: laundromat_main - sleeping for %ld seconds\n", t);
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03004813 queue_delayed_work(laundry_wq, &nn->laundromat_work, t*HZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004814}
4815
Jeff Layton8fcd4612015-07-30 06:57:46 -04004816static inline __be32 nfs4_check_fh(struct svc_fh *fhp, struct nfs4_stid *stp)
NeilBrownf8816512005-07-07 17:59:25 -07004817{
Jeff Layton8fcd4612015-07-30 06:57:46 -04004818 if (!fh_match(&fhp->fh_handle, &stp->sc_file->fi_fhandle))
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04004819 return nfserr_bad_stateid;
4820 return nfs_ok;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004821}
4822
Linus Torvalds1da177e2005-04-16 15:20:36 -07004823static inline int
Jeff Layton82c5ff12012-05-11 09:45:13 -04004824access_permit_read(struct nfs4_ol_stateid *stp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004825{
Jeff Layton82c5ff12012-05-11 09:45:13 -04004826 return test_access(NFS4_SHARE_ACCESS_READ, stp) ||
4827 test_access(NFS4_SHARE_ACCESS_BOTH, stp) ||
4828 test_access(NFS4_SHARE_ACCESS_WRITE, stp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004829}
4830
4831static inline int
Jeff Layton82c5ff12012-05-11 09:45:13 -04004832access_permit_write(struct nfs4_ol_stateid *stp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004833{
Jeff Layton82c5ff12012-05-11 09:45:13 -04004834 return test_access(NFS4_SHARE_ACCESS_WRITE, stp) ||
4835 test_access(NFS4_SHARE_ACCESS_BOTH, stp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004836}
4837
4838static
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04004839__be32 nfs4_check_openmode(struct nfs4_ol_stateid *stp, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004840{
Al Virob37ad282006-10-19 23:28:59 -07004841 __be32 status = nfserr_openmode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004842
J. Bruce Fields02921912010-07-29 15:16:59 -04004843 /* For lock stateid's, we test the parent open, not the lock: */
4844 if (stp->st_openstp)
4845 stp = stp->st_openstp;
Jeff Layton82c5ff12012-05-11 09:45:13 -04004846 if ((flags & WR_STATE) && !access_permit_write(stp))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004847 goto out;
Jeff Layton82c5ff12012-05-11 09:45:13 -04004848 if ((flags & RD_STATE) && !access_permit_read(stp))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004849 goto out;
4850 status = nfs_ok;
4851out:
4852 return status;
4853}
4854
Al Virob37ad282006-10-19 23:28:59 -07004855static inline __be32
Stanislav Kinsbursky5ccb0062012-07-25 16:57:22 +04004856check_special_stateids(struct net *net, svc_fh *current_fh, stateid_t *stateid, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004857{
J. Bruce Fields203a8c82009-02-21 13:29:14 -08004858 if (ONE_STATEID(stateid) && (flags & RD_STATE))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004859 return nfs_ok;
J. Bruce Fieldsc87fb4a2015-08-06 12:47:02 -04004860 else if (opens_in_grace(net)) {
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004861 /* Answer in remaining cases depends on existence of
Linus Torvalds1da177e2005-04-16 15:20:36 -07004862 * conflicting state; so we must wait out the grace period. */
4863 return nfserr_grace;
4864 } else if (flags & WR_STATE)
4865 return nfs4_share_conflict(current_fh,
4866 NFS4_SHARE_DENY_WRITE);
4867 else /* (flags & RD_STATE) && ZERO_STATEID(stateid) */
4868 return nfs4_share_conflict(current_fh,
4869 NFS4_SHARE_DENY_READ);
4870}
4871
4872/*
4873 * Allow READ/WRITE during grace period on recovered state only for files
4874 * that are not able to provide mandatory locking.
4875 */
4876static inline int
Stanislav Kinsbursky5ccb0062012-07-25 16:57:22 +04004877grace_disallows_io(struct net *net, struct inode *inode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004878{
J. Bruce Fieldsc87fb4a2015-08-06 12:47:02 -04004879 return opens_in_grace(net) && mandatory_lock(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004880}
4881
J. Bruce Fields57b7b432012-04-25 17:58:50 -04004882static __be32 check_stateid_generation(stateid_t *in, stateid_t *ref, bool has_session)
J. Bruce Fields0836f582008-01-26 19:08:12 -05004883{
Andy Adamson66689582009-04-03 08:28:45 +03004884 /*
4885 * When sessions are used the stateid generation number is ignored
4886 * when it is zero.
4887 */
J. Bruce Fields28dde242011-08-22 10:07:12 -04004888 if (has_session && in->si_generation == 0)
J. Bruce Fields81b82962011-08-23 11:03:29 -04004889 return nfs_ok;
4890
4891 if (in->si_generation == ref->si_generation)
4892 return nfs_ok;
Andy Adamson66689582009-04-03 08:28:45 +03004893
J. Bruce Fields0836f582008-01-26 19:08:12 -05004894 /* If the client sends us a stateid from the future, it's buggy: */
Jeff Layton14b7f4a2016-05-05 06:53:47 -04004895 if (nfsd4_stateid_generation_after(in, ref))
J. Bruce Fields0836f582008-01-26 19:08:12 -05004896 return nfserr_bad_stateid;
4897 /*
J. Bruce Fields81b82962011-08-23 11:03:29 -04004898 * However, we could see a stateid from the past, even from a
4899 * non-buggy client. For example, if the client sends a lock
4900 * while some IO is outstanding, the lock may bump si_generation
4901 * while the IO is still in flight. The client could avoid that
4902 * situation by waiting for responses on all the IO requests,
4903 * but better performance may result in retrying IO that
4904 * receives an old_stateid error if requests are rarely
4905 * reordered in flight:
J. Bruce Fields0836f582008-01-26 19:08:12 -05004906 */
J. Bruce Fields81b82962011-08-23 11:03:29 -04004907 return nfserr_old_stateid;
J. Bruce Fields0836f582008-01-26 19:08:12 -05004908}
4909
Christoph Hellwigebe9cb32015-04-28 15:41:15 +02004910static __be32 nfsd4_check_openowner_confirmed(struct nfs4_ol_stateid *ols)
4911{
4912 if (ols->st_stateowner->so_is_open_owner &&
4913 !(openowner(ols->st_stateowner)->oo_flags & NFS4_OO_CONFIRMED))
4914 return nfserr_bad_stateid;
4915 return nfs_ok;
4916}
4917
Chuck Lever7df302f2012-05-29 13:56:37 -04004918static __be32 nfsd4_validate_stateid(struct nfs4_client *cl, stateid_t *stateid)
Bryan Schumaker17456802011-07-13 10:50:48 -04004919{
J. Bruce Fields97b7e3b2011-09-09 11:26:58 -04004920 struct nfs4_stid *s;
Jeff Layton1af71cc2014-07-29 21:34:14 -04004921 __be32 status = nfserr_bad_stateid;
Bryan Schumaker17456802011-07-13 10:50:48 -04004922
Andrew Elblef25e2222017-11-09 13:41:10 -05004923 if (ZERO_STATEID(stateid) || ONE_STATEID(stateid) ||
4924 CLOSE_STATEID(stateid))
Jeff Layton1af71cc2014-07-29 21:34:14 -04004925 return status;
Chuck Lever7df302f2012-05-29 13:56:37 -04004926 /* Client debugging aid. */
4927 if (!same_clid(&stateid->si_opaque.so_clid, &cl->cl_clientid)) {
4928 char addr_str[INET6_ADDRSTRLEN];
4929 rpc_ntop((struct sockaddr *)&cl->cl_addr, addr_str,
4930 sizeof(addr_str));
4931 pr_warn_ratelimited("NFSD: client %s testing state ID "
4932 "with incorrect client ID\n", addr_str);
Jeff Layton1af71cc2014-07-29 21:34:14 -04004933 return status;
Chuck Lever7df302f2012-05-29 13:56:37 -04004934 }
Jeff Layton1af71cc2014-07-29 21:34:14 -04004935 spin_lock(&cl->cl_lock);
4936 s = find_stateid_locked(cl, stateid);
J. Bruce Fields97b7e3b2011-09-09 11:26:58 -04004937 if (!s)
Jeff Layton1af71cc2014-07-29 21:34:14 -04004938 goto out_unlock;
J. Bruce Fields36279ac2011-09-26 12:53:00 -04004939 status = check_stateid_generation(stateid, &s->sc_stateid, 1);
Bryan Schumaker17456802011-07-13 10:50:48 -04004940 if (status)
Jeff Layton1af71cc2014-07-29 21:34:14 -04004941 goto out_unlock;
J. Bruce Fields23340032013-04-09 17:42:28 -04004942 switch (s->sc_type) {
4943 case NFS4_DELEG_STID:
Jeff Layton1af71cc2014-07-29 21:34:14 -04004944 status = nfs_ok;
4945 break;
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04004946 case NFS4_REVOKED_DELEG_STID:
Jeff Layton1af71cc2014-07-29 21:34:14 -04004947 status = nfserr_deleg_revoked;
4948 break;
J. Bruce Fields23340032013-04-09 17:42:28 -04004949 case NFS4_OPEN_STID:
4950 case NFS4_LOCK_STID:
Christoph Hellwigebe9cb32015-04-28 15:41:15 +02004951 status = nfsd4_check_openowner_confirmed(openlockstateid(s));
Jeff Layton1af71cc2014-07-29 21:34:14 -04004952 break;
J. Bruce Fields23340032013-04-09 17:42:28 -04004953 default:
4954 printk("unknown stateid type %x\n", s->sc_type);
Trond Myklebustb0fc29d2014-07-16 10:31:59 -04004955 /* Fallthrough */
J. Bruce Fields23340032013-04-09 17:42:28 -04004956 case NFS4_CLOSED_STID:
Trond Myklebustb0fc29d2014-07-16 10:31:59 -04004957 case NFS4_CLOSED_DELEG_STID:
Jeff Layton1af71cc2014-07-29 21:34:14 -04004958 status = nfserr_bad_stateid;
J. Bruce Fields23340032013-04-09 17:42:28 -04004959 }
Jeff Layton1af71cc2014-07-29 21:34:14 -04004960out_unlock:
4961 spin_unlock(&cl->cl_lock);
4962 return status;
Bryan Schumaker17456802011-07-13 10:50:48 -04004963}
4964
Christoph Hellwigcd61c522014-08-14 08:44:57 +02004965__be32
Trond Myklebust2dd6e452014-06-30 11:48:43 -04004966nfsd4_lookup_stateid(struct nfsd4_compound_state *cstate,
4967 stateid_t *stateid, unsigned char typemask,
4968 struct nfs4_stid **s, struct nfsd_net *nn)
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004969{
J. Bruce Fields0eb6f202013-03-12 17:36:17 -04004970 __be32 status;
Andrew Elble62f0b692017-11-03 14:06:31 -04004971 bool return_revoked = false;
4972
4973 /*
4974 * only return revoked delegations if explicitly asked.
4975 * otherwise we report revoked or bad_stateid status.
4976 */
4977 if (typemask & NFS4_REVOKED_DELEG_STID)
4978 return_revoked = true;
4979 else if (typemask & NFS4_DELEG_STID)
4980 typemask |= NFS4_REVOKED_DELEG_STID;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004981
Andrew Elblef25e2222017-11-09 13:41:10 -05004982 if (ZERO_STATEID(stateid) || ONE_STATEID(stateid) ||
4983 CLOSE_STATEID(stateid))
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004984 return nfserr_bad_stateid;
Jeff Layton4b24ca72014-06-30 11:48:44 -04004985 status = lookup_clientid(&stateid->si_opaque.so_clid, cstate, nn);
Trond Myklebusta8a7c672014-03-29 14:43:38 -04004986 if (status == nfserr_stale_clientid) {
Jeff Layton4b24ca72014-06-30 11:48:44 -04004987 if (cstate->session)
Trond Myklebusta8a7c672014-03-29 14:43:38 -04004988 return nfserr_bad_stateid;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004989 return nfserr_stale_stateid;
Trond Myklebusta8a7c672014-03-29 14:43:38 -04004990 }
J. Bruce Fields0eb6f202013-03-12 17:36:17 -04004991 if (status)
4992 return status;
Jeff Layton4b24ca72014-06-30 11:48:44 -04004993 *s = find_stateid_by_type(cstate->clp, stateid, typemask);
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004994 if (!*s)
4995 return nfserr_bad_stateid;
Andrew Elble62f0b692017-11-03 14:06:31 -04004996 if (((*s)->sc_type == NFS4_REVOKED_DELEG_STID) && !return_revoked) {
4997 nfs4_put_stid(*s);
4998 if (cstate->minorversion)
4999 return nfserr_deleg_revoked;
5000 return nfserr_bad_stateid;
5001 }
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005002 return nfs_ok;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005003}
5004
Christoph Hellwiga0649b22015-06-18 16:44:59 +02005005static struct file *
5006nfs4_find_file(struct nfs4_stid *s, int flags)
5007{
Christoph Hellwigaf90f702015-06-18 16:45:00 +02005008 if (!s)
5009 return NULL;
5010
Christoph Hellwiga0649b22015-06-18 16:44:59 +02005011 switch (s->sc_type) {
5012 case NFS4_DELEG_STID:
5013 if (WARN_ON_ONCE(!s->sc_file->fi_deleg_file))
5014 return NULL;
5015 return get_file(s->sc_file->fi_deleg_file);
5016 case NFS4_OPEN_STID:
5017 case NFS4_LOCK_STID:
5018 if (flags & RD_STATE)
5019 return find_readable_file(s->sc_file);
5020 else
5021 return find_writeable_file(s->sc_file);
5022 break;
5023 }
5024
5025 return NULL;
5026}
5027
5028static __be32
5029nfs4_check_olstateid(struct svc_fh *fhp, struct nfs4_ol_stateid *ols, int flags)
5030{
5031 __be32 status;
5032
Christoph Hellwiga0649b22015-06-18 16:44:59 +02005033 status = nfsd4_check_openowner_confirmed(ols);
5034 if (status)
5035 return status;
5036 return nfs4_check_openmode(ols, flags);
5037}
5038
Christoph Hellwigaf90f702015-06-18 16:45:00 +02005039static __be32
5040nfs4_check_file(struct svc_rqst *rqstp, struct svc_fh *fhp, struct nfs4_stid *s,
5041 struct file **filpp, bool *tmp_file, int flags)
5042{
5043 int acc = (flags & RD_STATE) ? NFSD_MAY_READ : NFSD_MAY_WRITE;
5044 struct file *file;
5045 __be32 status;
5046
5047 file = nfs4_find_file(s, flags);
5048 if (file) {
5049 status = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry,
5050 acc | NFSD_MAY_OWNER_OVERRIDE);
5051 if (status) {
5052 fput(file);
5053 return status;
5054 }
5055
5056 *filpp = file;
5057 } else {
5058 status = nfsd_open(rqstp, fhp, S_IFREG, acc, filpp);
5059 if (status)
5060 return status;
5061
5062 if (tmp_file)
5063 *tmp_file = true;
5064 }
5065
5066 return 0;
5067}
5068
Linus Torvalds1da177e2005-04-16 15:20:36 -07005069/*
Christoph Hellwiga0649b22015-06-18 16:44:59 +02005070 * Checks for stateid operations
5071 */
Al Virob37ad282006-10-19 23:28:59 -07005072__be32
Christoph Hellwigaf90f702015-06-18 16:45:00 +02005073nfs4_preprocess_stateid_op(struct svc_rqst *rqstp,
Anna Schumakeraa0d6ae2015-12-03 12:59:51 +01005074 struct nfsd4_compound_state *cstate, struct svc_fh *fhp,
5075 stateid_t *stateid, int flags, struct file **filpp, bool *tmp_file)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005076{
Christoph Hellwiga0649b22015-06-18 16:44:59 +02005077 struct inode *ino = d_inode(fhp->fh_dentry);
Christoph Hellwigaf90f702015-06-18 16:45:00 +02005078 struct net *net = SVC_NET(rqstp);
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005079 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Christoph Hellwigaf90f702015-06-18 16:45:00 +02005080 struct nfs4_stid *s = NULL;
Al Virob37ad282006-10-19 23:28:59 -07005081 __be32 status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005082
Linus Torvalds1da177e2005-04-16 15:20:36 -07005083 if (filpp)
5084 *filpp = NULL;
Christoph Hellwigaf90f702015-06-18 16:45:00 +02005085 if (tmp_file)
5086 *tmp_file = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005087
Stanislav Kinsbursky5ccb0062012-07-25 16:57:22 +04005088 if (grace_disallows_io(net, ino))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005089 return nfserr_grace;
5090
Christoph Hellwigaf90f702015-06-18 16:45:00 +02005091 if (ZERO_STATEID(stateid) || ONE_STATEID(stateid)) {
5092 status = check_special_stateids(net, fhp, stateid, flags);
5093 goto done;
5094 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005095
Trond Myklebust2dd6e452014-06-30 11:48:43 -04005096 status = nfsd4_lookup_stateid(cstate, stateid,
Jeff Laytondb24b3b2014-06-30 11:48:36 -04005097 NFS4_DELEG_STID|NFS4_OPEN_STID|NFS4_LOCK_STID,
Trond Myklebust2dd6e452014-06-30 11:48:43 -04005098 &s, nn);
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005099 if (status)
Trond Myklebustc2d1d6a2014-07-30 08:27:25 -04005100 return status;
Christoph Hellwiga0649b22015-06-18 16:44:59 +02005101 status = check_stateid_generation(stateid, &s->sc_stateid,
5102 nfsd4_has_session(cstate));
J. Bruce Fields69064a22011-09-09 11:54:57 -04005103 if (status)
5104 goto out;
Christoph Hellwiga0649b22015-06-18 16:44:59 +02005105
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005106 switch (s->sc_type) {
5107 case NFS4_DELEG_STID:
Christoph Hellwiga0649b22015-06-18 16:44:59 +02005108 status = nfs4_check_delegmode(delegstateid(s), flags);
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005109 break;
5110 case NFS4_OPEN_STID:
5111 case NFS4_LOCK_STID:
Christoph Hellwiga0649b22015-06-18 16:44:59 +02005112 status = nfs4_check_olstateid(fhp, openlockstateid(s), flags);
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005113 break;
5114 default:
Trond Myklebust14bcab12014-04-18 14:44:07 -04005115 status = nfserr_bad_stateid;
Christoph Hellwiga0649b22015-06-18 16:44:59 +02005116 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005117 }
Jeff Layton8fcd4612015-07-30 06:57:46 -04005118 if (status)
5119 goto out;
5120 status = nfs4_check_fh(fhp, s);
Christoph Hellwiga0649b22015-06-18 16:44:59 +02005121
Christoph Hellwigaf90f702015-06-18 16:45:00 +02005122done:
5123 if (!status && filpp)
5124 status = nfs4_check_file(rqstp, fhp, s, filpp, tmp_file, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005125out:
Christoph Hellwigaf90f702015-06-18 16:45:00 +02005126 if (s)
5127 nfs4_put_stid(s);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005128 return status;
5129}
5130
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005131/*
Bryan Schumaker17456802011-07-13 10:50:48 -04005132 * Test if the stateid is valid
5133 */
5134__be32
5135nfsd4_test_stateid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
5136 struct nfsd4_test_stateid *test_stateid)
5137{
Bryan Schumaker03cfb422012-01-27 10:22:49 -05005138 struct nfsd4_test_stateid_id *stateid;
5139 struct nfs4_client *cl = cstate->session->se_client;
5140
Bryan Schumaker03cfb422012-01-27 10:22:49 -05005141 list_for_each_entry(stateid, &test_stateid->ts_stateid_list, ts_id_list)
Chuck Lever7df302f2012-05-29 13:56:37 -04005142 stateid->ts_id_status =
5143 nfsd4_validate_stateid(cl, &stateid->ts_id_stateid);
Bryan Schumaker03cfb422012-01-27 10:22:49 -05005144
Bryan Schumaker17456802011-07-13 10:50:48 -04005145 return nfs_ok;
5146}
5147
Chuck Lever42691392016-08-11 10:37:30 -04005148static __be32
5149nfsd4_free_lock_stateid(stateid_t *stateid, struct nfs4_stid *s)
5150{
5151 struct nfs4_ol_stateid *stp = openlockstateid(s);
5152 __be32 ret;
5153
5154 mutex_lock(&stp->st_mutex);
5155
5156 ret = check_stateid_generation(stateid, &s->sc_stateid, 1);
5157 if (ret)
5158 goto out;
5159
5160 ret = nfserr_locks_held;
5161 if (check_for_locks(stp->st_stid.sc_file,
5162 lockowner(stp->st_stateowner)))
5163 goto out;
5164
5165 release_lock_stateid(stp);
5166 ret = nfs_ok;
5167
5168out:
5169 mutex_unlock(&stp->st_mutex);
5170 nfs4_put_stid(s);
5171 return ret;
5172}
5173
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005174__be32
5175nfsd4_free_stateid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
5176 struct nfsd4_free_stateid *free_stateid)
5177{
5178 stateid_t *stateid = &free_stateid->fr_stateid;
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005179 struct nfs4_stid *s;
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04005180 struct nfs4_delegation *dp;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005181 struct nfs4_client *cl = cstate->session->se_client;
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005182 __be32 ret = nfserr_bad_stateid;
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005183
Jeff Layton1af71cc2014-07-29 21:34:14 -04005184 spin_lock(&cl->cl_lock);
5185 s = find_stateid_locked(cl, stateid);
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005186 if (!s)
Jeff Layton1af71cc2014-07-29 21:34:14 -04005187 goto out_unlock;
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005188 switch (s->sc_type) {
5189 case NFS4_DELEG_STID:
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005190 ret = nfserr_locks_held;
Jeff Layton1af71cc2014-07-29 21:34:14 -04005191 break;
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005192 case NFS4_OPEN_STID:
Jeff Layton1af71cc2014-07-29 21:34:14 -04005193 ret = check_stateid_generation(stateid, &s->sc_stateid, 1);
5194 if (ret)
5195 break;
5196 ret = nfserr_locks_held;
5197 break;
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005198 case NFS4_LOCK_STID:
Chuck Lever42691392016-08-11 10:37:30 -04005199 atomic_inc(&s->sc_count);
Jeff Layton1af71cc2014-07-29 21:34:14 -04005200 spin_unlock(&cl->cl_lock);
Chuck Lever42691392016-08-11 10:37:30 -04005201 ret = nfsd4_free_lock_stateid(stateid, s);
Jeff Layton1af71cc2014-07-29 21:34:14 -04005202 goto out;
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04005203 case NFS4_REVOKED_DELEG_STID:
5204 dp = delegstateid(s);
Jeff Layton2d4a5322014-07-25 07:34:21 -04005205 list_del_init(&dp->dl_recall_lru);
5206 spin_unlock(&cl->cl_lock);
Trond Myklebust60116952014-07-29 21:34:06 -04005207 nfs4_put_stid(s);
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04005208 ret = nfs_ok;
Jeff Layton1af71cc2014-07-29 21:34:14 -04005209 goto out;
5210 /* Default falls through and returns nfserr_bad_stateid */
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005211 }
Jeff Layton1af71cc2014-07-29 21:34:14 -04005212out_unlock:
5213 spin_unlock(&cl->cl_lock);
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005214out:
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005215 return ret;
5216}
5217
NeilBrown4c4cd222005-07-07 17:59:27 -07005218static inline int
5219setlkflg (int type)
5220{
5221 return (type == NFS4_READW_LT || type == NFS4_READ_LT) ?
5222 RD_STATE : WR_STATE;
5223}
Linus Torvalds1da177e2005-04-16 15:20:36 -07005224
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005225static __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 -04005226{
5227 struct svc_fh *current_fh = &cstate->current_fh;
5228 struct nfs4_stateowner *sop = stp->st_stateowner;
5229 __be32 status;
5230
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005231 status = nfsd4_check_seqid(cstate, sop, seqid);
5232 if (status)
5233 return status;
Trond Myklebust2a7d4a72017-11-03 08:00:15 -04005234 status = nfsd4_lock_ol_stateid(stp);
5235 if (status != nfs_ok)
5236 return status;
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005237 status = check_stateid_generation(stateid, &stp->st_stid.sc_stateid, nfsd4_has_session(cstate));
Jeff Layton35a92fe2015-09-17 07:47:08 -04005238 if (status == nfs_ok)
5239 status = nfs4_check_fh(current_fh, &stp->st_stid);
5240 if (status != nfs_ok)
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005241 mutex_unlock(&stp->st_mutex);
Jeff Layton35a92fe2015-09-17 07:47:08 -04005242 return status;
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005243}
5244
Linus Torvalds1da177e2005-04-16 15:20:36 -07005245/*
5246 * Checks for sequence id mutating operations.
5247 */
Al Virob37ad282006-10-19 23:28:59 -07005248static __be32
Benny Halevydd453df2009-04-03 08:28:41 +03005249nfs4_preprocess_seqid_op(struct nfsd4_compound_state *cstate, u32 seqid,
J. Bruce Fields2288d0e2011-09-06 15:50:21 -04005250 stateid_t *stateid, char typemask,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005251 struct nfs4_ol_stateid **stpp,
5252 struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005253{
J. Bruce Fields0836f582008-01-26 19:08:12 -05005254 __be32 status;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005255 struct nfs4_stid *s;
Trond Myklebuste17f99b2014-06-30 11:48:34 -04005256 struct nfs4_ol_stateid *stp = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005257
Benny Halevy8c10cbd2009-10-19 12:04:53 +02005258 dprintk("NFSD: %s: seqid=%d stateid = " STATEID_FMT "\n", __func__,
5259 seqid, STATEID_VAL(stateid));
NeilBrown3a4f98b2005-07-07 17:59:26 -07005260
Linus Torvalds1da177e2005-04-16 15:20:36 -07005261 *stpp = NULL;
Trond Myklebust2dd6e452014-06-30 11:48:43 -04005262 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &s, nn);
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005263 if (status)
5264 return status;
Trond Myklebuste17f99b2014-06-30 11:48:34 -04005265 stp = openlockstateid(s);
Jeff Layton58fb12e2014-07-29 21:34:27 -04005266 nfsd4_cstate_assign_replay(cstate, stp->st_stateowner);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005267
Trond Myklebuste17f99b2014-06-30 11:48:34 -04005268 status = nfs4_seqid_op_checks(cstate, stateid, seqid, stp);
Trond Myklebustfd911012014-07-29 21:34:24 -04005269 if (!status)
Trond Myklebuste17f99b2014-06-30 11:48:34 -04005270 *stpp = stp;
Trond Myklebustfd911012014-07-29 21:34:24 -04005271 else
5272 nfs4_put_stid(&stp->st_stid);
Trond Myklebuste17f99b2014-06-30 11:48:34 -04005273 return status;
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005274}
J. Bruce Fields39325bd2007-11-26 17:06:39 -05005275
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005276static __be32 nfs4_preprocess_confirmed_seqid_op(struct nfsd4_compound_state *cstate, u32 seqid,
5277 stateid_t *stateid, struct nfs4_ol_stateid **stpp, struct nfsd_net *nn)
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005278{
5279 __be32 status;
5280 struct nfs4_openowner *oo;
Trond Myklebust4cbfc9f2014-07-29 21:34:23 -04005281 struct nfs4_ol_stateid *stp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005282
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005283 status = nfs4_preprocess_seqid_op(cstate, seqid, stateid,
Trond Myklebust4cbfc9f2014-07-29 21:34:23 -04005284 NFS4_OPEN_STID, &stp, nn);
J. Bruce Fields7a8711c2011-09-02 09:03:37 -04005285 if (status)
5286 return status;
Trond Myklebust4cbfc9f2014-07-29 21:34:23 -04005287 oo = openowner(stp->st_stateowner);
5288 if (!(oo->oo_flags & NFS4_OO_CONFIRMED)) {
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005289 mutex_unlock(&stp->st_mutex);
Trond Myklebust4cbfc9f2014-07-29 21:34:23 -04005290 nfs4_put_stid(&stp->st_stid);
NeilBrown3a4f98b2005-07-07 17:59:26 -07005291 return nfserr_bad_stateid;
Trond Myklebust4cbfc9f2014-07-29 21:34:23 -04005292 }
5293 *stpp = stp;
NeilBrown3a4f98b2005-07-07 17:59:26 -07005294 return nfs_ok;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005295}
5296
Al Virob37ad282006-10-19 23:28:59 -07005297__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005298nfsd4_open_confirm(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
J.Bruce Fieldsa4f1706a92006-12-13 00:35:28 -08005299 struct nfsd4_open_confirm *oc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005300{
Al Virob37ad282006-10-19 23:28:59 -07005301 __be32 status;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005302 struct nfs4_openowner *oo;
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005303 struct nfs4_ol_stateid *stp;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005304 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005305
Al Viroa6a9f182013-09-16 10:57:01 -04005306 dprintk("NFSD: nfsd4_open_confirm on file %pd\n",
5307 cstate->current_fh.fh_dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005308
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005309 status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0);
J. Bruce Fieldsa8cddc52006-06-30 01:56:13 -07005310 if (status)
5311 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005312
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04005313 status = nfs4_preprocess_seqid_op(cstate,
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005314 oc->oc_seqid, &oc->oc_req_stateid,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005315 NFS4_OPEN_STID, &stp, nn);
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04005316 if (status)
J. Bruce Fields68b66e82011-09-02 12:19:43 -04005317 goto out;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005318 oo = openowner(stp->st_stateowner);
J. Bruce Fields68b66e82011-09-02 12:19:43 -04005319 status = nfserr_bad_stateid;
Jeff Layton35a92fe2015-09-17 07:47:08 -04005320 if (oo->oo_flags & NFS4_OO_CONFIRMED) {
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005321 mutex_unlock(&stp->st_mutex);
Trond Myklebust2585fc72014-07-29 21:34:21 -04005322 goto put_stateid;
Jeff Layton35a92fe2015-09-17 07:47:08 -04005323 }
J. Bruce Fieldsdad1c062011-09-12 12:24:13 -04005324 oo->oo_flags |= NFS4_OO_CONFIRMED;
Jeff Layton9767feb2015-10-01 09:05:50 -04005325 nfs4_inc_and_copy_stateid(&oc->oc_resp_stateid, &stp->st_stid);
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005326 mutex_unlock(&stp->st_mutex);
Benny Halevy8c10cbd2009-10-19 12:04:53 +02005327 dprintk("NFSD: %s: success, seqid=%d stateid=" STATEID_FMT "\n",
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005328 __func__, oc->oc_seqid, STATEID_VAL(&stp->st_stid.sc_stateid));
NeilBrownc7b9a452005-06-23 22:04:30 -07005329
Jeff Layton2a4317c2012-03-21 16:42:43 -04005330 nfsd4_client_record_create(oo->oo_owner.so_client);
J. Bruce Fields68b66e82011-09-02 12:19:43 -04005331 status = nfs_ok;
Trond Myklebust2585fc72014-07-29 21:34:21 -04005332put_stateid:
5333 nfs4_put_stid(&stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005334out:
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04005335 nfsd4_bump_seqid(cstate, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005336 return status;
5337}
5338
J. Bruce Fields6409a5a2011-09-28 11:37:56 -04005339static inline void nfs4_stateid_downgrade_bit(struct nfs4_ol_stateid *stp, u32 access)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005340{
Jeff Layton82c5ff12012-05-11 09:45:13 -04005341 if (!test_access(access, stp))
J. Bruce Fields6409a5a2011-09-28 11:37:56 -04005342 return;
Trond Myklebust11b91642014-07-29 21:34:08 -04005343 nfs4_file_put_access(stp->st_stid.sc_file, access);
Jeff Layton82c5ff12012-05-11 09:45:13 -04005344 clear_access(access, stp);
J. Bruce Fields6409a5a2011-09-28 11:37:56 -04005345}
J. Bruce Fieldsf197c272011-06-29 08:23:50 -04005346
J. Bruce Fields6409a5a2011-09-28 11:37:56 -04005347static inline void nfs4_stateid_downgrade(struct nfs4_ol_stateid *stp, u32 to_access)
5348{
5349 switch (to_access) {
5350 case NFS4_SHARE_ACCESS_READ:
5351 nfs4_stateid_downgrade_bit(stp, NFS4_SHARE_ACCESS_WRITE);
5352 nfs4_stateid_downgrade_bit(stp, NFS4_SHARE_ACCESS_BOTH);
5353 break;
5354 case NFS4_SHARE_ACCESS_WRITE:
5355 nfs4_stateid_downgrade_bit(stp, NFS4_SHARE_ACCESS_READ);
5356 nfs4_stateid_downgrade_bit(stp, NFS4_SHARE_ACCESS_BOTH);
5357 break;
5358 case NFS4_SHARE_ACCESS_BOTH:
5359 break;
5360 default:
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05005361 WARN_ON_ONCE(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005362 }
5363}
5364
Al Virob37ad282006-10-19 23:28:59 -07005365__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005366nfsd4_open_downgrade(struct svc_rqst *rqstp,
5367 struct nfsd4_compound_state *cstate,
J.Bruce Fieldsa4f1706a92006-12-13 00:35:28 -08005368 struct nfsd4_open_downgrade *od)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005369{
Al Virob37ad282006-10-19 23:28:59 -07005370 __be32 status;
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005371 struct nfs4_ol_stateid *stp;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005372 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005373
Al Viroa6a9f182013-09-16 10:57:01 -04005374 dprintk("NFSD: nfsd4_open_downgrade on file %pd\n",
5375 cstate->current_fh.fh_dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005376
J. Bruce Fieldsc30e92d2011-10-10 17:34:31 -04005377 /* We don't yet support WANT bits: */
Benny Halevy2c8bd7e2012-02-16 20:57:09 +02005378 if (od->od_deleg_want)
5379 dprintk("NFSD: %s: od_deleg_want=0x%x ignored\n", __func__,
5380 od->od_deleg_want);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005381
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005382 status = nfs4_preprocess_confirmed_seqid_op(cstate, od->od_seqid,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005383 &od->od_stateid, &stp, nn);
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04005384 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005385 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005386 status = nfserr_inval;
Jeff Layton82c5ff12012-05-11 09:45:13 -04005387 if (!test_access(od->od_share_access, stp)) {
Jeff Laytonc11c5912014-07-10 14:07:30 -04005388 dprintk("NFSD: access not a subset of current bitmap: 0x%hhx, input access=%08x\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07005389 stp->st_access_bmap, od->od_share_access);
Trond Myklebust0667b1e2014-07-29 21:34:22 -04005390 goto put_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005391 }
Jeff Laytonce0fc432012-05-11 09:45:14 -04005392 if (!test_deny(od->od_share_deny, stp)) {
Jeff Laytonc11c5912014-07-10 14:07:30 -04005393 dprintk("NFSD: deny not a subset of current bitmap: 0x%hhx, input deny=%08x\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07005394 stp->st_deny_bmap, od->od_share_deny);
Trond Myklebust0667b1e2014-07-29 21:34:22 -04005395 goto put_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005396 }
J. Bruce Fields6409a5a2011-09-28 11:37:56 -04005397 nfs4_stateid_downgrade(stp, od->od_share_access);
Jeff Laytonce0fc432012-05-11 09:45:14 -04005398 reset_union_bmap_deny(od->od_share_deny, stp);
Jeff Layton9767feb2015-10-01 09:05:50 -04005399 nfs4_inc_and_copy_stateid(&od->od_stateid, &stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005400 status = nfs_ok;
Trond Myklebust0667b1e2014-07-29 21:34:22 -04005401put_stateid:
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005402 mutex_unlock(&stp->st_mutex);
Trond Myklebust0667b1e2014-07-29 21:34:22 -04005403 nfs4_put_stid(&stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005404out:
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04005405 nfsd4_bump_seqid(cstate, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005406 return status;
5407}
5408
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005409static void nfsd4_close_open_stateid(struct nfs4_ol_stateid *s)
5410{
Trond Myklebustacf92952014-06-30 11:48:37 -04005411 struct nfs4_client *clp = s->st_stid.sc_client;
Jeff Laytone8568732015-08-24 12:41:47 -04005412 bool unhashed;
Jeff Laytond83017f2014-07-29 21:34:42 -04005413 LIST_HEAD(reaplist);
Trond Myklebustacf92952014-06-30 11:48:37 -04005414
Jeff Layton2c41beb2014-07-29 21:34:41 -04005415 spin_lock(&clp->cl_lock);
Jeff Laytone8568732015-08-24 12:41:47 -04005416 unhashed = unhash_open_stateid(s, &reaplist);
Trond Myklebustacf92952014-06-30 11:48:37 -04005417
Jeff Laytond83017f2014-07-29 21:34:42 -04005418 if (clp->cl_minorversion) {
Jeff Laytone8568732015-08-24 12:41:47 -04005419 if (unhashed)
5420 put_ol_stateid_locked(s, &reaplist);
Jeff Laytond83017f2014-07-29 21:34:42 -04005421 spin_unlock(&clp->cl_lock);
5422 free_ol_stateid_reaplist(&reaplist);
5423 } else {
5424 spin_unlock(&clp->cl_lock);
5425 free_ol_stateid_reaplist(&reaplist);
Jeff Laytone8568732015-08-24 12:41:47 -04005426 if (unhashed)
5427 move_to_close_lru(s, clp->net);
Jeff Laytond83017f2014-07-29 21:34:42 -04005428 }
J. Bruce Fields38c387b2011-09-16 17:42:48 -04005429}
5430
Linus Torvalds1da177e2005-04-16 15:20:36 -07005431/*
5432 * nfs4_unlock_state() called after encode
5433 */
Al Virob37ad282006-10-19 23:28:59 -07005434__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005435nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
J.Bruce Fieldsa4f1706a92006-12-13 00:35:28 -08005436 struct nfsd4_close *close)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005437{
Al Virob37ad282006-10-19 23:28:59 -07005438 __be32 status;
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005439 struct nfs4_ol_stateid *stp;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005440 struct net *net = SVC_NET(rqstp);
5441 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005442
Al Viroa6a9f182013-09-16 10:57:01 -04005443 dprintk("NFSD: nfsd4_close on file %pd\n",
5444 cstate->current_fh.fh_dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005445
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005446 status = nfs4_preprocess_seqid_op(cstate, close->cl_seqid,
5447 &close->cl_stateid,
5448 NFS4_OPEN_STID|NFS4_CLOSED_STID,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005449 &stp, nn);
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04005450 nfsd4_bump_seqid(cstate, status);
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04005451 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005452 goto out;
Trond Myklebust1c8ea412017-11-03 08:00:10 -04005453
5454 stp->st_stid.sc_type = NFS4_CLOSED_STID;
Jeff Layton9767feb2015-10-01 09:05:50 -04005455 nfs4_inc_and_copy_stateid(&close->cl_stateid, &stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005456
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005457 nfsd4_close_open_stateid(stp);
Trond Myklebust1c8ea412017-11-03 08:00:10 -04005458 mutex_unlock(&stp->st_mutex);
Trond Myklebust8a0b5892014-07-29 21:34:20 -04005459
Trond Myklebust5cd35862017-11-03 08:00:12 -04005460 /* See RFC5661 sectionm 18.2.4 */
5461 if (stp->st_stid.sc_client->cl_minorversion)
5462 memcpy(&close->cl_stateid, &close_stateid,
5463 sizeof(close->cl_stateid));
5464
Trond Myklebust8a0b5892014-07-29 21:34:20 -04005465 /* put reference from nfs4_preprocess_seqid_op */
5466 nfs4_put_stid(&stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005467out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005468 return status;
5469}
5470
Al Virob37ad282006-10-19 23:28:59 -07005471__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005472nfsd4_delegreturn(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
5473 struct nfsd4_delegreturn *dr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005474{
J. Bruce Fields203a8c82009-02-21 13:29:14 -08005475 struct nfs4_delegation *dp;
5476 stateid_t *stateid = &dr->dr_stateid;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005477 struct nfs4_stid *s;
Al Virob37ad282006-10-19 23:28:59 -07005478 __be32 status;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005479 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005480
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005481 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0)))
J. Bruce Fields203a8c82009-02-21 13:29:14 -08005482 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005483
Trond Myklebust2dd6e452014-06-30 11:48:43 -04005484 status = nfsd4_lookup_stateid(cstate, stateid, NFS4_DELEG_STID, &s, nn);
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005485 if (status)
J. Bruce Fields203a8c82009-02-21 13:29:14 -08005486 goto out;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005487 dp = delegstateid(s);
J. Bruce Fieldsd5477a82011-09-08 12:07:44 -04005488 status = check_stateid_generation(stateid, &dp->dl_stid.sc_stateid, nfsd4_has_session(cstate));
J. Bruce Fields203a8c82009-02-21 13:29:14 -08005489 if (status)
Trond Myklebustfd911012014-07-29 21:34:24 -04005490 goto put_stateid;
J. Bruce Fields203a8c82009-02-21 13:29:14 -08005491
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04005492 destroy_delegation(dp);
Trond Myklebustfd911012014-07-29 21:34:24 -04005493put_stateid:
5494 nfs4_put_stid(&dp->dl_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005495out:
5496 return status;
5497}
5498
Benny Halevy87df4de2008-12-15 19:42:03 +02005499static inline u64
5500end_offset(u64 start, u64 len)
5501{
5502 u64 end;
5503
5504 end = start + len;
5505 return end >= start ? end: NFS4_MAX_UINT64;
5506}
5507
5508/* last octet in a range */
5509static inline u64
5510last_byte_offset(u64 start, u64 len)
5511{
5512 u64 end;
5513
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05005514 WARN_ON_ONCE(!len);
Benny Halevy87df4de2008-12-15 19:42:03 +02005515 end = start + len;
5516 return end > start ? end - 1: NFS4_MAX_UINT64;
5517}
5518
Linus Torvalds1da177e2005-04-16 15:20:36 -07005519/*
5520 * TODO: Linux file offsets are _signed_ 64-bit quantities, which means that
5521 * we can't properly handle lock requests that go beyond the (2^63 - 1)-th
5522 * byte, because of sign extension problems. Since NFSv4 calls for 64-bit
5523 * locking, this prevents us from being completely protocol-compliant. The
5524 * real solution to this problem is to start using unsigned file offsets in
5525 * the VFS, but this is a very deep change!
5526 */
5527static inline void
5528nfs4_transform_lock_offset(struct file_lock *lock)
5529{
5530 if (lock->fl_start < 0)
5531 lock->fl_start = OFFSET_MAX;
5532 if (lock->fl_end < 0)
5533 lock->fl_end = OFFSET_MAX;
5534}
5535
Jeff Laytoncae80b32015-04-03 09:04:04 -04005536static fl_owner_t
5537nfsd4_fl_get_owner(fl_owner_t owner)
Kinglong Meeaef95832014-08-22 10:18:44 -04005538{
Jeff Laytoncae80b32015-04-03 09:04:04 -04005539 struct nfs4_lockowner *lo = (struct nfs4_lockowner *)owner;
5540
5541 nfs4_get_stateowner(&lo->lo_owner);
5542 return owner;
Kinglong Meeaef95832014-08-22 10:18:44 -04005543}
5544
Jeff Laytoncae80b32015-04-03 09:04:04 -04005545static void
5546nfsd4_fl_put_owner(fl_owner_t owner)
Kinglong Meeaef95832014-08-22 10:18:44 -04005547{
Jeff Laytoncae80b32015-04-03 09:04:04 -04005548 struct nfs4_lockowner *lo = (struct nfs4_lockowner *)owner;
Kinglong Meeaef95832014-08-22 10:18:44 -04005549
Jeff Laytoncae80b32015-04-03 09:04:04 -04005550 if (lo)
Kinglong Meeaef95832014-08-22 10:18:44 -04005551 nfs4_put_stateowner(&lo->lo_owner);
Kinglong Meeaef95832014-08-22 10:18:44 -04005552}
5553
Jeff Layton76d348f2016-09-16 16:28:24 -04005554static void
5555nfsd4_lm_notify(struct file_lock *fl)
5556{
5557 struct nfs4_lockowner *lo = (struct nfs4_lockowner *)fl->fl_owner;
5558 struct net *net = lo->lo_owner.so_client->net;
5559 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
5560 struct nfsd4_blocked_lock *nbl = container_of(fl,
5561 struct nfsd4_blocked_lock, nbl_lock);
5562 bool queue = false;
5563
Jeff Layton7919d0a2016-09-16 16:28:25 -04005564 /* An empty list means that something else is going to be using it */
Jeff Layton0cc11a62016-10-20 09:34:31 -04005565 spin_lock(&nn->blocked_locks_lock);
Jeff Layton76d348f2016-09-16 16:28:24 -04005566 if (!list_empty(&nbl->nbl_list)) {
5567 list_del_init(&nbl->nbl_list);
Jeff Layton7919d0a2016-09-16 16:28:25 -04005568 list_del_init(&nbl->nbl_lru);
Jeff Layton76d348f2016-09-16 16:28:24 -04005569 queue = true;
5570 }
Jeff Layton0cc11a62016-10-20 09:34:31 -04005571 spin_unlock(&nn->blocked_locks_lock);
Jeff Layton76d348f2016-09-16 16:28:24 -04005572
5573 if (queue)
5574 nfsd4_run_cb(&nbl->nbl_cb);
5575}
5576
Alexey Dobriyan7b021962009-09-21 17:01:12 -07005577static const struct lock_manager_operations nfsd_posix_mng_ops = {
Jeff Layton76d348f2016-09-16 16:28:24 -04005578 .lm_notify = nfsd4_lm_notify,
Kinglong Meeaef95832014-08-22 10:18:44 -04005579 .lm_get_owner = nfsd4_fl_get_owner,
5580 .lm_put_owner = nfsd4_fl_put_owner,
NeilBrownd5b90262006-04-10 22:55:22 -07005581};
Linus Torvalds1da177e2005-04-16 15:20:36 -07005582
5583static inline void
5584nfs4_set_lock_denied(struct file_lock *fl, struct nfsd4_lock_denied *deny)
5585{
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005586 struct nfs4_lockowner *lo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005587
NeilBrownd5b90262006-04-10 22:55:22 -07005588 if (fl->fl_lmops == &nfsd_posix_mng_ops) {
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005589 lo = (struct nfs4_lockowner *) fl->fl_owner;
5590 deny->ld_owner.data = kmemdup(lo->lo_owner.so_owner.data,
5591 lo->lo_owner.so_owner.len, GFP_KERNEL);
J. Bruce Fields7c13f342011-08-30 22:15:47 -04005592 if (!deny->ld_owner.data)
5593 /* We just don't care that much */
5594 goto nevermind;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005595 deny->ld_owner.len = lo->lo_owner.so_owner.len;
5596 deny->ld_clientid = lo->lo_owner.so_client->cl_clientid;
NeilBrownd5b90262006-04-10 22:55:22 -07005597 } else {
J. Bruce Fields7c13f342011-08-30 22:15:47 -04005598nevermind:
5599 deny->ld_owner.len = 0;
5600 deny->ld_owner.data = NULL;
NeilBrownd5b90262006-04-10 22:55:22 -07005601 deny->ld_clientid.cl_boot = 0;
5602 deny->ld_clientid.cl_id = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005603 }
5604 deny->ld_start = fl->fl_start;
Benny Halevy87df4de2008-12-15 19:42:03 +02005605 deny->ld_length = NFS4_MAX_UINT64;
5606 if (fl->fl_end != NFS4_MAX_UINT64)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005607 deny->ld_length = fl->fl_end - fl->fl_start + 1;
5608 deny->ld_type = NFS4_READ_LT;
5609 if (fl->fl_type != F_RDLCK)
5610 deny->ld_type = NFS4_WRITE_LT;
5611}
5612
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005613static struct nfs4_lockowner *
Kinglong Meec8623992015-07-13 17:35:37 +08005614find_lockowner_str_locked(struct nfs4_client *clp, struct xdr_netobj *owner)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005615{
Trond Myklebustd4f04892014-07-29 21:34:36 -04005616 unsigned int strhashval = ownerstr_hashval(owner);
Trond Myklebustb3c32bc2014-06-30 11:48:40 -04005617 struct nfs4_stateowner *so;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005618
Trond Myklebust0a880a22014-07-30 08:27:10 -04005619 lockdep_assert_held(&clp->cl_lock);
5620
Trond Myklebustd4f04892014-07-29 21:34:36 -04005621 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[strhashval],
5622 so_strhash) {
Trond Myklebustb3c32bc2014-06-30 11:48:40 -04005623 if (so->so_is_open_owner)
5624 continue;
Kinglong Meeb5971af2014-08-22 10:18:43 -04005625 if (same_owner_str(so, owner))
5626 return lockowner(nfs4_get_stateowner(so));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005627 }
5628 return NULL;
5629}
5630
Trond Myklebustc58c6612014-07-29 21:34:35 -04005631static struct nfs4_lockowner *
Kinglong Meec8623992015-07-13 17:35:37 +08005632find_lockowner_str(struct nfs4_client *clp, struct xdr_netobj *owner)
Trond Myklebustc58c6612014-07-29 21:34:35 -04005633{
5634 struct nfs4_lockowner *lo;
5635
Trond Myklebustd4f04892014-07-29 21:34:36 -04005636 spin_lock(&clp->cl_lock);
Kinglong Meec8623992015-07-13 17:35:37 +08005637 lo = find_lockowner_str_locked(clp, owner);
Trond Myklebustd4f04892014-07-29 21:34:36 -04005638 spin_unlock(&clp->cl_lock);
Trond Myklebustc58c6612014-07-29 21:34:35 -04005639 return lo;
5640}
5641
Jeff Layton8f4b54c2014-07-29 21:34:29 -04005642static void nfs4_unhash_lockowner(struct nfs4_stateowner *sop)
5643{
Trond Myklebustc58c6612014-07-29 21:34:35 -04005644 unhash_lockowner_locked(lockowner(sop));
Jeff Layton8f4b54c2014-07-29 21:34:29 -04005645}
5646
Jeff Layton6b180f02014-07-29 21:34:26 -04005647static void nfs4_free_lockowner(struct nfs4_stateowner *sop)
5648{
5649 struct nfs4_lockowner *lo = lockowner(sop);
5650
5651 kmem_cache_free(lockowner_slab, lo);
5652}
5653
5654static const struct nfs4_stateowner_operations lockowner_ops = {
Jeff Layton8f4b54c2014-07-29 21:34:29 -04005655 .so_unhash = nfs4_unhash_lockowner,
5656 .so_free = nfs4_free_lockowner,
Jeff Layton6b180f02014-07-29 21:34:26 -04005657};
5658
Linus Torvalds1da177e2005-04-16 15:20:36 -07005659/*
5660 * Alloc a lock owner structure.
5661 * Called in nfsd4_lock - therefore, OPEN and OPEN_CONFIRM (if needed) has
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005662 * occurred.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005663 *
J. Bruce Fields16bfdaaf2011-11-07 17:23:30 -05005664 * strhashval = ownerstr_hashval
Linus Torvalds1da177e2005-04-16 15:20:36 -07005665 */
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005666static struct nfs4_lockowner *
Trond Myklebustc58c6612014-07-29 21:34:35 -04005667alloc_init_lock_stateowner(unsigned int strhashval, struct nfs4_client *clp,
5668 struct nfs4_ol_stateid *open_stp,
5669 struct nfsd4_lock *lock)
5670{
Trond Myklebustc58c6612014-07-29 21:34:35 -04005671 struct nfs4_lockowner *lo, *ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005672
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005673 lo = alloc_stateowner(lockowner_slab, &lock->lk_new_owner, clp);
5674 if (!lo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005675 return NULL;
Jeff Layton76d348f2016-09-16 16:28:24 -04005676 INIT_LIST_HEAD(&lo->lo_blocked);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005677 INIT_LIST_HEAD(&lo->lo_owner.so_stateids);
5678 lo->lo_owner.so_is_open_owner = 0;
Jeff Layton5db1c032014-07-29 21:34:28 -04005679 lo->lo_owner.so_seqid = lock->lk_new_lock_seqid;
Jeff Layton6b180f02014-07-29 21:34:26 -04005680 lo->lo_owner.so_ops = &lockowner_ops;
Trond Myklebustd4f04892014-07-29 21:34:36 -04005681 spin_lock(&clp->cl_lock);
Kinglong Meec8623992015-07-13 17:35:37 +08005682 ret = find_lockowner_str_locked(clp, &lock->lk_new_owner);
Trond Myklebustc58c6612014-07-29 21:34:35 -04005683 if (ret == NULL) {
5684 list_add(&lo->lo_owner.so_strhash,
Trond Myklebustd4f04892014-07-29 21:34:36 -04005685 &clp->cl_ownerstr_hashtbl[strhashval]);
Trond Myklebustc58c6612014-07-29 21:34:35 -04005686 ret = lo;
5687 } else
Kinglong Meed50ffde2015-07-16 12:05:07 +08005688 nfs4_free_stateowner(&lo->lo_owner);
5689
Trond Myklebustd4f04892014-07-29 21:34:36 -04005690 spin_unlock(&clp->cl_lock);
J. Bruce Fields340f0ba2015-03-23 11:02:30 -04005691 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005692}
5693
Jeff Layton356a95e2014-07-29 21:34:13 -04005694static void
5695init_lock_stateid(struct nfs4_ol_stateid *stp, struct nfs4_lockowner *lo,
5696 struct nfs4_file *fp, struct inode *inode,
5697 struct nfs4_ol_stateid *open_stp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005698{
J. Bruce Fieldsd3b313a2011-09-15 15:02:41 -04005699 struct nfs4_client *clp = lo->lo_owner.so_client;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005700
Jeff Layton356a95e2014-07-29 21:34:13 -04005701 lockdep_assert_held(&clp->cl_lock);
5702
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005703 atomic_inc(&stp->st_stid.sc_count);
J. Bruce Fields3abdb602013-02-03 12:23:01 -05005704 stp->st_stid.sc_type = NFS4_LOCK_STID;
Kinglong Meeb5971af2014-08-22 10:18:43 -04005705 stp->st_stateowner = nfs4_get_stateowner(&lo->lo_owner);
NeilBrown13cd2182005-06-23 22:03:10 -07005706 get_nfs4_file(fp);
Trond Myklebust11b91642014-07-29 21:34:08 -04005707 stp->st_stid.sc_file = fp;
J. Bruce Fields0997b172011-03-02 18:01:35 -05005708 stp->st_access_bmap = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005709 stp->st_deny_bmap = open_stp->st_deny_bmap;
NeilBrown4c4cd222005-07-07 17:59:27 -07005710 stp->st_openstp = open_stp;
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005711 mutex_init(&stp->st_mutex);
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04005712 list_add(&stp->st_locks, &open_stp->st_locks);
Jeff Layton1c755dc2014-07-29 21:34:12 -04005713 list_add(&stp->st_perstateowner, &lo->lo_owner.so_stateids);
Trond Myklebust1d31a252014-07-10 14:07:25 -04005714 spin_lock(&fp->fi_lock);
5715 list_add(&stp->st_perfile, &fp->fi_stateids);
5716 spin_unlock(&fp->fi_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005717}
5718
Jeff Laytonc53530d2014-06-30 11:48:39 -04005719static struct nfs4_ol_stateid *
5720find_lock_stateid(struct nfs4_lockowner *lo, struct nfs4_file *fp)
5721{
5722 struct nfs4_ol_stateid *lst;
Jeff Layton356a95e2014-07-29 21:34:13 -04005723 struct nfs4_client *clp = lo->lo_owner.so_client;
5724
5725 lockdep_assert_held(&clp->cl_lock);
Jeff Laytonc53530d2014-06-30 11:48:39 -04005726
5727 list_for_each_entry(lst, &lo->lo_owner.so_stateids, st_perstateowner) {
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005728 if (lst->st_stid.sc_file == fp) {
5729 atomic_inc(&lst->st_stid.sc_count);
Jeff Laytonc53530d2014-06-30 11:48:39 -04005730 return lst;
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005731 }
Jeff Laytonc53530d2014-06-30 11:48:39 -04005732 }
5733 return NULL;
5734}
5735
Jeff Layton356a95e2014-07-29 21:34:13 -04005736static struct nfs4_ol_stateid *
5737find_or_create_lock_stateid(struct nfs4_lockowner *lo, struct nfs4_file *fi,
5738 struct inode *inode, struct nfs4_ol_stateid *ost,
5739 bool *new)
5740{
5741 struct nfs4_stid *ns = NULL;
5742 struct nfs4_ol_stateid *lst;
5743 struct nfs4_openowner *oo = openowner(ost->st_stateowner);
5744 struct nfs4_client *clp = oo->oo_owner.so_client;
5745
5746 spin_lock(&clp->cl_lock);
5747 lst = find_lock_stateid(lo, fi);
5748 if (lst == NULL) {
5749 spin_unlock(&clp->cl_lock);
Kinglong Mee743146d32017-01-18 19:04:42 +08005750 ns = nfs4_alloc_stid(clp, stateid_slab, nfs4_free_lock_stateid);
Jeff Layton356a95e2014-07-29 21:34:13 -04005751 if (ns == NULL)
5752 return NULL;
5753
5754 spin_lock(&clp->cl_lock);
5755 lst = find_lock_stateid(lo, fi);
5756 if (likely(!lst)) {
5757 lst = openlockstateid(ns);
5758 init_lock_stateid(lst, lo, fi, inode, ost);
5759 ns = NULL;
5760 *new = true;
5761 }
5762 }
5763 spin_unlock(&clp->cl_lock);
5764 if (ns)
5765 nfs4_put_stid(ns);
5766 return lst;
5767}
Jeff Laytonc53530d2014-06-30 11:48:39 -04005768
NeilBrownfd39ca92005-06-23 22:04:03 -07005769static int
Linus Torvalds1da177e2005-04-16 15:20:36 -07005770check_lock_length(u64 offset, u64 length)
5771{
Kinglong Meee7969312015-07-13 17:34:19 +08005772 return ((length == 0) || ((length != NFS4_MAX_UINT64) &&
5773 (length > ~offset)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005774}
5775
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005776static void get_lock_access(struct nfs4_ol_stateid *lock_stp, u32 access)
J. Bruce Fields0997b172011-03-02 18:01:35 -05005777{
Trond Myklebust11b91642014-07-29 21:34:08 -04005778 struct nfs4_file *fp = lock_stp->st_stid.sc_file;
J. Bruce Fields0997b172011-03-02 18:01:35 -05005779
Jeff Layton7214e862014-07-10 14:07:33 -04005780 lockdep_assert_held(&fp->fi_lock);
5781
Jeff Layton82c5ff12012-05-11 09:45:13 -04005782 if (test_access(access, lock_stp))
J. Bruce Fields0997b172011-03-02 18:01:35 -05005783 return;
Jeff Layton12659652014-07-10 14:07:28 -04005784 __nfs4_file_get_access(fp, access);
Jeff Layton82c5ff12012-05-11 09:45:13 -04005785 set_access(access, lock_stp);
J. Bruce Fields0997b172011-03-02 18:01:35 -05005786}
5787
Jeff Layton356a95e2014-07-29 21:34:13 -04005788static __be32
5789lookup_or_create_lock_state(struct nfsd4_compound_state *cstate,
5790 struct nfs4_ol_stateid *ost,
5791 struct nfsd4_lock *lock,
Jeff Laytondd257932016-08-11 10:37:39 -04005792 struct nfs4_ol_stateid **plst, bool *new)
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005793{
Jeff Layton5db1c032014-07-29 21:34:28 -04005794 __be32 status;
Trond Myklebust11b91642014-07-29 21:34:08 -04005795 struct nfs4_file *fi = ost->st_stid.sc_file;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005796 struct nfs4_openowner *oo = openowner(ost->st_stateowner);
5797 struct nfs4_client *cl = oo->oo_owner.so_client;
David Howells2b0143b2015-03-17 22:25:59 +00005798 struct inode *inode = d_inode(cstate->current_fh.fh_dentry);
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005799 struct nfs4_lockowner *lo;
Jeff Laytondd257932016-08-11 10:37:39 -04005800 struct nfs4_ol_stateid *lst;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005801 unsigned int strhashval;
Jeff Laytondd257932016-08-11 10:37:39 -04005802 bool hashed;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005803
Kinglong Meec8623992015-07-13 17:35:37 +08005804 lo = find_lockowner_str(cl, &lock->lk_new_owner);
Jeff Laytonc53530d2014-06-30 11:48:39 -04005805 if (!lo) {
Kinglong Mee76f6c9e2015-07-13 17:35:10 +08005806 strhashval = ownerstr_hashval(&lock->lk_new_owner);
Jeff Laytonc53530d2014-06-30 11:48:39 -04005807 lo = alloc_init_lock_stateowner(strhashval, cl, ost, lock);
5808 if (lo == NULL)
5809 return nfserr_jukebox;
5810 } else {
5811 /* with an existing lockowner, seqids must be the same */
Jeff Layton5db1c032014-07-29 21:34:28 -04005812 status = nfserr_bad_seqid;
Jeff Laytonc53530d2014-06-30 11:48:39 -04005813 if (!cstate->minorversion &&
5814 lock->lk_new_lock_seqid != lo->lo_owner.so_seqid)
Jeff Layton5db1c032014-07-29 21:34:28 -04005815 goto out;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005816 }
Jeff Laytonc53530d2014-06-30 11:48:39 -04005817
Jeff Laytondd257932016-08-11 10:37:39 -04005818retry:
5819 lst = find_or_create_lock_stateid(lo, fi, inode, ost, new);
5820 if (lst == NULL) {
Jeff Layton5db1c032014-07-29 21:34:28 -04005821 status = nfserr_jukebox;
5822 goto out;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005823 }
Jeff Laytondd257932016-08-11 10:37:39 -04005824
5825 mutex_lock(&lst->st_mutex);
5826
5827 /* See if it's still hashed to avoid race with FREE_STATEID */
5828 spin_lock(&cl->cl_lock);
5829 hashed = !list_empty(&lst->st_perfile);
5830 spin_unlock(&cl->cl_lock);
5831
5832 if (!hashed) {
5833 mutex_unlock(&lst->st_mutex);
5834 nfs4_put_stid(&lst->st_stid);
5835 goto retry;
5836 }
Jeff Layton5db1c032014-07-29 21:34:28 -04005837 status = nfs_ok;
Jeff Laytondd257932016-08-11 10:37:39 -04005838 *plst = lst;
Jeff Layton5db1c032014-07-29 21:34:28 -04005839out:
5840 nfs4_put_stateowner(&lo->lo_owner);
5841 return status;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005842}
5843
Linus Torvalds1da177e2005-04-16 15:20:36 -07005844/*
5845 * LOCK operation
5846 */
Al Virob37ad282006-10-19 23:28:59 -07005847__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005848nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
J.Bruce Fieldsa4f1706a92006-12-13 00:35:28 -08005849 struct nfsd4_lock *lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005850{
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005851 struct nfs4_openowner *open_sop = NULL;
5852 struct nfs4_lockowner *lock_sop = NULL;
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005853 struct nfs4_ol_stateid *lock_stp = NULL;
Trond Myklebust0667b1e2014-07-29 21:34:22 -04005854 struct nfs4_ol_stateid *open_stp = NULL;
Jeff Layton7214e862014-07-10 14:07:33 -04005855 struct nfs4_file *fp;
J. Bruce Fields7d947842010-08-20 18:09:31 -04005856 struct file *filp = NULL;
Jeff Layton76d348f2016-09-16 16:28:24 -04005857 struct nfsd4_blocked_lock *nbl = NULL;
Jeff Layton21179d82012-08-21 08:03:32 -04005858 struct file_lock *file_lock = NULL;
5859 struct file_lock *conflock = NULL;
Al Virob37ad282006-10-19 23:28:59 -07005860 __be32 status = 0;
J. Bruce Fieldsb34f27a2011-08-22 13:13:31 -04005861 int lkflg;
Al Virob8dd7b92006-10-19 23:29:01 -07005862 int err;
Jeff Layton5db1c032014-07-29 21:34:28 -04005863 bool new = false;
Jeff Layton76d348f2016-09-16 16:28:24 -04005864 unsigned char fl_type;
5865 unsigned int fl_flags = FL_POSIX;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005866 struct net *net = SVC_NET(rqstp);
5867 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005868
5869 dprintk("NFSD: nfsd4_lock: start=%Ld length=%Ld\n",
5870 (long long) lock->lk_offset,
5871 (long long) lock->lk_length);
5872
Linus Torvalds1da177e2005-04-16 15:20:36 -07005873 if (check_lock_length(lock->lk_offset, lock->lk_length))
5874 return nfserr_inval;
5875
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005876 if ((status = fh_verify(rqstp, &cstate->current_fh,
Miklos Szeredi8837abc2008-06-16 13:20:29 +02005877 S_IFREG, NFSD_MAY_LOCK))) {
Andy Adamsona6f6ef22006-01-18 17:43:17 -08005878 dprintk("NFSD: nfsd4_lock: permission denied!\n");
5879 return status;
5880 }
5881
Linus Torvalds1da177e2005-04-16 15:20:36 -07005882 if (lock->lk_is_new) {
J. Bruce Fields684e5632011-11-04 17:08:10 -04005883 if (nfsd4_has_session(cstate))
5884 /* See rfc 5661 18.10.3: given clientid is ignored: */
Kinglong Mee76f6c9e2015-07-13 17:35:10 +08005885 memcpy(&lock->lk_new_clientid,
J. Bruce Fields684e5632011-11-04 17:08:10 -04005886 &cstate->session->se_client->cl_clientid,
5887 sizeof(clientid_t));
5888
Linus Torvalds1da177e2005-04-16 15:20:36 -07005889 status = nfserr_stale_clientid;
Stanislav Kinsbursky2c142ba2012-07-25 16:57:45 +04005890 if (STALE_CLIENTID(&lock->lk_new_clientid, nn))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005891 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005892
Linus Torvalds1da177e2005-04-16 15:20:36 -07005893 /* validate and update open stateid and open seqid */
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005894 status = nfs4_preprocess_confirmed_seqid_op(cstate,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005895 lock->lk_new_open_seqid,
5896 &lock->lk_new_open_stateid,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005897 &open_stp, nn);
NeilBrown37515172005-07-07 17:59:16 -07005898 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005899 goto out;
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005900 mutex_unlock(&open_stp->st_mutex);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005901 open_sop = openowner(open_stp->st_stateowner);
J. Bruce Fieldsb34f27a2011-08-22 13:13:31 -04005902 status = nfserr_bad_stateid;
J. Bruce Fields684e5632011-11-04 17:08:10 -04005903 if (!same_clid(&open_sop->oo_owner.so_client->cl_clientid,
Kinglong Mee76f6c9e2015-07-13 17:35:10 +08005904 &lock->lk_new_clientid))
J. Bruce Fieldsb34f27a2011-08-22 13:13:31 -04005905 goto out;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005906 status = lookup_or_create_lock_state(cstate, open_stp, lock,
Jeff Layton5db1c032014-07-29 21:34:28 -04005907 &lock_stp, &new);
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005908 } else {
Benny Halevydd453df2009-04-03 08:28:41 +03005909 status = nfs4_preprocess_seqid_op(cstate,
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005910 lock->lk_old_lock_seqid,
5911 &lock->lk_old_lock_stateid,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005912 NFS4_LOCK_STID, &lock_stp, nn);
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005913 }
J. Bruce Fieldse1aaa892012-06-06 16:01:37 -04005914 if (status)
5915 goto out;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005916 lock_sop = lockowner(lock_stp->st_stateowner);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005917
J. Bruce Fieldsb34f27a2011-08-22 13:13:31 -04005918 lkflg = setlkflg(lock->lk_type);
5919 status = nfs4_check_openmode(lock_stp, lkflg);
5920 if (status)
5921 goto out;
5922
NeilBrown0dd395d2005-07-07 17:59:15 -07005923 status = nfserr_grace;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005924 if (locks_in_grace(net) && !lock->lk_reclaim)
NeilBrown0dd395d2005-07-07 17:59:15 -07005925 goto out;
5926 status = nfserr_no_grace;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005927 if (!locks_in_grace(net) && lock->lk_reclaim)
NeilBrown0dd395d2005-07-07 17:59:15 -07005928 goto out;
5929
Trond Myklebust11b91642014-07-29 21:34:08 -04005930 fp = lock_stp->st_stid.sc_file;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005931 switch (lock->lk_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005932 case NFS4_READW_LT:
Jeff Layton76d348f2016-09-16 16:28:24 -04005933 if (nfsd4_has_session(cstate))
5934 fl_flags |= FL_SLEEP;
5935 /* Fallthrough */
5936 case NFS4_READ_LT:
Jeff Layton7214e862014-07-10 14:07:33 -04005937 spin_lock(&fp->fi_lock);
5938 filp = find_readable_file_locked(fp);
J. Bruce Fields0997b172011-03-02 18:01:35 -05005939 if (filp)
5940 get_lock_access(lock_stp, NFS4_SHARE_ACCESS_READ);
Jeff Layton7214e862014-07-10 14:07:33 -04005941 spin_unlock(&fp->fi_lock);
Jeff Layton76d348f2016-09-16 16:28:24 -04005942 fl_type = F_RDLCK;
J. Bruce Fields529d7b22011-03-02 23:48:33 -05005943 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005944 case NFS4_WRITEW_LT:
Jeff Layton76d348f2016-09-16 16:28:24 -04005945 if (nfsd4_has_session(cstate))
5946 fl_flags |= FL_SLEEP;
5947 /* Fallthrough */
5948 case NFS4_WRITE_LT:
Jeff Layton7214e862014-07-10 14:07:33 -04005949 spin_lock(&fp->fi_lock);
5950 filp = find_writeable_file_locked(fp);
J. Bruce Fields0997b172011-03-02 18:01:35 -05005951 if (filp)
5952 get_lock_access(lock_stp, NFS4_SHARE_ACCESS_WRITE);
Jeff Layton7214e862014-07-10 14:07:33 -04005953 spin_unlock(&fp->fi_lock);
Jeff Layton76d348f2016-09-16 16:28:24 -04005954 fl_type = F_WRLCK;
J. Bruce Fields529d7b22011-03-02 23:48:33 -05005955 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005956 default:
5957 status = nfserr_inval;
5958 goto out;
5959 }
Jeff Layton76d348f2016-09-16 16:28:24 -04005960
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04005961 if (!filp) {
5962 status = nfserr_openmode;
5963 goto out;
5964 }
Kinglong Meeaef95832014-08-22 10:18:44 -04005965
Jeff Layton76d348f2016-09-16 16:28:24 -04005966 nbl = find_or_allocate_block(lock_sop, &fp->fi_fhandle, nn);
5967 if (!nbl) {
5968 dprintk("NFSD: %s: unable to allocate block!\n", __func__);
5969 status = nfserr_jukebox;
5970 goto out;
5971 }
5972
5973 file_lock = &nbl->nbl_lock;
5974 file_lock->fl_type = fl_type;
Kinglong Meeaef95832014-08-22 10:18:44 -04005975 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(&lock_sop->lo_owner));
Jeff Layton21179d82012-08-21 08:03:32 -04005976 file_lock->fl_pid = current->tgid;
5977 file_lock->fl_file = filp;
Jeff Layton76d348f2016-09-16 16:28:24 -04005978 file_lock->fl_flags = fl_flags;
Jeff Layton21179d82012-08-21 08:03:32 -04005979 file_lock->fl_lmops = &nfsd_posix_mng_ops;
5980 file_lock->fl_start = lock->lk_offset;
5981 file_lock->fl_end = last_byte_offset(lock->lk_offset, lock->lk_length);
5982 nfs4_transform_lock_offset(file_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005983
Jeff Layton21179d82012-08-21 08:03:32 -04005984 conflock = locks_alloc_lock();
5985 if (!conflock) {
5986 dprintk("NFSD: %s: unable to allocate lock!\n", __func__);
5987 status = nfserr_jukebox;
5988 goto out;
5989 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005990
Jeff Layton76d348f2016-09-16 16:28:24 -04005991 if (fl_flags & FL_SLEEP) {
Jeff Layton7919d0a2016-09-16 16:28:25 -04005992 nbl->nbl_time = jiffies;
Jeff Layton0cc11a62016-10-20 09:34:31 -04005993 spin_lock(&nn->blocked_locks_lock);
Jeff Layton76d348f2016-09-16 16:28:24 -04005994 list_add_tail(&nbl->nbl_list, &lock_sop->lo_blocked);
Jeff Layton7919d0a2016-09-16 16:28:25 -04005995 list_add_tail(&nbl->nbl_lru, &nn->blocked_locks_lru);
Jeff Layton0cc11a62016-10-20 09:34:31 -04005996 spin_unlock(&nn->blocked_locks_lock);
Jeff Layton76d348f2016-09-16 16:28:24 -04005997 }
5998
Jeff Layton21179d82012-08-21 08:03:32 -04005999 err = vfs_lock_file(filp, F_SETLK, file_lock, conflock);
Jeff Layton76d348f2016-09-16 16:28:24 -04006000 switch (err) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07006001 case 0: /* success! */
Jeff Layton9767feb2015-10-01 09:05:50 -04006002 nfs4_inc_and_copy_stateid(&lock->lk_resp_stateid, &lock_stp->st_stid);
Al Virob8dd7b92006-10-19 23:29:01 -07006003 status = 0;
Andy Adamsoneb76b3f2006-03-26 01:37:26 -08006004 break;
Jeff Layton76d348f2016-09-16 16:28:24 -04006005 case FILE_LOCK_DEFERRED:
6006 nbl = NULL;
6007 /* Fallthrough */
6008 case -EAGAIN: /* conflock holds conflicting lock */
Andy Adamsoneb76b3f2006-03-26 01:37:26 -08006009 status = nfserr_denied;
6010 dprintk("NFSD: nfsd4_lock: conflicting lock found!\n");
Jeff Layton21179d82012-08-21 08:03:32 -04006011 nfs4_set_lock_denied(conflock, &lock->lk_denied);
Andy Adamsoneb76b3f2006-03-26 01:37:26 -08006012 break;
Jeff Layton76d348f2016-09-16 16:28:24 -04006013 case -EDEADLK:
Linus Torvalds1da177e2005-04-16 15:20:36 -07006014 status = nfserr_deadlock;
Andy Adamsoneb76b3f2006-03-26 01:37:26 -08006015 break;
J. Bruce Fields3e772462011-08-10 19:07:33 -04006016 default:
Marc Eshelfd85b812006-11-28 16:26:41 -05006017 dprintk("NFSD: nfsd4_lock: vfs_lock_file() failed! status %d\n",err);
J. Bruce Fields3e772462011-08-10 19:07:33 -04006018 status = nfserrno(err);
Andy Adamsoneb76b3f2006-03-26 01:37:26 -08006019 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006020 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006021out:
Jeff Layton76d348f2016-09-16 16:28:24 -04006022 if (nbl) {
6023 /* dequeue it if we queued it before */
6024 if (fl_flags & FL_SLEEP) {
Jeff Layton0cc11a62016-10-20 09:34:31 -04006025 spin_lock(&nn->blocked_locks_lock);
Jeff Layton76d348f2016-09-16 16:28:24 -04006026 list_del_init(&nbl->nbl_list);
Jeff Layton7919d0a2016-09-16 16:28:25 -04006027 list_del_init(&nbl->nbl_lru);
Jeff Layton0cc11a62016-10-20 09:34:31 -04006028 spin_unlock(&nn->blocked_locks_lock);
Jeff Layton76d348f2016-09-16 16:28:24 -04006029 }
6030 free_blocked_lock(nbl);
6031 }
Trond Myklebustde186432014-07-10 14:07:26 -04006032 if (filp)
6033 fput(filp);
Jeff Layton5db1c032014-07-29 21:34:28 -04006034 if (lock_stp) {
6035 /* Bump seqid manually if the 4.0 replay owner is openowner */
6036 if (cstate->replay_owner &&
6037 cstate->replay_owner != &lock_sop->lo_owner &&
6038 seqid_mutating_err(ntohl(status)))
6039 lock_sop->lo_owner.so_seqid++;
6040
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04006041 mutex_unlock(&lock_stp->st_mutex);
Jeff Layton35a92fe2015-09-17 07:47:08 -04006042
Jeff Layton5db1c032014-07-29 21:34:28 -04006043 /*
6044 * If this is a new, never-before-used stateid, and we are
6045 * returning an error, then just go ahead and release it.
6046 */
6047 if (status && new)
6048 release_lock_stateid(lock_stp);
6049
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04006050 nfs4_put_stid(&lock_stp->st_stid);
Jeff Layton5db1c032014-07-29 21:34:28 -04006051 }
Trond Myklebust0667b1e2014-07-29 21:34:22 -04006052 if (open_stp)
6053 nfs4_put_stid(&open_stp->st_stid);
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04006054 nfsd4_bump_seqid(cstate, status);
Jeff Layton21179d82012-08-21 08:03:32 -04006055 if (conflock)
6056 locks_free_lock(conflock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006057 return status;
6058}
6059
6060/*
J. Bruce Fields55ef1272008-12-20 11:58:38 -08006061 * The NFSv4 spec allows a client to do a LOCKT without holding an OPEN,
6062 * so we do a temporary open here just to get an open file to pass to
6063 * vfs_test_lock. (Arguably perhaps test_lock should be done with an
6064 * inode operation.)
6065 */
Al Viro04da6e92012-04-13 00:00:04 -04006066static __be32 nfsd_test_lock(struct svc_rqst *rqstp, struct svc_fh *fhp, struct file_lock *lock)
J. Bruce Fields55ef1272008-12-20 11:58:38 -08006067{
6068 struct file *file;
Al Viro04da6e92012-04-13 00:00:04 -04006069 __be32 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_READ, &file);
6070 if (!err) {
6071 err = nfserrno(vfs_test_lock(file, lock));
Christoph Hellwigfd891452015-04-28 15:41:16 +02006072 fput(file);
Al Viro04da6e92012-04-13 00:00:04 -04006073 }
J. Bruce Fields55ef1272008-12-20 11:58:38 -08006074 return err;
6075}
6076
6077/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07006078 * LOCKT operation
6079 */
Al Virob37ad282006-10-19 23:28:59 -07006080__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08006081nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
6082 struct nfsd4_lockt *lockt)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006083{
Jeff Layton21179d82012-08-21 08:03:32 -04006084 struct file_lock *file_lock = NULL;
Jeff Layton5db1c032014-07-29 21:34:28 -04006085 struct nfs4_lockowner *lo = NULL;
Al Virob37ad282006-10-19 23:28:59 -07006086 __be32 status;
Stanislav Kinsbursky7f2210f2012-11-14 18:21:05 +03006087 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006088
Stanislav Kinsbursky5ccb0062012-07-25 16:57:22 +04006089 if (locks_in_grace(SVC_NET(rqstp)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07006090 return nfserr_grace;
6091
6092 if (check_lock_length(lockt->lt_offset, lockt->lt_length))
6093 return nfserr_inval;
6094
J. Bruce Fields9b2ef622012-12-03 17:24:41 -05006095 if (!nfsd4_has_session(cstate)) {
Jeff Layton4b24ca72014-06-30 11:48:44 -04006096 status = lookup_clientid(&lockt->lt_clientid, cstate, nn);
J. Bruce Fields9b2ef622012-12-03 17:24:41 -05006097 if (status)
6098 goto out;
6099 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006100
J. Bruce Fields75c096f2011-08-15 18:39:32 -04006101 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07006102 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006103
Jeff Layton21179d82012-08-21 08:03:32 -04006104 file_lock = locks_alloc_lock();
6105 if (!file_lock) {
6106 dprintk("NFSD: %s: unable to allocate lock!\n", __func__);
6107 status = nfserr_jukebox;
6108 goto out;
6109 }
Kinglong Mee6cd90662014-08-15 08:02:55 +08006110
Linus Torvalds1da177e2005-04-16 15:20:36 -07006111 switch (lockt->lt_type) {
6112 case NFS4_READ_LT:
6113 case NFS4_READW_LT:
Jeff Layton21179d82012-08-21 08:03:32 -04006114 file_lock->fl_type = F_RDLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006115 break;
6116 case NFS4_WRITE_LT:
6117 case NFS4_WRITEW_LT:
Jeff Layton21179d82012-08-21 08:03:32 -04006118 file_lock->fl_type = F_WRLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006119 break;
6120 default:
J. Bruce Fields2fdada02007-07-27 16:10:37 -04006121 dprintk("NFSD: nfs4_lockt: bad lock type!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07006122 status = nfserr_inval;
6123 goto out;
6124 }
6125
Kinglong Meec8623992015-07-13 17:35:37 +08006126 lo = find_lockowner_str(cstate->clp, &lockt->lt_owner);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04006127 if (lo)
Jeff Layton21179d82012-08-21 08:03:32 -04006128 file_lock->fl_owner = (fl_owner_t)lo;
6129 file_lock->fl_pid = current->tgid;
6130 file_lock->fl_flags = FL_POSIX;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006131
Jeff Layton21179d82012-08-21 08:03:32 -04006132 file_lock->fl_start = lockt->lt_offset;
6133 file_lock->fl_end = last_byte_offset(lockt->lt_offset, lockt->lt_length);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006134
Jeff Layton21179d82012-08-21 08:03:32 -04006135 nfs4_transform_lock_offset(file_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006136
Jeff Layton21179d82012-08-21 08:03:32 -04006137 status = nfsd_test_lock(rqstp, &cstate->current_fh, file_lock);
Al Viro04da6e92012-04-13 00:00:04 -04006138 if (status)
Marc Eshelfd85b812006-11-28 16:26:41 -05006139 goto out;
Al Viro04da6e92012-04-13 00:00:04 -04006140
Jeff Layton21179d82012-08-21 08:03:32 -04006141 if (file_lock->fl_type != F_UNLCK) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07006142 status = nfserr_denied;
Jeff Layton21179d82012-08-21 08:03:32 -04006143 nfs4_set_lock_denied(file_lock, &lockt->lt_denied);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006144 }
6145out:
Jeff Layton5db1c032014-07-29 21:34:28 -04006146 if (lo)
6147 nfs4_put_stateowner(&lo->lo_owner);
Jeff Layton21179d82012-08-21 08:03:32 -04006148 if (file_lock)
6149 locks_free_lock(file_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006150 return status;
6151}
6152
Al Virob37ad282006-10-19 23:28:59 -07006153__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08006154nfsd4_locku(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
J.Bruce Fieldsa4f1706a92006-12-13 00:35:28 -08006155 struct nfsd4_locku *locku)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006156{
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04006157 struct nfs4_ol_stateid *stp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006158 struct file *filp = NULL;
Jeff Layton21179d82012-08-21 08:03:32 -04006159 struct file_lock *file_lock = NULL;
Al Virob37ad282006-10-19 23:28:59 -07006160 __be32 status;
Al Virob8dd7b92006-10-19 23:29:01 -07006161 int err;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03006162 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
6163
Linus Torvalds1da177e2005-04-16 15:20:36 -07006164 dprintk("NFSD: nfsd4_locku: start=%Ld length=%Ld\n",
6165 (long long) locku->lu_offset,
6166 (long long) locku->lu_length);
6167
6168 if (check_lock_length(locku->lu_offset, locku->lu_length))
6169 return nfserr_inval;
6170
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04006171 status = nfs4_preprocess_seqid_op(cstate, locku->lu_seqid,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03006172 &locku->lu_stateid, NFS4_LOCK_STID,
6173 &stp, nn);
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04006174 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006175 goto out;
Trond Myklebust11b91642014-07-29 21:34:08 -04006176 filp = find_any_file(stp->st_stid.sc_file);
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04006177 if (!filp) {
6178 status = nfserr_lock_range;
Trond Myklebust858cc572014-07-29 21:34:16 -04006179 goto put_stateid;
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04006180 }
Jeff Layton21179d82012-08-21 08:03:32 -04006181 file_lock = locks_alloc_lock();
6182 if (!file_lock) {
6183 dprintk("NFSD: %s: unable to allocate lock!\n", __func__);
6184 status = nfserr_jukebox;
Trond Myklebustde186432014-07-10 14:07:26 -04006185 goto fput;
Jeff Layton21179d82012-08-21 08:03:32 -04006186 }
Kinglong Mee6cd90662014-08-15 08:02:55 +08006187
Jeff Layton21179d82012-08-21 08:03:32 -04006188 file_lock->fl_type = F_UNLCK;
Kinglong Meeaef95832014-08-22 10:18:44 -04006189 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(stp->st_stateowner));
Jeff Layton21179d82012-08-21 08:03:32 -04006190 file_lock->fl_pid = current->tgid;
6191 file_lock->fl_file = filp;
6192 file_lock->fl_flags = FL_POSIX;
6193 file_lock->fl_lmops = &nfsd_posix_mng_ops;
6194 file_lock->fl_start = locku->lu_offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006195
Jeff Layton21179d82012-08-21 08:03:32 -04006196 file_lock->fl_end = last_byte_offset(locku->lu_offset,
6197 locku->lu_length);
6198 nfs4_transform_lock_offset(file_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006199
Jeff Layton21179d82012-08-21 08:03:32 -04006200 err = vfs_lock_file(filp, F_SETLK, file_lock, NULL);
Al Virob8dd7b92006-10-19 23:29:01 -07006201 if (err) {
Marc Eshelfd85b812006-11-28 16:26:41 -05006202 dprintk("NFSD: nfs4_locku: vfs_lock_file failed!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07006203 goto out_nfserr;
6204 }
Jeff Layton9767feb2015-10-01 09:05:50 -04006205 nfs4_inc_and_copy_stateid(&locku->lu_stateid, &stp->st_stid);
Trond Myklebustde186432014-07-10 14:07:26 -04006206fput:
6207 fput(filp);
Trond Myklebust858cc572014-07-29 21:34:16 -04006208put_stateid:
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04006209 mutex_unlock(&stp->st_mutex);
Trond Myklebust858cc572014-07-29 21:34:16 -04006210 nfs4_put_stid(&stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006211out:
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04006212 nfsd4_bump_seqid(cstate, status);
Jeff Layton21179d82012-08-21 08:03:32 -04006213 if (file_lock)
6214 locks_free_lock(file_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006215 return status;
6216
6217out_nfserr:
Al Virob8dd7b92006-10-19 23:29:01 -07006218 status = nfserrno(err);
Trond Myklebustde186432014-07-10 14:07:26 -04006219 goto fput;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006220}
6221
6222/*
6223 * returns
Jeff Laytonf9c00c32014-07-23 16:17:41 -04006224 * true: locks held by lockowner
6225 * false: no locks held by lockowner
Linus Torvalds1da177e2005-04-16 15:20:36 -07006226 */
Jeff Laytonf9c00c32014-07-23 16:17:41 -04006227static bool
6228check_for_locks(struct nfs4_file *fp, struct nfs4_lockowner *lowner)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006229{
Jeff Laytonbd61e0a2015-01-16 15:05:55 -05006230 struct file_lock *fl;
Jeff Laytonf9c00c32014-07-23 16:17:41 -04006231 int status = false;
6232 struct file *filp = find_any_file(fp);
6233 struct inode *inode;
Jeff Laytonbd61e0a2015-01-16 15:05:55 -05006234 struct file_lock_context *flctx;
Jeff Laytonf9c00c32014-07-23 16:17:41 -04006235
6236 if (!filp) {
6237 /* Any valid lock stateid should have some sort of access */
6238 WARN_ON_ONCE(1);
6239 return status;
6240 }
6241
6242 inode = file_inode(filp);
Jeff Laytonbd61e0a2015-01-16 15:05:55 -05006243 flctx = inode->i_flctx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006244
Jeff Laytonbd61e0a2015-01-16 15:05:55 -05006245 if (flctx && !list_empty_careful(&flctx->flc_posix)) {
Jeff Layton6109c852015-01-16 15:05:57 -05006246 spin_lock(&flctx->flc_lock);
Jeff Laytonbd61e0a2015-01-16 15:05:55 -05006247 list_for_each_entry(fl, &flctx->flc_posix, fl_list) {
6248 if (fl->fl_owner == (fl_owner_t)lowner) {
6249 status = true;
6250 break;
6251 }
J. Bruce Fields796dadf2006-01-18 17:43:22 -08006252 }
Jeff Layton6109c852015-01-16 15:05:57 -05006253 spin_unlock(&flctx->flc_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006254 }
Jeff Laytonf9c00c32014-07-23 16:17:41 -04006255 fput(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006256 return status;
6257}
6258
Al Virob37ad282006-10-19 23:28:59 -07006259__be32
J.Bruce Fieldsb5914802006-12-13 00:35:38 -08006260nfsd4_release_lockowner(struct svc_rqst *rqstp,
6261 struct nfsd4_compound_state *cstate,
6262 struct nfsd4_release_lockowner *rlockowner)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006263{
6264 clientid_t *clid = &rlockowner->rl_clientid;
Jeff Layton882e9d22014-07-29 21:34:37 -04006265 struct nfs4_stateowner *sop;
6266 struct nfs4_lockowner *lo = NULL;
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04006267 struct nfs4_ol_stateid *stp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006268 struct xdr_netobj *owner = &rlockowner->rl_owner;
Trond Myklebustd4f04892014-07-29 21:34:36 -04006269 unsigned int hashval = ownerstr_hashval(owner);
Al Virob37ad282006-10-19 23:28:59 -07006270 __be32 status;
Stanislav Kinsbursky7f2210f2012-11-14 18:21:05 +03006271 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Trond Myklebustc58c6612014-07-29 21:34:35 -04006272 struct nfs4_client *clp;
Chuck Lever88584812016-07-13 16:40:14 -04006273 LIST_HEAD (reaplist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006274
6275 dprintk("nfsd4_release_lockowner clientid: (%08x/%08x):\n",
6276 clid->cl_boot, clid->cl_id);
6277
Jeff Layton4b24ca72014-06-30 11:48:44 -04006278 status = lookup_clientid(clid, cstate, nn);
J. Bruce Fields9b2ef622012-12-03 17:24:41 -05006279 if (status)
Trond Myklebust51f5e782014-07-30 08:27:27 -04006280 return status;
J. Bruce Fields9b2ef622012-12-03 17:24:41 -05006281
Trond Myklebustd4f04892014-07-29 21:34:36 -04006282 clp = cstate->clp;
Jeff Laytonfd449072014-06-30 11:48:41 -04006283 /* Find the matching lock stateowner */
Trond Myklebustd4f04892014-07-29 21:34:36 -04006284 spin_lock(&clp->cl_lock);
Jeff Layton882e9d22014-07-29 21:34:37 -04006285 list_for_each_entry(sop, &clp->cl_ownerstr_hashtbl[hashval],
Trond Myklebustd4f04892014-07-29 21:34:36 -04006286 so_strhash) {
Jeff Layton882e9d22014-07-29 21:34:37 -04006287
6288 if (sop->so_is_open_owner || !same_owner_str(sop, owner))
J. Bruce Fields16bfdaaf2011-11-07 17:23:30 -05006289 continue;
Jeff Laytonfd449072014-06-30 11:48:41 -04006290
Jeff Layton882e9d22014-07-29 21:34:37 -04006291 /* see if there are still any locks associated with it */
6292 lo = lockowner(sop);
6293 list_for_each_entry(stp, &sop->so_stateids, st_perstateowner) {
6294 if (check_for_locks(stp->st_stid.sc_file, lo)) {
6295 status = nfserr_locks_held;
6296 spin_unlock(&clp->cl_lock);
Trond Myklebust51f5e782014-07-30 08:27:27 -04006297 return status;
Jeff Layton882e9d22014-07-29 21:34:37 -04006298 }
Jeff Layton5adfd882014-07-29 21:34:31 -04006299 }
Jeff Layton882e9d22014-07-29 21:34:37 -04006300
Kinglong Meeb5971af2014-08-22 10:18:43 -04006301 nfs4_get_stateowner(sop);
Jeff Layton882e9d22014-07-29 21:34:37 -04006302 break;
Jeff Laytonfd449072014-06-30 11:48:41 -04006303 }
Chuck Lever88584812016-07-13 16:40:14 -04006304 if (!lo) {
6305 spin_unlock(&clp->cl_lock);
6306 return status;
6307 }
6308
6309 unhash_lockowner_locked(lo);
6310 while (!list_empty(&lo->lo_owner.so_stateids)) {
6311 stp = list_first_entry(&lo->lo_owner.so_stateids,
6312 struct nfs4_ol_stateid,
6313 st_perstateowner);
6314 WARN_ON(!unhash_lock_stateid(stp));
6315 put_ol_stateid_locked(stp, &reaplist);
6316 }
Trond Myklebustc58c6612014-07-29 21:34:35 -04006317 spin_unlock(&clp->cl_lock);
Chuck Lever88584812016-07-13 16:40:14 -04006318 free_ol_stateid_reaplist(&reaplist);
Jeff Laytone294c4c2018-03-16 11:32:02 -04006319 remove_blocked_locks(lo);
Chuck Lever88584812016-07-13 16:40:14 -04006320 nfs4_put_stateowner(&lo->lo_owner);
6321
Linus Torvalds1da177e2005-04-16 15:20:36 -07006322 return status;
6323}
6324
6325static inline struct nfs4_client_reclaim *
NeilBrowna55370a2005-06-23 22:03:52 -07006326alloc_reclaim(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006327{
NeilBrowna55370a2005-06-23 22:03:52 -07006328 return kmalloc(sizeof(struct nfs4_client_reclaim), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006329}
6330
Jeff Layton0ce0c2b2012-11-12 15:00:55 -05006331bool
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006332nfs4_has_reclaimed_state(const char *name, struct nfsd_net *nn)
NeilBrownc7b9a452005-06-23 22:04:30 -07006333{
Jeff Layton0ce0c2b2012-11-12 15:00:55 -05006334 struct nfs4_client_reclaim *crp;
NeilBrownc7b9a452005-06-23 22:04:30 -07006335
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006336 crp = nfsd4_find_reclaim_client(name, nn);
Jeff Layton0ce0c2b2012-11-12 15:00:55 -05006337 return (crp && crp->cr_clp);
NeilBrownc7b9a452005-06-23 22:04:30 -07006338}
6339
Linus Torvalds1da177e2005-04-16 15:20:36 -07006340/*
6341 * failure => all reset bets are off, nfserr_no_grace...
6342 */
Jeff Layton772a9bb2012-11-12 15:00:54 -05006343struct nfs4_client_reclaim *
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006344nfs4_client_to_reclaim(const char *name, struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006345{
6346 unsigned int strhashval;
Jeff Layton772a9bb2012-11-12 15:00:54 -05006347 struct nfs4_client_reclaim *crp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006348
NeilBrowna55370a2005-06-23 22:03:52 -07006349 dprintk("NFSD nfs4_client_to_reclaim NAME: %.*s\n", HEXDIR_LEN, name);
6350 crp = alloc_reclaim();
Jeff Layton772a9bb2012-11-12 15:00:54 -05006351 if (crp) {
6352 strhashval = clientstr_hashval(name);
6353 INIT_LIST_HEAD(&crp->cr_strhash);
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006354 list_add(&crp->cr_strhash, &nn->reclaim_str_hashtbl[strhashval]);
Jeff Layton772a9bb2012-11-12 15:00:54 -05006355 memcpy(crp->cr_recdir, name, HEXDIR_LEN);
Jeff Layton0ce0c2b2012-11-12 15:00:55 -05006356 crp->cr_clp = NULL;
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006357 nn->reclaim_str_hashtbl_size++;
Jeff Layton772a9bb2012-11-12 15:00:54 -05006358 }
6359 return crp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006360}
6361
Jeff Layton2a4317c2012-03-21 16:42:43 -04006362void
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006363nfs4_remove_reclaim_record(struct nfs4_client_reclaim *crp, struct nfsd_net *nn)
Jeff Laytonce30e532012-11-12 15:00:53 -05006364{
6365 list_del(&crp->cr_strhash);
6366 kfree(crp);
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006367 nn->reclaim_str_hashtbl_size--;
Jeff Laytonce30e532012-11-12 15:00:53 -05006368}
6369
6370void
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006371nfs4_release_reclaim(struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006372{
6373 struct nfs4_client_reclaim *crp = NULL;
6374 int i;
6375
Linus Torvalds1da177e2005-04-16 15:20:36 -07006376 for (i = 0; i < CLIENT_HASH_SIZE; i++) {
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006377 while (!list_empty(&nn->reclaim_str_hashtbl[i])) {
6378 crp = list_entry(nn->reclaim_str_hashtbl[i].next,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006379 struct nfs4_client_reclaim, cr_strhash);
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006380 nfs4_remove_reclaim_record(crp, nn);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006381 }
6382 }
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05006383 WARN_ON_ONCE(nn->reclaim_str_hashtbl_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006384}
6385
6386/*
6387 * called from OPEN, CLAIM_PREVIOUS with a new clientid. */
Jeff Layton2a4317c2012-03-21 16:42:43 -04006388struct nfs4_client_reclaim *
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006389nfsd4_find_reclaim_client(const char *recdir, struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006390{
6391 unsigned int strhashval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006392 struct nfs4_client_reclaim *crp = NULL;
6393
Jeff Layton278c9312012-11-12 15:00:52 -05006394 dprintk("NFSD: nfs4_find_reclaim_client for recdir %s\n", recdir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006395
Jeff Layton278c9312012-11-12 15:00:52 -05006396 strhashval = clientstr_hashval(recdir);
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006397 list_for_each_entry(crp, &nn->reclaim_str_hashtbl[strhashval], cr_strhash) {
Jeff Layton278c9312012-11-12 15:00:52 -05006398 if (same_name(crp->cr_recdir, recdir)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07006399 return crp;
6400 }
6401 }
6402 return NULL;
6403}
6404
6405/*
6406* Called from OPEN. Look for clientid in reclaim list.
6407*/
Al Virob37ad282006-10-19 23:28:59 -07006408__be32
Trond Myklebust0fe492d2014-06-30 11:48:47 -04006409nfs4_check_open_reclaim(clientid_t *clid,
6410 struct nfsd4_compound_state *cstate,
6411 struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006412{
Trond Myklebust0fe492d2014-06-30 11:48:47 -04006413 __be32 status;
Jeff Laytona52d7262012-03-21 09:52:02 -04006414
6415 /* find clientid in conf_id_hashtbl */
Trond Myklebust0fe492d2014-06-30 11:48:47 -04006416 status = lookup_clientid(clid, cstate, nn);
6417 if (status)
Jeff Laytona52d7262012-03-21 09:52:02 -04006418 return nfserr_reclaim_bad;
6419
Jeff Layton3b3e7b72014-09-12 16:40:22 -04006420 if (test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &cstate->clp->cl_flags))
6421 return nfserr_no_grace;
6422
Trond Myklebust0fe492d2014-06-30 11:48:47 -04006423 if (nfsd4_client_record_check(cstate->clp))
6424 return nfserr_reclaim_bad;
6425
6426 return nfs_ok;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006427}
6428
Bryan Schumaker65178db2011-11-01 13:35:21 -04006429#ifdef CONFIG_NFSD_FAULT_INJECTION
Jeff Layton016200c2014-07-30 08:27:21 -04006430static inline void
6431put_client(struct nfs4_client *clp)
6432{
6433 atomic_dec(&clp->cl_refcount);
6434}
6435
Jeff Layton285abde2014-07-30 08:27:24 -04006436static struct nfs4_client *
6437nfsd_find_client(struct sockaddr_storage *addr, size_t addr_size)
6438{
6439 struct nfs4_client *clp;
6440 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6441 nfsd_net_id);
6442
6443 if (!nfsd_netns_ready(nn))
6444 return NULL;
6445
6446 list_for_each_entry(clp, &nn->client_lru, cl_lru) {
6447 if (memcmp(&clp->cl_addr, addr, addr_size) == 0)
6448 return clp;
6449 }
6450 return NULL;
6451}
6452
Jeff Layton7ec0e362014-07-30 08:27:17 -04006453u64
Jeff Layton285abde2014-07-30 08:27:24 -04006454nfsd_inject_print_clients(void)
Jeff Layton7ec0e362014-07-30 08:27:17 -04006455{
6456 struct nfs4_client *clp;
6457 u64 count = 0;
6458 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6459 nfsd_net_id);
6460 char buf[INET6_ADDRSTRLEN];
6461
6462 if (!nfsd_netns_ready(nn))
6463 return 0;
6464
6465 spin_lock(&nn->client_lock);
6466 list_for_each_entry(clp, &nn->client_lru, cl_lru) {
6467 rpc_ntop((struct sockaddr *)&clp->cl_addr, buf, sizeof(buf));
6468 pr_info("NFS Client: %s\n", buf);
6469 ++count;
6470 }
6471 spin_unlock(&nn->client_lock);
6472
6473 return count;
6474}
Bryan Schumaker65178db2011-11-01 13:35:21 -04006475
Jeff Laytona0926d12014-07-30 08:27:18 -04006476u64
Jeff Layton285abde2014-07-30 08:27:24 -04006477nfsd_inject_forget_client(struct sockaddr_storage *addr, size_t addr_size)
Jeff Laytona0926d12014-07-30 08:27:18 -04006478{
6479 u64 count = 0;
6480 struct nfs4_client *clp;
6481 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6482 nfsd_net_id);
6483
6484 if (!nfsd_netns_ready(nn))
6485 return count;
6486
6487 spin_lock(&nn->client_lock);
6488 clp = nfsd_find_client(addr, addr_size);
6489 if (clp) {
6490 if (mark_client_expired_locked(clp) == nfs_ok)
6491 ++count;
6492 else
6493 clp = NULL;
6494 }
6495 spin_unlock(&nn->client_lock);
6496
6497 if (clp)
6498 expire_client(clp);
6499
6500 return count;
6501}
6502
Jeff Layton69fc9ed2014-07-30 08:27:19 -04006503u64
Jeff Layton285abde2014-07-30 08:27:24 -04006504nfsd_inject_forget_clients(u64 max)
Jeff Layton69fc9ed2014-07-30 08:27:19 -04006505{
6506 u64 count = 0;
6507 struct nfs4_client *clp, *next;
6508 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6509 nfsd_net_id);
6510 LIST_HEAD(reaplist);
6511
6512 if (!nfsd_netns_ready(nn))
6513 return count;
6514
6515 spin_lock(&nn->client_lock);
6516 list_for_each_entry_safe(clp, next, &nn->client_lru, cl_lru) {
6517 if (mark_client_expired_locked(clp) == nfs_ok) {
6518 list_add(&clp->cl_lru, &reaplist);
6519 if (max != 0 && ++count >= max)
6520 break;
6521 }
6522 }
6523 spin_unlock(&nn->client_lock);
6524
6525 list_for_each_entry_safe(clp, next, &reaplist, cl_lru)
6526 expire_client(clp);
6527
6528 return count;
6529}
6530
Bryan Schumaker184c1842012-11-29 11:40:44 -05006531static void nfsd_print_count(struct nfs4_client *clp, unsigned int count,
6532 const char *type)
6533{
6534 char buf[INET6_ADDRSTRLEN];
Bryan Schumaker0a5c33e2012-12-07 16:17:28 -05006535 rpc_ntop((struct sockaddr *)&clp->cl_addr, buf, sizeof(buf));
Bryan Schumaker184c1842012-11-29 11:40:44 -05006536 printk(KERN_INFO "NFS Client: %s has %u %s\n", buf, count, type);
6537}
6538
Jeff Layton016200c2014-07-30 08:27:21 -04006539static void
6540nfsd_inject_add_lock_to_list(struct nfs4_ol_stateid *lst,
6541 struct list_head *collect)
6542{
6543 struct nfs4_client *clp = lst->st_stid.sc_client;
6544 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6545 nfsd_net_id);
6546
6547 if (!collect)
6548 return;
6549
6550 lockdep_assert_held(&nn->client_lock);
6551 atomic_inc(&clp->cl_refcount);
6552 list_add(&lst->st_locks, collect);
6553}
6554
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04006555static u64 nfsd_foreach_client_lock(struct nfs4_client *clp, u64 max,
Jeff Layton3738d502014-07-30 08:27:20 -04006556 struct list_head *collect,
Jeff Laytone8568732015-08-24 12:41:47 -04006557 bool (*func)(struct nfs4_ol_stateid *))
Bryan Schumakerfc291712012-11-29 11:40:40 -05006558{
6559 struct nfs4_openowner *oop;
Bryan Schumakerfc291712012-11-29 11:40:40 -05006560 struct nfs4_ol_stateid *stp, *st_next;
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04006561 struct nfs4_ol_stateid *lst, *lst_next;
Bryan Schumakerfc291712012-11-29 11:40:40 -05006562 u64 count = 0;
6563
Jeff Layton016200c2014-07-30 08:27:21 -04006564 spin_lock(&clp->cl_lock);
Bryan Schumakerfc291712012-11-29 11:40:40 -05006565 list_for_each_entry(oop, &clp->cl_openowners, oo_perclient) {
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04006566 list_for_each_entry_safe(stp, st_next,
6567 &oop->oo_owner.so_stateids, st_perstateowner) {
6568 list_for_each_entry_safe(lst, lst_next,
6569 &stp->st_locks, st_locks) {
Jeff Layton3738d502014-07-30 08:27:20 -04006570 if (func) {
Jeff Laytone8568732015-08-24 12:41:47 -04006571 if (func(lst))
6572 nfsd_inject_add_lock_to_list(lst,
6573 collect);
Jeff Layton3738d502014-07-30 08:27:20 -04006574 }
Jeff Layton016200c2014-07-30 08:27:21 -04006575 ++count;
6576 /*
6577 * Despite the fact that these functions deal
6578 * with 64-bit integers for "count", we must
6579 * ensure that it doesn't blow up the
6580 * clp->cl_refcount. Throw a warning if we
6581 * start to approach INT_MAX here.
6582 */
6583 WARN_ON_ONCE(count == (INT_MAX / 2));
6584 if (count == max)
6585 goto out;
Bryan Schumakerfc291712012-11-29 11:40:40 -05006586 }
6587 }
6588 }
Jeff Layton016200c2014-07-30 08:27:21 -04006589out:
6590 spin_unlock(&clp->cl_lock);
Bryan Schumakerfc291712012-11-29 11:40:40 -05006591
6592 return count;
6593}
6594
Jeff Layton016200c2014-07-30 08:27:21 -04006595static u64
6596nfsd_collect_client_locks(struct nfs4_client *clp, struct list_head *collect,
6597 u64 max)
Bryan Schumakerfc291712012-11-29 11:40:40 -05006598{
Jeff Layton016200c2014-07-30 08:27:21 -04006599 return nfsd_foreach_client_lock(clp, max, collect, unhash_lock_stateid);
Bryan Schumakerfc291712012-11-29 11:40:40 -05006600}
6601
Jeff Layton016200c2014-07-30 08:27:21 -04006602static u64
6603nfsd_print_client_locks(struct nfs4_client *clp)
Bryan Schumaker184c1842012-11-29 11:40:44 -05006604{
Jeff Layton016200c2014-07-30 08:27:21 -04006605 u64 count = nfsd_foreach_client_lock(clp, 0, NULL, NULL);
Bryan Schumaker184c1842012-11-29 11:40:44 -05006606 nfsd_print_count(clp, count, "locked files");
6607 return count;
6608}
6609
Jeff Layton016200c2014-07-30 08:27:21 -04006610u64
Jeff Layton285abde2014-07-30 08:27:24 -04006611nfsd_inject_print_locks(void)
Jeff Layton016200c2014-07-30 08:27:21 -04006612{
6613 struct nfs4_client *clp;
6614 u64 count = 0;
6615 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6616 nfsd_net_id);
6617
6618 if (!nfsd_netns_ready(nn))
6619 return 0;
6620
6621 spin_lock(&nn->client_lock);
6622 list_for_each_entry(clp, &nn->client_lru, cl_lru)
6623 count += nfsd_print_client_locks(clp);
6624 spin_unlock(&nn->client_lock);
6625
6626 return count;
6627}
6628
6629static void
6630nfsd_reap_locks(struct list_head *reaplist)
6631{
6632 struct nfs4_client *clp;
6633 struct nfs4_ol_stateid *stp, *next;
6634
6635 list_for_each_entry_safe(stp, next, reaplist, st_locks) {
6636 list_del_init(&stp->st_locks);
6637 clp = stp->st_stid.sc_client;
6638 nfs4_put_stid(&stp->st_stid);
6639 put_client(clp);
6640 }
6641}
6642
6643u64
Jeff Layton285abde2014-07-30 08:27:24 -04006644nfsd_inject_forget_client_locks(struct sockaddr_storage *addr, size_t addr_size)
Jeff Layton016200c2014-07-30 08:27:21 -04006645{
6646 unsigned int count = 0;
6647 struct nfs4_client *clp;
6648 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6649 nfsd_net_id);
6650 LIST_HEAD(reaplist);
6651
6652 if (!nfsd_netns_ready(nn))
6653 return count;
6654
6655 spin_lock(&nn->client_lock);
6656 clp = nfsd_find_client(addr, addr_size);
6657 if (clp)
6658 count = nfsd_collect_client_locks(clp, &reaplist, 0);
6659 spin_unlock(&nn->client_lock);
6660 nfsd_reap_locks(&reaplist);
6661 return count;
6662}
6663
6664u64
Jeff Layton285abde2014-07-30 08:27:24 -04006665nfsd_inject_forget_locks(u64 max)
Jeff Layton016200c2014-07-30 08:27:21 -04006666{
6667 u64 count = 0;
6668 struct nfs4_client *clp;
6669 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6670 nfsd_net_id);
6671 LIST_HEAD(reaplist);
6672
6673 if (!nfsd_netns_ready(nn))
6674 return count;
6675
6676 spin_lock(&nn->client_lock);
6677 list_for_each_entry(clp, &nn->client_lru, cl_lru) {
6678 count += nfsd_collect_client_locks(clp, &reaplist, max - count);
6679 if (max != 0 && count >= max)
6680 break;
6681 }
6682 spin_unlock(&nn->client_lock);
6683 nfsd_reap_locks(&reaplist);
6684 return count;
6685}
6686
Jeff Layton82e05ef2014-07-30 08:27:22 -04006687static u64
6688nfsd_foreach_client_openowner(struct nfs4_client *clp, u64 max,
6689 struct list_head *collect,
6690 void (*func)(struct nfs4_openowner *))
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006691{
6692 struct nfs4_openowner *oop, *next;
Jeff Layton82e05ef2014-07-30 08:27:22 -04006693 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6694 nfsd_net_id);
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006695 u64 count = 0;
6696
Jeff Layton82e05ef2014-07-30 08:27:22 -04006697 lockdep_assert_held(&nn->client_lock);
6698
6699 spin_lock(&clp->cl_lock);
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006700 list_for_each_entry_safe(oop, next, &clp->cl_openowners, oo_perclient) {
Jeff Layton82e05ef2014-07-30 08:27:22 -04006701 if (func) {
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006702 func(oop);
Jeff Layton82e05ef2014-07-30 08:27:22 -04006703 if (collect) {
6704 atomic_inc(&clp->cl_refcount);
6705 list_add(&oop->oo_perclient, collect);
6706 }
6707 }
6708 ++count;
6709 /*
6710 * Despite the fact that these functions deal with
6711 * 64-bit integers for "count", we must ensure that
6712 * it doesn't blow up the clp->cl_refcount. Throw a
6713 * warning if we start to approach INT_MAX here.
6714 */
6715 WARN_ON_ONCE(count == (INT_MAX / 2));
6716 if (count == max)
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006717 break;
6718 }
Jeff Layton82e05ef2014-07-30 08:27:22 -04006719 spin_unlock(&clp->cl_lock);
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006720
6721 return count;
6722}
6723
Jeff Layton82e05ef2014-07-30 08:27:22 -04006724static u64
6725nfsd_print_client_openowners(struct nfs4_client *clp)
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006726{
Jeff Layton82e05ef2014-07-30 08:27:22 -04006727 u64 count = nfsd_foreach_client_openowner(clp, 0, NULL, NULL);
6728
6729 nfsd_print_count(clp, count, "openowners");
6730 return count;
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006731}
6732
Jeff Layton82e05ef2014-07-30 08:27:22 -04006733static u64
6734nfsd_collect_client_openowners(struct nfs4_client *clp,
6735 struct list_head *collect, u64 max)
Bryan Schumaker184c1842012-11-29 11:40:44 -05006736{
Jeff Layton82e05ef2014-07-30 08:27:22 -04006737 return nfsd_foreach_client_openowner(clp, max, collect,
6738 unhash_openowner_locked);
6739}
6740
6741u64
Jeff Layton285abde2014-07-30 08:27:24 -04006742nfsd_inject_print_openowners(void)
Jeff Layton82e05ef2014-07-30 08:27:22 -04006743{
6744 struct nfs4_client *clp;
6745 u64 count = 0;
6746 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6747 nfsd_net_id);
6748
6749 if (!nfsd_netns_ready(nn))
6750 return 0;
6751
6752 spin_lock(&nn->client_lock);
6753 list_for_each_entry(clp, &nn->client_lru, cl_lru)
6754 count += nfsd_print_client_openowners(clp);
6755 spin_unlock(&nn->client_lock);
6756
6757 return count;
6758}
6759
6760static void
6761nfsd_reap_openowners(struct list_head *reaplist)
6762{
6763 struct nfs4_client *clp;
6764 struct nfs4_openowner *oop, *next;
6765
6766 list_for_each_entry_safe(oop, next, reaplist, oo_perclient) {
6767 list_del_init(&oop->oo_perclient);
6768 clp = oop->oo_owner.so_client;
6769 release_openowner(oop);
6770 put_client(clp);
6771 }
6772}
6773
6774u64
Jeff Layton285abde2014-07-30 08:27:24 -04006775nfsd_inject_forget_client_openowners(struct sockaddr_storage *addr,
6776 size_t addr_size)
Jeff Layton82e05ef2014-07-30 08:27:22 -04006777{
6778 unsigned int count = 0;
6779 struct nfs4_client *clp;
6780 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6781 nfsd_net_id);
6782 LIST_HEAD(reaplist);
6783
6784 if (!nfsd_netns_ready(nn))
6785 return count;
6786
6787 spin_lock(&nn->client_lock);
6788 clp = nfsd_find_client(addr, addr_size);
6789 if (clp)
6790 count = nfsd_collect_client_openowners(clp, &reaplist, 0);
6791 spin_unlock(&nn->client_lock);
6792 nfsd_reap_openowners(&reaplist);
6793 return count;
6794}
6795
6796u64
Jeff Layton285abde2014-07-30 08:27:24 -04006797nfsd_inject_forget_openowners(u64 max)
Jeff Layton82e05ef2014-07-30 08:27:22 -04006798{
6799 u64 count = 0;
6800 struct nfs4_client *clp;
6801 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6802 nfsd_net_id);
6803 LIST_HEAD(reaplist);
6804
6805 if (!nfsd_netns_ready(nn))
6806 return count;
6807
6808 spin_lock(&nn->client_lock);
6809 list_for_each_entry(clp, &nn->client_lru, cl_lru) {
6810 count += nfsd_collect_client_openowners(clp, &reaplist,
6811 max - count);
6812 if (max != 0 && count >= max)
6813 break;
6814 }
6815 spin_unlock(&nn->client_lock);
6816 nfsd_reap_openowners(&reaplist);
Bryan Schumaker184c1842012-11-29 11:40:44 -05006817 return count;
6818}
6819
Bryan Schumaker269de302012-11-29 11:40:42 -05006820static u64 nfsd_find_all_delegations(struct nfs4_client *clp, u64 max,
6821 struct list_head *victims)
6822{
6823 struct nfs4_delegation *dp, *next;
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006824 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6825 nfsd_net_id);
Bryan Schumaker269de302012-11-29 11:40:42 -05006826 u64 count = 0;
6827
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006828 lockdep_assert_held(&nn->client_lock);
6829
6830 spin_lock(&state_lock);
Bryan Schumaker269de302012-11-29 11:40:42 -05006831 list_for_each_entry_safe(dp, next, &clp->cl_delegations, dl_perclnt) {
Jeff Laytondff13992014-07-08 14:02:49 -04006832 if (victims) {
6833 /*
6834 * It's not safe to mess with delegations that have a
6835 * non-zero dl_time. They might have already been broken
6836 * and could be processed by the laundromat outside of
6837 * the state_lock. Just leave them be.
6838 */
6839 if (dp->dl_time != 0)
6840 continue;
6841
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006842 atomic_inc(&clp->cl_refcount);
Jeff Layton3fcbbd22015-08-24 12:41:48 -04006843 WARN_ON(!unhash_delegation_locked(dp));
Jeff Layton42690672014-07-25 07:34:20 -04006844 list_add(&dp->dl_recall_lru, victims);
Jeff Laytondff13992014-07-08 14:02:49 -04006845 }
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006846 ++count;
6847 /*
6848 * Despite the fact that these functions deal with
6849 * 64-bit integers for "count", we must ensure that
6850 * it doesn't blow up the clp->cl_refcount. Throw a
6851 * warning if we start to approach INT_MAX here.
6852 */
6853 WARN_ON_ONCE(count == (INT_MAX / 2));
6854 if (count == max)
Bryan Schumaker269de302012-11-29 11:40:42 -05006855 break;
6856 }
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006857 spin_unlock(&state_lock);
Bryan Schumaker269de302012-11-29 11:40:42 -05006858 return count;
6859}
6860
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006861static u64
6862nfsd_print_client_delegations(struct nfs4_client *clp)
Bryan Schumaker269de302012-11-29 11:40:42 -05006863{
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006864 u64 count = nfsd_find_all_delegations(clp, 0, NULL);
Bryan Schumaker184c1842012-11-29 11:40:44 -05006865
6866 nfsd_print_count(clp, count, "delegations");
6867 return count;
6868}
6869
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006870u64
Jeff Layton285abde2014-07-30 08:27:24 -04006871nfsd_inject_print_delegations(void)
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006872{
6873 struct nfs4_client *clp;
6874 u64 count = 0;
6875 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6876 nfsd_net_id);
6877
6878 if (!nfsd_netns_ready(nn))
6879 return 0;
6880
6881 spin_lock(&nn->client_lock);
6882 list_for_each_entry(clp, &nn->client_lru, cl_lru)
6883 count += nfsd_print_client_delegations(clp);
6884 spin_unlock(&nn->client_lock);
6885
6886 return count;
6887}
6888
6889static void
6890nfsd_forget_delegations(struct list_head *reaplist)
6891{
6892 struct nfs4_client *clp;
6893 struct nfs4_delegation *dp, *next;
6894
6895 list_for_each_entry_safe(dp, next, reaplist, dl_recall_lru) {
6896 list_del_init(&dp->dl_recall_lru);
6897 clp = dp->dl_stid.sc_client;
6898 revoke_delegation(dp);
6899 put_client(clp);
6900 }
6901}
6902
6903u64
Jeff Layton285abde2014-07-30 08:27:24 -04006904nfsd_inject_forget_client_delegations(struct sockaddr_storage *addr,
6905 size_t addr_size)
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006906{
6907 u64 count = 0;
6908 struct nfs4_client *clp;
6909 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6910 nfsd_net_id);
6911 LIST_HEAD(reaplist);
6912
6913 if (!nfsd_netns_ready(nn))
6914 return count;
6915
6916 spin_lock(&nn->client_lock);
6917 clp = nfsd_find_client(addr, addr_size);
6918 if (clp)
6919 count = nfsd_find_all_delegations(clp, 0, &reaplist);
6920 spin_unlock(&nn->client_lock);
6921
6922 nfsd_forget_delegations(&reaplist);
6923 return count;
6924}
6925
6926u64
Jeff Layton285abde2014-07-30 08:27:24 -04006927nfsd_inject_forget_delegations(u64 max)
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006928{
6929 u64 count = 0;
6930 struct nfs4_client *clp;
6931 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6932 nfsd_net_id);
6933 LIST_HEAD(reaplist);
6934
6935 if (!nfsd_netns_ready(nn))
6936 return count;
6937
6938 spin_lock(&nn->client_lock);
6939 list_for_each_entry(clp, &nn->client_lru, cl_lru) {
6940 count += nfsd_find_all_delegations(clp, max - count, &reaplist);
6941 if (max != 0 && count >= max)
6942 break;
6943 }
6944 spin_unlock(&nn->client_lock);
6945 nfsd_forget_delegations(&reaplist);
6946 return count;
6947}
6948
6949static void
6950nfsd_recall_delegations(struct list_head *reaplist)
6951{
6952 struct nfs4_client *clp;
6953 struct nfs4_delegation *dp, *next;
6954
6955 list_for_each_entry_safe(dp, next, reaplist, dl_recall_lru) {
6956 list_del_init(&dp->dl_recall_lru);
6957 clp = dp->dl_stid.sc_client;
6958 /*
6959 * We skipped all entries that had a zero dl_time before,
6960 * so we can now reset the dl_time back to 0. If a delegation
6961 * break comes in now, then it won't make any difference since
6962 * we're recalling it either way.
6963 */
6964 spin_lock(&state_lock);
6965 dp->dl_time = 0;
6966 spin_unlock(&state_lock);
6967 nfsd_break_one_deleg(dp);
6968 put_client(clp);
6969 }
6970}
6971
6972u64
Jeff Layton285abde2014-07-30 08:27:24 -04006973nfsd_inject_recall_client_delegations(struct sockaddr_storage *addr,
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006974 size_t addr_size)
6975{
6976 u64 count = 0;
6977 struct nfs4_client *clp;
6978 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6979 nfsd_net_id);
6980 LIST_HEAD(reaplist);
6981
6982 if (!nfsd_netns_ready(nn))
6983 return count;
6984
6985 spin_lock(&nn->client_lock);
6986 clp = nfsd_find_client(addr, addr_size);
6987 if (clp)
6988 count = nfsd_find_all_delegations(clp, 0, &reaplist);
6989 spin_unlock(&nn->client_lock);
6990
6991 nfsd_recall_delegations(&reaplist);
6992 return count;
6993}
6994
6995u64
Jeff Layton285abde2014-07-30 08:27:24 -04006996nfsd_inject_recall_delegations(u64 max)
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006997{
6998 u64 count = 0;
6999 struct nfs4_client *clp, *next;
7000 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
7001 nfsd_net_id);
7002 LIST_HEAD(reaplist);
7003
7004 if (!nfsd_netns_ready(nn))
7005 return count;
7006
7007 spin_lock(&nn->client_lock);
7008 list_for_each_entry_safe(clp, next, &nn->client_lru, cl_lru) {
7009 count += nfsd_find_all_delegations(clp, max - count, &reaplist);
7010 if (max != 0 && ++count >= max)
7011 break;
7012 }
7013 spin_unlock(&nn->client_lock);
7014 nfsd_recall_delegations(&reaplist);
7015 return count;
7016}
Bryan Schumaker65178db2011-11-01 13:35:21 -04007017#endif /* CONFIG_NFSD_FAULT_INJECTION */
7018
Meelap Shahc2f1a552007-07-17 04:04:39 -07007019/*
7020 * Since the lifetime of a delegation isn't limited to that of an open, a
7021 * client may quite reasonably hang on to a delegation as long as it has
7022 * the inode cached. This becomes an obvious problem the first time a
7023 * client's inode cache approaches the size of the server's total memory.
7024 *
7025 * For now we avoid this problem by imposing a hard limit on the number
7026 * of delegations, which varies according to the server's memory size.
7027 */
7028static void
7029set_max_delegations(void)
7030{
7031 /*
7032 * Allow at most 4 delegations per megabyte of RAM. Quick
7033 * estimates suggest that in the worst case (where every delegation
7034 * is for a different inode), a delegation could take about 1.5K,
7035 * giving a worst case usage of about 6% of memory.
7036 */
7037 max_delegations = nr_free_buffer_pages() >> (20 - 2 - PAGE_SHIFT);
7038}
7039
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007040static int nfs4_state_create_net(struct net *net)
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03007041{
7042 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
7043 int i;
7044
7045 nn->conf_id_hashtbl = kmalloc(sizeof(struct list_head) *
7046 CLIENT_HASH_SIZE, GFP_KERNEL);
7047 if (!nn->conf_id_hashtbl)
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03007048 goto err;
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03007049 nn->unconf_id_hashtbl = kmalloc(sizeof(struct list_head) *
7050 CLIENT_HASH_SIZE, GFP_KERNEL);
7051 if (!nn->unconf_id_hashtbl)
7052 goto err_unconf_id;
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03007053 nn->sessionid_hashtbl = kmalloc(sizeof(struct list_head) *
7054 SESSION_HASH_SIZE, GFP_KERNEL);
7055 if (!nn->sessionid_hashtbl)
7056 goto err_sessionid;
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03007057
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03007058 for (i = 0; i < CLIENT_HASH_SIZE; i++) {
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03007059 INIT_LIST_HEAD(&nn->conf_id_hashtbl[i]);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03007060 INIT_LIST_HEAD(&nn->unconf_id_hashtbl[i]);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03007061 }
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03007062 for (i = 0; i < SESSION_HASH_SIZE; i++)
7063 INIT_LIST_HEAD(&nn->sessionid_hashtbl[i]);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03007064 nn->conf_name_tree = RB_ROOT;
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03007065 nn->unconf_name_tree = RB_ROOT;
Vasily Averin3b774232017-11-13 07:25:40 +03007066 nn->boot_time = get_seconds();
7067 nn->grace_ended = false;
7068 nn->nfsd4_manager.block_opens = true;
7069 INIT_LIST_HEAD(&nn->nfsd4_manager.list);
Stanislav Kinsbursky5ed58bb2012-11-14 18:21:56 +03007070 INIT_LIST_HEAD(&nn->client_lru);
Stanislav Kinsbursky73758fed2012-11-14 18:22:01 +03007071 INIT_LIST_HEAD(&nn->close_lru);
J. Bruce Fieldse8c69d12013-03-21 15:19:33 -04007072 INIT_LIST_HEAD(&nn->del_recall_lru);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03007073 spin_lock_init(&nn->client_lock);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03007074
Jeff Layton0cc11a62016-10-20 09:34:31 -04007075 spin_lock_init(&nn->blocked_locks_lock);
7076 INIT_LIST_HEAD(&nn->blocked_locks_lru);
7077
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03007078 INIT_DELAYED_WORK(&nn->laundromat_work, laundromat_main);
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007079 get_net(net);
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03007080
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03007081 return 0;
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03007082
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03007083err_sessionid:
Stanislav Kinsbursky9b531132012-11-14 18:21:41 +03007084 kfree(nn->unconf_id_hashtbl);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03007085err_unconf_id:
7086 kfree(nn->conf_id_hashtbl);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03007087err:
7088 return -ENOMEM;
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03007089}
7090
7091static void
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03007092nfs4_state_destroy_net(struct net *net)
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03007093{
7094 int i;
7095 struct nfs4_client *clp = NULL;
7096 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
7097
7098 for (i = 0; i < CLIENT_HASH_SIZE; i++) {
7099 while (!list_empty(&nn->conf_id_hashtbl[i])) {
7100 clp = list_entry(nn->conf_id_hashtbl[i].next, struct nfs4_client, cl_idhash);
7101 destroy_client(clp);
7102 }
7103 }
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03007104
Jeff Laytone294c4c2018-03-16 11:32:02 -04007105 WARN_ON(!list_empty(&nn->blocked_locks_lru));
7106
Kinglong Mee2b905632014-03-26 22:09:30 +08007107 for (i = 0; i < CLIENT_HASH_SIZE; i++) {
7108 while (!list_empty(&nn->unconf_id_hashtbl[i])) {
7109 clp = list_entry(nn->unconf_id_hashtbl[i].next, struct nfs4_client, cl_idhash);
7110 destroy_client(clp);
7111 }
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03007112 }
7113
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03007114 kfree(nn->sessionid_hashtbl);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03007115 kfree(nn->unconf_id_hashtbl);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03007116 kfree(nn->conf_id_hashtbl);
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03007117 put_net(net);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03007118}
7119
Stanislav Kinsburskyf252bc62012-11-26 15:22:18 +03007120int
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007121nfs4_state_start_net(struct net *net)
NeilBrownac4d8ff22005-06-23 22:03:30 -07007122{
Stanislav Kinsbursky5e1533c2012-07-25 16:56:58 +04007123 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05007124 int ret;
7125
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007126 ret = nfs4_state_create_net(net);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03007127 if (ret)
7128 return ret;
Jeff Laytond4318ac2014-09-12 16:40:21 -04007129 locks_start_grace(net, &nn->nfsd4_manager);
7130 nfsd4_client_tracking_init(net);
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007131 printk(KERN_INFO "NFSD: starting %ld-second grace period (net %p)\n",
Stanislav Kinsbursky5284b442012-11-27 14:11:49 +03007132 nn->nfsd4_grace, net);
7133 queue_delayed_work(laundry_wq, &nn->laundromat_work, nn->nfsd4_grace * HZ);
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007134 return 0;
7135}
7136
7137/* initialization to perform when the nfsd service is started: */
7138
7139int
7140nfs4_state_start(void)
7141{
7142 int ret;
7143
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05007144 ret = set_callback_cred();
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007145 if (ret)
Kinglong Meed4bda742017-02-05 09:57:07 +08007146 return ret;
7147
Jeff Layton51a54562015-08-20 07:17:01 -04007148 laundry_wq = alloc_workqueue("%s", WQ_UNBOUND, 0, "nfsd4");
Jeff Laytona6d6b782012-03-05 11:42:36 -05007149 if (laundry_wq == NULL) {
7150 ret = -ENOMEM;
Kinglong Meed4bda742017-02-05 09:57:07 +08007151 goto out_cleanup_cred;
Jeff Laytona6d6b782012-03-05 11:42:36 -05007152 }
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05007153 ret = nfsd4_create_callback_queue();
7154 if (ret)
7155 goto out_free_laundry;
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03007156
Meelap Shahc2f1a552007-07-17 04:04:39 -07007157 set_max_delegations();
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05007158 return 0;
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007159
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05007160out_free_laundry:
7161 destroy_workqueue(laundry_wq);
Kinglong Meed4bda742017-02-05 09:57:07 +08007162out_cleanup_cred:
7163 cleanup_callback_cred();
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05007164 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007165}
7166
Stanislav Kinsburskyf252bc62012-11-26 15:22:18 +03007167void
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03007168nfs4_state_shutdown_net(struct net *net)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007169{
Linus Torvalds1da177e2005-04-16 15:20:36 -07007170 struct nfs4_delegation *dp = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007171 struct list_head *pos, *next, reaplist;
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03007172 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007173
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03007174 cancel_delayed_work_sync(&nn->laundromat_work);
7175 locks_end_grace(&nn->nfsd4_manager);
Jeff Laytonac55fdc2012-11-12 15:00:56 -05007176
Linus Torvalds1da177e2005-04-16 15:20:36 -07007177 INIT_LIST_HEAD(&reaplist);
Benny Halevycdc97502014-05-30 09:09:30 -04007178 spin_lock(&state_lock);
J. Bruce Fieldse8c69d12013-03-21 15:19:33 -04007179 list_for_each_safe(pos, next, &nn->del_recall_lru) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07007180 dp = list_entry (pos, struct nfs4_delegation, dl_recall_lru);
Jeff Layton3fcbbd22015-08-24 12:41:48 -04007181 WARN_ON(!unhash_delegation_locked(dp));
Jeff Layton42690672014-07-25 07:34:20 -04007182 list_add(&dp->dl_recall_lru, &reaplist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007183 }
Benny Halevycdc97502014-05-30 09:09:30 -04007184 spin_unlock(&state_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007185 list_for_each_safe(pos, next, &reaplist) {
7186 dp = list_entry (pos, struct nfs4_delegation, dl_recall_lru);
Jeff Layton42690672014-07-25 07:34:20 -04007187 list_del_init(&dp->dl_recall_lru);
Sachin Bhamare8287f002015-04-27 14:50:14 +02007188 put_clnt_odstate(dp->dl_clnt_odstate);
Jeff Laytonafbda402014-08-09 10:22:41 -04007189 nfs4_put_deleg_lease(dp->dl_stid.sc_file);
Trond Myklebust60116952014-07-29 21:34:06 -04007190 nfs4_put_stid(&dp->dl_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007191 }
7192
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03007193 nfsd4_client_tracking_exit(net);
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03007194 nfs4_state_destroy_net(net);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007195}
7196
7197void
7198nfs4_state_shutdown(void)
7199{
NeilBrown5e8d5c22006-04-10 22:55:37 -07007200 destroy_workqueue(laundry_wq);
J. Bruce Fieldsc3935e32010-06-04 16:42:08 -04007201 nfsd4_destroy_callback_queue();
Kinglong Meed4bda742017-02-05 09:57:07 +08007202 cleanup_callback_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07007203}
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007204
7205static void
7206get_stateid(struct nfsd4_compound_state *cstate, stateid_t *stateid)
7207{
Tigran Mkrtchyan37c593c2012-02-13 22:55:32 +01007208 if (HAS_STATE_ID(cstate, CURRENT_STATE_ID_FLAG) && CURRENT_STATEID(stateid))
7209 memcpy(stateid, &cstate->current_stateid, sizeof(stateid_t));
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007210}
7211
7212static void
7213put_stateid(struct nfsd4_compound_state *cstate, stateid_t *stateid)
7214{
Tigran Mkrtchyan37c593c2012-02-13 22:55:32 +01007215 if (cstate->minorversion) {
7216 memcpy(&cstate->current_stateid, stateid, sizeof(stateid_t));
7217 SET_STATE_ID(cstate, CURRENT_STATE_ID_FLAG);
7218 }
7219}
7220
7221void
7222clear_current_stateid(struct nfsd4_compound_state *cstate)
7223{
7224 CLEAR_STATE_ID(cstate, CURRENT_STATE_ID_FLAG);
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007225}
7226
Tigran Mkrtchyan62cd4a52012-02-13 22:55:25 +01007227/*
7228 * functions to set current state id
7229 */
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007230void
Tigran Mkrtchyan9428fe12012-02-13 22:55:31 +01007231nfsd4_set_opendowngradestateid(struct nfsd4_compound_state *cstate, struct nfsd4_open_downgrade *odp)
7232{
7233 put_stateid(cstate, &odp->od_stateid);
7234}
7235
7236void
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007237nfsd4_set_openstateid(struct nfsd4_compound_state *cstate, struct nfsd4_open *open)
7238{
7239 put_stateid(cstate, &open->op_stateid);
7240}
7241
7242void
Tigran Mkrtchyan62cd4a52012-02-13 22:55:25 +01007243nfsd4_set_closestateid(struct nfsd4_compound_state *cstate, struct nfsd4_close *close)
7244{
7245 put_stateid(cstate, &close->cl_stateid);
7246}
7247
7248void
7249nfsd4_set_lockstateid(struct nfsd4_compound_state *cstate, struct nfsd4_lock *lock)
7250{
7251 put_stateid(cstate, &lock->lk_resp_stateid);
7252}
7253
7254/*
7255 * functions to consume current state id
7256 */
Tigran Mkrtchyan1e97b512012-02-13 22:55:30 +01007257
7258void
Tigran Mkrtchyan9428fe12012-02-13 22:55:31 +01007259nfsd4_get_opendowngradestateid(struct nfsd4_compound_state *cstate, struct nfsd4_open_downgrade *odp)
7260{
7261 get_stateid(cstate, &odp->od_stateid);
7262}
7263
7264void
7265nfsd4_get_delegreturnstateid(struct nfsd4_compound_state *cstate, struct nfsd4_delegreturn *drp)
7266{
7267 get_stateid(cstate, &drp->dr_stateid);
7268}
7269
7270void
Tigran Mkrtchyan1e97b512012-02-13 22:55:30 +01007271nfsd4_get_freestateid(struct nfsd4_compound_state *cstate, struct nfsd4_free_stateid *fsp)
7272{
7273 get_stateid(cstate, &fsp->fr_stateid);
7274}
7275
7276void
7277nfsd4_get_setattrstateid(struct nfsd4_compound_state *cstate, struct nfsd4_setattr *setattr)
7278{
7279 get_stateid(cstate, &setattr->sa_stateid);
7280}
7281
Tigran Mkrtchyan62cd4a52012-02-13 22:55:25 +01007282void
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007283nfsd4_get_closestateid(struct nfsd4_compound_state *cstate, struct nfsd4_close *close)
7284{
7285 get_stateid(cstate, &close->cl_stateid);
7286}
7287
7288void
Tigran Mkrtchyan62cd4a52012-02-13 22:55:25 +01007289nfsd4_get_lockustateid(struct nfsd4_compound_state *cstate, struct nfsd4_locku *locku)
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007290{
Tigran Mkrtchyan62cd4a52012-02-13 22:55:25 +01007291 get_stateid(cstate, &locku->lu_stateid);
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007292}
Tigran Mkrtchyan30813e22012-02-13 22:55:26 +01007293
7294void
7295nfsd4_get_readstateid(struct nfsd4_compound_state *cstate, struct nfsd4_read *read)
7296{
7297 get_stateid(cstate, &read->rd_stateid);
7298}
7299
7300void
7301nfsd4_get_writestateid(struct nfsd4_compound_state *cstate, struct nfsd4_write *write)
7302{
7303 get_stateid(cstate, &write->wr_stateid);
7304}