blob: 6c74d9a45163e1e94bfbda6d577c1f6a57709958 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002* Copyright (c) 2001 The Regents of the University of Michigan.
3* All rights reserved.
4*
5* Kendrick Smith <kmsmith@umich.edu>
6* Andy Adamson <kandros@umich.edu>
7*
8* Redistribution and use in source and binary forms, with or without
9* modification, are permitted provided that the following conditions
10* are met:
11*
12* 1. Redistributions of source code must retain the above copyright
13* notice, this list of conditions and the following disclaimer.
14* 2. Redistributions in binary form must reproduce the above copyright
15* notice, this list of conditions and the following disclaimer in the
16* documentation and/or other materials provided with the distribution.
17* 3. Neither the name of the University nor the names of its
18* contributors may be used to endorse or promote products derived
19* from this software without specific prior written permission.
20*
21* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
22* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
23* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24* DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
28* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
29* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
30* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32*
33*/
34
Dave Hansenaceaf782008-02-15 14:37:31 -080035#include <linux/file.h>
Arnd Bergmannb89f4322010-09-18 15:09:31 +020036#include <linux/fs.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090037#include <linux/slab.h>
NeilBrown0964a3d2005-06-23 22:04:32 -070038#include <linux/namei.h>
Meelap Shahc2f1a552007-07-17 04:04:39 -070039#include <linux/swap.h>
Bryan Schumaker17456802011-07-13 10:50:48 -040040#include <linux/pagemap.h>
Chuck Lever7df302f2012-05-29 13:56:37 -040041#include <linux/ratelimit.h>
Olga Kornievskaia68e76ad2008-12-23 16:17:15 -050042#include <linux/sunrpc/svcauth_gss.h>
Jeff Layton59766872013-02-04 12:50:00 -050043#include <linux/sunrpc/addr.h>
Daniel Borkmann87545892014-12-10 16:33:11 +010044#include <linux/jhash.h>
Boaz Harrosh9a74af22009-12-03 20:30:56 +020045#include "xdr4.h"
J. Bruce Fields06b332a2013-04-09 11:34:36 -040046#include "xdr4cb.h"
J. Bruce Fields0a3adad2009-11-04 18:12:35 -050047#include "vfs.h"
J. Bruce Fieldsbfa4b362012-04-25 16:49:18 -040048#include "current_stateid.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070049
Stanislav Kinsbursky5e1533c2012-07-25 16:56:58 +040050#include "netns.h"
Christoph Hellwig9cf514c2014-05-05 13:11:59 +020051#include "pnfs.h"
Stanislav Kinsbursky5e1533c2012-07-25 16:56:58 +040052
Linus Torvalds1da177e2005-04-16 15:20:36 -070053#define NFSDDBG_FACILITY NFSDDBG_PROC
54
J. Bruce Fieldsf32f3c22011-12-12 15:00:35 -050055#define all_ones {{~0,~0},~0}
56static const stateid_t one_stateid = {
57 .si_generation = ~0,
58 .si_opaque = all_ones,
59};
60static const stateid_t zero_stateid = {
61 /* all fields zero */
62};
Tigran Mkrtchyan19ff0f22012-02-13 22:55:23 +010063static const stateid_t currentstateid = {
64 .si_generation = 1,
65};
J. Bruce Fieldsf32f3c22011-12-12 15:00:35 -050066
Andy Adamsonec6b5d72009-04-03 08:28:28 +030067static u64 current_sessionid = 1;
NeilBrownfd39ca92005-06-23 22:04:03 -070068
J. Bruce Fieldsf32f3c22011-12-12 15:00:35 -050069#define ZERO_STATEID(stateid) (!memcmp((stateid), &zero_stateid, sizeof(stateid_t)))
70#define ONE_STATEID(stateid) (!memcmp((stateid), &one_stateid, sizeof(stateid_t)))
Tigran Mkrtchyan19ff0f22012-02-13 22:55:23 +010071#define CURRENT_STATEID(stateid) (!memcmp((stateid), &currentstateid, sizeof(stateid_t)))
Linus Torvalds1da177e2005-04-16 15:20:36 -070072
Linus Torvalds1da177e2005-04-16 15:20:36 -070073/* forward declarations */
Jeff Laytonf9c00c32014-07-23 16:17:41 -040074static bool check_for_locks(struct nfs4_file *fp, struct nfs4_lockowner *lowner);
Trond Myklebust60116952014-07-29 21:34:06 -040075static void nfs4_free_ol_stateid(struct nfs4_stid *stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -070076
J. Bruce Fields8b671b82009-02-22 14:51:34 -080077/* Locking: */
78
J. Bruce Fields8b671b82009-02-22 14:51:34 -080079/*
80 * Currently used for the del_recall_lru and file hash table. In an
81 * effort to decrease the scope of the client_mutex, this spinlock may
82 * eventually cover more:
83 */
Benny Halevycdc97502014-05-30 09:09:30 -040084static DEFINE_SPINLOCK(state_lock);
J. Bruce Fields8b671b82009-02-22 14:51:34 -080085
Jeff Laytonb401be222014-07-29 21:34:33 -040086/*
87 * A waitqueue for all in-progress 4.0 CLOSE operations that are waiting for
88 * the refcount on the open stateid to drop.
89 */
90static DECLARE_WAIT_QUEUE_HEAD(close_wq);
91
Christoph Hellwigabf11352014-05-21 07:43:03 -070092static struct kmem_cache *openowner_slab;
93static struct kmem_cache *lockowner_slab;
94static struct kmem_cache *file_slab;
95static struct kmem_cache *stateid_slab;
96static struct kmem_cache *deleg_slab;
Sachin Bhamare8287f002015-04-27 14:50:14 +020097static struct kmem_cache *odstate_slab;
NeilBrowne60d4392005-06-23 22:03:01 -070098
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -040099static void free_session(struct nfsd4_session *);
Benny Halevy508dc6e2012-02-23 17:40:52 -0800100
Julia Lawallc4cb8972015-11-21 22:57:39 +0100101static const struct nfsd4_callback_ops nfsd4_cb_recall_ops;
Jeff Layton76d348f2016-09-16 16:28:24 -0400102static const struct nfsd4_callback_ops nfsd4_cb_notify_lock_ops;
Christoph Hellwig0162ac22014-09-24 12:19:19 +0200103
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -0400104static bool is_session_dead(struct nfsd4_session *ses)
Benny Halevy508dc6e2012-02-23 17:40:52 -0800105{
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -0400106 return ses->se_flags & NFS4_SESSION_DEAD;
107}
108
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -0400109static __be32 mark_session_dead_locked(struct nfsd4_session *ses, int ref_held_by_me)
110{
111 if (atomic_read(&ses->se_ref) > ref_held_by_me)
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -0400112 return nfserr_jukebox;
113 ses->se_flags |= NFS4_SESSION_DEAD;
114 return nfs_ok;
115}
116
J. Bruce Fields221a6872013-04-01 22:23:49 -0400117static bool is_client_expired(struct nfs4_client *clp)
118{
119 return clp->cl_time == 0;
120}
121
J. Bruce Fields221a6872013-04-01 22:23:49 -0400122static __be32 get_client_locked(struct nfs4_client *clp)
123{
Trond Myklebust0a880a22014-07-30 08:27:10 -0400124 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
125
126 lockdep_assert_held(&nn->client_lock);
127
J. Bruce Fields221a6872013-04-01 22:23:49 -0400128 if (is_client_expired(clp))
129 return nfserr_expired;
130 atomic_inc(&clp->cl_refcount);
131 return nfs_ok;
132}
133
134/* must be called under the client_lock */
135static inline void
136renew_client_locked(struct nfs4_client *clp)
137{
138 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
139
140 if (is_client_expired(clp)) {
141 WARN_ON(1);
142 printk("%s: client (clientid %08x/%08x) already expired\n",
143 __func__,
144 clp->cl_clientid.cl_boot,
145 clp->cl_clientid.cl_id);
146 return;
147 }
148
149 dprintk("renewing client (clientid %08x/%08x)\n",
150 clp->cl_clientid.cl_boot,
151 clp->cl_clientid.cl_id);
152 list_move_tail(&clp->cl_lru, &nn->client_lru);
153 clp->cl_time = get_seconds();
154}
155
Fengguang Wuba138432013-04-16 22:14:15 -0400156static void put_client_renew_locked(struct nfs4_client *clp)
J. Bruce Fields221a6872013-04-01 22:23:49 -0400157{
Trond Myklebust0a880a22014-07-30 08:27:10 -0400158 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
159
160 lockdep_assert_held(&nn->client_lock);
161
J. Bruce Fields221a6872013-04-01 22:23:49 -0400162 if (!atomic_dec_and_test(&clp->cl_refcount))
163 return;
164 if (!is_client_expired(clp))
165 renew_client_locked(clp);
166}
167
Jeff Layton4b24ca72014-06-30 11:48:44 -0400168static void put_client_renew(struct nfs4_client *clp)
169{
170 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
171
Jeff Laytond6c249b2014-07-08 14:02:50 -0400172 if (!atomic_dec_and_lock(&clp->cl_refcount, &nn->client_lock))
173 return;
174 if (!is_client_expired(clp))
175 renew_client_locked(clp);
Jeff Layton4b24ca72014-06-30 11:48:44 -0400176 spin_unlock(&nn->client_lock);
177}
178
Trond Myklebustd4e19e702014-06-30 11:48:42 -0400179static __be32 nfsd4_get_session_locked(struct nfsd4_session *ses)
180{
181 __be32 status;
182
183 if (is_session_dead(ses))
184 return nfserr_badsession;
185 status = get_client_locked(ses->se_client);
186 if (status)
187 return status;
188 atomic_inc(&ses->se_ref);
189 return nfs_ok;
190}
191
192static void nfsd4_put_session_locked(struct nfsd4_session *ses)
193{
194 struct nfs4_client *clp = ses->se_client;
Trond Myklebust0a880a22014-07-30 08:27:10 -0400195 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
196
197 lockdep_assert_held(&nn->client_lock);
Trond Myklebustd4e19e702014-06-30 11:48:42 -0400198
199 if (atomic_dec_and_test(&ses->se_ref) && is_session_dead(ses))
200 free_session(ses);
201 put_client_renew_locked(clp);
202}
203
204static void nfsd4_put_session(struct nfsd4_session *ses)
205{
206 struct nfs4_client *clp = ses->se_client;
207 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
208
209 spin_lock(&nn->client_lock);
210 nfsd4_put_session_locked(ses);
211 spin_unlock(&nn->client_lock);
212}
213
Jeff Layton76d348f2016-09-16 16:28:24 -0400214static struct nfsd4_blocked_lock *
215find_blocked_lock(struct nfs4_lockowner *lo, struct knfsd_fh *fh,
216 struct nfsd_net *nn)
217{
218 struct nfsd4_blocked_lock *cur, *found = NULL;
219
220 spin_lock(&nn->client_lock);
221 list_for_each_entry(cur, &lo->lo_blocked, nbl_list) {
222 if (fh_match(fh, &cur->nbl_fh)) {
223 list_del_init(&cur->nbl_list);
Jeff Layton7919d0a2016-09-16 16:28:25 -0400224 list_del_init(&cur->nbl_lru);
Jeff Layton76d348f2016-09-16 16:28:24 -0400225 found = cur;
226 break;
227 }
228 }
229 spin_unlock(&nn->client_lock);
230 if (found)
231 posix_unblock_lock(&found->nbl_lock);
232 return found;
233}
234
235static struct nfsd4_blocked_lock *
236find_or_allocate_block(struct nfs4_lockowner *lo, struct knfsd_fh *fh,
237 struct nfsd_net *nn)
238{
239 struct nfsd4_blocked_lock *nbl;
240
241 nbl = find_blocked_lock(lo, fh, nn);
242 if (!nbl) {
243 nbl= kmalloc(sizeof(*nbl), GFP_KERNEL);
244 if (nbl) {
245 fh_copy_shallow(&nbl->nbl_fh, fh);
246 locks_init_lock(&nbl->nbl_lock);
247 nfsd4_init_cb(&nbl->nbl_cb, lo->lo_owner.so_client,
248 &nfsd4_cb_notify_lock_ops,
249 NFSPROC4_CLNT_CB_NOTIFY_LOCK);
250 }
251 }
252 return nbl;
253}
254
255static void
256free_blocked_lock(struct nfsd4_blocked_lock *nbl)
257{
258 locks_release_private(&nbl->nbl_lock);
259 kfree(nbl);
260}
261
262static int
263nfsd4_cb_notify_lock_done(struct nfsd4_callback *cb, struct rpc_task *task)
264{
265 /*
266 * Since this is just an optimization, we don't try very hard if it
267 * turns out not to succeed. We'll requeue it on NFS4ERR_DELAY, and
268 * just quit trying on anything else.
269 */
270 switch (task->tk_status) {
271 case -NFS4ERR_DELAY:
272 rpc_delay(task, 1 * HZ);
273 return 0;
274 default:
275 return 1;
276 }
277}
278
279static void
280nfsd4_cb_notify_lock_release(struct nfsd4_callback *cb)
281{
282 struct nfsd4_blocked_lock *nbl = container_of(cb,
283 struct nfsd4_blocked_lock, nbl_cb);
284
285 free_blocked_lock(nbl);
286}
287
288static const struct nfsd4_callback_ops nfsd4_cb_notify_lock_ops = {
289 .done = nfsd4_cb_notify_lock_done,
290 .release = nfsd4_cb_notify_lock_release,
291};
292
Kinglong Meeb5971af2014-08-22 10:18:43 -0400293static inline struct nfs4_stateowner *
294nfs4_get_stateowner(struct nfs4_stateowner *sop)
295{
296 atomic_inc(&sop->so_count);
297 return sop;
298}
299
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400300static int
Trond Myklebustd4f04892014-07-29 21:34:36 -0400301same_owner_str(struct nfs4_stateowner *sop, struct xdr_netobj *owner)
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400302{
303 return (sop->so_owner.len == owner->len) &&
Trond Myklebustd4f04892014-07-29 21:34:36 -0400304 0 == memcmp(sop->so_owner.data, owner->data, owner->len);
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400305}
306
307static struct nfs4_openowner *
308find_openstateowner_str_locked(unsigned int hashval, struct nfsd4_open *open,
Trond Myklebustd4f04892014-07-29 21:34:36 -0400309 struct nfs4_client *clp)
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400310{
311 struct nfs4_stateowner *so;
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400312
Trond Myklebustd4f04892014-07-29 21:34:36 -0400313 lockdep_assert_held(&clp->cl_lock);
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400314
Trond Myklebustd4f04892014-07-29 21:34:36 -0400315 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[hashval],
316 so_strhash) {
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400317 if (!so->so_is_open_owner)
318 continue;
Kinglong Meeb5971af2014-08-22 10:18:43 -0400319 if (same_owner_str(so, &open->op_owner))
320 return openowner(nfs4_get_stateowner(so));
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400321 }
322 return NULL;
323}
324
325static struct nfs4_openowner *
326find_openstateowner_str(unsigned int hashval, struct nfsd4_open *open,
Trond Myklebustd4f04892014-07-29 21:34:36 -0400327 struct nfs4_client *clp)
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400328{
329 struct nfs4_openowner *oo;
330
Trond Myklebustd4f04892014-07-29 21:34:36 -0400331 spin_lock(&clp->cl_lock);
332 oo = find_openstateowner_str_locked(hashval, open, clp);
333 spin_unlock(&clp->cl_lock);
Trond Myklebust7ffb5882014-07-29 21:34:34 -0400334 return oo;
335}
336
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337static inline u32
338opaque_hashval(const void *ptr, int nbytes)
339{
340 unsigned char *cptr = (unsigned char *) ptr;
341
342 u32 x = 0;
343 while (nbytes--) {
344 x *= 37;
345 x += *cptr++;
346 }
347 return x;
348}
349
Jeff Layton5b095e92014-10-23 08:01:02 -0400350static void nfsd4_free_file_rcu(struct rcu_head *rcu)
J. Bruce Fields32513b42011-10-13 16:00:16 -0400351{
Jeff Layton5b095e92014-10-23 08:01:02 -0400352 struct nfs4_file *fp = container_of(rcu, struct nfs4_file, fi_rcu);
353
354 kmem_cache_free(file_slab, fp);
J. Bruce Fields32513b42011-10-13 16:00:16 -0400355}
356
Christoph Hellwige6ba76e2014-08-14 08:50:16 +0200357void
NeilBrown13cd2182005-06-23 22:03:10 -0700358put_nfs4_file(struct nfs4_file *fi)
359{
Jeff Layton02e12152014-07-16 10:31:57 -0400360 might_lock(&state_lock);
361
Benny Halevycdc97502014-05-30 09:09:30 -0400362 if (atomic_dec_and_lock(&fi->fi_ref, &state_lock)) {
Jeff Layton5b095e92014-10-23 08:01:02 -0400363 hlist_del_rcu(&fi->fi_hash);
Benny Halevycdc97502014-05-30 09:09:30 -0400364 spin_unlock(&state_lock);
Sachin Bhamare8287f002015-04-27 14:50:14 +0200365 WARN_ON_ONCE(!list_empty(&fi->fi_clnt_odstate));
Jeff Layton5b095e92014-10-23 08:01:02 -0400366 WARN_ON_ONCE(!list_empty(&fi->fi_delegations));
367 call_rcu(&fi->fi_rcu, nfsd4_free_file_rcu);
J. Bruce Fields8b671b82009-02-22 14:51:34 -0800368 }
NeilBrown13cd2182005-06-23 22:03:10 -0700369}
370
Trond Myklebustde186432014-07-10 14:07:26 -0400371static struct file *
372__nfs4_get_fd(struct nfs4_file *f, int oflag)
373{
374 if (f->fi_fds[oflag])
375 return get_file(f->fi_fds[oflag]);
376 return NULL;
377}
378
379static struct file *
380find_writeable_file_locked(struct nfs4_file *f)
381{
382 struct file *ret;
383
384 lockdep_assert_held(&f->fi_lock);
385
386 ret = __nfs4_get_fd(f, O_WRONLY);
387 if (!ret)
388 ret = __nfs4_get_fd(f, O_RDWR);
389 return ret;
390}
391
392static struct file *
393find_writeable_file(struct nfs4_file *f)
394{
395 struct file *ret;
396
397 spin_lock(&f->fi_lock);
398 ret = find_writeable_file_locked(f);
399 spin_unlock(&f->fi_lock);
400
401 return ret;
402}
403
404static struct file *find_readable_file_locked(struct nfs4_file *f)
405{
406 struct file *ret;
407
408 lockdep_assert_held(&f->fi_lock);
409
410 ret = __nfs4_get_fd(f, O_RDONLY);
411 if (!ret)
412 ret = __nfs4_get_fd(f, O_RDWR);
413 return ret;
414}
415
416static struct file *
417find_readable_file(struct nfs4_file *f)
418{
419 struct file *ret;
420
421 spin_lock(&f->fi_lock);
422 ret = find_readable_file_locked(f);
423 spin_unlock(&f->fi_lock);
424
425 return ret;
426}
427
Christoph Hellwig4d227fc2014-08-17 07:40:00 -0500428struct file *
Trond Myklebustde186432014-07-10 14:07:26 -0400429find_any_file(struct nfs4_file *f)
430{
431 struct file *ret;
432
433 spin_lock(&f->fi_lock);
434 ret = __nfs4_get_fd(f, O_RDWR);
435 if (!ret) {
436 ret = __nfs4_get_fd(f, O_WRONLY);
437 if (!ret)
438 ret = __nfs4_get_fd(f, O_RDONLY);
439 }
440 spin_unlock(&f->fi_lock);
441 return ret;
442}
443
Trond Myklebust02a35082014-07-25 07:34:22 -0400444static atomic_long_t num_delegations;
Zhang Yanfei697ce9b2013-02-22 16:35:47 -0800445unsigned long max_delegations;
NeilBrownef0f3392006-04-10 22:55:41 -0700446
447/*
448 * Open owner state (share locks)
449 */
450
J. Bruce Fields16bfdaaf2011-11-07 17:23:30 -0500451/* hash tables for lock and open owners */
452#define OWNER_HASH_BITS 8
453#define OWNER_HASH_SIZE (1 << OWNER_HASH_BITS)
454#define OWNER_HASH_MASK (OWNER_HASH_SIZE - 1)
NeilBrownef0f3392006-04-10 22:55:41 -0700455
Trond Myklebustd4f04892014-07-29 21:34:36 -0400456static unsigned int ownerstr_hashval(struct xdr_netobj *ownername)
J. Bruce Fieldsddc04c42011-07-30 23:46:29 -0400457{
458 unsigned int ret;
459
460 ret = opaque_hashval(ownername->data, ownername->len);
J. Bruce Fields16bfdaaf2011-11-07 17:23:30 -0500461 return ret & OWNER_HASH_MASK;
J. Bruce Fieldsddc04c42011-07-30 23:46:29 -0400462}
NeilBrownef0f3392006-04-10 22:55:41 -0700463
NeilBrownef0f3392006-04-10 22:55:41 -0700464/* hash table for nfs4_file */
465#define FILE_HASH_BITS 8
466#define FILE_HASH_SIZE (1 << FILE_HASH_BITS)
Shan Wei35079582011-01-14 17:35:59 +0800467
Trond Myklebustca943212014-07-23 16:17:39 -0400468static unsigned int nfsd_fh_hashval(struct knfsd_fh *fh)
J. Bruce Fieldsddc04c42011-07-30 23:46:29 -0400469{
Trond Myklebustca943212014-07-23 16:17:39 -0400470 return jhash2(fh->fh_base.fh_pad, XDR_QUADLEN(fh->fh_size), 0);
471}
472
473static unsigned int file_hashval(struct knfsd_fh *fh)
474{
475 return nfsd_fh_hashval(fh) & (FILE_HASH_SIZE - 1);
476}
477
Jeff Layton89876f82013-04-02 09:01:59 -0400478static struct hlist_head file_hashtbl[FILE_HASH_SIZE];
NeilBrownef0f3392006-04-10 22:55:41 -0700479
Jeff Layton12659652014-07-10 14:07:28 -0400480static void
481__nfs4_file_get_access(struct nfs4_file *fp, u32 access)
J. Bruce Fields34775652013-08-23 17:55:18 -0400482{
Jeff Layton7214e862014-07-10 14:07:33 -0400483 lockdep_assert_held(&fp->fi_lock);
484
Jeff Layton12659652014-07-10 14:07:28 -0400485 if (access & NFS4_SHARE_ACCESS_WRITE)
486 atomic_inc(&fp->fi_access[O_WRONLY]);
487 if (access & NFS4_SHARE_ACCESS_READ)
488 atomic_inc(&fp->fi_access[O_RDONLY]);
J. Bruce Fields34775652013-08-23 17:55:18 -0400489}
490
Jeff Layton12659652014-07-10 14:07:28 -0400491static __be32
492nfs4_file_get_access(struct nfs4_file *fp, u32 access)
J. Bruce Fields998db522010-08-07 09:21:41 -0400493{
Jeff Layton7214e862014-07-10 14:07:33 -0400494 lockdep_assert_held(&fp->fi_lock);
495
Jeff Layton12659652014-07-10 14:07:28 -0400496 /* Does this access mode make sense? */
497 if (access & ~NFS4_SHARE_ACCESS_BOTH)
498 return nfserr_inval;
499
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -0400500 /* Does it conflict with a deny mode already set? */
501 if ((access & fp->fi_share_deny) != 0)
502 return nfserr_share_denied;
503
Jeff Layton12659652014-07-10 14:07:28 -0400504 __nfs4_file_get_access(fp, access);
505 return nfs_ok;
J. Bruce Fields998db522010-08-07 09:21:41 -0400506}
507
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -0400508static __be32 nfs4_file_check_deny(struct nfs4_file *fp, u32 deny)
509{
510 /* Common case is that there is no deny mode. */
511 if (deny) {
512 /* Does this deny mode make sense? */
513 if (deny & ~NFS4_SHARE_DENY_BOTH)
514 return nfserr_inval;
515
516 if ((deny & NFS4_SHARE_DENY_READ) &&
517 atomic_read(&fp->fi_access[O_RDONLY]))
518 return nfserr_share_denied;
519
520 if ((deny & NFS4_SHARE_DENY_WRITE) &&
521 atomic_read(&fp->fi_access[O_WRONLY]))
522 return nfserr_share_denied;
523 }
524 return nfs_ok;
525}
526
J. Bruce Fields998db522010-08-07 09:21:41 -0400527static void __nfs4_file_put_access(struct nfs4_file *fp, int oflag)
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -0400528{
Trond Myklebustde186432014-07-10 14:07:26 -0400529 might_lock(&fp->fi_lock);
530
531 if (atomic_dec_and_lock(&fp->fi_access[oflag], &fp->fi_lock)) {
532 struct file *f1 = NULL;
533 struct file *f2 = NULL;
534
Jeff Layton6d338b52014-07-10 14:07:29 -0400535 swap(f1, fp->fi_fds[oflag]);
J. Bruce Fields0c7c3e62013-03-28 20:37:14 -0400536 if (atomic_read(&fp->fi_access[1 - oflag]) == 0)
Jeff Layton6d338b52014-07-10 14:07:29 -0400537 swap(f2, fp->fi_fds[O_RDWR]);
Trond Myklebustde186432014-07-10 14:07:26 -0400538 spin_unlock(&fp->fi_lock);
539 if (f1)
540 fput(f1);
541 if (f2)
542 fput(f2);
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -0400543 }
544}
545
Jeff Layton12659652014-07-10 14:07:28 -0400546static void nfs4_file_put_access(struct nfs4_file *fp, u32 access)
J. Bruce Fields998db522010-08-07 09:21:41 -0400547{
Jeff Layton12659652014-07-10 14:07:28 -0400548 WARN_ON_ONCE(access & ~NFS4_SHARE_ACCESS_BOTH);
549
550 if (access & NFS4_SHARE_ACCESS_WRITE)
J. Bruce Fields998db522010-08-07 09:21:41 -0400551 __nfs4_file_put_access(fp, O_WRONLY);
Jeff Layton12659652014-07-10 14:07:28 -0400552 if (access & NFS4_SHARE_ACCESS_READ)
553 __nfs4_file_put_access(fp, O_RDONLY);
J. Bruce Fields998db522010-08-07 09:21:41 -0400554}
555
Sachin Bhamare8287f002015-04-27 14:50:14 +0200556/*
557 * Allocate a new open/delegation state counter. This is needed for
558 * pNFS for proper return on close semantics.
559 *
560 * Note that we only allocate it for pNFS-enabled exports, otherwise
561 * all pointers to struct nfs4_clnt_odstate are always NULL.
562 */
563static struct nfs4_clnt_odstate *
564alloc_clnt_odstate(struct nfs4_client *clp)
565{
566 struct nfs4_clnt_odstate *co;
567
568 co = kmem_cache_zalloc(odstate_slab, GFP_KERNEL);
569 if (co) {
570 co->co_client = clp;
571 atomic_set(&co->co_odcount, 1);
572 }
573 return co;
574}
575
576static void
577hash_clnt_odstate_locked(struct nfs4_clnt_odstate *co)
578{
579 struct nfs4_file *fp = co->co_file;
580
581 lockdep_assert_held(&fp->fi_lock);
582 list_add(&co->co_perfile, &fp->fi_clnt_odstate);
583}
584
585static inline void
586get_clnt_odstate(struct nfs4_clnt_odstate *co)
587{
588 if (co)
589 atomic_inc(&co->co_odcount);
590}
591
592static void
593put_clnt_odstate(struct nfs4_clnt_odstate *co)
594{
595 struct nfs4_file *fp;
596
597 if (!co)
598 return;
599
600 fp = co->co_file;
601 if (atomic_dec_and_lock(&co->co_odcount, &fp->fi_lock)) {
602 list_del(&co->co_perfile);
603 spin_unlock(&fp->fi_lock);
604
605 nfsd4_return_all_file_layouts(co->co_client, fp);
606 kmem_cache_free(odstate_slab, co);
607 }
608}
609
610static struct nfs4_clnt_odstate *
611find_or_hash_clnt_odstate(struct nfs4_file *fp, struct nfs4_clnt_odstate *new)
612{
613 struct nfs4_clnt_odstate *co;
614 struct nfs4_client *cl;
615
616 if (!new)
617 return NULL;
618
619 cl = new->co_client;
620
621 spin_lock(&fp->fi_lock);
622 list_for_each_entry(co, &fp->fi_clnt_odstate, co_perfile) {
623 if (co->co_client == cl) {
624 get_clnt_odstate(co);
625 goto out;
626 }
627 }
628 co = new;
629 co->co_file = fp;
630 hash_clnt_odstate_locked(new);
631out:
632 spin_unlock(&fp->fi_lock);
633 return co;
634}
635
Christoph Hellwigcd61c522014-08-14 08:44:57 +0200636struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl,
Trond Myklebust60116952014-07-29 21:34:06 -0400637 struct kmem_cache *slab)
J. Bruce Fields996e0932011-10-17 11:14:48 -0400638{
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500639 struct nfs4_stid *stid;
640 int new_id;
641
Trond Myklebustf8338832014-07-25 07:34:19 -0400642 stid = kmem_cache_zalloc(slab, GFP_KERNEL);
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500643 if (!stid)
644 return NULL;
J. Bruce Fields996e0932011-10-17 11:14:48 -0400645
Jeff Layton4770d722014-07-29 21:34:10 -0400646 idr_preload(GFP_KERNEL);
647 spin_lock(&cl->cl_lock);
648 new_id = idr_alloc_cyclic(&cl->cl_stateids, stid, 0, 0, GFP_NOWAIT);
649 spin_unlock(&cl->cl_lock);
650 idr_preload_end();
Tejun Heoebd6c702013-03-13 14:59:37 -0700651 if (new_id < 0)
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500652 goto out_free;
653 stid->sc_client = cl;
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500654 stid->sc_stateid.si_opaque.so_id = new_id;
655 stid->sc_stateid.si_opaque.so_clid = cl->cl_clientid;
656 /* Will be incremented before return to client: */
Trond Myklebust72c0b0f2014-07-21 09:34:58 -0400657 atomic_set(&stid->sc_count, 1);
Jeff Layton9767feb2015-10-01 09:05:50 -0400658 spin_lock_init(&stid->sc_lock);
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500659
J. Bruce Fields996e0932011-10-17 11:14:48 -0400660 /*
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500661 * It shouldn't be a problem to reuse an opaque stateid value.
662 * I don't think it is for 4.1. But with 4.0 I worry that, for
663 * example, a stray write retransmission could be accepted by
664 * the server when it should have been rejected. Therefore,
665 * adopt a trick from the sctp code to attempt to maximize the
666 * amount of time until an id is reused, by ensuring they always
667 * "increase" (mod INT_MAX):
J. Bruce Fields996e0932011-10-17 11:14:48 -0400668 */
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500669 return stid;
670out_free:
Wei Yongjun2c44a232013-04-09 14:15:31 +0800671 kmem_cache_free(slab, stid);
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500672 return NULL;
J. Bruce Fields2a74aba2011-09-23 17:20:02 -0400673}
674
Jeff Laytonb49e0842014-07-29 21:34:11 -0400675static struct nfs4_ol_stateid * nfs4_alloc_open_stateid(struct nfs4_client *clp)
J. Bruce Fields4cdc9512011-10-17 15:57:47 -0400676{
Trond Myklebust60116952014-07-29 21:34:06 -0400677 struct nfs4_stid *stid;
678 struct nfs4_ol_stateid *stp;
679
680 stid = nfs4_alloc_stid(clp, stateid_slab);
681 if (!stid)
682 return NULL;
683
684 stp = openlockstateid(stid);
685 stp->st_stid.sc_free = nfs4_free_ol_stateid;
686 return stp;
687}
688
689static void nfs4_free_deleg(struct nfs4_stid *stid)
690{
Trond Myklebust60116952014-07-29 21:34:06 -0400691 kmem_cache_free(deleg_slab, stid);
692 atomic_long_dec(&num_delegations);
J. Bruce Fields4cdc9512011-10-17 15:57:47 -0400693}
694
NeilBrown6282cd52014-06-04 17:39:26 +1000695/*
696 * When we recall a delegation, we should be careful not to hand it
697 * out again straight away.
698 * To ensure this we keep a pair of bloom filters ('new' and 'old')
699 * in which the filehandles of recalled delegations are "stored".
700 * If a filehandle appear in either filter, a delegation is blocked.
701 * When a delegation is recalled, the filehandle is stored in the "new"
702 * filter.
703 * Every 30 seconds we swap the filters and clear the "new" one,
704 * unless both are empty of course.
705 *
706 * Each filter is 256 bits. We hash the filehandle to 32bit and use the
707 * low 3 bytes as hash-table indices.
708 *
Jeff Laytonf54fe962014-07-25 07:34:26 -0400709 * 'blocked_delegations_lock', which is always taken in block_delegations(),
NeilBrown6282cd52014-06-04 17:39:26 +1000710 * is used to manage concurrent access. Testing does not need the lock
711 * except when swapping the two filters.
712 */
Jeff Laytonf54fe962014-07-25 07:34:26 -0400713static DEFINE_SPINLOCK(blocked_delegations_lock);
NeilBrown6282cd52014-06-04 17:39:26 +1000714static struct bloom_pair {
715 int entries, old_entries;
716 time_t swap_time;
717 int new; /* index into 'set' */
718 DECLARE_BITMAP(set[2], 256);
719} blocked_delegations;
720
721static int delegation_blocked(struct knfsd_fh *fh)
722{
723 u32 hash;
724 struct bloom_pair *bd = &blocked_delegations;
725
726 if (bd->entries == 0)
727 return 0;
728 if (seconds_since_boot() - bd->swap_time > 30) {
Jeff Laytonf54fe962014-07-25 07:34:26 -0400729 spin_lock(&blocked_delegations_lock);
NeilBrown6282cd52014-06-04 17:39:26 +1000730 if (seconds_since_boot() - bd->swap_time > 30) {
731 bd->entries -= bd->old_entries;
732 bd->old_entries = bd->entries;
733 memset(bd->set[bd->new], 0,
734 sizeof(bd->set[0]));
735 bd->new = 1-bd->new;
736 bd->swap_time = seconds_since_boot();
737 }
Jeff Laytonf54fe962014-07-25 07:34:26 -0400738 spin_unlock(&blocked_delegations_lock);
NeilBrown6282cd52014-06-04 17:39:26 +1000739 }
Daniel Borkmann87545892014-12-10 16:33:11 +0100740 hash = jhash(&fh->fh_base, fh->fh_size, 0);
NeilBrown6282cd52014-06-04 17:39:26 +1000741 if (test_bit(hash&255, bd->set[0]) &&
742 test_bit((hash>>8)&255, bd->set[0]) &&
743 test_bit((hash>>16)&255, bd->set[0]))
744 return 1;
745
746 if (test_bit(hash&255, bd->set[1]) &&
747 test_bit((hash>>8)&255, bd->set[1]) &&
748 test_bit((hash>>16)&255, bd->set[1]))
749 return 1;
750
751 return 0;
752}
753
754static void block_delegations(struct knfsd_fh *fh)
755{
756 u32 hash;
757 struct bloom_pair *bd = &blocked_delegations;
758
Daniel Borkmann87545892014-12-10 16:33:11 +0100759 hash = jhash(&fh->fh_base, fh->fh_size, 0);
NeilBrown6282cd52014-06-04 17:39:26 +1000760
Jeff Laytonf54fe962014-07-25 07:34:26 -0400761 spin_lock(&blocked_delegations_lock);
NeilBrown6282cd52014-06-04 17:39:26 +1000762 __set_bit(hash&255, bd->set[bd->new]);
763 __set_bit((hash>>8)&255, bd->set[bd->new]);
764 __set_bit((hash>>16)&255, bd->set[bd->new]);
765 if (bd->entries == 0)
766 bd->swap_time = seconds_since_boot();
767 bd->entries += 1;
Jeff Laytonf54fe962014-07-25 07:34:26 -0400768 spin_unlock(&blocked_delegations_lock);
NeilBrown6282cd52014-06-04 17:39:26 +1000769}
770
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771static struct nfs4_delegation *
Sachin Bhamare8287f002015-04-27 14:50:14 +0200772alloc_init_deleg(struct nfs4_client *clp, struct svc_fh *current_fh,
773 struct nfs4_clnt_odstate *odstate)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774{
775 struct nfs4_delegation *dp;
Trond Myklebust02a35082014-07-25 07:34:22 -0400776 long n;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700777
778 dprintk("NFSD alloc_init_deleg\n");
Trond Myklebust02a35082014-07-25 07:34:22 -0400779 n = atomic_long_inc_return(&num_delegations);
780 if (n < 0 || n > max_delegations)
781 goto out_dec;
NeilBrown6282cd52014-06-04 17:39:26 +1000782 if (delegation_blocked(&current_fh->fh_handle))
Trond Myklebust02a35082014-07-25 07:34:22 -0400783 goto out_dec;
J. Bruce Fields996e0932011-10-17 11:14:48 -0400784 dp = delegstateid(nfs4_alloc_stid(clp, deleg_slab));
NeilBrown5b2d21c2005-06-23 22:03:04 -0700785 if (dp == NULL)
Trond Myklebust02a35082014-07-25 07:34:22 -0400786 goto out_dec;
Trond Myklebust60116952014-07-29 21:34:06 -0400787
788 dp->dl_stid.sc_free = nfs4_free_deleg;
J. Bruce Fields2a74aba2011-09-23 17:20:02 -0400789 /*
790 * delegation seqid's are never incremented. The 4.1 special
J. Bruce Fields6136d2b2011-09-23 16:21:15 -0400791 * meaning of seqid 0 isn't meaningful, really, but let's avoid
792 * 0 anyway just for consistency and use 1:
J. Bruce Fields2a74aba2011-09-23 17:20:02 -0400793 */
794 dp->dl_stid.sc_stateid.si_generation = 1;
NeilBrownea1da632005-06-23 22:04:17 -0700795 INIT_LIST_HEAD(&dp->dl_perfile);
796 INIT_LIST_HEAD(&dp->dl_perclnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700797 INIT_LIST_HEAD(&dp->dl_recall_lru);
Sachin Bhamare8287f002015-04-27 14:50:14 +0200798 dp->dl_clnt_odstate = odstate;
799 get_clnt_odstate(odstate);
J. Bruce Fields99c41512013-05-21 16:21:25 -0400800 dp->dl_type = NFS4_OPEN_DELEGATE_READ;
Christoph Hellwigf0b5de12014-09-24 12:19:18 +0200801 dp->dl_retries = 1;
802 nfsd4_init_cb(&dp->dl_recall, dp->dl_stid.sc_client,
Christoph Hellwig0162ac22014-09-24 12:19:19 +0200803 &nfsd4_cb_recall_ops, NFSPROC4_CLNT_CB_RECALL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804 return dp;
Trond Myklebust02a35082014-07-25 07:34:22 -0400805out_dec:
806 atomic_long_dec(&num_delegations);
807 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808}
809
810void
Trond Myklebust60116952014-07-29 21:34:06 -0400811nfs4_put_stid(struct nfs4_stid *s)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812{
Trond Myklebust11b91642014-07-29 21:34:08 -0400813 struct nfs4_file *fp = s->sc_file;
Trond Myklebust60116952014-07-29 21:34:06 -0400814 struct nfs4_client *clp = s->sc_client;
815
Jeff Layton4770d722014-07-29 21:34:10 -0400816 might_lock(&clp->cl_lock);
817
Jeff Laytonb401be222014-07-29 21:34:33 -0400818 if (!atomic_dec_and_lock(&s->sc_count, &clp->cl_lock)) {
819 wake_up_all(&close_wq);
Trond Myklebust60116952014-07-29 21:34:06 -0400820 return;
Jeff Laytonb401be222014-07-29 21:34:33 -0400821 }
Trond Myklebust60116952014-07-29 21:34:06 -0400822 idr_remove(&clp->cl_stateids, s->sc_stateid.si_opaque.so_id);
Jeff Layton4770d722014-07-29 21:34:10 -0400823 spin_unlock(&clp->cl_lock);
Trond Myklebust60116952014-07-29 21:34:06 -0400824 s->sc_free(s);
Trond Myklebust11b91642014-07-29 21:34:08 -0400825 if (fp)
826 put_nfs4_file(fp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827}
828
Jeff Layton9767feb2015-10-01 09:05:50 -0400829void
830nfs4_inc_and_copy_stateid(stateid_t *dst, struct nfs4_stid *stid)
831{
832 stateid_t *src = &stid->sc_stateid;
833
834 spin_lock(&stid->sc_lock);
835 if (unlikely(++src->si_generation == 0))
836 src->si_generation = 1;
837 memcpy(dst, src, sizeof(*dst));
838 spin_unlock(&stid->sc_lock);
839}
840
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -0500841static void nfs4_put_deleg_lease(struct nfs4_file *fp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842{
Jeff Layton6bcc0342014-08-09 10:22:40 -0400843 struct file *filp = NULL;
Jeff Layton417c6622014-07-21 09:34:57 -0400844
Jeff Layton6bcc0342014-08-09 10:22:40 -0400845 spin_lock(&fp->fi_lock);
Jeff Layton67db1032014-12-13 09:11:40 -0500846 if (fp->fi_deleg_file && --fp->fi_delegees == 0)
Jeff Layton6bcc0342014-08-09 10:22:40 -0400847 swap(filp, fp->fi_deleg_file);
Jeff Layton6bcc0342014-08-09 10:22:40 -0400848 spin_unlock(&fp->fi_lock);
849
850 if (filp) {
Christoph Hellwig2ab99ee2015-01-21 19:14:02 +0100851 vfs_setlease(filp, F_UNLCK, NULL, (void **)&fp);
Jeff Layton6bcc0342014-08-09 10:22:40 -0400852 fput(filp);
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -0500853 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854}
855
Christoph Hellwigcd61c522014-08-14 08:44:57 +0200856void nfs4_unhash_stid(struct nfs4_stid *s)
J. Bruce Fields6136d2b2011-09-23 16:21:15 -0400857{
J. Bruce Fields3abdb602013-02-03 12:23:01 -0500858 s->sc_type = 0;
J. Bruce Fields6136d2b2011-09-23 16:21:15 -0400859}
860
Andrew Elble34ed9872015-10-15 12:07:28 -0400861/**
862 * nfs4_get_existing_delegation - Discover if this delegation already exists
863 * @clp: a pointer to the nfs4_client we're granting a delegation to
864 * @fp: a pointer to the nfs4_file we're granting a delegation on
865 *
866 * Return:
867 * On success: NULL if an existing delegation was not found.
868 *
869 * On error: -EAGAIN if one was previously granted to this nfs4_client
870 * for this nfs4_file.
871 *
872 */
873
874static int
875nfs4_get_existing_delegation(struct nfs4_client *clp, struct nfs4_file *fp)
Benny Halevy931ee562014-05-30 09:09:27 -0400876{
Andrew Elble34ed9872015-10-15 12:07:28 -0400877 struct nfs4_delegation *searchdp = NULL;
878 struct nfs4_client *searchclp = NULL;
879
Benny Halevycdc97502014-05-30 09:09:30 -0400880 lockdep_assert_held(&state_lock);
Jeff Layton417c6622014-07-21 09:34:57 -0400881 lockdep_assert_held(&fp->fi_lock);
Benny Halevy931ee562014-05-30 09:09:27 -0400882
Andrew Elble34ed9872015-10-15 12:07:28 -0400883 list_for_each_entry(searchdp, &fp->fi_delegations, dl_perfile) {
884 searchclp = searchdp->dl_stid.sc_client;
885 if (clp == searchclp) {
886 return -EAGAIN;
887 }
888 }
889 return 0;
890}
891
892/**
893 * hash_delegation_locked - Add a delegation to the appropriate lists
894 * @dp: a pointer to the nfs4_delegation we are adding.
895 * @fp: a pointer to the nfs4_file we're granting a delegation on
896 *
897 * Return:
898 * On success: NULL if the delegation was successfully hashed.
899 *
900 * On error: -EAGAIN if one was previously granted to this
901 * nfs4_client for this nfs4_file. Delegation is not hashed.
902 *
903 */
904
905static int
906hash_delegation_locked(struct nfs4_delegation *dp, struct nfs4_file *fp)
907{
908 int status;
909 struct nfs4_client *clp = dp->dl_stid.sc_client;
910
911 lockdep_assert_held(&state_lock);
912 lockdep_assert_held(&fp->fi_lock);
913
914 status = nfs4_get_existing_delegation(clp, fp);
915 if (status)
916 return status;
917 ++fp->fi_delegees;
Trond Myklebust67cb1272014-07-29 21:34:17 -0400918 atomic_inc(&dp->dl_stid.sc_count);
Benny Halevy3fb87d12014-05-30 09:09:31 -0400919 dp->dl_stid.sc_type = NFS4_DELEG_STID;
Benny Halevy931ee562014-05-30 09:09:27 -0400920 list_add(&dp->dl_perfile, &fp->fi_delegations);
Andrew Elble34ed9872015-10-15 12:07:28 -0400921 list_add(&dp->dl_perclnt, &clp->cl_delegations);
922 return 0;
Benny Halevy931ee562014-05-30 09:09:27 -0400923}
924
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400925static bool
Jeff Layton42690672014-07-25 07:34:20 -0400926unhash_delegation_locked(struct nfs4_delegation *dp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927{
Trond Myklebust11b91642014-07-29 21:34:08 -0400928 struct nfs4_file *fp = dp->dl_stid.sc_file;
Jeff Layton02e12152014-07-16 10:31:57 -0400929
Jeff Layton42690672014-07-25 07:34:20 -0400930 lockdep_assert_held(&state_lock);
931
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400932 if (list_empty(&dp->dl_perfile))
933 return false;
934
Trond Myklebustb0fc29d2014-07-16 10:31:59 -0400935 dp->dl_stid.sc_type = NFS4_CLOSED_DELEG_STID;
Jeff Laytond55a1662014-07-22 13:52:06 -0400936 /* Ensure that deleg break won't try to requeue it */
937 ++dp->dl_time;
Jeff Layton417c6622014-07-21 09:34:57 -0400938 spin_lock(&fp->fi_lock);
Benny Halevy931ee562014-05-30 09:09:27 -0400939 list_del_init(&dp->dl_perclnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940 list_del_init(&dp->dl_recall_lru);
Jeff Layton02e12152014-07-16 10:31:57 -0400941 list_del_init(&dp->dl_perfile);
942 spin_unlock(&fp->fi_lock);
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400943 return true;
J. Bruce Fields3bd64a52013-04-09 17:02:51 -0400944}
945
J. Bruce Fields3bd64a52013-04-09 17:02:51 -0400946static void destroy_delegation(struct nfs4_delegation *dp)
947{
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400948 bool unhashed;
949
Jeff Layton42690672014-07-25 07:34:20 -0400950 spin_lock(&state_lock);
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400951 unhashed = unhash_delegation_locked(dp);
Jeff Layton42690672014-07-25 07:34:20 -0400952 spin_unlock(&state_lock);
Jeff Layton3fcbbd22015-08-24 12:41:48 -0400953 if (unhashed) {
954 put_clnt_odstate(dp->dl_clnt_odstate);
955 nfs4_put_deleg_lease(dp->dl_stid.sc_file);
956 nfs4_put_stid(&dp->dl_stid);
957 }
J. Bruce Fields3bd64a52013-04-09 17:02:51 -0400958}
959
960static void revoke_delegation(struct nfs4_delegation *dp)
961{
962 struct nfs4_client *clp = dp->dl_stid.sc_client;
963
Jeff Layton2d4a5322014-07-25 07:34:21 -0400964 WARN_ON(!list_empty(&dp->dl_recall_lru));
965
Sachin Bhamare8287f002015-04-27 14:50:14 +0200966 put_clnt_odstate(dp->dl_clnt_odstate);
Jeff Laytonafbda402014-08-09 10:22:41 -0400967 nfs4_put_deleg_lease(dp->dl_stid.sc_file);
968
J. Bruce Fields3bd64a52013-04-09 17:02:51 -0400969 if (clp->cl_minorversion == 0)
Trond Myklebust60116952014-07-29 21:34:06 -0400970 nfs4_put_stid(&dp->dl_stid);
J. Bruce Fields3bd64a52013-04-09 17:02:51 -0400971 else {
J. Bruce Fields3bd64a52013-04-09 17:02:51 -0400972 dp->dl_stid.sc_type = NFS4_REVOKED_DELEG_STID;
Jeff Layton2d4a5322014-07-25 07:34:21 -0400973 spin_lock(&clp->cl_lock);
974 list_add(&dp->dl_recall_lru, &clp->cl_revoked);
975 spin_unlock(&clp->cl_lock);
J. Bruce Fields3bd64a52013-04-09 17:02:51 -0400976 }
977}
978
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979/*
980 * SETCLIENTID state
981 */
982
J. Bruce Fieldsddc04c42011-07-30 23:46:29 -0400983static unsigned int clientid_hashval(u32 id)
984{
985 return id & CLIENT_HASH_MASK;
986}
987
988static unsigned int clientstr_hashval(const char *name)
989{
990 return opaque_hashval(name, 8) & CLIENT_HASH_MASK;
991}
992
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993/*
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -0400994 * We store the NONE, READ, WRITE, and BOTH bits separately in the
995 * st_{access,deny}_bmap field of the stateid, in order to track not
996 * only what share bits are currently in force, but also what
997 * combinations of share bits previous opens have used. This allows us
998 * to enforce the recommendation of rfc 3530 14.2.19 that the server
999 * return an error if the client attempt to downgrade to a combination
1000 * of share bits not explicable by closing some of its previous opens.
1001 *
1002 * XXX: This enforcement is actually incomplete, since we don't keep
1003 * track of access/deny bit combinations; so, e.g., we allow:
1004 *
1005 * OPEN allow read, deny write
1006 * OPEN allow both, deny none
1007 * DOWNGRADE allow read, deny none
1008 *
1009 * which we should reject.
1010 */
Jeff Layton5ae037e2012-05-11 09:45:11 -04001011static unsigned int
1012bmap_to_share_mode(unsigned long bmap) {
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001013 int i;
Jeff Layton5ae037e2012-05-11 09:45:11 -04001014 unsigned int access = 0;
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001015
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001016 for (i = 1; i < 4; i++) {
1017 if (test_bit(i, &bmap))
Jeff Layton5ae037e2012-05-11 09:45:11 -04001018 access |= i;
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001019 }
Jeff Layton5ae037e2012-05-11 09:45:11 -04001020 return access;
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001021}
1022
Jeff Layton82c5ff12012-05-11 09:45:13 -04001023/* set share access for a given stateid */
1024static inline void
1025set_access(u32 access, struct nfs4_ol_stateid *stp)
1026{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001027 unsigned char mask = 1 << access;
1028
1029 WARN_ON_ONCE(access > NFS4_SHARE_ACCESS_BOTH);
1030 stp->st_access_bmap |= mask;
Jeff Layton82c5ff12012-05-11 09:45:13 -04001031}
1032
1033/* clear share access for a given stateid */
1034static inline void
1035clear_access(u32 access, struct nfs4_ol_stateid *stp)
1036{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001037 unsigned char mask = 1 << access;
1038
1039 WARN_ON_ONCE(access > NFS4_SHARE_ACCESS_BOTH);
1040 stp->st_access_bmap &= ~mask;
Jeff Layton82c5ff12012-05-11 09:45:13 -04001041}
1042
1043/* test whether a given stateid has access */
1044static inline bool
1045test_access(u32 access, struct nfs4_ol_stateid *stp)
1046{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001047 unsigned char mask = 1 << access;
1048
1049 return (bool)(stp->st_access_bmap & mask);
Jeff Layton82c5ff12012-05-11 09:45:13 -04001050}
1051
Jeff Laytonce0fc432012-05-11 09:45:14 -04001052/* set share deny for a given stateid */
1053static inline void
Jeff Laytonc11c5912014-07-10 14:07:30 -04001054set_deny(u32 deny, struct nfs4_ol_stateid *stp)
Jeff Laytonce0fc432012-05-11 09:45:14 -04001055{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001056 unsigned char mask = 1 << deny;
1057
1058 WARN_ON_ONCE(deny > NFS4_SHARE_DENY_BOTH);
1059 stp->st_deny_bmap |= mask;
Jeff Laytonce0fc432012-05-11 09:45:14 -04001060}
1061
1062/* clear share deny for a given stateid */
1063static inline void
Jeff Laytonc11c5912014-07-10 14:07:30 -04001064clear_deny(u32 deny, struct nfs4_ol_stateid *stp)
Jeff Laytonce0fc432012-05-11 09:45:14 -04001065{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001066 unsigned char mask = 1 << deny;
1067
1068 WARN_ON_ONCE(deny > NFS4_SHARE_DENY_BOTH);
1069 stp->st_deny_bmap &= ~mask;
Jeff Laytonce0fc432012-05-11 09:45:14 -04001070}
1071
1072/* test whether a given stateid is denying specific access */
1073static inline bool
Jeff Laytonc11c5912014-07-10 14:07:30 -04001074test_deny(u32 deny, struct nfs4_ol_stateid *stp)
Jeff Laytonce0fc432012-05-11 09:45:14 -04001075{
Jeff Laytonc11c5912014-07-10 14:07:30 -04001076 unsigned char mask = 1 << deny;
1077
1078 return (bool)(stp->st_deny_bmap & mask);
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001079}
1080
1081static int nfs4_access_to_omode(u32 access)
1082{
J. Bruce Fields8f34a432010-09-02 15:23:16 -04001083 switch (access & NFS4_SHARE_ACCESS_BOTH) {
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001084 case NFS4_SHARE_ACCESS_READ:
1085 return O_RDONLY;
1086 case NFS4_SHARE_ACCESS_WRITE:
1087 return O_WRONLY;
1088 case NFS4_SHARE_ACCESS_BOTH:
1089 return O_RDWR;
1090 }
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05001091 WARN_ON_ONCE(1);
1092 return O_RDONLY;
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04001093}
1094
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04001095/*
1096 * A stateid that had a deny mode associated with it is being released
1097 * or downgraded. Recalculate the deny mode on the file.
1098 */
1099static void
1100recalculate_deny_mode(struct nfs4_file *fp)
1101{
1102 struct nfs4_ol_stateid *stp;
1103
1104 spin_lock(&fp->fi_lock);
1105 fp->fi_share_deny = 0;
1106 list_for_each_entry(stp, &fp->fi_stateids, st_perfile)
1107 fp->fi_share_deny |= bmap_to_share_mode(stp->st_deny_bmap);
1108 spin_unlock(&fp->fi_lock);
1109}
1110
1111static void
1112reset_union_bmap_deny(u32 deny, struct nfs4_ol_stateid *stp)
1113{
1114 int i;
1115 bool change = false;
1116
1117 for (i = 1; i < 4; i++) {
1118 if ((i & deny) != i) {
1119 change = true;
1120 clear_deny(i, stp);
1121 }
1122 }
1123
1124 /* Recalculate per-file deny mode if there was a change */
1125 if (change)
Trond Myklebust11b91642014-07-29 21:34:08 -04001126 recalculate_deny_mode(stp->st_stid.sc_file);
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04001127}
1128
Jeff Layton82c5ff12012-05-11 09:45:13 -04001129/* release all access and file references for a given stateid */
1130static void
1131release_all_access(struct nfs4_ol_stateid *stp)
1132{
1133 int i;
Trond Myklebust11b91642014-07-29 21:34:08 -04001134 struct nfs4_file *fp = stp->st_stid.sc_file;
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04001135
1136 if (fp && stp->st_deny_bmap != 0)
1137 recalculate_deny_mode(fp);
Jeff Layton82c5ff12012-05-11 09:45:13 -04001138
1139 for (i = 1; i < 4; i++) {
1140 if (test_access(i, stp))
Trond Myklebust11b91642014-07-29 21:34:08 -04001141 nfs4_file_put_access(stp->st_stid.sc_file, i);
Jeff Layton82c5ff12012-05-11 09:45:13 -04001142 clear_access(i, stp);
1143 }
1144}
1145
Kinglong Meed50ffde2015-07-16 12:05:07 +08001146static inline void nfs4_free_stateowner(struct nfs4_stateowner *sop)
1147{
1148 kfree(sop->so_owner.data);
1149 sop->so_ops->so_free(sop);
1150}
1151
Jeff Layton6b180f02014-07-29 21:34:26 -04001152static void nfs4_put_stateowner(struct nfs4_stateowner *sop)
1153{
Jeff Laytona819ecc2014-07-29 21:34:38 -04001154 struct nfs4_client *clp = sop->so_client;
1155
1156 might_lock(&clp->cl_lock);
1157
1158 if (!atomic_dec_and_lock(&sop->so_count, &clp->cl_lock))
Jeff Layton6b180f02014-07-29 21:34:26 -04001159 return;
Jeff Layton8f4b54c2014-07-29 21:34:29 -04001160 sop->so_ops->so_unhash(sop);
Jeff Laytona819ecc2014-07-29 21:34:38 -04001161 spin_unlock(&clp->cl_lock);
Kinglong Meed50ffde2015-07-16 12:05:07 +08001162 nfs4_free_stateowner(sop);
Jeff Layton6b180f02014-07-29 21:34:26 -04001163}
1164
Jeff Laytone8568732015-08-24 12:41:47 -04001165static bool unhash_ol_stateid(struct nfs4_ol_stateid *stp)
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001166{
Trond Myklebust11b91642014-07-29 21:34:08 -04001167 struct nfs4_file *fp = stp->st_stid.sc_file;
Trond Myklebust1d31a252014-07-10 14:07:25 -04001168
Jeff Layton1c755dc2014-07-29 21:34:12 -04001169 lockdep_assert_held(&stp->st_stateowner->so_client->cl_lock);
1170
Jeff Laytone8568732015-08-24 12:41:47 -04001171 if (list_empty(&stp->st_perfile))
1172 return false;
1173
Trond Myklebust1d31a252014-07-10 14:07:25 -04001174 spin_lock(&fp->fi_lock);
Jeff Laytone8568732015-08-24 12:41:47 -04001175 list_del_init(&stp->st_perfile);
Trond Myklebust1d31a252014-07-10 14:07:25 -04001176 spin_unlock(&fp->fi_lock);
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001177 list_del(&stp->st_perstateowner);
Jeff Laytone8568732015-08-24 12:41:47 -04001178 return true;
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001179}
1180
Trond Myklebust60116952014-07-29 21:34:06 -04001181static void nfs4_free_ol_stateid(struct nfs4_stid *stid)
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001182{
Trond Myklebust60116952014-07-29 21:34:06 -04001183 struct nfs4_ol_stateid *stp = openlockstateid(stid);
J. Bruce Fields4665e2b2011-09-06 14:50:49 -04001184
Sachin Bhamare8287f002015-04-27 14:50:14 +02001185 put_clnt_odstate(stp->st_clnt_odstate);
Trond Myklebust60116952014-07-29 21:34:06 -04001186 release_all_access(stp);
Jeff Laytond3134b12014-07-29 21:34:32 -04001187 if (stp->st_stateowner)
1188 nfs4_put_stateowner(stp->st_stateowner);
Trond Myklebust60116952014-07-29 21:34:06 -04001189 kmem_cache_free(stateid_slab, stid);
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001190}
1191
Jeff Laytonb49e0842014-07-29 21:34:11 -04001192static void nfs4_free_lock_stateid(struct nfs4_stid *stid)
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001193{
Jeff Laytonb49e0842014-07-29 21:34:11 -04001194 struct nfs4_ol_stateid *stp = openlockstateid(stid);
1195 struct nfs4_lockowner *lo = lockowner(stp->st_stateowner);
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001196 struct file *file;
1197
Jeff Laytonb49e0842014-07-29 21:34:11 -04001198 file = find_any_file(stp->st_stid.sc_file);
1199 if (file)
1200 filp_close(file, (fl_owner_t)lo);
1201 nfs4_free_ol_stateid(stid);
1202}
1203
Jeff Layton2c41beb2014-07-29 21:34:41 -04001204/*
1205 * Put the persistent reference to an already unhashed generic stateid, while
1206 * holding the cl_lock. If it's the last reference, then put it onto the
1207 * reaplist for later destruction.
1208 */
1209static void put_ol_stateid_locked(struct nfs4_ol_stateid *stp,
1210 struct list_head *reaplist)
1211{
1212 struct nfs4_stid *s = &stp->st_stid;
1213 struct nfs4_client *clp = s->sc_client;
1214
1215 lockdep_assert_held(&clp->cl_lock);
1216
1217 WARN_ON_ONCE(!list_empty(&stp->st_locks));
1218
1219 if (!atomic_dec_and_test(&s->sc_count)) {
1220 wake_up_all(&close_wq);
1221 return;
1222 }
1223
1224 idr_remove(&clp->cl_stateids, s->sc_stateid.si_opaque.so_id);
1225 list_add(&stp->st_locks, reaplist);
1226}
1227
Jeff Laytone8568732015-08-24 12:41:47 -04001228static bool unhash_lock_stateid(struct nfs4_ol_stateid *stp)
Jeff Layton3c1c9952014-07-29 21:34:39 -04001229{
1230 struct nfs4_openowner *oo = openowner(stp->st_openstp->st_stateowner);
1231
1232 lockdep_assert_held(&oo->oo_owner.so_client->cl_lock);
1233
1234 list_del_init(&stp->st_locks);
Christoph Hellwigcd61c522014-08-14 08:44:57 +02001235 nfs4_unhash_stid(&stp->st_stid);
Jeff Laytone8568732015-08-24 12:41:47 -04001236 return unhash_ol_stateid(stp);
Jeff Layton3c1c9952014-07-29 21:34:39 -04001237}
1238
Jeff Layton5adfd882014-07-29 21:34:31 -04001239static void release_lock_stateid(struct nfs4_ol_stateid *stp)
Jeff Laytonb49e0842014-07-29 21:34:11 -04001240{
Jeff Layton1c755dc2014-07-29 21:34:12 -04001241 struct nfs4_openowner *oo = openowner(stp->st_openstp->st_stateowner);
Jeff Laytone8568732015-08-24 12:41:47 -04001242 bool unhashed;
Jeff Layton1c755dc2014-07-29 21:34:12 -04001243
1244 spin_lock(&oo->oo_owner.so_client->cl_lock);
Jeff Laytone8568732015-08-24 12:41:47 -04001245 unhashed = unhash_lock_stateid(stp);
Jeff Layton1c755dc2014-07-29 21:34:12 -04001246 spin_unlock(&oo->oo_owner.so_client->cl_lock);
Jeff Laytone8568732015-08-24 12:41:47 -04001247 if (unhashed)
1248 nfs4_put_stid(&stp->st_stid);
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001249}
1250
Trond Myklebustc58c6612014-07-29 21:34:35 -04001251static void unhash_lockowner_locked(struct nfs4_lockowner *lo)
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001252{
Trond Myklebustd4f04892014-07-29 21:34:36 -04001253 struct nfs4_client *clp = lo->lo_owner.so_client;
Trond Myklebustc58c6612014-07-29 21:34:35 -04001254
Trond Myklebustd4f04892014-07-29 21:34:36 -04001255 lockdep_assert_held(&clp->cl_lock);
Trond Myklebustc58c6612014-07-29 21:34:35 -04001256
Jeff Layton8f4b54c2014-07-29 21:34:29 -04001257 list_del_init(&lo->lo_owner.so_strhash);
1258}
1259
Jeff Layton2c41beb2014-07-29 21:34:41 -04001260/*
1261 * Free a list of generic stateids that were collected earlier after being
1262 * fully unhashed.
1263 */
1264static void
1265free_ol_stateid_reaplist(struct list_head *reaplist)
1266{
1267 struct nfs4_ol_stateid *stp;
Kinglong Meefb94d762014-08-05 21:20:27 +08001268 struct nfs4_file *fp;
Jeff Layton2c41beb2014-07-29 21:34:41 -04001269
1270 might_sleep();
1271
1272 while (!list_empty(reaplist)) {
1273 stp = list_first_entry(reaplist, struct nfs4_ol_stateid,
1274 st_locks);
1275 list_del(&stp->st_locks);
Kinglong Meefb94d762014-08-05 21:20:27 +08001276 fp = stp->st_stid.sc_file;
Jeff Layton2c41beb2014-07-29 21:34:41 -04001277 stp->st_stid.sc_free(&stp->st_stid);
Kinglong Meefb94d762014-08-05 21:20:27 +08001278 if (fp)
1279 put_nfs4_file(fp);
Jeff Layton2c41beb2014-07-29 21:34:41 -04001280 }
1281}
1282
Jeff Laytond83017f2014-07-29 21:34:42 -04001283static void release_open_stateid_locks(struct nfs4_ol_stateid *open_stp,
1284 struct list_head *reaplist)
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04001285{
1286 struct nfs4_ol_stateid *stp;
1287
Jeff Laytone8568732015-08-24 12:41:47 -04001288 lockdep_assert_held(&open_stp->st_stid.sc_client->cl_lock);
1289
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04001290 while (!list_empty(&open_stp->st_locks)) {
1291 stp = list_entry(open_stp->st_locks.next,
1292 struct nfs4_ol_stateid, st_locks);
Jeff Laytone8568732015-08-24 12:41:47 -04001293 WARN_ON(!unhash_lock_stateid(stp));
Jeff Laytond83017f2014-07-29 21:34:42 -04001294 put_ol_stateid_locked(stp, reaplist);
J. Bruce Fields529d7b22011-03-02 23:48:33 -05001295 }
1296}
1297
Jeff Laytone8568732015-08-24 12:41:47 -04001298static bool unhash_open_stateid(struct nfs4_ol_stateid *stp,
Jeff Laytond83017f2014-07-29 21:34:42 -04001299 struct list_head *reaplist)
J. Bruce Fields22839632009-01-11 14:27:17 -05001300{
Jeff Laytone8568732015-08-24 12:41:47 -04001301 bool unhashed;
1302
Jeff Layton2c41beb2014-07-29 21:34:41 -04001303 lockdep_assert_held(&stp->st_stid.sc_client->cl_lock);
1304
Jeff Laytone8568732015-08-24 12:41:47 -04001305 unhashed = unhash_ol_stateid(stp);
Jeff Laytond83017f2014-07-29 21:34:42 -04001306 release_open_stateid_locks(stp, reaplist);
Jeff Laytone8568732015-08-24 12:41:47 -04001307 return unhashed;
J. Bruce Fields38c387b2011-09-16 17:42:48 -04001308}
1309
1310static void release_open_stateid(struct nfs4_ol_stateid *stp)
1311{
Jeff Layton2c41beb2014-07-29 21:34:41 -04001312 LIST_HEAD(reaplist);
1313
1314 spin_lock(&stp->st_stid.sc_client->cl_lock);
Jeff Laytone8568732015-08-24 12:41:47 -04001315 if (unhash_open_stateid(stp, &reaplist))
1316 put_ol_stateid_locked(stp, &reaplist);
Jeff Layton2c41beb2014-07-29 21:34:41 -04001317 spin_unlock(&stp->st_stid.sc_client->cl_lock);
1318 free_ol_stateid_reaplist(&reaplist);
J. Bruce Fields22839632009-01-11 14:27:17 -05001319}
1320
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001321static void unhash_openowner_locked(struct nfs4_openowner *oo)
J. Bruce Fieldsf1d110c2009-01-11 14:37:31 -05001322{
Trond Myklebustd4f04892014-07-29 21:34:36 -04001323 struct nfs4_client *clp = oo->oo_owner.so_client;
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001324
Trond Myklebustd4f04892014-07-29 21:34:36 -04001325 lockdep_assert_held(&clp->cl_lock);
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001326
Jeff Layton8f4b54c2014-07-29 21:34:29 -04001327 list_del_init(&oo->oo_owner.so_strhash);
1328 list_del_init(&oo->oo_perclient);
J. Bruce Fieldsf1d110c2009-01-11 14:37:31 -05001329}
1330
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001331static void release_last_closed_stateid(struct nfs4_openowner *oo)
1332{
Jeff Layton217526e2014-07-30 08:27:11 -04001333 struct nfsd_net *nn = net_generic(oo->oo_owner.so_client->net,
1334 nfsd_net_id);
1335 struct nfs4_ol_stateid *s;
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001336
Jeff Layton217526e2014-07-30 08:27:11 -04001337 spin_lock(&nn->client_lock);
1338 s = oo->oo_last_closed_stid;
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001339 if (s) {
Jeff Laytond3134b12014-07-29 21:34:32 -04001340 list_del_init(&oo->oo_close_lru);
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001341 oo->oo_last_closed_stid = NULL;
1342 }
Jeff Layton217526e2014-07-30 08:27:11 -04001343 spin_unlock(&nn->client_lock);
1344 if (s)
1345 nfs4_put_stid(&s->st_stid);
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001346}
1347
Jeff Layton2c41beb2014-07-29 21:34:41 -04001348static void release_openowner(struct nfs4_openowner *oo)
Jeff Layton8f4b54c2014-07-29 21:34:29 -04001349{
1350 struct nfs4_ol_stateid *stp;
Trond Myklebustd4f04892014-07-29 21:34:36 -04001351 struct nfs4_client *clp = oo->oo_owner.so_client;
Jeff Layton2c41beb2014-07-29 21:34:41 -04001352 struct list_head reaplist;
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001353
Jeff Layton2c41beb2014-07-29 21:34:41 -04001354 INIT_LIST_HEAD(&reaplist);
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001355
Trond Myklebustd4f04892014-07-29 21:34:36 -04001356 spin_lock(&clp->cl_lock);
Trond Myklebust7ffb5882014-07-29 21:34:34 -04001357 unhash_openowner_locked(oo);
Jeff Layton2c41beb2014-07-29 21:34:41 -04001358 while (!list_empty(&oo->oo_owner.so_stateids)) {
1359 stp = list_first_entry(&oo->oo_owner.so_stateids,
1360 struct nfs4_ol_stateid, st_perstateowner);
Jeff Laytone8568732015-08-24 12:41:47 -04001361 if (unhash_open_stateid(stp, &reaplist))
1362 put_ol_stateid_locked(stp, &reaplist);
Jeff Layton2c41beb2014-07-29 21:34:41 -04001363 }
Trond Myklebustd4f04892014-07-29 21:34:36 -04001364 spin_unlock(&clp->cl_lock);
Jeff Layton2c41beb2014-07-29 21:34:41 -04001365 free_ol_stateid_reaplist(&reaplist);
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04001366 release_last_closed_stateid(oo);
Jeff Layton6b180f02014-07-29 21:34:26 -04001367 nfs4_put_stateowner(&oo->oo_owner);
J. Bruce Fieldsf1d110c2009-01-11 14:37:31 -05001368}
1369
Marc Eshel5282fd72009-04-03 08:27:52 +03001370static inline int
1371hash_sessionid(struct nfs4_sessionid *sessionid)
1372{
1373 struct nfsd4_sessionid *sid = (struct nfsd4_sessionid *)sessionid;
1374
1375 return sid->sequence % SESSION_HASH_SIZE;
1376}
1377
Mark Salter135dd002015-04-06 09:46:00 -04001378#ifdef CONFIG_SUNRPC_DEBUG
Marc Eshel5282fd72009-04-03 08:27:52 +03001379static inline void
1380dump_sessionid(const char *fn, struct nfs4_sessionid *sessionid)
1381{
1382 u32 *ptr = (u32 *)(&sessionid->data[0]);
1383 dprintk("%s: %u:%u:%u:%u\n", fn, ptr[0], ptr[1], ptr[2], ptr[3]);
1384}
Trond Myklebust8f199b82012-03-20 15:11:17 -04001385#else
1386static inline void
1387dump_sessionid(const char *fn, struct nfs4_sessionid *sessionid)
1388{
1389}
1390#endif
1391
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04001392/*
1393 * Bump the seqid on cstate->replay_owner, and clear replay_owner if it
1394 * won't be used for replay.
1395 */
1396void nfsd4_bump_seqid(struct nfsd4_compound_state *cstate, __be32 nfserr)
1397{
1398 struct nfs4_stateowner *so = cstate->replay_owner;
1399
1400 if (nfserr == nfserr_replay_me)
1401 return;
1402
1403 if (!seqid_mutating_err(ntohl(nfserr))) {
Jeff Layton58fb12e2014-07-29 21:34:27 -04001404 nfsd4_cstate_clear_replay(cstate);
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04001405 return;
1406 }
1407 if (!so)
1408 return;
1409 if (so->so_is_open_owner)
1410 release_last_closed_stateid(openowner(so));
1411 so->so_seqid++;
1412 return;
1413}
Marc Eshel5282fd72009-04-03 08:27:52 +03001414
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001415static void
1416gen_sessionid(struct nfsd4_session *ses)
1417{
1418 struct nfs4_client *clp = ses->se_client;
1419 struct nfsd4_sessionid *sid;
1420
1421 sid = (struct nfsd4_sessionid *)ses->se_sessionid.data;
1422 sid->clientid = clp->cl_clientid;
1423 sid->sequence = current_sessionid++;
1424 sid->reserved = 0;
1425}
1426
1427/*
Andy Adamsona6496372009-08-28 08:45:01 -04001428 * The protocol defines ca_maxresponssize_cached to include the size of
1429 * the rpc header, but all we need to cache is the data starting after
1430 * the end of the initial SEQUENCE operation--the rest we regenerate
1431 * each time. Therefore we can advertise a ca_maxresponssize_cached
1432 * value that is the number of bytes in our cache plus a few additional
1433 * bytes. In order to stay on the safe side, and not promise more than
1434 * we can cache, those additional bytes must be the minimum possible: 24
1435 * bytes of rpc header (xid through accept state, with AUTH_NULL
1436 * verifier), 12 for the compound header (with zero-length tag), and 44
1437 * for the SEQUENCE op response:
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001438 */
Andy Adamsona6496372009-08-28 08:45:01 -04001439#define NFSD_MIN_HDR_SEQ_SZ (24 + 12 + 44)
1440
Andy Adamson557ce262009-08-28 08:45:04 -04001441static void
1442free_session_slots(struct nfsd4_session *ses)
1443{
1444 int i;
1445
1446 for (i = 0; i < ses->se_fchannel.maxreqs; i++)
1447 kfree(ses->se_slots[i]);
1448}
1449
J. Bruce Fieldsefe0cb62009-10-24 20:52:16 -04001450/*
1451 * We don't actually need to cache the rpc and session headers, so we
1452 * can allocate a little less for each slot:
1453 */
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001454static inline u32 slot_bytes(struct nfsd4_channel_attrs *ca)
J. Bruce Fieldsefe0cb62009-10-24 20:52:16 -04001455{
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001456 u32 size;
J. Bruce Fieldsefe0cb62009-10-24 20:52:16 -04001457
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001458 if (ca->maxresp_cached < NFSD_MIN_HDR_SEQ_SZ)
1459 size = 0;
1460 else
1461 size = ca->maxresp_cached - NFSD_MIN_HDR_SEQ_SZ;
1462 return size + sizeof(struct nfsd4_slot);
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001463}
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001464
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001465/*
1466 * XXX: If we run out of reserved DRC memory we could (up to a point)
1467 * re-negotiate active sessions and reduce their slot usage to make
Justin P. Mattock42b2aa82011-11-28 20:31:00 -08001468 * room for new connections. For now we just fail the create session.
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001469 */
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001470static u32 nfsd4_get_drc_mem(struct nfsd4_channel_attrs *ca)
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001471{
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001472 u32 slotsize = slot_bytes(ca);
1473 u32 num = ca->maxreqs;
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001474 int avail;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001475
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001476 spin_lock(&nfsd_drc_lock);
Zhang Yanfei697ce9b2013-02-22 16:35:47 -08001477 avail = min((unsigned long)NFSD_MAX_MEM_PER_SESSION,
1478 nfsd_drc_max_mem - nfsd_drc_mem_used);
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001479 num = min_t(int, num, avail / slotsize);
1480 nfsd_drc_mem_used += num * slotsize;
1481 spin_unlock(&nfsd_drc_lock);
1482
1483 return num;
1484}
1485
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001486static void nfsd4_put_drc_mem(struct nfsd4_channel_attrs *ca)
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001487{
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001488 int slotsize = slot_bytes(ca);
1489
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001490 spin_lock(&nfsd_drc_lock);
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001491 nfsd_drc_mem_used -= slotsize * ca->maxreqs;
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001492 spin_unlock(&nfsd_drc_lock);
1493}
1494
Kinglong Mee60810e52014-01-01 00:35:47 +08001495static struct nfsd4_session *alloc_session(struct nfsd4_channel_attrs *fattrs,
1496 struct nfsd4_channel_attrs *battrs)
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001497{
Kinglong Mee60810e52014-01-01 00:35:47 +08001498 int numslots = fattrs->maxreqs;
1499 int slotsize = slot_bytes(fattrs);
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001500 struct nfsd4_session *new;
1501 int mem, i;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001502
J. Bruce Fieldsc23753d2010-09-27 16:22:30 -04001503 BUILD_BUG_ON(NFSD_MAX_SLOTS_PER_SESSION * sizeof(struct nfsd4_slot *)
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001504 + sizeof(struct nfsd4_session) > PAGE_SIZE);
1505 mem = numslots * sizeof(struct nfsd4_slot *);
Andy Adamson557ce262009-08-28 08:45:04 -04001506
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001507 new = kzalloc(sizeof(*new) + mem, GFP_KERNEL);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001508 if (!new)
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001509 return NULL;
Andy Adamson557ce262009-08-28 08:45:04 -04001510 /* allocate each struct nfsd4_slot and data cache in one piece */
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001511 for (i = 0; i < numslots; i++) {
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001512 new->se_slots[i] = kzalloc(slotsize, GFP_KERNEL);
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001513 if (!new->se_slots[i])
Andy Adamson557ce262009-08-28 08:45:04 -04001514 goto out_free;
Andy Adamson557ce262009-08-28 08:45:04 -04001515 }
Kinglong Mee60810e52014-01-01 00:35:47 +08001516
1517 memcpy(&new->se_fchannel, fattrs, sizeof(struct nfsd4_channel_attrs));
1518 memcpy(&new->se_bchannel, battrs, sizeof(struct nfsd4_channel_attrs));
1519
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001520 return new;
1521out_free:
1522 while (i--)
1523 kfree(new->se_slots[i]);
1524 kfree(new);
1525 return NULL;
1526}
1527
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04001528static void free_conn(struct nfsd4_conn *c)
1529{
1530 svc_xprt_put(c->cn_xprt);
1531 kfree(c);
1532}
1533
1534static void nfsd4_conn_lost(struct svc_xpt_user *u)
1535{
1536 struct nfsd4_conn *c = container_of(u, struct nfsd4_conn, cn_xpt_user);
1537 struct nfs4_client *clp = c->cn_session->se_client;
1538
1539 spin_lock(&clp->cl_lock);
1540 if (!list_empty(&c->cn_persession)) {
1541 list_del(&c->cn_persession);
1542 free_conn(c);
1543 }
J. Bruce Fieldseea49802010-11-18 08:34:12 -05001544 nfsd4_probe_callback(clp);
J. Bruce Fields2e4b7232013-03-08 09:30:43 -05001545 spin_unlock(&clp->cl_lock);
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04001546}
1547
J. Bruce Fieldsd29c3742010-06-15 17:34:11 -04001548static struct nfsd4_conn *alloc_conn(struct svc_rqst *rqstp, u32 flags)
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001549{
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001550 struct nfsd4_conn *conn;
1551
1552 conn = kmalloc(sizeof(struct nfsd4_conn), GFP_KERNEL);
1553 if (!conn)
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001554 return NULL;
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001555 svc_xprt_get(rqstp->rq_xprt);
1556 conn->cn_xprt = rqstp->rq_xprt;
J. Bruce Fieldsd29c3742010-06-15 17:34:11 -04001557 conn->cn_flags = flags;
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001558 INIT_LIST_HEAD(&conn->cn_xpt_user.list);
1559 return conn;
1560}
1561
J. Bruce Fields328ead22010-09-29 16:11:06 -04001562static void __nfsd4_hash_conn(struct nfsd4_conn *conn, struct nfsd4_session *ses)
1563{
1564 conn->cn_session = ses;
1565 list_add(&conn->cn_persession, &ses->se_conns);
1566}
1567
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001568static void nfsd4_hash_conn(struct nfsd4_conn *conn, struct nfsd4_session *ses)
1569{
1570 struct nfs4_client *clp = ses->se_client;
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001571
1572 spin_lock(&clp->cl_lock);
J. Bruce Fields328ead22010-09-29 16:11:06 -04001573 __nfsd4_hash_conn(conn, ses);
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001574 spin_unlock(&clp->cl_lock);
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001575}
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001576
J. Bruce Fields21b75b02010-10-26 10:07:17 -04001577static int nfsd4_register_conn(struct nfsd4_conn *conn)
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001578{
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04001579 conn->cn_xpt_user.callback = nfsd4_conn_lost;
J. Bruce Fields21b75b02010-10-26 10:07:17 -04001580 return register_xpt_user(conn->cn_xprt, &conn->cn_xpt_user);
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001581}
1582
J. Bruce Fieldse1ff3712012-09-11 17:10:25 -04001583static void nfsd4_init_conn(struct svc_rqst *rqstp, struct nfsd4_conn *conn, struct nfsd4_session *ses)
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001584{
J. Bruce Fields21b75b02010-10-26 10:07:17 -04001585 int ret;
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001586
J. Bruce Fieldsdb906812010-09-29 15:29:32 -04001587 nfsd4_hash_conn(conn, ses);
J. Bruce Fields21b75b02010-10-26 10:07:17 -04001588 ret = nfsd4_register_conn(conn);
1589 if (ret)
1590 /* oops; xprt is already down: */
1591 nfsd4_conn_lost(&conn->cn_xpt_user);
J. Bruce Fields57a37142014-07-18 15:06:47 -04001592 /* We may have gained or lost a callback channel: */
1593 nfsd4_probe_callback_sync(ses->se_client);
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001594}
1595
J. Bruce Fieldse1ff3712012-09-11 17:10:25 -04001596static struct nfsd4_conn *alloc_conn_from_crses(struct svc_rqst *rqstp, struct nfsd4_create_session *cses)
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04001597{
1598 u32 dir = NFS4_CDFC4_FORE;
1599
J. Bruce Fieldse1ff3712012-09-11 17:10:25 -04001600 if (cses->flags & SESSION4_BACK_CHAN)
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04001601 dir |= NFS4_CDFC4_BACK;
J. Bruce Fieldse1ff3712012-09-11 17:10:25 -04001602 return alloc_conn(rqstp, dir);
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04001603}
1604
1605/* must be called under client_lock */
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04001606static void nfsd4_del_conns(struct nfsd4_session *s)
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001607{
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04001608 struct nfs4_client *clp = s->se_client;
1609 struct nfsd4_conn *c;
1610
1611 spin_lock(&clp->cl_lock);
1612 while (!list_empty(&s->se_conns)) {
1613 c = list_first_entry(&s->se_conns, struct nfsd4_conn, cn_persession);
1614 list_del_init(&c->cn_persession);
1615 spin_unlock(&clp->cl_lock);
1616
1617 unregister_xpt_user(c->cn_xprt, &c->cn_xpt_user);
1618 free_conn(c);
1619
1620 spin_lock(&clp->cl_lock);
1621 }
1622 spin_unlock(&clp->cl_lock);
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001623}
1624
J. Bruce Fields1377b692012-09-11 21:42:40 -04001625static void __free_session(struct nfsd4_session *ses)
1626{
J. Bruce Fields1377b692012-09-11 21:42:40 -04001627 free_session_slots(ses);
1628 kfree(ses);
1629}
1630
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04001631static void free_session(struct nfsd4_session *ses)
Benny Halevy508dc6e2012-02-23 17:40:52 -08001632{
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001633 nfsd4_del_conns(ses);
J. Bruce Fields55c760c2013-04-08 16:44:14 -04001634 nfsd4_put_drc_mem(&ses->se_fchannel);
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001635 __free_session(ses);
J. Bruce Fieldsa827bcb2012-09-12 09:51:34 -04001636}
Andy Adamson557ce262009-08-28 08:45:04 -04001637
Fengguang Wu135ae822012-11-10 07:20:25 -05001638static void init_session(struct svc_rqst *rqstp, struct nfsd4_session *new, struct nfs4_client *clp, struct nfsd4_create_session *cses)
J. Bruce Fieldsa827bcb2012-09-12 09:51:34 -04001639{
J. Bruce Fieldsa827bcb2012-09-12 09:51:34 -04001640 int idx;
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03001641 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
J. Bruce Fieldsa827bcb2012-09-12 09:51:34 -04001642
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001643 new->se_client = clp;
1644 gen_sessionid(new);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001645
J. Bruce Fieldsc7662512010-06-06 18:12:14 -04001646 INIT_LIST_HEAD(&new->se_conns);
1647
J. Bruce Fieldsac7c46f2010-06-14 19:01:57 -04001648 new->se_cb_seq_nr = 1;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001649 new->se_flags = cses->flags;
J. Bruce Fields8b5ce5c2010-10-19 17:31:50 -04001650 new->se_cb_prog = cses->callback_prog;
J. Bruce Fieldsc6bb3ca2012-11-01 16:31:02 -04001651 new->se_cb_sec = cses->cb_sec;
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04001652 atomic_set(&new->se_ref, 0);
J. Bruce Fields5b6feee2010-09-27 17:12:05 -04001653 idx = hash_sessionid(&new->se_sessionid);
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03001654 list_add(&new->se_hash, &nn->sessionid_hashtbl[idx]);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001655 spin_lock(&clp->cl_lock);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001656 list_add(&new->se_perclnt, &clp->cl_sessions);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001657 spin_unlock(&clp->cl_lock);
Kinglong Mee60810e52014-01-01 00:35:47 +08001658
Chuck Leverb0d2e422014-08-22 15:10:59 -04001659 {
J. Bruce Fieldsedd76782010-06-14 22:26:31 -04001660 struct sockaddr *sa = svc_addr(rqstp);
J. Bruce Fieldsdcbeaa62010-06-15 17:25:45 -04001661 /*
1662 * This is a little silly; with sessions there's no real
1663 * use for the callback address. Use the peer address
1664 * as a reasonable default for now, but consider fixing
1665 * the rpc client not to require an address in the
1666 * future:
1667 */
J. Bruce Fieldsedd76782010-06-14 22:26:31 -04001668 rpc_copy_addr((struct sockaddr *)&clp->cl_cb_conn.cb_addr, sa);
1669 clp->cl_cb_conn.cb_addrlen = svc_addr_len(sa);
J. Bruce Fieldsedd76782010-06-14 22:26:31 -04001670 }
Andy Adamsonec6b5d72009-04-03 08:28:28 +03001671}
1672
Benny Halevy9089f1b2010-05-12 00:12:26 +03001673/* caller must hold client_lock */
Marc Eshel5282fd72009-04-03 08:27:52 +03001674static struct nfsd4_session *
Trond Myklebustd4e19e702014-06-30 11:48:42 -04001675__find_in_sessionid_hashtbl(struct nfs4_sessionid *sessionid, struct net *net)
Marc Eshel5282fd72009-04-03 08:27:52 +03001676{
1677 struct nfsd4_session *elem;
1678 int idx;
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03001679 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Marc Eshel5282fd72009-04-03 08:27:52 +03001680
Trond Myklebust0a880a22014-07-30 08:27:10 -04001681 lockdep_assert_held(&nn->client_lock);
1682
Marc Eshel5282fd72009-04-03 08:27:52 +03001683 dump_sessionid(__func__, sessionid);
1684 idx = hash_sessionid(sessionid);
Marc Eshel5282fd72009-04-03 08:27:52 +03001685 /* Search in the appropriate list */
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03001686 list_for_each_entry(elem, &nn->sessionid_hashtbl[idx], se_hash) {
Marc Eshel5282fd72009-04-03 08:27:52 +03001687 if (!memcmp(elem->se_sessionid.data, sessionid->data,
1688 NFS4_MAX_SESSIONID_LEN)) {
1689 return elem;
1690 }
1691 }
1692
1693 dprintk("%s: session not found\n", __func__);
1694 return NULL;
1695}
1696
Trond Myklebustd4e19e702014-06-30 11:48:42 -04001697static struct nfsd4_session *
1698find_in_sessionid_hashtbl(struct nfs4_sessionid *sessionid, struct net *net,
1699 __be32 *ret)
1700{
1701 struct nfsd4_session *session;
1702 __be32 status = nfserr_badsession;
1703
1704 session = __find_in_sessionid_hashtbl(sessionid, net);
1705 if (!session)
1706 goto out;
1707 status = nfsd4_get_session_locked(session);
1708 if (status)
1709 session = NULL;
1710out:
1711 *ret = status;
1712 return session;
1713}
1714
Benny Halevy9089f1b2010-05-12 00:12:26 +03001715/* caller must hold client_lock */
Andy Adamson7116ed62009-04-03 08:27:43 +03001716static void
Marc Eshel5282fd72009-04-03 08:27:52 +03001717unhash_session(struct nfsd4_session *ses)
Andy Adamson7116ed62009-04-03 08:27:43 +03001718{
Trond Myklebust0a880a22014-07-30 08:27:10 -04001719 struct nfs4_client *clp = ses->se_client;
1720 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
1721
1722 lockdep_assert_held(&nn->client_lock);
1723
Andy Adamson7116ed62009-04-03 08:27:43 +03001724 list_del(&ses->se_hash);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001725 spin_lock(&ses->se_client->cl_lock);
Andy Adamson7116ed62009-04-03 08:27:43 +03001726 list_del(&ses->se_perclnt);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001727 spin_unlock(&ses->se_client->cl_lock);
Marc Eshel5282fd72009-04-03 08:27:52 +03001728}
1729
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730/* SETCLIENTID and SETCLIENTID_CONFIRM Helper functions */
1731static int
Stanislav Kinsbursky2c142ba2012-07-25 16:57:45 +04001732STALE_CLIENTID(clientid_t *clid, struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733{
J. Bruce Fieldsbbc7f332015-01-20 11:51:26 -05001734 /*
1735 * We're assuming the clid was not given out from a boot
1736 * precisely 2^32 (about 136 years) before this one. That seems
1737 * a safe assumption:
1738 */
1739 if (clid->cl_boot == (u32)nn->boot_time)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740 return 0;
Andy Adamson60adfc52009-04-03 08:28:50 +03001741 dprintk("NFSD stale clientid (%08x/%08x) boot_time %08lx\n",
Stanislav Kinsbursky2c142ba2012-07-25 16:57:45 +04001742 clid->cl_boot, clid->cl_id, nn->boot_time);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743 return 1;
1744}
1745
1746/*
1747 * XXX Should we use a slab cache ?
1748 * This type of memory management is somewhat inefficient, but we use it
1749 * anyway since SETCLIENTID is not a common operation.
1750 */
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001751static struct nfs4_client *alloc_client(struct xdr_netobj name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752{
1753 struct nfs4_client *clp;
Trond Myklebustd4f04892014-07-29 21:34:36 -04001754 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001756 clp = kzalloc(sizeof(struct nfs4_client), GFP_KERNEL);
1757 if (clp == NULL)
1758 return NULL;
Thomas Meyer67114fe2011-11-17 23:43:40 +01001759 clp->cl_name.data = kmemdup(name.data, name.len, GFP_KERNEL);
Trond Myklebustd4f04892014-07-29 21:34:36 -04001760 if (clp->cl_name.data == NULL)
1761 goto err_no_name;
1762 clp->cl_ownerstr_hashtbl = kmalloc(sizeof(struct list_head) *
1763 OWNER_HASH_SIZE, GFP_KERNEL);
1764 if (!clp->cl_ownerstr_hashtbl)
1765 goto err_no_hashtbl;
1766 for (i = 0; i < OWNER_HASH_SIZE; i++)
1767 INIT_LIST_HEAD(&clp->cl_ownerstr_hashtbl[i]);
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001768 clp->cl_name.len = name.len;
Trond Myklebust5694c932014-04-18 14:43:56 -04001769 INIT_LIST_HEAD(&clp->cl_sessions);
1770 idr_init(&clp->cl_stateids);
1771 atomic_set(&clp->cl_refcount, 0);
1772 clp->cl_cb_state = NFSD4_CB_UNKNOWN;
1773 INIT_LIST_HEAD(&clp->cl_idhash);
1774 INIT_LIST_HEAD(&clp->cl_openowners);
1775 INIT_LIST_HEAD(&clp->cl_delegations);
1776 INIT_LIST_HEAD(&clp->cl_lru);
Trond Myklebust5694c932014-04-18 14:43:56 -04001777 INIT_LIST_HEAD(&clp->cl_revoked);
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02001778#ifdef CONFIG_NFSD_PNFS
1779 INIT_LIST_HEAD(&clp->cl_lo_states);
1780#endif
Trond Myklebust5694c932014-04-18 14:43:56 -04001781 spin_lock_init(&clp->cl_lock);
1782 rpc_init_wait_queue(&clp->cl_cb_waitq, "Backchannel slot table");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001783 return clp;
Trond Myklebustd4f04892014-07-29 21:34:36 -04001784err_no_hashtbl:
1785 kfree(clp->cl_name.data);
1786err_no_name:
1787 kfree(clp);
1788 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789}
1790
Trond Myklebust4dd86e152014-04-18 14:43:58 -04001791static void
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792free_client(struct nfs4_client *clp)
1793{
J. Bruce Fields792c95d2010-10-12 19:55:25 -04001794 while (!list_empty(&clp->cl_sessions)) {
1795 struct nfsd4_session *ses;
1796 ses = list_entry(clp->cl_sessions.next, struct nfsd4_session,
1797 se_perclnt);
1798 list_del(&ses->se_perclnt);
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04001799 WARN_ON_ONCE(atomic_read(&ses->se_ref));
1800 free_session(ses);
J. Bruce Fields792c95d2010-10-12 19:55:25 -04001801 }
Trond Myklebust4cb57e32014-04-18 14:43:57 -04001802 rpc_destroy_wait_queue(&clp->cl_cb_waitq);
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04001803 free_svc_cred(&clp->cl_cred);
Trond Myklebustd4f04892014-07-29 21:34:36 -04001804 kfree(clp->cl_ownerstr_hashtbl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805 kfree(clp->cl_name.data);
majianpeng2d32b292013-01-29 13:16:06 +08001806 idr_destroy(&clp->cl_stateids);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807 kfree(clp);
1808}
1809
Benny Halevy84d38ac2010-05-12 00:13:16 +03001810/* must be called under the client_lock */
Trond Myklebust4beb3452014-07-30 08:27:02 -04001811static void
Benny Halevy84d38ac2010-05-12 00:13:16 +03001812unhash_client_locked(struct nfs4_client *clp)
1813{
Trond Myklebust4beb3452014-07-30 08:27:02 -04001814 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
J. Bruce Fields792c95d2010-10-12 19:55:25 -04001815 struct nfsd4_session *ses;
1816
Trond Myklebust0a880a22014-07-30 08:27:10 -04001817 lockdep_assert_held(&nn->client_lock);
1818
Trond Myklebust4beb3452014-07-30 08:27:02 -04001819 /* Mark the client as expired! */
1820 clp->cl_time = 0;
1821 /* Make it invisible */
1822 if (!list_empty(&clp->cl_idhash)) {
1823 list_del_init(&clp->cl_idhash);
1824 if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags))
1825 rb_erase(&clp->cl_namenode, &nn->conf_name_tree);
1826 else
1827 rb_erase(&clp->cl_namenode, &nn->unconf_name_tree);
1828 }
1829 list_del_init(&clp->cl_lru);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001830 spin_lock(&clp->cl_lock);
J. Bruce Fields792c95d2010-10-12 19:55:25 -04001831 list_for_each_entry(ses, &clp->cl_sessions, se_perclnt)
1832 list_del_init(&ses->se_hash);
J. Bruce Fields4c649372010-06-15 14:22:37 -04001833 spin_unlock(&clp->cl_lock);
Benny Halevy84d38ac2010-05-12 00:13:16 +03001834}
1835
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836static void
Trond Myklebust4beb3452014-07-30 08:27:02 -04001837unhash_client(struct nfs4_client *clp)
1838{
1839 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
1840
1841 spin_lock(&nn->client_lock);
1842 unhash_client_locked(clp);
1843 spin_unlock(&nn->client_lock);
1844}
1845
Jeff Layton97403d92014-07-30 08:27:12 -04001846static __be32 mark_client_expired_locked(struct nfs4_client *clp)
1847{
1848 if (atomic_read(&clp->cl_refcount))
1849 return nfserr_jukebox;
1850 unhash_client_locked(clp);
1851 return nfs_ok;
1852}
1853
Trond Myklebust4beb3452014-07-30 08:27:02 -04001854static void
1855__destroy_client(struct nfs4_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856{
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04001857 struct nfs4_openowner *oo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001858 struct nfs4_delegation *dp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859 struct list_head reaplist;
1860
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861 INIT_LIST_HEAD(&reaplist);
Benny Halevycdc97502014-05-30 09:09:30 -04001862 spin_lock(&state_lock);
NeilBrownea1da632005-06-23 22:04:17 -07001863 while (!list_empty(&clp->cl_delegations)) {
1864 dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt);
Jeff Layton3fcbbd22015-08-24 12:41:48 -04001865 WARN_ON(!unhash_delegation_locked(dp));
Jeff Layton42690672014-07-25 07:34:20 -04001866 list_add(&dp->dl_recall_lru, &reaplist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867 }
Benny Halevycdc97502014-05-30 09:09:30 -04001868 spin_unlock(&state_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869 while (!list_empty(&reaplist)) {
1870 dp = list_entry(reaplist.next, struct nfs4_delegation, dl_recall_lru);
Jeff Layton42690672014-07-25 07:34:20 -04001871 list_del_init(&dp->dl_recall_lru);
Sachin Bhamare8287f002015-04-27 14:50:14 +02001872 put_clnt_odstate(dp->dl_clnt_odstate);
Jeff Laytonafbda402014-08-09 10:22:41 -04001873 nfs4_put_deleg_lease(dp->dl_stid.sc_file);
Trond Myklebust60116952014-07-29 21:34:06 -04001874 nfs4_put_stid(&dp->dl_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875 }
Jeff Layton2d4a5322014-07-25 07:34:21 -04001876 while (!list_empty(&clp->cl_revoked)) {
Andrew Elblec8764862015-02-25 17:46:27 -05001877 dp = list_entry(clp->cl_revoked.next, struct nfs4_delegation, dl_recall_lru);
Jeff Layton2d4a5322014-07-25 07:34:21 -04001878 list_del_init(&dp->dl_recall_lru);
Trond Myklebust60116952014-07-29 21:34:06 -04001879 nfs4_put_stid(&dp->dl_stid);
Benny Halevy956c4fe2013-10-29 11:39:12 +02001880 }
NeilBrownea1da632005-06-23 22:04:17 -07001881 while (!list_empty(&clp->cl_openowners)) {
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04001882 oo = list_entry(clp->cl_openowners.next, struct nfs4_openowner, oo_perclient);
Kinglong Meeb5971af2014-08-22 10:18:43 -04001883 nfs4_get_stateowner(&oo->oo_owner);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04001884 release_openowner(oo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885 }
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02001886 nfsd4_return_all_client_layouts(clp);
J. Bruce Fields6ff8da02010-06-04 20:04:45 -04001887 nfsd4_shutdown_callback(clp);
J. Bruce Fields2bf23872010-03-08 12:37:27 -05001888 if (clp->cl_cb_conn.cb_xprt)
1889 svc_xprt_put(clp->cl_cb_conn.cb_xprt);
J. Bruce Fields221a6872013-04-01 22:23:49 -04001890 free_client(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891}
1892
Trond Myklebust4beb3452014-07-30 08:27:02 -04001893static void
1894destroy_client(struct nfs4_client *clp)
1895{
1896 unhash_client(clp);
1897 __destroy_client(clp);
1898}
1899
J. Bruce Fields0d22f682012-09-26 11:36:16 -04001900static void expire_client(struct nfs4_client *clp)
1901{
Trond Myklebust4beb3452014-07-30 08:27:02 -04001902 unhash_client(clp);
J. Bruce Fields0d22f682012-09-26 11:36:16 -04001903 nfsd4_client_record_remove(clp);
Trond Myklebust4beb3452014-07-30 08:27:02 -04001904 __destroy_client(clp);
J. Bruce Fields0d22f682012-09-26 11:36:16 -04001905}
1906
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001907static void copy_verf(struct nfs4_client *target, nfs4_verifier *source)
1908{
1909 memcpy(target->cl_verifier.data, source->data,
1910 sizeof(target->cl_verifier.data));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911}
1912
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001913static void copy_clid(struct nfs4_client *target, struct nfs4_client *source)
1914{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915 target->cl_clientid.cl_boot = source->cl_clientid.cl_boot;
1916 target->cl_clientid.cl_id = source->cl_clientid.cl_id;
1917}
1918
J. Bruce Fields50043852015-11-20 15:58:37 -05001919int strdup_if_nonnull(char **target, char *source)
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001920{
J. Bruce Fields50043852015-11-20 15:58:37 -05001921 if (source) {
1922 *target = kstrdup(source, GFP_KERNEL);
1923 if (!*target)
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04001924 return -ENOMEM;
1925 } else
J. Bruce Fields50043852015-11-20 15:58:37 -05001926 *target = NULL;
1927 return 0;
1928}
1929
1930static int copy_cred(struct svc_cred *target, struct svc_cred *source)
1931{
1932 int ret;
1933
1934 ret = strdup_if_nonnull(&target->cr_principal, source->cr_principal);
1935 if (ret)
1936 return ret;
J. Bruce Fields414ca012015-11-20 10:48:02 -05001937 ret = strdup_if_nonnull(&target->cr_raw_principal,
1938 source->cr_raw_principal);
1939 if (ret)
1940 return ret;
J. Bruce Fieldsd5497fc2012-05-14 22:06:49 -04001941 target->cr_flavor = source->cr_flavor;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942 target->cr_uid = source->cr_uid;
1943 target->cr_gid = source->cr_gid;
1944 target->cr_group_info = source->cr_group_info;
1945 get_group_info(target->cr_group_info);
J. Bruce Fields0dc15312013-05-14 16:07:13 -04001946 target->cr_gss_mech = source->cr_gss_mech;
1947 if (source->cr_gss_mech)
1948 gss_mech_get(source->cr_gss_mech);
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04001949 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950}
1951
Rasmus Villemoesef17af22014-12-05 16:40:07 +01001952static int
Jeff Laytonac55fdc2012-11-12 15:00:56 -05001953compare_blob(const struct xdr_netobj *o1, const struct xdr_netobj *o2)
1954{
Rasmus Villemoesef17af22014-12-05 16:40:07 +01001955 if (o1->len < o2->len)
1956 return -1;
1957 if (o1->len > o2->len)
1958 return 1;
1959 return memcmp(o1->data, o2->data, o1->len);
Jeff Laytonac55fdc2012-11-12 15:00:56 -05001960}
1961
J. Bruce Fields35bba9a2007-11-21 22:07:08 -05001962static int same_name(const char *n1, const char *n2)
J. Bruce Fields599e0a22007-07-26 17:04:54 -04001963{
NeilBrowna55370a2005-06-23 22:03:52 -07001964 return 0 == memcmp(n1, n2, HEXDIR_LEN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965}
1966
1967static int
J. Bruce Fields599e0a22007-07-26 17:04:54 -04001968same_verf(nfs4_verifier *v1, nfs4_verifier *v2)
1969{
1970 return 0 == memcmp(v1->data, v2->data, sizeof(v1->data));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971}
1972
1973static int
J. Bruce Fields599e0a22007-07-26 17:04:54 -04001974same_clid(clientid_t *cl1, clientid_t *cl2)
1975{
1976 return (cl1->cl_boot == cl2->cl_boot) && (cl1->cl_id == cl2->cl_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977}
1978
J. Bruce Fields8fbba962012-05-14 21:20:54 -04001979static bool groups_equal(struct group_info *g1, struct group_info *g2)
1980{
1981 int i;
1982
1983 if (g1->ngroups != g2->ngroups)
1984 return false;
1985 for (i=0; i<g1->ngroups; i++)
Eric W. Biederman6fab8772013-02-02 06:53:11 -08001986 if (!gid_eq(GROUP_AT(g1, i), GROUP_AT(g2, i)))
J. Bruce Fields8fbba962012-05-14 21:20:54 -04001987 return false;
1988 return true;
1989}
1990
J. Bruce Fields68eb3502012-08-21 12:48:30 -04001991/*
1992 * RFC 3530 language requires clid_inuse be returned when the
1993 * "principal" associated with a requests differs from that previously
1994 * used. We use uid, gid's, and gss principal string as our best
1995 * approximation. We also don't want to allow non-gss use of a client
1996 * established using gss: in theory cr_principal should catch that
1997 * change, but in practice cr_principal can be null even in the gss case
1998 * since gssd doesn't always pass down a principal string.
1999 */
2000static bool is_gss_cred(struct svc_cred *cr)
2001{
2002 /* Is cr_flavor one of the gss "pseudoflavors"?: */
2003 return (cr->cr_flavor > RPC_AUTH_MAXFLAVOR);
2004}
2005
2006
Vivek Trivedi5559b502012-07-24 21:18:20 +05302007static bool
J. Bruce Fields599e0a22007-07-26 17:04:54 -04002008same_creds(struct svc_cred *cr1, struct svc_cred *cr2)
2009{
J. Bruce Fields68eb3502012-08-21 12:48:30 -04002010 if ((is_gss_cred(cr1) != is_gss_cred(cr2))
Eric W. Biederman6fab8772013-02-02 06:53:11 -08002011 || (!uid_eq(cr1->cr_uid, cr2->cr_uid))
2012 || (!gid_eq(cr1->cr_gid, cr2->cr_gid))
J. Bruce Fields8fbba962012-05-14 21:20:54 -04002013 || !groups_equal(cr1->cr_group_info, cr2->cr_group_info))
2014 return false;
2015 if (cr1->cr_principal == cr2->cr_principal)
2016 return true;
2017 if (!cr1->cr_principal || !cr2->cr_principal)
2018 return false;
Vivek Trivedi5559b502012-07-24 21:18:20 +05302019 return 0 == strcmp(cr1->cr_principal, cr2->cr_principal);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020}
2021
J. Bruce Fields57266a62013-04-13 14:27:29 -04002022static bool svc_rqst_integrity_protected(struct svc_rqst *rqstp)
2023{
2024 struct svc_cred *cr = &rqstp->rq_cred;
2025 u32 service;
2026
J. Bruce Fieldsc4720592013-08-07 11:41:49 -04002027 if (!cr->cr_gss_mech)
2028 return false;
J. Bruce Fields57266a62013-04-13 14:27:29 -04002029 service = gss_pseudoflavor_to_service(cr->cr_gss_mech, cr->cr_flavor);
2030 return service == RPC_GSS_SVC_INTEGRITY ||
2031 service == RPC_GSS_SVC_PRIVACY;
2032}
2033
Andrew Elblededeb132016-06-15 12:52:08 -04002034bool nfsd4_mach_creds_match(struct nfs4_client *cl, struct svc_rqst *rqstp)
J. Bruce Fields57266a62013-04-13 14:27:29 -04002035{
2036 struct svc_cred *cr = &rqstp->rq_cred;
2037
2038 if (!cl->cl_mach_cred)
2039 return true;
2040 if (cl->cl_cred.cr_gss_mech != cr->cr_gss_mech)
2041 return false;
2042 if (!svc_rqst_integrity_protected(rqstp))
2043 return false;
J. Bruce Fields414ca012015-11-20 10:48:02 -05002044 if (cl->cl_cred.cr_raw_principal)
2045 return 0 == strcmp(cl->cl_cred.cr_raw_principal,
2046 cr->cr_raw_principal);
J. Bruce Fields57266a62013-04-13 14:27:29 -04002047 if (!cr->cr_principal)
2048 return false;
2049 return 0 == strcmp(cl->cl_cred.cr_principal, cr->cr_principal);
2050}
2051
Jeff Layton294ac322014-07-30 08:27:15 -04002052static void gen_confirm(struct nfs4_client *clp, struct nfsd_net *nn)
J. Bruce Fieldsdeda2fa2007-11-19 20:31:04 -05002053{
Chuck Leverab4684d2012-03-02 17:13:50 -05002054 __be32 verf[2];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055
Jeff Laytonf4199922014-06-17 07:44:11 -04002056 /*
2057 * This is opaque to client, so no need to byte-swap. Use
2058 * __force to keep sparse happy
2059 */
2060 verf[0] = (__force __be32)get_seconds();
Kinglong Mee19311aa82015-07-18 07:33:31 +08002061 verf[1] = (__force __be32)nn->clverifier_counter++;
Chuck Leverab4684d2012-03-02 17:13:50 -05002062 memcpy(clp->cl_confirm.data, verf, sizeof(clp->cl_confirm.data));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063}
2064
Jeff Layton294ac322014-07-30 08:27:15 -04002065static void gen_clid(struct nfs4_client *clp, struct nfsd_net *nn)
2066{
2067 clp->cl_clientid.cl_boot = nn->boot_time;
2068 clp->cl_clientid.cl_id = nn->clientid_counter++;
2069 gen_confirm(clp, nn);
2070}
2071
Jeff Layton4770d722014-07-29 21:34:10 -04002072static struct nfs4_stid *
2073find_stateid_locked(struct nfs4_client *cl, stateid_t *t)
J. Bruce Fields4581d142011-09-06 14:56:09 -04002074{
J. Bruce Fields3abdb602013-02-03 12:23:01 -05002075 struct nfs4_stid *ret;
2076
2077 ret = idr_find(&cl->cl_stateids, t->si_opaque.so_id);
2078 if (!ret || !ret->sc_type)
2079 return NULL;
2080 return ret;
J. Bruce Fields4d71ab82011-09-06 16:48:57 -04002081}
2082
Jeff Layton4770d722014-07-29 21:34:10 -04002083static struct nfs4_stid *
Jeff Layton4770d722014-07-29 21:34:10 -04002084find_stateid_by_type(struct nfs4_client *cl, stateid_t *t, char typemask)
J. Bruce Fieldsf459e452011-09-09 09:06:12 -04002085{
2086 struct nfs4_stid *s;
2087
Jeff Layton4770d722014-07-29 21:34:10 -04002088 spin_lock(&cl->cl_lock);
2089 s = find_stateid_locked(cl, t);
Trond Myklebust2d3f9662014-07-29 21:34:25 -04002090 if (s != NULL) {
2091 if (typemask & s->sc_type)
2092 atomic_inc(&s->sc_count);
2093 else
2094 s = NULL;
2095 }
Jeff Layton4770d722014-07-29 21:34:10 -04002096 spin_unlock(&cl->cl_lock);
2097 return s;
J. Bruce Fields4581d142011-09-06 14:56:09 -04002098}
2099
Jeff Layton2216d442012-11-12 15:00:57 -05002100static struct nfs4_client *create_client(struct xdr_netobj name,
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002101 struct svc_rqst *rqstp, nfs4_verifier *verf)
2102{
2103 struct nfs4_client *clp;
2104 struct sockaddr *sa = svc_addr(rqstp);
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04002105 int ret;
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03002106 struct net *net = SVC_NET(rqstp);
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002107
2108 clp = alloc_client(name);
2109 if (clp == NULL)
2110 return NULL;
2111
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04002112 ret = copy_cred(&clp->cl_cred, &rqstp->rq_cred);
2113 if (ret) {
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04002114 free_client(clp);
J. Bruce Fields03a4e1f2012-05-14 19:55:22 -04002115 return NULL;
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002116 }
Christoph Hellwig0162ac22014-09-24 12:19:19 +02002117 nfsd4_init_cb(&clp->cl_cb_null, clp, NULL, NFSPROC4_CLNT_CB_NULL);
Benny Halevy07cd4902010-05-12 00:13:41 +03002118 clp->cl_time = get_seconds();
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002119 clear_bit(0, &clp->cl_cb_slot_busy);
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002120 copy_verf(clp, verf);
2121 rpc_copy_addr((struct sockaddr *) &clp->cl_addr, sa);
J. Bruce Fieldsedd76782010-06-14 22:26:31 -04002122 clp->cl_cb_session = NULL;
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03002123 clp->net = net;
Ricardo Labiagab09333c2009-09-10 12:27:34 +03002124 return clp;
2125}
2126
NeilBrownfd39ca92005-06-23 22:04:03 -07002127static void
Jeff Laytonac55fdc2012-11-12 15:00:56 -05002128add_clp_to_name_tree(struct nfs4_client *new_clp, struct rb_root *root)
2129{
2130 struct rb_node **new = &(root->rb_node), *parent = NULL;
2131 struct nfs4_client *clp;
2132
2133 while (*new) {
2134 clp = rb_entry(*new, struct nfs4_client, cl_namenode);
2135 parent = *new;
2136
2137 if (compare_blob(&clp->cl_name, &new_clp->cl_name) > 0)
2138 new = &((*new)->rb_left);
2139 else
2140 new = &((*new)->rb_right);
2141 }
2142
2143 rb_link_node(&new_clp->cl_namenode, parent, new);
2144 rb_insert_color(&new_clp->cl_namenode, root);
2145}
2146
2147static struct nfs4_client *
2148find_clp_in_name_tree(struct xdr_netobj *name, struct rb_root *root)
2149{
Rasmus Villemoesef17af22014-12-05 16:40:07 +01002150 int cmp;
Jeff Laytonac55fdc2012-11-12 15:00:56 -05002151 struct rb_node *node = root->rb_node;
2152 struct nfs4_client *clp;
2153
2154 while (node) {
2155 clp = rb_entry(node, struct nfs4_client, cl_namenode);
2156 cmp = compare_blob(&clp->cl_name, name);
2157 if (cmp > 0)
2158 node = node->rb_left;
2159 else if (cmp < 0)
2160 node = node->rb_right;
2161 else
2162 return clp;
2163 }
2164 return NULL;
2165}
2166
2167static void
2168add_to_unconfirmed(struct nfs4_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169{
2170 unsigned int idhashval;
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03002171 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172
Trond Myklebust0a880a22014-07-30 08:27:10 -04002173 lockdep_assert_held(&nn->client_lock);
2174
Jeff Laytonac55fdc2012-11-12 15:00:56 -05002175 clear_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags);
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03002176 add_clp_to_name_tree(clp, &nn->unconf_name_tree);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177 idhashval = clientid_hashval(clp->cl_clientid.cl_id);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03002178 list_add(&clp->cl_idhash, &nn->unconf_id_hashtbl[idhashval]);
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002179 renew_client_locked(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180}
2181
NeilBrownfd39ca92005-06-23 22:04:03 -07002182static void
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183move_to_confirmed(struct nfs4_client *clp)
2184{
2185 unsigned int idhashval = clientid_hashval(clp->cl_clientid.cl_id);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03002186 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187
Trond Myklebust0a880a22014-07-30 08:27:10 -04002188 lockdep_assert_held(&nn->client_lock);
2189
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190 dprintk("NFSD: move_to_confirm nfs4_client %p\n", clp);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03002191 list_move(&clp->cl_idhash, &nn->conf_id_hashtbl[idhashval]);
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03002192 rb_erase(&clp->cl_namenode, &nn->unconf_name_tree);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03002193 add_clp_to_name_tree(clp, &nn->conf_name_tree);
Jeff Laytonac55fdc2012-11-12 15:00:56 -05002194 set_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags);
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002195 renew_client_locked(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196}
2197
2198static struct nfs4_client *
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002199find_client_in_id_table(struct list_head *tbl, clientid_t *clid, bool sessions)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200{
2201 struct nfs4_client *clp;
2202 unsigned int idhashval = clientid_hashval(clid->cl_id);
2203
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002204 list_for_each_entry(clp, &tbl[idhashval], cl_idhash) {
J. Bruce Fieldsa50d2ad2011-10-12 16:24:27 -04002205 if (same_clid(&clp->cl_clientid, clid)) {
J. Bruce Fieldsd15c0772012-09-13 16:19:31 -04002206 if ((bool)clp->cl_minorversion != sessions)
2207 return NULL;
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002208 renew_client_locked(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209 return clp;
J. Bruce Fieldsa50d2ad2011-10-12 16:24:27 -04002210 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211 }
2212 return NULL;
2213}
2214
2215static struct nfs4_client *
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002216find_confirmed_client(clientid_t *clid, bool sessions, struct nfsd_net *nn)
2217{
2218 struct list_head *tbl = nn->conf_id_hashtbl;
2219
Trond Myklebust0a880a22014-07-30 08:27:10 -04002220 lockdep_assert_held(&nn->client_lock);
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002221 return find_client_in_id_table(tbl, clid, sessions);
2222}
2223
2224static struct nfs4_client *
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03002225find_unconfirmed_client(clientid_t *clid, bool sessions, struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226{
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002227 struct list_head *tbl = nn->unconf_id_hashtbl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228
Trond Myklebust0a880a22014-07-30 08:27:10 -04002229 lockdep_assert_held(&nn->client_lock);
J. Bruce Fieldsbfa85e832013-03-14 18:24:52 -04002230 return find_client_in_id_table(tbl, clid, sessions);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231}
2232
J. Bruce Fields6e5f15c2010-11-24 17:17:34 -05002233static bool clp_used_exchangeid(struct nfs4_client *clp)
Andy Adamsona1bcecd2009-04-03 08:28:05 +03002234{
J. Bruce Fields6e5f15c2010-11-24 17:17:34 -05002235 return clp->cl_exchange_flags != 0;
J. Bruce Fieldse203d502010-11-24 17:30:54 -05002236}
Andy Adamsona1bcecd2009-04-03 08:28:05 +03002237
NeilBrown28ce6052005-06-23 22:03:56 -07002238static struct nfs4_client *
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03002239find_confirmed_client_by_name(struct xdr_netobj *name, struct nfsd_net *nn)
NeilBrown28ce6052005-06-23 22:03:56 -07002240{
Trond Myklebust0a880a22014-07-30 08:27:10 -04002241 lockdep_assert_held(&nn->client_lock);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03002242 return find_clp_in_name_tree(name, &nn->conf_name_tree);
NeilBrown28ce6052005-06-23 22:03:56 -07002243}
2244
2245static struct nfs4_client *
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03002246find_unconfirmed_client_by_name(struct xdr_netobj *name, struct nfsd_net *nn)
NeilBrown28ce6052005-06-23 22:03:56 -07002247{
Trond Myklebust0a880a22014-07-30 08:27:10 -04002248 lockdep_assert_held(&nn->client_lock);
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03002249 return find_clp_in_name_tree(name, &nn->unconf_name_tree);
NeilBrown28ce6052005-06-23 22:03:56 -07002250}
2251
NeilBrownfd39ca92005-06-23 22:04:03 -07002252static void
Takuma Umeya6f3d7722010-12-15 14:09:01 +09002253gen_callback(struct nfs4_client *clp, struct nfsd4_setclientid *se, struct svc_rqst *rqstp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254{
J. Bruce Fields07263f12010-05-31 19:09:40 -04002255 struct nfs4_cb_conn *conn = &clp->cl_cb_conn;
Takuma Umeya6f3d7722010-12-15 14:09:01 +09002256 struct sockaddr *sa = svc_addr(rqstp);
2257 u32 scopeid = rpc_get_scope_id(sa);
Jeff Layton7077ecb2009-08-14 12:57:58 -04002258 unsigned short expected_family;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259
Jeff Layton7077ecb2009-08-14 12:57:58 -04002260 /* Currently, we only support tcp and tcp6 for the callback channel */
2261 if (se->se_callback_netid_len == 3 &&
2262 !memcmp(se->se_callback_netid_val, "tcp", 3))
2263 expected_family = AF_INET;
2264 else if (se->se_callback_netid_len == 4 &&
2265 !memcmp(se->se_callback_netid_val, "tcp6", 4))
2266 expected_family = AF_INET6;
2267 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268 goto out_err;
2269
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03002270 conn->cb_addrlen = rpc_uaddr2sockaddr(clp->net, se->se_callback_addr_val,
Jeff Laytonaa9a4ec2009-08-14 12:57:57 -04002271 se->se_callback_addr_len,
J. Bruce Fields07263f12010-05-31 19:09:40 -04002272 (struct sockaddr *)&conn->cb_addr,
2273 sizeof(conn->cb_addr));
Jeff Laytonaa9a4ec2009-08-14 12:57:57 -04002274
J. Bruce Fields07263f12010-05-31 19:09:40 -04002275 if (!conn->cb_addrlen || conn->cb_addr.ss_family != expected_family)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276 goto out_err;
Jeff Laytonaa9a4ec2009-08-14 12:57:57 -04002277
J. Bruce Fields07263f12010-05-31 19:09:40 -04002278 if (conn->cb_addr.ss_family == AF_INET6)
2279 ((struct sockaddr_in6 *)&conn->cb_addr)->sin6_scope_id = scopeid;
Jeff Laytonfbf46652009-08-14 12:57:59 -04002280
J. Bruce Fields07263f12010-05-31 19:09:40 -04002281 conn->cb_prog = se->se_callback_prog;
2282 conn->cb_ident = se->se_callback_ident;
Mi Jinlong849a1cf2011-08-30 17:18:41 +08002283 memcpy(&conn->cb_saddr, &rqstp->rq_daddr, rqstp->rq_daddrlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284 return;
2285out_err:
J. Bruce Fields07263f12010-05-31 19:09:40 -04002286 conn->cb_addr.ss_family = AF_UNSPEC;
2287 conn->cb_addrlen = 0;
Neil Brown849823c2005-09-13 01:25:36 -07002288 dprintk(KERN_INFO "NFSD: this client (clientid %08x/%08x) "
Linus Torvalds1da177e2005-04-16 15:20:36 -07002289 "will not receive delegations\n",
2290 clp->cl_clientid.cl_boot, clp->cl_clientid.cl_id);
2291
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292 return;
2293}
2294
Andy Adamson074fe892009-04-03 08:28:15 +03002295/*
J. Bruce Fields067e1ac2014-03-21 17:26:44 -04002296 * Cache a reply. nfsd4_check_resp_size() has bounded the cache size.
Andy Adamson074fe892009-04-03 08:28:15 +03002297 */
Trond Myklebustb6076642014-06-30 11:48:35 -04002298static void
Andy Adamson074fe892009-04-03 08:28:15 +03002299nfsd4_store_cache_entry(struct nfsd4_compoundres *resp)
2300{
J. Bruce Fieldsf5236012014-03-21 17:57:57 -04002301 struct xdr_buf *buf = resp->xdr.buf;
Andy Adamson557ce262009-08-28 08:45:04 -04002302 struct nfsd4_slot *slot = resp->cstate.slot;
2303 unsigned int base;
Andy Adamson074fe892009-04-03 08:28:15 +03002304
Andy Adamson557ce262009-08-28 08:45:04 -04002305 dprintk("--> %s slot %p\n", __func__, slot);
Andy Adamson074fe892009-04-03 08:28:15 +03002306
Andy Adamson557ce262009-08-28 08:45:04 -04002307 slot->sl_opcnt = resp->opcnt;
2308 slot->sl_status = resp->cstate.status;
Andy Adamsonbf864a32009-04-03 08:28:35 +03002309
J. Bruce Fieldsbf5c43c2012-02-13 16:56:19 -05002310 slot->sl_flags |= NFSD4_SLOT_INITIALIZED;
Andy Adamsonbf864a32009-04-03 08:28:35 +03002311 if (nfsd4_not_cached(resp)) {
Andy Adamson557ce262009-08-28 08:45:04 -04002312 slot->sl_datalen = 0;
Andy Adamsonbf864a32009-04-03 08:28:35 +03002313 return;
2314 }
J. Bruce Fieldsf5236012014-03-21 17:57:57 -04002315 base = resp->cstate.data_offset;
2316 slot->sl_datalen = buf->len - base;
2317 if (read_bytes_from_xdr_buf(buf, base, slot->sl_data, slot->sl_datalen))
Dan Carpenterd3f03402015-11-21 13:28:50 +03002318 WARN(1, "%s: sessions DRC could not cache compound\n",
2319 __func__);
Andy Adamson557ce262009-08-28 08:45:04 -04002320 return;
Andy Adamson074fe892009-04-03 08:28:15 +03002321}
2322
2323/*
Andy Adamsonabfabf82009-07-23 19:02:18 -04002324 * Encode the replay sequence operation from the slot values.
2325 * If cachethis is FALSE encode the uncached rep error on the next
2326 * operation which sets resp->p and increments resp->opcnt for
2327 * nfs4svc_encode_compoundres.
2328 *
Andy Adamson074fe892009-04-03 08:28:15 +03002329 */
Andy Adamsonabfabf82009-07-23 19:02:18 -04002330static __be32
2331nfsd4_enc_sequence_replay(struct nfsd4_compoundargs *args,
2332 struct nfsd4_compoundres *resp)
Andy Adamson074fe892009-04-03 08:28:15 +03002333{
Andy Adamsonabfabf82009-07-23 19:02:18 -04002334 struct nfsd4_op *op;
2335 struct nfsd4_slot *slot = resp->cstate.slot;
Andy Adamson074fe892009-04-03 08:28:15 +03002336
Andy Adamsonabfabf82009-07-23 19:02:18 -04002337 /* Encode the replayed sequence operation */
2338 op = &args->ops[resp->opcnt - 1];
2339 nfsd4_encode_operation(resp, op);
2340
2341 /* Return nfserr_retry_uncached_rep in next operation. */
J. Bruce Fields73e79482012-02-13 16:39:00 -05002342 if (args->opcnt > 1 && !(slot->sl_flags & NFSD4_SLOT_CACHETHIS)) {
Andy Adamsonabfabf82009-07-23 19:02:18 -04002343 op = &args->ops[resp->opcnt++];
2344 op->status = nfserr_retry_uncached_rep;
2345 nfsd4_encode_operation(resp, op);
Andy Adamson074fe892009-04-03 08:28:15 +03002346 }
Andy Adamsonabfabf82009-07-23 19:02:18 -04002347 return op->status;
Andy Adamson074fe892009-04-03 08:28:15 +03002348}
2349
2350/*
Andy Adamson557ce262009-08-28 08:45:04 -04002351 * The sequence operation is not cached because we can use the slot and
2352 * session values.
Andy Adamson074fe892009-04-03 08:28:15 +03002353 */
J. Bruce Fields3ca2eb92014-03-21 12:04:21 -04002354static __be32
Andy Adamsonbf864a32009-04-03 08:28:35 +03002355nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp,
2356 struct nfsd4_sequence *seq)
Andy Adamson074fe892009-04-03 08:28:15 +03002357{
Andy Adamson557ce262009-08-28 08:45:04 -04002358 struct nfsd4_slot *slot = resp->cstate.slot;
J. Bruce Fieldsf5236012014-03-21 17:57:57 -04002359 struct xdr_stream *xdr = &resp->xdr;
2360 __be32 *p;
Andy Adamson074fe892009-04-03 08:28:15 +03002361 __be32 status;
2362
Andy Adamson557ce262009-08-28 08:45:04 -04002363 dprintk("--> %s slot %p\n", __func__, slot);
Andy Adamson074fe892009-04-03 08:28:15 +03002364
Andy Adamsonabfabf82009-07-23 19:02:18 -04002365 status = nfsd4_enc_sequence_replay(resp->rqstp->rq_argp, resp);
J. Bruce Fields0da7b192014-03-21 11:43:34 -04002366 if (status)
Andy Adamsonabfabf82009-07-23 19:02:18 -04002367 return status;
Andy Adamson074fe892009-04-03 08:28:15 +03002368
J. Bruce Fieldsf5236012014-03-21 17:57:57 -04002369 p = xdr_reserve_space(xdr, slot->sl_datalen);
2370 if (!p) {
2371 WARN_ON_ONCE(1);
2372 return nfserr_serverfault;
2373 }
2374 xdr_encode_opaque_fixed(p, slot->sl_data, slot->sl_datalen);
2375 xdr_commit_encode(xdr);
Andy Adamson074fe892009-04-03 08:28:15 +03002376
Andy Adamson557ce262009-08-28 08:45:04 -04002377 resp->opcnt = slot->sl_opcnt;
J. Bruce Fieldsf5236012014-03-21 17:57:57 -04002378 return slot->sl_status;
Andy Adamson074fe892009-04-03 08:28:15 +03002379}
2380
Andy Adamson0733d212009-04-03 08:28:01 +03002381/*
2382 * Set the exchange_id flags returned by the server.
2383 */
2384static void
2385nfsd4_set_ex_flags(struct nfs4_client *new, struct nfsd4_exchange_id *clid)
2386{
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02002387#ifdef CONFIG_NFSD_PNFS
2388 new->cl_exchange_flags |= EXCHGID4_FLAG_USE_PNFS_MDS;
2389#else
Andy Adamson0733d212009-04-03 08:28:01 +03002390 new->cl_exchange_flags |= EXCHGID4_FLAG_USE_NON_PNFS;
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02002391#endif
Andy Adamson0733d212009-04-03 08:28:01 +03002392
2393 /* Referrals are supported, Migration is not. */
2394 new->cl_exchange_flags |= EXCHGID4_FLAG_SUPP_MOVED_REFER;
2395
2396 /* set the wire flags to return to client. */
2397 clid->flags = new->cl_exchange_flags;
2398}
2399
J. Bruce Fields4eaea132015-10-15 16:11:01 -04002400static bool client_has_openowners(struct nfs4_client *clp)
2401{
2402 struct nfs4_openowner *oo;
2403
2404 list_for_each_entry(oo, &clp->cl_openowners, oo_perclient) {
2405 if (!list_empty(&oo->oo_owner.so_stateids))
2406 return true;
2407 }
2408 return false;
2409}
2410
J. Bruce Fields631fc9e2012-05-14 15:57:23 -04002411static bool client_has_state(struct nfs4_client *clp)
2412{
J. Bruce Fields4eaea132015-10-15 16:11:01 -04002413 return client_has_openowners(clp)
Kinglong Mee47e970b2015-07-21 13:09:17 +08002414#ifdef CONFIG_NFSD_PNFS
2415 || !list_empty(&clp->cl_lo_states)
2416#endif
J. Bruce Fields6eccece2012-05-29 16:37:44 -04002417 || !list_empty(&clp->cl_delegations)
2418 || !list_empty(&clp->cl_sessions);
J. Bruce Fields631fc9e2012-05-14 15:57:23 -04002419}
2420
Al Virob37ad282006-10-19 23:28:59 -07002421__be32
Andy Adamson069b6ad2009-04-03 08:27:58 +03002422nfsd4_exchange_id(struct svc_rqst *rqstp,
2423 struct nfsd4_compound_state *cstate,
2424 struct nfsd4_exchange_id *exid)
2425{
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002426 struct nfs4_client *conf, *new;
2427 struct nfs4_client *unconf = NULL;
J. Bruce Fields57b7b432012-04-25 17:58:50 -04002428 __be32 status;
Jeff Layton363168b2009-08-14 12:57:56 -04002429 char addr_str[INET6_ADDRSTRLEN];
Andy Adamson0733d212009-04-03 08:28:01 +03002430 nfs4_verifier verf = exid->verifier;
Jeff Layton363168b2009-08-14 12:57:56 -04002431 struct sockaddr *sa = svc_addr(rqstp);
J. Bruce Fields83e08fd2012-05-14 09:08:10 -04002432 bool update = exid->flags & EXCHGID4_FLAG_UPD_CONFIRMED_REC_A;
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03002433 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Andy Adamson0733d212009-04-03 08:28:01 +03002434
Jeff Layton363168b2009-08-14 12:57:56 -04002435 rpc_ntop(sa, addr_str, sizeof(addr_str));
Andy Adamson0733d212009-04-03 08:28:01 +03002436 dprintk("%s rqstp=%p exid=%p clname.len=%u clname.data=%p "
Jeff Layton363168b2009-08-14 12:57:56 -04002437 "ip_addr=%s flags %x, spa_how %d\n",
Andy Adamson0733d212009-04-03 08:28:01 +03002438 __func__, rqstp, exid, exid->clname.len, exid->clname.data,
Jeff Layton363168b2009-08-14 12:57:56 -04002439 addr_str, exid->flags, exid->spa_how);
Andy Adamson0733d212009-04-03 08:28:01 +03002440
J. Bruce Fieldsa084daf2011-10-10 15:07:40 -04002441 if (exid->flags & ~EXCHGID4_FLAG_MASK_A)
Andy Adamson0733d212009-04-03 08:28:01 +03002442 return nfserr_inval;
2443
J. Bruce Fields50c7b942015-11-23 15:39:12 -07002444 new = create_client(exid->clname, rqstp, &verf);
2445 if (new == NULL)
2446 return nfserr_jukebox;
2447
Andy Adamson0733d212009-04-03 08:28:01 +03002448 switch (exid->spa_how) {
J. Bruce Fields57266a62013-04-13 14:27:29 -04002449 case SP4_MACH_CRED:
Andrew Elbleed941642016-06-15 12:52:09 -04002450 exid->spo_must_enforce[0] = 0;
2451 exid->spo_must_enforce[1] = (
2452 1 << (OP_BIND_CONN_TO_SESSION - 32) |
2453 1 << (OP_EXCHANGE_ID - 32) |
2454 1 << (OP_CREATE_SESSION - 32) |
2455 1 << (OP_DESTROY_SESSION - 32) |
2456 1 << (OP_DESTROY_CLIENTID - 32));
2457
2458 exid->spo_must_allow[0] &= (1 << (OP_CLOSE) |
2459 1 << (OP_OPEN_DOWNGRADE) |
2460 1 << (OP_LOCKU) |
2461 1 << (OP_DELEGRETURN));
2462
2463 exid->spo_must_allow[1] &= (
2464 1 << (OP_TEST_STATEID - 32) |
2465 1 << (OP_FREE_STATEID - 32));
J. Bruce Fields50c7b942015-11-23 15:39:12 -07002466 if (!svc_rqst_integrity_protected(rqstp)) {
2467 status = nfserr_inval;
2468 goto out_nolock;
2469 }
J. Bruce Fields920dd9b2015-11-20 16:42:40 -05002470 /*
2471 * Sometimes userspace doesn't give us a principal.
2472 * Which is a bug, really. Anyway, we can't enforce
2473 * MACH_CRED in that case, better to give up now:
2474 */
J. Bruce Fields414ca012015-11-20 10:48:02 -05002475 if (!new->cl_cred.cr_principal &&
2476 !new->cl_cred.cr_raw_principal) {
J. Bruce Fields920dd9b2015-11-20 16:42:40 -05002477 status = nfserr_serverfault;
2478 goto out_nolock;
2479 }
J. Bruce Fields50c7b942015-11-23 15:39:12 -07002480 new->cl_mach_cred = true;
Andy Adamson0733d212009-04-03 08:28:01 +03002481 case SP4_NONE:
2482 break;
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05002483 default: /* checked by xdr code */
2484 WARN_ON_ONCE(1);
Andy Adamson0733d212009-04-03 08:28:01 +03002485 case SP4_SSV:
Kinglong Mee8edf4b02016-02-26 22:36:42 +08002486 status = nfserr_encr_alg_unsupp;
2487 goto out_nolock;
Andy Adamson0733d212009-04-03 08:28:01 +03002488 }
2489
J. Bruce Fields2dbb2692012-05-14 09:47:11 -04002490 /* Cases below refer to rfc 5661 section 18.35.4: */
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002491 spin_lock(&nn->client_lock);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03002492 conf = find_confirmed_client_by_name(&exid->clname, nn);
Andy Adamson0733d212009-04-03 08:28:01 +03002493 if (conf) {
J. Bruce Fields83e08fd2012-05-14 09:08:10 -04002494 bool creds_match = same_creds(&conf->cl_cred, &rqstp->rq_cred);
2495 bool verfs_match = same_verf(&verf, &conf->cl_verifier);
2496
J. Bruce Fields136e6582012-05-12 20:37:23 -04002497 if (update) {
2498 if (!clp_used_exchangeid(conf)) { /* buggy client */
J. Bruce Fields2dbb2692012-05-14 09:47:11 -04002499 status = nfserr_inval;
Andy Adamson0733d212009-04-03 08:28:01 +03002500 goto out;
2501 }
Andrew Elblededeb132016-06-15 12:52:08 -04002502 if (!nfsd4_mach_creds_match(conf, rqstp)) {
J. Bruce Fields57266a62013-04-13 14:27:29 -04002503 status = nfserr_wrong_cred;
2504 goto out;
2505 }
J. Bruce Fields136e6582012-05-12 20:37:23 -04002506 if (!creds_match) { /* case 9 */
Andy Adamson0733d212009-04-03 08:28:01 +03002507 status = nfserr_perm;
2508 goto out;
2509 }
J. Bruce Fields136e6582012-05-12 20:37:23 -04002510 if (!verfs_match) { /* case 8 */
Andy Adamson0733d212009-04-03 08:28:01 +03002511 status = nfserr_not_same;
2512 goto out;
2513 }
J. Bruce Fields136e6582012-05-12 20:37:23 -04002514 /* case 6 */
2515 exid->flags |= EXCHGID4_FLAG_CONFIRMED_R;
J. Bruce Fields136e6582012-05-12 20:37:23 -04002516 goto out_copy;
Andy Adamson0733d212009-04-03 08:28:01 +03002517 }
J. Bruce Fields136e6582012-05-12 20:37:23 -04002518 if (!creds_match) { /* case 3 */
J. Bruce Fields631fc9e2012-05-14 15:57:23 -04002519 if (client_has_state(conf)) {
2520 status = nfserr_clid_inuse;
2521 goto out;
2522 }
Andy Adamson0733d212009-04-03 08:28:01 +03002523 goto out_new;
2524 }
J. Bruce Fields136e6582012-05-12 20:37:23 -04002525 if (verfs_match) { /* case 2 */
J. Bruce Fields0f1ba0e2012-05-25 21:24:40 -04002526 conf->cl_exchange_flags |= EXCHGID4_FLAG_CONFIRMED_R;
J. Bruce Fields136e6582012-05-12 20:37:23 -04002527 goto out_copy;
2528 }
2529 /* case 5, client reboot */
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002530 conf = NULL;
J. Bruce Fields136e6582012-05-12 20:37:23 -04002531 goto out_new;
Mike Sager6ddbbbf2009-06-16 04:20:47 +03002532 }
2533
J. Bruce Fields2dbb2692012-05-14 09:47:11 -04002534 if (update) { /* case 7 */
Mike Sager6ddbbbf2009-06-16 04:20:47 +03002535 status = nfserr_noent;
2536 goto out;
Andy Adamson0733d212009-04-03 08:28:01 +03002537 }
2538
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03002539 unconf = find_unconfirmed_client_by_name(&exid->clname, nn);
J. Bruce Fields2dbb2692012-05-14 09:47:11 -04002540 if (unconf) /* case 4, possible retry or client restart */
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002541 unhash_client_locked(unconf);
Andy Adamson0733d212009-04-03 08:28:01 +03002542
J. Bruce Fields2dbb2692012-05-14 09:47:11 -04002543 /* case 1 (normal case) */
Andy Adamson0733d212009-04-03 08:28:01 +03002544out_new:
Jeff Laytonfd699b82014-07-30 08:27:14 -04002545 if (conf) {
2546 status = mark_client_expired_locked(conf);
2547 if (status)
2548 goto out;
2549 }
J. Bruce Fields4f540e22013-05-07 11:57:52 -04002550 new->cl_minorversion = cstate->minorversion;
Andrew Elbleed941642016-06-15 12:52:09 -04002551 new->cl_spo_must_allow.u.words[0] = exid->spo_must_allow[0];
2552 new->cl_spo_must_allow.u.words[1] = exid->spo_must_allow[1];
Andy Adamson0733d212009-04-03 08:28:01 +03002553
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03002554 gen_clid(new, nn);
Jeff Laytonac55fdc2012-11-12 15:00:56 -05002555 add_to_unconfirmed(new);
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002556 swap(new, conf);
Andy Adamson0733d212009-04-03 08:28:01 +03002557out_copy:
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04002558 exid->clientid.cl_boot = conf->cl_clientid.cl_boot;
2559 exid->clientid.cl_id = conf->cl_clientid.cl_id;
Andy Adamson0733d212009-04-03 08:28:01 +03002560
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04002561 exid->seqid = conf->cl_cs_slot.sl_seqid + 1;
2562 nfsd4_set_ex_flags(conf, exid);
Andy Adamson0733d212009-04-03 08:28:01 +03002563
2564 dprintk("nfsd4_exchange_id seqid %d flags %x\n",
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04002565 conf->cl_cs_slot.sl_seqid, conf->cl_exchange_flags);
Andy Adamson0733d212009-04-03 08:28:01 +03002566 status = nfs_ok;
2567
2568out:
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002569 spin_unlock(&nn->client_lock);
J. Bruce Fields50c7b942015-11-23 15:39:12 -07002570out_nolock:
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04002571 if (new)
Trond Myklebust3dbacee2014-07-30 08:27:06 -04002572 expire_client(new);
2573 if (unconf)
2574 expire_client(unconf);
Andy Adamson0733d212009-04-03 08:28:01 +03002575 return status;
Andy Adamson069b6ad2009-04-03 08:27:58 +03002576}
2577
J. Bruce Fields57b7b432012-04-25 17:58:50 -04002578static __be32
Andy Adamson88e588d2009-07-23 19:02:15 -04002579check_slot_seqid(u32 seqid, u32 slot_seqid, int slot_inuse)
Benny Halevyb85d4c02009-04-03 08:28:08 +03002580{
Andy Adamson88e588d2009-07-23 19:02:15 -04002581 dprintk("%s enter. seqid %d slot_seqid %d\n", __func__, seqid,
2582 slot_seqid);
Benny Halevyb85d4c02009-04-03 08:28:08 +03002583
2584 /* The slot is in use, and no response has been sent. */
Andy Adamson88e588d2009-07-23 19:02:15 -04002585 if (slot_inuse) {
2586 if (seqid == slot_seqid)
Benny Halevyb85d4c02009-04-03 08:28:08 +03002587 return nfserr_jukebox;
2588 else
2589 return nfserr_seq_misordered;
2590 }
J. Bruce Fieldsf6d82482012-02-13 16:13:41 -05002591 /* Note unsigned 32-bit arithmetic handles wraparound: */
Andy Adamson88e588d2009-07-23 19:02:15 -04002592 if (likely(seqid == slot_seqid + 1))
Benny Halevyb85d4c02009-04-03 08:28:08 +03002593 return nfs_ok;
Andy Adamson88e588d2009-07-23 19:02:15 -04002594 if (seqid == slot_seqid)
Benny Halevyb85d4c02009-04-03 08:28:08 +03002595 return nfserr_replay_cache;
Benny Halevyb85d4c02009-04-03 08:28:08 +03002596 return nfserr_seq_misordered;
2597}
2598
Andy Adamson49557cc2009-07-23 19:02:16 -04002599/*
2600 * Cache the create session result into the create session single DRC
2601 * slot cache by saving the xdr structure. sl_seqid has been set.
2602 * Do this for solo or embedded create session operations.
2603 */
2604static void
2605nfsd4_cache_create_session(struct nfsd4_create_session *cr_ses,
J. Bruce Fields57b7b432012-04-25 17:58:50 -04002606 struct nfsd4_clid_slot *slot, __be32 nfserr)
Andy Adamson49557cc2009-07-23 19:02:16 -04002607{
2608 slot->sl_status = nfserr;
2609 memcpy(&slot->sl_cr_ses, cr_ses, sizeof(*cr_ses));
2610}
2611
2612static __be32
2613nfsd4_replay_create_session(struct nfsd4_create_session *cr_ses,
2614 struct nfsd4_clid_slot *slot)
2615{
2616 memcpy(cr_ses, &slot->sl_cr_ses, sizeof(*cr_ses));
2617 return slot->sl_status;
2618}
2619
Mi Jinlong1b74c252011-07-14 14:50:17 +08002620#define NFSD_MIN_REQ_HDR_SEQ_SZ ((\
2621 2 * 2 + /* credential,verifier: AUTH_NULL, length 0 */ \
2622 1 + /* MIN tag is length with zero, only length */ \
2623 3 + /* version, opcount, opcode */ \
2624 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
2625 /* seqid, slotID, slotID, cache */ \
2626 4 ) * sizeof(__be32))
2627
2628#define NFSD_MIN_RESP_HDR_SEQ_SZ ((\
2629 2 + /* verifier: AUTH_NULL, length 0 */\
2630 1 + /* status */ \
2631 1 + /* MIN tag is length with zero, only length */ \
2632 3 + /* opcount, opcode, opstatus*/ \
2633 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
2634 /* seqid, slotID, slotID, slotID, status */ \
2635 5 ) * sizeof(__be32))
2636
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002637static __be32 check_forechannel_attrs(struct nfsd4_channel_attrs *ca, struct nfsd_net *nn)
Mi Jinlong1b74c252011-07-14 14:50:17 +08002638{
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002639 u32 maxrpc = nn->nfsd_serv->sv_max_mesg;
2640
J. Bruce Fields373cd402013-04-08 15:42:12 -04002641 if (ca->maxreq_sz < NFSD_MIN_REQ_HDR_SEQ_SZ)
2642 return nfserr_toosmall;
2643 if (ca->maxresp_sz < NFSD_MIN_RESP_HDR_SEQ_SZ)
2644 return nfserr_toosmall;
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002645 ca->headerpadsz = 0;
2646 ca->maxreq_sz = min_t(u32, ca->maxreq_sz, maxrpc);
2647 ca->maxresp_sz = min_t(u32, ca->maxresp_sz, maxrpc);
2648 ca->maxops = min_t(u32, ca->maxops, NFSD_MAX_OPS_PER_COMPOUND);
2649 ca->maxresp_cached = min_t(u32, ca->maxresp_cached,
2650 NFSD_SLOT_CACHE_SIZE + NFSD_MIN_HDR_SEQ_SZ);
2651 ca->maxreqs = min_t(u32, ca->maxreqs, NFSD_MAX_SLOTS_PER_SESSION);
2652 /*
2653 * Note decreasing slot size below client's request may make it
2654 * difficult for client to function correctly, whereas
2655 * decreasing the number of slots will (just?) affect
2656 * performance. When short on memory we therefore prefer to
2657 * decrease number of slots instead of their size. Clients that
2658 * request larger slots than they need will get poor results:
2659 */
2660 ca->maxreqs = nfsd4_get_drc_mem(ca);
2661 if (!ca->maxreqs)
2662 return nfserr_jukebox;
2663
J. Bruce Fields373cd402013-04-08 15:42:12 -04002664 return nfs_ok;
Mi Jinlong1b74c252011-07-14 14:50:17 +08002665}
2666
Chuck Lever45006322016-03-01 13:06:02 -05002667/*
2668 * Server's NFSv4.1 backchannel support is AUTH_SYS-only for now.
2669 * These are based on similar macros in linux/sunrpc/msg_prot.h .
2670 */
2671#define RPC_MAX_HEADER_WITH_AUTH_SYS \
2672 (RPC_CALLHDRSIZE + 2 * (2 + UNX_CALLSLACK))
2673
2674#define RPC_MAX_REPHEADER_WITH_AUTH_SYS \
2675 (RPC_REPHDRSIZE + (2 + NUL_REPLYSLACK))
2676
Kinglong Mee8a891632013-12-23 18:11:02 +08002677#define NFSD_CB_MAX_REQ_SZ ((NFS4_enc_cb_recall_sz + \
Chuck Lever45006322016-03-01 13:06:02 -05002678 RPC_MAX_HEADER_WITH_AUTH_SYS) * sizeof(__be32))
Kinglong Mee8a891632013-12-23 18:11:02 +08002679#define NFSD_CB_MAX_RESP_SZ ((NFS4_dec_cb_recall_sz + \
Chuck Lever45006322016-03-01 13:06:02 -05002680 RPC_MAX_REPHEADER_WITH_AUTH_SYS) * \
2681 sizeof(__be32))
Kinglong Mee8a891632013-12-23 18:11:02 +08002682
J. Bruce Fields06b332a2013-04-09 11:34:36 -04002683static __be32 check_backchannel_attrs(struct nfsd4_channel_attrs *ca)
2684{
2685 ca->headerpadsz = 0;
2686
Kinglong Mee8a891632013-12-23 18:11:02 +08002687 if (ca->maxreq_sz < NFSD_CB_MAX_REQ_SZ)
J. Bruce Fields06b332a2013-04-09 11:34:36 -04002688 return nfserr_toosmall;
Kinglong Mee8a891632013-12-23 18:11:02 +08002689 if (ca->maxresp_sz < NFSD_CB_MAX_RESP_SZ)
J. Bruce Fields06b332a2013-04-09 11:34:36 -04002690 return nfserr_toosmall;
2691 ca->maxresp_cached = 0;
2692 if (ca->maxops < 2)
2693 return nfserr_toosmall;
2694
2695 return nfs_ok;
Andy Adamson069b6ad2009-04-03 08:27:58 +03002696}
2697
J. Bruce Fieldsb78724b2013-05-15 17:34:39 -04002698static __be32 nfsd4_check_cb_sec(struct nfsd4_cb_sec *cbs)
2699{
2700 switch (cbs->flavor) {
2701 case RPC_AUTH_NULL:
2702 case RPC_AUTH_UNIX:
2703 return nfs_ok;
2704 default:
2705 /*
2706 * GSS case: the spec doesn't allow us to return this
2707 * error. But it also doesn't allow us not to support
2708 * GSS.
2709 * I'd rather this fail hard than return some error the
2710 * client might think it can already handle:
2711 */
2712 return nfserr_encr_alg_unsupp;
2713 }
2714}
2715
Andy Adamson069b6ad2009-04-03 08:27:58 +03002716__be32
2717nfsd4_create_session(struct svc_rqst *rqstp,
2718 struct nfsd4_compound_state *cstate,
2719 struct nfsd4_create_session *cr_ses)
2720{
Jeff Layton363168b2009-08-14 12:57:56 -04002721 struct sockaddr *sa = svc_addr(rqstp);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002722 struct nfs4_client *conf, *unconf;
Jeff Laytond20c11d2014-07-30 08:27:07 -04002723 struct nfs4_client *old = NULL;
J. Bruce Fieldsac7c46f2010-06-14 19:01:57 -04002724 struct nfsd4_session *new;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002725 struct nfsd4_conn *conn;
Andy Adamson49557cc2009-07-23 19:02:16 -04002726 struct nfsd4_clid_slot *cs_slot = NULL;
J. Bruce Fields57b7b432012-04-25 17:58:50 -04002727 __be32 status = 0;
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03002728 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002729
Mi Jinlonga62573d2011-03-23 17:57:07 +08002730 if (cr_ses->flags & ~SESSION4_FLAG_MASK_A)
2731 return nfserr_inval;
J. Bruce Fieldsb78724b2013-05-15 17:34:39 -04002732 status = nfsd4_check_cb_sec(&cr_ses->cb_sec);
2733 if (status)
2734 return status;
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002735 status = check_forechannel_attrs(&cr_ses->fore_channel, nn);
J. Bruce Fields373cd402013-04-08 15:42:12 -04002736 if (status)
2737 return status;
J. Bruce Fields06b332a2013-04-09 11:34:36 -04002738 status = check_backchannel_attrs(&cr_ses->back_channel);
2739 if (status)
Kinglong Meef403e452013-12-23 17:31:21 +08002740 goto out_release_drc_mem;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002741 status = nfserr_jukebox;
Kinglong Mee60810e52014-01-01 00:35:47 +08002742 new = alloc_session(&cr_ses->fore_channel, &cr_ses->back_channel);
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002743 if (!new)
2744 goto out_release_drc_mem;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002745 conn = alloc_conn_from_crses(rqstp, cr_ses);
2746 if (!conn)
2747 goto out_free_session;
Mi Jinlonga62573d2011-03-23 17:57:07 +08002748
Jeff Laytond20c11d2014-07-30 08:27:07 -04002749 spin_lock(&nn->client_lock);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03002750 unconf = find_unconfirmed_client(&cr_ses->clientid, true, nn);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03002751 conf = find_confirmed_client(&cr_ses->clientid, true, nn);
J. Bruce Fields78389042013-03-12 10:12:37 -04002752 WARN_ON_ONCE(conf && unconf);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002753
2754 if (conf) {
J. Bruce Fields57266a62013-04-13 14:27:29 -04002755 status = nfserr_wrong_cred;
Andrew Elblededeb132016-06-15 12:52:08 -04002756 if (!nfsd4_mach_creds_match(conf, rqstp))
J. Bruce Fields57266a62013-04-13 14:27:29 -04002757 goto out_free_conn;
Andy Adamson49557cc2009-07-23 19:02:16 -04002758 cs_slot = &conf->cl_cs_slot;
2759 status = check_slot_seqid(cr_ses->seqid, cs_slot->sl_seqid, 0);
Kinglong Meef5e22bb2015-07-13 17:32:34 +08002760 if (status) {
2761 if (status == nfserr_replay_cache)
2762 status = nfsd4_replay_create_session(cr_ses, cs_slot);
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002763 goto out_free_conn;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002764 }
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002765 } else if (unconf) {
2766 if (!same_creds(&unconf->cl_cred, &rqstp->rq_cred) ||
Jeff Layton363168b2009-08-14 12:57:56 -04002767 !rpc_cmp_addr(sa, (struct sockaddr *) &unconf->cl_addr)) {
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002768 status = nfserr_clid_inuse;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002769 goto out_free_conn;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002770 }
J. Bruce Fields57266a62013-04-13 14:27:29 -04002771 status = nfserr_wrong_cred;
Andrew Elblededeb132016-06-15 12:52:08 -04002772 if (!nfsd4_mach_creds_match(unconf, rqstp))
J. Bruce Fields57266a62013-04-13 14:27:29 -04002773 goto out_free_conn;
Andy Adamson49557cc2009-07-23 19:02:16 -04002774 cs_slot = &unconf->cl_cs_slot;
2775 status = check_slot_seqid(cr_ses->seqid, cs_slot->sl_seqid, 0);
Andy Adamson38eb76a2009-04-03 08:28:32 +03002776 if (status) {
2777 /* an unconfirmed replay returns misordered */
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002778 status = nfserr_seq_misordered;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002779 goto out_free_conn;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002780 }
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03002781 old = find_confirmed_client_by_name(&unconf->cl_name, nn);
J. Bruce Fields221a6872013-04-01 22:23:49 -04002782 if (old) {
Jeff Laytond20c11d2014-07-30 08:27:07 -04002783 status = mark_client_expired_locked(old);
Jeff Layton7abea1e2014-07-30 08:27:13 -04002784 if (status) {
2785 old = NULL;
J. Bruce Fields221a6872013-04-01 22:23:49 -04002786 goto out_free_conn;
Jeff Layton7abea1e2014-07-30 08:27:13 -04002787 }
J. Bruce Fields221a6872013-04-01 22:23:49 -04002788 }
J. Bruce Fields8f9d3d32012-09-12 14:41:31 -04002789 move_to_confirmed(unconf);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002790 conf = unconf;
2791 } else {
2792 status = nfserr_stale_clientid;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002793 goto out_free_conn;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002794 }
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002795 status = nfs_ok;
Chuck Lever4ce85c82016-03-01 13:05:27 -05002796 /* Persistent sessions are not supported */
J. Bruce Fields408b79b2010-04-15 15:11:09 -04002797 cr_ses->flags &= ~SESSION4_PERSIST;
Chuck Lever4ce85c82016-03-01 13:05:27 -05002798 /* Upshifting from TCP to RDMA is not supported */
J. Bruce Fields408b79b2010-04-15 15:11:09 -04002799 cr_ses->flags &= ~SESSION4_RDMA;
2800
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002801 init_session(rqstp, new, conf, cr_ses);
Jeff Laytond20c11d2014-07-30 08:27:07 -04002802 nfsd4_get_session_locked(new);
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002803
J. Bruce Fieldsac7c46f2010-06-14 19:01:57 -04002804 memcpy(cr_ses->sessionid.data, new->se_sessionid.data,
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002805 NFS4_MAX_SESSIONID_LEN);
J. Bruce Fields86c3e162010-10-02 17:04:00 -04002806 cs_slot->sl_seqid++;
Andy Adamson49557cc2009-07-23 19:02:16 -04002807 cr_ses->seqid = cs_slot->sl_seqid;
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002808
Jeff Laytond20c11d2014-07-30 08:27:07 -04002809 /* cache solo and embedded create sessions under the client_lock */
Andy Adamson49557cc2009-07-23 19:02:16 -04002810 nfsd4_cache_create_session(cr_ses, cs_slot, status);
Jeff Laytond20c11d2014-07-30 08:27:07 -04002811 spin_unlock(&nn->client_lock);
2812 /* init connection and backchannel */
2813 nfsd4_init_conn(rqstp, conn, new);
2814 nfsd4_put_session(new);
Jeff Laytond20c11d2014-07-30 08:27:07 -04002815 if (old)
2816 expire_client(old);
Andy Adamsonec6b5d72009-04-03 08:28:28 +03002817 return status;
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002818out_free_conn:
Jeff Laytond20c11d2014-07-30 08:27:07 -04002819 spin_unlock(&nn->client_lock);
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002820 free_conn(conn);
Jeff Laytond20c11d2014-07-30 08:27:07 -04002821 if (old)
2822 expire_client(old);
J. Bruce Fields81f0b2a2012-09-12 11:04:33 -04002823out_free_session:
2824 __free_session(new);
J. Bruce Fields55c760c2013-04-08 16:44:14 -04002825out_release_drc_mem:
2826 nfsd4_put_drc_mem(&cr_ses->fore_channel);
J. Bruce Fields1ca50792013-03-14 18:12:03 -04002827 return status;
Andy Adamson069b6ad2009-04-03 08:27:58 +03002828}
2829
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04002830static __be32 nfsd4_map_bcts_dir(u32 *dir)
2831{
2832 switch (*dir) {
2833 case NFS4_CDFC4_FORE:
2834 case NFS4_CDFC4_BACK:
2835 return nfs_ok;
2836 case NFS4_CDFC4_FORE_OR_BOTH:
2837 case NFS4_CDFC4_BACK_OR_BOTH:
2838 *dir = NFS4_CDFC4_BOTH;
2839 return nfs_ok;
2840 };
2841 return nfserr_inval;
2842}
2843
J. Bruce Fieldscb73a9f2012-11-01 18:09:48 -04002844__be32 nfsd4_backchannel_ctl(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_backchannel_ctl *bc)
2845{
2846 struct nfsd4_session *session = cstate->session;
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002847 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
J. Bruce Fieldsb78724b2013-05-15 17:34:39 -04002848 __be32 status;
J. Bruce Fieldscb73a9f2012-11-01 18:09:48 -04002849
J. Bruce Fieldsb78724b2013-05-15 17:34:39 -04002850 status = nfsd4_check_cb_sec(&bc->bc_cb_sec);
2851 if (status)
2852 return status;
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002853 spin_lock(&nn->client_lock);
J. Bruce Fieldscb73a9f2012-11-01 18:09:48 -04002854 session->se_cb_prog = bc->bc_cb_program;
2855 session->se_cb_sec = bc->bc_cb_sec;
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002856 spin_unlock(&nn->client_lock);
J. Bruce Fieldscb73a9f2012-11-01 18:09:48 -04002857
2858 nfsd4_probe_callback(session->se_client);
2859
2860 return nfs_ok;
2861}
2862
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04002863__be32 nfsd4_bind_conn_to_session(struct svc_rqst *rqstp,
2864 struct nfsd4_compound_state *cstate,
2865 struct nfsd4_bind_conn_to_session *bcts)
2866{
2867 __be32 status;
J. Bruce Fields3ba63672012-09-11 15:37:40 -04002868 struct nfsd4_conn *conn;
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002869 struct nfsd4_session *session;
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002870 struct net *net = SVC_NET(rqstp);
2871 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04002872
2873 if (!nfsd4_last_compound_op(rqstp))
2874 return nfserr_not_only_op;
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002875 spin_lock(&nn->client_lock);
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002876 session = find_in_sessionid_hashtbl(&bcts->sessionid, net, &status);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002877 spin_unlock(&nn->client_lock);
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002878 if (!session)
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002879 goto out_no_session;
J. Bruce Fields57266a62013-04-13 14:27:29 -04002880 status = nfserr_wrong_cred;
Andrew Elblededeb132016-06-15 12:52:08 -04002881 if (!nfsd4_mach_creds_match(session->se_client, rqstp))
J. Bruce Fields57266a62013-04-13 14:27:29 -04002882 goto out;
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04002883 status = nfsd4_map_bcts_dir(&bcts->dir);
J. Bruce Fields3ba63672012-09-11 15:37:40 -04002884 if (status)
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002885 goto out;
J. Bruce Fields3ba63672012-09-11 15:37:40 -04002886 conn = alloc_conn(rqstp, bcts->dir);
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002887 status = nfserr_jukebox;
J. Bruce Fields3ba63672012-09-11 15:37:40 -04002888 if (!conn)
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002889 goto out;
2890 nfsd4_init_conn(rqstp, conn, session);
2891 status = nfs_ok;
2892out:
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002893 nfsd4_put_session(session);
2894out_no_session:
J. Bruce Fields4f6e6c12013-03-18 17:31:30 -04002895 return status;
J. Bruce Fields1d1bc8f2010-10-04 23:12:59 -04002896}
2897
J. Bruce Fields5d4cec22010-05-01 12:56:06 -04002898static bool nfsd4_compound_in_session(struct nfsd4_session *session, struct nfs4_sessionid *sid)
2899{
2900 if (!session)
2901 return 0;
2902 return !memcmp(sid, &session->se_sessionid, sizeof(*sid));
2903}
2904
Andy Adamson069b6ad2009-04-03 08:27:58 +03002905__be32
2906nfsd4_destroy_session(struct svc_rqst *r,
2907 struct nfsd4_compound_state *cstate,
2908 struct nfsd4_destroy_session *sessionid)
2909{
Benny Halevye10e0cf2009-04-03 08:28:38 +03002910 struct nfsd4_session *ses;
J. Bruce Fieldsabcdff02013-03-14 19:55:33 -04002911 __be32 status;
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -04002912 int ref_held_by_me = 0;
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002913 struct net *net = SVC_NET(r);
2914 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Benny Halevye10e0cf2009-04-03 08:28:38 +03002915
J. Bruce Fieldsabcdff02013-03-14 19:55:33 -04002916 status = nfserr_not_only_op;
J. Bruce Fields5d4cec22010-05-01 12:56:06 -04002917 if (nfsd4_compound_in_session(cstate->session, &sessionid->sessionid)) {
J. Bruce Fields57716352010-04-21 12:27:19 -04002918 if (!nfsd4_last_compound_op(r))
J. Bruce Fieldsabcdff02013-03-14 19:55:33 -04002919 goto out;
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -04002920 ref_held_by_me++;
J. Bruce Fields57716352010-04-21 12:27:19 -04002921 }
Benny Halevye10e0cf2009-04-03 08:28:38 +03002922 dump_sessionid(__func__, &sessionid->sessionid);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002923 spin_lock(&nn->client_lock);
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002924 ses = find_in_sessionid_hashtbl(&sessionid->sessionid, net, &status);
J. Bruce Fieldsabcdff02013-03-14 19:55:33 -04002925 if (!ses)
2926 goto out_client_lock;
J. Bruce Fields57266a62013-04-13 14:27:29 -04002927 status = nfserr_wrong_cred;
Andrew Elblededeb132016-06-15 12:52:08 -04002928 if (!nfsd4_mach_creds_match(ses->se_client, r))
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002929 goto out_put_session;
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -04002930 status = mark_session_dead_locked(ses, 1 + ref_held_by_me);
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04002931 if (status)
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -04002932 goto out_put_session;
Benny Halevye10e0cf2009-04-03 08:28:38 +03002933 unhash_session(ses);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002934 spin_unlock(&nn->client_lock);
Benny Halevye10e0cf2009-04-03 08:28:38 +03002935
J. Bruce Fields84f5f7c2010-12-09 15:52:19 -05002936 nfsd4_probe_callback_sync(ses->se_client);
J. Bruce Fields19cf5c02010-06-06 18:37:16 -04002937
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03002938 spin_lock(&nn->client_lock);
Benny Halevye10e0cf2009-04-03 08:28:38 +03002939 status = nfs_ok;
J. Bruce Fieldsf0f51f52013-06-18 14:26:02 -04002940out_put_session:
Trond Myklebustd4e19e702014-06-30 11:48:42 -04002941 nfsd4_put_session_locked(ses);
J. Bruce Fieldsabcdff02013-03-14 19:55:33 -04002942out_client_lock:
2943 spin_unlock(&nn->client_lock);
Benny Halevye10e0cf2009-04-03 08:28:38 +03002944out:
Benny Halevye10e0cf2009-04-03 08:28:38 +03002945 return status;
Andy Adamson069b6ad2009-04-03 08:27:58 +03002946}
2947
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04002948static struct nfsd4_conn *__nfsd4_find_conn(struct svc_xprt *xpt, struct nfsd4_session *s)
J. Bruce Fields328ead22010-09-29 16:11:06 -04002949{
2950 struct nfsd4_conn *c;
2951
2952 list_for_each_entry(c, &s->se_conns, cn_persession) {
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04002953 if (c->cn_xprt == xpt) {
J. Bruce Fields328ead22010-09-29 16:11:06 -04002954 return c;
2955 }
2956 }
2957 return NULL;
2958}
2959
J. Bruce Fields57266a62013-04-13 14:27:29 -04002960static __be32 nfsd4_sequence_check_conn(struct nfsd4_conn *new, struct nfsd4_session *ses)
J. Bruce Fields328ead22010-09-29 16:11:06 -04002961{
2962 struct nfs4_client *clp = ses->se_client;
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04002963 struct nfsd4_conn *c;
J. Bruce Fields57266a62013-04-13 14:27:29 -04002964 __be32 status = nfs_ok;
J. Bruce Fields21b75b02010-10-26 10:07:17 -04002965 int ret;
J. Bruce Fields328ead22010-09-29 16:11:06 -04002966
2967 spin_lock(&clp->cl_lock);
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04002968 c = __nfsd4_find_conn(new->cn_xprt, ses);
J. Bruce Fields57266a62013-04-13 14:27:29 -04002969 if (c)
2970 goto out_free;
2971 status = nfserr_conn_not_bound_to_session;
2972 if (clp->cl_mach_cred)
2973 goto out_free;
J. Bruce Fields328ead22010-09-29 16:11:06 -04002974 __nfsd4_hash_conn(new, ses);
2975 spin_unlock(&clp->cl_lock);
J. Bruce Fields21b75b02010-10-26 10:07:17 -04002976 ret = nfsd4_register_conn(new);
2977 if (ret)
2978 /* oops; xprt is already down: */
2979 nfsd4_conn_lost(&new->cn_xpt_user);
J. Bruce Fields57266a62013-04-13 14:27:29 -04002980 return nfs_ok;
2981out_free:
2982 spin_unlock(&clp->cl_lock);
2983 free_conn(new);
2984 return status;
J. Bruce Fields328ead22010-09-29 16:11:06 -04002985}
2986
Mi Jinlong868b89c2011-04-27 09:09:58 +08002987static bool nfsd4_session_too_many_ops(struct svc_rqst *rqstp, struct nfsd4_session *session)
2988{
2989 struct nfsd4_compoundargs *args = rqstp->rq_argp;
2990
2991 return args->opcnt > session->se_fchannel.maxops;
2992}
2993
Mi Jinlongae82a8d2011-07-14 14:56:02 +08002994static bool nfsd4_request_too_big(struct svc_rqst *rqstp,
2995 struct nfsd4_session *session)
2996{
2997 struct xdr_buf *xb = &rqstp->rq_arg;
2998
2999 return xb->len > session->se_fchannel.maxreq_sz;
3000}
3001
Andy Adamson069b6ad2009-04-03 08:27:58 +03003002__be32
Benny Halevyb85d4c02009-04-03 08:28:08 +03003003nfsd4_sequence(struct svc_rqst *rqstp,
Andy Adamson069b6ad2009-04-03 08:27:58 +03003004 struct nfsd4_compound_state *cstate,
3005 struct nfsd4_sequence *seq)
3006{
Andy Adamsonf9bb94c2009-04-03 08:28:12 +03003007 struct nfsd4_compoundres *resp = rqstp->rq_resp;
J. Bruce Fields47ee5292014-03-12 21:39:35 -04003008 struct xdr_stream *xdr = &resp->xdr;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003009 struct nfsd4_session *session;
J. Bruce Fields221a6872013-04-01 22:23:49 -04003010 struct nfs4_client *clp;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003011 struct nfsd4_slot *slot;
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04003012 struct nfsd4_conn *conn;
J. Bruce Fields57b7b432012-04-25 17:58:50 -04003013 __be32 status;
J. Bruce Fields47ee5292014-03-12 21:39:35 -04003014 int buflen;
Trond Myklebustd4e19e702014-06-30 11:48:42 -04003015 struct net *net = SVC_NET(rqstp);
3016 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Benny Halevyb85d4c02009-04-03 08:28:08 +03003017
Andy Adamsonf9bb94c2009-04-03 08:28:12 +03003018 if (resp->opcnt != 1)
3019 return nfserr_sequence_pos;
3020
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04003021 /*
3022 * Will be either used or freed by nfsd4_sequence_check_conn
3023 * below.
3024 */
3025 conn = alloc_conn(rqstp, NFS4_CDFC4_FORE);
3026 if (!conn)
3027 return nfserr_jukebox;
3028
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03003029 spin_lock(&nn->client_lock);
Trond Myklebustd4e19e702014-06-30 11:48:42 -04003030 session = find_in_sessionid_hashtbl(&seq->sessionid, net, &status);
Benny Halevyb85d4c02009-04-03 08:28:08 +03003031 if (!session)
J. Bruce Fields221a6872013-04-01 22:23:49 -04003032 goto out_no_session;
3033 clp = session->se_client;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003034
Mi Jinlong868b89c2011-04-27 09:09:58 +08003035 status = nfserr_too_many_ops;
3036 if (nfsd4_session_too_many_ops(rqstp, session))
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003037 goto out_put_session;
Mi Jinlong868b89c2011-04-27 09:09:58 +08003038
Mi Jinlongae82a8d2011-07-14 14:56:02 +08003039 status = nfserr_req_too_big;
3040 if (nfsd4_request_too_big(rqstp, session))
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003041 goto out_put_session;
Mi Jinlongae82a8d2011-07-14 14:56:02 +08003042
Benny Halevyb85d4c02009-04-03 08:28:08 +03003043 status = nfserr_badslot;
Alexandros Batsakis6c18ba92009-06-16 04:19:13 +03003044 if (seq->slotid >= session->se_fchannel.maxreqs)
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003045 goto out_put_session;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003046
Andy Adamson557ce262009-08-28 08:45:04 -04003047 slot = session->se_slots[seq->slotid];
Benny Halevyb85d4c02009-04-03 08:28:08 +03003048 dprintk("%s: slotid %d\n", __func__, seq->slotid);
3049
Andy Adamsona8dfdae2009-08-28 08:45:02 -04003050 /* We do not negotiate the number of slots yet, so set the
3051 * maxslots to the session maxreqs which is used to encode
3052 * sr_highest_slotid and the sr_target_slot id to maxslots */
3053 seq->maxslots = session->se_fchannel.maxreqs;
3054
J. Bruce Fields73e79482012-02-13 16:39:00 -05003055 status = check_slot_seqid(seq->seqid, slot->sl_seqid,
3056 slot->sl_flags & NFSD4_SLOT_INUSE);
Benny Halevyb85d4c02009-04-03 08:28:08 +03003057 if (status == nfserr_replay_cache) {
J. Bruce Fieldsbf5c43c2012-02-13 16:56:19 -05003058 status = nfserr_seq_misordered;
3059 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED))
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003060 goto out_put_session;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003061 cstate->slot = slot;
3062 cstate->session = session;
Jeff Layton4b24ca72014-06-30 11:48:44 -04003063 cstate->clp = clp;
Andy Adamsonda3846a2009-04-03 08:28:22 +03003064 /* Return the cached reply status and set cstate->status
Andy Adamson557ce262009-08-28 08:45:04 -04003065 * for nfsd4_proc_compound processing */
Andy Adamsonbf864a32009-04-03 08:28:35 +03003066 status = nfsd4_replay_cache_entry(resp, seq);
Andy Adamsonda3846a2009-04-03 08:28:22 +03003067 cstate->status = nfserr_replay_cache;
Benny Halevyaaf84eb2009-08-20 03:21:56 +03003068 goto out;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003069 }
3070 if (status)
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003071 goto out_put_session;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003072
J. Bruce Fields57266a62013-04-13 14:27:29 -04003073 status = nfsd4_sequence_check_conn(conn, session);
J. Bruce Fieldsa663bdd2010-10-21 17:17:31 -04003074 conn = NULL;
J. Bruce Fields57266a62013-04-13 14:27:29 -04003075 if (status)
3076 goto out_put_session;
J. Bruce Fields328ead22010-09-29 16:11:06 -04003077
J. Bruce Fields47ee5292014-03-12 21:39:35 -04003078 buflen = (seq->cachethis) ?
3079 session->se_fchannel.maxresp_cached :
3080 session->se_fchannel.maxresp_sz;
3081 status = (seq->cachethis) ? nfserr_rep_too_big_to_cache :
3082 nfserr_rep_too_big;
J. Bruce Fieldsa5cddc82014-05-12 18:10:58 -04003083 if (xdr_restrict_buflen(xdr, buflen - rqstp->rq_auth_slack))
J. Bruce Fields47ee5292014-03-12 21:39:35 -04003084 goto out_put_session;
J. Bruce Fields32aaa622014-03-20 20:47:41 -04003085 svc_reserve(rqstp, buflen);
J. Bruce Fields47ee5292014-03-12 21:39:35 -04003086
3087 status = nfs_ok;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003088 /* Success! bump slot seqid */
Benny Halevyb85d4c02009-04-03 08:28:08 +03003089 slot->sl_seqid = seq->seqid;
J. Bruce Fieldsbf5c43c2012-02-13 16:56:19 -05003090 slot->sl_flags |= NFSD4_SLOT_INUSE;
J. Bruce Fields73e79482012-02-13 16:39:00 -05003091 if (seq->cachethis)
3092 slot->sl_flags |= NFSD4_SLOT_CACHETHIS;
J. Bruce Fieldsbf5c43c2012-02-13 16:56:19 -05003093 else
3094 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003095
3096 cstate->slot = slot;
3097 cstate->session = session;
Jeff Layton4b24ca72014-06-30 11:48:44 -04003098 cstate->clp = clp;
Benny Halevyb85d4c02009-04-03 08:28:08 +03003099
Benny Halevyb85d4c02009-04-03 08:28:08 +03003100out:
J. Bruce Fields221a6872013-04-01 22:23:49 -04003101 switch (clp->cl_cb_state) {
3102 case NFSD4_CB_DOWN:
3103 seq->status_flags = SEQ4_STATUS_CB_PATH_DOWN;
3104 break;
3105 case NFSD4_CB_FAULT:
3106 seq->status_flags = SEQ4_STATUS_BACKCHANNEL_FAULT;
3107 break;
3108 default:
3109 seq->status_flags = 0;
Benny Halevyaaf84eb2009-08-20 03:21:56 +03003110 }
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04003111 if (!list_empty(&clp->cl_revoked))
3112 seq->status_flags |= SEQ4_STATUS_RECALLABLE_STATE_REVOKED;
J. Bruce Fields221a6872013-04-01 22:23:49 -04003113out_no_session:
Kinglong Mee3f42d2c2014-03-24 11:56:59 +08003114 if (conn)
3115 free_conn(conn);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03003116 spin_unlock(&nn->client_lock);
Benny Halevyb85d4c02009-04-03 08:28:08 +03003117 return status;
J. Bruce Fields66b2b9b2013-03-19 12:05:39 -04003118out_put_session:
Trond Myklebustd4e19e702014-06-30 11:48:42 -04003119 nfsd4_put_session_locked(session);
J. Bruce Fields221a6872013-04-01 22:23:49 -04003120 goto out_no_session;
Andy Adamson069b6ad2009-04-03 08:27:58 +03003121}
3122
Trond Myklebustb6076642014-06-30 11:48:35 -04003123void
3124nfsd4_sequence_done(struct nfsd4_compoundres *resp)
3125{
3126 struct nfsd4_compound_state *cs = &resp->cstate;
3127
3128 if (nfsd4_has_session(cs)) {
Trond Myklebustb6076642014-06-30 11:48:35 -04003129 if (cs->status != nfserr_replay_cache) {
3130 nfsd4_store_cache_entry(resp);
3131 cs->slot->sl_flags &= ~NFSD4_SLOT_INUSE;
3132 }
Trond Myklebustd4e19e702014-06-30 11:48:42 -04003133 /* Drop session reference that was taken in nfsd4_sequence() */
Trond Myklebustb6076642014-06-30 11:48:35 -04003134 nfsd4_put_session(cs->session);
Jeff Layton4b24ca72014-06-30 11:48:44 -04003135 } else if (cs->clp)
3136 put_client_renew(cs->clp);
Trond Myklebustb6076642014-06-30 11:48:35 -04003137}
3138
Mi Jinlong345c2842011-10-20 17:51:39 +08003139__be32
3140nfsd4_destroy_clientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_destroy_clientid *dc)
3141{
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003142 struct nfs4_client *conf, *unconf;
3143 struct nfs4_client *clp = NULL;
J. Bruce Fields57b7b432012-04-25 17:58:50 -04003144 __be32 status = 0;
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03003145 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Mi Jinlong345c2842011-10-20 17:51:39 +08003146
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003147 spin_lock(&nn->client_lock);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03003148 unconf = find_unconfirmed_client(&dc->clientid, true, nn);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03003149 conf = find_confirmed_client(&dc->clientid, true, nn);
J. Bruce Fields78389042013-03-12 10:12:37 -04003150 WARN_ON_ONCE(conf && unconf);
Mi Jinlong345c2842011-10-20 17:51:39 +08003151
3152 if (conf) {
J. Bruce Fieldsc0293b02013-03-14 18:20:01 -04003153 if (client_has_state(conf)) {
Mi Jinlong345c2842011-10-20 17:51:39 +08003154 status = nfserr_clientid_busy;
3155 goto out;
3156 }
Jeff Laytonfd699b82014-07-30 08:27:14 -04003157 status = mark_client_expired_locked(conf);
3158 if (status)
3159 goto out;
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003160 clp = conf;
Mi Jinlong345c2842011-10-20 17:51:39 +08003161 } else if (unconf)
3162 clp = unconf;
3163 else {
3164 status = nfserr_stale_clientid;
3165 goto out;
3166 }
Andrew Elblededeb132016-06-15 12:52:08 -04003167 if (!nfsd4_mach_creds_match(clp, rqstp)) {
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003168 clp = NULL;
J. Bruce Fields57266a62013-04-13 14:27:29 -04003169 status = nfserr_wrong_cred;
3170 goto out;
3171 }
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003172 unhash_client_locked(clp);
Mi Jinlong345c2842011-10-20 17:51:39 +08003173out:
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003174 spin_unlock(&nn->client_lock);
Trond Myklebust6b10ad12014-07-30 08:27:08 -04003175 if (clp)
3176 expire_client(clp);
Mi Jinlong345c2842011-10-20 17:51:39 +08003177 return status;
3178}
3179
Andy Adamson069b6ad2009-04-03 08:27:58 +03003180__be32
J. Bruce Fields4dc6ec02010-04-19 15:11:28 -04003181nfsd4_reclaim_complete(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_reclaim_complete *rc)
3182{
J. Bruce Fields57b7b432012-04-25 17:58:50 -04003183 __be32 status = 0;
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003184
J. Bruce Fields4dc6ec02010-04-19 15:11:28 -04003185 if (rc->rca_one_fs) {
3186 if (!cstate->current_fh.fh_dentry)
3187 return nfserr_nofilehandle;
3188 /*
3189 * We don't take advantage of the rca_one_fs case.
3190 * That's OK, it's optional, we can safely ignore it.
3191 */
Christophe JAILLETd28c4422016-07-02 08:24:32 +02003192 return nfs_ok;
J. Bruce Fields4dc6ec02010-04-19 15:11:28 -04003193 }
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003194
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003195 status = nfserr_complete_already;
Jeff Laytona52d7262012-03-21 09:52:02 -04003196 if (test_and_set_bit(NFSD4_CLIENT_RECLAIM_COMPLETE,
3197 &cstate->session->se_client->cl_flags))
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003198 goto out;
3199
3200 status = nfserr_stale_clientid;
3201 if (is_client_expired(cstate->session->se_client))
J. Bruce Fields4dc6ec02010-04-19 15:11:28 -04003202 /*
3203 * The following error isn't really legal.
3204 * But we only get here if the client just explicitly
3205 * destroyed the client. Surely it no longer cares what
3206 * error it gets back on an operation for the dead
3207 * client.
3208 */
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003209 goto out;
3210
3211 status = nfs_ok;
Jeff Layton2a4317c2012-03-21 16:42:43 -04003212 nfsd4_client_record_create(cstate->session->se_client);
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003213out:
Mi Jinlongbcecf1c2011-04-27 09:14:30 +08003214 return status;
J. Bruce Fields4dc6ec02010-04-19 15:11:28 -04003215}
3216
3217__be32
J.Bruce Fieldsb5914802006-12-13 00:35:38 -08003218nfsd4_setclientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
3219 struct nfsd4_setclientid *setclid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220{
J. Bruce Fieldsa084daf2011-10-10 15:07:40 -04003221 struct xdr_netobj clname = setclid->se_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222 nfs4_verifier clverifier = setclid->se_verf;
Trond Myklebust3dbacee2014-07-30 08:27:06 -04003223 struct nfs4_client *conf, *new;
3224 struct nfs4_client *unconf = NULL;
Al Virob37ad282006-10-19 23:28:59 -07003225 __be32 status;
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03003226 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
3227
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04003228 new = create_client(clname, rqstp, &clverifier);
3229 if (new == NULL)
3230 return nfserr_jukebox;
J. Bruce Fields63db4632012-05-18 21:54:19 -04003231 /* Cases below refer to rfc 3530 section 14.2.33: */
Trond Myklebust3dbacee2014-07-30 08:27:06 -04003232 spin_lock(&nn->client_lock);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03003233 conf = find_confirmed_client_by_name(&clname, nn);
J. Bruce Fields2b634822015-10-15 15:33:23 -04003234 if (conf && client_has_state(conf)) {
J. Bruce Fields63db4632012-05-18 21:54:19 -04003235 /* case 0: */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236 status = nfserr_clid_inuse;
J. Bruce Fieldse203d502010-11-24 17:30:54 -05003237 if (clp_used_exchangeid(conf))
3238 goto out;
J. Bruce Fields026722c2009-03-18 15:06:26 -04003239 if (!same_creds(&conf->cl_cred, &rqstp->rq_cred)) {
Jeff Layton363168b2009-08-14 12:57:56 -04003240 char addr_str[INET6_ADDRSTRLEN];
3241 rpc_ntop((struct sockaddr *) &conf->cl_addr, addr_str,
3242 sizeof(addr_str));
3243 dprintk("NFSD: setclientid: string in use by client "
3244 "at %s\n", addr_str);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245 goto out;
3246 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003247 }
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03003248 unconf = find_unconfirmed_client_by_name(&clname, nn);
J. Bruce Fields8f930712012-05-18 22:06:41 -04003249 if (unconf)
Trond Myklebust3dbacee2014-07-30 08:27:06 -04003250 unhash_client_locked(unconf);
Kinglong Mee41eb1672015-07-13 17:29:41 +08003251 if (conf && same_verf(&conf->cl_verifier, &clverifier)) {
J. Bruce Fields63db4632012-05-18 21:54:19 -04003252 /* case 1: probable callback update */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253 copy_clid(new, conf);
Kinglong Mee41eb1672015-07-13 17:29:41 +08003254 gen_confirm(new, nn);
3255 } else /* case 4 (new client) or cases 2, 3 (client reboot): */
Stanislav Kinsburskyc212cec2012-11-14 18:21:10 +03003256 gen_clid(new, nn);
J. Bruce Fields8323c3b2010-10-19 19:36:51 -04003257 new->cl_minorversion = 0;
Takuma Umeya6f3d7722010-12-15 14:09:01 +09003258 gen_callback(new, setclid, rqstp);
Jeff Laytonac55fdc2012-11-12 15:00:56 -05003259 add_to_unconfirmed(new);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003260 setclid->se_clientid.cl_boot = new->cl_clientid.cl_boot;
3261 setclid->se_clientid.cl_id = new->cl_clientid.cl_id;
3262 memcpy(setclid->se_confirm.data, new->cl_confirm.data, sizeof(setclid->se_confirm.data));
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04003263 new = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003264 status = nfs_ok;
3265out:
Trond Myklebust3dbacee2014-07-30 08:27:06 -04003266 spin_unlock(&nn->client_lock);
Trond Myklebust5cc40fd2014-07-30 08:27:05 -04003267 if (new)
3268 free_client(new);
Trond Myklebust3dbacee2014-07-30 08:27:06 -04003269 if (unconf)
3270 expire_client(unconf);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271 return status;
3272}
3273
3274
Al Virob37ad282006-10-19 23:28:59 -07003275__be32
J.Bruce Fieldsb5914802006-12-13 00:35:38 -08003276nfsd4_setclientid_confirm(struct svc_rqst *rqstp,
3277 struct nfsd4_compound_state *cstate,
3278 struct nfsd4_setclientid_confirm *setclientid_confirm)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003279{
NeilBrown21ab45a2005-06-23 22:04:14 -07003280 struct nfs4_client *conf, *unconf;
Jeff Laytond20c11d2014-07-30 08:27:07 -04003281 struct nfs4_client *old = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003282 nfs4_verifier confirm = setclientid_confirm->sc_confirm;
3283 clientid_t * clid = &setclientid_confirm->sc_clientid;
Al Virob37ad282006-10-19 23:28:59 -07003284 __be32 status;
Stanislav Kinsbursky7f2210f2012-11-14 18:21:05 +03003285 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286
Stanislav Kinsbursky2c142ba2012-07-25 16:57:45 +04003287 if (STALE_CLIENTID(clid, nn))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288 return nfserr_stale_clientid;
NeilBrown21ab45a2005-06-23 22:04:14 -07003289
Jeff Laytond20c11d2014-07-30 08:27:07 -04003290 spin_lock(&nn->client_lock);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03003291 conf = find_confirmed_client(clid, false, nn);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03003292 unconf = find_unconfirmed_client(clid, false, nn);
J. Bruce Fieldsa186e762007-11-20 16:11:27 -05003293 /*
J. Bruce Fields8695b902012-05-19 10:05:58 -04003294 * We try hard to give out unique clientid's, so if we get an
3295 * attempt to confirm the same clientid with a different cred,
J. Bruce Fieldsf984a7c2015-09-01 13:40:53 -04003296 * the client may be buggy; this should never happen.
3297 *
3298 * Nevertheless, RFC 7530 recommends INUSE for this case:
J. Bruce Fieldsa186e762007-11-20 16:11:27 -05003299 */
J. Bruce Fieldsf984a7c2015-09-01 13:40:53 -04003300 status = nfserr_clid_inuse;
J. Bruce Fields8695b902012-05-19 10:05:58 -04003301 if (unconf && !same_creds(&unconf->cl_cred, &rqstp->rq_cred))
3302 goto out;
3303 if (conf && !same_creds(&conf->cl_cred, &rqstp->rq_cred))
3304 goto out;
J. Bruce Fields63db4632012-05-18 21:54:19 -04003305 /* cases below refer to rfc 3530 section 14.2.34: */
J. Bruce Fields90d700b2012-05-19 13:55:22 -04003306 if (!unconf || !same_verf(&confirm, &unconf->cl_confirm)) {
3307 if (conf && !unconf) /* case 2: probable retransmit */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003308 status = nfs_ok;
J. Bruce Fields90d700b2012-05-19 13:55:22 -04003309 else /* case 4: client hasn't noticed we rebooted yet? */
3310 status = nfserr_stale_clientid;
3311 goto out;
3312 }
3313 status = nfs_ok;
3314 if (conf) { /* case 1: callback update */
Jeff Laytond20c11d2014-07-30 08:27:07 -04003315 old = unconf;
3316 unhash_client_locked(old);
J. Bruce Fields8695b902012-05-19 10:05:58 -04003317 nfsd4_change_callback(conf, &unconf->cl_cb_conn);
J. Bruce Fields90d700b2012-05-19 13:55:22 -04003318 } else { /* case 3: normal case; new or rebooted client */
Jeff Laytond20c11d2014-07-30 08:27:07 -04003319 old = find_confirmed_client_by_name(&unconf->cl_name, nn);
3320 if (old) {
J. Bruce Fields2b634822015-10-15 15:33:23 -04003321 status = nfserr_clid_inuse;
3322 if (client_has_state(old)
3323 && !same_creds(&unconf->cl_cred,
3324 &old->cl_cred))
3325 goto out;
Jeff Laytond20c11d2014-07-30 08:27:07 -04003326 status = mark_client_expired_locked(old);
Jeff Layton7abea1e2014-07-30 08:27:13 -04003327 if (status) {
3328 old = NULL;
J. Bruce Fields221a6872013-04-01 22:23:49 -04003329 goto out;
Jeff Layton7abea1e2014-07-30 08:27:13 -04003330 }
J. Bruce Fields221a6872013-04-01 22:23:49 -04003331 }
J. Bruce Fields8695b902012-05-19 10:05:58 -04003332 move_to_confirmed(unconf);
Jeff Laytond20c11d2014-07-30 08:27:07 -04003333 conf = unconf;
NeilBrown08e89872005-06-23 22:04:11 -07003334 }
Jeff Laytond20c11d2014-07-30 08:27:07 -04003335 get_client_locked(conf);
3336 spin_unlock(&nn->client_lock);
3337 nfsd4_probe_callback(conf);
3338 spin_lock(&nn->client_lock);
3339 put_client_renew_locked(conf);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003340out:
Jeff Laytond20c11d2014-07-30 08:27:07 -04003341 spin_unlock(&nn->client_lock);
3342 if (old)
3343 expire_client(old);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003344 return status;
3345}
3346
J. Bruce Fields32513b42011-10-13 16:00:16 -04003347static struct nfs4_file *nfsd4_alloc_file(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003348{
J. Bruce Fields32513b42011-10-13 16:00:16 -04003349 return kmem_cache_alloc(file_slab, GFP_KERNEL);
3350}
3351
3352/* OPEN Share state helper functions */
Jeff Layton5b095e92014-10-23 08:01:02 -04003353static void nfsd4_init_file(struct knfsd_fh *fh, unsigned int hashval,
3354 struct nfs4_file *fp)
J. Bruce Fields32513b42011-10-13 16:00:16 -04003355{
Trond Myklebust950e0112014-06-30 11:48:31 -04003356 lockdep_assert_held(&state_lock);
3357
J. Bruce Fields32513b42011-10-13 16:00:16 -04003358 atomic_set(&fp->fi_ref, 1);
Trond Myklebust1d31a252014-07-10 14:07:25 -04003359 spin_lock_init(&fp->fi_lock);
J. Bruce Fields32513b42011-10-13 16:00:16 -04003360 INIT_LIST_HEAD(&fp->fi_stateids);
3361 INIT_LIST_HEAD(&fp->fi_delegations);
Sachin Bhamare8287f002015-04-27 14:50:14 +02003362 INIT_LIST_HEAD(&fp->fi_clnt_odstate);
Trond Myklebuste2cf80d2014-07-23 16:17:38 -04003363 fh_copy_shallow(&fp->fi_fhandle, fh);
Jeff Layton0c637be2014-08-22 12:05:43 -04003364 fp->fi_deleg_file = NULL;
J. Bruce Fields32513b42011-10-13 16:00:16 -04003365 fp->fi_had_conflict = false;
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04003366 fp->fi_share_deny = 0;
J. Bruce Fields32513b42011-10-13 16:00:16 -04003367 memset(fp->fi_fds, 0, sizeof(fp->fi_fds));
3368 memset(fp->fi_access, 0, sizeof(fp->fi_access));
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02003369#ifdef CONFIG_NFSD_PNFS
3370 INIT_LIST_HEAD(&fp->fi_lo_states);
Christoph Hellwigc5c707f2014-09-23 12:38:48 +02003371 atomic_set(&fp->fi_lo_recalls, 0);
Christoph Hellwig9cf514c2014-05-05 13:11:59 +02003372#endif
Jeff Layton5b095e92014-10-23 08:01:02 -04003373 hlist_add_head_rcu(&fp->fi_hash, &file_hashtbl[hashval]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003374}
3375
J. Bruce Fieldse8ff2a82007-08-01 15:30:59 -04003376void
NeilBrowne60d4392005-06-23 22:03:01 -07003377nfsd4_free_slabs(void)
3378{
Sachin Bhamare8287f002015-04-27 14:50:14 +02003379 kmem_cache_destroy(odstate_slab);
Christoph Hellwigabf11352014-05-21 07:43:03 -07003380 kmem_cache_destroy(openowner_slab);
3381 kmem_cache_destroy(lockowner_slab);
3382 kmem_cache_destroy(file_slab);
3383 kmem_cache_destroy(stateid_slab);
3384 kmem_cache_destroy(deleg_slab);
NeilBrowne60d4392005-06-23 22:03:01 -07003385}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386
Bryan Schumaker72083392011-11-01 15:24:59 -04003387int
Linus Torvalds1da177e2005-04-16 15:20:36 -07003388nfsd4_init_slabs(void)
3389{
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003390 openowner_slab = kmem_cache_create("nfsd4_openowners",
3391 sizeof(struct nfs4_openowner), 0, 0, NULL);
3392 if (openowner_slab == NULL)
Christoph Hellwigabf11352014-05-21 07:43:03 -07003393 goto out;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003394 lockowner_slab = kmem_cache_create("nfsd4_lockowners",
Yanchuan Nian3c407942012-10-24 14:44:19 +08003395 sizeof(struct nfs4_lockowner), 0, 0, NULL);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003396 if (lockowner_slab == NULL)
Christoph Hellwigabf11352014-05-21 07:43:03 -07003397 goto out_free_openowner_slab;
NeilBrowne60d4392005-06-23 22:03:01 -07003398 file_slab = kmem_cache_create("nfsd4_files",
Paul Mundt20c2df82007-07-20 10:11:58 +09003399 sizeof(struct nfs4_file), 0, 0, NULL);
NeilBrowne60d4392005-06-23 22:03:01 -07003400 if (file_slab == NULL)
Christoph Hellwigabf11352014-05-21 07:43:03 -07003401 goto out_free_lockowner_slab;
NeilBrown5ac049a2005-06-23 22:03:03 -07003402 stateid_slab = kmem_cache_create("nfsd4_stateids",
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04003403 sizeof(struct nfs4_ol_stateid), 0, 0, NULL);
NeilBrown5ac049a2005-06-23 22:03:03 -07003404 if (stateid_slab == NULL)
Christoph Hellwigabf11352014-05-21 07:43:03 -07003405 goto out_free_file_slab;
NeilBrown5b2d21c2005-06-23 22:03:04 -07003406 deleg_slab = kmem_cache_create("nfsd4_delegations",
Paul Mundt20c2df82007-07-20 10:11:58 +09003407 sizeof(struct nfs4_delegation), 0, 0, NULL);
NeilBrown5b2d21c2005-06-23 22:03:04 -07003408 if (deleg_slab == NULL)
Christoph Hellwigabf11352014-05-21 07:43:03 -07003409 goto out_free_stateid_slab;
Sachin Bhamare8287f002015-04-27 14:50:14 +02003410 odstate_slab = kmem_cache_create("nfsd4_odstate",
3411 sizeof(struct nfs4_clnt_odstate), 0, 0, NULL);
3412 if (odstate_slab == NULL)
3413 goto out_free_deleg_slab;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414 return 0;
Christoph Hellwigabf11352014-05-21 07:43:03 -07003415
Sachin Bhamare8287f002015-04-27 14:50:14 +02003416out_free_deleg_slab:
3417 kmem_cache_destroy(deleg_slab);
Christoph Hellwigabf11352014-05-21 07:43:03 -07003418out_free_stateid_slab:
3419 kmem_cache_destroy(stateid_slab);
3420out_free_file_slab:
3421 kmem_cache_destroy(file_slab);
3422out_free_lockowner_slab:
3423 kmem_cache_destroy(lockowner_slab);
3424out_free_openowner_slab:
3425 kmem_cache_destroy(openowner_slab);
3426out:
NeilBrowne60d4392005-06-23 22:03:01 -07003427 dprintk("nfsd4: out of memory while initializing nfsv4\n");
3428 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429}
3430
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003431static void init_nfs4_replay(struct nfs4_replay *rp)
3432{
3433 rp->rp_status = nfserr_serverfault;
3434 rp->rp_buflen = 0;
3435 rp->rp_buf = rp->rp_ibuf;
Jeff Layton58fb12e2014-07-29 21:34:27 -04003436 mutex_init(&rp->rp_mutex);
3437}
3438
3439static void nfsd4_cstate_assign_replay(struct nfsd4_compound_state *cstate,
3440 struct nfs4_stateowner *so)
3441{
3442 if (!nfsd4_has_session(cstate)) {
3443 mutex_lock(&so->so_replay.rp_mutex);
Kinglong Meeb5971af2014-08-22 10:18:43 -04003444 cstate->replay_owner = nfs4_get_stateowner(so);
Jeff Layton58fb12e2014-07-29 21:34:27 -04003445 }
3446}
3447
3448void nfsd4_cstate_clear_replay(struct nfsd4_compound_state *cstate)
3449{
3450 struct nfs4_stateowner *so = cstate->replay_owner;
3451
3452 if (so != NULL) {
3453 cstate->replay_owner = NULL;
3454 mutex_unlock(&so->so_replay.rp_mutex);
3455 nfs4_put_stateowner(so);
3456 }
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003457}
3458
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003459static inline void *alloc_stateowner(struct kmem_cache *slab, struct xdr_netobj *owner, struct nfs4_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460{
3461 struct nfs4_stateowner *sop;
3462
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003463 sop = kmem_cache_alloc(slab, GFP_KERNEL);
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003464 if (!sop)
3465 return NULL;
3466
3467 sop->so_owner.data = kmemdup(owner->data, owner->len, GFP_KERNEL);
3468 if (!sop->so_owner.data) {
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003469 kmem_cache_free(slab, sop);
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003470 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003471 }
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003472 sop->so_owner.len = owner->len;
3473
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003474 INIT_LIST_HEAD(&sop->so_stateids);
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003475 sop->so_client = clp;
3476 init_nfs4_replay(&sop->so_replay);
Jeff Layton6b180f02014-07-29 21:34:26 -04003477 atomic_set(&sop->so_count, 1);
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003478 return sop;
3479}
3480
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003481static void hash_openowner(struct nfs4_openowner *oo, struct nfs4_client *clp, unsigned int strhashval)
J. Bruce Fieldsff194bd2011-08-12 09:42:57 -04003482{
Trond Myklebustd4f04892014-07-29 21:34:36 -04003483 lockdep_assert_held(&clp->cl_lock);
Stanislav Kinsbursky9b531132012-11-14 18:21:41 +03003484
Trond Myklebustd4f04892014-07-29 21:34:36 -04003485 list_add(&oo->oo_owner.so_strhash,
3486 &clp->cl_ownerstr_hashtbl[strhashval]);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003487 list_add(&oo->oo_perclient, &clp->cl_openowners);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488}
3489
Jeff Layton8f4b54c2014-07-29 21:34:29 -04003490static void nfs4_unhash_openowner(struct nfs4_stateowner *so)
3491{
Trond Myklebustd4f04892014-07-29 21:34:36 -04003492 unhash_openowner_locked(openowner(so));
Jeff Layton8f4b54c2014-07-29 21:34:29 -04003493}
3494
Jeff Layton6b180f02014-07-29 21:34:26 -04003495static void nfs4_free_openowner(struct nfs4_stateowner *so)
3496{
3497 struct nfs4_openowner *oo = openowner(so);
3498
3499 kmem_cache_free(openowner_slab, oo);
3500}
3501
3502static const struct nfs4_stateowner_operations openowner_ops = {
Jeff Layton8f4b54c2014-07-29 21:34:29 -04003503 .so_unhash = nfs4_unhash_openowner,
3504 .so_free = nfs4_free_openowner,
Jeff Layton6b180f02014-07-29 21:34:26 -04003505};
3506
Andrew Elble7fc05642015-11-05 20:42:43 -05003507static struct nfs4_ol_stateid *
3508nfsd4_find_existing_open(struct nfs4_file *fp, struct nfsd4_open *open)
3509{
3510 struct nfs4_ol_stateid *local, *ret = NULL;
3511 struct nfs4_openowner *oo = open->op_openowner;
3512
3513 lockdep_assert_held(&fp->fi_lock);
3514
3515 list_for_each_entry(local, &fp->fi_stateids, st_perfile) {
3516 /* ignore lock owners */
3517 if (local->st_stateowner->so_is_open_owner == 0)
3518 continue;
3519 if (local->st_stateowner == &oo->oo_owner) {
3520 ret = local;
3521 atomic_inc(&ret->st_stid.sc_count);
3522 break;
3523 }
3524 }
3525 return ret;
3526}
3527
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003528static struct nfs4_openowner *
Trond Myklebust13d6f662014-06-30 11:48:45 -04003529alloc_init_open_stateowner(unsigned int strhashval, struct nfsd4_open *open,
Jeff Laytondb24b3b2014-06-30 11:48:36 -04003530 struct nfsd4_compound_state *cstate)
3531{
Trond Myklebust13d6f662014-06-30 11:48:45 -04003532 struct nfs4_client *clp = cstate->clp;
Trond Myklebust7ffb5882014-07-29 21:34:34 -04003533 struct nfs4_openowner *oo, *ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003534
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003535 oo = alloc_stateowner(openowner_slab, &open->op_owner, clp);
3536 if (!oo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003537 return NULL;
Jeff Layton6b180f02014-07-29 21:34:26 -04003538 oo->oo_owner.so_ops = &openowner_ops;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003539 oo->oo_owner.so_is_open_owner = 1;
3540 oo->oo_owner.so_seqid = open->op_seqid;
Jeff Laytond3134b12014-07-29 21:34:32 -04003541 oo->oo_flags = 0;
Jeff Laytondb24b3b2014-06-30 11:48:36 -04003542 if (nfsd4_has_session(cstate))
3543 oo->oo_flags |= NFS4_OO_CONFIRMED;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003544 oo->oo_time = 0;
J. Bruce Fields38c387b2011-09-16 17:42:48 -04003545 oo->oo_last_closed_stid = NULL;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003546 INIT_LIST_HEAD(&oo->oo_close_lru);
Trond Myklebustd4f04892014-07-29 21:34:36 -04003547 spin_lock(&clp->cl_lock);
3548 ret = find_openstateowner_str_locked(strhashval, open, clp);
Trond Myklebust7ffb5882014-07-29 21:34:34 -04003549 if (ret == NULL) {
3550 hash_openowner(oo, clp, strhashval);
3551 ret = oo;
3552 } else
Kinglong Meed50ffde2015-07-16 12:05:07 +08003553 nfs4_free_stateowner(&oo->oo_owner);
3554
Trond Myklebustd4f04892014-07-29 21:34:36 -04003555 spin_unlock(&clp->cl_lock);
Jeff Laytonc5952332015-03-23 10:53:42 -04003556 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003557}
3558
Andrew Elble7fc05642015-11-05 20:42:43 -05003559static struct nfs4_ol_stateid *
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003560init_open_stateid(struct nfs4_file *fp, struct nfsd4_open *open)
Andrew Elble7fc05642015-11-05 20:42:43 -05003561{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003562
Andrew Elble7fc05642015-11-05 20:42:43 -05003563 struct nfs4_openowner *oo = open->op_openowner;
3564 struct nfs4_ol_stateid *retstp = NULL;
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003565 struct nfs4_ol_stateid *stp;
Andrew Elble7fc05642015-11-05 20:42:43 -05003566
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003567 stp = open->op_stp;
Oleg Drokin5cc1fb22016-06-14 23:28:05 -04003568 /* We are moving these outside of the spinlocks to avoid the warnings */
3569 mutex_init(&stp->st_mutex);
3570 mutex_lock(&stp->st_mutex);
3571
Andrew Elble7fc05642015-11-05 20:42:43 -05003572 spin_lock(&oo->oo_owner.so_client->cl_lock);
3573 spin_lock(&fp->fi_lock);
3574
3575 retstp = nfsd4_find_existing_open(fp, open);
3576 if (retstp)
3577 goto out_unlock;
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003578
3579 open->op_stp = NULL;
Trond Myklebustd6f2bc52014-07-29 21:34:19 -04003580 atomic_inc(&stp->st_stid.sc_count);
J. Bruce Fields3abdb602013-02-03 12:23:01 -05003581 stp->st_stid.sc_type = NFS4_OPEN_STID;
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04003582 INIT_LIST_HEAD(&stp->st_locks);
Kinglong Meeb5971af2014-08-22 10:18:43 -04003583 stp->st_stateowner = nfs4_get_stateowner(&oo->oo_owner);
NeilBrown13cd2182005-06-23 22:03:10 -07003584 get_nfs4_file(fp);
Trond Myklebust11b91642014-07-29 21:34:08 -04003585 stp->st_stid.sc_file = fp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003586 stp->st_access_bmap = 0;
3587 stp->st_deny_bmap = 0;
NeilBrown4c4cd222005-07-07 17:59:27 -07003588 stp->st_openstp = NULL;
Jeff Layton1c755dc2014-07-29 21:34:12 -04003589 list_add(&stp->st_perstateowner, &oo->oo_owner.so_stateids);
Trond Myklebust1d31a252014-07-10 14:07:25 -04003590 list_add(&stp->st_perfile, &fp->fi_stateids);
Andrew Elble7fc05642015-11-05 20:42:43 -05003591
3592out_unlock:
Trond Myklebust1d31a252014-07-10 14:07:25 -04003593 spin_unlock(&fp->fi_lock);
Jeff Layton1c755dc2014-07-29 21:34:12 -04003594 spin_unlock(&oo->oo_owner.so_client->cl_lock);
Oleg Drokin5cc1fb22016-06-14 23:28:05 -04003595 if (retstp) {
3596 mutex_lock(&retstp->st_mutex);
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003597 /* To keep mutex tracking happy */
Oleg Drokin5cc1fb22016-06-14 23:28:05 -04003598 mutex_unlock(&stp->st_mutex);
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003599 stp = retstp;
Oleg Drokin5cc1fb22016-06-14 23:28:05 -04003600 }
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04003601 return stp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003602}
3603
Jeff Laytond3134b12014-07-29 21:34:32 -04003604/*
3605 * In the 4.0 case we need to keep the owners around a little while to handle
3606 * CLOSE replay. We still do need to release any file access that is held by
3607 * them before returning however.
3608 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003609static void
Jeff Laytond3134b12014-07-29 21:34:32 -04003610move_to_close_lru(struct nfs4_ol_stateid *s, struct net *net)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003611{
Jeff Layton217526e2014-07-30 08:27:11 -04003612 struct nfs4_ol_stateid *last;
Jeff Laytond3134b12014-07-29 21:34:32 -04003613 struct nfs4_openowner *oo = openowner(s->st_stateowner);
3614 struct nfsd_net *nn = net_generic(s->st_stid.sc_client->net,
3615 nfsd_net_id);
Stanislav Kinsbursky73758fed2012-11-14 18:22:01 +03003616
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003617 dprintk("NFSD: move_to_close_lru nfs4_openowner %p\n", oo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003618
Jeff Laytonb401be222014-07-29 21:34:33 -04003619 /*
3620 * We know that we hold one reference via nfsd4_close, and another
3621 * "persistent" reference for the client. If the refcount is higher
3622 * than 2, then there are still calls in progress that are using this
3623 * stateid. We can't put the sc_file reference until they are finished.
3624 * Wait for the refcount to drop to 2. Since it has been unhashed,
3625 * there should be no danger of the refcount going back up again at
3626 * this point.
3627 */
3628 wait_event(close_wq, atomic_read(&s->st_stid.sc_count) == 2);
3629
Jeff Laytond3134b12014-07-29 21:34:32 -04003630 release_all_access(s);
3631 if (s->st_stid.sc_file) {
3632 put_nfs4_file(s->st_stid.sc_file);
3633 s->st_stid.sc_file = NULL;
3634 }
Jeff Layton217526e2014-07-30 08:27:11 -04003635
3636 spin_lock(&nn->client_lock);
3637 last = oo->oo_last_closed_stid;
Jeff Laytond3134b12014-07-29 21:34:32 -04003638 oo->oo_last_closed_stid = s;
Stanislav Kinsbursky73758fed2012-11-14 18:22:01 +03003639 list_move_tail(&oo->oo_close_lru, &nn->close_lru);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003640 oo->oo_time = get_seconds();
Jeff Layton217526e2014-07-30 08:27:11 -04003641 spin_unlock(&nn->client_lock);
3642 if (last)
3643 nfs4_put_stid(&last->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003644}
3645
Linus Torvalds1da177e2005-04-16 15:20:36 -07003646/* search file_hashtbl[] for file */
3647static struct nfs4_file *
Jeff Layton5b095e92014-10-23 08:01:02 -04003648find_file_locked(struct knfsd_fh *fh, unsigned int hashval)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003649{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003650 struct nfs4_file *fp;
3651
Jeff Layton5b095e92014-10-23 08:01:02 -04003652 hlist_for_each_entry_rcu(fp, &file_hashtbl[hashval], fi_hash) {
Christoph Hellwig4d94c2e2014-08-14 08:41:48 +02003653 if (fh_match(&fp->fi_fhandle, fh)) {
Jeff Layton5b095e92014-10-23 08:01:02 -04003654 if (atomic_inc_not_zero(&fp->fi_ref))
3655 return fp;
NeilBrown13cd2182005-06-23 22:03:10 -07003656 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003657 }
3658 return NULL;
3659}
3660
Christoph Hellwige6ba76e2014-08-14 08:50:16 +02003661struct nfs4_file *
Trond Myklebustca943212014-07-23 16:17:39 -04003662find_file(struct knfsd_fh *fh)
Trond Myklebust950e0112014-06-30 11:48:31 -04003663{
3664 struct nfs4_file *fp;
Jeff Layton5b095e92014-10-23 08:01:02 -04003665 unsigned int hashval = file_hashval(fh);
Trond Myklebust950e0112014-06-30 11:48:31 -04003666
Jeff Layton5b095e92014-10-23 08:01:02 -04003667 rcu_read_lock();
3668 fp = find_file_locked(fh, hashval);
3669 rcu_read_unlock();
Trond Myklebust950e0112014-06-30 11:48:31 -04003670 return fp;
3671}
3672
3673static struct nfs4_file *
Jeff Laytonf9c00c32014-07-23 16:17:41 -04003674find_or_add_file(struct nfs4_file *new, struct knfsd_fh *fh)
Trond Myklebust950e0112014-06-30 11:48:31 -04003675{
3676 struct nfs4_file *fp;
Jeff Layton5b095e92014-10-23 08:01:02 -04003677 unsigned int hashval = file_hashval(fh);
3678
3679 rcu_read_lock();
3680 fp = find_file_locked(fh, hashval);
3681 rcu_read_unlock();
3682 if (fp)
3683 return fp;
Trond Myklebust950e0112014-06-30 11:48:31 -04003684
3685 spin_lock(&state_lock);
Jeff Layton5b095e92014-10-23 08:01:02 -04003686 fp = find_file_locked(fh, hashval);
3687 if (likely(fp == NULL)) {
3688 nfsd4_init_file(fh, hashval, new);
Trond Myklebust950e0112014-06-30 11:48:31 -04003689 fp = new;
3690 }
3691 spin_unlock(&state_lock);
3692
3693 return fp;
3694}
3695
J. Bruce Fields4f83aa32008-07-07 15:02:02 -04003696/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003697 * Called to check deny when READ with all zero stateid or
3698 * WRITE with all zero or all one stateid
3699 */
Al Virob37ad282006-10-19 23:28:59 -07003700static __be32
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701nfs4_share_conflict(struct svc_fh *current_fh, unsigned int deny_type)
3702{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003703 struct nfs4_file *fp;
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04003704 __be32 ret = nfs_ok;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003705
Trond Myklebustca943212014-07-23 16:17:39 -04003706 fp = find_file(&current_fh->fh_handle);
NeilBrown13cd2182005-06-23 22:03:10 -07003707 if (!fp)
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04003708 return ret;
3709 /* Check for conflicting share reservations */
Trond Myklebust1d31a252014-07-10 14:07:25 -04003710 spin_lock(&fp->fi_lock);
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04003711 if (fp->fi_share_deny & deny_type)
3712 ret = nfserr_locked;
Trond Myklebust1d31a252014-07-10 14:07:25 -04003713 spin_unlock(&fp->fi_lock);
NeilBrown13cd2182005-06-23 22:03:10 -07003714 put_nfs4_file(fp);
3715 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003716}
3717
Christoph Hellwig0162ac22014-09-24 12:19:19 +02003718static void nfsd4_cb_recall_prepare(struct nfsd4_callback *cb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003719{
Christoph Hellwig0162ac22014-09-24 12:19:19 +02003720 struct nfs4_delegation *dp = cb_to_delegation(cb);
Trond Myklebust11b91642014-07-29 21:34:08 -04003721 struct nfsd_net *nn = net_generic(dp->dl_stid.sc_client->net,
3722 nfsd_net_id);
J. Bruce Fieldse8c69d12013-03-21 15:19:33 -04003723
Trond Myklebust11b91642014-07-29 21:34:08 -04003724 block_delegations(&dp->dl_stid.sc_file->fi_fhandle);
Jeff Laytonf54fe962014-07-25 07:34:26 -04003725
Jeff Layton02e12152014-07-16 10:31:57 -04003726 /*
3727 * We can't do this in nfsd_break_deleg_cb because it is
Jeff Laytonf54fe962014-07-25 07:34:26 -04003728 * already holding inode->i_lock.
3729 *
Jeff Laytondff13992014-07-08 14:02:49 -04003730 * If the dl_time != 0, then we know that it has already been
3731 * queued for a lease break. Don't queue it again.
3732 */
Jeff Laytonf54fe962014-07-25 07:34:26 -04003733 spin_lock(&state_lock);
Jeff Laytondff13992014-07-08 14:02:49 -04003734 if (dp->dl_time == 0) {
Jeff Laytondff13992014-07-08 14:02:49 -04003735 dp->dl_time = get_seconds();
Jeff Layton02e12152014-07-16 10:31:57 -04003736 list_add_tail(&dp->dl_recall_lru, &nn->del_recall_lru);
Jeff Laytondff13992014-07-08 14:02:49 -04003737 }
Jeff Layton02e12152014-07-16 10:31:57 -04003738 spin_unlock(&state_lock);
3739}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003740
Christoph Hellwig0162ac22014-09-24 12:19:19 +02003741static int nfsd4_cb_recall_done(struct nfsd4_callback *cb,
3742 struct rpc_task *task)
3743{
3744 struct nfs4_delegation *dp = cb_to_delegation(cb);
3745
Andrew Elblea4579742015-08-31 12:06:41 -04003746 if (dp->dl_stid.sc_type == NFS4_CLOSED_DELEG_STID)
3747 return 1;
3748
Christoph Hellwig0162ac22014-09-24 12:19:19 +02003749 switch (task->tk_status) {
3750 case 0:
3751 return 1;
3752 case -EBADHANDLE:
3753 case -NFS4ERR_BAD_STATEID:
3754 /*
3755 * Race: client probably got cb_recall before open reply
3756 * granting delegation.
3757 */
3758 if (dp->dl_retries--) {
3759 rpc_delay(task, 2 * HZ);
3760 return 0;
3761 }
3762 /*FALLTHRU*/
3763 default:
3764 return -1;
3765 }
3766}
3767
3768static void nfsd4_cb_recall_release(struct nfsd4_callback *cb)
3769{
3770 struct nfs4_delegation *dp = cb_to_delegation(cb);
3771
3772 nfs4_put_stid(&dp->dl_stid);
3773}
3774
Julia Lawallc4cb8972015-11-21 22:57:39 +01003775static const struct nfsd4_callback_ops nfsd4_cb_recall_ops = {
Christoph Hellwig0162ac22014-09-24 12:19:19 +02003776 .prepare = nfsd4_cb_recall_prepare,
3777 .done = nfsd4_cb_recall_done,
3778 .release = nfsd4_cb_recall_release,
3779};
3780
Jeff Layton02e12152014-07-16 10:31:57 -04003781static void nfsd_break_one_deleg(struct nfs4_delegation *dp)
3782{
3783 /*
3784 * We're assuming the state code never drops its reference
3785 * without first removing the lease. Since we're in this lease
3786 * callback (and since the lease code is serialized by the kernel
3787 * lock) we know the server hasn't removed the lease yet, we know
3788 * it's safe to take a reference.
3789 */
Trond Myklebust72c0b0f2014-07-21 09:34:58 -04003790 atomic_inc(&dp->dl_stid.sc_count);
Christoph Hellwigf0b5de12014-09-24 12:19:18 +02003791 nfsd4_run_cb(&dp->dl_recall);
J. Bruce Fields6b57d9c2011-01-31 11:54:04 -05003792}
3793
Jeff Layton1c8c6012013-06-21 08:58:15 -04003794/* Called from break_lease() with i_lock held. */
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003795static bool
3796nfsd_break_deleg_cb(struct file_lock *fl)
J. Bruce Fields6b57d9c2011-01-31 11:54:04 -05003797{
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003798 bool ret = false;
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05003799 struct nfs4_file *fp = (struct nfs4_file *)fl->fl_owner;
3800 struct nfs4_delegation *dp;
J. Bruce Fields6b57d9c2011-01-31 11:54:04 -05003801
J. Bruce Fields7fa10cd2012-10-16 12:39:33 -04003802 if (!fp) {
3803 WARN(1, "(%p)->fl_owner NULL\n", fl);
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003804 return ret;
J. Bruce Fields7fa10cd2012-10-16 12:39:33 -04003805 }
3806 if (fp->fi_had_conflict) {
3807 WARN(1, "duplicate break on %p\n", fp);
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003808 return ret;
J. Bruce Fields7fa10cd2012-10-16 12:39:33 -04003809 }
J. Bruce Fields0272e1f2007-09-12 18:56:12 -04003810 /*
3811 * We don't want the locks code to timeout the lease for us;
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05003812 * we'll remove it ourself if a delegation isn't returned
J. Bruce Fields6b57d9c2011-01-31 11:54:04 -05003813 * in time:
J. Bruce Fields0272e1f2007-09-12 18:56:12 -04003814 */
3815 fl->fl_break_time = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003816
Jeff Layton02e12152014-07-16 10:31:57 -04003817 spin_lock(&fp->fi_lock);
Jeff Layton417c6622014-07-21 09:34:57 -04003818 fp->fi_had_conflict = true;
3819 /*
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003820 * If there are no delegations on the list, then return true
3821 * so that the lease code will go ahead and delete it.
Jeff Layton417c6622014-07-21 09:34:57 -04003822 */
3823 if (list_empty(&fp->fi_delegations))
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003824 ret = true;
Jeff Layton417c6622014-07-21 09:34:57 -04003825 else
3826 list_for_each_entry(dp, &fp->fi_delegations, dl_perfile)
3827 nfsd_break_one_deleg(dp);
Jeff Layton02e12152014-07-16 10:31:57 -04003828 spin_unlock(&fp->fi_lock);
Jeff Layton4d01b7f2014-09-01 15:06:54 -04003829 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003830}
3831
Jeff Laytonc45198e2014-09-01 07:12:07 -04003832static int
Jeff Layton7448cc32015-01-16 15:05:57 -05003833nfsd_change_deleg_cb(struct file_lock *onlist, int arg,
3834 struct list_head *dispose)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003835{
3836 if (arg & F_UNLCK)
Jeff Laytonc45198e2014-09-01 07:12:07 -04003837 return lease_modify(onlist, arg, dispose);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003838 else
3839 return -EAGAIN;
3840}
3841
Alexey Dobriyan7b021962009-09-21 17:01:12 -07003842static const struct lock_manager_operations nfsd_lease_mng_ops = {
J. Bruce Fields8fb47a42011-07-20 20:21:59 -04003843 .lm_break = nfsd_break_deleg_cb,
3844 .lm_change = nfsd_change_deleg_cb,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003845};
3846
J. Bruce Fields7a8711c2011-09-02 09:03:37 -04003847static __be32 nfsd4_check_seqid(struct nfsd4_compound_state *cstate, struct nfs4_stateowner *so, u32 seqid)
3848{
3849 if (nfsd4_has_session(cstate))
3850 return nfs_ok;
3851 if (seqid == so->so_seqid - 1)
3852 return nfserr_replay_me;
3853 if (seqid == so->so_seqid)
3854 return nfs_ok;
3855 return nfserr_bad_seqid;
3856}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003857
Jeff Layton4b24ca72014-06-30 11:48:44 -04003858static __be32 lookup_clientid(clientid_t *clid,
3859 struct nfsd4_compound_state *cstate,
3860 struct nfsd_net *nn)
3861{
3862 struct nfs4_client *found;
3863
3864 if (cstate->clp) {
3865 found = cstate->clp;
3866 if (!same_clid(&found->cl_clientid, clid))
3867 return nfserr_stale_clientid;
3868 return nfs_ok;
3869 }
3870
3871 if (STALE_CLIENTID(clid, nn))
3872 return nfserr_stale_clientid;
3873
3874 /*
3875 * For v4.1+ we get the client in the SEQUENCE op. If we don't have one
3876 * cached already then we know this is for is for v4.0 and "sessions"
3877 * will be false.
3878 */
3879 WARN_ON_ONCE(cstate->session);
Trond Myklebust3e339f92014-07-30 08:27:09 -04003880 spin_lock(&nn->client_lock);
Jeff Layton4b24ca72014-06-30 11:48:44 -04003881 found = find_confirmed_client(clid, false, nn);
Trond Myklebust3e339f92014-07-30 08:27:09 -04003882 if (!found) {
3883 spin_unlock(&nn->client_lock);
Jeff Layton4b24ca72014-06-30 11:48:44 -04003884 return nfserr_expired;
Trond Myklebust3e339f92014-07-30 08:27:09 -04003885 }
3886 atomic_inc(&found->cl_refcount);
3887 spin_unlock(&nn->client_lock);
Jeff Layton4b24ca72014-06-30 11:48:44 -04003888
3889 /* Cache the nfs4_client in cstate! */
3890 cstate->clp = found;
Jeff Layton4b24ca72014-06-30 11:48:44 -04003891 return nfs_ok;
3892}
3893
Al Virob37ad282006-10-19 23:28:59 -07003894__be32
Andy Adamson66689582009-04-03 08:28:45 +03003895nfsd4_process_open1(struct nfsd4_compound_state *cstate,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03003896 struct nfsd4_open *open, struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003897{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003898 clientid_t *clientid = &open->op_clientid;
3899 struct nfs4_client *clp = NULL;
3900 unsigned int strhashval;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003901 struct nfs4_openowner *oo = NULL;
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04003902 __be32 status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003903
Stanislav Kinsbursky2c142ba2012-07-25 16:57:45 +04003904 if (STALE_CLIENTID(&open->op_clientid, nn))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003905 return nfserr_stale_clientid;
J. Bruce Fields32513b42011-10-13 16:00:16 -04003906 /*
3907 * In case we need it later, after we've already created the
3908 * file and don't want to risk a further failure:
3909 */
3910 open->op_file = nfsd4_alloc_file();
3911 if (open->op_file == NULL)
3912 return nfserr_jukebox;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003913
Trond Myklebust2d91e892014-06-30 11:48:46 -04003914 status = lookup_clientid(clientid, cstate, nn);
3915 if (status)
3916 return status;
3917 clp = cstate->clp;
3918
Trond Myklebustd4f04892014-07-29 21:34:36 -04003919 strhashval = ownerstr_hashval(&open->op_owner);
3920 oo = find_openstateowner_str(strhashval, open, clp);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003921 open->op_openowner = oo;
3922 if (!oo) {
J. Bruce Fieldsbcf130f2011-10-12 20:44:20 -04003923 goto new_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003924 }
J. Bruce Fieldsdad1c062011-09-12 12:24:13 -04003925 if (!(oo->oo_flags & NFS4_OO_CONFIRMED)) {
J. Bruce Fields0f442aa2006-01-18 17:43:34 -08003926 /* Replace unconfirmed owners without checking for replay. */
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04003927 release_openowner(oo);
3928 open->op_openowner = NULL;
J. Bruce Fieldsbcf130f2011-10-12 20:44:20 -04003929 goto new_owner;
J. Bruce Fields0f442aa2006-01-18 17:43:34 -08003930 }
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04003931 status = nfsd4_check_seqid(cstate, &oo->oo_owner, open->op_seqid);
3932 if (status)
3933 return status;
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04003934 goto alloc_stateid;
J. Bruce Fieldsbcf130f2011-10-12 20:44:20 -04003935new_owner:
Trond Myklebust13d6f662014-06-30 11:48:45 -04003936 oo = alloc_init_open_stateowner(strhashval, open, cstate);
J. Bruce Fieldsbcf130f2011-10-12 20:44:20 -04003937 if (oo == NULL)
3938 return nfserr_jukebox;
3939 open->op_openowner = oo;
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04003940alloc_stateid:
Jeff Laytonb49e0842014-07-29 21:34:11 -04003941 open->op_stp = nfs4_alloc_open_stateid(clp);
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04003942 if (!open->op_stp)
3943 return nfserr_jukebox;
Sachin Bhamare8287f002015-04-27 14:50:14 +02003944
3945 if (nfsd4_has_session(cstate) &&
3946 (cstate->current_fh.fh_export->ex_flags & NFSEXP_PNFS)) {
3947 open->op_odstate = alloc_clnt_odstate(clp);
3948 if (!open->op_odstate)
3949 return nfserr_jukebox;
3950 }
3951
J. Bruce Fields0f442aa2006-01-18 17:43:34 -08003952 return nfs_ok;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003953}
3954
Al Virob37ad282006-10-19 23:28:59 -07003955static inline __be32
NeilBrown4a6e43e2005-06-23 22:02:50 -07003956nfs4_check_delegmode(struct nfs4_delegation *dp, int flags)
3957{
3958 if ((flags & WR_STATE) && (dp->dl_type == NFS4_OPEN_DELEGATE_READ))
3959 return nfserr_openmode;
3960 else
3961 return nfs_ok;
3962}
3963
Daniel Mackc47d8322011-05-16 16:38:14 +02003964static int share_access_to_flags(u32 share_access)
J. Bruce Fields24a01112010-05-18 20:01:35 -04003965{
J. Bruce Fields24a01112010-05-18 20:01:35 -04003966 return share_access == NFS4_SHARE_ACCESS_READ ? RD_STATE : WR_STATE;
3967}
3968
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04003969static struct nfs4_delegation *find_deleg_stateid(struct nfs4_client *cl, stateid_t *s)
J. Bruce Fieldsf459e452011-09-09 09:06:12 -04003970{
3971 struct nfs4_stid *ret;
3972
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04003973 ret = find_stateid_by_type(cl, s, NFS4_DELEG_STID);
J. Bruce Fieldsf459e452011-09-09 09:06:12 -04003974 if (!ret)
3975 return NULL;
3976 return delegstateid(ret);
3977}
3978
J. Bruce Fields8b289b22011-10-19 11:52:12 -04003979static bool nfsd4_is_deleg_cur(struct nfsd4_open *open)
3980{
3981 return open->op_claim_type == NFS4_OPEN_CLAIM_DELEGATE_CUR ||
3982 open->op_claim_type == NFS4_OPEN_CLAIM_DELEG_CUR_FH;
3983}
3984
Al Virob37ad282006-10-19 23:28:59 -07003985static __be32
J. Bruce Fields41d22662013-03-21 15:49:47 -04003986nfs4_check_deleg(struct nfs4_client *cl, struct nfsd4_open *open,
NeilBrown567d9822005-06-23 22:02:53 -07003987 struct nfs4_delegation **dp)
3988{
3989 int flags;
Al Virob37ad282006-10-19 23:28:59 -07003990 __be32 status = nfserr_bad_stateid;
Trond Myklebustdcd94cc2014-07-29 21:34:18 -04003991 struct nfs4_delegation *deleg;
NeilBrown567d9822005-06-23 22:02:53 -07003992
Trond Myklebustdcd94cc2014-07-29 21:34:18 -04003993 deleg = find_deleg_stateid(cl, &open->op_delegate_stateid);
3994 if (deleg == NULL)
NeilBrownc44c5ee2005-06-23 22:02:54 -07003995 goto out;
J. Bruce Fields24a01112010-05-18 20:01:35 -04003996 flags = share_access_to_flags(open->op_share_access);
Trond Myklebustdcd94cc2014-07-29 21:34:18 -04003997 status = nfs4_check_delegmode(deleg, flags);
3998 if (status) {
3999 nfs4_put_stid(&deleg->dl_stid);
4000 goto out;
4001 }
4002 *dp = deleg;
NeilBrownc44c5ee2005-06-23 22:02:54 -07004003out:
J. Bruce Fields8b289b22011-10-19 11:52:12 -04004004 if (!nfsd4_is_deleg_cur(open))
NeilBrownc44c5ee2005-06-23 22:02:54 -07004005 return nfs_ok;
4006 if (status)
4007 return status;
J. Bruce Fieldsdad1c062011-09-12 12:24:13 -04004008 open->op_openowner->oo_flags |= NFS4_OO_CONFIRMED;
NeilBrownc44c5ee2005-06-23 22:02:54 -07004009 return nfs_ok;
NeilBrown567d9822005-06-23 22:02:53 -07004010}
4011
J. Bruce Fields21fb4012010-07-28 12:21:23 -04004012static inline int nfs4_access_to_access(u32 nfs4_access)
4013{
4014 int flags = 0;
4015
4016 if (nfs4_access & NFS4_SHARE_ACCESS_READ)
4017 flags |= NFSD_MAY_READ;
4018 if (nfs4_access & NFS4_SHARE_ACCESS_WRITE)
4019 flags |= NFSD_MAY_WRITE;
4020 return flags;
4021}
4022
Al Virob37ad282006-10-19 23:28:59 -07004023static inline __be32
Linus Torvalds1da177e2005-04-16 15:20:36 -07004024nfsd4_truncate(struct svc_rqst *rqstp, struct svc_fh *fh,
4025 struct nfsd4_open *open)
4026{
4027 struct iattr iattr = {
4028 .ia_valid = ATTR_SIZE,
4029 .ia_size = 0,
4030 };
4031 if (!open->op_truncate)
4032 return 0;
4033 if (!(open->op_share_access & NFS4_SHARE_ACCESS_WRITE))
Al Viro92465852006-01-18 17:43:46 -08004034 return nfserr_inval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004035 return nfsd_setattr(rqstp, fh, &iattr, 0, (time_t)0);
4036}
4037
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004038static __be32 nfs4_get_vfs_file(struct svc_rqst *rqstp, struct nfs4_file *fp,
Jeff Layton6eb3a1d2014-07-10 14:07:31 -04004039 struct svc_fh *cur_fh, struct nfs4_ol_stateid *stp,
4040 struct nfsd4_open *open)
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004041{
Trond Myklebustde186432014-07-10 14:07:26 -04004042 struct file *filp = NULL;
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004043 __be32 status;
4044 int oflag = nfs4_access_to_omode(open->op_share_access);
4045 int access = nfs4_access_to_access(open->op_share_access);
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004046 unsigned char old_access_bmap, old_deny_bmap;
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004047
Trond Myklebustde186432014-07-10 14:07:26 -04004048 spin_lock(&fp->fi_lock);
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004049
4050 /*
4051 * Are we trying to set a deny mode that would conflict with
4052 * current access?
4053 */
4054 status = nfs4_file_check_deny(fp, open->op_share_deny);
4055 if (status != nfs_ok) {
4056 spin_unlock(&fp->fi_lock);
4057 goto out;
4058 }
4059
4060 /* set access to the file */
4061 status = nfs4_file_get_access(fp, open->op_share_access);
4062 if (status != nfs_ok) {
4063 spin_unlock(&fp->fi_lock);
4064 goto out;
4065 }
4066
4067 /* Set access bits in stateid */
4068 old_access_bmap = stp->st_access_bmap;
4069 set_access(open->op_share_access, stp);
4070
4071 /* Set new deny mask */
4072 old_deny_bmap = stp->st_deny_bmap;
4073 set_deny(open->op_share_deny, stp);
4074 fp->fi_share_deny |= (open->op_share_deny & NFS4_SHARE_DENY_BOTH);
4075
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004076 if (!fp->fi_fds[oflag]) {
Trond Myklebustde186432014-07-10 14:07:26 -04004077 spin_unlock(&fp->fi_lock);
4078 status = nfsd_open(rqstp, cur_fh, S_IFREG, access, &filp);
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004079 if (status)
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004080 goto out_put_access;
Trond Myklebustde186432014-07-10 14:07:26 -04004081 spin_lock(&fp->fi_lock);
4082 if (!fp->fi_fds[oflag]) {
4083 fp->fi_fds[oflag] = filp;
4084 filp = NULL;
4085 }
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004086 }
Trond Myklebustde186432014-07-10 14:07:26 -04004087 spin_unlock(&fp->fi_lock);
4088 if (filp)
4089 fput(filp);
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004090
4091 status = nfsd4_truncate(rqstp, cur_fh, open);
4092 if (status)
4093 goto out_put_access;
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004094out:
4095 return status;
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004096out_put_access:
4097 stp->st_access_bmap = old_access_bmap;
4098 nfs4_file_put_access(fp, open->op_share_access);
4099 reset_union_bmap_deny(bmap_to_share_mode(old_deny_bmap), stp);
4100 goto out;
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004101}
4102
Al Virob37ad282006-10-19 23:28:59 -07004103static __be32
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04004104nfs4_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 -07004105{
Al Virob37ad282006-10-19 23:28:59 -07004106 __be32 status;
Arnd Bergmann6ac75362015-05-12 23:31:29 +02004107 unsigned char old_deny_bmap = stp->st_deny_bmap;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004108
Jeff Layton6eb3a1d2014-07-10 14:07:31 -04004109 if (!test_access(open->op_share_access, stp))
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004110 return nfs4_get_vfs_file(rqstp, fp, cur_fh, stp, open);
Christoph Hellwig7e6a72e2014-06-30 11:48:30 -04004111
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004112 /* test and set deny mode */
4113 spin_lock(&fp->fi_lock);
4114 status = nfs4_file_check_deny(fp, open->op_share_deny);
4115 if (status == nfs_ok) {
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004116 set_deny(open->op_share_deny, stp);
4117 fp->fi_share_deny |=
4118 (open->op_share_deny & NFS4_SHARE_DENY_BOTH);
4119 }
4120 spin_unlock(&fp->fi_lock);
4121
4122 if (status != nfs_ok)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004123 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004124
Jeff Laytonbaeb4ff2014-07-10 14:07:34 -04004125 status = nfsd4_truncate(rqstp, cur_fh, open);
4126 if (status != nfs_ok)
4127 reset_union_bmap_deny(old_deny_bmap, stp);
4128 return status;
4129}
Linus Torvalds1da177e2005-04-16 15:20:36 -07004130
J. Bruce Fields14a24e92010-12-10 19:02:49 -05004131/* Should we give out recallable state?: */
4132static bool nfsd4_cb_channel_good(struct nfs4_client *clp)
4133{
4134 if (clp->cl_cb_state == NFSD4_CB_UP)
4135 return true;
4136 /*
4137 * In the sessions case, since we don't have to establish a
4138 * separate connection for callbacks, we assume it's OK
4139 * until we hear otherwise:
4140 */
4141 return clp->cl_minorversion && clp->cl_cb_state == NFSD4_CB_UNKNOWN;
4142}
4143
Jeff Laytond564fbe2014-07-16 10:31:58 -04004144static struct file_lock *nfs4_alloc_init_lease(struct nfs4_file *fp, int flag)
J. Bruce Fields22d38c42011-01-31 11:55:12 -05004145{
4146 struct file_lock *fl;
4147
4148 fl = locks_alloc_lock();
4149 if (!fl)
4150 return NULL;
J. Bruce Fields22d38c42011-01-31 11:55:12 -05004151 fl->fl_lmops = &nfsd_lease_mng_ops;
J. Bruce Fields617588d2011-07-01 15:18:34 -04004152 fl->fl_flags = FL_DELEG;
J. Bruce Fields22d38c42011-01-31 11:55:12 -05004153 fl->fl_type = flag == NFS4_OPEN_DELEGATE_READ? F_RDLCK: F_WRLCK;
4154 fl->fl_end = OFFSET_MAX;
Jeff Laytond564fbe2014-07-16 10:31:58 -04004155 fl->fl_owner = (fl_owner_t)fp;
J. Bruce Fields22d38c42011-01-31 11:55:12 -05004156 fl->fl_pid = current->tgid;
J. Bruce Fields22d38c42011-01-31 11:55:12 -05004157 return fl;
4158}
4159
Andrew Elble34ed9872015-10-15 12:07:28 -04004160/**
4161 * nfs4_setlease - Obtain a delegation by requesting lease from vfs layer
4162 * @dp: a pointer to the nfs4_delegation we're adding.
4163 *
4164 * Return:
4165 * On success: Return code will be 0 on success.
4166 *
4167 * On error: -EAGAIN if there was an existing delegation.
4168 * nonzero if there is an error in other cases.
4169 *
4170 */
4171
J. Bruce Fields99c41512013-05-21 16:21:25 -04004172static int nfs4_setlease(struct nfs4_delegation *dp)
J. Bruce Fieldsedab9782011-01-31 17:58:10 -05004173{
Trond Myklebust11b91642014-07-29 21:34:08 -04004174 struct nfs4_file *fp = dp->dl_stid.sc_file;
Kinglong Meeefde6b42015-07-13 17:33:24 +08004175 struct file_lock *fl;
Jeff Layton417c6622014-07-21 09:34:57 -04004176 struct file *filp;
4177 int status = 0;
J. Bruce Fieldsedab9782011-01-31 17:58:10 -05004178
Jeff Laytond564fbe2014-07-16 10:31:58 -04004179 fl = nfs4_alloc_init_lease(fp, NFS4_OPEN_DELEGATE_READ);
J. Bruce Fieldsedab9782011-01-31 17:58:10 -05004180 if (!fl)
4181 return -ENOMEM;
Jeff Layton417c6622014-07-21 09:34:57 -04004182 filp = find_readable_file(fp);
4183 if (!filp) {
4184 /* We should always have a readable file here */
4185 WARN_ON_ONCE(1);
Kinglong Meeaf9dbaf2015-07-13 17:30:51 +08004186 locks_free_lock(fl);
Jeff Layton417c6622014-07-21 09:34:57 -04004187 return -EBADF;
4188 }
4189 fl->fl_file = filp;
Jeff Laytone6f5c782014-08-22 10:40:25 -04004190 status = vfs_setlease(filp, fl->fl_type, &fl, NULL);
Jeff Layton1c7dd2f2014-08-22 10:55:47 -04004191 if (fl)
Jeff Layton417c6622014-07-21 09:34:57 -04004192 locks_free_lock(fl);
Jeff Layton1c7dd2f2014-08-22 10:55:47 -04004193 if (status)
Jeff Layton417c6622014-07-21 09:34:57 -04004194 goto out_fput;
Benny Halevycdc97502014-05-30 09:09:30 -04004195 spin_lock(&state_lock);
Jeff Layton417c6622014-07-21 09:34:57 -04004196 spin_lock(&fp->fi_lock);
4197 /* Did the lease get broken before we took the lock? */
4198 status = -EAGAIN;
4199 if (fp->fi_had_conflict)
4200 goto out_unlock;
4201 /* Race breaker */
Jeff Layton0c637be2014-08-22 12:05:43 -04004202 if (fp->fi_deleg_file) {
Andrew Elble34ed9872015-10-15 12:07:28 -04004203 status = hash_delegation_locked(dp, fp);
Jeff Layton417c6622014-07-21 09:34:57 -04004204 goto out_unlock;
4205 }
Jeff Layton417c6622014-07-21 09:34:57 -04004206 fp->fi_deleg_file = filp;
Andrew Elble34ed9872015-10-15 12:07:28 -04004207 fp->fi_delegees = 0;
4208 status = hash_delegation_locked(dp, fp);
Jeff Layton417c6622014-07-21 09:34:57 -04004209 spin_unlock(&fp->fi_lock);
Benny Halevycdc97502014-05-30 09:09:30 -04004210 spin_unlock(&state_lock);
Andrew Elble34ed9872015-10-15 12:07:28 -04004211 if (status) {
4212 /* Should never happen, this is a new fi_deleg_file */
4213 WARN_ON_ONCE(1);
4214 goto out_fput;
4215 }
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05004216 return 0;
Jeff Layton417c6622014-07-21 09:34:57 -04004217out_unlock:
4218 spin_unlock(&fp->fi_lock);
4219 spin_unlock(&state_lock);
4220out_fput:
4221 fput(filp);
J. Bruce Fieldse8730882012-01-23 13:52:01 -05004222 return status;
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05004223}
4224
Jeff Layton0b266932014-07-25 07:34:25 -04004225static struct nfs4_delegation *
4226nfs4_set_delegation(struct nfs4_client *clp, struct svc_fh *fh,
Sachin Bhamare8287f002015-04-27 14:50:14 +02004227 struct nfs4_file *fp, struct nfs4_clnt_odstate *odstate)
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05004228{
Jeff Layton0b266932014-07-25 07:34:25 -04004229 int status;
4230 struct nfs4_delegation *dp;
Jeff Layton417c6622014-07-21 09:34:57 -04004231
J. Bruce Fieldsbf7bd3e2013-08-15 16:55:26 -04004232 if (fp->fi_had_conflict)
Jeff Layton0b266932014-07-25 07:34:25 -04004233 return ERR_PTR(-EAGAIN);
4234
Andrew Elble34ed9872015-10-15 12:07:28 -04004235 spin_lock(&state_lock);
4236 spin_lock(&fp->fi_lock);
4237 status = nfs4_get_existing_delegation(clp, fp);
4238 spin_unlock(&fp->fi_lock);
4239 spin_unlock(&state_lock);
4240
4241 if (status)
4242 return ERR_PTR(status);
4243
Sachin Bhamare8287f002015-04-27 14:50:14 +02004244 dp = alloc_init_deleg(clp, fh, odstate);
Jeff Layton0b266932014-07-25 07:34:25 -04004245 if (!dp)
4246 return ERR_PTR(-ENOMEM);
4247
J. Bruce Fieldsbf7bd3e2013-08-15 16:55:26 -04004248 get_nfs4_file(fp);
Benny Halevycdc97502014-05-30 09:09:30 -04004249 spin_lock(&state_lock);
Jeff Layton417c6622014-07-21 09:34:57 -04004250 spin_lock(&fp->fi_lock);
Trond Myklebust11b91642014-07-29 21:34:08 -04004251 dp->dl_stid.sc_file = fp;
Jeff Layton0c637be2014-08-22 12:05:43 -04004252 if (!fp->fi_deleg_file) {
Jeff Layton417c6622014-07-21 09:34:57 -04004253 spin_unlock(&fp->fi_lock);
4254 spin_unlock(&state_lock);
Jeff Layton0b266932014-07-25 07:34:25 -04004255 status = nfs4_setlease(dp);
4256 goto out;
Jeff Layton417c6622014-07-21 09:34:57 -04004257 }
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05004258 if (fp->fi_had_conflict) {
Jeff Layton417c6622014-07-21 09:34:57 -04004259 status = -EAGAIN;
4260 goto out_unlock;
J. Bruce Fieldsacfdf5c2011-01-31 19:20:39 -05004261 }
Andrew Elble34ed9872015-10-15 12:07:28 -04004262 status = hash_delegation_locked(dp, fp);
Jeff Layton417c6622014-07-21 09:34:57 -04004263out_unlock:
4264 spin_unlock(&fp->fi_lock);
Benny Halevycdc97502014-05-30 09:09:30 -04004265 spin_unlock(&state_lock);
Jeff Layton0b266932014-07-25 07:34:25 -04004266out:
4267 if (status) {
Sachin Bhamare8287f002015-04-27 14:50:14 +02004268 put_clnt_odstate(dp->dl_clnt_odstate);
Trond Myklebust60116952014-07-29 21:34:06 -04004269 nfs4_put_stid(&dp->dl_stid);
Jeff Layton0b266932014-07-25 07:34:25 -04004270 return ERR_PTR(status);
4271 }
4272 return dp;
J. Bruce Fieldsedab9782011-01-31 17:58:10 -05004273}
4274
Benny Halevy4aa89132012-02-21 14:16:44 -08004275static void nfsd4_open_deleg_none_ext(struct nfsd4_open *open, int status)
4276{
4277 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE_EXT;
4278 if (status == -EAGAIN)
4279 open->op_why_no_deleg = WND4_CONTENTION;
4280 else {
4281 open->op_why_no_deleg = WND4_RESOURCE;
4282 switch (open->op_deleg_want) {
4283 case NFS4_SHARE_WANT_READ_DELEG:
4284 case NFS4_SHARE_WANT_WRITE_DELEG:
4285 case NFS4_SHARE_WANT_ANY_DELEG:
4286 break;
4287 case NFS4_SHARE_WANT_CANCEL:
4288 open->op_why_no_deleg = WND4_CANCELLED;
4289 break;
4290 case NFS4_SHARE_WANT_NO_DELEG:
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05004291 WARN_ON_ONCE(1);
Benny Halevy4aa89132012-02-21 14:16:44 -08004292 }
4293 }
4294}
4295
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296/*
4297 * Attempt to hand out a delegation.
J. Bruce Fields99c41512013-05-21 16:21:25 -04004298 *
4299 * Note we don't support write delegations, and won't until the vfs has
4300 * proper support for them.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004301 */
4302static void
Jeff Layton4cf59222014-07-25 07:34:24 -04004303nfs4_open_delegation(struct svc_fh *fh, struct nfsd4_open *open,
4304 struct nfs4_ol_stateid *stp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004305{
4306 struct nfs4_delegation *dp;
Jeff Layton4cf59222014-07-25 07:34:24 -04004307 struct nfs4_openowner *oo = openowner(stp->st_stateowner);
4308 struct nfs4_client *clp = stp->st_stid.sc_client;
J. Bruce Fields14a24e92010-12-10 19:02:49 -05004309 int cb_up;
J. Bruce Fields99c41512013-05-21 16:21:25 -04004310 int status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004311
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04004312 cb_up = nfsd4_cb_channel_good(oo->oo_owner.so_client);
NeilBrown7b190fe2005-06-23 22:03:23 -07004313 open->op_recall = 0;
4314 switch (open->op_claim_type) {
4315 case NFS4_OPEN_CLAIM_PREVIOUS:
J. Bruce Fields2bf23872010-03-08 12:37:27 -05004316 if (!cb_up)
NeilBrown7b190fe2005-06-23 22:03:23 -07004317 open->op_recall = 1;
J. Bruce Fields99c41512013-05-21 16:21:25 -04004318 if (open->op_delegate_type != NFS4_OPEN_DELEGATE_READ)
4319 goto out_no_deleg;
NeilBrown7b190fe2005-06-23 22:03:23 -07004320 break;
4321 case NFS4_OPEN_CLAIM_NULL:
Ming Chened47b062014-01-09 21:26:10 +00004322 case NFS4_OPEN_CLAIM_FH:
J. Bruce Fields99c41512013-05-21 16:21:25 -04004323 /*
4324 * Let's not give out any delegations till everyone's
J. Bruce Fieldsc87fb4a2015-08-06 12:47:02 -04004325 * had the chance to reclaim theirs, *and* until
4326 * NLM locks have all been reclaimed:
J. Bruce Fields99c41512013-05-21 16:21:25 -04004327 */
Jeff Layton4cf59222014-07-25 07:34:24 -04004328 if (locks_in_grace(clp->net))
J. Bruce Fields99c41512013-05-21 16:21:25 -04004329 goto out_no_deleg;
J. Bruce Fieldsdad1c062011-09-12 12:24:13 -04004330 if (!cb_up || !(oo->oo_flags & NFS4_OO_CONFIRMED))
J. Bruce Fields99c41512013-05-21 16:21:25 -04004331 goto out_no_deleg;
Steve Dickson9a0590a2013-05-15 14:51:49 -04004332 /*
4333 * Also, if the file was opened for write or
4334 * create, there's a good chance the client's
4335 * about to write to it, resulting in an
4336 * immediate recall (since we don't support
4337 * write delegations):
4338 */
NeilBrown7b190fe2005-06-23 22:03:23 -07004339 if (open->op_share_access & NFS4_SHARE_ACCESS_WRITE)
J. Bruce Fields99c41512013-05-21 16:21:25 -04004340 goto out_no_deleg;
4341 if (open->op_create == NFS4_OPEN_CREATE)
4342 goto out_no_deleg;
NeilBrown7b190fe2005-06-23 22:03:23 -07004343 break;
4344 default:
J. Bruce Fields99c41512013-05-21 16:21:25 -04004345 goto out_no_deleg;
NeilBrown7b190fe2005-06-23 22:03:23 -07004346 }
Sachin Bhamare8287f002015-04-27 14:50:14 +02004347 dp = nfs4_set_delegation(clp, fh, stp->st_stid.sc_file, stp->st_clnt_odstate);
Jeff Layton0b266932014-07-25 07:34:25 -04004348 if (IS_ERR(dp))
J. Bruce Fieldsdd239cc2011-01-31 17:14:55 -05004349 goto out_no_deleg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004350
J. Bruce Fieldsd5477a82011-09-08 12:07:44 -04004351 memcpy(&open->op_delegate_stateid, &dp->dl_stid.sc_stateid, sizeof(dp->dl_stid.sc_stateid));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004352
Benny Halevy8c10cbd2009-10-19 12:04:53 +02004353 dprintk("NFSD: delegation stateid=" STATEID_FMT "\n",
J. Bruce Fieldsd5477a82011-09-08 12:07:44 -04004354 STATEID_VAL(&dp->dl_stid.sc_stateid));
J. Bruce Fields99c41512013-05-21 16:21:25 -04004355 open->op_delegate_type = NFS4_OPEN_DELEGATE_READ;
Trond Myklebust67cb1272014-07-29 21:34:17 -04004356 nfs4_put_stid(&dp->dl_stid);
J. Bruce Fieldsdd239cc2011-01-31 17:14:55 -05004357 return;
J. Bruce Fieldsdd239cc2011-01-31 17:14:55 -05004358out_no_deleg:
J. Bruce Fields99c41512013-05-21 16:21:25 -04004359 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE;
4360 if (open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS &&
J. Bruce Fieldsd08d32e2013-06-21 11:05:32 -04004361 open->op_delegate_type != NFS4_OPEN_DELEGATE_NONE) {
J. Bruce Fields99c41512013-05-21 16:21:25 -04004362 dprintk("NFSD: WARNING: refusing delegation reclaim\n");
J. Bruce Fieldsd08d32e2013-06-21 11:05:32 -04004363 open->op_recall = 1;
4364 }
J. Bruce Fields99c41512013-05-21 16:21:25 -04004365
4366 /* 4.1 client asking for a delegation? */
4367 if (open->op_deleg_want)
4368 nfsd4_open_deleg_none_ext(open, status);
4369 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004370}
4371
Benny Halevye27f49c2012-02-21 14:16:54 -08004372static void nfsd4_deleg_xgrade_none_ext(struct nfsd4_open *open,
4373 struct nfs4_delegation *dp)
4374{
4375 if (open->op_deleg_want == NFS4_SHARE_WANT_READ_DELEG &&
4376 dp->dl_type == NFS4_OPEN_DELEGATE_WRITE) {
4377 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE_EXT;
4378 open->op_why_no_deleg = WND4_NOT_SUPP_DOWNGRADE;
4379 } else if (open->op_deleg_want == NFS4_SHARE_WANT_WRITE_DELEG &&
4380 dp->dl_type == NFS4_OPEN_DELEGATE_WRITE) {
4381 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE_EXT;
4382 open->op_why_no_deleg = WND4_NOT_SUPP_UPGRADE;
4383 }
4384 /* Otherwise the client must be confused wanting a delegation
4385 * it already has, therefore we don't return
4386 * NFS4_OPEN_DELEGATE_NONE_EXT and reason.
4387 */
4388}
4389
Al Virob37ad282006-10-19 23:28:59 -07004390__be32
Linus Torvalds1da177e2005-04-16 15:20:36 -07004391nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open)
4392{
Andy Adamson66689582009-04-03 08:28:45 +03004393 struct nfsd4_compoundres *resp = rqstp->rq_resp;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004394 struct nfs4_client *cl = open->op_openowner->oo_owner.so_client;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004395 struct nfs4_file *fp = NULL;
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04004396 struct nfs4_ol_stateid *stp = NULL;
NeilBrown567d9822005-06-23 22:02:53 -07004397 struct nfs4_delegation *dp = NULL;
Al Virob37ad282006-10-19 23:28:59 -07004398 __be32 status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004399
Linus Torvalds1da177e2005-04-16 15:20:36 -07004400 /*
4401 * Lookup file; if found, lookup stateid and check open request,
4402 * and check for delegations in the process of being recalled.
4403 * If not found, create the nfs4_file struct
4404 */
Jeff Laytonf9c00c32014-07-23 16:17:41 -04004405 fp = find_or_add_file(open->op_file, &current_fh->fh_handle);
Trond Myklebust950e0112014-06-30 11:48:31 -04004406 if (fp != open->op_file) {
J. Bruce Fields41d22662013-03-21 15:49:47 -04004407 status = nfs4_check_deleg(cl, open, &dp);
NeilBrownc44c5ee2005-06-23 22:02:54 -07004408 if (status)
4409 goto out;
Andrew Elble7fc05642015-11-05 20:42:43 -05004410 spin_lock(&fp->fi_lock);
Jeff Laytona46cb7f2014-07-10 14:07:35 -04004411 stp = nfsd4_find_existing_open(fp, open);
Andrew Elble7fc05642015-11-05 20:42:43 -05004412 spin_unlock(&fp->fi_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004413 } else {
Trond Myklebust950e0112014-06-30 11:48:31 -04004414 open->op_file = NULL;
NeilBrownc44c5ee2005-06-23 22:02:54 -07004415 status = nfserr_bad_stateid;
J. Bruce Fields8b289b22011-10-19 11:52:12 -04004416 if (nfsd4_is_deleg_cur(open))
NeilBrownc44c5ee2005-06-23 22:02:54 -07004417 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004418 }
4419
4420 /*
4421 * OPEN the file, or upgrade an existing OPEN.
4422 * If truncate fails, the OPEN fails.
4423 */
4424 if (stp) {
4425 /* Stateid was found, this is an OPEN upgrade */
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04004426 mutex_lock(&stp->st_mutex);
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04004427 status = nfs4_upgrade_open(rqstp, fp, current_fh, stp, open);
Jeff Layton35a92fe2015-09-17 07:47:08 -04004428 if (status) {
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04004429 mutex_unlock(&stp->st_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004430 goto out;
Jeff Layton35a92fe2015-09-17 07:47:08 -04004431 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004432 } else {
Oleg Drokin8c7245ab2016-06-14 23:28:06 -04004433 /* stp is returned locked. */
4434 stp = init_open_stateid(fp, open);
4435 /* See if we lost the race to some other thread */
4436 if (stp->st_access_bmap != 0) {
Andrew Elble7fc05642015-11-05 20:42:43 -05004437 status = nfs4_upgrade_open(rqstp, fp, current_fh,
4438 stp, open);
4439 if (status) {
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04004440 mutex_unlock(&stp->st_mutex);
Andrew Elble7fc05642015-11-05 20:42:43 -05004441 goto out;
4442 }
4443 goto upgrade_out;
4444 }
Jeff Layton6eb3a1d2014-07-10 14:07:31 -04004445 status = nfs4_get_vfs_file(rqstp, fp, current_fh, stp, open);
4446 if (status) {
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04004447 mutex_unlock(&stp->st_mutex);
Jeff Layton6eb3a1d2014-07-10 14:07:31 -04004448 release_open_stateid(stp);
4449 goto out;
4450 }
Sachin Bhamare8287f002015-04-27 14:50:14 +02004451
4452 stp->st_clnt_odstate = find_or_hash_clnt_odstate(fp,
4453 open->op_odstate);
4454 if (stp->st_clnt_odstate == open->op_odstate)
4455 open->op_odstate = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004456 }
Andrew Elble7fc05642015-11-05 20:42:43 -05004457upgrade_out:
Jeff Layton9767feb2015-10-01 09:05:50 -04004458 nfs4_inc_and_copy_stateid(&open->op_stateid, &stp->st_stid);
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04004459 mutex_unlock(&stp->st_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004460
Benny Halevyd24433c2012-02-16 20:57:17 +02004461 if (nfsd4_has_session(&resp->cstate)) {
Benny Halevyd24433c2012-02-16 20:57:17 +02004462 if (open->op_deleg_want & NFS4_SHARE_WANT_NO_DELEG) {
4463 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE_EXT;
4464 open->op_why_no_deleg = WND4_NOT_WANTED;
4465 goto nodeleg;
4466 }
4467 }
4468
Linus Torvalds1da177e2005-04-16 15:20:36 -07004469 /*
4470 * Attempt to hand out a delegation. No error return, because the
4471 * OPEN succeeds even if we fail.
4472 */
Jeff Layton4cf59222014-07-25 07:34:24 -04004473 nfs4_open_delegation(current_fh, open, stp);
Benny Halevyd24433c2012-02-16 20:57:17 +02004474nodeleg:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004475 status = nfs_ok;
4476
Benny Halevy8c10cbd2009-10-19 12:04:53 +02004477 dprintk("%s: stateid=" STATEID_FMT "\n", __func__,
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04004478 STATEID_VAL(&stp->st_stid.sc_stateid));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004479out:
Benny Halevyd24433c2012-02-16 20:57:17 +02004480 /* 4.1 client trying to upgrade/downgrade delegation? */
4481 if (open->op_delegate_type == NFS4_OPEN_DELEGATE_NONE && dp &&
Benny Halevye27f49c2012-02-21 14:16:54 -08004482 open->op_deleg_want)
4483 nfsd4_deleg_xgrade_none_ext(open, dp);
Benny Halevyd24433c2012-02-16 20:57:17 +02004484
NeilBrown13cd2182005-06-23 22:03:10 -07004485 if (fp)
4486 put_nfs4_file(fp);
NeilBrown37515172005-07-07 17:59:16 -07004487 if (status == 0 && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS)
Kinglong Mee87186022015-07-13 17:32:59 +08004488 open->op_openowner->oo_flags |= NFS4_OO_CONFIRMED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004489 /*
4490 * To finish the open response, we just need to set the rflags.
4491 */
4492 open->op_rflags = NFS4_OPEN_RESULT_LOCKTYPE_POSIX;
J. Bruce Fieldsdad1c062011-09-12 12:24:13 -04004493 if (!(open->op_openowner->oo_flags & NFS4_OO_CONFIRMED) &&
Andy Adamson66689582009-04-03 08:28:45 +03004494 !nfsd4_has_session(&resp->cstate))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004495 open->op_rflags |= NFS4_OPEN_RESULT_CONFIRM;
Trond Myklebustdcd94cc2014-07-29 21:34:18 -04004496 if (dp)
4497 nfs4_put_stid(&dp->dl_stid);
Trond Myklebustd6f2bc52014-07-29 21:34:19 -04004498 if (stp)
4499 nfs4_put_stid(&stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004500
4501 return status;
4502}
4503
Jeff Layton58fb12e2014-07-29 21:34:27 -04004504void nfsd4_cleanup_open_state(struct nfsd4_compound_state *cstate,
Jeff Layton42297892015-03-23 10:53:44 -04004505 struct nfsd4_open *open)
J. Bruce Fieldsd29b20c2011-10-13 15:12:59 -04004506{
4507 if (open->op_openowner) {
Jeff Laytond3134b12014-07-29 21:34:32 -04004508 struct nfs4_stateowner *so = &open->op_openowner->oo_owner;
J. Bruce Fieldsd29b20c2011-10-13 15:12:59 -04004509
Jeff Laytond3134b12014-07-29 21:34:32 -04004510 nfsd4_cstate_assign_replay(cstate, so);
4511 nfs4_put_stateowner(so);
J. Bruce Fieldsd29b20c2011-10-13 15:12:59 -04004512 }
J. Bruce Fields32513b42011-10-13 16:00:16 -04004513 if (open->op_file)
Jeff Layton5b095e92014-10-23 08:01:02 -04004514 kmem_cache_free(file_slab, open->op_file);
J. Bruce Fields4cdc9512011-10-17 15:57:47 -04004515 if (open->op_stp)
Trond Myklebust60116952014-07-29 21:34:06 -04004516 nfs4_put_stid(&open->op_stp->st_stid);
Sachin Bhamare8287f002015-04-27 14:50:14 +02004517 if (open->op_odstate)
4518 kmem_cache_free(odstate_slab, open->op_odstate);
J. Bruce Fieldsd29b20c2011-10-13 15:12:59 -04004519}
4520
Al Virob37ad282006-10-19 23:28:59 -07004521__be32
J.Bruce Fieldsb5914802006-12-13 00:35:38 -08004522nfsd4_renew(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
4523 clientid_t *clid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004524{
4525 struct nfs4_client *clp;
Al Virob37ad282006-10-19 23:28:59 -07004526 __be32 status;
Stanislav Kinsbursky7f2210f2012-11-14 18:21:05 +03004527 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004528
Linus Torvalds1da177e2005-04-16 15:20:36 -07004529 dprintk("process_renew(%08x/%08x): starting\n",
4530 clid->cl_boot, clid->cl_id);
Jeff Layton4b24ca72014-06-30 11:48:44 -04004531 status = lookup_clientid(clid, cstate, nn);
J. Bruce Fields9b2ef622012-12-03 17:24:41 -05004532 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004533 goto out;
Jeff Layton4b24ca72014-06-30 11:48:44 -04004534 clp = cstate->clp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004535 status = nfserr_cb_path_down;
NeilBrownea1da632005-06-23 22:04:17 -07004536 if (!list_empty(&clp->cl_delegations)
J. Bruce Fields77a35692010-04-30 18:51:44 -04004537 && clp->cl_cb_state != NFSD4_CB_UP)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004538 goto out;
4539 status = nfs_ok;
4540out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004541 return status;
4542}
4543
Jeff Layton7f5ef2e2014-09-12 16:40:21 -04004544void
Stanislav Kinsbursky12760c62012-11-14 18:22:12 +03004545nfsd4_end_grace(struct nfsd_net *nn)
NeilBrowna76b4312005-06-23 22:04:01 -07004546{
Jeff Layton33dcc482012-04-10 11:08:48 -04004547 /* do nothing if grace period already ended */
Stanislav Kinsburskya51c84e2012-07-25 16:57:37 +04004548 if (nn->grace_ended)
Jeff Layton33dcc482012-04-10 11:08:48 -04004549 return;
4550
NeilBrowna76b4312005-06-23 22:04:01 -07004551 dprintk("NFSD: end of grace period\n");
Stanislav Kinsburskya51c84e2012-07-25 16:57:37 +04004552 nn->grace_ended = true;
J. Bruce Fields70b28232014-09-16 17:37:32 -04004553 /*
4554 * If the server goes down again right now, an NFSv4
4555 * client will still be allowed to reclaim after it comes back up,
4556 * even if it hasn't yet had a chance to reclaim state this time.
4557 *
4558 */
Jeff Layton919b8042014-09-12 16:40:20 -04004559 nfsd4_record_grace_done(nn);
J. Bruce Fields70b28232014-09-16 17:37:32 -04004560 /*
4561 * At this point, NFSv4 clients can still reclaim. But if the
4562 * server crashes, any that have not yet reclaimed will be out
4563 * of luck on the next boot.
4564 *
4565 * (NFSv4.1+ clients are considered to have reclaimed once they
4566 * call RECLAIM_COMPLETE. NFSv4.0 clients are considered to
4567 * have reclaimed after their first OPEN.)
4568 */
Stanislav Kinsbursky5e1533c2012-07-25 16:56:58 +04004569 locks_end_grace(&nn->nfsd4_manager);
J. Bruce Fields70b28232014-09-16 17:37:32 -04004570 /*
4571 * At this point, and once lockd and/or any other containers
4572 * exit their grace period, further reclaims will fail and
4573 * regular locking can resume.
4574 */
NeilBrowna76b4312005-06-23 22:04:01 -07004575}
4576
NeilBrownfd39ca92005-06-23 22:04:03 -07004577static time_t
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03004578nfs4_laundromat(struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004579{
4580 struct nfs4_client *clp;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04004581 struct nfs4_openowner *oo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004582 struct nfs4_delegation *dp;
Jeff Layton217526e2014-07-30 08:27:11 -04004583 struct nfs4_ol_stateid *stp;
Jeff Layton7919d0a2016-09-16 16:28:25 -04004584 struct nfsd4_blocked_lock *nbl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004585 struct list_head *pos, *next, reaplist;
Stanislav Kinsbursky3d733712012-11-27 14:11:44 +03004586 time_t cutoff = get_seconds() - nn->nfsd4_lease;
Jeff Laytona832e7a2014-05-30 09:09:26 -04004587 time_t t, new_timeo = nn->nfsd4_lease;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004588
Linus Torvalds1da177e2005-04-16 15:20:36 -07004589 dprintk("NFSD: laundromat service - starting\n");
Stanislav Kinsbursky12760c62012-11-14 18:22:12 +03004590 nfsd4_end_grace(nn);
Benny Halevy36acb662010-05-12 00:13:04 +03004591 INIT_LIST_HEAD(&reaplist);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03004592 spin_lock(&nn->client_lock);
Stanislav Kinsbursky5ed58bb2012-11-14 18:21:56 +03004593 list_for_each_safe(pos, next, &nn->client_lru) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004594 clp = list_entry(pos, struct nfs4_client, cl_lru);
4595 if (time_after((unsigned long)clp->cl_time, (unsigned long)cutoff)) {
4596 t = clp->cl_time - cutoff;
Jeff Laytona832e7a2014-05-30 09:09:26 -04004597 new_timeo = min(new_timeo, t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004598 break;
4599 }
J. Bruce Fields221a6872013-04-01 22:23:49 -04004600 if (mark_client_expired_locked(clp)) {
Benny Halevyd7682982010-05-12 00:13:54 +03004601 dprintk("NFSD: client in use (clientid %08x)\n",
4602 clp->cl_clientid.cl_id);
4603 continue;
4604 }
Trond Myklebust4864af92014-07-30 08:27:03 -04004605 list_add(&clp->cl_lru, &reaplist);
Benny Halevy36acb662010-05-12 00:13:04 +03004606 }
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03004607 spin_unlock(&nn->client_lock);
Benny Halevy36acb662010-05-12 00:13:04 +03004608 list_for_each_safe(pos, next, &reaplist) {
4609 clp = list_entry(pos, struct nfs4_client, cl_lru);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004610 dprintk("NFSD: purging unused client (clientid %08x)\n",
4611 clp->cl_clientid.cl_id);
Trond Myklebust4864af92014-07-30 08:27:03 -04004612 list_del_init(&clp->cl_lru);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004613 expire_client(clp);
4614 }
Benny Halevycdc97502014-05-30 09:09:30 -04004615 spin_lock(&state_lock);
J. Bruce Fieldse8c69d12013-03-21 15:19:33 -04004616 list_for_each_safe(pos, next, &nn->del_recall_lru) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004617 dp = list_entry (pos, struct nfs4_delegation, dl_recall_lru);
4618 if (time_after((unsigned long)dp->dl_time, (unsigned long)cutoff)) {
Jeff Laytona832e7a2014-05-30 09:09:26 -04004619 t = dp->dl_time - cutoff;
4620 new_timeo = min(new_timeo, t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004621 break;
4622 }
Jeff Layton3fcbbd22015-08-24 12:41:48 -04004623 WARN_ON(!unhash_delegation_locked(dp));
Jeff Layton42690672014-07-25 07:34:20 -04004624 list_add(&dp->dl_recall_lru, &reaplist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004625 }
Benny Halevycdc97502014-05-30 09:09:30 -04004626 spin_unlock(&state_lock);
Jeff Layton2d4a5322014-07-25 07:34:21 -04004627 while (!list_empty(&reaplist)) {
4628 dp = list_first_entry(&reaplist, struct nfs4_delegation,
4629 dl_recall_lru);
4630 list_del_init(&dp->dl_recall_lru);
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04004631 revoke_delegation(dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004632 }
Jeff Layton217526e2014-07-30 08:27:11 -04004633
4634 spin_lock(&nn->client_lock);
4635 while (!list_empty(&nn->close_lru)) {
4636 oo = list_first_entry(&nn->close_lru, struct nfs4_openowner,
4637 oo_close_lru);
4638 if (time_after((unsigned long)oo->oo_time,
4639 (unsigned long)cutoff)) {
Jeff Laytona832e7a2014-05-30 09:09:26 -04004640 t = oo->oo_time - cutoff;
4641 new_timeo = min(new_timeo, t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004642 break;
4643 }
Jeff Layton217526e2014-07-30 08:27:11 -04004644 list_del_init(&oo->oo_close_lru);
4645 stp = oo->oo_last_closed_stid;
4646 oo->oo_last_closed_stid = NULL;
4647 spin_unlock(&nn->client_lock);
4648 nfs4_put_stid(&stp->st_stid);
4649 spin_lock(&nn->client_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004650 }
Jeff Layton217526e2014-07-30 08:27:11 -04004651 spin_unlock(&nn->client_lock);
4652
Jeff Layton7919d0a2016-09-16 16:28:25 -04004653 /*
4654 * It's possible for a client to try and acquire an already held lock
4655 * that is being held for a long time, and then lose interest in it.
4656 * So, we clean out any un-revisited request after a lease period
4657 * under the assumption that the client is no longer interested.
4658 *
4659 * RFC5661, sec. 9.6 states that the client must not rely on getting
4660 * notifications and must continue to poll for locks, even when the
4661 * server supports them. Thus this shouldn't lead to clients blocking
4662 * indefinitely once the lock does become free.
4663 */
4664 BUG_ON(!list_empty(&reaplist));
4665 spin_lock(&nn->client_lock);
4666 while (!list_empty(&nn->blocked_locks_lru)) {
4667 nbl = list_first_entry(&nn->blocked_locks_lru,
4668 struct nfsd4_blocked_lock, nbl_lru);
4669 if (time_after((unsigned long)nbl->nbl_time,
4670 (unsigned long)cutoff)) {
4671 t = nbl->nbl_time - cutoff;
4672 new_timeo = min(new_timeo, t);
4673 break;
4674 }
4675 list_move(&nbl->nbl_lru, &reaplist);
4676 list_del_init(&nbl->nbl_list);
4677 }
4678 spin_unlock(&nn->client_lock);
4679
4680 while (!list_empty(&reaplist)) {
4681 nbl = list_first_entry(&nn->blocked_locks_lru,
4682 struct nfsd4_blocked_lock, nbl_lru);
4683 list_del_init(&nbl->nbl_lru);
4684 posix_unblock_lock(&nbl->nbl_lock);
4685 free_blocked_lock(nbl);
4686 }
4687
Jeff Laytona832e7a2014-05-30 09:09:26 -04004688 new_timeo = max_t(time_t, new_timeo, NFSD_LAUNDROMAT_MINTIMEOUT);
Jeff Laytona832e7a2014-05-30 09:09:26 -04004689 return new_timeo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004690}
4691
Harvey Harrisona254b242008-02-20 12:49:00 -08004692static struct workqueue_struct *laundry_wq;
4693static void laundromat_main(struct work_struct *);
Harvey Harrisona254b242008-02-20 12:49:00 -08004694
4695static void
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03004696laundromat_main(struct work_struct *laundry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004697{
4698 time_t t;
Geliang Tang2e55f3a2016-01-01 22:06:28 +08004699 struct delayed_work *dwork = to_delayed_work(laundry);
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03004700 struct nfsd_net *nn = container_of(dwork, struct nfsd_net,
4701 laundromat_work);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004702
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03004703 t = nfs4_laundromat(nn);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004704 dprintk("NFSD: laundromat_main - sleeping for %ld seconds\n", t);
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03004705 queue_delayed_work(laundry_wq, &nn->laundromat_work, t*HZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004706}
4707
Jeff Layton8fcd4612015-07-30 06:57:46 -04004708static inline __be32 nfs4_check_fh(struct svc_fh *fhp, struct nfs4_stid *stp)
NeilBrownf8816512005-07-07 17:59:25 -07004709{
Jeff Layton8fcd4612015-07-30 06:57:46 -04004710 if (!fh_match(&fhp->fh_handle, &stp->sc_file->fi_fhandle))
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04004711 return nfserr_bad_stateid;
4712 return nfs_ok;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004713}
4714
Linus Torvalds1da177e2005-04-16 15:20:36 -07004715static inline int
Jeff Layton82c5ff12012-05-11 09:45:13 -04004716access_permit_read(struct nfs4_ol_stateid *stp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004717{
Jeff Layton82c5ff12012-05-11 09:45:13 -04004718 return test_access(NFS4_SHARE_ACCESS_READ, stp) ||
4719 test_access(NFS4_SHARE_ACCESS_BOTH, stp) ||
4720 test_access(NFS4_SHARE_ACCESS_WRITE, stp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004721}
4722
4723static inline int
Jeff Layton82c5ff12012-05-11 09:45:13 -04004724access_permit_write(struct nfs4_ol_stateid *stp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004725{
Jeff Layton82c5ff12012-05-11 09:45:13 -04004726 return test_access(NFS4_SHARE_ACCESS_WRITE, stp) ||
4727 test_access(NFS4_SHARE_ACCESS_BOTH, stp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004728}
4729
4730static
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04004731__be32 nfs4_check_openmode(struct nfs4_ol_stateid *stp, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004732{
Al Virob37ad282006-10-19 23:28:59 -07004733 __be32 status = nfserr_openmode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004734
J. Bruce Fields02921912010-07-29 15:16:59 -04004735 /* For lock stateid's, we test the parent open, not the lock: */
4736 if (stp->st_openstp)
4737 stp = stp->st_openstp;
Jeff Layton82c5ff12012-05-11 09:45:13 -04004738 if ((flags & WR_STATE) && !access_permit_write(stp))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004739 goto out;
Jeff Layton82c5ff12012-05-11 09:45:13 -04004740 if ((flags & RD_STATE) && !access_permit_read(stp))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004741 goto out;
4742 status = nfs_ok;
4743out:
4744 return status;
4745}
4746
Al Virob37ad282006-10-19 23:28:59 -07004747static inline __be32
Stanislav Kinsbursky5ccb0062012-07-25 16:57:22 +04004748check_special_stateids(struct net *net, svc_fh *current_fh, stateid_t *stateid, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004749{
J. Bruce Fields203a8c82009-02-21 13:29:14 -08004750 if (ONE_STATEID(stateid) && (flags & RD_STATE))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004751 return nfs_ok;
J. Bruce Fieldsc87fb4a2015-08-06 12:47:02 -04004752 else if (opens_in_grace(net)) {
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004753 /* Answer in remaining cases depends on existence of
Linus Torvalds1da177e2005-04-16 15:20:36 -07004754 * conflicting state; so we must wait out the grace period. */
4755 return nfserr_grace;
4756 } else if (flags & WR_STATE)
4757 return nfs4_share_conflict(current_fh,
4758 NFS4_SHARE_DENY_WRITE);
4759 else /* (flags & RD_STATE) && ZERO_STATEID(stateid) */
4760 return nfs4_share_conflict(current_fh,
4761 NFS4_SHARE_DENY_READ);
4762}
4763
4764/*
4765 * Allow READ/WRITE during grace period on recovered state only for files
4766 * that are not able to provide mandatory locking.
4767 */
4768static inline int
Stanislav Kinsbursky5ccb0062012-07-25 16:57:22 +04004769grace_disallows_io(struct net *net, struct inode *inode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004770{
J. Bruce Fieldsc87fb4a2015-08-06 12:47:02 -04004771 return opens_in_grace(net) && mandatory_lock(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004772}
4773
J. Bruce Fields57b7b432012-04-25 17:58:50 -04004774static __be32 check_stateid_generation(stateid_t *in, stateid_t *ref, bool has_session)
J. Bruce Fields0836f582008-01-26 19:08:12 -05004775{
Andy Adamson66689582009-04-03 08:28:45 +03004776 /*
4777 * When sessions are used the stateid generation number is ignored
4778 * when it is zero.
4779 */
J. Bruce Fields28dde242011-08-22 10:07:12 -04004780 if (has_session && in->si_generation == 0)
J. Bruce Fields81b82962011-08-23 11:03:29 -04004781 return nfs_ok;
4782
4783 if (in->si_generation == ref->si_generation)
4784 return nfs_ok;
Andy Adamson66689582009-04-03 08:28:45 +03004785
J. Bruce Fields0836f582008-01-26 19:08:12 -05004786 /* If the client sends us a stateid from the future, it's buggy: */
Jeff Layton14b7f4a2016-05-05 06:53:47 -04004787 if (nfsd4_stateid_generation_after(in, ref))
J. Bruce Fields0836f582008-01-26 19:08:12 -05004788 return nfserr_bad_stateid;
4789 /*
J. Bruce Fields81b82962011-08-23 11:03:29 -04004790 * However, we could see a stateid from the past, even from a
4791 * non-buggy client. For example, if the client sends a lock
4792 * while some IO is outstanding, the lock may bump si_generation
4793 * while the IO is still in flight. The client could avoid that
4794 * situation by waiting for responses on all the IO requests,
4795 * but better performance may result in retrying IO that
4796 * receives an old_stateid error if requests are rarely
4797 * reordered in flight:
J. Bruce Fields0836f582008-01-26 19:08:12 -05004798 */
J. Bruce Fields81b82962011-08-23 11:03:29 -04004799 return nfserr_old_stateid;
J. Bruce Fields0836f582008-01-26 19:08:12 -05004800}
4801
Christoph Hellwigebe9cb32015-04-28 15:41:15 +02004802static __be32 nfsd4_check_openowner_confirmed(struct nfs4_ol_stateid *ols)
4803{
4804 if (ols->st_stateowner->so_is_open_owner &&
4805 !(openowner(ols->st_stateowner)->oo_flags & NFS4_OO_CONFIRMED))
4806 return nfserr_bad_stateid;
4807 return nfs_ok;
4808}
4809
Chuck Lever7df302f2012-05-29 13:56:37 -04004810static __be32 nfsd4_validate_stateid(struct nfs4_client *cl, stateid_t *stateid)
Bryan Schumaker17456802011-07-13 10:50:48 -04004811{
J. Bruce Fields97b7e3b2011-09-09 11:26:58 -04004812 struct nfs4_stid *s;
Jeff Layton1af71cc2014-07-29 21:34:14 -04004813 __be32 status = nfserr_bad_stateid;
Bryan Schumaker17456802011-07-13 10:50:48 -04004814
Chuck Lever7df302f2012-05-29 13:56:37 -04004815 if (ZERO_STATEID(stateid) || ONE_STATEID(stateid))
Jeff Layton1af71cc2014-07-29 21:34:14 -04004816 return status;
Chuck Lever7df302f2012-05-29 13:56:37 -04004817 /* Client debugging aid. */
4818 if (!same_clid(&stateid->si_opaque.so_clid, &cl->cl_clientid)) {
4819 char addr_str[INET6_ADDRSTRLEN];
4820 rpc_ntop((struct sockaddr *)&cl->cl_addr, addr_str,
4821 sizeof(addr_str));
4822 pr_warn_ratelimited("NFSD: client %s testing state ID "
4823 "with incorrect client ID\n", addr_str);
Jeff Layton1af71cc2014-07-29 21:34:14 -04004824 return status;
Chuck Lever7df302f2012-05-29 13:56:37 -04004825 }
Jeff Layton1af71cc2014-07-29 21:34:14 -04004826 spin_lock(&cl->cl_lock);
4827 s = find_stateid_locked(cl, stateid);
J. Bruce Fields97b7e3b2011-09-09 11:26:58 -04004828 if (!s)
Jeff Layton1af71cc2014-07-29 21:34:14 -04004829 goto out_unlock;
J. Bruce Fields36279ac2011-09-26 12:53:00 -04004830 status = check_stateid_generation(stateid, &s->sc_stateid, 1);
Bryan Schumaker17456802011-07-13 10:50:48 -04004831 if (status)
Jeff Layton1af71cc2014-07-29 21:34:14 -04004832 goto out_unlock;
J. Bruce Fields23340032013-04-09 17:42:28 -04004833 switch (s->sc_type) {
4834 case NFS4_DELEG_STID:
Jeff Layton1af71cc2014-07-29 21:34:14 -04004835 status = nfs_ok;
4836 break;
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04004837 case NFS4_REVOKED_DELEG_STID:
Jeff Layton1af71cc2014-07-29 21:34:14 -04004838 status = nfserr_deleg_revoked;
4839 break;
J. Bruce Fields23340032013-04-09 17:42:28 -04004840 case NFS4_OPEN_STID:
4841 case NFS4_LOCK_STID:
Christoph Hellwigebe9cb32015-04-28 15:41:15 +02004842 status = nfsd4_check_openowner_confirmed(openlockstateid(s));
Jeff Layton1af71cc2014-07-29 21:34:14 -04004843 break;
J. Bruce Fields23340032013-04-09 17:42:28 -04004844 default:
4845 printk("unknown stateid type %x\n", s->sc_type);
Trond Myklebustb0fc29d2014-07-16 10:31:59 -04004846 /* Fallthrough */
J. Bruce Fields23340032013-04-09 17:42:28 -04004847 case NFS4_CLOSED_STID:
Trond Myklebustb0fc29d2014-07-16 10:31:59 -04004848 case NFS4_CLOSED_DELEG_STID:
Jeff Layton1af71cc2014-07-29 21:34:14 -04004849 status = nfserr_bad_stateid;
J. Bruce Fields23340032013-04-09 17:42:28 -04004850 }
Jeff Layton1af71cc2014-07-29 21:34:14 -04004851out_unlock:
4852 spin_unlock(&cl->cl_lock);
4853 return status;
Bryan Schumaker17456802011-07-13 10:50:48 -04004854}
4855
Christoph Hellwigcd61c522014-08-14 08:44:57 +02004856__be32
Trond Myklebust2dd6e452014-06-30 11:48:43 -04004857nfsd4_lookup_stateid(struct nfsd4_compound_state *cstate,
4858 stateid_t *stateid, unsigned char typemask,
4859 struct nfs4_stid **s, struct nfsd_net *nn)
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004860{
J. Bruce Fields0eb6f202013-03-12 17:36:17 -04004861 __be32 status;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004862
4863 if (ZERO_STATEID(stateid) || ONE_STATEID(stateid))
4864 return nfserr_bad_stateid;
Jeff Layton4b24ca72014-06-30 11:48:44 -04004865 status = lookup_clientid(&stateid->si_opaque.so_clid, cstate, nn);
Trond Myklebusta8a7c672014-03-29 14:43:38 -04004866 if (status == nfserr_stale_clientid) {
Jeff Layton4b24ca72014-06-30 11:48:44 -04004867 if (cstate->session)
Trond Myklebusta8a7c672014-03-29 14:43:38 -04004868 return nfserr_bad_stateid;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004869 return nfserr_stale_stateid;
Trond Myklebusta8a7c672014-03-29 14:43:38 -04004870 }
J. Bruce Fields0eb6f202013-03-12 17:36:17 -04004871 if (status)
4872 return status;
Jeff Layton4b24ca72014-06-30 11:48:44 -04004873 *s = find_stateid_by_type(cstate->clp, stateid, typemask);
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004874 if (!*s)
4875 return nfserr_bad_stateid;
4876 return nfs_ok;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004877}
4878
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004879static struct file *
4880nfs4_find_file(struct nfs4_stid *s, int flags)
4881{
Christoph Hellwigaf90f702015-06-18 16:45:00 +02004882 if (!s)
4883 return NULL;
4884
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004885 switch (s->sc_type) {
4886 case NFS4_DELEG_STID:
4887 if (WARN_ON_ONCE(!s->sc_file->fi_deleg_file))
4888 return NULL;
4889 return get_file(s->sc_file->fi_deleg_file);
4890 case NFS4_OPEN_STID:
4891 case NFS4_LOCK_STID:
4892 if (flags & RD_STATE)
4893 return find_readable_file(s->sc_file);
4894 else
4895 return find_writeable_file(s->sc_file);
4896 break;
4897 }
4898
4899 return NULL;
4900}
4901
4902static __be32
4903nfs4_check_olstateid(struct svc_fh *fhp, struct nfs4_ol_stateid *ols, int flags)
4904{
4905 __be32 status;
4906
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004907 status = nfsd4_check_openowner_confirmed(ols);
4908 if (status)
4909 return status;
4910 return nfs4_check_openmode(ols, flags);
4911}
4912
Christoph Hellwigaf90f702015-06-18 16:45:00 +02004913static __be32
4914nfs4_check_file(struct svc_rqst *rqstp, struct svc_fh *fhp, struct nfs4_stid *s,
4915 struct file **filpp, bool *tmp_file, int flags)
4916{
4917 int acc = (flags & RD_STATE) ? NFSD_MAY_READ : NFSD_MAY_WRITE;
4918 struct file *file;
4919 __be32 status;
4920
4921 file = nfs4_find_file(s, flags);
4922 if (file) {
4923 status = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry,
4924 acc | NFSD_MAY_OWNER_OVERRIDE);
4925 if (status) {
4926 fput(file);
4927 return status;
4928 }
4929
4930 *filpp = file;
4931 } else {
4932 status = nfsd_open(rqstp, fhp, S_IFREG, acc, filpp);
4933 if (status)
4934 return status;
4935
4936 if (tmp_file)
4937 *tmp_file = true;
4938 }
4939
4940 return 0;
4941}
4942
Linus Torvalds1da177e2005-04-16 15:20:36 -07004943/*
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004944 * Checks for stateid operations
4945 */
Al Virob37ad282006-10-19 23:28:59 -07004946__be32
Christoph Hellwigaf90f702015-06-18 16:45:00 +02004947nfs4_preprocess_stateid_op(struct svc_rqst *rqstp,
Anna Schumakeraa0d6ae2015-12-03 12:59:51 +01004948 struct nfsd4_compound_state *cstate, struct svc_fh *fhp,
4949 stateid_t *stateid, int flags, struct file **filpp, bool *tmp_file)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004950{
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004951 struct inode *ino = d_inode(fhp->fh_dentry);
Christoph Hellwigaf90f702015-06-18 16:45:00 +02004952 struct net *net = SVC_NET(rqstp);
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03004953 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Christoph Hellwigaf90f702015-06-18 16:45:00 +02004954 struct nfs4_stid *s = NULL;
Al Virob37ad282006-10-19 23:28:59 -07004955 __be32 status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004956
Linus Torvalds1da177e2005-04-16 15:20:36 -07004957 if (filpp)
4958 *filpp = NULL;
Christoph Hellwigaf90f702015-06-18 16:45:00 +02004959 if (tmp_file)
4960 *tmp_file = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004961
Stanislav Kinsbursky5ccb0062012-07-25 16:57:22 +04004962 if (grace_disallows_io(net, ino))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004963 return nfserr_grace;
4964
Christoph Hellwigaf90f702015-06-18 16:45:00 +02004965 if (ZERO_STATEID(stateid) || ONE_STATEID(stateid)) {
4966 status = check_special_stateids(net, fhp, stateid, flags);
4967 goto done;
4968 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004969
Trond Myklebust2dd6e452014-06-30 11:48:43 -04004970 status = nfsd4_lookup_stateid(cstate, stateid,
Jeff Laytondb24b3b2014-06-30 11:48:36 -04004971 NFS4_DELEG_STID|NFS4_OPEN_STID|NFS4_LOCK_STID,
Trond Myklebust2dd6e452014-06-30 11:48:43 -04004972 &s, nn);
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04004973 if (status)
Trond Myklebustc2d1d6a2014-07-30 08:27:25 -04004974 return status;
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004975 status = check_stateid_generation(stateid, &s->sc_stateid,
4976 nfsd4_has_session(cstate));
J. Bruce Fields69064a22011-09-09 11:54:57 -04004977 if (status)
4978 goto out;
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004979
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04004980 switch (s->sc_type) {
4981 case NFS4_DELEG_STID:
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004982 status = nfs4_check_delegmode(delegstateid(s), flags);
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04004983 break;
4984 case NFS4_OPEN_STID:
4985 case NFS4_LOCK_STID:
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004986 status = nfs4_check_olstateid(fhp, openlockstateid(s), flags);
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04004987 break;
4988 default:
Trond Myklebust14bcab12014-04-18 14:44:07 -04004989 status = nfserr_bad_stateid;
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004990 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004991 }
Jeff Layton8fcd4612015-07-30 06:57:46 -04004992 if (status)
4993 goto out;
4994 status = nfs4_check_fh(fhp, s);
Christoph Hellwiga0649b22015-06-18 16:44:59 +02004995
Christoph Hellwigaf90f702015-06-18 16:45:00 +02004996done:
4997 if (!status && filpp)
4998 status = nfs4_check_file(rqstp, fhp, s, filpp, tmp_file, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004999out:
Christoph Hellwigaf90f702015-06-18 16:45:00 +02005000 if (s)
5001 nfs4_put_stid(s);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005002 return status;
5003}
5004
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005005/*
Bryan Schumaker17456802011-07-13 10:50:48 -04005006 * Test if the stateid is valid
5007 */
5008__be32
5009nfsd4_test_stateid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
5010 struct nfsd4_test_stateid *test_stateid)
5011{
Bryan Schumaker03cfb422012-01-27 10:22:49 -05005012 struct nfsd4_test_stateid_id *stateid;
5013 struct nfs4_client *cl = cstate->session->se_client;
5014
Bryan Schumaker03cfb422012-01-27 10:22:49 -05005015 list_for_each_entry(stateid, &test_stateid->ts_stateid_list, ts_id_list)
Chuck Lever7df302f2012-05-29 13:56:37 -04005016 stateid->ts_id_status =
5017 nfsd4_validate_stateid(cl, &stateid->ts_id_stateid);
Bryan Schumaker03cfb422012-01-27 10:22:49 -05005018
Bryan Schumaker17456802011-07-13 10:50:48 -04005019 return nfs_ok;
5020}
5021
Chuck Lever42691392016-08-11 10:37:30 -04005022static __be32
5023nfsd4_free_lock_stateid(stateid_t *stateid, struct nfs4_stid *s)
5024{
5025 struct nfs4_ol_stateid *stp = openlockstateid(s);
5026 __be32 ret;
5027
5028 mutex_lock(&stp->st_mutex);
5029
5030 ret = check_stateid_generation(stateid, &s->sc_stateid, 1);
5031 if (ret)
5032 goto out;
5033
5034 ret = nfserr_locks_held;
5035 if (check_for_locks(stp->st_stid.sc_file,
5036 lockowner(stp->st_stateowner)))
5037 goto out;
5038
5039 release_lock_stateid(stp);
5040 ret = nfs_ok;
5041
5042out:
5043 mutex_unlock(&stp->st_mutex);
5044 nfs4_put_stid(s);
5045 return ret;
5046}
5047
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005048__be32
5049nfsd4_free_stateid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
5050 struct nfsd4_free_stateid *free_stateid)
5051{
5052 stateid_t *stateid = &free_stateid->fr_stateid;
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005053 struct nfs4_stid *s;
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04005054 struct nfs4_delegation *dp;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005055 struct nfs4_client *cl = cstate->session->se_client;
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005056 __be32 ret = nfserr_bad_stateid;
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005057
Jeff Layton1af71cc2014-07-29 21:34:14 -04005058 spin_lock(&cl->cl_lock);
5059 s = find_stateid_locked(cl, stateid);
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005060 if (!s)
Jeff Layton1af71cc2014-07-29 21:34:14 -04005061 goto out_unlock;
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005062 switch (s->sc_type) {
5063 case NFS4_DELEG_STID:
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005064 ret = nfserr_locks_held;
Jeff Layton1af71cc2014-07-29 21:34:14 -04005065 break;
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005066 case NFS4_OPEN_STID:
Jeff Layton1af71cc2014-07-29 21:34:14 -04005067 ret = check_stateid_generation(stateid, &s->sc_stateid, 1);
5068 if (ret)
5069 break;
5070 ret = nfserr_locks_held;
5071 break;
J. Bruce Fields2da1cec2011-09-16 18:56:20 -04005072 case NFS4_LOCK_STID:
Chuck Lever42691392016-08-11 10:37:30 -04005073 atomic_inc(&s->sc_count);
Jeff Layton1af71cc2014-07-29 21:34:14 -04005074 spin_unlock(&cl->cl_lock);
Chuck Lever42691392016-08-11 10:37:30 -04005075 ret = nfsd4_free_lock_stateid(stateid, s);
Jeff Layton1af71cc2014-07-29 21:34:14 -04005076 goto out;
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04005077 case NFS4_REVOKED_DELEG_STID:
5078 dp = delegstateid(s);
Jeff Layton2d4a5322014-07-25 07:34:21 -04005079 list_del_init(&dp->dl_recall_lru);
5080 spin_unlock(&cl->cl_lock);
Trond Myklebust60116952014-07-29 21:34:06 -04005081 nfs4_put_stid(s);
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04005082 ret = nfs_ok;
Jeff Layton1af71cc2014-07-29 21:34:14 -04005083 goto out;
5084 /* Default falls through and returns nfserr_bad_stateid */
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005085 }
Jeff Layton1af71cc2014-07-29 21:34:14 -04005086out_unlock:
5087 spin_unlock(&cl->cl_lock);
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005088out:
Bryan Schumakere1ca12d2011-07-13 11:04:21 -04005089 return ret;
5090}
5091
NeilBrown4c4cd222005-07-07 17:59:27 -07005092static inline int
5093setlkflg (int type)
5094{
5095 return (type == NFS4_READW_LT || type == NFS4_READ_LT) ?
5096 RD_STATE : WR_STATE;
5097}
Linus Torvalds1da177e2005-04-16 15:20:36 -07005098
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005099static __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 -04005100{
5101 struct svc_fh *current_fh = &cstate->current_fh;
5102 struct nfs4_stateowner *sop = stp->st_stateowner;
5103 __be32 status;
5104
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005105 status = nfsd4_check_seqid(cstate, sop, seqid);
5106 if (status)
5107 return status;
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04005108 if (stp->st_stid.sc_type == NFS4_CLOSED_STID
5109 || stp->st_stid.sc_type == NFS4_REVOKED_DELEG_STID)
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005110 /*
5111 * "Closed" stateid's exist *only* to return
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04005112 * nfserr_replay_me from the previous step, and
5113 * revoked delegations are kept only for free_stateid.
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005114 */
5115 return nfserr_bad_stateid;
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005116 mutex_lock(&stp->st_mutex);
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005117 status = check_stateid_generation(stateid, &stp->st_stid.sc_stateid, nfsd4_has_session(cstate));
Jeff Layton35a92fe2015-09-17 07:47:08 -04005118 if (status == nfs_ok)
5119 status = nfs4_check_fh(current_fh, &stp->st_stid);
5120 if (status != nfs_ok)
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005121 mutex_unlock(&stp->st_mutex);
Jeff Layton35a92fe2015-09-17 07:47:08 -04005122 return status;
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005123}
5124
Linus Torvalds1da177e2005-04-16 15:20:36 -07005125/*
5126 * Checks for sequence id mutating operations.
5127 */
Al Virob37ad282006-10-19 23:28:59 -07005128static __be32
Benny Halevydd453df2009-04-03 08:28:41 +03005129nfs4_preprocess_seqid_op(struct nfsd4_compound_state *cstate, u32 seqid,
J. Bruce Fields2288d0e2011-09-06 15:50:21 -04005130 stateid_t *stateid, char typemask,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005131 struct nfs4_ol_stateid **stpp,
5132 struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005133{
J. Bruce Fields0836f582008-01-26 19:08:12 -05005134 __be32 status;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005135 struct nfs4_stid *s;
Trond Myklebuste17f99b2014-06-30 11:48:34 -04005136 struct nfs4_ol_stateid *stp = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005137
Benny Halevy8c10cbd2009-10-19 12:04:53 +02005138 dprintk("NFSD: %s: seqid=%d stateid = " STATEID_FMT "\n", __func__,
5139 seqid, STATEID_VAL(stateid));
NeilBrown3a4f98b2005-07-07 17:59:26 -07005140
Linus Torvalds1da177e2005-04-16 15:20:36 -07005141 *stpp = NULL;
Trond Myklebust2dd6e452014-06-30 11:48:43 -04005142 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &s, nn);
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005143 if (status)
5144 return status;
Trond Myklebuste17f99b2014-06-30 11:48:34 -04005145 stp = openlockstateid(s);
Jeff Layton58fb12e2014-07-29 21:34:27 -04005146 nfsd4_cstate_assign_replay(cstate, stp->st_stateowner);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005147
Trond Myklebuste17f99b2014-06-30 11:48:34 -04005148 status = nfs4_seqid_op_checks(cstate, stateid, seqid, stp);
Trond Myklebustfd911012014-07-29 21:34:24 -04005149 if (!status)
Trond Myklebuste17f99b2014-06-30 11:48:34 -04005150 *stpp = stp;
Trond Myklebustfd911012014-07-29 21:34:24 -04005151 else
5152 nfs4_put_stid(&stp->st_stid);
Trond Myklebuste17f99b2014-06-30 11:48:34 -04005153 return status;
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005154}
J. Bruce Fields39325bd2007-11-26 17:06:39 -05005155
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005156static __be32 nfs4_preprocess_confirmed_seqid_op(struct nfsd4_compound_state *cstate, u32 seqid,
5157 stateid_t *stateid, struct nfs4_ol_stateid **stpp, struct nfsd_net *nn)
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005158{
5159 __be32 status;
5160 struct nfs4_openowner *oo;
Trond Myklebust4cbfc9f2014-07-29 21:34:23 -04005161 struct nfs4_ol_stateid *stp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005162
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005163 status = nfs4_preprocess_seqid_op(cstate, seqid, stateid,
Trond Myklebust4cbfc9f2014-07-29 21:34:23 -04005164 NFS4_OPEN_STID, &stp, nn);
J. Bruce Fields7a8711c2011-09-02 09:03:37 -04005165 if (status)
5166 return status;
Trond Myklebust4cbfc9f2014-07-29 21:34:23 -04005167 oo = openowner(stp->st_stateowner);
5168 if (!(oo->oo_flags & NFS4_OO_CONFIRMED)) {
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005169 mutex_unlock(&stp->st_mutex);
Trond Myklebust4cbfc9f2014-07-29 21:34:23 -04005170 nfs4_put_stid(&stp->st_stid);
NeilBrown3a4f98b2005-07-07 17:59:26 -07005171 return nfserr_bad_stateid;
Trond Myklebust4cbfc9f2014-07-29 21:34:23 -04005172 }
5173 *stpp = stp;
NeilBrown3a4f98b2005-07-07 17:59:26 -07005174 return nfs_ok;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005175}
5176
Al Virob37ad282006-10-19 23:28:59 -07005177__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005178nfsd4_open_confirm(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
J.Bruce Fieldsa4f1706a92006-12-13 00:35:28 -08005179 struct nfsd4_open_confirm *oc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005180{
Al Virob37ad282006-10-19 23:28:59 -07005181 __be32 status;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005182 struct nfs4_openowner *oo;
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005183 struct nfs4_ol_stateid *stp;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005184 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005185
Al Viroa6a9f182013-09-16 10:57:01 -04005186 dprintk("NFSD: nfsd4_open_confirm on file %pd\n",
5187 cstate->current_fh.fh_dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005188
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005189 status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0);
J. Bruce Fieldsa8cddc52006-06-30 01:56:13 -07005190 if (status)
5191 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005192
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04005193 status = nfs4_preprocess_seqid_op(cstate,
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005194 oc->oc_seqid, &oc->oc_req_stateid,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005195 NFS4_OPEN_STID, &stp, nn);
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04005196 if (status)
J. Bruce Fields68b66e82011-09-02 12:19:43 -04005197 goto out;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005198 oo = openowner(stp->st_stateowner);
J. Bruce Fields68b66e82011-09-02 12:19:43 -04005199 status = nfserr_bad_stateid;
Jeff Layton35a92fe2015-09-17 07:47:08 -04005200 if (oo->oo_flags & NFS4_OO_CONFIRMED) {
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005201 mutex_unlock(&stp->st_mutex);
Trond Myklebust2585fc72014-07-29 21:34:21 -04005202 goto put_stateid;
Jeff Layton35a92fe2015-09-17 07:47:08 -04005203 }
J. Bruce Fieldsdad1c062011-09-12 12:24:13 -04005204 oo->oo_flags |= NFS4_OO_CONFIRMED;
Jeff Layton9767feb2015-10-01 09:05:50 -04005205 nfs4_inc_and_copy_stateid(&oc->oc_resp_stateid, &stp->st_stid);
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005206 mutex_unlock(&stp->st_mutex);
Benny Halevy8c10cbd2009-10-19 12:04:53 +02005207 dprintk("NFSD: %s: success, seqid=%d stateid=" STATEID_FMT "\n",
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005208 __func__, oc->oc_seqid, STATEID_VAL(&stp->st_stid.sc_stateid));
NeilBrownc7b9a452005-06-23 22:04:30 -07005209
Jeff Layton2a4317c2012-03-21 16:42:43 -04005210 nfsd4_client_record_create(oo->oo_owner.so_client);
J. Bruce Fields68b66e82011-09-02 12:19:43 -04005211 status = nfs_ok;
Trond Myklebust2585fc72014-07-29 21:34:21 -04005212put_stateid:
5213 nfs4_put_stid(&stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005214out:
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04005215 nfsd4_bump_seqid(cstate, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005216 return status;
5217}
5218
J. Bruce Fields6409a5a2011-09-28 11:37:56 -04005219static inline void nfs4_stateid_downgrade_bit(struct nfs4_ol_stateid *stp, u32 access)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005220{
Jeff Layton82c5ff12012-05-11 09:45:13 -04005221 if (!test_access(access, stp))
J. Bruce Fields6409a5a2011-09-28 11:37:56 -04005222 return;
Trond Myklebust11b91642014-07-29 21:34:08 -04005223 nfs4_file_put_access(stp->st_stid.sc_file, access);
Jeff Layton82c5ff12012-05-11 09:45:13 -04005224 clear_access(access, stp);
J. Bruce Fields6409a5a2011-09-28 11:37:56 -04005225}
J. Bruce Fieldsf197c272011-06-29 08:23:50 -04005226
J. Bruce Fields6409a5a2011-09-28 11:37:56 -04005227static inline void nfs4_stateid_downgrade(struct nfs4_ol_stateid *stp, u32 to_access)
5228{
5229 switch (to_access) {
5230 case NFS4_SHARE_ACCESS_READ:
5231 nfs4_stateid_downgrade_bit(stp, NFS4_SHARE_ACCESS_WRITE);
5232 nfs4_stateid_downgrade_bit(stp, NFS4_SHARE_ACCESS_BOTH);
5233 break;
5234 case NFS4_SHARE_ACCESS_WRITE:
5235 nfs4_stateid_downgrade_bit(stp, NFS4_SHARE_ACCESS_READ);
5236 nfs4_stateid_downgrade_bit(stp, NFS4_SHARE_ACCESS_BOTH);
5237 break;
5238 case NFS4_SHARE_ACCESS_BOTH:
5239 break;
5240 default:
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05005241 WARN_ON_ONCE(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005242 }
5243}
5244
Al Virob37ad282006-10-19 23:28:59 -07005245__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005246nfsd4_open_downgrade(struct svc_rqst *rqstp,
5247 struct nfsd4_compound_state *cstate,
J.Bruce Fieldsa4f1706a92006-12-13 00:35:28 -08005248 struct nfsd4_open_downgrade *od)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005249{
Al Virob37ad282006-10-19 23:28:59 -07005250 __be32 status;
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005251 struct nfs4_ol_stateid *stp;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005252 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005253
Al Viroa6a9f182013-09-16 10:57:01 -04005254 dprintk("NFSD: nfsd4_open_downgrade on file %pd\n",
5255 cstate->current_fh.fh_dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005256
J. Bruce Fieldsc30e92d2011-10-10 17:34:31 -04005257 /* We don't yet support WANT bits: */
Benny Halevy2c8bd7e2012-02-16 20:57:09 +02005258 if (od->od_deleg_want)
5259 dprintk("NFSD: %s: od_deleg_want=0x%x ignored\n", __func__,
5260 od->od_deleg_want);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005261
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005262 status = nfs4_preprocess_confirmed_seqid_op(cstate, od->od_seqid,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005263 &od->od_stateid, &stp, nn);
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04005264 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005265 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005266 status = nfserr_inval;
Jeff Layton82c5ff12012-05-11 09:45:13 -04005267 if (!test_access(od->od_share_access, stp)) {
Jeff Laytonc11c5912014-07-10 14:07:30 -04005268 dprintk("NFSD: access not a subset of current bitmap: 0x%hhx, input access=%08x\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07005269 stp->st_access_bmap, od->od_share_access);
Trond Myklebust0667b1e2014-07-29 21:34:22 -04005270 goto put_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005271 }
Jeff Laytonce0fc432012-05-11 09:45:14 -04005272 if (!test_deny(od->od_share_deny, stp)) {
Jeff Laytonc11c5912014-07-10 14:07:30 -04005273 dprintk("NFSD: deny not a subset of current bitmap: 0x%hhx, input deny=%08x\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07005274 stp->st_deny_bmap, od->od_share_deny);
Trond Myklebust0667b1e2014-07-29 21:34:22 -04005275 goto put_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005276 }
J. Bruce Fields6409a5a2011-09-28 11:37:56 -04005277 nfs4_stateid_downgrade(stp, od->od_share_access);
Jeff Laytonce0fc432012-05-11 09:45:14 -04005278 reset_union_bmap_deny(od->od_share_deny, stp);
Jeff Layton9767feb2015-10-01 09:05:50 -04005279 nfs4_inc_and_copy_stateid(&od->od_stateid, &stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005280 status = nfs_ok;
Trond Myklebust0667b1e2014-07-29 21:34:22 -04005281put_stateid:
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005282 mutex_unlock(&stp->st_mutex);
Trond Myklebust0667b1e2014-07-29 21:34:22 -04005283 nfs4_put_stid(&stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005284out:
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04005285 nfsd4_bump_seqid(cstate, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005286 return status;
5287}
5288
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005289static void nfsd4_close_open_stateid(struct nfs4_ol_stateid *s)
5290{
Trond Myklebustacf92952014-06-30 11:48:37 -04005291 struct nfs4_client *clp = s->st_stid.sc_client;
Jeff Laytone8568732015-08-24 12:41:47 -04005292 bool unhashed;
Jeff Laytond83017f2014-07-29 21:34:42 -04005293 LIST_HEAD(reaplist);
Trond Myklebustacf92952014-06-30 11:48:37 -04005294
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005295 s->st_stid.sc_type = NFS4_CLOSED_STID;
Jeff Layton2c41beb2014-07-29 21:34:41 -04005296 spin_lock(&clp->cl_lock);
Jeff Laytone8568732015-08-24 12:41:47 -04005297 unhashed = unhash_open_stateid(s, &reaplist);
Trond Myklebustacf92952014-06-30 11:48:37 -04005298
Jeff Laytond83017f2014-07-29 21:34:42 -04005299 if (clp->cl_minorversion) {
Jeff Laytone8568732015-08-24 12:41:47 -04005300 if (unhashed)
5301 put_ol_stateid_locked(s, &reaplist);
Jeff Laytond83017f2014-07-29 21:34:42 -04005302 spin_unlock(&clp->cl_lock);
5303 free_ol_stateid_reaplist(&reaplist);
5304 } else {
5305 spin_unlock(&clp->cl_lock);
5306 free_ol_stateid_reaplist(&reaplist);
Jeff Laytone8568732015-08-24 12:41:47 -04005307 if (unhashed)
5308 move_to_close_lru(s, clp->net);
Jeff Laytond83017f2014-07-29 21:34:42 -04005309 }
J. Bruce Fields38c387b2011-09-16 17:42:48 -04005310}
5311
Linus Torvalds1da177e2005-04-16 15:20:36 -07005312/*
5313 * nfs4_unlock_state() called after encode
5314 */
Al Virob37ad282006-10-19 23:28:59 -07005315__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005316nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
J.Bruce Fieldsa4f1706a92006-12-13 00:35:28 -08005317 struct nfsd4_close *close)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005318{
Al Virob37ad282006-10-19 23:28:59 -07005319 __be32 status;
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005320 struct nfs4_ol_stateid *stp;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005321 struct net *net = SVC_NET(rqstp);
5322 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005323
Al Viroa6a9f182013-09-16 10:57:01 -04005324 dprintk("NFSD: nfsd4_close on file %pd\n",
5325 cstate->current_fh.fh_dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005326
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005327 status = nfs4_preprocess_seqid_op(cstate, close->cl_seqid,
5328 &close->cl_stateid,
5329 NFS4_OPEN_STID|NFS4_CLOSED_STID,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005330 &stp, nn);
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04005331 nfsd4_bump_seqid(cstate, status);
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04005332 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005333 goto out;
Jeff Layton9767feb2015-10-01 09:05:50 -04005334 nfs4_inc_and_copy_stateid(&close->cl_stateid, &stp->st_stid);
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005335 mutex_unlock(&stp->st_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005336
J. Bruce Fieldsf7a4d872011-09-16 20:12:38 -04005337 nfsd4_close_open_stateid(stp);
Trond Myklebust8a0b5892014-07-29 21:34:20 -04005338
5339 /* put reference from nfs4_preprocess_seqid_op */
5340 nfs4_put_stid(&stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005341out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005342 return status;
5343}
5344
Al Virob37ad282006-10-19 23:28:59 -07005345__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005346nfsd4_delegreturn(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
5347 struct nfsd4_delegreturn *dr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005348{
J. Bruce Fields203a8c82009-02-21 13:29:14 -08005349 struct nfs4_delegation *dp;
5350 stateid_t *stateid = &dr->dr_stateid;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005351 struct nfs4_stid *s;
Al Virob37ad282006-10-19 23:28:59 -07005352 __be32 status;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005353 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005354
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005355 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0)))
J. Bruce Fields203a8c82009-02-21 13:29:14 -08005356 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005357
Trond Myklebust2dd6e452014-06-30 11:48:43 -04005358 status = nfsd4_lookup_stateid(cstate, stateid, NFS4_DELEG_STID, &s, nn);
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005359 if (status)
J. Bruce Fields203a8c82009-02-21 13:29:14 -08005360 goto out;
J. Bruce Fields38c2f4b2011-09-23 17:01:19 -04005361 dp = delegstateid(s);
J. Bruce Fieldsd5477a82011-09-08 12:07:44 -04005362 status = check_stateid_generation(stateid, &dp->dl_stid.sc_stateid, nfsd4_has_session(cstate));
J. Bruce Fields203a8c82009-02-21 13:29:14 -08005363 if (status)
Trond Myklebustfd911012014-07-29 21:34:24 -04005364 goto put_stateid;
J. Bruce Fields203a8c82009-02-21 13:29:14 -08005365
J. Bruce Fields3bd64a52013-04-09 17:02:51 -04005366 destroy_delegation(dp);
Trond Myklebustfd911012014-07-29 21:34:24 -04005367put_stateid:
5368 nfs4_put_stid(&dp->dl_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005369out:
5370 return status;
5371}
5372
Benny Halevy87df4de2008-12-15 19:42:03 +02005373static inline u64
5374end_offset(u64 start, u64 len)
5375{
5376 u64 end;
5377
5378 end = start + len;
5379 return end >= start ? end: NFS4_MAX_UINT64;
5380}
5381
5382/* last octet in a range */
5383static inline u64
5384last_byte_offset(u64 start, u64 len)
5385{
5386 u64 end;
5387
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05005388 WARN_ON_ONCE(!len);
Benny Halevy87df4de2008-12-15 19:42:03 +02005389 end = start + len;
5390 return end > start ? end - 1: NFS4_MAX_UINT64;
5391}
5392
Linus Torvalds1da177e2005-04-16 15:20:36 -07005393/*
5394 * TODO: Linux file offsets are _signed_ 64-bit quantities, which means that
5395 * we can't properly handle lock requests that go beyond the (2^63 - 1)-th
5396 * byte, because of sign extension problems. Since NFSv4 calls for 64-bit
5397 * locking, this prevents us from being completely protocol-compliant. The
5398 * real solution to this problem is to start using unsigned file offsets in
5399 * the VFS, but this is a very deep change!
5400 */
5401static inline void
5402nfs4_transform_lock_offset(struct file_lock *lock)
5403{
5404 if (lock->fl_start < 0)
5405 lock->fl_start = OFFSET_MAX;
5406 if (lock->fl_end < 0)
5407 lock->fl_end = OFFSET_MAX;
5408}
5409
Jeff Laytoncae80b32015-04-03 09:04:04 -04005410static fl_owner_t
5411nfsd4_fl_get_owner(fl_owner_t owner)
Kinglong Meeaef95832014-08-22 10:18:44 -04005412{
Jeff Laytoncae80b32015-04-03 09:04:04 -04005413 struct nfs4_lockowner *lo = (struct nfs4_lockowner *)owner;
5414
5415 nfs4_get_stateowner(&lo->lo_owner);
5416 return owner;
Kinglong Meeaef95832014-08-22 10:18:44 -04005417}
5418
Jeff Laytoncae80b32015-04-03 09:04:04 -04005419static void
5420nfsd4_fl_put_owner(fl_owner_t owner)
Kinglong Meeaef95832014-08-22 10:18:44 -04005421{
Jeff Laytoncae80b32015-04-03 09:04:04 -04005422 struct nfs4_lockowner *lo = (struct nfs4_lockowner *)owner;
Kinglong Meeaef95832014-08-22 10:18:44 -04005423
Jeff Laytoncae80b32015-04-03 09:04:04 -04005424 if (lo)
Kinglong Meeaef95832014-08-22 10:18:44 -04005425 nfs4_put_stateowner(&lo->lo_owner);
Kinglong Meeaef95832014-08-22 10:18:44 -04005426}
5427
Jeff Layton76d348f2016-09-16 16:28:24 -04005428static void
5429nfsd4_lm_notify(struct file_lock *fl)
5430{
5431 struct nfs4_lockowner *lo = (struct nfs4_lockowner *)fl->fl_owner;
5432 struct net *net = lo->lo_owner.so_client->net;
5433 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
5434 struct nfsd4_blocked_lock *nbl = container_of(fl,
5435 struct nfsd4_blocked_lock, nbl_lock);
5436 bool queue = false;
5437
Jeff Layton7919d0a2016-09-16 16:28:25 -04005438 /* An empty list means that something else is going to be using it */
Jeff Layton76d348f2016-09-16 16:28:24 -04005439 spin_lock(&nn->client_lock);
5440 if (!list_empty(&nbl->nbl_list)) {
5441 list_del_init(&nbl->nbl_list);
Jeff Layton7919d0a2016-09-16 16:28:25 -04005442 list_del_init(&nbl->nbl_lru);
Jeff Layton76d348f2016-09-16 16:28:24 -04005443 queue = true;
5444 }
5445 spin_unlock(&nn->client_lock);
5446
5447 if (queue)
5448 nfsd4_run_cb(&nbl->nbl_cb);
5449}
5450
Alexey Dobriyan7b021962009-09-21 17:01:12 -07005451static const struct lock_manager_operations nfsd_posix_mng_ops = {
Jeff Layton76d348f2016-09-16 16:28:24 -04005452 .lm_notify = nfsd4_lm_notify,
Kinglong Meeaef95832014-08-22 10:18:44 -04005453 .lm_get_owner = nfsd4_fl_get_owner,
5454 .lm_put_owner = nfsd4_fl_put_owner,
NeilBrownd5b90262006-04-10 22:55:22 -07005455};
Linus Torvalds1da177e2005-04-16 15:20:36 -07005456
5457static inline void
5458nfs4_set_lock_denied(struct file_lock *fl, struct nfsd4_lock_denied *deny)
5459{
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005460 struct nfs4_lockowner *lo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005461
NeilBrownd5b90262006-04-10 22:55:22 -07005462 if (fl->fl_lmops == &nfsd_posix_mng_ops) {
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005463 lo = (struct nfs4_lockowner *) fl->fl_owner;
5464 deny->ld_owner.data = kmemdup(lo->lo_owner.so_owner.data,
5465 lo->lo_owner.so_owner.len, GFP_KERNEL);
J. Bruce Fields7c13f342011-08-30 22:15:47 -04005466 if (!deny->ld_owner.data)
5467 /* We just don't care that much */
5468 goto nevermind;
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005469 deny->ld_owner.len = lo->lo_owner.so_owner.len;
5470 deny->ld_clientid = lo->lo_owner.so_client->cl_clientid;
NeilBrownd5b90262006-04-10 22:55:22 -07005471 } else {
J. Bruce Fields7c13f342011-08-30 22:15:47 -04005472nevermind:
5473 deny->ld_owner.len = 0;
5474 deny->ld_owner.data = NULL;
NeilBrownd5b90262006-04-10 22:55:22 -07005475 deny->ld_clientid.cl_boot = 0;
5476 deny->ld_clientid.cl_id = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005477 }
5478 deny->ld_start = fl->fl_start;
Benny Halevy87df4de2008-12-15 19:42:03 +02005479 deny->ld_length = NFS4_MAX_UINT64;
5480 if (fl->fl_end != NFS4_MAX_UINT64)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005481 deny->ld_length = fl->fl_end - fl->fl_start + 1;
5482 deny->ld_type = NFS4_READ_LT;
5483 if (fl->fl_type != F_RDLCK)
5484 deny->ld_type = NFS4_WRITE_LT;
5485}
5486
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005487static struct nfs4_lockowner *
Kinglong Meec8623992015-07-13 17:35:37 +08005488find_lockowner_str_locked(struct nfs4_client *clp, struct xdr_netobj *owner)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005489{
Trond Myklebustd4f04892014-07-29 21:34:36 -04005490 unsigned int strhashval = ownerstr_hashval(owner);
Trond Myklebustb3c32bc2014-06-30 11:48:40 -04005491 struct nfs4_stateowner *so;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005492
Trond Myklebust0a880a22014-07-30 08:27:10 -04005493 lockdep_assert_held(&clp->cl_lock);
5494
Trond Myklebustd4f04892014-07-29 21:34:36 -04005495 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[strhashval],
5496 so_strhash) {
Trond Myklebustb3c32bc2014-06-30 11:48:40 -04005497 if (so->so_is_open_owner)
5498 continue;
Kinglong Meeb5971af2014-08-22 10:18:43 -04005499 if (same_owner_str(so, owner))
5500 return lockowner(nfs4_get_stateowner(so));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005501 }
5502 return NULL;
5503}
5504
Trond Myklebustc58c6612014-07-29 21:34:35 -04005505static struct nfs4_lockowner *
Kinglong Meec8623992015-07-13 17:35:37 +08005506find_lockowner_str(struct nfs4_client *clp, struct xdr_netobj *owner)
Trond Myklebustc58c6612014-07-29 21:34:35 -04005507{
5508 struct nfs4_lockowner *lo;
5509
Trond Myklebustd4f04892014-07-29 21:34:36 -04005510 spin_lock(&clp->cl_lock);
Kinglong Meec8623992015-07-13 17:35:37 +08005511 lo = find_lockowner_str_locked(clp, owner);
Trond Myklebustd4f04892014-07-29 21:34:36 -04005512 spin_unlock(&clp->cl_lock);
Trond Myklebustc58c6612014-07-29 21:34:35 -04005513 return lo;
5514}
5515
Jeff Layton8f4b54c2014-07-29 21:34:29 -04005516static void nfs4_unhash_lockowner(struct nfs4_stateowner *sop)
5517{
Trond Myklebustc58c6612014-07-29 21:34:35 -04005518 unhash_lockowner_locked(lockowner(sop));
Jeff Layton8f4b54c2014-07-29 21:34:29 -04005519}
5520
Jeff Layton6b180f02014-07-29 21:34:26 -04005521static void nfs4_free_lockowner(struct nfs4_stateowner *sop)
5522{
5523 struct nfs4_lockowner *lo = lockowner(sop);
5524
5525 kmem_cache_free(lockowner_slab, lo);
5526}
5527
5528static const struct nfs4_stateowner_operations lockowner_ops = {
Jeff Layton8f4b54c2014-07-29 21:34:29 -04005529 .so_unhash = nfs4_unhash_lockowner,
5530 .so_free = nfs4_free_lockowner,
Jeff Layton6b180f02014-07-29 21:34:26 -04005531};
5532
Linus Torvalds1da177e2005-04-16 15:20:36 -07005533/*
5534 * Alloc a lock owner structure.
5535 * Called in nfsd4_lock - therefore, OPEN and OPEN_CONFIRM (if needed) has
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005536 * occurred.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005537 *
J. Bruce Fields16bfdaaf2011-11-07 17:23:30 -05005538 * strhashval = ownerstr_hashval
Linus Torvalds1da177e2005-04-16 15:20:36 -07005539 */
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005540static struct nfs4_lockowner *
Trond Myklebustc58c6612014-07-29 21:34:35 -04005541alloc_init_lock_stateowner(unsigned int strhashval, struct nfs4_client *clp,
5542 struct nfs4_ol_stateid *open_stp,
5543 struct nfsd4_lock *lock)
5544{
Trond Myklebustc58c6612014-07-29 21:34:35 -04005545 struct nfs4_lockowner *lo, *ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005546
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005547 lo = alloc_stateowner(lockowner_slab, &lock->lk_new_owner, clp);
5548 if (!lo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005549 return NULL;
Jeff Layton76d348f2016-09-16 16:28:24 -04005550 INIT_LIST_HEAD(&lo->lo_blocked);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005551 INIT_LIST_HEAD(&lo->lo_owner.so_stateids);
5552 lo->lo_owner.so_is_open_owner = 0;
Jeff Layton5db1c032014-07-29 21:34:28 -04005553 lo->lo_owner.so_seqid = lock->lk_new_lock_seqid;
Jeff Layton6b180f02014-07-29 21:34:26 -04005554 lo->lo_owner.so_ops = &lockowner_ops;
Trond Myklebustd4f04892014-07-29 21:34:36 -04005555 spin_lock(&clp->cl_lock);
Kinglong Meec8623992015-07-13 17:35:37 +08005556 ret = find_lockowner_str_locked(clp, &lock->lk_new_owner);
Trond Myklebustc58c6612014-07-29 21:34:35 -04005557 if (ret == NULL) {
5558 list_add(&lo->lo_owner.so_strhash,
Trond Myklebustd4f04892014-07-29 21:34:36 -04005559 &clp->cl_ownerstr_hashtbl[strhashval]);
Trond Myklebustc58c6612014-07-29 21:34:35 -04005560 ret = lo;
5561 } else
Kinglong Meed50ffde2015-07-16 12:05:07 +08005562 nfs4_free_stateowner(&lo->lo_owner);
5563
Trond Myklebustd4f04892014-07-29 21:34:36 -04005564 spin_unlock(&clp->cl_lock);
J. Bruce Fields340f0ba2015-03-23 11:02:30 -04005565 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005566}
5567
Jeff Layton356a95e2014-07-29 21:34:13 -04005568static void
5569init_lock_stateid(struct nfs4_ol_stateid *stp, struct nfs4_lockowner *lo,
5570 struct nfs4_file *fp, struct inode *inode,
5571 struct nfs4_ol_stateid *open_stp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005572{
J. Bruce Fieldsd3b313a2011-09-15 15:02:41 -04005573 struct nfs4_client *clp = lo->lo_owner.so_client;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005574
Jeff Layton356a95e2014-07-29 21:34:13 -04005575 lockdep_assert_held(&clp->cl_lock);
5576
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005577 atomic_inc(&stp->st_stid.sc_count);
J. Bruce Fields3abdb602013-02-03 12:23:01 -05005578 stp->st_stid.sc_type = NFS4_LOCK_STID;
Kinglong Meeb5971af2014-08-22 10:18:43 -04005579 stp->st_stateowner = nfs4_get_stateowner(&lo->lo_owner);
NeilBrown13cd2182005-06-23 22:03:10 -07005580 get_nfs4_file(fp);
Trond Myklebust11b91642014-07-29 21:34:08 -04005581 stp->st_stid.sc_file = fp;
Jeff Laytonb49e0842014-07-29 21:34:11 -04005582 stp->st_stid.sc_free = nfs4_free_lock_stateid;
J. Bruce Fields0997b172011-03-02 18:01:35 -05005583 stp->st_access_bmap = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005584 stp->st_deny_bmap = open_stp->st_deny_bmap;
NeilBrown4c4cd222005-07-07 17:59:27 -07005585 stp->st_openstp = open_stp;
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005586 mutex_init(&stp->st_mutex);
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04005587 list_add(&stp->st_locks, &open_stp->st_locks);
Jeff Layton1c755dc2014-07-29 21:34:12 -04005588 list_add(&stp->st_perstateowner, &lo->lo_owner.so_stateids);
Trond Myklebust1d31a252014-07-10 14:07:25 -04005589 spin_lock(&fp->fi_lock);
5590 list_add(&stp->st_perfile, &fp->fi_stateids);
5591 spin_unlock(&fp->fi_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005592}
5593
Jeff Laytonc53530d2014-06-30 11:48:39 -04005594static struct nfs4_ol_stateid *
5595find_lock_stateid(struct nfs4_lockowner *lo, struct nfs4_file *fp)
5596{
5597 struct nfs4_ol_stateid *lst;
Jeff Layton356a95e2014-07-29 21:34:13 -04005598 struct nfs4_client *clp = lo->lo_owner.so_client;
5599
5600 lockdep_assert_held(&clp->cl_lock);
Jeff Laytonc53530d2014-06-30 11:48:39 -04005601
5602 list_for_each_entry(lst, &lo->lo_owner.so_stateids, st_perstateowner) {
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005603 if (lst->st_stid.sc_file == fp) {
5604 atomic_inc(&lst->st_stid.sc_count);
Jeff Laytonc53530d2014-06-30 11:48:39 -04005605 return lst;
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005606 }
Jeff Laytonc53530d2014-06-30 11:48:39 -04005607 }
5608 return NULL;
5609}
5610
Jeff Layton356a95e2014-07-29 21:34:13 -04005611static struct nfs4_ol_stateid *
5612find_or_create_lock_stateid(struct nfs4_lockowner *lo, struct nfs4_file *fi,
5613 struct inode *inode, struct nfs4_ol_stateid *ost,
5614 bool *new)
5615{
5616 struct nfs4_stid *ns = NULL;
5617 struct nfs4_ol_stateid *lst;
5618 struct nfs4_openowner *oo = openowner(ost->st_stateowner);
5619 struct nfs4_client *clp = oo->oo_owner.so_client;
5620
5621 spin_lock(&clp->cl_lock);
5622 lst = find_lock_stateid(lo, fi);
5623 if (lst == NULL) {
5624 spin_unlock(&clp->cl_lock);
5625 ns = nfs4_alloc_stid(clp, stateid_slab);
5626 if (ns == NULL)
5627 return NULL;
5628
5629 spin_lock(&clp->cl_lock);
5630 lst = find_lock_stateid(lo, fi);
5631 if (likely(!lst)) {
5632 lst = openlockstateid(ns);
5633 init_lock_stateid(lst, lo, fi, inode, ost);
5634 ns = NULL;
5635 *new = true;
5636 }
5637 }
5638 spin_unlock(&clp->cl_lock);
5639 if (ns)
5640 nfs4_put_stid(ns);
5641 return lst;
5642}
Jeff Laytonc53530d2014-06-30 11:48:39 -04005643
NeilBrownfd39ca92005-06-23 22:04:03 -07005644static int
Linus Torvalds1da177e2005-04-16 15:20:36 -07005645check_lock_length(u64 offset, u64 length)
5646{
Kinglong Meee7969312015-07-13 17:34:19 +08005647 return ((length == 0) || ((length != NFS4_MAX_UINT64) &&
5648 (length > ~offset)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005649}
5650
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04005651static void get_lock_access(struct nfs4_ol_stateid *lock_stp, u32 access)
J. Bruce Fields0997b172011-03-02 18:01:35 -05005652{
Trond Myklebust11b91642014-07-29 21:34:08 -04005653 struct nfs4_file *fp = lock_stp->st_stid.sc_file;
J. Bruce Fields0997b172011-03-02 18:01:35 -05005654
Jeff Layton7214e862014-07-10 14:07:33 -04005655 lockdep_assert_held(&fp->fi_lock);
5656
Jeff Layton82c5ff12012-05-11 09:45:13 -04005657 if (test_access(access, lock_stp))
J. Bruce Fields0997b172011-03-02 18:01:35 -05005658 return;
Jeff Layton12659652014-07-10 14:07:28 -04005659 __nfs4_file_get_access(fp, access);
Jeff Layton82c5ff12012-05-11 09:45:13 -04005660 set_access(access, lock_stp);
J. Bruce Fields0997b172011-03-02 18:01:35 -05005661}
5662
Jeff Layton356a95e2014-07-29 21:34:13 -04005663static __be32
5664lookup_or_create_lock_state(struct nfsd4_compound_state *cstate,
5665 struct nfs4_ol_stateid *ost,
5666 struct nfsd4_lock *lock,
Jeff Laytondd257932016-08-11 10:37:39 -04005667 struct nfs4_ol_stateid **plst, bool *new)
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005668{
Jeff Layton5db1c032014-07-29 21:34:28 -04005669 __be32 status;
Trond Myklebust11b91642014-07-29 21:34:08 -04005670 struct nfs4_file *fi = ost->st_stid.sc_file;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005671 struct nfs4_openowner *oo = openowner(ost->st_stateowner);
5672 struct nfs4_client *cl = oo->oo_owner.so_client;
David Howells2b0143b2015-03-17 22:25:59 +00005673 struct inode *inode = d_inode(cstate->current_fh.fh_dentry);
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005674 struct nfs4_lockowner *lo;
Jeff Laytondd257932016-08-11 10:37:39 -04005675 struct nfs4_ol_stateid *lst;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005676 unsigned int strhashval;
Jeff Laytondd257932016-08-11 10:37:39 -04005677 bool hashed;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005678
Kinglong Meec8623992015-07-13 17:35:37 +08005679 lo = find_lockowner_str(cl, &lock->lk_new_owner);
Jeff Laytonc53530d2014-06-30 11:48:39 -04005680 if (!lo) {
Kinglong Mee76f6c9e2015-07-13 17:35:10 +08005681 strhashval = ownerstr_hashval(&lock->lk_new_owner);
Jeff Laytonc53530d2014-06-30 11:48:39 -04005682 lo = alloc_init_lock_stateowner(strhashval, cl, ost, lock);
5683 if (lo == NULL)
5684 return nfserr_jukebox;
5685 } else {
5686 /* with an existing lockowner, seqids must be the same */
Jeff Layton5db1c032014-07-29 21:34:28 -04005687 status = nfserr_bad_seqid;
Jeff Laytonc53530d2014-06-30 11:48:39 -04005688 if (!cstate->minorversion &&
5689 lock->lk_new_lock_seqid != lo->lo_owner.so_seqid)
Jeff Layton5db1c032014-07-29 21:34:28 -04005690 goto out;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005691 }
Jeff Laytonc53530d2014-06-30 11:48:39 -04005692
Jeff Laytondd257932016-08-11 10:37:39 -04005693retry:
5694 lst = find_or_create_lock_stateid(lo, fi, inode, ost, new);
5695 if (lst == NULL) {
Jeff Layton5db1c032014-07-29 21:34:28 -04005696 status = nfserr_jukebox;
5697 goto out;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005698 }
Jeff Laytondd257932016-08-11 10:37:39 -04005699
5700 mutex_lock(&lst->st_mutex);
5701
5702 /* See if it's still hashed to avoid race with FREE_STATEID */
5703 spin_lock(&cl->cl_lock);
5704 hashed = !list_empty(&lst->st_perfile);
5705 spin_unlock(&cl->cl_lock);
5706
5707 if (!hashed) {
5708 mutex_unlock(&lst->st_mutex);
5709 nfs4_put_stid(&lst->st_stid);
5710 goto retry;
5711 }
Jeff Layton5db1c032014-07-29 21:34:28 -04005712 status = nfs_ok;
Jeff Laytondd257932016-08-11 10:37:39 -04005713 *plst = lst;
Jeff Layton5db1c032014-07-29 21:34:28 -04005714out:
5715 nfs4_put_stateowner(&lo->lo_owner);
5716 return status;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005717}
5718
Linus Torvalds1da177e2005-04-16 15:20:36 -07005719/*
5720 * LOCK operation
5721 */
Al Virob37ad282006-10-19 23:28:59 -07005722__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005723nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
J.Bruce Fieldsa4f1706a92006-12-13 00:35:28 -08005724 struct nfsd4_lock *lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005725{
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005726 struct nfs4_openowner *open_sop = NULL;
5727 struct nfs4_lockowner *lock_sop = NULL;
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005728 struct nfs4_ol_stateid *lock_stp = NULL;
Trond Myklebust0667b1e2014-07-29 21:34:22 -04005729 struct nfs4_ol_stateid *open_stp = NULL;
Jeff Layton7214e862014-07-10 14:07:33 -04005730 struct nfs4_file *fp;
J. Bruce Fields7d947842010-08-20 18:09:31 -04005731 struct file *filp = NULL;
Jeff Layton76d348f2016-09-16 16:28:24 -04005732 struct nfsd4_blocked_lock *nbl = NULL;
Jeff Layton21179d82012-08-21 08:03:32 -04005733 struct file_lock *file_lock = NULL;
5734 struct file_lock *conflock = NULL;
Al Virob37ad282006-10-19 23:28:59 -07005735 __be32 status = 0;
J. Bruce Fieldsb34f27a2011-08-22 13:13:31 -04005736 int lkflg;
Al Virob8dd7b92006-10-19 23:29:01 -07005737 int err;
Jeff Layton5db1c032014-07-29 21:34:28 -04005738 bool new = false;
Jeff Layton76d348f2016-09-16 16:28:24 -04005739 unsigned char fl_type;
5740 unsigned int fl_flags = FL_POSIX;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005741 struct net *net = SVC_NET(rqstp);
5742 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005743
5744 dprintk("NFSD: nfsd4_lock: start=%Ld length=%Ld\n",
5745 (long long) lock->lk_offset,
5746 (long long) lock->lk_length);
5747
Linus Torvalds1da177e2005-04-16 15:20:36 -07005748 if (check_lock_length(lock->lk_offset, lock->lk_length))
5749 return nfserr_inval;
5750
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005751 if ((status = fh_verify(rqstp, &cstate->current_fh,
Miklos Szeredi8837abc2008-06-16 13:20:29 +02005752 S_IFREG, NFSD_MAY_LOCK))) {
Andy Adamsona6f6ef22006-01-18 17:43:17 -08005753 dprintk("NFSD: nfsd4_lock: permission denied!\n");
5754 return status;
5755 }
5756
Linus Torvalds1da177e2005-04-16 15:20:36 -07005757 if (lock->lk_is_new) {
J. Bruce Fields684e5632011-11-04 17:08:10 -04005758 if (nfsd4_has_session(cstate))
5759 /* See rfc 5661 18.10.3: given clientid is ignored: */
Kinglong Mee76f6c9e2015-07-13 17:35:10 +08005760 memcpy(&lock->lk_new_clientid,
J. Bruce Fields684e5632011-11-04 17:08:10 -04005761 &cstate->session->se_client->cl_clientid,
5762 sizeof(clientid_t));
5763
Linus Torvalds1da177e2005-04-16 15:20:36 -07005764 status = nfserr_stale_clientid;
Stanislav Kinsbursky2c142ba2012-07-25 16:57:45 +04005765 if (STALE_CLIENTID(&lock->lk_new_clientid, nn))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005766 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005767
Linus Torvalds1da177e2005-04-16 15:20:36 -07005768 /* validate and update open stateid and open seqid */
J. Bruce Fieldsc0a5d932011-09-06 15:19:46 -04005769 status = nfs4_preprocess_confirmed_seqid_op(cstate,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005770 lock->lk_new_open_seqid,
5771 &lock->lk_new_open_stateid,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005772 &open_stp, nn);
NeilBrown37515172005-07-07 17:59:16 -07005773 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005774 goto out;
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005775 mutex_unlock(&open_stp->st_mutex);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005776 open_sop = openowner(open_stp->st_stateowner);
J. Bruce Fieldsb34f27a2011-08-22 13:13:31 -04005777 status = nfserr_bad_stateid;
J. Bruce Fields684e5632011-11-04 17:08:10 -04005778 if (!same_clid(&open_sop->oo_owner.so_client->cl_clientid,
Kinglong Mee76f6c9e2015-07-13 17:35:10 +08005779 &lock->lk_new_clientid))
J. Bruce Fieldsb34f27a2011-08-22 13:13:31 -04005780 goto out;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005781 status = lookup_or_create_lock_state(cstate, open_stp, lock,
Jeff Layton5db1c032014-07-29 21:34:28 -04005782 &lock_stp, &new);
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005783 } else {
Benny Halevydd453df2009-04-03 08:28:41 +03005784 status = nfs4_preprocess_seqid_op(cstate,
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04005785 lock->lk_old_lock_seqid,
5786 &lock->lk_old_lock_stateid,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005787 NFS4_LOCK_STID, &lock_stp, nn);
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005788 }
J. Bruce Fieldse1aaa892012-06-06 16:01:37 -04005789 if (status)
5790 goto out;
J. Bruce Fields64a284d2011-10-20 06:57:46 -04005791 lock_sop = lockowner(lock_stp->st_stateowner);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005792
J. Bruce Fieldsb34f27a2011-08-22 13:13:31 -04005793 lkflg = setlkflg(lock->lk_type);
5794 status = nfs4_check_openmode(lock_stp, lkflg);
5795 if (status)
5796 goto out;
5797
NeilBrown0dd395d2005-07-07 17:59:15 -07005798 status = nfserr_grace;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005799 if (locks_in_grace(net) && !lock->lk_reclaim)
NeilBrown0dd395d2005-07-07 17:59:15 -07005800 goto out;
5801 status = nfserr_no_grace;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03005802 if (!locks_in_grace(net) && lock->lk_reclaim)
NeilBrown0dd395d2005-07-07 17:59:15 -07005803 goto out;
5804
Trond Myklebust11b91642014-07-29 21:34:08 -04005805 fp = lock_stp->st_stid.sc_file;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005806 switch (lock->lk_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005807 case NFS4_READW_LT:
Jeff Layton76d348f2016-09-16 16:28:24 -04005808 if (nfsd4_has_session(cstate))
5809 fl_flags |= FL_SLEEP;
5810 /* Fallthrough */
5811 case NFS4_READ_LT:
Jeff Layton7214e862014-07-10 14:07:33 -04005812 spin_lock(&fp->fi_lock);
5813 filp = find_readable_file_locked(fp);
J. Bruce Fields0997b172011-03-02 18:01:35 -05005814 if (filp)
5815 get_lock_access(lock_stp, NFS4_SHARE_ACCESS_READ);
Jeff Layton7214e862014-07-10 14:07:33 -04005816 spin_unlock(&fp->fi_lock);
Jeff Layton76d348f2016-09-16 16:28:24 -04005817 fl_type = F_RDLCK;
J. Bruce Fields529d7b22011-03-02 23:48:33 -05005818 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005819 case NFS4_WRITEW_LT:
Jeff Layton76d348f2016-09-16 16:28:24 -04005820 if (nfsd4_has_session(cstate))
5821 fl_flags |= FL_SLEEP;
5822 /* Fallthrough */
5823 case NFS4_WRITE_LT:
Jeff Layton7214e862014-07-10 14:07:33 -04005824 spin_lock(&fp->fi_lock);
5825 filp = find_writeable_file_locked(fp);
J. Bruce Fields0997b172011-03-02 18:01:35 -05005826 if (filp)
5827 get_lock_access(lock_stp, NFS4_SHARE_ACCESS_WRITE);
Jeff Layton7214e862014-07-10 14:07:33 -04005828 spin_unlock(&fp->fi_lock);
Jeff Layton76d348f2016-09-16 16:28:24 -04005829 fl_type = F_WRLCK;
J. Bruce Fields529d7b22011-03-02 23:48:33 -05005830 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005831 default:
5832 status = nfserr_inval;
5833 goto out;
5834 }
Jeff Layton76d348f2016-09-16 16:28:24 -04005835
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04005836 if (!filp) {
5837 status = nfserr_openmode;
5838 goto out;
5839 }
Kinglong Meeaef95832014-08-22 10:18:44 -04005840
Jeff Layton76d348f2016-09-16 16:28:24 -04005841 nbl = find_or_allocate_block(lock_sop, &fp->fi_fhandle, nn);
5842 if (!nbl) {
5843 dprintk("NFSD: %s: unable to allocate block!\n", __func__);
5844 status = nfserr_jukebox;
5845 goto out;
5846 }
5847
5848 file_lock = &nbl->nbl_lock;
5849 file_lock->fl_type = fl_type;
Kinglong Meeaef95832014-08-22 10:18:44 -04005850 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(&lock_sop->lo_owner));
Jeff Layton21179d82012-08-21 08:03:32 -04005851 file_lock->fl_pid = current->tgid;
5852 file_lock->fl_file = filp;
Jeff Layton76d348f2016-09-16 16:28:24 -04005853 file_lock->fl_flags = fl_flags;
Jeff Layton21179d82012-08-21 08:03:32 -04005854 file_lock->fl_lmops = &nfsd_posix_mng_ops;
5855 file_lock->fl_start = lock->lk_offset;
5856 file_lock->fl_end = last_byte_offset(lock->lk_offset, lock->lk_length);
5857 nfs4_transform_lock_offset(file_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005858
Jeff Layton21179d82012-08-21 08:03:32 -04005859 conflock = locks_alloc_lock();
5860 if (!conflock) {
5861 dprintk("NFSD: %s: unable to allocate lock!\n", __func__);
5862 status = nfserr_jukebox;
5863 goto out;
5864 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005865
Jeff Layton76d348f2016-09-16 16:28:24 -04005866 if (fl_flags & FL_SLEEP) {
Jeff Layton7919d0a2016-09-16 16:28:25 -04005867 nbl->nbl_time = jiffies;
Jeff Layton76d348f2016-09-16 16:28:24 -04005868 spin_lock(&nn->client_lock);
5869 list_add_tail(&nbl->nbl_list, &lock_sop->lo_blocked);
Jeff Layton7919d0a2016-09-16 16:28:25 -04005870 list_add_tail(&nbl->nbl_lru, &nn->blocked_locks_lru);
Jeff Layton76d348f2016-09-16 16:28:24 -04005871 spin_unlock(&nn->client_lock);
5872 }
5873
Jeff Layton21179d82012-08-21 08:03:32 -04005874 err = vfs_lock_file(filp, F_SETLK, file_lock, conflock);
Jeff Layton76d348f2016-09-16 16:28:24 -04005875 switch (err) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005876 case 0: /* success! */
Jeff Layton9767feb2015-10-01 09:05:50 -04005877 nfs4_inc_and_copy_stateid(&lock->lk_resp_stateid, &lock_stp->st_stid);
Al Virob8dd7b92006-10-19 23:29:01 -07005878 status = 0;
Andy Adamsoneb76b3f2006-03-26 01:37:26 -08005879 break;
Jeff Layton76d348f2016-09-16 16:28:24 -04005880 case FILE_LOCK_DEFERRED:
5881 nbl = NULL;
5882 /* Fallthrough */
5883 case -EAGAIN: /* conflock holds conflicting lock */
Andy Adamsoneb76b3f2006-03-26 01:37:26 -08005884 status = nfserr_denied;
5885 dprintk("NFSD: nfsd4_lock: conflicting lock found!\n");
Jeff Layton21179d82012-08-21 08:03:32 -04005886 nfs4_set_lock_denied(conflock, &lock->lk_denied);
Andy Adamsoneb76b3f2006-03-26 01:37:26 -08005887 break;
Jeff Layton76d348f2016-09-16 16:28:24 -04005888 case -EDEADLK:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005889 status = nfserr_deadlock;
Andy Adamsoneb76b3f2006-03-26 01:37:26 -08005890 break;
J. Bruce Fields3e772462011-08-10 19:07:33 -04005891 default:
Marc Eshelfd85b812006-11-28 16:26:41 -05005892 dprintk("NFSD: nfsd4_lock: vfs_lock_file() failed! status %d\n",err);
J. Bruce Fields3e772462011-08-10 19:07:33 -04005893 status = nfserrno(err);
Andy Adamsoneb76b3f2006-03-26 01:37:26 -08005894 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005895 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005896out:
Jeff Layton76d348f2016-09-16 16:28:24 -04005897 if (nbl) {
5898 /* dequeue it if we queued it before */
5899 if (fl_flags & FL_SLEEP) {
5900 spin_lock(&nn->client_lock);
5901 list_del_init(&nbl->nbl_list);
Jeff Layton7919d0a2016-09-16 16:28:25 -04005902 list_del_init(&nbl->nbl_lru);
Jeff Layton76d348f2016-09-16 16:28:24 -04005903 spin_unlock(&nn->client_lock);
5904 }
5905 free_blocked_lock(nbl);
5906 }
Trond Myklebustde186432014-07-10 14:07:26 -04005907 if (filp)
5908 fput(filp);
Jeff Layton5db1c032014-07-29 21:34:28 -04005909 if (lock_stp) {
5910 /* Bump seqid manually if the 4.0 replay owner is openowner */
5911 if (cstate->replay_owner &&
5912 cstate->replay_owner != &lock_sop->lo_owner &&
5913 seqid_mutating_err(ntohl(status)))
5914 lock_sop->lo_owner.so_seqid++;
5915
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04005916 mutex_unlock(&lock_stp->st_mutex);
Jeff Layton35a92fe2015-09-17 07:47:08 -04005917
Jeff Layton5db1c032014-07-29 21:34:28 -04005918 /*
5919 * If this is a new, never-before-used stateid, and we are
5920 * returning an error, then just go ahead and release it.
5921 */
5922 if (status && new)
5923 release_lock_stateid(lock_stp);
5924
Trond Myklebust3d0fabd2014-07-29 21:34:15 -04005925 nfs4_put_stid(&lock_stp->st_stid);
Jeff Layton5db1c032014-07-29 21:34:28 -04005926 }
Trond Myklebust0667b1e2014-07-29 21:34:22 -04005927 if (open_stp)
5928 nfs4_put_stid(&open_stp->st_stid);
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04005929 nfsd4_bump_seqid(cstate, status);
Jeff Layton21179d82012-08-21 08:03:32 -04005930 if (conflock)
5931 locks_free_lock(conflock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005932 return status;
5933}
5934
5935/*
J. Bruce Fields55ef1272008-12-20 11:58:38 -08005936 * The NFSv4 spec allows a client to do a LOCKT without holding an OPEN,
5937 * so we do a temporary open here just to get an open file to pass to
5938 * vfs_test_lock. (Arguably perhaps test_lock should be done with an
5939 * inode operation.)
5940 */
Al Viro04da6e92012-04-13 00:00:04 -04005941static __be32 nfsd_test_lock(struct svc_rqst *rqstp, struct svc_fh *fhp, struct file_lock *lock)
J. Bruce Fields55ef1272008-12-20 11:58:38 -08005942{
5943 struct file *file;
Al Viro04da6e92012-04-13 00:00:04 -04005944 __be32 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_READ, &file);
5945 if (!err) {
5946 err = nfserrno(vfs_test_lock(file, lock));
Christoph Hellwigfd891452015-04-28 15:41:16 +02005947 fput(file);
Al Viro04da6e92012-04-13 00:00:04 -04005948 }
J. Bruce Fields55ef1272008-12-20 11:58:38 -08005949 return err;
5950}
5951
5952/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07005953 * LOCKT operation
5954 */
Al Virob37ad282006-10-19 23:28:59 -07005955__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08005956nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
5957 struct nfsd4_lockt *lockt)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005958{
Jeff Layton21179d82012-08-21 08:03:32 -04005959 struct file_lock *file_lock = NULL;
Jeff Layton5db1c032014-07-29 21:34:28 -04005960 struct nfs4_lockowner *lo = NULL;
Al Virob37ad282006-10-19 23:28:59 -07005961 __be32 status;
Stanislav Kinsbursky7f2210f2012-11-14 18:21:05 +03005962 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005963
Stanislav Kinsbursky5ccb0062012-07-25 16:57:22 +04005964 if (locks_in_grace(SVC_NET(rqstp)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005965 return nfserr_grace;
5966
5967 if (check_lock_length(lockt->lt_offset, lockt->lt_length))
5968 return nfserr_inval;
5969
J. Bruce Fields9b2ef622012-12-03 17:24:41 -05005970 if (!nfsd4_has_session(cstate)) {
Jeff Layton4b24ca72014-06-30 11:48:44 -04005971 status = lookup_clientid(&lockt->lt_clientid, cstate, nn);
J. Bruce Fields9b2ef622012-12-03 17:24:41 -05005972 if (status)
5973 goto out;
5974 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005975
J. Bruce Fields75c096f2011-08-15 18:39:32 -04005976 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005977 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005978
Jeff Layton21179d82012-08-21 08:03:32 -04005979 file_lock = locks_alloc_lock();
5980 if (!file_lock) {
5981 dprintk("NFSD: %s: unable to allocate lock!\n", __func__);
5982 status = nfserr_jukebox;
5983 goto out;
5984 }
Kinglong Mee6cd90662014-08-15 08:02:55 +08005985
Linus Torvalds1da177e2005-04-16 15:20:36 -07005986 switch (lockt->lt_type) {
5987 case NFS4_READ_LT:
5988 case NFS4_READW_LT:
Jeff Layton21179d82012-08-21 08:03:32 -04005989 file_lock->fl_type = F_RDLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005990 break;
5991 case NFS4_WRITE_LT:
5992 case NFS4_WRITEW_LT:
Jeff Layton21179d82012-08-21 08:03:32 -04005993 file_lock->fl_type = F_WRLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005994 break;
5995 default:
J. Bruce Fields2fdada02007-07-27 16:10:37 -04005996 dprintk("NFSD: nfs4_lockt: bad lock type!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07005997 status = nfserr_inval;
5998 goto out;
5999 }
6000
Kinglong Meec8623992015-07-13 17:35:37 +08006001 lo = find_lockowner_str(cstate->clp, &lockt->lt_owner);
J. Bruce Fieldsfe0750e2011-07-30 23:33:59 -04006002 if (lo)
Jeff Layton21179d82012-08-21 08:03:32 -04006003 file_lock->fl_owner = (fl_owner_t)lo;
6004 file_lock->fl_pid = current->tgid;
6005 file_lock->fl_flags = FL_POSIX;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006006
Jeff Layton21179d82012-08-21 08:03:32 -04006007 file_lock->fl_start = lockt->lt_offset;
6008 file_lock->fl_end = last_byte_offset(lockt->lt_offset, lockt->lt_length);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006009
Jeff Layton21179d82012-08-21 08:03:32 -04006010 nfs4_transform_lock_offset(file_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006011
Jeff Layton21179d82012-08-21 08:03:32 -04006012 status = nfsd_test_lock(rqstp, &cstate->current_fh, file_lock);
Al Viro04da6e92012-04-13 00:00:04 -04006013 if (status)
Marc Eshelfd85b812006-11-28 16:26:41 -05006014 goto out;
Al Viro04da6e92012-04-13 00:00:04 -04006015
Jeff Layton21179d82012-08-21 08:03:32 -04006016 if (file_lock->fl_type != F_UNLCK) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07006017 status = nfserr_denied;
Jeff Layton21179d82012-08-21 08:03:32 -04006018 nfs4_set_lock_denied(file_lock, &lockt->lt_denied);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006019 }
6020out:
Jeff Layton5db1c032014-07-29 21:34:28 -04006021 if (lo)
6022 nfs4_put_stateowner(&lo->lo_owner);
Jeff Layton21179d82012-08-21 08:03:32 -04006023 if (file_lock)
6024 locks_free_lock(file_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006025 return status;
6026}
6027
Al Virob37ad282006-10-19 23:28:59 -07006028__be32
J.Bruce Fieldsca364312006-12-13 00:35:27 -08006029nfsd4_locku(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
J.Bruce Fieldsa4f1706a92006-12-13 00:35:28 -08006030 struct nfsd4_locku *locku)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006031{
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04006032 struct nfs4_ol_stateid *stp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006033 struct file *filp = NULL;
Jeff Layton21179d82012-08-21 08:03:32 -04006034 struct file_lock *file_lock = NULL;
Al Virob37ad282006-10-19 23:28:59 -07006035 __be32 status;
Al Virob8dd7b92006-10-19 23:29:01 -07006036 int err;
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03006037 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
6038
Linus Torvalds1da177e2005-04-16 15:20:36 -07006039 dprintk("NFSD: nfsd4_locku: start=%Ld length=%Ld\n",
6040 (long long) locku->lu_offset,
6041 (long long) locku->lu_length);
6042
6043 if (check_lock_length(locku->lu_offset, locku->lu_length))
6044 return nfserr_inval;
6045
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04006046 status = nfs4_preprocess_seqid_op(cstate, locku->lu_seqid,
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03006047 &locku->lu_stateid, NFS4_LOCK_STID,
6048 &stp, nn);
J. Bruce Fields9072d5c2011-08-24 12:45:03 -04006049 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006050 goto out;
Trond Myklebust11b91642014-07-29 21:34:08 -04006051 filp = find_any_file(stp->st_stid.sc_file);
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04006052 if (!filp) {
6053 status = nfserr_lock_range;
Trond Myklebust858cc572014-07-29 21:34:16 -04006054 goto put_stateid;
J. Bruce Fieldsf9d75622010-07-08 11:02:09 -04006055 }
Jeff Layton21179d82012-08-21 08:03:32 -04006056 file_lock = locks_alloc_lock();
6057 if (!file_lock) {
6058 dprintk("NFSD: %s: unable to allocate lock!\n", __func__);
6059 status = nfserr_jukebox;
Trond Myklebustde186432014-07-10 14:07:26 -04006060 goto fput;
Jeff Layton21179d82012-08-21 08:03:32 -04006061 }
Kinglong Mee6cd90662014-08-15 08:02:55 +08006062
Jeff Layton21179d82012-08-21 08:03:32 -04006063 file_lock->fl_type = F_UNLCK;
Kinglong Meeaef95832014-08-22 10:18:44 -04006064 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(stp->st_stateowner));
Jeff Layton21179d82012-08-21 08:03:32 -04006065 file_lock->fl_pid = current->tgid;
6066 file_lock->fl_file = filp;
6067 file_lock->fl_flags = FL_POSIX;
6068 file_lock->fl_lmops = &nfsd_posix_mng_ops;
6069 file_lock->fl_start = locku->lu_offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006070
Jeff Layton21179d82012-08-21 08:03:32 -04006071 file_lock->fl_end = last_byte_offset(locku->lu_offset,
6072 locku->lu_length);
6073 nfs4_transform_lock_offset(file_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006074
Jeff Layton21179d82012-08-21 08:03:32 -04006075 err = vfs_lock_file(filp, F_SETLK, file_lock, NULL);
Al Virob8dd7b92006-10-19 23:29:01 -07006076 if (err) {
Marc Eshelfd85b812006-11-28 16:26:41 -05006077 dprintk("NFSD: nfs4_locku: vfs_lock_file failed!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07006078 goto out_nfserr;
6079 }
Jeff Layton9767feb2015-10-01 09:05:50 -04006080 nfs4_inc_and_copy_stateid(&locku->lu_stateid, &stp->st_stid);
Trond Myklebustde186432014-07-10 14:07:26 -04006081fput:
6082 fput(filp);
Trond Myklebust858cc572014-07-29 21:34:16 -04006083put_stateid:
Oleg Drokinfeb9dad2016-06-14 23:28:04 -04006084 mutex_unlock(&stp->st_mutex);
Trond Myklebust858cc572014-07-29 21:34:16 -04006085 nfs4_put_stid(&stp->st_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006086out:
J. Bruce Fields9411b1d2013-04-01 16:37:12 -04006087 nfsd4_bump_seqid(cstate, status);
Jeff Layton21179d82012-08-21 08:03:32 -04006088 if (file_lock)
6089 locks_free_lock(file_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006090 return status;
6091
6092out_nfserr:
Al Virob8dd7b92006-10-19 23:29:01 -07006093 status = nfserrno(err);
Trond Myklebustde186432014-07-10 14:07:26 -04006094 goto fput;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006095}
6096
6097/*
6098 * returns
Jeff Laytonf9c00c32014-07-23 16:17:41 -04006099 * true: locks held by lockowner
6100 * false: no locks held by lockowner
Linus Torvalds1da177e2005-04-16 15:20:36 -07006101 */
Jeff Laytonf9c00c32014-07-23 16:17:41 -04006102static bool
6103check_for_locks(struct nfs4_file *fp, struct nfs4_lockowner *lowner)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006104{
Jeff Laytonbd61e0a2015-01-16 15:05:55 -05006105 struct file_lock *fl;
Jeff Laytonf9c00c32014-07-23 16:17:41 -04006106 int status = false;
6107 struct file *filp = find_any_file(fp);
6108 struct inode *inode;
Jeff Laytonbd61e0a2015-01-16 15:05:55 -05006109 struct file_lock_context *flctx;
Jeff Laytonf9c00c32014-07-23 16:17:41 -04006110
6111 if (!filp) {
6112 /* Any valid lock stateid should have some sort of access */
6113 WARN_ON_ONCE(1);
6114 return status;
6115 }
6116
6117 inode = file_inode(filp);
Jeff Laytonbd61e0a2015-01-16 15:05:55 -05006118 flctx = inode->i_flctx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006119
Jeff Laytonbd61e0a2015-01-16 15:05:55 -05006120 if (flctx && !list_empty_careful(&flctx->flc_posix)) {
Jeff Layton6109c852015-01-16 15:05:57 -05006121 spin_lock(&flctx->flc_lock);
Jeff Laytonbd61e0a2015-01-16 15:05:55 -05006122 list_for_each_entry(fl, &flctx->flc_posix, fl_list) {
6123 if (fl->fl_owner == (fl_owner_t)lowner) {
6124 status = true;
6125 break;
6126 }
J. Bruce Fields796dadf2006-01-18 17:43:22 -08006127 }
Jeff Layton6109c852015-01-16 15:05:57 -05006128 spin_unlock(&flctx->flc_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006129 }
Jeff Laytonf9c00c32014-07-23 16:17:41 -04006130 fput(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006131 return status;
6132}
6133
Al Virob37ad282006-10-19 23:28:59 -07006134__be32
J.Bruce Fieldsb5914802006-12-13 00:35:38 -08006135nfsd4_release_lockowner(struct svc_rqst *rqstp,
6136 struct nfsd4_compound_state *cstate,
6137 struct nfsd4_release_lockowner *rlockowner)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006138{
6139 clientid_t *clid = &rlockowner->rl_clientid;
Jeff Layton882e9d22014-07-29 21:34:37 -04006140 struct nfs4_stateowner *sop;
6141 struct nfs4_lockowner *lo = NULL;
J. Bruce Fieldsdcef0412011-09-07 16:06:42 -04006142 struct nfs4_ol_stateid *stp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006143 struct xdr_netobj *owner = &rlockowner->rl_owner;
Trond Myklebustd4f04892014-07-29 21:34:36 -04006144 unsigned int hashval = ownerstr_hashval(owner);
Al Virob37ad282006-10-19 23:28:59 -07006145 __be32 status;
Stanislav Kinsbursky7f2210f2012-11-14 18:21:05 +03006146 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id);
Trond Myklebustc58c6612014-07-29 21:34:35 -04006147 struct nfs4_client *clp;
Chuck Lever88584812016-07-13 16:40:14 -04006148 LIST_HEAD (reaplist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006149
6150 dprintk("nfsd4_release_lockowner clientid: (%08x/%08x):\n",
6151 clid->cl_boot, clid->cl_id);
6152
Jeff Layton4b24ca72014-06-30 11:48:44 -04006153 status = lookup_clientid(clid, cstate, nn);
J. Bruce Fields9b2ef622012-12-03 17:24:41 -05006154 if (status)
Trond Myklebust51f5e782014-07-30 08:27:27 -04006155 return status;
J. Bruce Fields9b2ef622012-12-03 17:24:41 -05006156
Trond Myklebustd4f04892014-07-29 21:34:36 -04006157 clp = cstate->clp;
Jeff Laytonfd449072014-06-30 11:48:41 -04006158 /* Find the matching lock stateowner */
Trond Myklebustd4f04892014-07-29 21:34:36 -04006159 spin_lock(&clp->cl_lock);
Jeff Layton882e9d22014-07-29 21:34:37 -04006160 list_for_each_entry(sop, &clp->cl_ownerstr_hashtbl[hashval],
Trond Myklebustd4f04892014-07-29 21:34:36 -04006161 so_strhash) {
Jeff Layton882e9d22014-07-29 21:34:37 -04006162
6163 if (sop->so_is_open_owner || !same_owner_str(sop, owner))
J. Bruce Fields16bfdaaf2011-11-07 17:23:30 -05006164 continue;
Jeff Laytonfd449072014-06-30 11:48:41 -04006165
Jeff Layton882e9d22014-07-29 21:34:37 -04006166 /* see if there are still any locks associated with it */
6167 lo = lockowner(sop);
6168 list_for_each_entry(stp, &sop->so_stateids, st_perstateowner) {
6169 if (check_for_locks(stp->st_stid.sc_file, lo)) {
6170 status = nfserr_locks_held;
6171 spin_unlock(&clp->cl_lock);
Trond Myklebust51f5e782014-07-30 08:27:27 -04006172 return status;
Jeff Layton882e9d22014-07-29 21:34:37 -04006173 }
Jeff Layton5adfd882014-07-29 21:34:31 -04006174 }
Jeff Layton882e9d22014-07-29 21:34:37 -04006175
Kinglong Meeb5971af2014-08-22 10:18:43 -04006176 nfs4_get_stateowner(sop);
Jeff Layton882e9d22014-07-29 21:34:37 -04006177 break;
Jeff Laytonfd449072014-06-30 11:48:41 -04006178 }
Chuck Lever88584812016-07-13 16:40:14 -04006179 if (!lo) {
6180 spin_unlock(&clp->cl_lock);
6181 return status;
6182 }
6183
6184 unhash_lockowner_locked(lo);
6185 while (!list_empty(&lo->lo_owner.so_stateids)) {
6186 stp = list_first_entry(&lo->lo_owner.so_stateids,
6187 struct nfs4_ol_stateid,
6188 st_perstateowner);
6189 WARN_ON(!unhash_lock_stateid(stp));
6190 put_ol_stateid_locked(stp, &reaplist);
6191 }
Trond Myklebustc58c6612014-07-29 21:34:35 -04006192 spin_unlock(&clp->cl_lock);
Chuck Lever88584812016-07-13 16:40:14 -04006193 free_ol_stateid_reaplist(&reaplist);
6194 nfs4_put_stateowner(&lo->lo_owner);
6195
Linus Torvalds1da177e2005-04-16 15:20:36 -07006196 return status;
6197}
6198
6199static inline struct nfs4_client_reclaim *
NeilBrowna55370a2005-06-23 22:03:52 -07006200alloc_reclaim(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006201{
NeilBrowna55370a2005-06-23 22:03:52 -07006202 return kmalloc(sizeof(struct nfs4_client_reclaim), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006203}
6204
Jeff Layton0ce0c2b2012-11-12 15:00:55 -05006205bool
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006206nfs4_has_reclaimed_state(const char *name, struct nfsd_net *nn)
NeilBrownc7b9a452005-06-23 22:04:30 -07006207{
Jeff Layton0ce0c2b2012-11-12 15:00:55 -05006208 struct nfs4_client_reclaim *crp;
NeilBrownc7b9a452005-06-23 22:04:30 -07006209
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006210 crp = nfsd4_find_reclaim_client(name, nn);
Jeff Layton0ce0c2b2012-11-12 15:00:55 -05006211 return (crp && crp->cr_clp);
NeilBrownc7b9a452005-06-23 22:04:30 -07006212}
6213
Linus Torvalds1da177e2005-04-16 15:20:36 -07006214/*
6215 * failure => all reset bets are off, nfserr_no_grace...
6216 */
Jeff Layton772a9bb2012-11-12 15:00:54 -05006217struct nfs4_client_reclaim *
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006218nfs4_client_to_reclaim(const char *name, struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006219{
6220 unsigned int strhashval;
Jeff Layton772a9bb2012-11-12 15:00:54 -05006221 struct nfs4_client_reclaim *crp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006222
NeilBrowna55370a2005-06-23 22:03:52 -07006223 dprintk("NFSD nfs4_client_to_reclaim NAME: %.*s\n", HEXDIR_LEN, name);
6224 crp = alloc_reclaim();
Jeff Layton772a9bb2012-11-12 15:00:54 -05006225 if (crp) {
6226 strhashval = clientstr_hashval(name);
6227 INIT_LIST_HEAD(&crp->cr_strhash);
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006228 list_add(&crp->cr_strhash, &nn->reclaim_str_hashtbl[strhashval]);
Jeff Layton772a9bb2012-11-12 15:00:54 -05006229 memcpy(crp->cr_recdir, name, HEXDIR_LEN);
Jeff Layton0ce0c2b2012-11-12 15:00:55 -05006230 crp->cr_clp = NULL;
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006231 nn->reclaim_str_hashtbl_size++;
Jeff Layton772a9bb2012-11-12 15:00:54 -05006232 }
6233 return crp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006234}
6235
Jeff Layton2a4317c2012-03-21 16:42:43 -04006236void
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006237nfs4_remove_reclaim_record(struct nfs4_client_reclaim *crp, struct nfsd_net *nn)
Jeff Laytonce30e532012-11-12 15:00:53 -05006238{
6239 list_del(&crp->cr_strhash);
6240 kfree(crp);
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006241 nn->reclaim_str_hashtbl_size--;
Jeff Laytonce30e532012-11-12 15:00:53 -05006242}
6243
6244void
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006245nfs4_release_reclaim(struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006246{
6247 struct nfs4_client_reclaim *crp = NULL;
6248 int i;
6249
Linus Torvalds1da177e2005-04-16 15:20:36 -07006250 for (i = 0; i < CLIENT_HASH_SIZE; i++) {
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006251 while (!list_empty(&nn->reclaim_str_hashtbl[i])) {
6252 crp = list_entry(nn->reclaim_str_hashtbl[i].next,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006253 struct nfs4_client_reclaim, cr_strhash);
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006254 nfs4_remove_reclaim_record(crp, nn);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006255 }
6256 }
J. Bruce Fields063b0fb2012-11-25 14:48:10 -05006257 WARN_ON_ONCE(nn->reclaim_str_hashtbl_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006258}
6259
6260/*
6261 * called from OPEN, CLAIM_PREVIOUS with a new clientid. */
Jeff Layton2a4317c2012-03-21 16:42:43 -04006262struct nfs4_client_reclaim *
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006263nfsd4_find_reclaim_client(const char *recdir, struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006264{
6265 unsigned int strhashval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006266 struct nfs4_client_reclaim *crp = NULL;
6267
Jeff Layton278c9312012-11-12 15:00:52 -05006268 dprintk("NFSD: nfs4_find_reclaim_client for recdir %s\n", recdir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006269
Jeff Layton278c9312012-11-12 15:00:52 -05006270 strhashval = clientstr_hashval(recdir);
Stanislav Kinsbursky52e19c02012-11-14 18:21:16 +03006271 list_for_each_entry(crp, &nn->reclaim_str_hashtbl[strhashval], cr_strhash) {
Jeff Layton278c9312012-11-12 15:00:52 -05006272 if (same_name(crp->cr_recdir, recdir)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07006273 return crp;
6274 }
6275 }
6276 return NULL;
6277}
6278
6279/*
6280* Called from OPEN. Look for clientid in reclaim list.
6281*/
Al Virob37ad282006-10-19 23:28:59 -07006282__be32
Trond Myklebust0fe492d2014-06-30 11:48:47 -04006283nfs4_check_open_reclaim(clientid_t *clid,
6284 struct nfsd4_compound_state *cstate,
6285 struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006286{
Trond Myklebust0fe492d2014-06-30 11:48:47 -04006287 __be32 status;
Jeff Laytona52d7262012-03-21 09:52:02 -04006288
6289 /* find clientid in conf_id_hashtbl */
Trond Myklebust0fe492d2014-06-30 11:48:47 -04006290 status = lookup_clientid(clid, cstate, nn);
6291 if (status)
Jeff Laytona52d7262012-03-21 09:52:02 -04006292 return nfserr_reclaim_bad;
6293
Jeff Layton3b3e7b72014-09-12 16:40:22 -04006294 if (test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &cstate->clp->cl_flags))
6295 return nfserr_no_grace;
6296
Trond Myklebust0fe492d2014-06-30 11:48:47 -04006297 if (nfsd4_client_record_check(cstate->clp))
6298 return nfserr_reclaim_bad;
6299
6300 return nfs_ok;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006301}
6302
Bryan Schumaker65178db2011-11-01 13:35:21 -04006303#ifdef CONFIG_NFSD_FAULT_INJECTION
Jeff Layton016200c2014-07-30 08:27:21 -04006304static inline void
6305put_client(struct nfs4_client *clp)
6306{
6307 atomic_dec(&clp->cl_refcount);
6308}
6309
Jeff Layton285abde2014-07-30 08:27:24 -04006310static struct nfs4_client *
6311nfsd_find_client(struct sockaddr_storage *addr, size_t addr_size)
6312{
6313 struct nfs4_client *clp;
6314 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6315 nfsd_net_id);
6316
6317 if (!nfsd_netns_ready(nn))
6318 return NULL;
6319
6320 list_for_each_entry(clp, &nn->client_lru, cl_lru) {
6321 if (memcmp(&clp->cl_addr, addr, addr_size) == 0)
6322 return clp;
6323 }
6324 return NULL;
6325}
6326
Jeff Layton7ec0e362014-07-30 08:27:17 -04006327u64
Jeff Layton285abde2014-07-30 08:27:24 -04006328nfsd_inject_print_clients(void)
Jeff Layton7ec0e362014-07-30 08:27:17 -04006329{
6330 struct nfs4_client *clp;
6331 u64 count = 0;
6332 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6333 nfsd_net_id);
6334 char buf[INET6_ADDRSTRLEN];
6335
6336 if (!nfsd_netns_ready(nn))
6337 return 0;
6338
6339 spin_lock(&nn->client_lock);
6340 list_for_each_entry(clp, &nn->client_lru, cl_lru) {
6341 rpc_ntop((struct sockaddr *)&clp->cl_addr, buf, sizeof(buf));
6342 pr_info("NFS Client: %s\n", buf);
6343 ++count;
6344 }
6345 spin_unlock(&nn->client_lock);
6346
6347 return count;
6348}
Bryan Schumaker65178db2011-11-01 13:35:21 -04006349
Jeff Laytona0926d12014-07-30 08:27:18 -04006350u64
Jeff Layton285abde2014-07-30 08:27:24 -04006351nfsd_inject_forget_client(struct sockaddr_storage *addr, size_t addr_size)
Jeff Laytona0926d12014-07-30 08:27:18 -04006352{
6353 u64 count = 0;
6354 struct nfs4_client *clp;
6355 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6356 nfsd_net_id);
6357
6358 if (!nfsd_netns_ready(nn))
6359 return count;
6360
6361 spin_lock(&nn->client_lock);
6362 clp = nfsd_find_client(addr, addr_size);
6363 if (clp) {
6364 if (mark_client_expired_locked(clp) == nfs_ok)
6365 ++count;
6366 else
6367 clp = NULL;
6368 }
6369 spin_unlock(&nn->client_lock);
6370
6371 if (clp)
6372 expire_client(clp);
6373
6374 return count;
6375}
6376
Jeff Layton69fc9ed2014-07-30 08:27:19 -04006377u64
Jeff Layton285abde2014-07-30 08:27:24 -04006378nfsd_inject_forget_clients(u64 max)
Jeff Layton69fc9ed2014-07-30 08:27:19 -04006379{
6380 u64 count = 0;
6381 struct nfs4_client *clp, *next;
6382 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6383 nfsd_net_id);
6384 LIST_HEAD(reaplist);
6385
6386 if (!nfsd_netns_ready(nn))
6387 return count;
6388
6389 spin_lock(&nn->client_lock);
6390 list_for_each_entry_safe(clp, next, &nn->client_lru, cl_lru) {
6391 if (mark_client_expired_locked(clp) == nfs_ok) {
6392 list_add(&clp->cl_lru, &reaplist);
6393 if (max != 0 && ++count >= max)
6394 break;
6395 }
6396 }
6397 spin_unlock(&nn->client_lock);
6398
6399 list_for_each_entry_safe(clp, next, &reaplist, cl_lru)
6400 expire_client(clp);
6401
6402 return count;
6403}
6404
Bryan Schumaker184c1842012-11-29 11:40:44 -05006405static void nfsd_print_count(struct nfs4_client *clp, unsigned int count,
6406 const char *type)
6407{
6408 char buf[INET6_ADDRSTRLEN];
Bryan Schumaker0a5c33e2012-12-07 16:17:28 -05006409 rpc_ntop((struct sockaddr *)&clp->cl_addr, buf, sizeof(buf));
Bryan Schumaker184c1842012-11-29 11:40:44 -05006410 printk(KERN_INFO "NFS Client: %s has %u %s\n", buf, count, type);
6411}
6412
Jeff Layton016200c2014-07-30 08:27:21 -04006413static void
6414nfsd_inject_add_lock_to_list(struct nfs4_ol_stateid *lst,
6415 struct list_head *collect)
6416{
6417 struct nfs4_client *clp = lst->st_stid.sc_client;
6418 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6419 nfsd_net_id);
6420
6421 if (!collect)
6422 return;
6423
6424 lockdep_assert_held(&nn->client_lock);
6425 atomic_inc(&clp->cl_refcount);
6426 list_add(&lst->st_locks, collect);
6427}
6428
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04006429static u64 nfsd_foreach_client_lock(struct nfs4_client *clp, u64 max,
Jeff Layton3738d502014-07-30 08:27:20 -04006430 struct list_head *collect,
Jeff Laytone8568732015-08-24 12:41:47 -04006431 bool (*func)(struct nfs4_ol_stateid *))
Bryan Schumakerfc291712012-11-29 11:40:40 -05006432{
6433 struct nfs4_openowner *oop;
Bryan Schumakerfc291712012-11-29 11:40:40 -05006434 struct nfs4_ol_stateid *stp, *st_next;
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04006435 struct nfs4_ol_stateid *lst, *lst_next;
Bryan Schumakerfc291712012-11-29 11:40:40 -05006436 u64 count = 0;
6437
Jeff Layton016200c2014-07-30 08:27:21 -04006438 spin_lock(&clp->cl_lock);
Bryan Schumakerfc291712012-11-29 11:40:40 -05006439 list_for_each_entry(oop, &clp->cl_openowners, oo_perclient) {
Trond Myklebust3c87b9b2014-06-30 11:48:38 -04006440 list_for_each_entry_safe(stp, st_next,
6441 &oop->oo_owner.so_stateids, st_perstateowner) {
6442 list_for_each_entry_safe(lst, lst_next,
6443 &stp->st_locks, st_locks) {
Jeff Layton3738d502014-07-30 08:27:20 -04006444 if (func) {
Jeff Laytone8568732015-08-24 12:41:47 -04006445 if (func(lst))
6446 nfsd_inject_add_lock_to_list(lst,
6447 collect);
Jeff Layton3738d502014-07-30 08:27:20 -04006448 }
Jeff Layton016200c2014-07-30 08:27:21 -04006449 ++count;
6450 /*
6451 * Despite the fact that these functions deal
6452 * with 64-bit integers for "count", we must
6453 * ensure that it doesn't blow up the
6454 * clp->cl_refcount. Throw a warning if we
6455 * start to approach INT_MAX here.
6456 */
6457 WARN_ON_ONCE(count == (INT_MAX / 2));
6458 if (count == max)
6459 goto out;
Bryan Schumakerfc291712012-11-29 11:40:40 -05006460 }
6461 }
6462 }
Jeff Layton016200c2014-07-30 08:27:21 -04006463out:
6464 spin_unlock(&clp->cl_lock);
Bryan Schumakerfc291712012-11-29 11:40:40 -05006465
6466 return count;
6467}
6468
Jeff Layton016200c2014-07-30 08:27:21 -04006469static u64
6470nfsd_collect_client_locks(struct nfs4_client *clp, struct list_head *collect,
6471 u64 max)
Bryan Schumakerfc291712012-11-29 11:40:40 -05006472{
Jeff Layton016200c2014-07-30 08:27:21 -04006473 return nfsd_foreach_client_lock(clp, max, collect, unhash_lock_stateid);
Bryan Schumakerfc291712012-11-29 11:40:40 -05006474}
6475
Jeff Layton016200c2014-07-30 08:27:21 -04006476static u64
6477nfsd_print_client_locks(struct nfs4_client *clp)
Bryan Schumaker184c1842012-11-29 11:40:44 -05006478{
Jeff Layton016200c2014-07-30 08:27:21 -04006479 u64 count = nfsd_foreach_client_lock(clp, 0, NULL, NULL);
Bryan Schumaker184c1842012-11-29 11:40:44 -05006480 nfsd_print_count(clp, count, "locked files");
6481 return count;
6482}
6483
Jeff Layton016200c2014-07-30 08:27:21 -04006484u64
Jeff Layton285abde2014-07-30 08:27:24 -04006485nfsd_inject_print_locks(void)
Jeff Layton016200c2014-07-30 08:27:21 -04006486{
6487 struct nfs4_client *clp;
6488 u64 count = 0;
6489 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6490 nfsd_net_id);
6491
6492 if (!nfsd_netns_ready(nn))
6493 return 0;
6494
6495 spin_lock(&nn->client_lock);
6496 list_for_each_entry(clp, &nn->client_lru, cl_lru)
6497 count += nfsd_print_client_locks(clp);
6498 spin_unlock(&nn->client_lock);
6499
6500 return count;
6501}
6502
6503static void
6504nfsd_reap_locks(struct list_head *reaplist)
6505{
6506 struct nfs4_client *clp;
6507 struct nfs4_ol_stateid *stp, *next;
6508
6509 list_for_each_entry_safe(stp, next, reaplist, st_locks) {
6510 list_del_init(&stp->st_locks);
6511 clp = stp->st_stid.sc_client;
6512 nfs4_put_stid(&stp->st_stid);
6513 put_client(clp);
6514 }
6515}
6516
6517u64
Jeff Layton285abde2014-07-30 08:27:24 -04006518nfsd_inject_forget_client_locks(struct sockaddr_storage *addr, size_t addr_size)
Jeff Layton016200c2014-07-30 08:27:21 -04006519{
6520 unsigned int count = 0;
6521 struct nfs4_client *clp;
6522 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6523 nfsd_net_id);
6524 LIST_HEAD(reaplist);
6525
6526 if (!nfsd_netns_ready(nn))
6527 return count;
6528
6529 spin_lock(&nn->client_lock);
6530 clp = nfsd_find_client(addr, addr_size);
6531 if (clp)
6532 count = nfsd_collect_client_locks(clp, &reaplist, 0);
6533 spin_unlock(&nn->client_lock);
6534 nfsd_reap_locks(&reaplist);
6535 return count;
6536}
6537
6538u64
Jeff Layton285abde2014-07-30 08:27:24 -04006539nfsd_inject_forget_locks(u64 max)
Jeff Layton016200c2014-07-30 08:27:21 -04006540{
6541 u64 count = 0;
6542 struct nfs4_client *clp;
6543 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6544 nfsd_net_id);
6545 LIST_HEAD(reaplist);
6546
6547 if (!nfsd_netns_ready(nn))
6548 return count;
6549
6550 spin_lock(&nn->client_lock);
6551 list_for_each_entry(clp, &nn->client_lru, cl_lru) {
6552 count += nfsd_collect_client_locks(clp, &reaplist, max - count);
6553 if (max != 0 && count >= max)
6554 break;
6555 }
6556 spin_unlock(&nn->client_lock);
6557 nfsd_reap_locks(&reaplist);
6558 return count;
6559}
6560
Jeff Layton82e05ef2014-07-30 08:27:22 -04006561static u64
6562nfsd_foreach_client_openowner(struct nfs4_client *clp, u64 max,
6563 struct list_head *collect,
6564 void (*func)(struct nfs4_openowner *))
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006565{
6566 struct nfs4_openowner *oop, *next;
Jeff Layton82e05ef2014-07-30 08:27:22 -04006567 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6568 nfsd_net_id);
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006569 u64 count = 0;
6570
Jeff Layton82e05ef2014-07-30 08:27:22 -04006571 lockdep_assert_held(&nn->client_lock);
6572
6573 spin_lock(&clp->cl_lock);
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006574 list_for_each_entry_safe(oop, next, &clp->cl_openowners, oo_perclient) {
Jeff Layton82e05ef2014-07-30 08:27:22 -04006575 if (func) {
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006576 func(oop);
Jeff Layton82e05ef2014-07-30 08:27:22 -04006577 if (collect) {
6578 atomic_inc(&clp->cl_refcount);
6579 list_add(&oop->oo_perclient, collect);
6580 }
6581 }
6582 ++count;
6583 /*
6584 * Despite the fact that these functions deal with
6585 * 64-bit integers for "count", we must ensure that
6586 * it doesn't blow up the clp->cl_refcount. Throw a
6587 * warning if we start to approach INT_MAX here.
6588 */
6589 WARN_ON_ONCE(count == (INT_MAX / 2));
6590 if (count == max)
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006591 break;
6592 }
Jeff Layton82e05ef2014-07-30 08:27:22 -04006593 spin_unlock(&clp->cl_lock);
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006594
6595 return count;
6596}
6597
Jeff Layton82e05ef2014-07-30 08:27:22 -04006598static u64
6599nfsd_print_client_openowners(struct nfs4_client *clp)
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006600{
Jeff Layton82e05ef2014-07-30 08:27:22 -04006601 u64 count = nfsd_foreach_client_openowner(clp, 0, NULL, NULL);
6602
6603 nfsd_print_count(clp, count, "openowners");
6604 return count;
Bryan Schumaker4dbdbda2012-11-29 11:40:41 -05006605}
6606
Jeff Layton82e05ef2014-07-30 08:27:22 -04006607static u64
6608nfsd_collect_client_openowners(struct nfs4_client *clp,
6609 struct list_head *collect, u64 max)
Bryan Schumaker184c1842012-11-29 11:40:44 -05006610{
Jeff Layton82e05ef2014-07-30 08:27:22 -04006611 return nfsd_foreach_client_openowner(clp, max, collect,
6612 unhash_openowner_locked);
6613}
6614
6615u64
Jeff Layton285abde2014-07-30 08:27:24 -04006616nfsd_inject_print_openowners(void)
Jeff Layton82e05ef2014-07-30 08:27:22 -04006617{
6618 struct nfs4_client *clp;
6619 u64 count = 0;
6620 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6621 nfsd_net_id);
6622
6623 if (!nfsd_netns_ready(nn))
6624 return 0;
6625
6626 spin_lock(&nn->client_lock);
6627 list_for_each_entry(clp, &nn->client_lru, cl_lru)
6628 count += nfsd_print_client_openowners(clp);
6629 spin_unlock(&nn->client_lock);
6630
6631 return count;
6632}
6633
6634static void
6635nfsd_reap_openowners(struct list_head *reaplist)
6636{
6637 struct nfs4_client *clp;
6638 struct nfs4_openowner *oop, *next;
6639
6640 list_for_each_entry_safe(oop, next, reaplist, oo_perclient) {
6641 list_del_init(&oop->oo_perclient);
6642 clp = oop->oo_owner.so_client;
6643 release_openowner(oop);
6644 put_client(clp);
6645 }
6646}
6647
6648u64
Jeff Layton285abde2014-07-30 08:27:24 -04006649nfsd_inject_forget_client_openowners(struct sockaddr_storage *addr,
6650 size_t addr_size)
Jeff Layton82e05ef2014-07-30 08:27:22 -04006651{
6652 unsigned int count = 0;
6653 struct nfs4_client *clp;
6654 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6655 nfsd_net_id);
6656 LIST_HEAD(reaplist);
6657
6658 if (!nfsd_netns_ready(nn))
6659 return count;
6660
6661 spin_lock(&nn->client_lock);
6662 clp = nfsd_find_client(addr, addr_size);
6663 if (clp)
6664 count = nfsd_collect_client_openowners(clp, &reaplist, 0);
6665 spin_unlock(&nn->client_lock);
6666 nfsd_reap_openowners(&reaplist);
6667 return count;
6668}
6669
6670u64
Jeff Layton285abde2014-07-30 08:27:24 -04006671nfsd_inject_forget_openowners(u64 max)
Jeff Layton82e05ef2014-07-30 08:27:22 -04006672{
6673 u64 count = 0;
6674 struct nfs4_client *clp;
6675 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6676 nfsd_net_id);
6677 LIST_HEAD(reaplist);
6678
6679 if (!nfsd_netns_ready(nn))
6680 return count;
6681
6682 spin_lock(&nn->client_lock);
6683 list_for_each_entry(clp, &nn->client_lru, cl_lru) {
6684 count += nfsd_collect_client_openowners(clp, &reaplist,
6685 max - count);
6686 if (max != 0 && count >= max)
6687 break;
6688 }
6689 spin_unlock(&nn->client_lock);
6690 nfsd_reap_openowners(&reaplist);
Bryan Schumaker184c1842012-11-29 11:40:44 -05006691 return count;
6692}
6693
Bryan Schumaker269de302012-11-29 11:40:42 -05006694static u64 nfsd_find_all_delegations(struct nfs4_client *clp, u64 max,
6695 struct list_head *victims)
6696{
6697 struct nfs4_delegation *dp, *next;
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006698 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6699 nfsd_net_id);
Bryan Schumaker269de302012-11-29 11:40:42 -05006700 u64 count = 0;
6701
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006702 lockdep_assert_held(&nn->client_lock);
6703
6704 spin_lock(&state_lock);
Bryan Schumaker269de302012-11-29 11:40:42 -05006705 list_for_each_entry_safe(dp, next, &clp->cl_delegations, dl_perclnt) {
Jeff Laytondff13992014-07-08 14:02:49 -04006706 if (victims) {
6707 /*
6708 * It's not safe to mess with delegations that have a
6709 * non-zero dl_time. They might have already been broken
6710 * and could be processed by the laundromat outside of
6711 * the state_lock. Just leave them be.
6712 */
6713 if (dp->dl_time != 0)
6714 continue;
6715
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006716 atomic_inc(&clp->cl_refcount);
Jeff Layton3fcbbd22015-08-24 12:41:48 -04006717 WARN_ON(!unhash_delegation_locked(dp));
Jeff Layton42690672014-07-25 07:34:20 -04006718 list_add(&dp->dl_recall_lru, victims);
Jeff Laytondff13992014-07-08 14:02:49 -04006719 }
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006720 ++count;
6721 /*
6722 * Despite the fact that these functions deal with
6723 * 64-bit integers for "count", we must ensure that
6724 * it doesn't blow up the clp->cl_refcount. Throw a
6725 * warning if we start to approach INT_MAX here.
6726 */
6727 WARN_ON_ONCE(count == (INT_MAX / 2));
6728 if (count == max)
Bryan Schumaker269de302012-11-29 11:40:42 -05006729 break;
6730 }
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006731 spin_unlock(&state_lock);
Bryan Schumaker269de302012-11-29 11:40:42 -05006732 return count;
6733}
6734
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006735static u64
6736nfsd_print_client_delegations(struct nfs4_client *clp)
Bryan Schumaker269de302012-11-29 11:40:42 -05006737{
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006738 u64 count = nfsd_find_all_delegations(clp, 0, NULL);
Bryan Schumaker184c1842012-11-29 11:40:44 -05006739
6740 nfsd_print_count(clp, count, "delegations");
6741 return count;
6742}
6743
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006744u64
Jeff Layton285abde2014-07-30 08:27:24 -04006745nfsd_inject_print_delegations(void)
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006746{
6747 struct nfs4_client *clp;
6748 u64 count = 0;
6749 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6750 nfsd_net_id);
6751
6752 if (!nfsd_netns_ready(nn))
6753 return 0;
6754
6755 spin_lock(&nn->client_lock);
6756 list_for_each_entry(clp, &nn->client_lru, cl_lru)
6757 count += nfsd_print_client_delegations(clp);
6758 spin_unlock(&nn->client_lock);
6759
6760 return count;
6761}
6762
6763static void
6764nfsd_forget_delegations(struct list_head *reaplist)
6765{
6766 struct nfs4_client *clp;
6767 struct nfs4_delegation *dp, *next;
6768
6769 list_for_each_entry_safe(dp, next, reaplist, dl_recall_lru) {
6770 list_del_init(&dp->dl_recall_lru);
6771 clp = dp->dl_stid.sc_client;
6772 revoke_delegation(dp);
6773 put_client(clp);
6774 }
6775}
6776
6777u64
Jeff Layton285abde2014-07-30 08:27:24 -04006778nfsd_inject_forget_client_delegations(struct sockaddr_storage *addr,
6779 size_t addr_size)
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006780{
6781 u64 count = 0;
6782 struct nfs4_client *clp;
6783 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6784 nfsd_net_id);
6785 LIST_HEAD(reaplist);
6786
6787 if (!nfsd_netns_ready(nn))
6788 return count;
6789
6790 spin_lock(&nn->client_lock);
6791 clp = nfsd_find_client(addr, addr_size);
6792 if (clp)
6793 count = nfsd_find_all_delegations(clp, 0, &reaplist);
6794 spin_unlock(&nn->client_lock);
6795
6796 nfsd_forget_delegations(&reaplist);
6797 return count;
6798}
6799
6800u64
Jeff Layton285abde2014-07-30 08:27:24 -04006801nfsd_inject_forget_delegations(u64 max)
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006802{
6803 u64 count = 0;
6804 struct nfs4_client *clp;
6805 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6806 nfsd_net_id);
6807 LIST_HEAD(reaplist);
6808
6809 if (!nfsd_netns_ready(nn))
6810 return count;
6811
6812 spin_lock(&nn->client_lock);
6813 list_for_each_entry(clp, &nn->client_lru, cl_lru) {
6814 count += nfsd_find_all_delegations(clp, max - count, &reaplist);
6815 if (max != 0 && count >= max)
6816 break;
6817 }
6818 spin_unlock(&nn->client_lock);
6819 nfsd_forget_delegations(&reaplist);
6820 return count;
6821}
6822
6823static void
6824nfsd_recall_delegations(struct list_head *reaplist)
6825{
6826 struct nfs4_client *clp;
6827 struct nfs4_delegation *dp, *next;
6828
6829 list_for_each_entry_safe(dp, next, reaplist, dl_recall_lru) {
6830 list_del_init(&dp->dl_recall_lru);
6831 clp = dp->dl_stid.sc_client;
6832 /*
6833 * We skipped all entries that had a zero dl_time before,
6834 * so we can now reset the dl_time back to 0. If a delegation
6835 * break comes in now, then it won't make any difference since
6836 * we're recalling it either way.
6837 */
6838 spin_lock(&state_lock);
6839 dp->dl_time = 0;
6840 spin_unlock(&state_lock);
6841 nfsd_break_one_deleg(dp);
6842 put_client(clp);
6843 }
6844}
6845
6846u64
Jeff Layton285abde2014-07-30 08:27:24 -04006847nfsd_inject_recall_client_delegations(struct sockaddr_storage *addr,
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006848 size_t addr_size)
6849{
6850 u64 count = 0;
6851 struct nfs4_client *clp;
6852 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6853 nfsd_net_id);
6854 LIST_HEAD(reaplist);
6855
6856 if (!nfsd_netns_ready(nn))
6857 return count;
6858
6859 spin_lock(&nn->client_lock);
6860 clp = nfsd_find_client(addr, addr_size);
6861 if (clp)
6862 count = nfsd_find_all_delegations(clp, 0, &reaplist);
6863 spin_unlock(&nn->client_lock);
6864
6865 nfsd_recall_delegations(&reaplist);
6866 return count;
6867}
6868
6869u64
Jeff Layton285abde2014-07-30 08:27:24 -04006870nfsd_inject_recall_delegations(u64 max)
Jeff Layton98d5c7c2014-07-30 08:27:23 -04006871{
6872 u64 count = 0;
6873 struct nfs4_client *clp, *next;
6874 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
6875 nfsd_net_id);
6876 LIST_HEAD(reaplist);
6877
6878 if (!nfsd_netns_ready(nn))
6879 return count;
6880
6881 spin_lock(&nn->client_lock);
6882 list_for_each_entry_safe(clp, next, &nn->client_lru, cl_lru) {
6883 count += nfsd_find_all_delegations(clp, max - count, &reaplist);
6884 if (max != 0 && ++count >= max)
6885 break;
6886 }
6887 spin_unlock(&nn->client_lock);
6888 nfsd_recall_delegations(&reaplist);
6889 return count;
6890}
Bryan Schumaker65178db2011-11-01 13:35:21 -04006891#endif /* CONFIG_NFSD_FAULT_INJECTION */
6892
Meelap Shahc2f1a552007-07-17 04:04:39 -07006893/*
6894 * Since the lifetime of a delegation isn't limited to that of an open, a
6895 * client may quite reasonably hang on to a delegation as long as it has
6896 * the inode cached. This becomes an obvious problem the first time a
6897 * client's inode cache approaches the size of the server's total memory.
6898 *
6899 * For now we avoid this problem by imposing a hard limit on the number
6900 * of delegations, which varies according to the server's memory size.
6901 */
6902static void
6903set_max_delegations(void)
6904{
6905 /*
6906 * Allow at most 4 delegations per megabyte of RAM. Quick
6907 * estimates suggest that in the worst case (where every delegation
6908 * is for a different inode), a delegation could take about 1.5K,
6909 * giving a worst case usage of about 6% of memory.
6910 */
6911 max_delegations = nr_free_buffer_pages() >> (20 - 2 - PAGE_SHIFT);
6912}
6913
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03006914static int nfs4_state_create_net(struct net *net)
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006915{
6916 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
6917 int i;
6918
6919 nn->conf_id_hashtbl = kmalloc(sizeof(struct list_head) *
6920 CLIENT_HASH_SIZE, GFP_KERNEL);
6921 if (!nn->conf_id_hashtbl)
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03006922 goto err;
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03006923 nn->unconf_id_hashtbl = kmalloc(sizeof(struct list_head) *
6924 CLIENT_HASH_SIZE, GFP_KERNEL);
6925 if (!nn->unconf_id_hashtbl)
6926 goto err_unconf_id;
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03006927 nn->sessionid_hashtbl = kmalloc(sizeof(struct list_head) *
6928 SESSION_HASH_SIZE, GFP_KERNEL);
6929 if (!nn->sessionid_hashtbl)
6930 goto err_sessionid;
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006931
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03006932 for (i = 0; i < CLIENT_HASH_SIZE; i++) {
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006933 INIT_LIST_HEAD(&nn->conf_id_hashtbl[i]);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03006934 INIT_LIST_HEAD(&nn->unconf_id_hashtbl[i]);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03006935 }
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03006936 for (i = 0; i < SESSION_HASH_SIZE; i++)
6937 INIT_LIST_HEAD(&nn->sessionid_hashtbl[i]);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03006938 nn->conf_name_tree = RB_ROOT;
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03006939 nn->unconf_name_tree = RB_ROOT;
Stanislav Kinsbursky5ed58bb2012-11-14 18:21:56 +03006940 INIT_LIST_HEAD(&nn->client_lru);
Stanislav Kinsbursky73758fed2012-11-14 18:22:01 +03006941 INIT_LIST_HEAD(&nn->close_lru);
J. Bruce Fieldse8c69d12013-03-21 15:19:33 -04006942 INIT_LIST_HEAD(&nn->del_recall_lru);
Jeff Layton7919d0a2016-09-16 16:28:25 -04006943 INIT_LIST_HEAD(&nn->blocked_locks_lru);
Stanislav Kinsburskyc9a49622012-11-26 15:21:58 +03006944 spin_lock_init(&nn->client_lock);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006945
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03006946 INIT_DELAYED_WORK(&nn->laundromat_work, laundromat_main);
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03006947 get_net(net);
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03006948
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006949 return 0;
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03006950
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03006951err_sessionid:
Stanislav Kinsbursky9b531132012-11-14 18:21:41 +03006952 kfree(nn->unconf_id_hashtbl);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03006953err_unconf_id:
6954 kfree(nn->conf_id_hashtbl);
Stanislav Kinsbursky382a62e2012-11-14 18:21:26 +03006955err:
6956 return -ENOMEM;
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006957}
6958
6959static void
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03006960nfs4_state_destroy_net(struct net *net)
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006961{
6962 int i;
6963 struct nfs4_client *clp = NULL;
6964 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
6965
6966 for (i = 0; i < CLIENT_HASH_SIZE; i++) {
6967 while (!list_empty(&nn->conf_id_hashtbl[i])) {
6968 clp = list_entry(nn->conf_id_hashtbl[i].next, struct nfs4_client, cl_idhash);
6969 destroy_client(clp);
6970 }
6971 }
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03006972
Kinglong Mee2b905632014-03-26 22:09:30 +08006973 for (i = 0; i < CLIENT_HASH_SIZE; i++) {
6974 while (!list_empty(&nn->unconf_id_hashtbl[i])) {
6975 clp = list_entry(nn->unconf_id_hashtbl[i].next, struct nfs4_client, cl_idhash);
6976 destroy_client(clp);
6977 }
Stanislav Kinsburskya99454a2012-11-14 18:21:36 +03006978 }
6979
Stanislav Kinsbursky1872de02012-11-14 18:21:51 +03006980 kfree(nn->sessionid_hashtbl);
Stanislav Kinsbursky0a7ec372012-11-14 18:21:31 +03006981 kfree(nn->unconf_id_hashtbl);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006982 kfree(nn->conf_id_hashtbl);
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03006983 put_net(net);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006984}
6985
Stanislav Kinsburskyf252bc62012-11-26 15:22:18 +03006986int
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03006987nfs4_state_start_net(struct net *net)
NeilBrownac4d8ff22005-06-23 22:03:30 -07006988{
Stanislav Kinsbursky5e1533c2012-07-25 16:56:58 +04006989 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05006990 int ret;
6991
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03006992 ret = nfs4_state_create_net(net);
Stanislav Kinsbursky8daae4d2012-11-14 18:21:21 +03006993 if (ret)
6994 return ret;
Stanislav Kinsbursky2c142ba2012-07-25 16:57:45 +04006995 nn->boot_time = get_seconds();
Stanislav Kinsburskya51c84e2012-07-25 16:57:37 +04006996 nn->grace_ended = false;
J. Bruce Fieldsc87fb4a2015-08-06 12:47:02 -04006997 nn->nfsd4_manager.block_opens = true;
Jeff Laytond4318ac2014-09-12 16:40:21 -04006998 locks_start_grace(net, &nn->nfsd4_manager);
6999 nfsd4_client_tracking_init(net);
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007000 printk(KERN_INFO "NFSD: starting %ld-second grace period (net %p)\n",
Stanislav Kinsbursky5284b442012-11-27 14:11:49 +03007001 nn->nfsd4_grace, net);
7002 queue_delayed_work(laundry_wq, &nn->laundromat_work, nn->nfsd4_grace * HZ);
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007003 return 0;
7004}
7005
7006/* initialization to perform when the nfsd service is started: */
7007
7008int
7009nfs4_state_start(void)
7010{
7011 int ret;
7012
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05007013 ret = set_callback_cred();
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007014 if (ret)
7015 return -ENOMEM;
Jeff Layton51a54562015-08-20 07:17:01 -04007016 laundry_wq = alloc_workqueue("%s", WQ_UNBOUND, 0, "nfsd4");
Jeff Laytona6d6b782012-03-05 11:42:36 -05007017 if (laundry_wq == NULL) {
7018 ret = -ENOMEM;
7019 goto out_recovery;
7020 }
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05007021 ret = nfsd4_create_callback_queue();
7022 if (ret)
7023 goto out_free_laundry;
Stanislav Kinsbursky09121282012-11-14 18:22:17 +03007024
Meelap Shahc2f1a552007-07-17 04:04:39 -07007025 set_max_delegations();
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007026
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05007027 return 0;
Stanislav Kinsburskyd85ed442012-11-26 15:22:13 +03007028
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05007029out_free_laundry:
7030 destroy_workqueue(laundry_wq);
Jeff Laytona6d6b782012-03-05 11:42:36 -05007031out_recovery:
J. Bruce Fieldsb5a1a812010-03-03 14:52:55 -05007032 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007033}
7034
Stanislav Kinsburskyf252bc62012-11-26 15:22:18 +03007035void
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03007036nfs4_state_shutdown_net(struct net *net)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007037{
Linus Torvalds1da177e2005-04-16 15:20:36 -07007038 struct nfs4_delegation *dp = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007039 struct list_head *pos, *next, reaplist;
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03007040 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Jeff Layton7919d0a2016-09-16 16:28:25 -04007041 struct nfsd4_blocked_lock *nbl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007042
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03007043 cancel_delayed_work_sync(&nn->laundromat_work);
7044 locks_end_grace(&nn->nfsd4_manager);
Jeff Laytonac55fdc2012-11-12 15:00:56 -05007045
Linus Torvalds1da177e2005-04-16 15:20:36 -07007046 INIT_LIST_HEAD(&reaplist);
Benny Halevycdc97502014-05-30 09:09:30 -04007047 spin_lock(&state_lock);
J. Bruce Fieldse8c69d12013-03-21 15:19:33 -04007048 list_for_each_safe(pos, next, &nn->del_recall_lru) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07007049 dp = list_entry (pos, struct nfs4_delegation, dl_recall_lru);
Jeff Layton3fcbbd22015-08-24 12:41:48 -04007050 WARN_ON(!unhash_delegation_locked(dp));
Jeff Layton42690672014-07-25 07:34:20 -04007051 list_add(&dp->dl_recall_lru, &reaplist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007052 }
Benny Halevycdc97502014-05-30 09:09:30 -04007053 spin_unlock(&state_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007054 list_for_each_safe(pos, next, &reaplist) {
7055 dp = list_entry (pos, struct nfs4_delegation, dl_recall_lru);
Jeff Layton42690672014-07-25 07:34:20 -04007056 list_del_init(&dp->dl_recall_lru);
Sachin Bhamare8287f002015-04-27 14:50:14 +02007057 put_clnt_odstate(dp->dl_clnt_odstate);
Jeff Laytonafbda402014-08-09 10:22:41 -04007058 nfs4_put_deleg_lease(dp->dl_stid.sc_file);
Trond Myklebust60116952014-07-29 21:34:06 -04007059 nfs4_put_stid(&dp->dl_stid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007060 }
7061
Jeff Layton7919d0a2016-09-16 16:28:25 -04007062 BUG_ON(!list_empty(&reaplist));
7063 spin_lock(&nn->client_lock);
7064 while (!list_empty(&nn->blocked_locks_lru)) {
7065 nbl = list_first_entry(&nn->blocked_locks_lru,
7066 struct nfsd4_blocked_lock, nbl_lru);
7067 list_move(&nbl->nbl_lru, &reaplist);
7068 list_del_init(&nbl->nbl_list);
7069 }
7070 spin_unlock(&nn->client_lock);
7071
7072 while (!list_empty(&reaplist)) {
7073 nbl = list_first_entry(&nn->blocked_locks_lru,
7074 struct nfsd4_blocked_lock, nbl_lru);
7075 list_del_init(&nbl->nbl_lru);
7076 posix_unblock_lock(&nbl->nbl_lock);
7077 free_blocked_lock(nbl);
7078 }
7079
Stanislav Kinsbursky3320fef192012-11-14 18:22:07 +03007080 nfsd4_client_tracking_exit(net);
Stanislav Kinsbursky4dce0ac2012-11-26 15:22:08 +03007081 nfs4_state_destroy_net(net);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007082}
7083
7084void
7085nfs4_state_shutdown(void)
7086{
NeilBrown5e8d5c22006-04-10 22:55:37 -07007087 destroy_workqueue(laundry_wq);
J. Bruce Fieldsc3935e32010-06-04 16:42:08 -04007088 nfsd4_destroy_callback_queue();
Linus Torvalds1da177e2005-04-16 15:20:36 -07007089}
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007090
7091static void
7092get_stateid(struct nfsd4_compound_state *cstate, stateid_t *stateid)
7093{
Tigran Mkrtchyan37c593c2012-02-13 22:55:32 +01007094 if (HAS_STATE_ID(cstate, CURRENT_STATE_ID_FLAG) && CURRENT_STATEID(stateid))
7095 memcpy(stateid, &cstate->current_stateid, sizeof(stateid_t));
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007096}
7097
7098static void
7099put_stateid(struct nfsd4_compound_state *cstate, stateid_t *stateid)
7100{
Tigran Mkrtchyan37c593c2012-02-13 22:55:32 +01007101 if (cstate->minorversion) {
7102 memcpy(&cstate->current_stateid, stateid, sizeof(stateid_t));
7103 SET_STATE_ID(cstate, CURRENT_STATE_ID_FLAG);
7104 }
7105}
7106
7107void
7108clear_current_stateid(struct nfsd4_compound_state *cstate)
7109{
7110 CLEAR_STATE_ID(cstate, CURRENT_STATE_ID_FLAG);
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007111}
7112
Tigran Mkrtchyan62cd4a52012-02-13 22:55:25 +01007113/*
7114 * functions to set current state id
7115 */
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007116void
Tigran Mkrtchyan9428fe12012-02-13 22:55:31 +01007117nfsd4_set_opendowngradestateid(struct nfsd4_compound_state *cstate, struct nfsd4_open_downgrade *odp)
7118{
7119 put_stateid(cstate, &odp->od_stateid);
7120}
7121
7122void
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007123nfsd4_set_openstateid(struct nfsd4_compound_state *cstate, struct nfsd4_open *open)
7124{
7125 put_stateid(cstate, &open->op_stateid);
7126}
7127
7128void
Tigran Mkrtchyan62cd4a52012-02-13 22:55:25 +01007129nfsd4_set_closestateid(struct nfsd4_compound_state *cstate, struct nfsd4_close *close)
7130{
7131 put_stateid(cstate, &close->cl_stateid);
7132}
7133
7134void
7135nfsd4_set_lockstateid(struct nfsd4_compound_state *cstate, struct nfsd4_lock *lock)
7136{
7137 put_stateid(cstate, &lock->lk_resp_stateid);
7138}
7139
7140/*
7141 * functions to consume current state id
7142 */
Tigran Mkrtchyan1e97b512012-02-13 22:55:30 +01007143
7144void
Tigran Mkrtchyan9428fe12012-02-13 22:55:31 +01007145nfsd4_get_opendowngradestateid(struct nfsd4_compound_state *cstate, struct nfsd4_open_downgrade *odp)
7146{
7147 get_stateid(cstate, &odp->od_stateid);
7148}
7149
7150void
7151nfsd4_get_delegreturnstateid(struct nfsd4_compound_state *cstate, struct nfsd4_delegreturn *drp)
7152{
7153 get_stateid(cstate, &drp->dr_stateid);
7154}
7155
7156void
Tigran Mkrtchyan1e97b512012-02-13 22:55:30 +01007157nfsd4_get_freestateid(struct nfsd4_compound_state *cstate, struct nfsd4_free_stateid *fsp)
7158{
7159 get_stateid(cstate, &fsp->fr_stateid);
7160}
7161
7162void
7163nfsd4_get_setattrstateid(struct nfsd4_compound_state *cstate, struct nfsd4_setattr *setattr)
7164{
7165 get_stateid(cstate, &setattr->sa_stateid);
7166}
7167
Tigran Mkrtchyan62cd4a52012-02-13 22:55:25 +01007168void
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007169nfsd4_get_closestateid(struct nfsd4_compound_state *cstate, struct nfsd4_close *close)
7170{
7171 get_stateid(cstate, &close->cl_stateid);
7172}
7173
7174void
Tigran Mkrtchyan62cd4a52012-02-13 22:55:25 +01007175nfsd4_get_lockustateid(struct nfsd4_compound_state *cstate, struct nfsd4_locku *locku)
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007176{
Tigran Mkrtchyan62cd4a52012-02-13 22:55:25 +01007177 get_stateid(cstate, &locku->lu_stateid);
Tigran Mkrtchyan8b704842012-02-13 22:55:24 +01007178}
Tigran Mkrtchyan30813e22012-02-13 22:55:26 +01007179
7180void
7181nfsd4_get_readstateid(struct nfsd4_compound_state *cstate, struct nfsd4_read *read)
7182{
7183 get_stateid(cstate, &read->rd_stateid);
7184}
7185
7186void
7187nfsd4_get_writestateid(struct nfsd4_compound_state *cstate, struct nfsd4_write *write)
7188{
7189 get_stateid(cstate, &write->wr_stateid);
7190}