blob: b1b403b0ca0d6144693ceb948a78813073e4a2e3 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * fs/nfs/nfs4proc.c
3 *
4 * Client-side procedure declarations for NFSv4.
5 *
6 * Copyright (c) 2002 The Regents of the University of Michigan.
7 * All rights reserved.
8 *
9 * Kendrick Smith <kmsmith@umich.edu>
10 * Andy Adamson <andros@umich.edu>
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 *
16 * 1. Redistributions of source code must retain the above copyright
17 * notice, this list of conditions and the following disclaimer.
18 * 2. Redistributions in binary form must reproduce the above copyright
19 * notice, this list of conditions and the following disclaimer in the
20 * documentation and/or other materials provided with the distribution.
21 * 3. Neither the name of the University nor the names of its
22 * contributors may be used to endorse or promote products derived
23 * from this software without specific prior written permission.
24 *
25 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
26 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
27 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28 * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
29 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
32 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
33 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
34 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
35 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 */
37
38#include <linux/mm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070039#include <linux/delay.h>
40#include <linux/errno.h>
41#include <linux/string.h>
Trond Myklebust652f89f2011-12-09 19:05:58 -050042#include <linux/ratelimit.h>
43#include <linux/printk.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090044#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070045#include <linux/sunrpc/clnt.h>
46#include <linux/nfs.h>
47#include <linux/nfs4.h>
48#include <linux/nfs_fs.h>
49#include <linux/nfs_page.h>
Bryan Schumaker9b7160c2011-04-13 14:31:30 -040050#include <linux/nfs_mount.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070051#include <linux/namei.h>
Trond Myklebust02a913a2005-10-18 14:20:17 -070052#include <linux/mount.h>
Benny Halevy99fe60d2009-04-01 09:22:29 -040053#include <linux/module.h>
Trond Myklebust6926afd2012-01-07 13:22:46 -050054#include <linux/nfs_idmap.h>
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +000055#include <linux/xattr.h>
Andy Adamsonc7a360b2011-01-25 19:15:32 -050056#include <linux/utsname.h>
Jeff Laytond3103102011-12-01 22:44:39 +010057#include <linux/freezer.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070058
Trond Myklebust4ce79712005-06-22 17:16:21 +000059#include "nfs4_fs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070060#include "delegation.h"
Trond Myklebust101070c2008-02-19 20:04:23 -050061#include "internal.h"
Chuck Lever006ea732006-03-20 13:44:14 -050062#include "iostat.h"
Andy Adamsonfc931582009-04-01 09:22:31 -040063#include "callback.h"
Andy Adamsonb1f69b72010-10-20 00:18:03 -040064#include "pnfs.h"
Chuck Leverf0920752012-05-21 22:45:41 -040065#include "netns.h"
Trond Myklebust73e39aa2012-11-26 12:49:34 -050066#include "nfs4session.h"
David Howellsde242c02012-12-20 21:52:38 +000067#include "fscache.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
Trond Myklebustc6d01c62013-08-09 11:51:26 -040069#include "nfs4trace.h"
70
Linus Torvalds1da177e2005-04-16 15:20:36 -070071#define NFSDBG_FACILITY NFSDBG_PROC
72
Trond Myklebust2066fe82006-09-15 08:30:46 -040073#define NFS4_POLL_RETRY_MIN (HZ/10)
Linus Torvalds1da177e2005-04-16 15:20:36 -070074#define NFS4_POLL_RETRY_MAX (15*HZ)
75
Trond Myklebustcdd4e682006-01-03 09:55:12 +010076struct nfs4_opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +010077static int _nfs4_proc_open(struct nfs4_opendata *data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -080078static int _nfs4_recover_proc_open(struct nfs4_opendata *data);
Linus Torvalds1da177e2005-04-16 15:20:36 -070079static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
NeilBrown8478eaa2014-09-18 16:09:27 +100080static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *, long *);
Chuck Lever81934dd2012-03-01 17:01:57 -050081static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr);
David Quigley1775fd32013-05-22 12:50:42 -040082static int nfs4_proc_getattr(struct nfs_server *, struct nfs_fh *, struct nfs_fattr *, struct nfs4_label *label);
83static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr, struct nfs4_label *label);
Trond Myklebust0ab64e02010-04-16 16:22:51 -040084static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
85 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -040086 struct nfs4_state *state, struct nfs4_label *ilabel,
87 struct nfs4_label *olabel);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040088#ifdef CONFIG_NFS_V4_1
Trond Myklebustab7cb0d2013-05-20 11:20:27 -040089static int nfs41_test_stateid(struct nfs_server *, nfs4_stateid *,
90 struct rpc_cred *);
91static int nfs41_free_stateid(struct nfs_server *, nfs4_stateid *,
92 struct rpc_cred *);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040093#endif
David Quigleyaa9c2662013-05-22 12:50:44 -040094
95#ifdef CONFIG_NFS_V4_SECURITY_LABEL
96static inline struct nfs4_label *
97nfs4_label_init_security(struct inode *dir, struct dentry *dentry,
98 struct iattr *sattr, struct nfs4_label *label)
99{
100 int err;
101
102 if (label == NULL)
103 return NULL;
104
105 if (nfs_server_capable(dir, NFS_CAP_SECURITY_LABEL) == 0)
106 return NULL;
107
David Quigleyaa9c2662013-05-22 12:50:44 -0400108 err = security_dentry_init_security(dentry, sattr->ia_mode,
109 &dentry->d_name, (void **)&label->label, &label->len);
110 if (err == 0)
111 return label;
112
113 return NULL;
114}
115static inline void
116nfs4_label_release_security(struct nfs4_label *label)
117{
118 if (label)
119 security_release_secctx(label->label, label->len);
120}
121static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)
122{
123 if (label)
124 return server->attr_bitmask;
125
126 return server->attr_bitmask_nl;
127}
128#else
129static inline struct nfs4_label *
130nfs4_label_init_security(struct inode *dir, struct dentry *dentry,
131 struct iattr *sattr, struct nfs4_label *l)
132{ return NULL; }
133static inline void
134nfs4_label_release_security(struct nfs4_label *label)
135{ return; }
136static inline u32 *
137nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)
138{ return server->attr_bitmask; }
139#endif
140
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141/* Prevent leaks of NFSv4 errors into userland */
WANG Cong46f72f52008-12-30 16:35:55 -0500142static int nfs4_map_errors(int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143{
Trond Myklebust52567b02009-10-23 14:46:42 -0400144 if (err >= -1000)
145 return err;
146 switch (err) {
147 case -NFS4ERR_RESOURCE:
Weston Andros Adamson30005122013-02-28 20:30:10 -0500148 case -NFS4ERR_LAYOUTTRYLATER:
149 case -NFS4ERR_RECALLCONFLICT:
Trond Myklebust52567b02009-10-23 14:46:42 -0400150 return -EREMOTEIO;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +0000151 case -NFS4ERR_WRONGSEC:
Weston Andros Adamson88975382013-08-13 16:37:38 -0400152 case -NFS4ERR_WRONG_CRED:
Bryan Schumaker7ebb9312011-03-24 17:12:30 +0000153 return -EPERM;
Trond Myklebust3ddeb7c2011-02-22 15:44:31 -0800154 case -NFS4ERR_BADOWNER:
155 case -NFS4ERR_BADNAME:
156 return -EINVAL;
Trond Myklebustfb13bfa2012-05-28 11:36:28 -0400157 case -NFS4ERR_SHARE_DENIED:
158 return -EACCES;
Steve Dicksonf25efd82012-06-06 14:12:07 -0400159 case -NFS4ERR_MINOR_VERS_MISMATCH:
160 return -EPROTONOSUPPORT;
Trond Myklebust6e3cf242013-03-23 15:22:45 -0400161 case -NFS4ERR_FILE_OPEN:
162 return -EBUSY;
Trond Myklebust52567b02009-10-23 14:46:42 -0400163 default:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -0700165 __func__, -err);
Trond Myklebust52567b02009-10-23 14:46:42 -0400166 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167 }
Trond Myklebust52567b02009-10-23 14:46:42 -0400168 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169}
170
171/*
172 * This is our standard bitmap for GETATTR requests.
173 */
Trond Myklebust1549210f2012-06-05 09:16:47 -0400174const u32 nfs4_fattr_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175 FATTR4_WORD0_TYPE
176 | FATTR4_WORD0_CHANGE
177 | FATTR4_WORD0_SIZE
178 | FATTR4_WORD0_FSID
179 | FATTR4_WORD0_FILEID,
180 FATTR4_WORD1_MODE
181 | FATTR4_WORD1_NUMLINKS
182 | FATTR4_WORD1_OWNER
183 | FATTR4_WORD1_OWNER_GROUP
184 | FATTR4_WORD1_RAWDEV
185 | FATTR4_WORD1_SPACE_USED
186 | FATTR4_WORD1_TIME_ACCESS
187 | FATTR4_WORD1_TIME_METADATA
David Quigleyaa9c2662013-05-22 12:50:44 -0400188 | FATTR4_WORD1_TIME_MODIFY,
189#ifdef CONFIG_NFS_V4_SECURITY_LABEL
190 FATTR4_WORD2_SECURITY_LABEL
191#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192};
193
Trond Myklebust1549210f2012-06-05 09:16:47 -0400194static const u32 nfs4_pnfs_open_bitmap[3] = {
195 FATTR4_WORD0_TYPE
196 | FATTR4_WORD0_CHANGE
197 | FATTR4_WORD0_SIZE
198 | FATTR4_WORD0_FSID
199 | FATTR4_WORD0_FILEID,
200 FATTR4_WORD1_MODE
201 | FATTR4_WORD1_NUMLINKS
202 | FATTR4_WORD1_OWNER
203 | FATTR4_WORD1_OWNER_GROUP
204 | FATTR4_WORD1_RAWDEV
205 | FATTR4_WORD1_SPACE_USED
206 | FATTR4_WORD1_TIME_ACCESS
207 | FATTR4_WORD1_TIME_METADATA
208 | FATTR4_WORD1_TIME_MODIFY,
209 FATTR4_WORD2_MDSTHRESHOLD
210};
211
Andy Adamsone23008e2012-10-02 21:07:32 -0400212static const u32 nfs4_open_noattr_bitmap[3] = {
213 FATTR4_WORD0_TYPE
214 | FATTR4_WORD0_CHANGE
215 | FATTR4_WORD0_FILEID,
216};
217
David Quigleya09df2c2013-05-22 12:50:41 -0400218const u32 nfs4_statfs_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219 FATTR4_WORD0_FILES_AVAIL
220 | FATTR4_WORD0_FILES_FREE
221 | FATTR4_WORD0_FILES_TOTAL,
222 FATTR4_WORD1_SPACE_AVAIL
223 | FATTR4_WORD1_SPACE_FREE
224 | FATTR4_WORD1_SPACE_TOTAL
225};
226
David Quigleya09df2c2013-05-22 12:50:41 -0400227const u32 nfs4_pathconf_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228 FATTR4_WORD0_MAXLINK
229 | FATTR4_WORD0_MAXNAME,
230 0
231};
232
Fred Isamandae100c2011-07-30 20:52:37 -0400233const u32 nfs4_fsinfo_bitmap[3] = { FATTR4_WORD0_MAXFILESIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234 | FATTR4_WORD0_MAXREAD
235 | FATTR4_WORD0_MAXWRITE
236 | FATTR4_WORD0_LEASE_TIME,
Ricardo Labiaga55b6e772010-10-12 16:30:06 -0700237 FATTR4_WORD1_TIME_DELTA
Fred Isamandae100c2011-07-30 20:52:37 -0400238 | FATTR4_WORD1_FS_LAYOUT_TYPES,
239 FATTR4_WORD2_LAYOUT_BLKSIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240};
241
David Quigleya09df2c2013-05-22 12:50:41 -0400242const u32 nfs4_fs_locations_bitmap[3] = {
Manoj Naik830b8e32006-06-09 09:34:25 -0400243 FATTR4_WORD0_TYPE
244 | FATTR4_WORD0_CHANGE
245 | FATTR4_WORD0_SIZE
246 | FATTR4_WORD0_FSID
247 | FATTR4_WORD0_FILEID
248 | FATTR4_WORD0_FS_LOCATIONS,
249 FATTR4_WORD1_MODE
250 | FATTR4_WORD1_NUMLINKS
251 | FATTR4_WORD1_OWNER
252 | FATTR4_WORD1_OWNER_GROUP
253 | FATTR4_WORD1_RAWDEV
254 | FATTR4_WORD1_SPACE_USED
255 | FATTR4_WORD1_TIME_ACCESS
256 | FATTR4_WORD1_TIME_METADATA
257 | FATTR4_WORD1_TIME_MODIFY
David Quigleya09df2c2013-05-22 12:50:41 -0400258 | FATTR4_WORD1_MOUNTED_ON_FILEID,
Manoj Naik830b8e32006-06-09 09:34:25 -0400259};
260
Al Virobc4785c2006-10-19 23:28:51 -0700261static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262 struct nfs4_readdir_arg *readdir)
263{
Al Viro0dbb4c62006-10-19 23:28:49 -0700264 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000267 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
269 return;
270 }
271
272 readdir->cookie = 0;
273 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
274 if (cookie == 2)
275 return;
276
277 /*
278 * NFSv4 servers do not return entries for '.' and '..'
279 * Therefore, we fake these entries here. We let '.'
280 * have cookie 0 and '..' have cookie 1. Note that
281 * when talking to the server, we always send cookie 0
282 * instead of 1 or 2.
283 */
Cong Wang2b86ce22011-11-25 23:14:33 +0800284 start = p = kmap_atomic(*readdir->pages);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285
286 if (cookie == 0) {
287 *p++ = xdr_one; /* next */
288 *p++ = xdr_zero; /* cookie, first word */
289 *p++ = xdr_one; /* cookie, second word */
290 *p++ = xdr_one; /* entry len */
291 memcpy(p, ".\0\0\0", 4); /* entry */
292 p++;
293 *p++ = xdr_one; /* bitmap length */
294 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
295 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400296 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297 }
298
299 *p++ = xdr_one; /* next */
300 *p++ = xdr_zero; /* cookie, first word */
301 *p++ = xdr_two; /* cookie, second word */
302 *p++ = xdr_two; /* entry len */
303 memcpy(p, "..\0\0", 4); /* entry */
304 p++;
305 *p++ = xdr_one; /* bitmap length */
306 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
307 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400308 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309
310 readdir->pgbase = (char *)p - (char *)start;
311 readdir->count -= readdir->pgbase;
Cong Wang2b86ce22011-11-25 23:14:33 +0800312 kunmap_atomic(start);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313}
314
NeilBrown8478eaa2014-09-18 16:09:27 +1000315static long nfs4_update_delay(long *timeout)
316{
317 long ret;
318 if (!timeout)
319 return NFS4_POLL_RETRY_MAX;
320 if (*timeout <= 0)
321 *timeout = NFS4_POLL_RETRY_MIN;
322 if (*timeout > NFS4_POLL_RETRY_MAX)
323 *timeout = NFS4_POLL_RETRY_MAX;
324 ret = *timeout;
325 *timeout <<= 1;
326 return ret;
327}
328
Trond Myklebust65de8722008-12-23 15:21:44 -0500329static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
330{
331 int res = 0;
332
333 might_sleep();
334
NeilBrown8478eaa2014-09-18 16:09:27 +1000335 freezable_schedule_timeout_killable_unsafe(
336 nfs4_update_delay(timeout));
Trond Myklebust65de8722008-12-23 15:21:44 -0500337 if (fatal_signal_pending(current))
338 res = -ERESTARTSYS;
Trond Myklebust65de8722008-12-23 15:21:44 -0500339 return res;
340}
341
342/* This is the error handling routine for processes that are allowed
343 * to sleep.
344 */
Anna Schumakerf4ac1672014-11-25 13:18:15 -0500345int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
Trond Myklebust65de8722008-12-23 15:21:44 -0500346{
347 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500348 struct nfs4_state *state = exception->state;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500349 struct inode *inode = exception->inode;
Trond Myklebust65de8722008-12-23 15:21:44 -0500350 int ret = errorcode;
351
352 exception->retry = 0;
353 switch(errorcode) {
354 case 0:
355 return 0;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500356 case -NFS4ERR_OPENMODE:
Bryan Schumaker011e2a72012-06-20 15:53:43 -0400357 if (inode && nfs4_have_delegation(inode, FMODE_READ)) {
Bryan Schumaker57ec14c2012-06-20 15:53:44 -0400358 nfs4_inode_return_delegation(inode);
Trond Myklebust3114ea72012-03-07 16:39:06 -0500359 exception->retry = 1;
360 return 0;
361 }
362 if (state == NULL)
363 break;
Trond Myklebust5d422302013-03-14 16:57:48 -0400364 ret = nfs4_schedule_stateid_recovery(server, state);
365 if (ret < 0)
366 break;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500367 goto wait_on_recovery;
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -0500368 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500369 case -NFS4ERR_ADMIN_REVOKED:
370 case -NFS4ERR_BAD_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500371 if (state == NULL)
372 break;
Trond Myklebust5d422302013-03-14 16:57:48 -0400373 ret = nfs4_schedule_stateid_recovery(server, state);
374 if (ret < 0)
375 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500376 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -0400377 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -0400378 if (state != NULL) {
379 ret = nfs4_schedule_stateid_recovery(server, state);
380 if (ret < 0)
381 break;
382 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500383 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500384 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500385 nfs4_schedule_lease_recovery(clp);
386 goto wait_on_recovery;
Chuck Lever519ae252013-10-17 14:13:19 -0400387 case -NFS4ERR_MOVED:
388 ret = nfs4_schedule_migration_recovery(server);
389 if (ret < 0)
390 break;
391 goto wait_on_recovery;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -0400392 case -NFS4ERR_LEASE_MOVED:
393 nfs4_schedule_lease_moved_recovery(clp);
394 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500395#if defined(CONFIG_NFS_V4_1)
Andy Adamson4745e312009-04-01 09:22:42 -0400396 case -NFS4ERR_BADSESSION:
397 case -NFS4ERR_BADSLOT:
398 case -NFS4ERR_BAD_HIGH_SLOT:
399 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
400 case -NFS4ERR_DEADSESSION:
401 case -NFS4ERR_SEQ_FALSE_RETRY:
402 case -NFS4ERR_SEQ_MISORDERED:
403 dprintk("%s ERROR: %d Reset session\n", __func__,
404 errorcode);
Trond Myklebust9f594792012-05-27 13:02:53 -0400405 nfs4_schedule_session_recovery(clp->cl_session, errorcode);
Bryan Schumaker399f11c2012-10-30 16:06:35 -0400406 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500407#endif /* defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500408 case -NFS4ERR_FILE_OPEN:
NeilBrown44ed3552009-12-03 15:58:56 -0500409 if (exception->timeout > HZ) {
410 /* We have retried a decent amount, time to
411 * fail
412 */
413 ret = -EBUSY;
414 break;
415 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500416 case -NFS4ERR_GRACE:
417 case -NFS4ERR_DELAY:
418 ret = nfs4_delay(server->client, &exception->timeout);
419 if (ret != 0)
420 break;
Andy Adamsona8a4ae32011-05-03 13:43:03 -0400421 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebust65de8722008-12-23 15:21:44 -0500422 case -NFS4ERR_OLD_STATEID:
423 exception->retry = 1;
Trond Myklebustb064eca22011-02-22 15:44:32 -0800424 break;
425 case -NFS4ERR_BADOWNER:
426 /* The following works around a Linux server bug! */
427 case -NFS4ERR_BADNAME:
428 if (server->caps & NFS_CAP_UIDGID_NOMAP) {
429 server->caps &= ~NFS_CAP_UIDGID_NOMAP;
430 exception->retry = 1;
431 printk(KERN_WARNING "NFS: v4 server %s "
432 "does not accept raw "
433 "uid/gids. "
434 "Reenabling the idmapper.\n",
435 server->nfs_client->cl_hostname);
436 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500437 }
438 /* We failed to handle the error */
439 return nfs4_map_errors(ret);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500440wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500441 ret = nfs4_wait_clnt_recover(clp);
Chuck Lever519ae252013-10-17 14:13:19 -0400442 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
443 return -EIO;
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500444 if (ret == 0)
445 exception->retry = 1;
446 return ret;
Trond Myklebust65de8722008-12-23 15:21:44 -0500447}
448
Weston Andros Adamsona5250de2013-09-03 15:18:49 -0400449/*
450 * Return 'true' if 'clp' is using an rpc_client that is integrity protected
451 * or 'false' otherwise.
452 */
453static bool _nfs4_is_integrity_protected(struct nfs_client *clp)
454{
455 rpc_authflavor_t flavor = clp->cl_rpcclient->cl_auth->au_flavor;
456
457 if (flavor == RPC_AUTH_GSS_KRB5I ||
458 flavor == RPC_AUTH_GSS_KRB5P)
459 return true;
460
461 return false;
462}
Trond Myklebust65de8722008-12-23 15:21:44 -0500463
Trond Myklebust452e9352010-07-31 14:29:06 -0400464static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466 spin_lock(&clp->cl_lock);
467 if (time_before(clp->cl_last_renewal,timestamp))
468 clp->cl_last_renewal = timestamp;
469 spin_unlock(&clp->cl_lock);
470}
471
Trond Myklebust452e9352010-07-31 14:29:06 -0400472static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
473{
474 do_renew_lease(server->nfs_client, timestamp);
475}
476
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400477struct nfs4_call_sync_data {
478 const struct nfs_server *seq_server;
479 struct nfs4_sequence_args *seq_args;
480 struct nfs4_sequence_res *seq_res;
481};
482
Chuck Levera9c92d62013-08-09 12:48:18 -0400483static void nfs4_init_sequence(struct nfs4_sequence_args *args,
484 struct nfs4_sequence_res *res, int cache_reply)
485{
486 args->sa_slot = NULL;
487 args->sa_cache_this = cache_reply;
488 args->sa_privileged = 0;
489
490 res->sr_slot = NULL;
491}
492
493static void nfs4_set_sequence_privileged(struct nfs4_sequence_args *args)
494{
495 args->sa_privileged = 1;
496}
497
Chuck Lever3bd23842013-08-09 12:49:19 -0400498static int nfs40_setup_sequence(const struct nfs_server *server,
499 struct nfs4_sequence_args *args,
500 struct nfs4_sequence_res *res,
501 struct rpc_task *task)
502{
503 struct nfs4_slot_table *tbl = server->nfs_client->cl_slot_tbl;
504 struct nfs4_slot *slot;
505
506 /* slot already allocated? */
507 if (res->sr_slot != NULL)
508 goto out_start;
509
510 spin_lock(&tbl->slot_tbl_lock);
511 if (nfs4_slot_tbl_draining(tbl) && !args->sa_privileged)
512 goto out_sleep;
513
514 slot = nfs4_alloc_slot(tbl);
515 if (IS_ERR(slot)) {
516 if (slot == ERR_PTR(-ENOMEM))
517 task->tk_timeout = HZ >> 2;
518 goto out_sleep;
519 }
520 spin_unlock(&tbl->slot_tbl_lock);
521
522 args->sa_slot = slot;
523 res->sr_slot = slot;
524
525out_start:
526 rpc_call_start(task);
527 return 0;
528
529out_sleep:
530 if (args->sa_privileged)
531 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
532 NULL, RPC_PRIORITY_PRIVILEGED);
533 else
534 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
535 spin_unlock(&tbl->slot_tbl_lock);
536 return -EAGAIN;
537}
538
539static int nfs40_sequence_done(struct rpc_task *task,
540 struct nfs4_sequence_res *res)
541{
542 struct nfs4_slot *slot = res->sr_slot;
543 struct nfs4_slot_table *tbl;
544
Trond Myklebustcab92c12014-01-29 12:12:15 -0500545 if (slot == NULL)
Chuck Lever3bd23842013-08-09 12:49:19 -0400546 goto out;
547
548 tbl = slot->table;
549 spin_lock(&tbl->slot_tbl_lock);
550 if (!nfs41_wake_and_assign_slot(tbl, slot))
551 nfs4_free_slot(tbl, slot);
552 spin_unlock(&tbl->slot_tbl_lock);
553
554 res->sr_slot = NULL;
555out:
556 return 1;
557}
558
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400559#if defined(CONFIG_NFS_V4_1)
560
Trond Myklebustd185a332010-06-16 09:52:25 -0400561static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res)
Andy Adamson13615872009-04-01 09:22:17 -0400562{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500563 struct nfs4_session *session;
Andy Adamson13615872009-04-01 09:22:17 -0400564 struct nfs4_slot_table *tbl;
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500565 struct nfs4_slot *slot = res->sr_slot;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500566 bool send_new_highest_used_slotid = false;
Andy Adamson13615872009-04-01 09:22:17 -0400567
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500568 tbl = slot->table;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500569 session = tbl->session;
Andy Adamsonea028ac2009-12-04 15:55:38 -0500570
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500571 spin_lock(&tbl->slot_tbl_lock);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500572 /* Be nice to the server: try to ensure that the last transmitted
573 * value for highest_user_slotid <= target_highest_slotid
574 */
575 if (tbl->highest_used_slotid > tbl->target_highest_slotid)
576 send_new_highest_used_slotid = true;
577
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500578 if (nfs41_wake_and_assign_slot(tbl, slot)) {
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500579 send_new_highest_used_slotid = false;
580 goto out_unlock;
581 }
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500582 nfs4_free_slot(tbl, slot);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500583
584 if (tbl->highest_used_slotid != NFS4_NO_SLOT)
585 send_new_highest_used_slotid = false;
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500586out_unlock:
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500587 spin_unlock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400588 res->sr_slot = NULL;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500589 if (send_new_highest_used_slotid)
590 nfs41_server_notify_highest_slotid_update(session->clp);
Andy Adamson13615872009-04-01 09:22:17 -0400591}
592
Andy Adamsonf9c96fc2014-01-29 11:34:38 -0500593int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Andy Adamsonb0df8062009-04-01 09:22:18 -0400594{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500595 struct nfs4_session *session;
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500596 struct nfs4_slot *slot = res->sr_slot;
Trond Myklebust14516c32010-07-31 14:29:06 -0400597 struct nfs_client *clp;
Trond Myklebustac20d162012-12-15 15:36:07 -0500598 bool interrupted = false;
Trond Myklebust85563072012-12-11 10:31:12 -0500599 int ret = 1;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400600
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500601 if (slot == NULL)
602 goto out_noaction;
Bryan Schumaker468f8612011-04-18 15:57:32 -0400603 /* don't increment the sequence number if the task wasn't sent */
604 if (!RPC_WAS_SENT(task))
Andy Adamsonb0df8062009-04-01 09:22:18 -0400605 goto out;
606
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500607 session = slot->table->session;
Trond Myklebust933602e2012-11-16 12:12:38 -0500608
Trond Myklebustac20d162012-12-15 15:36:07 -0500609 if (slot->interrupted) {
610 slot->interrupted = 0;
611 interrupted = true;
612 }
613
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400614 trace_nfs4_sequence_done(session, res);
Andy Adamson691daf32009-12-04 15:55:39 -0500615 /* Check the SEQUENCE operation status */
Trond Myklebust14516c32010-07-31 14:29:06 -0400616 switch (res->sr_status) {
617 case 0:
Andy Adamsonb0df8062009-04-01 09:22:18 -0400618 /* Update the slot's sequence and clientid lease timer */
Trond Myklebust933602e2012-11-16 12:12:38 -0500619 ++slot->seq_nr;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500620 clp = session->clp;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500621 do_renew_lease(clp, res->sr_timestamp);
Alexandros Batsakis0629e372009-12-05 13:46:14 -0500622 /* Check sequence flags */
Trond Myklebustb4410c22011-03-09 16:00:55 -0500623 if (res->sr_status_flags != 0)
624 nfs4_schedule_lease_recovery(clp);
Trond Myklebust464ee9f2012-11-20 12:49:27 -0500625 nfs41_update_target_slotid(slot->table, slot, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400626 break;
Trond Myklebustac20d162012-12-15 15:36:07 -0500627 case 1:
628 /*
629 * sr_status remains 1 if an RPC level error occurred.
630 * The server may or may not have processed the sequence
631 * operation..
632 * Mark the slot as having hosted an interrupted RPC call.
633 */
634 slot->interrupted = 1;
635 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400636 case -NFS4ERR_DELAY:
637 /* The server detected a resend of the RPC call and
638 * returned NFS4ERR_DELAY as per Section 2.10.6.2
639 * of RFC5661.
640 */
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500641 dprintk("%s: slot=%u seq=%u: Operation in progress\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400642 __func__,
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500643 slot->slot_nr,
Trond Myklebust933602e2012-11-16 12:12:38 -0500644 slot->seq_nr);
Trond Myklebust14516c32010-07-31 14:29:06 -0400645 goto out_retry;
Trond Myklebust85563072012-12-11 10:31:12 -0500646 case -NFS4ERR_BADSLOT:
647 /*
648 * The slot id we used was probably retired. Try again
649 * using a different slot id.
650 */
Trond Myklebuste8794442012-12-15 13:56:18 -0500651 goto retry_nowait;
652 case -NFS4ERR_SEQ_MISORDERED:
653 /*
Trond Myklebustac20d162012-12-15 15:36:07 -0500654 * Was the last operation on this sequence interrupted?
655 * If so, retry after bumping the sequence number.
656 */
657 if (interrupted) {
658 ++slot->seq_nr;
659 goto retry_nowait;
660 }
661 /*
Trond Myklebuste8794442012-12-15 13:56:18 -0500662 * Could this slot have been previously retired?
663 * If so, then the server may be expecting seq_nr = 1!
664 */
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500665 if (slot->seq_nr != 1) {
666 slot->seq_nr = 1;
667 goto retry_nowait;
668 }
669 break;
Trond Myklebuste8794442012-12-15 13:56:18 -0500670 case -NFS4ERR_SEQ_FALSE_RETRY:
671 ++slot->seq_nr;
672 goto retry_nowait;
Trond Myklebust14516c32010-07-31 14:29:06 -0400673 default:
674 /* Just update the slot sequence no. */
Trond Myklebust933602e2012-11-16 12:12:38 -0500675 ++slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400676 }
677out:
678 /* The session may be reset by one of the error handlers. */
679 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
Trond Myklebustd185a332010-06-16 09:52:25 -0400680 nfs41_sequence_free_slot(res);
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500681out_noaction:
Trond Myklebust85563072012-12-11 10:31:12 -0500682 return ret;
Trond Myklebuste8794442012-12-15 13:56:18 -0500683retry_nowait:
684 if (rpc_restart_call_prepare(task)) {
685 task->tk_status = 0;
686 ret = 0;
687 }
688 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400689out_retry:
Trond Myklebustd05dd4e2010-07-31 14:29:07 -0400690 if (!rpc_restart_call(task))
Trond Myklebust14516c32010-07-31 14:29:06 -0400691 goto out;
692 rpc_delay(task, NFS4_POLL_RETRY_MAX);
693 return 0;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400694}
Andy Adamsonf9c96fc2014-01-29 11:34:38 -0500695EXPORT_SYMBOL_GPL(nfs41_sequence_done);
Andy Adamsonb0df8062009-04-01 09:22:18 -0400696
Trond Myklebust14516c32010-07-31 14:29:06 -0400697static int nfs4_sequence_done(struct rpc_task *task,
698 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400699{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500700 if (res->sr_slot == NULL)
Trond Myklebust14516c32010-07-31 14:29:06 -0400701 return 1;
Chuck Lever3bd23842013-08-09 12:49:19 -0400702 if (!res->sr_slot->table->session)
703 return nfs40_sequence_done(task, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400704 return nfs41_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400705}
706
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000707int nfs41_setup_sequence(struct nfs4_session *session,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400708 struct nfs4_sequence_args *args,
709 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400710 struct rpc_task *task)
711{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400712 struct nfs4_slot *slot;
713 struct nfs4_slot_table *tbl;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400714
715 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400716 /* slot already allocated? */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400717 if (res->sr_slot != NULL)
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400718 goto out_success;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400719
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400720 tbl = &session->fc_slot_table;
721
Trond Myklebust69d206b2012-11-22 13:21:02 -0500722 task->tk_timeout = 0;
723
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400724 spin_lock(&tbl->slot_tbl_lock);
Andy Adamson774d5f12013-05-20 14:13:50 -0400725 if (test_bit(NFS4_SLOT_TBL_DRAINING, &tbl->slot_tbl_state) &&
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400726 !args->sa_privileged) {
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500727 /* The state manager will wait until the slot table is empty */
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500728 dprintk("%s session is draining\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400729 goto out_sleep;
Andy Adamsonb069d942009-04-01 09:22:43 -0400730 }
731
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500732 slot = nfs4_alloc_slot(tbl);
Trond Myklebust69d206b2012-11-22 13:21:02 -0500733 if (IS_ERR(slot)) {
734 /* If out of memory, try again in 1/4 second */
735 if (slot == ERR_PTR(-ENOMEM))
736 task->tk_timeout = HZ >> 2;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400737 dprintk("<-- %s: no free slots\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400738 goto out_sleep;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400739 }
740 spin_unlock(&tbl->slot_tbl_lock);
741
Trond Myklebust2b2fa712012-11-16 12:58:36 -0500742 args->sa_slot = slot;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400743
Chuck Levere8d92382013-08-09 12:47:51 -0400744 dprintk("<-- %s slotid=%u seqid=%u\n", __func__,
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500745 slot->slot_nr, slot->seq_nr);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400746
Benny Halevydfb4f3092010-09-24 09:17:01 -0400747 res->sr_slot = slot;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500748 res->sr_timestamp = jiffies;
Trond Myklebust2a6e26c2010-06-16 09:52:25 -0400749 res->sr_status_flags = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400750 /*
751 * sr_status is only set in decode_sequence, and so will remain
752 * set to 1 if an rpc level failure occurs.
753 */
754 res->sr_status = 1;
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400755 trace_nfs4_setup_sequence(session, args);
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400756out_success:
757 rpc_call_start(task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400758 return 0;
Trond Myklebust7b939a32012-11-01 15:19:46 -0400759out_sleep:
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400760 /* Privileged tasks are queued with top priority */
761 if (args->sa_privileged)
Trond Myklebust1e1093c2012-11-01 16:44:05 -0400762 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
763 NULL, RPC_PRIORITY_PRIVILEGED);
764 else
765 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400766 spin_unlock(&tbl->slot_tbl_lock);
767 return -EAGAIN;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400768}
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000769EXPORT_SYMBOL_GPL(nfs41_setup_sequence);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400770
Chuck Lever5a580e02013-08-09 12:48:09 -0400771static int nfs4_setup_sequence(const struct nfs_server *server,
772 struct nfs4_sequence_args *args,
773 struct nfs4_sequence_res *res,
774 struct rpc_task *task)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400775{
Trond Myklebust035168a2010-06-16 09:52:26 -0400776 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400777 int ret = 0;
778
Chuck Lever3bd23842013-08-09 12:49:19 -0400779 if (!session)
780 return nfs40_setup_sequence(server, args, res, task);
Trond Myklebust035168a2010-06-16 09:52:26 -0400781
Chuck Levere8d92382013-08-09 12:47:51 -0400782 dprintk("--> %s clp %p session %p sr_slot %u\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400783 __func__, session->clp, session, res->sr_slot ?
Chuck Levere8d92382013-08-09 12:47:51 -0400784 res->sr_slot->slot_nr : NFS4_NO_SLOT);
Trond Myklebust035168a2010-06-16 09:52:26 -0400785
Trond Myklebust9d12b212012-01-17 22:04:25 -0500786 ret = nfs41_setup_sequence(session, args, res, task);
Chuck Lever3bd23842013-08-09 12:49:19 -0400787
Andy Adamsonce5039c2009-04-01 09:22:13 -0400788 dprintk("<-- %s status=%d\n", __func__, ret);
789 return ret;
790}
791
Andy Adamsonce5039c2009-04-01 09:22:13 -0400792static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
793{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400794 struct nfs4_call_sync_data *data = calldata;
Trond Myklebust6ba7db32012-10-22 20:07:20 -0400795 struct nfs4_session *session = nfs4_get_session(data->seq_server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400796
Trond Myklebust035168a2010-06-16 09:52:26 -0400797 dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server);
798
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400799 nfs41_setup_sequence(session, data->seq_args, data->seq_res, task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400800}
801
Andy Adamson69ab40c2009-04-01 09:22:19 -0400802static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
803{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400804 struct nfs4_call_sync_data *data = calldata;
Andy Adamson69ab40c2009-04-01 09:22:19 -0400805
Trond Myklebust14516c32010-07-31 14:29:06 -0400806 nfs41_sequence_done(task, data->seq_res);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400807}
808
Trond Myklebust17280172012-03-11 13:11:00 -0400809static const struct rpc_call_ops nfs41_call_sync_ops = {
Andy Adamsonce5039c2009-04-01 09:22:13 -0400810 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400811 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400812};
813
Chuck Lever3bd23842013-08-09 12:49:19 -0400814#else /* !CONFIG_NFS_V4_1 */
815
Chuck Lever5a580e02013-08-09 12:48:09 -0400816static int nfs4_setup_sequence(const struct nfs_server *server,
817 struct nfs4_sequence_args *args,
818 struct nfs4_sequence_res *res,
819 struct rpc_task *task)
820{
Chuck Lever3bd23842013-08-09 12:49:19 -0400821 return nfs40_setup_sequence(server, args, res, task);
Chuck Lever5a580e02013-08-09 12:48:09 -0400822}
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400823
Trond Myklebust14516c32010-07-31 14:29:06 -0400824static int nfs4_sequence_done(struct rpc_task *task,
825 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400826{
Chuck Lever3bd23842013-08-09 12:49:19 -0400827 return nfs40_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400828}
Chuck Lever3bd23842013-08-09 12:49:19 -0400829
830#endif /* !CONFIG_NFS_V4_1 */
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400831
Chuck Lever9915ea72013-08-09 12:48:27 -0400832static void nfs40_call_sync_prepare(struct rpc_task *task, void *calldata)
833{
834 struct nfs4_call_sync_data *data = calldata;
835 nfs4_setup_sequence(data->seq_server,
836 data->seq_args, data->seq_res, task);
837}
838
839static void nfs40_call_sync_done(struct rpc_task *task, void *calldata)
840{
841 struct nfs4_call_sync_data *data = calldata;
842 nfs4_sequence_done(task, data->seq_res);
843}
844
845static const struct rpc_call_ops nfs40_call_sync_ops = {
846 .rpc_call_prepare = nfs40_call_sync_prepare,
847 .rpc_call_done = nfs40_call_sync_done,
848};
849
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400850static int nfs4_call_sync_sequence(struct rpc_clnt *clnt,
Trond Myklebustad389da2007-06-05 12:30:00 -0400851 struct nfs_server *server,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500852 struct rpc_message *msg,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100853 struct nfs4_sequence_args *args,
854 struct nfs4_sequence_res *res)
Trond Myklebustad389da2007-06-05 12:30:00 -0400855{
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100856 int ret;
857 struct rpc_task *task;
Chuck Lever9915ea72013-08-09 12:48:27 -0400858 struct nfs_client *clp = server->nfs_client;
859 struct nfs4_call_sync_data data = {
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100860 .seq_server = server,
861 .seq_args = args,
862 .seq_res = res,
863 };
864 struct rpc_task_setup task_setup = {
865 .rpc_client = clnt,
866 .rpc_message = msg,
Chuck Lever9915ea72013-08-09 12:48:27 -0400867 .callback_ops = clp->cl_mvops->call_sync_ops,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100868 .callback_data = &data
869 };
870
871 task = rpc_run_task(&task_setup);
872 if (IS_ERR(task))
873 ret = PTR_ERR(task);
874 else {
875 ret = task->tk_status;
Trond Myklebustad389da2007-06-05 12:30:00 -0400876 rpc_put_task(task);
877 }
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100878 return ret;
879}
880
Bryan Schumaker7c513052011-03-24 17:12:24 +0000881int nfs4_call_sync(struct rpc_clnt *clnt,
882 struct nfs_server *server,
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000883 struct rpc_message *msg,
884 struct nfs4_sequence_args *args,
885 struct nfs4_sequence_res *res,
886 int cache_reply)
887{
Chuck Levera9c92d62013-08-09 12:48:18 -0400888 nfs4_init_sequence(args, res, cache_reply);
Chuck Lever9915ea72013-08-09 12:48:27 -0400889 return nfs4_call_sync_sequence(clnt, server, msg, args, res);
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000890}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891
892static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
893{
894 struct nfs_inode *nfsi = NFS_I(dir);
895
896 spin_lock(&dir->i_lock);
Trond Myklebust359d7d12012-05-28 10:01:34 -0400897 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_DATA;
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700898 if (!cinfo->atomic || cinfo->before != dir->i_version)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899 nfs_force_lookup_revalidate(dir);
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700900 dir->i_version = cinfo->after;
David Howellsde242c02012-12-20 21:52:38 +0000901 nfs_fscache_invalidate(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902 spin_unlock(&dir->i_lock);
903}
904
905struct nfs4_opendata {
906 struct kref kref;
907 struct nfs_openargs o_arg;
908 struct nfs_openres o_res;
909 struct nfs_open_confirmargs c_arg;
910 struct nfs_open_confirmres c_res;
Trond Myklebust6926afd2012-01-07 13:22:46 -0500911 struct nfs4_string owner_name;
912 struct nfs4_string group_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913 struct nfs_fattr f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400914 struct nfs4_label *f_label;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915 struct dentry *dir;
Al Viro82a2c1b2011-06-22 18:30:55 -0400916 struct dentry *dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917 struct nfs4_state_owner *owner;
918 struct nfs4_state *state;
919 struct iattr attrs;
920 unsigned long timestamp;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400921 unsigned int rpc_done : 1;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -0400922 unsigned int file_created : 1;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -0400923 unsigned int is_recover : 1;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400924 int rpc_status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925 int cancelled;
926};
Trond Myklebustdecf4912005-10-27 22:12:39 -0400927
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400928static bool nfs4_clear_cap_atomic_open_v1(struct nfs_server *server,
929 int err, struct nfs4_exception *exception)
930{
931 if (err != -EINVAL)
932 return false;
933 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
934 return false;
935 server->caps &= ~NFS_CAP_ATOMIC_OPEN_V1;
936 exception->retry = 1;
937 return true;
938}
939
940static enum open_claim_type4
941nfs4_map_atomic_open_claim(struct nfs_server *server,
942 enum open_claim_type4 claim)
943{
944 if (server->caps & NFS_CAP_ATOMIC_OPEN_V1)
945 return claim;
946 switch (claim) {
947 default:
948 return claim;
949 case NFS4_OPEN_CLAIM_FH:
950 return NFS4_OPEN_CLAIM_NULL;
951 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
952 return NFS4_OPEN_CLAIM_DELEGATE_CUR;
953 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
954 return NFS4_OPEN_CLAIM_DELEGATE_PREV;
955 }
956}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957
958static void nfs4_init_opendata_res(struct nfs4_opendata *p)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100959{
960 p->o_res.f_attr = &p->f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400961 p->o_res.f_label = p->f_label;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100962 p->o_res.seqid = p->o_arg.seqid;
963 p->c_res.seqid = p->c_arg.seqid;
964 p->o_res.server = p->o_arg.server;
Andy Adamson5f657532012-10-03 02:39:34 -0400965 p->o_res.access_request = p->o_arg.access;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100966 nfs_fattr_init(&p->f_attr);
Trond Myklebust6926afd2012-01-07 13:22:46 -0500967 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100968}
969
Al Viro82a2c1b2011-06-22 18:30:55 -0400970static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100971 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400972 const struct iattr *attrs,
David Quigley1775fd32013-05-22 12:50:42 -0400973 struct nfs4_label *label,
Trond Myklebust4a1c0892013-03-15 14:57:33 -0400974 enum open_claim_type4 claim,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400975 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100976{
Al Viro82a2c1b2011-06-22 18:30:55 -0400977 struct dentry *parent = dget_parent(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100978 struct inode *dir = parent->d_inode;
979 struct nfs_server *server = NFS_SERVER(dir);
980 struct nfs4_opendata *p;
981
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400982 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100983 if (p == NULL)
984 goto err;
David Quigley14c43f72013-05-22 12:50:43 -0400985
986 p->f_label = nfs4_label_alloc(server, gfp_mask);
987 if (IS_ERR(p->f_label))
988 goto err_free_p;
989
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400990 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100991 if (p->o_arg.seqid == NULL)
David Quigley14c43f72013-05-22 12:50:43 -0400992 goto err_free_label;
Al Viro82a2c1b2011-06-22 18:30:55 -0400993 nfs_sb_active(dentry->d_sb);
994 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100995 p->dir = parent;
996 p->owner = sp;
997 atomic_inc(&sp->so_count);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500998 p->o_arg.open_flags = flags;
999 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001000 /* don't put an ACCESS op in OPEN compound if O_EXCL, because ACCESS
1001 * will return permission denied for all bits until close */
1002 if (!(flags & O_EXCL)) {
1003 /* ask server to check for all possible rights as results
1004 * are cached */
1005 p->o_arg.access = NFS4_ACCESS_READ | NFS4_ACCESS_MODIFY |
1006 NFS4_ACCESS_EXTEND | NFS4_ACCESS_EXECUTE;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001007 }
David Howells7539bba2006-08-22 20:06:09 -04001008 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001009 p->o_arg.id.create_time = ktime_to_ns(sp->so_seqid.create_time);
1010 p->o_arg.id.uniquifier = sp->so_seqid.owner_id;
Al Viro82a2c1b2011-06-22 18:30:55 -04001011 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001012 p->o_arg.server = server;
David Quigleyaa9c2662013-05-22 12:50:44 -04001013 p->o_arg.bitmask = nfs4_bitmask(server, label);
Trond Myklebust1549210f2012-06-05 09:16:47 -04001014 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0];
David Quigley1775fd32013-05-22 12:50:42 -04001015 p->o_arg.label = label;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001016 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim);
1017 switch (p->o_arg.claim) {
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001018 case NFS4_OPEN_CLAIM_NULL:
1019 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1020 case NFS4_OPEN_CLAIM_DELEGATE_PREV:
1021 p->o_arg.fh = NFS_FH(dir);
1022 break;
1023 case NFS4_OPEN_CLAIM_PREVIOUS:
1024 case NFS4_OPEN_CLAIM_FH:
1025 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1026 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
1027 p->o_arg.fh = NFS_FH(dentry->d_inode);
1028 }
Trond Myklebust536e43d2012-01-17 22:04:26 -05001029 if (attrs != NULL && attrs->ia_valid != 0) {
Trond Myklebustc281fa9c2013-08-20 21:06:49 -04001030 __u32 verf[2];
Trond Myklebustd77d76f2010-06-16 09:52:27 -04001031
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001032 p->o_arg.u.attrs = &p->attrs;
1033 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Chuck Levercd937102012-03-02 17:14:31 -05001034
1035 verf[0] = jiffies;
1036 verf[1] = current->pid;
1037 memcpy(p->o_arg.u.verifier.data, verf,
1038 sizeof(p->o_arg.u.verifier.data));
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001039 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001040 p->c_arg.fh = &p->o_res.fh;
1041 p->c_arg.stateid = &p->o_res.stateid;
1042 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001043 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001044 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001045 return p;
David Quigley14c43f72013-05-22 12:50:43 -04001046
1047err_free_label:
1048 nfs4_label_free(p->f_label);
1049err_free_p:
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001050 kfree(p);
1051err:
1052 dput(parent);
1053 return NULL;
1054}
1055
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001056static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001057{
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001058 struct nfs4_opendata *p = container_of(kref,
1059 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -04001060 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001061
1062 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001063 if (p->state != NULL)
1064 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001065 nfs4_put_state_owner(p->owner);
David Quigley14c43f72013-05-22 12:50:43 -04001066
1067 nfs4_label_free(p->f_label);
1068
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001069 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -04001070 dput(p->dentry);
1071 nfs_sb_deactive(sb);
Trond Myklebust6926afd2012-01-07 13:22:46 -05001072 nfs_fattr_free_names(&p->f_attr);
Trond Myklebuste911b812014-03-26 13:24:37 -07001073 kfree(p->f_attr.mdsthreshold);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001074 kfree(p);
1075}
1076
1077static void nfs4_opendata_put(struct nfs4_opendata *p)
1078{
1079 if (p != NULL)
1080 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001081}
1082
Trond Myklebust06f814a2006-01-03 09:55:07 +01001083static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
1084{
Trond Myklebust06f814a2006-01-03 09:55:07 +01001085 int ret;
1086
Trond Myklebust06f814a2006-01-03 09:55:07 +01001087 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +01001088 return ret;
1089}
1090
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001091static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -04001092{
1093 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001094
Trond Myklebust536e43d2012-01-17 22:04:26 -05001095 if (open_mode & (O_EXCL|O_TRUNC))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001096 goto out;
1097 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001098 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -05001099 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
1100 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001101 break;
1102 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001103 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
1104 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001105 break;
1106 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001107 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
1108 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001109 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001110out:
Trond Myklebust6ee41262007-07-08 14:11:36 -04001111 return ret;
1112}
1113
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001114static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001115{
Trond Myklebust652f89f2011-12-09 19:05:58 -05001116 if (delegation == NULL)
1117 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001118 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001119 return 0;
Trond Myklebust15c831b2008-12-23 15:21:39 -05001120 if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
Trond Myklebustaac00a82007-07-05 19:02:21 -04001121 return 0;
Trond Myklebustd25be542013-02-05 11:43:28 -05001122 if (test_bit(NFS_DELEGATION_RETURNING, &delegation->flags))
1123 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -05001124 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001125 return 1;
1126}
1127
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001128static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +01001129{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001130 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +01001131 case FMODE_WRITE:
1132 state->n_wronly++;
1133 break;
1134 case FMODE_READ:
1135 state->n_rdonly++;
1136 break;
1137 case FMODE_READ|FMODE_WRITE:
1138 state->n_rdwr++;
1139 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001140 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +01001141}
1142
Trond Myklebust4f14c192014-02-12 19:15:06 -05001143static void nfs_test_and_clear_all_open_stateid(struct nfs4_state *state)
Trond Myklebust003707c2007-07-05 18:07:55 -04001144{
Trond Myklebust4f14c192014-02-12 19:15:06 -05001145 struct nfs_client *clp = state->owner->so_server->nfs_client;
1146 bool need_recover = false;
1147
1148 if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly)
1149 need_recover = true;
1150 if (test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags) && state->n_wronly)
1151 need_recover = true;
1152 if (test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags) && state->n_rdwr)
1153 need_recover = true;
1154 if (need_recover)
1155 nfs4_state_mark_reclaim_nograce(clp, state);
1156}
1157
Trond Myklebuste999e802014-02-10 18:20:47 -05001158static bool nfs_need_update_open_stateid(struct nfs4_state *state,
1159 nfs4_stateid *stateid)
1160{
1161 if (test_and_set_bit(NFS_OPEN_STATE, &state->flags) == 0)
1162 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001163 if (!nfs4_stateid_match_other(stateid, &state->open_stateid)) {
1164 nfs_test_and_clear_all_open_stateid(state);
Trond Myklebuste999e802014-02-10 18:20:47 -05001165 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001166 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001167 if (nfs4_stateid_is_newer(stateid, &state->open_stateid))
1168 return true;
1169 return false;
1170}
1171
Trond Myklebust226056c2014-02-11 10:41:07 -05001172static void nfs_clear_open_stateid_locked(struct nfs4_state *state,
1173 nfs4_stateid *stateid, fmode_t fmode)
1174{
1175 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1176 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
1177 case FMODE_WRITE:
1178 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1179 break;
1180 case FMODE_READ:
1181 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1182 break;
1183 case 0:
1184 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1185 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1186 clear_bit(NFS_OPEN_STATE, &state->flags);
1187 }
1188 if (stateid == NULL)
1189 return;
1190 if (!nfs_need_update_open_stateid(state, stateid))
1191 return;
Trond Myklebust003707c2007-07-05 18:07:55 -04001192 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001193 nfs4_stateid_copy(&state->stateid, stateid);
1194 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust226056c2014-02-11 10:41:07 -05001195}
1196
1197static void nfs_clear_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1198{
1199 write_seqlock(&state->seqlock);
1200 nfs_clear_open_stateid_locked(state, stateid, fmode);
1201 write_sequnlock(&state->seqlock);
Trond Myklebust4f14c192014-02-12 19:15:06 -05001202 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1203 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust226056c2014-02-11 10:41:07 -05001204}
1205
Trond Myklebust003707c2007-07-05 18:07:55 -04001206static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1207{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001208 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001209 case FMODE_READ:
1210 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1211 break;
1212 case FMODE_WRITE:
1213 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1214 break;
1215 case FMODE_READ|FMODE_WRITE:
1216 set_bit(NFS_O_RDWR_STATE, &state->flags);
1217 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001218 if (!nfs_need_update_open_stateid(state, stateid))
1219 return;
1220 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1221 nfs4_stateid_copy(&state->stateid, stateid);
1222 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001223}
1224
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001225static void __update_open_stateid(struct nfs4_state *state, nfs4_stateid *open_stateid, const nfs4_stateid *deleg_stateid, fmode_t fmode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226{
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001227 /*
1228 * Protect the call to nfs4_state_set_mode_locked and
1229 * serialise the stateid update
1230 */
1231 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001232 if (deleg_stateid != NULL) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001233 nfs4_stateid_copy(&state->stateid, deleg_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001234 set_bit(NFS_DELEGATED_STATE, &state->flags);
1235 }
1236 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001237 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001238 write_sequnlock(&state->seqlock);
1239 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001240 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -07001241 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242}
1243
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001244static int update_open_stateid(struct nfs4_state *state, nfs4_stateid *open_stateid, nfs4_stateid *delegation, fmode_t fmode)
Trond Myklebust34310432008-12-23 15:21:38 -05001245{
1246 struct nfs_inode *nfsi = NFS_I(state->inode);
1247 struct nfs_delegation *deleg_cur;
1248 int ret = 0;
1249
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001250 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -05001251
1252 rcu_read_lock();
1253 deleg_cur = rcu_dereference(nfsi->delegation);
1254 if (deleg_cur == NULL)
1255 goto no_delegation;
1256
1257 spin_lock(&deleg_cur->lock);
Trond Myklebust17f26b12013-08-21 15:48:42 -04001258 if (rcu_dereference(nfsi->delegation) != deleg_cur ||
Trond Myklebustd25be542013-02-05 11:43:28 -05001259 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001260 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -05001261 goto no_delegation_unlock;
1262
1263 if (delegation == NULL)
1264 delegation = &deleg_cur->stateid;
Trond Myklebustf597c532012-03-04 18:13:56 -05001265 else if (!nfs4_stateid_match(&deleg_cur->stateid, delegation))
Trond Myklebust34310432008-12-23 15:21:38 -05001266 goto no_delegation_unlock;
1267
Trond Myklebustb7391f42008-12-23 15:21:52 -05001268 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001269 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001270 ret = 1;
1271no_delegation_unlock:
1272 spin_unlock(&deleg_cur->lock);
1273no_delegation:
1274 rcu_read_unlock();
1275
1276 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001277 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001278 ret = 1;
1279 }
Trond Myklebust4f14c192014-02-12 19:15:06 -05001280 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1281 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust34310432008-12-23 15:21:38 -05001282
1283 return ret;
1284}
1285
1286
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001287static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001288{
1289 struct nfs_delegation *delegation;
1290
1291 rcu_read_lock();
1292 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001293 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001294 rcu_read_unlock();
1295 return;
1296 }
1297 rcu_read_unlock();
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04001298 nfs4_inode_return_delegation(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001299}
1300
Trond Myklebust6ee41262007-07-08 14:11:36 -04001301static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001302{
1303 struct nfs4_state *state = opendata->state;
1304 struct nfs_inode *nfsi = NFS_I(state->inode);
1305 struct nfs_delegation *delegation;
Trond Myklebustf448bad2013-05-29 15:36:40 -04001306 int open_mode = opendata->o_arg.open_flags;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001307 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001308 nfs4_stateid stateid;
1309 int ret = -EAGAIN;
1310
Trond Myklebustaac00a82007-07-05 19:02:21 -04001311 for (;;) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001312 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001313 if (can_open_cached(state, fmode, open_mode)) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001314 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001315 spin_unlock(&state->owner->so_lock);
Anna Schumaker61beef752014-09-03 14:15:40 -04001316 goto out_return_state;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001317 }
Anna Schumaker61beef752014-09-03 14:15:40 -04001318 spin_unlock(&state->owner->so_lock);
Trond Myklebust34310432008-12-23 15:21:38 -05001319 rcu_read_lock();
1320 delegation = rcu_dereference(nfsi->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001321 if (!can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001322 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001323 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001324 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001325 /* Save the delegation */
Trond Myklebustf597c532012-03-04 18:13:56 -05001326 nfs4_stateid_copy(&stateid, &delegation->stateid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001327 rcu_read_unlock();
Trond Myklebustfa332942013-04-09 12:56:52 -04001328 nfs_release_seqid(opendata->o_arg.seqid);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001329 if (!opendata->is_recover) {
1330 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
1331 if (ret != 0)
1332 goto out;
1333 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001334 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001335
1336 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001337 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001338 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001339 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001340out:
1341 return ERR_PTR(ret);
1342out_return_state:
1343 atomic_inc(&state->count);
1344 return state;
1345}
1346
Andy Adamsone23008e2012-10-02 21:07:32 -04001347static void
1348nfs4_opendata_check_deleg(struct nfs4_opendata *data, struct nfs4_state *state)
1349{
1350 struct nfs_client *clp = NFS_SERVER(state->inode)->nfs_client;
1351 struct nfs_delegation *delegation;
1352 int delegation_flags = 0;
1353
1354 rcu_read_lock();
1355 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
1356 if (delegation)
1357 delegation_flags = delegation->flags;
1358 rcu_read_unlock();
1359 if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) {
1360 pr_err_ratelimited("NFS: Broken NFSv4 server %s is "
1361 "returning a delegation for "
1362 "OPEN(CLAIM_DELEGATE_CUR)\n",
1363 clp->cl_hostname);
1364 } else if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
1365 nfs_inode_set_delegation(state->inode,
1366 data->owner->so_cred,
1367 &data->o_res);
1368 else
1369 nfs_inode_reclaim_delegation(state->inode,
1370 data->owner->so_cred,
1371 &data->o_res);
1372}
1373
1374/*
1375 * Check the inode attributes against the CLAIM_PREVIOUS returned attributes
1376 * and update the nfs4_state.
1377 */
1378static struct nfs4_state *
1379_nfs4_opendata_reclaim_to_nfs4_state(struct nfs4_opendata *data)
1380{
1381 struct inode *inode = data->state->inode;
1382 struct nfs4_state *state = data->state;
1383 int ret;
1384
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001385 if (!data->rpc_done) {
1386 if (data->rpc_status) {
1387 ret = data->rpc_status;
1388 goto err;
1389 }
1390 /* cached opens have already been processed */
1391 goto update;
Andy Adamsone23008e2012-10-02 21:07:32 -04001392 }
1393
Andy Adamsone23008e2012-10-02 21:07:32 -04001394 ret = nfs_refresh_inode(inode, &data->f_attr);
1395 if (ret)
1396 goto err;
1397
1398 if (data->o_res.delegation_type != 0)
1399 nfs4_opendata_check_deleg(data, state);
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001400update:
Andy Adamsone23008e2012-10-02 21:07:32 -04001401 update_open_stateid(state, &data->o_res.stateid, NULL,
1402 data->o_arg.fmode);
Trond Myklebustd49f0422013-10-28 14:57:12 -04001403 atomic_inc(&state->count);
Andy Adamsone23008e2012-10-02 21:07:32 -04001404
1405 return state;
1406err:
1407 return ERR_PTR(ret);
1408
1409}
1410
1411static struct nfs4_state *
1412_nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001413{
1414 struct inode *inode;
1415 struct nfs4_state *state = NULL;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001416 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001417
Trond Myklebustaac00a82007-07-05 19:02:21 -04001418 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001419 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001420 goto out;
1421 }
1422
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001423 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001424 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001425 goto err;
David Quigley1775fd32013-05-22 12:50:42 -04001426 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr, data->f_label);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001427 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001428 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001429 goto err;
1430 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001431 state = nfs4_get_open_state(inode, data->owner);
1432 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001433 goto err_put_inode;
Andy Adamsone23008e2012-10-02 21:07:32 -04001434 if (data->o_res.delegation_type != 0)
1435 nfs4_opendata_check_deleg(data, state);
Trond Myklebust34310432008-12-23 15:21:38 -05001436 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001437 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001438 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001439out:
Trond Myklebust7aa262b52013-02-28 16:19:59 -08001440 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001441 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001442err_put_inode:
1443 iput(inode);
1444err:
1445 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001446}
1447
Andy Adamsone23008e2012-10-02 21:07:32 -04001448static struct nfs4_state *
1449nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1450{
1451 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS)
1452 return _nfs4_opendata_reclaim_to_nfs4_state(data);
1453 return _nfs4_opendata_to_nfs4_state(data);
1454}
1455
Trond Myklebust864472e2006-01-03 09:55:15 +01001456static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1457{
1458 struct nfs_inode *nfsi = NFS_I(state->inode);
1459 struct nfs_open_context *ctx;
1460
1461 spin_lock(&state->inode->i_lock);
1462 list_for_each_entry(ctx, &nfsi->open_files, list) {
1463 if (ctx->state != state)
1464 continue;
1465 get_nfs_open_context(ctx);
1466 spin_unlock(&state->inode->i_lock);
1467 return ctx;
1468 }
1469 spin_unlock(&state->inode->i_lock);
1470 return ERR_PTR(-ENOENT);
1471}
1472
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001473static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx,
1474 struct nfs4_state *state, enum open_claim_type4 claim)
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001475{
1476 struct nfs4_opendata *opendata;
1477
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001478 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0,
David Quigley1775fd32013-05-22 12:50:42 -04001479 NULL, NULL, claim, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001480 if (opendata == NULL)
1481 return ERR_PTR(-ENOMEM);
1482 opendata->state = state;
1483 atomic_inc(&state->count);
1484 return opendata;
1485}
1486
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001487static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001488{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001489 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001490 int ret;
1491
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001492 opendata->o_arg.open_flags = 0;
1493 opendata->o_arg.fmode = fmode;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001494 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1495 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1496 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001497 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001498 if (ret != 0)
1499 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001500 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001501 if (IS_ERR(newstate))
1502 return PTR_ERR(newstate);
Al Viro643168c2011-06-22 18:20:23 -04001503 nfs4_close_state(newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001504 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001505 return 0;
1506}
1507
1508static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1509{
Trond Myklebust864472e2006-01-03 09:55:15 +01001510 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001511 int ret;
1512
Trond Myklebust4f14c192014-02-12 19:15:06 -05001513 /* Don't trigger recovery in nfs_test_and_clear_all_open_stateid */
1514 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1515 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1516 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001517 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001518 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04001519 clear_bit(NFS_OPEN_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001520 smp_rmb();
1521 if (state->n_rdwr != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001522 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001523 if (ret != 0)
1524 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001525 if (newstate != state)
1526 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001527 }
1528 if (state->n_wronly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001529 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001530 if (ret != 0)
1531 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001532 if (newstate != state)
1533 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001534 }
1535 if (state->n_rdonly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001536 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001537 if (ret != 0)
1538 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001539 if (newstate != state)
1540 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001541 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001542 /*
1543 * We may have performed cached opens for all three recoveries.
1544 * Check if we need to update the current stateid.
1545 */
1546 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
Trond Myklebustf597c532012-03-04 18:13:56 -05001547 !nfs4_stateid_match(&state->stateid, &state->open_stateid)) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001548 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001549 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001550 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001551 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001552 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001553 return 0;
1554}
1555
Linus Torvalds1da177e2005-04-16 15:20:36 -07001556/*
1557 * OPEN_RECLAIM:
1558 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001560static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001561{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001562 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001563 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001564 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565 int status;
1566
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001567 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1568 NFS4_OPEN_CLAIM_PREVIOUS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001569 if (IS_ERR(opendata))
1570 return PTR_ERR(opendata);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001571 rcu_read_lock();
1572 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001573 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001574 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001575 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001576 opendata->o_arg.u.delegation_type = delegation_type;
1577 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001578 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001579 return status;
1580}
1581
Trond Myklebust539cd032007-06-05 11:46:42 -04001582static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583{
1584 struct nfs_server *server = NFS_SERVER(state->inode);
1585 struct nfs4_exception exception = { };
1586 int err;
1587 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001588 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04001589 trace_nfs4_open_reclaim(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001590 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
1591 continue;
Trond Myklebust168667c2010-10-19 19:47:49 -04001592 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001593 break;
1594 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595 } while (exception.retry);
1596 return err;
1597}
1598
Trond Myklebust864472e2006-01-03 09:55:15 +01001599static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1600{
1601 struct nfs_open_context *ctx;
1602 int ret;
1603
1604 ctx = nfs4_state_find_open_context(state);
1605 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04001606 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04001607 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001608 put_nfs_open_context(ctx);
1609 return ret;
1610}
1611
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001612static int nfs4_handle_delegation_recall_error(struct nfs_server *server, struct nfs4_state *state, const nfs4_stateid *stateid, int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001613{
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001614 switch (err) {
1615 default:
1616 printk(KERN_ERR "NFS: %s: unhandled error "
1617 "%d.\n", __func__, err);
1618 case 0:
1619 case -ENOENT:
1620 case -ESTALE:
1621 break;
1622 case -NFS4ERR_BADSESSION:
1623 case -NFS4ERR_BADSLOT:
1624 case -NFS4ERR_BAD_HIGH_SLOT:
1625 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1626 case -NFS4ERR_DEADSESSION:
1627 set_bit(NFS_DELEGATED_STATE, &state->flags);
1628 nfs4_schedule_session_recovery(server->nfs_client->cl_session, err);
1629 return -EAGAIN;
1630 case -NFS4ERR_STALE_CLIENTID:
1631 case -NFS4ERR_STALE_STATEID:
1632 set_bit(NFS_DELEGATED_STATE, &state->flags);
1633 case -NFS4ERR_EXPIRED:
1634 /* Don't recall a delegation if it was lost */
1635 nfs4_schedule_lease_recovery(server->nfs_client);
1636 return -EAGAIN;
Chuck Lever352297b2013-10-17 14:13:24 -04001637 case -NFS4ERR_MOVED:
1638 nfs4_schedule_migration_recovery(server);
1639 return -EAGAIN;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04001640 case -NFS4ERR_LEASE_MOVED:
1641 nfs4_schedule_lease_moved_recovery(server->nfs_client);
1642 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001643 case -NFS4ERR_DELEG_REVOKED:
1644 case -NFS4ERR_ADMIN_REVOKED:
1645 case -NFS4ERR_BAD_STATEID:
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001646 case -NFS4ERR_OPENMODE:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001647 nfs_inode_find_state_and_recover(state->inode,
1648 stateid);
1649 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust869f9df2014-11-10 18:43:56 -05001650 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001651 case -NFS4ERR_DELAY:
1652 case -NFS4ERR_GRACE:
1653 set_bit(NFS_DELEGATED_STATE, &state->flags);
1654 ssleep(1);
1655 return -EAGAIN;
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001656 case -ENOMEM:
1657 case -NFS4ERR_DENIED:
1658 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
1659 return 0;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001660 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001661 return err;
1662}
1663
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001664int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
1665{
1666 struct nfs_server *server = NFS_SERVER(state->inode);
1667 struct nfs4_opendata *opendata;
1668 int err;
1669
1670 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1671 NFS4_OPEN_CLAIM_DELEG_CUR_FH);
1672 if (IS_ERR(opendata))
1673 return PTR_ERR(opendata);
1674 nfs4_stateid_copy(&opendata->o_arg.u.delegation, stateid);
1675 err = nfs4_open_recover(opendata, state);
1676 nfs4_opendata_put(opendata);
1677 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
1678}
1679
Chuck Leverbe05c862013-08-09 12:49:47 -04001680static void nfs4_open_confirm_prepare(struct rpc_task *task, void *calldata)
1681{
1682 struct nfs4_opendata *data = calldata;
1683
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001684 nfs40_setup_sequence(data->o_arg.server, &data->c_arg.seq_args,
1685 &data->c_res.seq_res, task);
Chuck Leverbe05c862013-08-09 12:49:47 -04001686}
1687
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001688static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1689{
1690 struct nfs4_opendata *data = calldata;
1691
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001692 nfs40_sequence_done(task, &data->c_res.seq_res);
Chuck Leverbe05c862013-08-09 12:49:47 -04001693
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001694 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001695 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001696 nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid);
Trond Myklebustbb226292008-01-02 15:19:18 -05001697 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001698 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001699 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001700 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001701}
1702
1703static void nfs4_open_confirm_release(void *calldata)
1704{
1705 struct nfs4_opendata *data = calldata;
1706 struct nfs4_state *state = NULL;
1707
1708 /* If this request hasn't been cancelled, do nothing */
1709 if (data->cancelled == 0)
1710 goto out_free;
1711 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001712 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001713 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001714 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001715 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001716 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001717out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001718 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001719}
1720
1721static const struct rpc_call_ops nfs4_open_confirm_ops = {
Chuck Leverbe05c862013-08-09 12:49:47 -04001722 .rpc_call_prepare = nfs4_open_confirm_prepare,
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001723 .rpc_call_done = nfs4_open_confirm_done,
1724 .rpc_release = nfs4_open_confirm_release,
1725};
1726
1727/*
1728 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1729 */
1730static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1731{
1732 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
1733 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001734 struct rpc_message msg = {
1735 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1736 .rpc_argp = &data->c_arg,
1737 .rpc_resp = &data->c_res,
1738 .rpc_cred = data->owner->so_cred,
1739 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001740 struct rpc_task_setup task_setup_data = {
1741 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001742 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001743 .callback_ops = &nfs4_open_confirm_ops,
1744 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001745 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001746 .flags = RPC_TASK_ASYNC,
1747 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748 int status;
1749
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001750 nfs4_init_sequence(&data->c_arg.seq_args, &data->c_res.seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001751 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001752 data->rpc_done = 0;
1753 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001754 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001755 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001756 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001757 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001758 status = nfs4_wait_for_completion_rpc_task(task);
1759 if (status != 0) {
1760 data->cancelled = 1;
1761 smp_wmb();
1762 } else
1763 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001764 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765 return status;
1766}
1767
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001768static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001770 struct nfs4_opendata *data = calldata;
1771 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust549b19c2013-04-16 18:42:34 -04001772 struct nfs_client *clp = sp->so_server->nfs_client;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001773
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001774 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001775 goto out_wait;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001776 /*
1777 * Check if we still need to send an OPEN call, or if we can use
1778 * a delegation instead.
1779 */
1780 if (data->state != NULL) {
1781 struct nfs_delegation *delegation;
1782
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001783 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001784 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001785 rcu_read_lock();
1786 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001787 if (data->o_arg.claim != NFS4_OPEN_CLAIM_DELEGATE_CUR &&
Trond Myklebustcd4c9be2013-04-23 14:46:25 -04001788 data->o_arg.claim != NFS4_OPEN_CLAIM_DELEG_CUR_FH &&
Trond Myklebust652f89f2011-12-09 19:05:58 -05001789 can_open_delegated(delegation, data->o_arg.fmode))
1790 goto unlock_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001791 rcu_read_unlock();
1792 }
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001793 /* Update client id. */
Trond Myklebust549b19c2013-04-16 18:42:34 -04001794 data->o_arg.clientid = clp->cl_clientid;
Trond Myklebust8188df12013-04-23 14:31:19 -04001795 switch (data->o_arg.claim) {
1796 case NFS4_OPEN_CLAIM_PREVIOUS:
1797 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1798 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
Andy Adamsone23008e2012-10-02 21:07:32 -04001799 data->o_arg.open_bitmap = &nfs4_open_noattr_bitmap[0];
Trond Myklebust8188df12013-04-23 14:31:19 -04001800 case NFS4_OPEN_CLAIM_FH:
1801 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001802 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1803 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001804 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001805 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001806 &data->o_arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04001807 &data->o_res.seq_res,
1808 task) != 0)
1809 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust549b19c2013-04-16 18:42:34 -04001810
1811 /* Set the create mode (note dependency on the session type) */
1812 data->o_arg.createmode = NFS4_CREATE_UNCHECKED;
1813 if (data->o_arg.open_flags & O_EXCL) {
1814 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE;
1815 if (nfs4_has_persistent_session(clp))
1816 data->o_arg.createmode = NFS4_CREATE_GUARDED;
1817 else if (clp->cl_mvops->minor_version > 0)
1818 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE4_1;
1819 }
Trond Myklebust6ee41262007-07-08 14:11:36 -04001820 return;
Trond Myklebust652f89f2011-12-09 19:05:58 -05001821unlock_no_action:
1822 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001823out_no_action:
1824 task->tk_action = NULL;
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001825out_wait:
Trond Myklebustb75ad4c2012-11-29 17:27:47 -05001826 nfs4_sequence_done(task, &data->o_res.seq_res);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001827}
1828
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001829static void nfs4_open_done(struct rpc_task *task, void *calldata)
1830{
1831 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001833 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001834
Trond Myklebust14516c32010-07-31 14:29:06 -04001835 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1836 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001837
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001838 if (task->tk_status == 0) {
Trond Myklebust807d66d82012-10-02 17:09:00 -07001839 if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) {
1840 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001841 case S_IFREG:
1842 break;
1843 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001844 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001845 break;
1846 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001847 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001848 break;
1849 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001850 data->rpc_status = -ENOTDIR;
Trond Myklebust807d66d82012-10-02 17:09:00 -07001851 }
Trond Myklebust6f926b52005-10-18 14:20:18 -07001852 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001853 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001854 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1855 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001856 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001857 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001858}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001859
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001860static void nfs4_open_release(void *calldata)
1861{
1862 struct nfs4_opendata *data = calldata;
1863 struct nfs4_state *state = NULL;
1864
1865 /* If this request hasn't been cancelled, do nothing */
1866 if (data->cancelled == 0)
1867 goto out_free;
1868 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001869 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001870 goto out_free;
1871 /* In case we need an open_confirm, no cleanup! */
1872 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1873 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001874 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001875 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001876 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001877out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001878 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001879}
1880
1881static const struct rpc_call_ops nfs4_open_ops = {
1882 .rpc_call_prepare = nfs4_open_prepare,
1883 .rpc_call_done = nfs4_open_done,
1884 .rpc_release = nfs4_open_release,
1885};
1886
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001887static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001888{
1889 struct inode *dir = data->dir->d_inode;
1890 struct nfs_server *server = NFS_SERVER(dir);
1891 struct nfs_openargs *o_arg = &data->o_arg;
1892 struct nfs_openres *o_res = &data->o_res;
1893 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001894 struct rpc_message msg = {
1895 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1896 .rpc_argp = o_arg,
1897 .rpc_resp = o_res,
1898 .rpc_cred = data->owner->so_cred,
1899 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001900 struct rpc_task_setup task_setup_data = {
1901 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001902 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001903 .callback_ops = &nfs4_open_ops,
1904 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001905 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001906 .flags = RPC_TASK_ASYNC,
1907 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001908 int status;
1909
Chuck Levera9c92d62013-08-09 12:48:18 -04001910 nfs4_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001911 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001912 data->rpc_done = 0;
1913 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001914 data->cancelled = 0;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001915 data->is_recover = 0;
1916 if (isrecover) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04001917 nfs4_set_sequence_privileged(&o_arg->seq_args);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001918 data->is_recover = 1;
1919 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04001920 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001921 if (IS_ERR(task))
1922 return PTR_ERR(task);
1923 status = nfs4_wait_for_completion_rpc_task(task);
1924 if (status != 0) {
1925 data->cancelled = 1;
1926 smp_wmb();
1927 } else
1928 status = data->rpc_status;
1929 rpc_put_task(task);
1930
1931 return status;
1932}
1933
1934static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
1935{
1936 struct inode *dir = data->dir->d_inode;
1937 struct nfs_openres *o_res = &data->o_res;
1938 int status;
1939
1940 status = nfs4_run_open_task(data, 1);
1941 if (status != 0 || !data->rpc_done)
1942 return status;
1943
Trond Myklebust6926afd2012-01-07 13:22:46 -05001944 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
1945
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001946 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
1947 status = _nfs4_proc_open_confirm(data);
1948 if (status != 0)
1949 return status;
1950 }
1951
1952 return status;
1953}
1954
Trond Myklebustf3792d62014-07-10 08:54:32 -04001955/*
1956 * Additional permission checks in order to distinguish between an
1957 * open for read, and an open for execute. This works around the
1958 * fact that NFSv4 OPEN treats read and execute permissions as being
1959 * the same.
1960 * Note that in the non-execute case, we want to turn off permission
1961 * checking if we just created a new file (POSIX open() semantics).
1962 */
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001963static int nfs4_opendata_access(struct rpc_cred *cred,
1964 struct nfs4_opendata *opendata,
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05001965 struct nfs4_state *state, fmode_t fmode,
1966 int openflags)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001967{
1968 struct nfs_access_entry cache;
1969 u32 mask;
1970
1971 /* access call failed or for some reason the server doesn't
1972 * support any access modes -- defer access call until later */
1973 if (opendata->o_res.access_supported == 0)
1974 return 0;
1975
1976 mask = 0;
Trond Myklebustf3792d62014-07-10 08:54:32 -04001977 /*
1978 * Use openflags to check for exec, because fmode won't
1979 * always have FMODE_EXEC set when file open for exec.
1980 */
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05001981 if (openflags & __FMODE_EXEC) {
1982 /* ONLY check for exec rights */
1983 mask = MAY_EXEC;
Trond Myklebustf3792d62014-07-10 08:54:32 -04001984 } else if ((fmode & FMODE_READ) && !opendata->file_created)
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05001985 mask = MAY_READ;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001986
1987 cache.cred = cred;
1988 cache.jiffies = jiffies;
1989 nfs_access_set_mask(&cache, opendata->o_res.access_result);
1990 nfs_access_add_cache(state->inode, &cache);
1991
Weston Andros Adamsonbbd3a8e2012-10-02 14:49:51 -07001992 if ((mask & ~cache.mask & (MAY_READ | MAY_EXEC)) == 0)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001993 return 0;
1994
1995 /* even though OPEN succeeded, access is denied. Close the file */
1996 nfs4_close_state(state, fmode);
Weston Andros Adamson998f40b2012-11-02 18:00:56 -04001997 return -EACCES;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001998}
1999
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002000/*
2001 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
2002 */
2003static int _nfs4_proc_open(struct nfs4_opendata *data)
2004{
2005 struct inode *dir = data->dir->d_inode;
2006 struct nfs_server *server = NFS_SERVER(dir);
2007 struct nfs_openargs *o_arg = &data->o_arg;
2008 struct nfs_openres *o_res = &data->o_res;
2009 int status;
2010
2011 status = nfs4_run_open_task(data, 0);
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002012 if (!data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002013 return status;
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002014 if (status != 0) {
2015 if (status == -NFS4ERR_BADNAME &&
2016 !(o_arg->open_flags & O_CREAT))
2017 return -ENOENT;
2018 return status;
2019 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002020
Trond Myklebust6926afd2012-01-07 13:22:46 -05002021 nfs_fattr_map_and_free_names(server, &data->f_attr);
2022
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002023 if (o_arg->open_flags & O_CREAT) {
Trond Myklebust56ae19f2005-10-27 22:12:40 -04002024 update_changeattr(dir, &o_res->cinfo);
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002025 if (o_arg->open_flags & O_EXCL)
2026 data->file_created = 1;
2027 else if (o_res->cinfo.before != o_res->cinfo.after)
2028 data->file_created = 1;
2029 }
Trond Myklebust0df5dd42010-04-11 16:48:44 -04002030 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
2031 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01002033 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002035 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036 }
2037 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Andy Adamson8935ef62014-05-23 06:22:59 -07002038 nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr, o_res->f_label);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002039 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040}
2041
Andy Adamsond83217c2011-03-01 01:34:17 +00002042static int nfs4_recover_expired_lease(struct nfs_server *server)
2043{
2044 return nfs4_client_recover_expired_lease(server->nfs_client);
2045}
2046
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047/*
2048 * OPEN_EXPIRED:
2049 * reclaim state on the server after a network partition.
2050 * Assumes caller holds the appropriate lock
2051 */
Trond Myklebust539cd032007-06-05 11:46:42 -04002052static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002054 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01002055 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002057 opendata = nfs4_open_recoverdata_alloc(ctx, state,
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002058 NFS4_OPEN_CLAIM_FH);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04002059 if (IS_ERR(opendata))
2060 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002061 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04002062 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04002063 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002064 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002065 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066}
2067
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002068static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00002069{
Trond Myklebust539cd032007-06-05 11:46:42 -04002070 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00002071 struct nfs4_exception exception = { };
2072 int err;
2073
2074 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04002075 err = _nfs4_open_expired(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04002076 trace_nfs4_open_expired(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002077 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
2078 continue;
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002079 switch (err) {
2080 default:
2081 goto out;
2082 case -NFS4ERR_GRACE:
2083 case -NFS4ERR_DELAY:
2084 nfs4_handle_exception(server, err, &exception);
2085 err = 0;
2086 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00002087 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002088out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00002089 return err;
2090}
2091
Linus Torvalds1da177e2005-04-16 15:20:36 -07002092static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2093{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01002095 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096
Trond Myklebust864472e2006-01-03 09:55:15 +01002097 ctx = nfs4_state_find_open_context(state);
2098 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04002099 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04002100 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01002101 put_nfs_open_context(ctx);
2102 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103}
2104
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03002105static void nfs_finish_clear_delegation_stateid(struct nfs4_state *state)
2106{
2107 nfs_remove_bad_delegation(state->inode);
2108 write_seqlock(&state->seqlock);
2109 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
2110 write_sequnlock(&state->seqlock);
2111 clear_bit(NFS_DELEGATED_STATE, &state->flags);
2112}
2113
2114static void nfs40_clear_delegation_stateid(struct nfs4_state *state)
2115{
2116 if (rcu_access_pointer(NFS_I(state->inode)->delegation) != NULL)
2117 nfs_finish_clear_delegation_stateid(state);
2118}
2119
2120static int nfs40_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2121{
2122 /* NFSv4.0 doesn't allow for delegation recovery on open expire */
2123 nfs40_clear_delegation_stateid(state);
2124 return nfs4_open_expired(sp, state);
2125}
2126
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002127#if defined(CONFIG_NFS_V4_1)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002128static void nfs41_check_delegation_stateid(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002129{
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002130 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002131 nfs4_stateid stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002132 struct nfs_delegation *delegation;
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002133 struct rpc_cred *cred;
2134 int status;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002135
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002136 /* Get the delegation credential for use by test/free_stateid */
2137 rcu_read_lock();
2138 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002139 if (delegation == NULL) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002140 rcu_read_unlock();
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002141 return;
2142 }
2143
2144 nfs4_stateid_copy(&stateid, &delegation->stateid);
2145 cred = get_rpccred(delegation->cred);
2146 rcu_read_unlock();
2147 status = nfs41_test_stateid(server, &stateid, cred);
2148 trace_nfs4_test_delegation_stateid(state, NULL, status);
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002149
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002150 if (status != NFS_OK) {
2151 /* Free the stateid unless the server explicitly
2152 * informs us the stateid is unrecognized. */
2153 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002154 nfs41_free_stateid(server, &stateid, cred);
2155 nfs_finish_clear_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002156 }
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002157
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002158 put_rpccred(cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002159}
2160
2161/**
2162 * nfs41_check_open_stateid - possibly free an open stateid
2163 *
2164 * @state: NFSv4 state for an inode
2165 *
2166 * Returns NFS_OK if recovery for this stateid is now finished.
2167 * Otherwise a negative NFS4ERR value is returned.
2168 */
2169static int nfs41_check_open_stateid(struct nfs4_state *state)
2170{
2171 struct nfs_server *server = NFS_SERVER(state->inode);
Bryan Schumakerfcb6d9c2012-09-26 15:25:53 -04002172 nfs4_stateid *stateid = &state->open_stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002173 struct rpc_cred *cred = state->owner->so_cred;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002174 int status;
2175
2176 /* If a state reset has been done, test_stateid is unneeded */
2177 if ((test_bit(NFS_O_RDONLY_STATE, &state->flags) == 0) &&
2178 (test_bit(NFS_O_WRONLY_STATE, &state->flags) == 0) &&
2179 (test_bit(NFS_O_RDWR_STATE, &state->flags) == 0))
2180 return -NFS4ERR_BAD_STATEID;
2181
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002182 status = nfs41_test_stateid(server, stateid, cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04002183 trace_nfs4_test_open_stateid(state, NULL, status);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002184 if (status != NFS_OK) {
2185 /* Free the stateid unless the server explicitly
2186 * informs us the stateid is unrecognized. */
2187 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002188 nfs41_free_stateid(server, stateid, cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002189
2190 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2191 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2192 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04002193 clear_bit(NFS_OPEN_STATE, &state->flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002194 }
2195 return status;
2196}
2197
2198static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2199{
Chuck Levereb64cf92012-07-11 16:30:05 -04002200 int status;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002201
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002202 nfs41_check_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002203 status = nfs41_check_open_stateid(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04002204 if (status != NFS_OK)
2205 status = nfs4_open_expired(sp, state);
2206 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002207}
2208#endif
2209
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002211 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
2212 * fields corresponding to attributes that were used to store the verifier.
2213 * Make sure we clobber those fields in the later setattr call
2214 */
2215static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
2216{
2217 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
2218 !(sattr->ia_valid & ATTR_ATIME_SET))
2219 sattr->ia_valid |= ATTR_ATIME;
2220
2221 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
2222 !(sattr->ia_valid & ATTR_MTIME_SET))
2223 sattr->ia_valid |= ATTR_MTIME;
2224}
2225
Trond Myklebustc21443c2013-02-07 14:26:21 -05002226static int _nfs4_open_and_get_state(struct nfs4_opendata *opendata,
2227 fmode_t fmode,
2228 int flags,
Trond Myklebust3efb9722013-05-29 13:17:04 -04002229 struct nfs_open_context *ctx)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002230{
2231 struct nfs4_state_owner *sp = opendata->owner;
2232 struct nfs_server *server = sp->so_server;
Trond Myklebust275bb302013-05-29 13:11:28 -04002233 struct dentry *dentry;
Trond Myklebustc21443c2013-02-07 14:26:21 -05002234 struct nfs4_state *state;
2235 unsigned int seq;
2236 int ret;
2237
2238 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
2239
2240 ret = _nfs4_proc_open(opendata);
Trond Myklebustdca780012014-10-23 19:23:03 +03002241 if (ret != 0)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002242 goto out;
2243
2244 state = nfs4_opendata_to_nfs4_state(opendata);
2245 ret = PTR_ERR(state);
2246 if (IS_ERR(state))
2247 goto out;
2248 if (server->caps & NFS_CAP_POSIX_LOCK)
2249 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
2250
Trond Myklebust275bb302013-05-29 13:11:28 -04002251 dentry = opendata->dentry;
2252 if (dentry->d_inode == NULL) {
2253 /* FIXME: Is this d_drop() ever needed? */
2254 d_drop(dentry);
2255 dentry = d_add_unique(dentry, igrab(state->inode));
2256 if (dentry == NULL) {
2257 dentry = opendata->dentry;
2258 } else if (dentry != ctx->dentry) {
2259 dput(ctx->dentry);
2260 ctx->dentry = dget(dentry);
2261 }
2262 nfs_set_verifier(dentry,
2263 nfs_save_change_attribute(opendata->dir->d_inode));
2264 }
2265
Trond Myklebustc21443c2013-02-07 14:26:21 -05002266 ret = nfs4_opendata_access(sp->so_cred, opendata, state, fmode, flags);
2267 if (ret != 0)
2268 goto out;
2269
Trond Myklebust3efb9722013-05-29 13:17:04 -04002270 ctx->state = state;
Trond Myklebustc45ffdd2013-05-29 13:34:46 -04002271 if (dentry->d_inode == state->inode) {
2272 nfs_inode_attach_open_context(ctx);
2273 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq))
2274 nfs4_schedule_stateid_recovery(server, state);
2275 }
Trond Myklebustc21443c2013-02-07 14:26:21 -05002276out:
2277 return ret;
2278}
2279
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002280/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002281 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07002282 */
Andy Adamson82be4172012-05-23 05:02:35 -04002283static int _nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002284 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002285 int flags,
2286 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002287 struct nfs4_label *label,
2288 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002289{
2290 struct nfs4_state_owner *sp;
2291 struct nfs4_state *state = NULL;
2292 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002293 struct nfs4_opendata *opendata;
Trond Myklebust4197a052013-05-29 12:37:49 -04002294 struct dentry *dentry = ctx->dentry;
2295 struct rpc_cred *cred = ctx->cred;
2296 struct nfs4_threshold **ctx_th = &ctx->mdsthreshold;
2297 fmode_t fmode = ctx->mode & (FMODE_READ|FMODE_WRITE|FMODE_EXEC);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002298 enum open_claim_type4 claim = NFS4_OPEN_CLAIM_NULL;
David Quigley1775fd32013-05-22 12:50:42 -04002299 struct nfs4_label *olabel = NULL;
Trond Myklebustaac00a82007-07-05 19:02:21 -04002300 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301
2302 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303 status = -ENOMEM;
Trond Myklebustd1e284d2012-01-17 22:04:24 -05002304 sp = nfs4_get_state_owner(server, cred, GFP_KERNEL);
2305 if (sp == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
2307 goto out_err;
2308 }
Trond Myklebust58d97142006-01-03 09:55:24 +01002309 status = nfs4_recover_expired_lease(server);
2310 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002311 goto err_put_state_owner;
Al Viro82a2c1b2011-06-22 18:30:55 -04002312 if (dentry->d_inode != NULL)
2313 nfs4_return_incompatible_delegation(dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01002314 status = -ENOMEM;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002315 if (dentry->d_inode)
2316 claim = NFS4_OPEN_CLAIM_FH;
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002317 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002318 label, claim, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002319 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05002320 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321
David Quigley14c43f72013-05-22 12:50:43 -04002322 if (label) {
2323 olabel = nfs4_label_alloc(server, GFP_KERNEL);
2324 if (IS_ERR(olabel)) {
2325 status = PTR_ERR(olabel);
2326 goto err_opendata_put;
2327 }
2328 }
2329
Trond Myklebuste911b812014-03-26 13:24:37 -07002330 if (server->attr_bitmask[2] & FATTR4_WORD2_MDSTHRESHOLD) {
2331 if (!opendata->f_attr.mdsthreshold) {
2332 opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc();
2333 if (!opendata->f_attr.mdsthreshold)
2334 goto err_free_label;
2335 }
Trond Myklebust1549210f2012-06-05 09:16:47 -04002336 opendata->o_arg.open_bitmap = &nfs4_pnfs_open_bitmap[0];
Andy Adamson82be4172012-05-23 05:02:35 -04002337 }
Al Viro82a2c1b2011-06-22 18:30:55 -04002338 if (dentry->d_inode != NULL)
2339 opendata->state = nfs4_get_open_state(dentry->d_inode, sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04002340
Trond Myklebust3efb9722013-05-29 13:17:04 -04002341 status = _nfs4_open_and_get_state(opendata, fmode, flags, ctx);
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002342 if (status != 0)
David Quigley14c43f72013-05-22 12:50:43 -04002343 goto err_free_label;
Trond Myklebust3efb9722013-05-29 13:17:04 -04002344 state = ctx->state;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002345
Trond Myklebust549b19c2013-04-16 18:42:34 -04002346 if ((opendata->o_arg.open_flags & O_EXCL) &&
2347 (opendata->o_arg.createmode != NFS4_CREATE_GUARDED)) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002348 nfs4_exclusive_attrset(opendata, sattr);
2349
2350 nfs_fattr_init(opendata->o_res.f_attr);
2351 status = nfs4_do_setattr(state->inode, cred,
2352 opendata->o_res.f_attr, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002353 state, label, olabel);
2354 if (status == 0) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002355 nfs_setattr_update_inode(state->inode, sattr);
David Quigley1775fd32013-05-22 12:50:42 -04002356 nfs_post_op_update_inode(state->inode, opendata->o_res.f_attr);
David Quigleyaa9c2662013-05-22 12:50:44 -04002357 nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel);
David Quigley1775fd32013-05-22 12:50:42 -04002358 }
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002359 }
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002360 if (opendata->file_created)
2361 *opened |= FILE_CREATED;
Andy Adamson82be4172012-05-23 05:02:35 -04002362
Trond Myklebuste911b812014-03-26 13:24:37 -07002363 if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server)) {
Andy Adamson82be4172012-05-23 05:02:35 -04002364 *ctx_th = opendata->f_attr.mdsthreshold;
Trond Myklebuste911b812014-03-26 13:24:37 -07002365 opendata->f_attr.mdsthreshold = NULL;
2366 }
Andy Adamson82be4172012-05-23 05:02:35 -04002367
David Quigley14c43f72013-05-22 12:50:43 -04002368 nfs4_label_free(olabel);
2369
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002370 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372 return 0;
David Quigley14c43f72013-05-22 12:50:43 -04002373err_free_label:
2374 nfs4_label_free(olabel);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002375err_opendata_put:
2376 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002377err_put_state_owner:
2378 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380 return status;
2381}
2382
2383
Andy Adamson82be4172012-05-23 05:02:35 -04002384static struct nfs4_state *nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002385 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002386 int flags,
2387 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002388 struct nfs4_label *label,
2389 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390{
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002391 struct nfs_server *server = NFS_SERVER(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392 struct nfs4_exception exception = { };
2393 struct nfs4_state *res;
2394 int status;
2395
2396 do {
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002397 status = _nfs4_do_open(dir, ctx, flags, sattr, label, opened);
Trond Myklebust3efb9722013-05-29 13:17:04 -04002398 res = ctx->state;
Trond Myklebust42113a72013-08-12 16:19:27 -04002399 trace_nfs4_open_file(ctx, flags, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400 if (status == 0)
2401 break;
2402 /* NOTE: BAD_SEQID means the server and client disagree about the
2403 * book-keeping w.r.t. state-changing operations
2404 * (OPEN/CLOSE/LOCK/LOCKU...)
2405 * It is actually a sign of a bug on the client or on the server.
2406 *
2407 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07002408 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409 * have unhashed the old state_owner for us, and that we can
2410 * therefore safely retry using a new one. We should still warn
2411 * the user though...
2412 */
2413 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust9a3ba432012-03-12 18:01:48 -04002414 pr_warn_ratelimited("NFS: v4 server %s "
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04002415 " returned a bad sequence-id error!\n",
2416 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417 exception.retry = 1;
2418 continue;
2419 }
Trond Myklebust550f5742005-10-18 14:20:21 -07002420 /*
2421 * BAD_STATEID on OPEN means that the server cancelled our
2422 * state before it received the OPEN_CONFIRM.
2423 * Recover by retrying the request as per the discussion
2424 * on Page 181 of RFC3530.
2425 */
2426 if (status == -NFS4ERR_BAD_STATEID) {
2427 exception.retry = 1;
2428 continue;
2429 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04002430 if (status == -EAGAIN) {
2431 /* We must have found a delegation */
2432 exception.retry = 1;
2433 continue;
2434 }
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002435 if (nfs4_clear_cap_atomic_open_v1(server, status, &exception))
2436 continue;
2437 res = ERR_PTR(nfs4_handle_exception(server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438 status, &exception));
2439 } while (exception.retry);
2440 return res;
2441}
2442
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002443static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2444 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002445 struct nfs4_state *state, struct nfs4_label *ilabel,
2446 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002448 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002450 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002451 .iap = sattr,
2452 .server = server,
2453 .bitmask = server->attr_bitmask,
David Quigley1775fd32013-05-22 12:50:42 -04002454 .label = ilabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455 };
2456 struct nfs_setattrres res = {
2457 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04002458 .label = olabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002459 .server = server,
2460 };
2461 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002462 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
2463 .rpc_argp = &arg,
2464 .rpc_resp = &res,
2465 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002466 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01002467 unsigned long timestamp = jiffies;
Trond Myklebustee3ae842013-04-29 10:35:36 -04002468 fmode_t fmode;
2469 bool truncate;
Trond Myklebust65e43082005-08-16 11:49:44 -04002470 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002471
David Quigleyaa9c2662013-05-22 12:50:44 -04002472 arg.bitmask = nfs4_bitmask(server, ilabel);
2473 if (ilabel)
2474 arg.bitmask = nfs4_bitmask(server, olabel);
2475
Trond Myklebust0e574af2005-10-27 22:12:38 -04002476 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477
Trond Myklebustee3ae842013-04-29 10:35:36 -04002478 /* Servers should only apply open mode checks for file size changes */
2479 truncate = (sattr->ia_valid & ATTR_SIZE) ? true : false;
2480 fmode = truncate ? FMODE_WRITE : FMODE_READ;
2481
2482 if (nfs4_copy_delegation_stateid(&arg.stateid, inode, fmode)) {
2483 /* Use that stateid */
Trond Myklebust0418dae2014-03-04 13:48:16 -05002484 } else if (truncate && state != NULL) {
Trond Myklebust2a369152012-08-13 18:54:45 -04002485 struct nfs_lockowner lockowner = {
2486 .l_owner = current->files,
2487 .l_pid = current->tgid,
2488 };
Trond Myklebust0418dae2014-03-04 13:48:16 -05002489 if (!nfs4_valid_open_stateid(state))
2490 return -EBADF;
2491 if (nfs4_select_rw_stateid(&arg.stateid, state, FMODE_WRITE,
2492 &lockowner) == -EIO)
2493 return -EBADF;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002494 } else
Trond Myklebustf597c532012-03-04 18:13:56 -05002495 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496
Bryan Schumaker7c513052011-03-24 17:12:24 +00002497 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002498 if (status == 0 && state != NULL)
2499 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04002500 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501}
2502
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002503static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2504 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002505 struct nfs4_state *state, struct nfs4_label *ilabel,
2506 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002508 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002509 struct nfs4_exception exception = {
2510 .state = state,
Trond Myklebust3114ea72012-03-07 16:39:06 -05002511 .inode = inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002512 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513 int err;
2514 do {
David Quigley1775fd32013-05-22 12:50:42 -04002515 err = _nfs4_do_setattr(inode, cred, fattr, sattr, state, ilabel, olabel);
Trond Myklebustc1578b72013-08-12 16:58:42 -04002516 trace_nfs4_setattr(inode, err);
Trond Myklebust451146b2012-04-18 16:29:11 -04002517 switch (err) {
2518 case -NFS4ERR_OPENMODE:
Trond Myklebust721ccfb2013-04-29 11:11:58 -04002519 if (!(sattr->ia_valid & ATTR_SIZE)) {
2520 pr_warn_once("NFSv4: server %s is incorrectly "
2521 "applying open mode checks to "
2522 "a SETATTR that is not "
2523 "changing file size.\n",
2524 server->nfs_client->cl_hostname);
2525 }
Trond Myklebust451146b2012-04-18 16:29:11 -04002526 if (state && !(state->state & FMODE_WRITE)) {
2527 err = -EBADF;
2528 if (sattr->ia_valid & ATTR_OPEN)
2529 err = -EACCES;
2530 goto out;
2531 }
2532 }
2533 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534 } while (exception.retry);
Trond Myklebust451146b2012-04-18 16:29:11 -04002535out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536 return err;
2537}
2538
2539struct nfs4_closedata {
2540 struct inode *inode;
2541 struct nfs4_state *state;
2542 struct nfs_closeargs arg;
2543 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002544 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002545 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00002546 bool roc;
2547 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548};
2549
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002550static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07002551{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002552 struct nfs4_closedata *calldata = data;
2553 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04002554 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07002555
Fred Isamanf7e89172011-01-06 11:36:32 +00002556 if (calldata->roc)
2557 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07002558 nfs4_put_open_state(calldata->state);
2559 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07002560 nfs4_put_state_owner(sp);
Trond Myklebust322b2b92013-01-11 16:39:51 -05002561 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002562 kfree(calldata);
2563}
2564
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002565static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002567 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569 struct nfs_server *server = NFS_SERVER(calldata->inode);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002570 nfs4_stateid *res_stateid = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002571
Chuck Levera3ca5652012-03-01 17:00:40 -05002572 dprintk("%s: begin!\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04002573 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
2574 return;
Trond Myklebust42113a72013-08-12 16:19:27 -04002575 trace_nfs4_close(state, &calldata->arg, &calldata->res, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002576 /* hmm. we are done with the inode, and in the process of freeing
2577 * the state_owner. we keep this around to process errors
2578 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579 switch (task->tk_status) {
2580 case 0:
Trond Myklebust412f6c42014-08-25 22:09:08 -04002581 res_stateid = &calldata->res.stateid;
2582 if (calldata->arg.fmode == 0 && calldata->roc)
Fred Isamanf7e89172011-01-06 11:36:32 +00002583 pnfs_roc_set_barrier(state->inode,
2584 calldata->roc_barrier);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002585 renew_lease(server, calldata->timestamp);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002586 break;
Trond Myklebust69794ad2013-11-20 12:57:19 -05002587 case -NFS4ERR_ADMIN_REVOKED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002589 case -NFS4ERR_OLD_STATEID:
2590 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591 case -NFS4ERR_EXPIRED:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002592 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002593 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10002595 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN) {
Trond Myklebust72211db2009-12-15 14:47:36 -05002596 rpc_restart_call_prepare(task);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002597 goto out_release;
2598 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599 }
Trond Myklebust412f6c42014-08-25 22:09:08 -04002600 nfs_clear_open_stateid(state, res_stateid, calldata->arg.fmode);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002601out_release:
Trond Myklebust72211db2009-12-15 14:47:36 -05002602 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04002603 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Chuck Levera3ca5652012-03-01 17:00:40 -05002604 dprintk("%s: done, ret = %d!\n", __func__, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605}
2606
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002607static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002609 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07002610 struct nfs4_state *state = calldata->state;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002611 struct inode *inode = calldata->inode;
Trond Myklebustaee7af32014-08-25 22:33:12 -04002612 bool is_rdonly, is_wronly, is_rdwr;
Trond Myklebust88069f72009-12-08 08:33:16 -05002613 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07002614
Chuck Levera3ca5652012-03-01 17:00:40 -05002615 dprintk("%s: begin!\n", __func__);
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002616 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002617 goto out_wait;
Trond Myklebust003707c2007-07-05 18:07:55 -04002618
Trond Myklebust88069f72009-12-08 08:33:16 -05002619 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebust4cecb762005-11-04 15:32:58 -05002620 spin_lock(&state->owner->so_lock);
Trond Myklebustaee7af32014-08-25 22:33:12 -04002621 is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags);
2622 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags);
2623 is_wronly = test_bit(NFS_O_WRONLY_STATE, &state->flags);
Trond Myklebust003707c2007-07-05 18:07:55 -04002624 /* Calculate the change in open mode */
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002625 calldata->arg.fmode = 0;
Trond Myklebuste7616922006-01-03 09:55:13 +01002626 if (state->n_rdwr == 0) {
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002627 if (state->n_rdonly == 0)
2628 call_close |= is_rdonly;
2629 else if (is_rdonly)
2630 calldata->arg.fmode |= FMODE_READ;
2631 if (state->n_wronly == 0)
2632 call_close |= is_wronly;
2633 else if (is_wronly)
2634 calldata->arg.fmode |= FMODE_WRITE;
2635 } else if (is_rdwr)
2636 calldata->arg.fmode |= FMODE_READ|FMODE_WRITE;
2637
2638 if (calldata->arg.fmode == 0)
2639 call_close |= is_rdwr;
2640
Trond Myklebust5d422302013-03-14 16:57:48 -04002641 if (!nfs4_valid_open_stateid(state))
2642 call_close = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002643 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002644
2645 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002646 /* Note: exit _without_ calling nfs4_close_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002647 goto out_no_action;
Trond Myklebust95121352005-10-18 14:20:12 -07002648 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002649
Fred Isamanf7e89172011-01-06 11:36:32 +00002650 if (calldata->arg.fmode == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002651 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Fred Isamanf7e89172011-01-06 11:36:32 +00002652 if (calldata->roc &&
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002653 pnfs_roc_drain(inode, &calldata->roc_barrier, task)) {
2654 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002655 goto out_wait;
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002656 }
Fred Isamanf7e89172011-01-06 11:36:32 +00002657 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002658
Trond Myklebust516a6af2005-10-27 22:12:41 -04002659 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002660 calldata->timestamp = jiffies;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002661 if (nfs4_setup_sequence(NFS_SERVER(inode),
Trond Myklebust9d12b212012-01-17 22:04:25 -05002662 &calldata->arg.seq_args,
2663 &calldata->res.seq_res,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04002664 task) != 0)
2665 nfs_release_seqid(calldata->arg.seqid);
Chuck Levera3ca5652012-03-01 17:00:40 -05002666 dprintk("%s: done!\n", __func__);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002667 return;
2668out_no_action:
2669 task->tk_action = NULL;
2670out_wait:
2671 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672}
2673
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002674static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002675 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002676 .rpc_call_done = nfs4_close_done,
2677 .rpc_release = nfs4_free_closedata,
2678};
2679
Peng Taofe08c542014-07-03 13:05:01 +08002680static bool nfs4_state_has_opener(struct nfs4_state *state)
2681{
2682 /* first check existing openers */
2683 if (test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0 &&
2684 state->n_rdonly != 0)
2685 return true;
2686
2687 if (test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0 &&
2688 state->n_wronly != 0)
2689 return true;
2690
2691 if (test_bit(NFS_O_RDWR_STATE, &state->flags) != 0 &&
2692 state->n_rdwr != 0)
2693 return true;
2694
2695 return false;
2696}
2697
2698static bool nfs4_roc(struct inode *inode)
2699{
2700 struct nfs_inode *nfsi = NFS_I(inode);
2701 struct nfs_open_context *ctx;
2702 struct nfs4_state *state;
2703
2704 spin_lock(&inode->i_lock);
2705 list_for_each_entry(ctx, &nfsi->open_files, list) {
2706 state = ctx->state;
2707 if (state == NULL)
2708 continue;
2709 if (nfs4_state_has_opener(state)) {
2710 spin_unlock(&inode->i_lock);
2711 return false;
2712 }
2713 }
2714 spin_unlock(&inode->i_lock);
2715
2716 if (nfs4_check_delegation(inode, FMODE_READ))
2717 return false;
2718
2719 return pnfs_roc(inode);
2720}
2721
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722/*
2723 * It is possible for data to be read/written from a mem-mapped file
2724 * after the sys_close call (which hits the vfs layer as a flush).
2725 * This means that we can't safely call nfsv4 close on a file until
2726 * the inode is cleared. This in turn means that we are not good
2727 * NFSv4 citizens - we do not indicate to the server to update the file's
2728 * share state even when we are done with one of the three share
2729 * stateid's in the inode.
2730 *
2731 * NOTE: Caller must be holding the sp->so_owner semaphore!
2732 */
Trond Myklebust1f7977c2012-09-20 20:31:51 -04002733int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002735 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002737 struct nfs4_state_owner *sp = state->owner;
2738 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002739 struct rpc_message msg = {
2740 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2741 .rpc_cred = state->owner->so_cred,
2742 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002743 struct rpc_task_setup task_setup_data = {
2744 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002745 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002746 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002747 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002748 .flags = RPC_TASK_ASYNC,
2749 };
Trond Myklebust95121352005-10-18 14:20:12 -07002750 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04002752 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_CLEANUP,
2753 &task_setup_data.rpc_client, &msg);
2754
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002755 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002757 goto out;
Chuck Levera9c92d62013-08-09 12:48:18 -04002758 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002759 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002760 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002761 calldata->arg.fh = NFS_FH(state->inode);
Trond Myklebust003707c2007-07-05 18:07:55 -04002762 calldata->arg.stateid = &state->open_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002763 /* Serialization for the sequence id */
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002764 calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebust95121352005-10-18 14:20:12 -07002765 if (calldata->arg.seqid == NULL)
2766 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002767 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002768 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002769 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002770 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002771 calldata->res.server = server;
Peng Taofe08c542014-07-03 13:05:01 +08002772 calldata->roc = nfs4_roc(state->inode);
Al Viro643168c2011-06-22 18:20:23 -04002773 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002774
Trond Myklebust1174dd12010-12-21 10:52:24 -05002775 msg.rpc_argp = &calldata->arg;
2776 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002777 task_setup_data.callback_data = calldata;
2778 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002779 if (IS_ERR(task))
2780 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002781 status = 0;
2782 if (wait)
2783 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002784 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002785 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002786out_free_calldata:
2787 kfree(calldata);
2788out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04002789 nfs4_put_open_state(state);
2790 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002791 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002792}
2793
Trond Myklebust2b484292010-09-17 10:56:51 -04002794static struct inode *
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002795nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx,
2796 int open_flags, struct iattr *attr, int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002798 struct nfs4_state *state;
David Quigleyaa9c2662013-05-22 12:50:44 -04002799 struct nfs4_label l = {0, 0, 0, NULL}, *label = NULL;
2800
2801 label = nfs4_label_init_security(dir, ctx->dentry, attr, &l);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802
Trond Myklebust565277f2007-10-15 18:17:53 -04002803 /* Protect against concurrent sillydeletes */
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002804 state = nfs4_do_open(dir, ctx, open_flags, attr, label, opened);
David Quigleyaa9c2662013-05-22 12:50:44 -04002805
2806 nfs4_label_release_security(label);
2807
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002808 if (IS_ERR(state))
2809 return ERR_CAST(state);
Trond Myklebust275bb302013-05-29 13:11:28 -04002810 return state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811}
2812
Trond Myklebust1185a552009-12-03 15:54:02 -05002813static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002814{
2815 if (ctx->state == NULL)
2816 return;
2817 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04002818 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002819 else
Al Viro643168c2011-06-22 18:20:23 -04002820 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002821}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002822
Trond Myklebustb944dba2013-11-04 15:20:20 -05002823#define FATTR4_WORD1_NFS40_MASK (2*FATTR4_WORD1_MOUNTED_ON_FILEID - 1UL)
2824#define FATTR4_WORD2_NFS41_MASK (2*FATTR4_WORD2_SUPPATTR_EXCLCREAT - 1UL)
J. Bruce Fields999e5682014-06-03 17:33:35 -04002825#define FATTR4_WORD2_NFS42_MASK (2*FATTR4_WORD2_SECURITY_LABEL - 1UL)
Trond Myklebustb944dba2013-11-04 15:20:20 -05002826
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2828{
Benny Halevy43652ad2009-04-01 09:21:54 -04002829 struct nfs4_server_caps_arg args = {
2830 .fhandle = fhandle,
2831 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002832 struct nfs4_server_caps_res res = {};
2833 struct rpc_message msg = {
2834 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002835 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002836 .rpc_resp = &res,
2837 };
2838 int status;
2839
Bryan Schumaker7c513052011-03-24 17:12:24 +00002840 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841 if (status == 0) {
Trond Myklebustb944dba2013-11-04 15:20:20 -05002842 /* Sanity check the server answers */
2843 switch (server->nfs_client->cl_minorversion) {
2844 case 0:
2845 res.attr_bitmask[1] &= FATTR4_WORD1_NFS40_MASK;
2846 res.attr_bitmask[2] = 0;
2847 break;
2848 case 1:
2849 res.attr_bitmask[2] &= FATTR4_WORD2_NFS41_MASK;
2850 break;
2851 case 2:
2852 res.attr_bitmask[2] &= FATTR4_WORD2_NFS42_MASK;
2853 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002854 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002855 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2856 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2857 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2858 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
Trond Myklebustb944dba2013-11-04 15:20:20 -05002859 NFS_CAP_CTIME|NFS_CAP_MTIME|
2860 NFS_CAP_SECURITY_LABEL);
Malahal Naineni7dd7d952014-01-23 08:54:55 -06002861 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL &&
2862 res.acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002863 server->caps |= NFS_CAP_ACLS;
2864 if (res.has_links != 0)
2865 server->caps |= NFS_CAP_HARDLINKS;
2866 if (res.has_symlinks != 0)
2867 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002868 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2869 server->caps |= NFS_CAP_FILEID;
2870 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2871 server->caps |= NFS_CAP_MODE;
2872 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2873 server->caps |= NFS_CAP_NLINK;
2874 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2875 server->caps |= NFS_CAP_OWNER;
2876 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2877 server->caps |= NFS_CAP_OWNER_GROUP;
2878 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2879 server->caps |= NFS_CAP_ATIME;
2880 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2881 server->caps |= NFS_CAP_CTIME;
2882 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2883 server->caps |= NFS_CAP_MTIME;
David Quigleyaa9c2662013-05-22 12:50:44 -04002884#ifdef CONFIG_NFS_V4_SECURITY_LABEL
2885 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL)
2886 server->caps |= NFS_CAP_SECURITY_LABEL;
2887#endif
2888 memcpy(server->attr_bitmask_nl, res.attr_bitmask,
2889 sizeof(server->attr_bitmask));
Trond Myklebustb944dba2013-11-04 15:20:20 -05002890 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002891
Trond Myklebusta65318b2009-03-11 14:10:28 -04002892 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2893 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2894 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Trond Myklebustb944dba2013-11-04 15:20:20 -05002895 server->cache_consistency_bitmask[2] = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002896 server->acl_bitmask = res.acl_bitmask;
Chuck Lever264e6352012-03-01 17:02:05 -05002897 server->fh_expire_type = res.fh_expire_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002899
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900 return status;
2901}
2902
Trond Myklebust55a97592006-06-09 09:34:19 -04002903int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904{
2905 struct nfs4_exception exception = { };
2906 int err;
2907 do {
2908 err = nfs4_handle_exception(server,
2909 _nfs4_server_capabilities(server, fhandle),
2910 &exception);
2911 } while (exception.retry);
2912 return err;
2913}
2914
2915static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2916 struct nfs_fsinfo *info)
2917{
David Quigleyaa9c2662013-05-22 12:50:44 -04002918 u32 bitmask[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002919 struct nfs4_lookup_root_arg args = {
David Quigleyaa9c2662013-05-22 12:50:44 -04002920 .bitmask = bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002921 };
2922 struct nfs4_lookup_res res = {
2923 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002924 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002925 .fh = fhandle,
2926 };
2927 struct rpc_message msg = {
2928 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2929 .rpc_argp = &args,
2930 .rpc_resp = &res,
2931 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002932
David Quigleyaa9c2662013-05-22 12:50:44 -04002933 bitmask[0] = nfs4_fattr_bitmap[0];
2934 bitmask[1] = nfs4_fattr_bitmap[1];
2935 /*
2936 * Process the label in the upcoming getfattr
2937 */
2938 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL;
2939
Trond Myklebust0e574af2005-10-27 22:12:38 -04002940 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002941 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942}
2943
2944static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2945 struct nfs_fsinfo *info)
2946{
2947 struct nfs4_exception exception = { };
2948 int err;
2949 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002950 err = _nfs4_lookup_root(server, fhandle, info);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04002951 trace_nfs4_lookup_root(server, fhandle, info->fattr, err);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002952 switch (err) {
2953 case 0:
2954 case -NFS4ERR_WRONGSEC:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002955 goto out;
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002956 default:
2957 err = nfs4_handle_exception(server, err, &exception);
2958 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002960out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961 return err;
2962}
2963
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002964static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
2965 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
2966{
Trond Myklebustc2190662013-08-26 19:23:04 -04002967 struct rpc_auth_create_args auth_args = {
2968 .pseudoflavor = flavor,
2969 };
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002970 struct rpc_auth *auth;
2971 int ret;
2972
Trond Myklebustc2190662013-08-26 19:23:04 -04002973 auth = rpcauth_create(&auth_args, server->client);
Wei Yongjune8d920c2012-09-21 12:27:41 +08002974 if (IS_ERR(auth)) {
Chuck Lever75bc8822013-03-16 15:55:36 -04002975 ret = -EACCES;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002976 goto out;
2977 }
2978 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002979out:
2980 return ret;
2981}
2982
Chuck Lever9a744ba2013-03-16 15:56:02 -04002983/*
2984 * Retry pseudoroot lookup with various security flavors. We do this when:
2985 *
2986 * NFSv4.0: the PUTROOTFH operation returns NFS4ERR_WRONGSEC
2987 * NFSv4.1: the server does not support the SECINFO_NO_NAME operation
2988 *
2989 * Returns zero on success, or a negative NFS4ERR value, or a
2990 * negative errno value.
2991 */
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002992static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04002993 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994{
Chuck Lever9a744ba2013-03-16 15:56:02 -04002995 /* Per 3530bis 15.33.5 */
2996 static const rpc_authflavor_t flav_array[] = {
2997 RPC_AUTH_GSS_KRB5P,
2998 RPC_AUTH_GSS_KRB5I,
2999 RPC_AUTH_GSS_KRB5,
Chuck Leverc4eafe12013-03-16 15:56:11 -04003000 RPC_AUTH_UNIX, /* courtesy */
Chuck Lever9a744ba2013-03-16 15:56:02 -04003001 RPC_AUTH_NULL,
3002 };
3003 int status = -EPERM;
3004 size_t i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04003006 if (server->auth_info.flavor_len > 0) {
3007 /* try each flavor specified by user */
3008 for (i = 0; i < server->auth_info.flavor_len; i++) {
3009 status = nfs4_lookup_root_sec(server, fhandle, info,
3010 server->auth_info.flavors[i]);
3011 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3012 continue;
3013 break;
3014 }
3015 } else {
3016 /* no flavors specified by user, try default list */
3017 for (i = 0; i < ARRAY_SIZE(flav_array); i++) {
3018 status = nfs4_lookup_root_sec(server, fhandle, info,
3019 flav_array[i]);
3020 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3021 continue;
3022 break;
3023 }
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003024 }
Chuck Lever9a744ba2013-03-16 15:56:02 -04003025
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003026 /*
3027 * -EACCESS could mean that the user doesn't have correct permissions
3028 * to access the mount. It could also mean that we tried to mount
3029 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
3030 * existing mount programs don't handle -EACCES very well so it should
3031 * be mapped to -EPERM instead.
3032 */
3033 if (status == -EACCES)
3034 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003035 return status;
3036}
3037
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003038static int nfs4_do_find_root_sec(struct nfs_server *server,
3039 struct nfs_fh *fhandle, struct nfs_fsinfo *info)
3040{
3041 int mv = server->nfs_client->cl_minorversion;
3042 return nfs_v4_minor_ops[mv]->find_root_sec(server, fhandle, info);
3043}
3044
3045/**
3046 * nfs4_proc_get_rootfh - get file handle for server's pseudoroot
3047 * @server: initialized nfs_server handle
3048 * @fhandle: we fill in the pseudo-fs root file handle
3049 * @info: we fill in an FSINFO struct
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003050 * @auth_probe: probe the auth flavours
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003051 *
3052 * Returns zero on success, or a negative errno.
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003053 */
Bryan Schumaker3028eb22012-05-10 15:07:30 -04003054int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle,
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003055 struct nfs_fsinfo *info,
3056 bool auth_probe)
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003057{
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003058 int status;
3059
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003060 switch (auth_probe) {
3061 case false:
3062 status = nfs4_lookup_root(server, fhandle, info);
3063 if (status != -NFS4ERR_WRONGSEC)
3064 break;
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003065 default:
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003066 status = nfs4_do_find_root_sec(server, fhandle, info);
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003067 }
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003068
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069 if (status == 0)
3070 status = nfs4_server_capabilities(server, fhandle);
3071 if (status == 0)
3072 status = nfs4_do_fsinfo(server, fhandle, info);
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003073
Trond Myklebustc12e87f2006-03-13 21:20:47 -08003074 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003075}
3076
Bryan Schumakerbae36242012-05-10 15:07:31 -04003077static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh,
3078 struct nfs_fsinfo *info)
3079{
3080 int error;
3081 struct nfs_fattr *fattr = info->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003082 struct nfs4_label *label = NULL;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003083
3084 error = nfs4_server_capabilities(server, mntfh);
3085 if (error < 0) {
3086 dprintk("nfs4_get_root: getcaps error = %d\n", -error);
3087 return error;
3088 }
3089
David Quigley14c43f72013-05-22 12:50:43 -04003090 label = nfs4_label_alloc(server, GFP_KERNEL);
3091 if (IS_ERR(label))
3092 return PTR_ERR(label);
3093
David Quigley1775fd32013-05-22 12:50:42 -04003094 error = nfs4_proc_getattr(server, mntfh, fattr, label);
Bryan Schumakerbae36242012-05-10 15:07:31 -04003095 if (error < 0) {
3096 dprintk("nfs4_get_root: getattr error = %d\n", -error);
David Quigley14c43f72013-05-22 12:50:43 -04003097 goto err_free_label;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003098 }
3099
3100 if (fattr->valid & NFS_ATTR_FATTR_FSID &&
3101 !nfs_fsid_equal(&server->fsid, &fattr->fsid))
3102 memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid));
3103
David Quigley14c43f72013-05-22 12:50:43 -04003104err_free_label:
3105 nfs4_label_free(label);
3106
Bryan Schumakerbae36242012-05-10 15:07:31 -04003107 return error;
3108}
3109
Manoj Naik6b97fd32006-06-09 09:34:29 -04003110/*
3111 * Get locations and (maybe) other attributes of a referral.
3112 * Note that we'll actually follow the referral later when
3113 * we detect fsid mismatch in inode revalidation
3114 */
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003115static int nfs4_get_referral(struct rpc_clnt *client, struct inode *dir,
3116 const struct qstr *name, struct nfs_fattr *fattr,
3117 struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04003118{
3119 int status = -ENOMEM;
3120 struct page *page = NULL;
3121 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003122
3123 page = alloc_page(GFP_KERNEL);
3124 if (page == NULL)
3125 goto out;
3126 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
3127 if (locations == NULL)
3128 goto out;
3129
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003130 status = nfs4_proc_fs_locations(client, dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003131 if (status != 0)
3132 goto out;
Chuck Lever519ae252013-10-17 14:13:19 -04003133
3134 /*
3135 * If the fsid didn't change, this is a migration event, not a
3136 * referral. Cause us to drop into the exception handler, which
3137 * will kick off migration recovery.
3138 */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003139 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04003140 dprintk("%s: server did not return a different fsid for"
3141 " a referral at %s\n", __func__, name->name);
Chuck Lever519ae252013-10-17 14:13:19 -04003142 status = -NFS4ERR_MOVED;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003143 goto out;
3144 }
Andy Adamson533eb462011-06-13 18:25:56 -04003145 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
3146 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003147
Andy Adamson533eb462011-06-13 18:25:56 -04003148 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003149 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04003150 memset(fhandle, 0, sizeof(struct nfs_fh));
3151out:
3152 if (page)
3153 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04003154 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003155 return status;
3156}
3157
David Quigley1775fd32013-05-22 12:50:42 -04003158static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3159 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160{
3161 struct nfs4_getattr_arg args = {
3162 .fh = fhandle,
3163 .bitmask = server->attr_bitmask,
3164 };
3165 struct nfs4_getattr_res res = {
3166 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04003167 .label = label,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168 .server = server,
3169 };
3170 struct rpc_message msg = {
3171 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
3172 .rpc_argp = &args,
3173 .rpc_resp = &res,
3174 };
David Quigleyaa9c2662013-05-22 12:50:44 -04003175
3176 args.bitmask = nfs4_bitmask(server, label);
3177
Trond Myklebust0e574af2005-10-27 22:12:38 -04003178 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003179 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003180}
3181
David Quigley1775fd32013-05-22 12:50:42 -04003182static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3183 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003184{
3185 struct nfs4_exception exception = { };
3186 int err;
3187 do {
Trond Myklebustb5f875a2013-08-13 13:01:39 -04003188 err = _nfs4_proc_getattr(server, fhandle, fattr, label);
3189 trace_nfs4_getattr(server, fhandle, fattr, err);
3190 err = nfs4_handle_exception(server, err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003191 &exception);
3192 } while (exception.retry);
3193 return err;
3194}
3195
3196/*
3197 * The file is not closed if it is opened due to the a request to change
3198 * the size of the file. The open call will not be needed once the
3199 * VFS layer lookup-intents are implemented.
3200 *
3201 * Close is called when the inode is destroyed.
3202 * If we haven't opened the file for O_WRONLY, we
3203 * need to in the size_change case to obtain a stateid.
3204 *
3205 * Got race?
3206 * Because OPEN is always done by name in nfsv4, it is
3207 * possible that we opened a different file by the same
3208 * name. We can recognize this race condition, but we
3209 * can't do anything about it besides returning an error.
3210 *
3211 * This will be fixed with VFS changes (lookup-intent).
3212 */
3213static int
3214nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
3215 struct iattr *sattr)
3216{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003217 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003218 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05003219 struct nfs4_state *state = NULL;
David Quigley14c43f72013-05-22 12:50:43 -04003220 struct nfs4_label *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221 int status;
3222
Peng Tao88ac8152014-09-12 11:04:10 +08003223 if (pnfs_ld_layoutret_on_setattr(inode) &&
3224 sattr->ia_valid & ATTR_SIZE &&
3225 sattr->ia_size < i_size_read(inode))
Trond Myklebust24028672013-03-20 13:23:33 -04003226 pnfs_commit_and_return_layout(inode);
Benny Halevy8a1636c2010-07-14 15:43:57 -04003227
Trond Myklebust0e574af2005-10-27 22:12:38 -04003228 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229
Andy Adamson26699402012-05-30 16:12:24 -04003230 /* Deal with open(O_TRUNC) */
3231 if (sattr->ia_valid & ATTR_OPEN)
Nadav Shemercc7936f2013-07-21 17:21:43 +03003232 sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME);
Andy Adamson26699402012-05-30 16:12:24 -04003233
3234 /* Optimization: if the end result is no change, don't RPC */
Nadav Shemercc7936f2013-07-21 17:21:43 +03003235 if ((sattr->ia_valid & ~(ATTR_FILE|ATTR_OPEN)) == 0)
Andy Adamson26699402012-05-30 16:12:24 -04003236 return 0;
3237
Trond Myklebustd5308382005-11-04 15:33:38 -05003238 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003239 if (sattr->ia_valid & ATTR_FILE) {
3240 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003241
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003242 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11003243 if (ctx) {
3244 cred = ctx->cred;
3245 state = ctx->state;
3246 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003247 }
3248
David Quigley14c43f72013-05-22 12:50:43 -04003249 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
3250 if (IS_ERR(label))
3251 return PTR_ERR(label);
3252
3253 status = nfs4_do_setattr(inode, cred, fattr, sattr, state, NULL, label);
David Quigleyaa9c2662013-05-22 12:50:44 -04003254 if (status == 0) {
Trond Myklebust65e43082005-08-16 11:49:44 -04003255 nfs_setattr_update_inode(inode, sattr);
David Quigleyaa9c2662013-05-22 12:50:44 -04003256 nfs_setsecurity(inode, fattr, label);
3257 }
David Quigley14c43f72013-05-22 12:50:43 -04003258 nfs4_label_free(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003259 return status;
3260}
3261
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003262static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
3263 const struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003264 struct nfs_fattr *fattr, struct nfs4_label *label)
David Howells2b3de442006-08-22 20:06:09 -04003265{
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003266 struct nfs_server *server = NFS_SERVER(dir);
David Howells2b3de442006-08-22 20:06:09 -04003267 int status;
3268 struct nfs4_lookup_arg args = {
3269 .bitmask = server->attr_bitmask,
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003270 .dir_fh = NFS_FH(dir),
David Howells2b3de442006-08-22 20:06:09 -04003271 .name = name,
3272 };
3273 struct nfs4_lookup_res res = {
3274 .server = server,
3275 .fattr = fattr,
David Quigleyaa9c2662013-05-22 12:50:44 -04003276 .label = label,
David Howells2b3de442006-08-22 20:06:09 -04003277 .fh = fhandle,
3278 };
3279 struct rpc_message msg = {
3280 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
3281 .rpc_argp = &args,
3282 .rpc_resp = &res,
3283 };
3284
David Quigleyaa9c2662013-05-22 12:50:44 -04003285 args.bitmask = nfs4_bitmask(server, label);
3286
David Howells2b3de442006-08-22 20:06:09 -04003287 nfs_fattr_init(fattr);
3288
Linus Torvalds1da177e2005-04-16 15:20:36 -07003289 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003290 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291 dprintk("NFS reply lookup: %d\n", status);
3292 return status;
3293}
3294
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003295static void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr)
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003296{
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003297 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003298 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_MOUNTPOINT;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003299 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
3300 fattr->nlink = 2;
3301}
3302
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003303static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir,
3304 struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003305 struct nfs_fattr *fattr, struct nfs4_label *label)
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003306{
3307 struct nfs4_exception exception = { };
3308 struct rpc_clnt *client = *clnt;
3309 int err;
3310 do {
David Quigley1775fd32013-05-22 12:50:42 -04003311 err = _nfs4_proc_lookup(client, dir, name, fhandle, fattr, label);
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003312 trace_nfs4_lookup(dir, name, err);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003313 switch (err) {
3314 case -NFS4ERR_BADNAME:
3315 err = -ENOENT;
3316 goto out;
3317 case -NFS4ERR_MOVED:
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003318 err = nfs4_get_referral(client, dir, name, fattr, fhandle);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003319 goto out;
3320 case -NFS4ERR_WRONGSEC:
3321 err = -EPERM;
3322 if (client != *clnt)
3323 goto out;
Andy Adamson66b06862014-06-12 15:02:32 -04003324 client = nfs4_negotiate_security(client, dir, name);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003325 if (IS_ERR(client))
3326 return PTR_ERR(client);
3327
3328 exception.retry = 1;
3329 break;
3330 default:
3331 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
3332 }
3333 } while (exception.retry);
3334
3335out:
3336 if (err == 0)
3337 *clnt = client;
3338 else if (client != *clnt)
3339 rpc_shutdown_client(client);
3340
3341 return err;
3342}
3343
Bryan Schumaker80a16b22012-04-27 13:27:46 -04003344static int nfs4_proc_lookup(struct inode *dir, struct qstr *name,
David Quigley1775fd32013-05-22 12:50:42 -04003345 struct nfs_fh *fhandle, struct nfs_fattr *fattr,
3346 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347{
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003348 int status;
3349 struct rpc_clnt *client = NFS_CLIENT(dir);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003350
David Quigley1775fd32013-05-22 12:50:42 -04003351 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, label);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003352 if (client != NFS_CLIENT(dir)) {
3353 rpc_shutdown_client(client);
3354 nfs_fixup_secinfo_attributes(fattr);
3355 }
3356 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003357}
3358
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003359struct rpc_clnt *
3360nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name,
3361 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
3362{
Trond Myklebustb72888c2013-08-07 20:38:07 -04003363 struct rpc_clnt *client = NFS_CLIENT(dir);
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003364 int status;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003365
David Quigley1775fd32013-05-22 12:50:42 -04003366 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, NULL);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003367 if (status < 0)
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003368 return ERR_PTR(status);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003369 return (client == NFS_CLIENT(dir)) ? rpc_clone_client(client) : client;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003370}
3371
Linus Torvalds1da177e2005-04-16 15:20:36 -07003372static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3373{
Trond Myklebust76b32992007-08-10 17:45:11 -04003374 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375 struct nfs4_accessargs args = {
3376 .fh = NFS_FH(inode),
Trond Myklebusta4980e72012-01-30 15:43:56 -05003377 .bitmask = server->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003378 };
Trond Myklebust76b32992007-08-10 17:45:11 -04003379 struct nfs4_accessres res = {
3380 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04003381 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003382 struct rpc_message msg = {
3383 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
3384 .rpc_argp = &args,
3385 .rpc_resp = &res,
3386 .rpc_cred = entry->cred,
3387 };
3388 int mode = entry->mask;
David Quigleyaa9c2662013-05-22 12:50:44 -04003389 int status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390
3391 /*
3392 * Determine which access bits we want to ask for...
3393 */
3394 if (mode & MAY_READ)
3395 args.access |= NFS4_ACCESS_READ;
3396 if (S_ISDIR(inode->i_mode)) {
3397 if (mode & MAY_WRITE)
3398 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
3399 if (mode & MAY_EXEC)
3400 args.access |= NFS4_ACCESS_LOOKUP;
3401 } else {
3402 if (mode & MAY_WRITE)
3403 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
3404 if (mode & MAY_EXEC)
3405 args.access |= NFS4_ACCESS_EXECUTE;
3406 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003407
3408 res.fattr = nfs_alloc_fattr();
3409 if (res.fattr == NULL)
3410 return -ENOMEM;
3411
Bryan Schumaker7c513052011-03-24 17:12:24 +00003412 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003413 if (!status) {
Weston Andros Adamson6168f622012-09-10 14:00:46 -04003414 nfs_access_set_mask(entry, res.access);
Trond Myklebustc407d412010-04-16 16:22:48 -04003415 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003416 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003417 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003418 return status;
3419}
3420
3421static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3422{
3423 struct nfs4_exception exception = { };
3424 int err;
3425 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003426 err = _nfs4_proc_access(inode, entry);
3427 trace_nfs4_access(inode, err);
3428 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429 &exception);
3430 } while (exception.retry);
3431 return err;
3432}
3433
3434/*
3435 * TODO: For the time being, we don't try to get any attributes
3436 * along with any of the zero-copy operations READ, READDIR,
3437 * READLINK, WRITE.
3438 *
3439 * In the case of the first three, we want to put the GETATTR
3440 * after the read-type operation -- this is because it is hard
3441 * to predict the length of a GETATTR response in v4, and thus
3442 * align the READ data correctly. This means that the GETATTR
3443 * may end up partially falling into the page cache, and we should
3444 * shift it into the 'tail' of the xdr_buf before processing.
3445 * To do this efficiently, we need to know the total length
3446 * of data received, which doesn't seem to be available outside
3447 * of the RPC layer.
3448 *
3449 * In the case of WRITE, we also want to put the GETATTR after
3450 * the operation -- in this case because we want to make sure
Trond Myklebust140150d2012-06-05 15:20:25 -04003451 * we get the post-operation mtime and size.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003452 *
3453 * Both of these changes to the XDR layer would in fact be quite
3454 * minor, but I decided to leave them for a subsequent patch.
3455 */
3456static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
3457 unsigned int pgbase, unsigned int pglen)
3458{
3459 struct nfs4_readlink args = {
3460 .fh = NFS_FH(inode),
3461 .pgbase = pgbase,
3462 .pglen = pglen,
3463 .pages = &page,
3464 };
Benny Halevyf50c7002009-04-01 09:21:55 -04003465 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466 struct rpc_message msg = {
3467 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
3468 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04003469 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003470 };
3471
Bryan Schumaker7c513052011-03-24 17:12:24 +00003472 return nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode), &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473}
3474
3475static int nfs4_proc_readlink(struct inode *inode, struct page *page,
3476 unsigned int pgbase, unsigned int pglen)
3477{
3478 struct nfs4_exception exception = { };
3479 int err;
3480 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003481 err = _nfs4_proc_readlink(inode, page, pgbase, pglen);
3482 trace_nfs4_readlink(inode, err);
3483 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003484 &exception);
3485 } while (exception.retry);
3486 return err;
3487}
3488
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489/*
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003490 * This is just for mknod. open(O_CREAT) will always do ->open_context().
Linus Torvalds1da177e2005-04-16 15:20:36 -07003491 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003492static int
3493nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003494 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003495{
David Quigleyaa9c2662013-05-22 12:50:44 -04003496 struct nfs4_label l, *ilabel = NULL;
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003497 struct nfs_open_context *ctx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498 struct nfs4_state *state;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003499 int opened = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003500 int status = 0;
3501
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003502 ctx = alloc_nfs_open_context(dentry, FMODE_READ);
3503 if (IS_ERR(ctx))
3504 return PTR_ERR(ctx);
3505
David Quigleyaa9c2662013-05-22 12:50:44 -04003506 ilabel = nfs4_label_init_security(dir, dentry, sattr, &l);
3507
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003508 sattr->ia_mode &= ~current_umask();
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003509 state = nfs4_do_open(dir, ctx, flags, sattr, ilabel, &opened);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510 if (IS_ERR(state)) {
3511 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04003512 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003513 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003514out:
David Quigleyaa9c2662013-05-22 12:50:44 -04003515 nfs4_label_release_security(ilabel);
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003516 put_nfs_open_context(ctx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517 return status;
3518}
3519
3520static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
3521{
Trond Myklebust16e42952005-10-27 22:12:44 -04003522 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003523 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003524 .fh = NFS_FH(dir),
Linus Torvalds26fe5752012-05-10 13:14:12 -07003525 .name = *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003527 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04003528 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04003529 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003530 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003531 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
3532 .rpc_argp = &args,
3533 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003534 };
Trond Myklebust778d2812012-04-27 13:48:19 -04003535 int status;
Trond Myklebustd3468902010-04-16 16:22:50 -04003536
Bryan Schumaker7c513052011-03-24 17:12:24 +00003537 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust778d2812012-04-27 13:48:19 -04003538 if (status == 0)
Trond Myklebust16e42952005-10-27 22:12:44 -04003539 update_changeattr(dir, &res.cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003540 return status;
3541}
3542
3543static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
3544{
3545 struct nfs4_exception exception = { };
3546 int err;
3547 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003548 err = _nfs4_proc_remove(dir, name);
3549 trace_nfs4_remove(dir, name, err);
3550 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003551 &exception);
3552 } while (exception.retry);
3553 return err;
3554}
3555
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003556static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003557{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003558 struct nfs_server *server = NFS_SERVER(dir);
3559 struct nfs_removeargs *args = msg->rpc_argp;
3560 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003561
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003562 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Chuck Levera9c92d62013-08-09 12:48:18 -04003564 nfs4_init_sequence(&args->seq_args, &res->seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04003565
3566 nfs_fattr_init(res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003567}
3568
Bryan Schumaker34e137c2012-03-19 14:54:41 -04003569static void nfs4_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data)
3570{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003571 nfs4_setup_sequence(NFS_SERVER(data->dir),
3572 &data->args.seq_args,
3573 &data->res.seq_res,
3574 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003575}
3576
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003577static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003578{
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003579 struct nfs_unlinkdata *data = task->tk_calldata;
3580 struct nfs_removeres *res = &data->res;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003581
Trond Myklebust14516c32010-07-31 14:29:06 -04003582 if (!nfs4_sequence_done(task, &res->seq_res))
3583 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003584 if (nfs4_async_handle_error(task, res->server, NULL,
3585 &data->timeout) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003586 return 0;
3587 update_changeattr(dir, &res->cinfo);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003588 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003589}
3590
Jeff Laytond3d41522010-09-17 17:31:57 -04003591static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
3592{
3593 struct nfs_server *server = NFS_SERVER(dir);
3594 struct nfs_renameargs *arg = msg->rpc_argp;
3595 struct nfs_renameres *res = msg->rpc_resp;
3596
3597 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
Jeff Laytond3d41522010-09-17 17:31:57 -04003598 res->server = server;
Chuck Levera9c92d62013-08-09 12:48:18 -04003599 nfs4_init_sequence(&arg->seq_args, &res->seq_res, 1);
Jeff Laytond3d41522010-09-17 17:31:57 -04003600}
3601
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04003602static void nfs4_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data)
3603{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003604 nfs4_setup_sequence(NFS_SERVER(data->old_dir),
3605 &data->args.seq_args,
3606 &data->res.seq_res,
3607 task);
Jeff Laytond3d41522010-09-17 17:31:57 -04003608}
3609
3610static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
3611 struct inode *new_dir)
3612{
Trond Myklebustfbc6f7c2013-08-12 17:08:26 -04003613 struct nfs_renamedata *data = task->tk_calldata;
3614 struct nfs_renameres *res = &data->res;
Jeff Laytond3d41522010-09-17 17:31:57 -04003615
3616 if (!nfs4_sequence_done(task, &res->seq_res))
3617 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003618 if (nfs4_async_handle_error(task, res->server, NULL, &data->timeout) == -EAGAIN)
Jeff Laytond3d41522010-09-17 17:31:57 -04003619 return 0;
3620
3621 update_changeattr(old_dir, &res->old_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003622 update_changeattr(new_dir, &res->new_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003623 return 1;
3624}
3625
Linus Torvalds1da177e2005-04-16 15:20:36 -07003626static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3627{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003628 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003629 struct nfs4_link_arg arg = {
3630 .fh = NFS_FH(inode),
3631 .dir_fh = NFS_FH(dir),
3632 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003633 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003634 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003635 struct nfs4_link_res res = {
3636 .server = server,
David Quigley1775fd32013-05-22 12:50:42 -04003637 .label = NULL,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003638 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639 struct rpc_message msg = {
3640 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
3641 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003642 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003643 };
Trond Myklebust136f2622010-04-16 16:22:49 -04003644 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003645
Trond Myklebust136f2622010-04-16 16:22:49 -04003646 res.fattr = nfs_alloc_fattr();
Trond Myklebust778d2812012-04-27 13:48:19 -04003647 if (res.fattr == NULL)
Trond Myklebust136f2622010-04-16 16:22:49 -04003648 goto out;
3649
David Quigley14c43f72013-05-22 12:50:43 -04003650 res.label = nfs4_label_alloc(server, GFP_KERNEL);
3651 if (IS_ERR(res.label)) {
3652 status = PTR_ERR(res.label);
3653 goto out;
3654 }
David Quigleyaa9c2662013-05-22 12:50:44 -04003655 arg.bitmask = nfs4_bitmask(server, res.label);
David Quigley14c43f72013-05-22 12:50:43 -04003656
Bryan Schumaker7c513052011-03-24 17:12:24 +00003657 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003658 if (!status) {
3659 update_changeattr(dir, &res.cinfo);
David Quigleyaa9c2662013-05-22 12:50:44 -04003660 status = nfs_post_op_update_inode(inode, res.fattr);
3661 if (!status)
3662 nfs_setsecurity(inode, res.fattr, res.label);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003663 }
David Quigley14c43f72013-05-22 12:50:43 -04003664
3665
3666 nfs4_label_free(res.label);
3667
Trond Myklebust136f2622010-04-16 16:22:49 -04003668out:
Trond Myklebust136f2622010-04-16 16:22:49 -04003669 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003670 return status;
3671}
3672
3673static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3674{
3675 struct nfs4_exception exception = { };
3676 int err;
3677 do {
3678 err = nfs4_handle_exception(NFS_SERVER(inode),
3679 _nfs4_proc_link(inode, dir, name),
3680 &exception);
3681 } while (exception.retry);
3682 return err;
3683}
3684
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003685struct nfs4_createdata {
3686 struct rpc_message msg;
3687 struct nfs4_create_arg arg;
3688 struct nfs4_create_res res;
3689 struct nfs_fh fh;
3690 struct nfs_fattr fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003691 struct nfs4_label *label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003692};
3693
3694static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
3695 struct qstr *name, struct iattr *sattr, u32 ftype)
3696{
3697 struct nfs4_createdata *data;
3698
3699 data = kzalloc(sizeof(*data), GFP_KERNEL);
3700 if (data != NULL) {
3701 struct nfs_server *server = NFS_SERVER(dir);
3702
David Quigley14c43f72013-05-22 12:50:43 -04003703 data->label = nfs4_label_alloc(server, GFP_KERNEL);
3704 if (IS_ERR(data->label))
3705 goto out_free;
3706
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003707 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
3708 data->msg.rpc_argp = &data->arg;
3709 data->msg.rpc_resp = &data->res;
3710 data->arg.dir_fh = NFS_FH(dir);
3711 data->arg.server = server;
3712 data->arg.name = name;
3713 data->arg.attrs = sattr;
3714 data->arg.ftype = ftype;
David Quigleyaa9c2662013-05-22 12:50:44 -04003715 data->arg.bitmask = nfs4_bitmask(server, data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003716 data->res.server = server;
3717 data->res.fh = &data->fh;
3718 data->res.fattr = &data->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003719 data->res.label = data->label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003720 nfs_fattr_init(data->res.fattr);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003721 }
3722 return data;
David Quigley14c43f72013-05-22 12:50:43 -04003723out_free:
3724 kfree(data);
3725 return NULL;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003726}
3727
3728static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
3729{
Bryan Schumaker7c513052011-03-24 17:12:24 +00003730 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00003731 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003732 if (status == 0) {
3733 update_changeattr(dir, &data->res.dir_cinfo);
David Quigley1775fd32013-05-22 12:50:42 -04003734 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr, data->res.label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003735 }
3736 return status;
3737}
3738
3739static void nfs4_free_createdata(struct nfs4_createdata *data)
3740{
David Quigley14c43f72013-05-22 12:50:43 -04003741 nfs4_label_free(data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003742 kfree(data);
3743}
3744
Chuck Lever4f390c12006-08-22 20:06:22 -04003745static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003746 struct page *page, unsigned int len, struct iattr *sattr,
3747 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003749 struct nfs4_createdata *data;
3750 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003751
Chuck Lever94a6d752006-08-22 20:06:23 -04003752 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003753 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04003754
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003755 status = -ENOMEM;
3756 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
3757 if (data == NULL)
3758 goto out;
3759
3760 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
3761 data->arg.u.symlink.pages = &page;
3762 data->arg.u.symlink.len = len;
David Quigley1775fd32013-05-22 12:50:42 -04003763 data->arg.label = label;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003764
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003765 status = nfs4_do_create(dir, dentry, data);
3766
3767 nfs4_free_createdata(data);
3768out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003769 return status;
3770}
3771
Chuck Lever4f390c12006-08-22 20:06:22 -04003772static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04003773 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003774{
3775 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003776 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003777 int err;
David Quigleyaa9c2662013-05-22 12:50:44 -04003778
3779 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3780
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003782 err = _nfs4_proc_symlink(dir, dentry, page, len, sattr, label);
3783 trace_nfs4_symlink(dir, &dentry->d_name, err);
3784 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003785 &exception);
3786 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003787
3788 nfs4_label_release_security(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789 return err;
3790}
3791
3792static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003793 struct iattr *sattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003794{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003795 struct nfs4_createdata *data;
3796 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003797
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003798 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
3799 if (data == NULL)
3800 goto out;
3801
David Quigley1775fd32013-05-22 12:50:42 -04003802 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003803 status = nfs4_do_create(dir, dentry, data);
3804
3805 nfs4_free_createdata(data);
3806out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807 return status;
3808}
3809
3810static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
3811 struct iattr *sattr)
3812{
3813 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003814 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003815 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003816
David Quigleyaa9c2662013-05-22 12:50:44 -04003817 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3818
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003819 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003821 err = _nfs4_proc_mkdir(dir, dentry, sattr, label);
3822 trace_nfs4_mkdir(dir, &dentry->d_name, err);
3823 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824 &exception);
3825 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003826 nfs4_label_release_security(label);
3827
Linus Torvalds1da177e2005-04-16 15:20:36 -07003828 return err;
3829}
3830
3831static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003832 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833{
3834 struct inode *dir = dentry->d_inode;
3835 struct nfs4_readdir_arg args = {
3836 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003837 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003838 .pgbase = 0,
3839 .count = count,
Trond Myklebust96d25e52009-11-11 16:15:42 +09003840 .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04003841 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003842 };
3843 struct nfs4_readdir_res res;
3844 struct rpc_message msg = {
3845 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
3846 .rpc_argp = &args,
3847 .rpc_resp = &res,
3848 .rpc_cred = cred,
3849 };
3850 int status;
3851
Al Viro6de14722013-09-16 10:53:17 -04003852 dprintk("%s: dentry = %pd2, cookie = %Lu\n", __func__,
3853 dentry,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003854 (unsigned long long)cookie);
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003855 nfs4_setup_readdir(cookie, NFS_I(dir)->cookieverf, dentry, &args);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00003857 status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &msg, &args.seq_args, &res.seq_res, 0);
Trond Myklebustac396122010-11-15 20:26:22 -05003858 if (status >= 0) {
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003859 memcpy(NFS_I(dir)->cookieverf, res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05003860 status += args.pgbase;
3861 }
Trond Myklebustc4812992007-09-28 17:11:45 -04003862
3863 nfs_invalidate_atime(dir);
3864
Harvey Harrison3110ff82008-05-02 13:42:44 -07003865 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003866 return status;
3867}
3868
3869static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003870 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003871{
3872 struct nfs4_exception exception = { };
3873 int err;
3874 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003875 err = _nfs4_proc_readdir(dentry, cred, cookie,
3876 pages, count, plus);
3877 trace_nfs4_readdir(dentry->d_inode, err);
3878 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003879 &exception);
3880 } while (exception.retry);
3881 return err;
3882}
3883
3884static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
David Quigleyaa9c2662013-05-22 12:50:44 -04003885 struct iattr *sattr, struct nfs4_label *label, dev_t rdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003886{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003887 struct nfs4_createdata *data;
3888 int mode = sattr->ia_mode;
3889 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003890
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003891 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
3892 if (data == NULL)
3893 goto out;
3894
Linus Torvalds1da177e2005-04-16 15:20:36 -07003895 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003896 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003897 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003898 data->arg.ftype = NF4BLK;
3899 data->arg.u.device.specdata1 = MAJOR(rdev);
3900 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003901 }
3902 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003903 data->arg.ftype = NF4CHR;
3904 data->arg.u.device.specdata1 = MAJOR(rdev);
3905 data->arg.u.device.specdata2 = MINOR(rdev);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003906 } else if (!S_ISSOCK(mode)) {
3907 status = -EINVAL;
3908 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003909 }
David Quigley1775fd32013-05-22 12:50:42 -04003910
David Quigleyaa9c2662013-05-22 12:50:44 -04003911 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003912 status = nfs4_do_create(dir, dentry, data);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003913out_free:
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003914 nfs4_free_createdata(data);
3915out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003916 return status;
3917}
3918
3919static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3920 struct iattr *sattr, dev_t rdev)
3921{
3922 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003923 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003924 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003925
David Quigleyaa9c2662013-05-22 12:50:44 -04003926 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3927
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003928 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003929 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003930 err = _nfs4_proc_mknod(dir, dentry, sattr, label, rdev);
3931 trace_nfs4_mknod(dir, &dentry->d_name, err);
3932 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933 &exception);
3934 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003935
3936 nfs4_label_release_security(label);
3937
Linus Torvalds1da177e2005-04-16 15:20:36 -07003938 return err;
3939}
3940
3941static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
3942 struct nfs_fsstat *fsstat)
3943{
3944 struct nfs4_statfs_arg args = {
3945 .fh = fhandle,
3946 .bitmask = server->attr_bitmask,
3947 };
Benny Halevy24ad1482009-04-01 09:21:56 -04003948 struct nfs4_statfs_res res = {
3949 .fsstat = fsstat,
3950 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003951 struct rpc_message msg = {
3952 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
3953 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04003954 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003955 };
3956
Trond Myklebust0e574af2005-10-27 22:12:38 -04003957 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003958 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003959}
3960
3961static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
3962{
3963 struct nfs4_exception exception = { };
3964 int err;
3965 do {
3966 err = nfs4_handle_exception(server,
3967 _nfs4_proc_statfs(server, fhandle, fsstat),
3968 &exception);
3969 } while (exception.retry);
3970 return err;
3971}
3972
3973static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
3974 struct nfs_fsinfo *fsinfo)
3975{
3976 struct nfs4_fsinfo_arg args = {
3977 .fh = fhandle,
3978 .bitmask = server->attr_bitmask,
3979 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04003980 struct nfs4_fsinfo_res res = {
3981 .fsinfo = fsinfo,
3982 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003983 struct rpc_message msg = {
3984 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
3985 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04003986 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003987 };
3988
Bryan Schumaker7c513052011-03-24 17:12:24 +00003989 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003990}
3991
3992static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
3993{
3994 struct nfs4_exception exception = { };
Chuck Lever83ca7f52013-03-16 15:55:53 -04003995 unsigned long now = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003996 int err;
3997
3998 do {
Chuck Lever83ca7f52013-03-16 15:55:53 -04003999 err = _nfs4_do_fsinfo(server, fhandle, fsinfo);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04004000 trace_nfs4_fsinfo(server, fhandle, fsinfo->fattr, err);
Chuck Lever83ca7f52013-03-16 15:55:53 -04004001 if (err == 0) {
4002 struct nfs_client *clp = server->nfs_client;
4003
4004 spin_lock(&clp->cl_lock);
4005 clp->cl_lease_time = fsinfo->lease_time * HZ;
4006 clp->cl_last_renewal = now;
4007 spin_unlock(&clp->cl_lock);
4008 break;
4009 }
4010 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004011 } while (exception.retry);
4012 return err;
4013}
4014
4015static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4016{
Bryan Schumakere38eb652012-06-20 15:53:40 -04004017 int error;
4018
Trond Myklebust0e574af2005-10-27 22:12:38 -04004019 nfs_fattr_init(fsinfo->fattr);
Bryan Schumakere38eb652012-06-20 15:53:40 -04004020 error = nfs4_do_fsinfo(server, fhandle, fsinfo);
Peng Taodc182542012-08-24 00:27:49 +08004021 if (error == 0) {
4022 /* block layout checks this! */
4023 server->pnfs_blksize = fsinfo->blksize;
Bryan Schumakere38eb652012-06-20 15:53:40 -04004024 set_pnfs_layoutdriver(server, fhandle, fsinfo->layouttype);
Peng Taodc182542012-08-24 00:27:49 +08004025 }
Bryan Schumakere38eb652012-06-20 15:53:40 -04004026
4027 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004028}
4029
4030static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4031 struct nfs_pathconf *pathconf)
4032{
4033 struct nfs4_pathconf_arg args = {
4034 .fh = fhandle,
4035 .bitmask = server->attr_bitmask,
4036 };
Benny Halevyd45b2982009-04-01 09:21:58 -04004037 struct nfs4_pathconf_res res = {
4038 .pathconf = pathconf,
4039 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040 struct rpc_message msg = {
4041 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
4042 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04004043 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004044 };
4045
4046 /* None of the pathconf attributes are mandatory to implement */
4047 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
4048 memset(pathconf, 0, sizeof(*pathconf));
4049 return 0;
4050 }
4051
Trond Myklebust0e574af2005-10-27 22:12:38 -04004052 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004053 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004054}
4055
4056static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4057 struct nfs_pathconf *pathconf)
4058{
4059 struct nfs4_exception exception = { };
4060 int err;
4061
4062 do {
4063 err = nfs4_handle_exception(server,
4064 _nfs4_proc_pathconf(server, fhandle, pathconf),
4065 &exception);
4066 } while (exception.retry);
4067 return err;
4068}
4069
Trond Myklebust5521abf2013-03-16 20:54:34 -04004070int nfs4_set_rw_stateid(nfs4_stateid *stateid,
Trond Myklebust9b206142013-03-17 15:52:00 -04004071 const struct nfs_open_context *ctx,
4072 const struct nfs_lock_context *l_ctx,
4073 fmode_t fmode)
4074{
4075 const struct nfs_lockowner *lockowner = NULL;
4076
4077 if (l_ctx != NULL)
4078 lockowner = &l_ctx->lockowner;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004079 return nfs4_select_rw_stateid(stateid, ctx->state, fmode, lockowner);
Trond Myklebust9b206142013-03-17 15:52:00 -04004080}
4081EXPORT_SYMBOL_GPL(nfs4_set_rw_stateid);
4082
Trond Myklebust5521abf2013-03-16 20:54:34 -04004083static bool nfs4_stateid_is_current(nfs4_stateid *stateid,
4084 const struct nfs_open_context *ctx,
4085 const struct nfs_lock_context *l_ctx,
4086 fmode_t fmode)
4087{
4088 nfs4_stateid current_stateid;
4089
Trond Myklebuste1253be2014-03-05 08:44:23 -05004090 /* If the current stateid represents a lost lock, then exit */
4091 if (nfs4_set_rw_stateid(&current_stateid, ctx, l_ctx, fmode) == -EIO)
4092 return true;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004093 return nfs4_stateid_match(stateid, &current_stateid);
4094}
4095
4096static bool nfs4_error_stateid_expired(int err)
4097{
4098 switch (err) {
4099 case -NFS4ERR_DELEG_REVOKED:
4100 case -NFS4ERR_ADMIN_REVOKED:
4101 case -NFS4ERR_BAD_STATEID:
4102 case -NFS4ERR_STALE_STATEID:
4103 case -NFS4ERR_OLD_STATEID:
4104 case -NFS4ERR_OPENMODE:
4105 case -NFS4ERR_EXPIRED:
4106 return true;
4107 }
4108 return false;
4109}
4110
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004111void __nfs4_read_done_cb(struct nfs_pgio_header *hdr)
Benny Halevyd20581a2011-05-22 19:52:03 +03004112{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004113 nfs_invalidate_atime(hdr->inode);
Benny Halevyd20581a2011-05-22 19:52:03 +03004114}
4115
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004116static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004117{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004118 struct nfs_server *server = NFS_SERVER(hdr->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004120 trace_nfs4_read(hdr, task->tk_status);
4121 if (nfs4_async_handle_error(task, server,
NeilBrown8478eaa2014-09-18 16:09:27 +10004122 hdr->args.context->state,
4123 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004124 rpc_restart_call_prepare(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05004125 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004126 }
Trond Myklebust8850df92007-09-28 17:20:07 -04004127
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004128 __nfs4_read_done_cb(hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004129 if (task->tk_status > 0)
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004130 renew_lease(server, hdr->timestamp);
Trond Myklebustec06c092006-03-20 13:44:27 -05004131 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004132}
4133
Trond Myklebust5521abf2013-03-16 20:54:34 -04004134static bool nfs4_read_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004135 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004136{
4137
4138 if (!nfs4_error_stateid_expired(task->tk_status) ||
4139 nfs4_stateid_is_current(&args->stateid,
4140 args->context,
4141 args->lock_context,
4142 FMODE_READ))
4143 return false;
4144 rpc_restart_call_prepare(task);
4145 return true;
4146}
4147
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004148static int nfs4_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004149{
4150
4151 dprintk("--> %s\n", __func__);
4152
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004153 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004154 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004155 if (nfs4_read_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004156 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004157 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4158 nfs4_read_done_cb(task, hdr);
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004159}
4160
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004161static void nfs4_proc_read_setup(struct nfs_pgio_header *hdr,
4162 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004163{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004164 hdr->timestamp = jiffies;
4165 hdr->pgio_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004166 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004167 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168}
4169
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004170static int nfs4_proc_pgio_rpc_prepare(struct rpc_task *task,
4171 struct nfs_pgio_header *hdr)
Bryan Schumakerea7c3302012-03-19 14:54:40 -04004172{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004173 if (nfs4_setup_sequence(NFS_SERVER(hdr->inode),
4174 &hdr->args.seq_args,
4175 &hdr->res.seq_res,
Trond Myklebust9b206142013-03-17 15:52:00 -04004176 task))
NeilBrownef1820f2013-09-04 17:04:49 +10004177 return 0;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004178 if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context,
4179 hdr->args.lock_context,
4180 hdr->rw_ops->rw_mode) == -EIO)
NeilBrownef1820f2013-09-04 17:04:49 +10004181 return -EIO;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004182 if (unlikely(test_bit(NFS_CONTEXT_BAD, &hdr->args.context->flags)))
NeilBrownef1820f2013-09-04 17:04:49 +10004183 return -EIO;
4184 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004185}
4186
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004187static int nfs4_write_done_cb(struct rpc_task *task,
4188 struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004189{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004190 struct inode *inode = hdr->inode;
NeilBrown8478eaa2014-09-18 16:09:27 +10004191
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004192 trace_nfs4_write(hdr, task->tk_status);
4193 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
NeilBrown8478eaa2014-09-18 16:09:27 +10004194 hdr->args.context->state,
4195 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004196 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004197 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004198 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004199 if (task->tk_status >= 0) {
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004200 renew_lease(NFS_SERVER(inode), hdr->timestamp);
4201 nfs_post_op_update_inode_force_wcc(inode, &hdr->fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004202 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004203 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004204}
4205
Trond Myklebust5521abf2013-03-16 20:54:34 -04004206static bool nfs4_write_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004207 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004208{
4209
4210 if (!nfs4_error_stateid_expired(task->tk_status) ||
4211 nfs4_stateid_is_current(&args->stateid,
4212 args->context,
4213 args->lock_context,
4214 FMODE_WRITE))
4215 return false;
4216 rpc_restart_call_prepare(task);
4217 return true;
4218}
4219
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004220static int nfs4_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Fred Isamanb029bc92011-03-03 15:13:42 +00004221{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004222 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Fred Isamanb029bc92011-03-03 15:13:42 +00004223 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004224 if (nfs4_write_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004225 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004226 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4227 nfs4_write_done_cb(task, hdr);
Fred Isamanb029bc92011-03-03 15:13:42 +00004228}
4229
Trond Myklebust5a37f852012-04-28 14:55:16 -04004230static
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004231bool nfs4_write_need_cache_consistency_data(struct nfs_pgio_header *hdr)
Fred Isamana69aef12011-03-03 15:13:47 +00004232{
Trond Myklebust5a37f852012-04-28 14:55:16 -04004233 /* Don't request attributes for pNFS or O_DIRECT writes */
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004234 if (hdr->ds_clp != NULL || hdr->dreq != NULL)
Trond Myklebust5a37f852012-04-28 14:55:16 -04004235 return false;
4236 /* Otherwise, request attributes if and only if we don't hold
4237 * a delegation
4238 */
Bryan Schumaker011e2a72012-06-20 15:53:43 -04004239 return nfs4_have_delegation(hdr->inode, FMODE_READ) == 0;
Fred Isamana69aef12011-03-03 15:13:47 +00004240}
Fred Isamana69aef12011-03-03 15:13:47 +00004241
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004242static void nfs4_proc_write_setup(struct nfs_pgio_header *hdr,
4243 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004244{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004245 struct nfs_server *server = NFS_SERVER(hdr->inode);
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004246
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004247 if (!nfs4_write_need_cache_consistency_data(hdr)) {
4248 hdr->args.bitmask = NULL;
4249 hdr->res.fattr = NULL;
Fred Isaman7ffd1062011-03-03 15:13:46 +00004250 } else
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004251 hdr->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust5a37f852012-04-28 14:55:16 -04004252
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004253 if (!hdr->pgio_done_cb)
4254 hdr->pgio_done_cb = nfs4_write_done_cb;
4255 hdr->res.server = server;
4256 hdr->timestamp = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004257
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004258 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004259 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004260}
4261
Fred Isaman0b7c0152012-04-20 14:47:39 -04004262static void nfs4_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data)
4263{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004264 nfs4_setup_sequence(NFS_SERVER(data->inode),
4265 &data->args.seq_args,
4266 &data->res.seq_res,
4267 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004268}
4269
Fred Isaman0b7c0152012-04-20 14:47:39 -04004270static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_commit_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004271{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004272 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04004273
Trond Myklebustcc668ab2013-08-14 15:31:28 -04004274 trace_nfs4_commit(data, task->tk_status);
NeilBrown8478eaa2014-09-18 16:09:27 +10004275 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
4276 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004277 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004278 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004280 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004281}
4282
Fred Isaman0b7c0152012-04-20 14:47:39 -04004283static int nfs4_commit_done(struct rpc_task *task, struct nfs_commit_data *data)
Fred Isaman5f452432011-03-23 13:27:46 +00004284{
4285 if (!nfs4_sequence_done(task, &data->res.seq_res))
4286 return -EAGAIN;
Fred Isaman0b7c0152012-04-20 14:47:39 -04004287 return data->commit_done_cb(task, data);
Fred Isaman5f452432011-03-23 13:27:46 +00004288}
4289
Fred Isaman0b7c0152012-04-20 14:47:39 -04004290static void nfs4_proc_commit_setup(struct nfs_commit_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004291{
Trond Myklebust788e7a82006-03-20 13:44:27 -05004292 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00004293
Fred Isaman0b7c0152012-04-20 14:47:39 -04004294 if (data->commit_done_cb == NULL)
4295 data->commit_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004296 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004297 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Chuck Levera9c92d62013-08-09 12:48:18 -04004298 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004299}
4300
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004301struct nfs4_renewdata {
4302 struct nfs_client *client;
4303 unsigned long timestamp;
4304};
4305
Linus Torvalds1da177e2005-04-16 15:20:36 -07004306/*
4307 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
4308 * standalone procedure for queueing an asynchronous RENEW.
4309 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004310static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004311{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004312 struct nfs4_renewdata *data = calldata;
4313 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004314
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004315 if (atomic_read(&clp->cl_count) > 1)
4316 nfs4_schedule_state_renewal(clp);
4317 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004318 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004319}
4320
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004321static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004322{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004323 struct nfs4_renewdata *data = calldata;
4324 struct nfs_client *clp = data->client;
4325 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326
Trond Myklebustc6d01c62013-08-09 11:51:26 -04004327 trace_nfs4_renew_async(clp, task->tk_status);
Chuck Leverf8aba1e2013-10-17 14:13:53 -04004328 switch (task->tk_status) {
4329 case 0:
4330 break;
4331 case -NFS4ERR_LEASE_MOVED:
4332 nfs4_schedule_lease_moved_recovery(clp);
4333 break;
4334 default:
Trond Myklebust95baa252009-05-26 14:51:00 -04004335 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04004336 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
4337 return;
4338 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004339 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04004340 return;
4341 }
4342 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004343 }
Trond Myklebust452e9352010-07-31 14:29:06 -04004344 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004345}
4346
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004347static const struct rpc_call_ops nfs4_renew_ops = {
4348 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004349 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004350};
4351
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004352static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004353{
4354 struct rpc_message msg = {
4355 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4356 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004357 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004358 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004359 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004360
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004361 if (renew_flags == 0)
4362 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004363 if (!atomic_inc_not_zero(&clp->cl_count))
4364 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04004365 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004366 if (data == NULL)
4367 return -ENOMEM;
4368 data->client = clp;
4369 data->timestamp = jiffies;
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004370 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004371 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004372}
4373
Trond Myklebust8534d4e2011-08-24 15:07:37 -04004374static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004375{
4376 struct rpc_message msg = {
4377 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4378 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004379 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004380 };
4381 unsigned long now = jiffies;
4382 int status;
4383
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004384 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004385 if (status < 0)
4386 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04004387 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004388 return 0;
4389}
4390
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004391static inline int nfs4_server_supports_acls(struct nfs_server *server)
4392{
Malahal Naineni7dd7d952014-01-23 08:54:55 -06004393 return server->caps & NFS_CAP_ACLS;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004394}
4395
Trond Myklebust21f498c2012-08-24 10:59:25 -04004396/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_SIZE, and that
4397 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_SIZE) bytes on
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004398 * the stack.
4399 */
Trond Myklebust21f498c2012-08-24 10:59:25 -04004400#define NFS4ACL_MAXPAGES DIV_ROUND_UP(XATTR_SIZE_MAX, PAGE_SIZE)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004401
Neil Hormane9e3d722011-03-04 19:26:03 -05004402static int buf_to_pages_noslab(const void *buf, size_t buflen,
4403 struct page **pages, unsigned int *pgbase)
4404{
4405 struct page *newpage, **spages;
4406 int rc = 0;
4407 size_t len;
4408 spages = pages;
4409
4410 do {
Trond Myklebust21f498c2012-08-24 10:59:25 -04004411 len = min_t(size_t, PAGE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05004412 newpage = alloc_page(GFP_KERNEL);
4413
4414 if (newpage == NULL)
4415 goto unwind;
4416 memcpy(page_address(newpage), buf, len);
4417 buf += len;
4418 buflen -= len;
4419 *pages++ = newpage;
4420 rc++;
4421 } while (buflen != 0);
4422
4423 return rc;
4424
4425unwind:
4426 for(; rc > 0; rc--)
4427 __free_page(spages[rc-1]);
4428 return -ENOMEM;
4429}
4430
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004431struct nfs4_cached_acl {
4432 int cached;
4433 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00004434 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004435};
4436
4437static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004438{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004439 struct nfs_inode *nfsi = NFS_I(inode);
4440
4441 spin_lock(&inode->i_lock);
4442 kfree(nfsi->nfs4_acl);
4443 nfsi->nfs4_acl = acl;
4444 spin_unlock(&inode->i_lock);
4445}
4446
4447static void nfs4_zap_acl_attr(struct inode *inode)
4448{
4449 nfs4_set_cached_acl(inode, NULL);
4450}
4451
4452static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
4453{
4454 struct nfs_inode *nfsi = NFS_I(inode);
4455 struct nfs4_cached_acl *acl;
4456 int ret = -ENOENT;
4457
4458 spin_lock(&inode->i_lock);
4459 acl = nfsi->nfs4_acl;
4460 if (acl == NULL)
4461 goto out;
4462 if (buf == NULL) /* user is just asking for length */
4463 goto out_len;
4464 if (acl->cached == 0)
4465 goto out;
4466 ret = -ERANGE; /* see getxattr(2) man page */
4467 if (acl->len > buflen)
4468 goto out;
4469 memcpy(buf, acl->data, acl->len);
4470out_len:
4471 ret = acl->len;
4472out:
4473 spin_unlock(&inode->i_lock);
4474 return ret;
4475}
4476
Sachin Prabhu5794d212012-04-17 14:36:40 +01004477static void nfs4_write_cached_acl(struct inode *inode, struct page **pages, size_t pgbase, size_t acl_len)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004478{
4479 struct nfs4_cached_acl *acl;
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004480 size_t buflen = sizeof(*acl) + acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004481
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004482 if (buflen <= PAGE_SIZE) {
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004483 acl = kmalloc(buflen, GFP_KERNEL);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004484 if (acl == NULL)
4485 goto out;
4486 acl->cached = 1;
Sachin Prabhu5794d212012-04-17 14:36:40 +01004487 _copy_from_pages(acl->data, pages, pgbase, acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004488 } else {
4489 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
4490 if (acl == NULL)
4491 goto out;
4492 acl->cached = 0;
4493 }
4494 acl->len = acl_len;
4495out:
4496 nfs4_set_cached_acl(inode, acl);
4497}
4498
Andy Adamsonbf118a32011-12-07 11:55:27 -05004499/*
4500 * The getxattr API returns the required buffer length when called with a
4501 * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating
4502 * the required buf. On a NULL buf, we send a page of data to the server
4503 * guessing that the ACL request can be serviced by a page. If so, we cache
4504 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
4505 * the cache. If not so, we throw away the page, and cache the required
4506 * length. The next getxattr call will then produce another round trip to
4507 * the server, this time with the input buf of the required size.
4508 */
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004509static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004510{
Andy Adamsonbf118a32011-12-07 11:55:27 -05004511 struct page *pages[NFS4ACL_MAXPAGES] = {NULL, };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004512 struct nfs_getaclargs args = {
4513 .fh = NFS_FH(inode),
4514 .acl_pages = pages,
4515 .acl_len = buflen,
4516 };
Benny Halevy663c79b2009-04-01 09:21:59 -04004517 struct nfs_getaclres res = {
4518 .acl_len = buflen,
4519 };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004520 struct rpc_message msg = {
4521 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
4522 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04004523 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004524 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004525 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
4526 int ret = -ENOMEM, i;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004527
Andy Adamsonbf118a32011-12-07 11:55:27 -05004528 /* As long as we're doing a round trip to the server anyway,
4529 * let's be prepared for a page of acl data. */
4530 if (npages == 0)
4531 npages = 1;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004532 if (npages > ARRAY_SIZE(pages))
4533 return -ERANGE;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004534
Andy Adamsonbf118a32011-12-07 11:55:27 -05004535 for (i = 0; i < npages; i++) {
4536 pages[i] = alloc_page(GFP_KERNEL);
4537 if (!pages[i])
4538 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004539 }
Sachin Prabhu5a006892012-04-17 14:35:39 +01004540
4541 /* for decoding across pages */
4542 res.acl_scratch = alloc_page(GFP_KERNEL);
4543 if (!res.acl_scratch)
4544 goto out_free;
4545
Andy Adamsonbf118a32011-12-07 11:55:27 -05004546 args.acl_len = npages * PAGE_SIZE;
4547 args.acl_pgbase = 0;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004548
Peng Taode040be2012-01-10 22:42:47 +08004549 dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n",
Andy Adamsonbf118a32011-12-07 11:55:27 -05004550 __func__, buf, buflen, npages, args.acl_len);
4551 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode),
4552 &msg, &args.seq_args, &res.seq_res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004553 if (ret)
4554 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05004555
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004556 /* Handle the case where the passed-in buffer is too short */
4557 if (res.acl_flags & NFS4_ACL_TRUNC) {
4558 /* Did the user only issue a request for the acl length? */
4559 if (buf == NULL)
4560 goto out_ok;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004561 ret = -ERANGE;
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004562 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004563 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004564 nfs4_write_cached_acl(inode, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004565 if (buf) {
4566 if (res.acl_len > buflen) {
4567 ret = -ERANGE;
4568 goto out_free;
4569 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004570 _copy_from_pages(buf, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004571 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004572out_ok:
4573 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004574out_free:
Andy Adamsonbf118a32011-12-07 11:55:27 -05004575 for (i = 0; i < npages; i++)
4576 if (pages[i])
4577 __free_page(pages[i]);
Trond Myklebust331818f2012-02-03 18:30:53 -05004578 if (res.acl_scratch)
4579 __free_page(res.acl_scratch);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004580 return ret;
4581}
4582
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004583static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
4584{
4585 struct nfs4_exception exception = { };
4586 ssize_t ret;
4587 do {
4588 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
Trond Myklebustc1578b72013-08-12 16:58:42 -04004589 trace_nfs4_get_acl(inode, ret);
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004590 if (ret >= 0)
4591 break;
4592 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
4593 } while (exception.retry);
4594 return ret;
4595}
4596
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004597static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
4598{
4599 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004600 int ret;
4601
4602 if (!nfs4_server_supports_acls(server))
4603 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004604 ret = nfs_revalidate_inode(server, inode);
4605 if (ret < 0)
4606 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004607 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
4608 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004609 ret = nfs4_read_cached_acl(inode, buf, buflen);
4610 if (ret != -ENOENT)
Andy Adamsonbf118a32011-12-07 11:55:27 -05004611 /* -ENOENT is returned if there is no ACL or if there is an ACL
4612 * but no cached acl data, just the acl length */
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004613 return ret;
4614 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004615}
4616
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004617static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004618{
4619 struct nfs_server *server = NFS_SERVER(inode);
4620 struct page *pages[NFS4ACL_MAXPAGES];
4621 struct nfs_setaclargs arg = {
4622 .fh = NFS_FH(inode),
4623 .acl_pages = pages,
4624 .acl_len = buflen,
4625 };
Benny Halevy73c403a2009-04-01 09:22:01 -04004626 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004627 struct rpc_message msg = {
4628 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
4629 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04004630 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004631 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004632 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
Neil Hormane9e3d722011-03-04 19:26:03 -05004633 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004634
4635 if (!nfs4_server_supports_acls(server))
4636 return -EOPNOTSUPP;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004637 if (npages > ARRAY_SIZE(pages))
4638 return -ERANGE;
Neil Hormane9e3d722011-03-04 19:26:03 -05004639 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
4640 if (i < 0)
4641 return i;
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04004642 nfs4_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004643 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05004644
4645 /*
4646 * Free each page after tx, so the only ref left is
4647 * held by the network stack
4648 */
4649 for (; i > 0; i--)
4650 put_page(pages[i-1]);
4651
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004652 /*
4653 * Acl update can result in inode attribute update.
4654 * so mark the attribute cache invalid.
4655 */
4656 spin_lock(&inode->i_lock);
4657 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
4658 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04004659 nfs_access_zap_cache(inode);
4660 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004661 return ret;
4662}
4663
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004664static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
4665{
4666 struct nfs4_exception exception = { };
4667 int err;
4668 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004669 err = __nfs4_proc_set_acl(inode, buf, buflen);
4670 trace_nfs4_set_acl(inode, err);
4671 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004672 &exception);
4673 } while (exception.retry);
4674 return err;
4675}
4676
David Quigleyaa9c2662013-05-22 12:50:44 -04004677#ifdef CONFIG_NFS_V4_SECURITY_LABEL
4678static int _nfs4_get_security_label(struct inode *inode, void *buf,
4679 size_t buflen)
4680{
4681 struct nfs_server *server = NFS_SERVER(inode);
4682 struct nfs_fattr fattr;
4683 struct nfs4_label label = {0, 0, buflen, buf};
4684
4685 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004686 struct nfs4_getattr_arg arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004687 .fh = NFS_FH(inode),
4688 .bitmask = bitmask,
4689 };
4690 struct nfs4_getattr_res res = {
4691 .fattr = &fattr,
4692 .label = &label,
4693 .server = server,
4694 };
4695 struct rpc_message msg = {
4696 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004697 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004698 .rpc_resp = &res,
4699 };
4700 int ret;
4701
4702 nfs_fattr_init(&fattr);
4703
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004704 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 0);
David Quigleyaa9c2662013-05-22 12:50:44 -04004705 if (ret)
4706 return ret;
4707 if (!(fattr.valid & NFS_ATTR_FATTR_V4_SECURITY_LABEL))
4708 return -ENOENT;
4709 if (buflen < label.len)
4710 return -ERANGE;
4711 return 0;
4712}
4713
4714static int nfs4_get_security_label(struct inode *inode, void *buf,
4715 size_t buflen)
4716{
4717 struct nfs4_exception exception = { };
4718 int err;
4719
4720 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4721 return -EOPNOTSUPP;
4722
4723 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004724 err = _nfs4_get_security_label(inode, buf, buflen);
4725 trace_nfs4_get_security_label(inode, err);
4726 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004727 &exception);
4728 } while (exception.retry);
4729 return err;
4730}
4731
4732static int _nfs4_do_set_security_label(struct inode *inode,
4733 struct nfs4_label *ilabel,
4734 struct nfs_fattr *fattr,
4735 struct nfs4_label *olabel)
4736{
4737
4738 struct iattr sattr = {0};
4739 struct nfs_server *server = NFS_SERVER(inode);
4740 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Jeff Layton12207f62013-11-01 10:49:32 -04004741 struct nfs_setattrargs arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004742 .fh = NFS_FH(inode),
4743 .iap = &sattr,
4744 .server = server,
4745 .bitmask = bitmask,
4746 .label = ilabel,
4747 };
4748 struct nfs_setattrres res = {
4749 .fattr = fattr,
4750 .label = olabel,
4751 .server = server,
4752 };
4753 struct rpc_message msg = {
4754 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
Jeff Layton12207f62013-11-01 10:49:32 -04004755 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004756 .rpc_resp = &res,
4757 };
4758 int status;
4759
Jeff Layton12207f62013-11-01 10:49:32 -04004760 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
David Quigleyaa9c2662013-05-22 12:50:44 -04004761
Jeff Layton12207f62013-11-01 10:49:32 -04004762 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04004763 if (status)
4764 dprintk("%s failed: %d\n", __func__, status);
4765
4766 return status;
4767}
4768
4769static int nfs4_do_set_security_label(struct inode *inode,
4770 struct nfs4_label *ilabel,
4771 struct nfs_fattr *fattr,
4772 struct nfs4_label *olabel)
4773{
4774 struct nfs4_exception exception = { };
4775 int err;
4776
4777 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004778 err = _nfs4_do_set_security_label(inode, ilabel,
4779 fattr, olabel);
4780 trace_nfs4_set_security_label(inode, err);
4781 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004782 &exception);
4783 } while (exception.retry);
4784 return err;
4785}
4786
4787static int
4788nfs4_set_security_label(struct dentry *dentry, const void *buf, size_t buflen)
4789{
4790 struct nfs4_label ilabel, *olabel = NULL;
4791 struct nfs_fattr fattr;
4792 struct rpc_cred *cred;
4793 struct inode *inode = dentry->d_inode;
4794 int status;
4795
4796 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4797 return -EOPNOTSUPP;
4798
4799 nfs_fattr_init(&fattr);
4800
4801 ilabel.pi = 0;
4802 ilabel.lfs = 0;
4803 ilabel.label = (char *)buf;
4804 ilabel.len = buflen;
4805
4806 cred = rpc_lookup_cred();
4807 if (IS_ERR(cred))
4808 return PTR_ERR(cred);
4809
4810 olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
4811 if (IS_ERR(olabel)) {
4812 status = -PTR_ERR(olabel);
4813 goto out;
4814 }
4815
4816 status = nfs4_do_set_security_label(inode, &ilabel, &fattr, olabel);
4817 if (status == 0)
4818 nfs_setsecurity(inode, &fattr, olabel);
4819
4820 nfs4_label_free(olabel);
4821out:
4822 put_rpccred(cred);
4823 return status;
4824}
4825#endif /* CONFIG_NFS_V4_SECURITY_LABEL */
4826
4827
Linus Torvalds1da177e2005-04-16 15:20:36 -07004828static int
NeilBrown8478eaa2014-09-18 16:09:27 +10004829nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server,
4830 struct nfs4_state *state, long *timeout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004831{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004832 struct nfs_client *clp = server->nfs_client;
4833
4834 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004835 return 0;
4836 switch(task->tk_status) {
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05004837 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004838 case -NFS4ERR_ADMIN_REVOKED:
4839 case -NFS4ERR_BAD_STATEID:
4840 case -NFS4ERR_OPENMODE:
4841 if (state == NULL)
4842 break;
Trond Myklebust5d422302013-03-14 16:57:48 -04004843 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004844 goto recovery_failed;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004845 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -04004846 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -04004847 if (state != NULL) {
4848 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004849 goto recovery_failed;
Trond Myklebust5d422302013-03-14 16:57:48 -04004850 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004851 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004852 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004853 nfs4_schedule_lease_recovery(clp);
4854 goto wait_on_recovery;
Chuck Lever519ae252013-10-17 14:13:19 -04004855 case -NFS4ERR_MOVED:
4856 if (nfs4_schedule_migration_recovery(server) < 0)
4857 goto recovery_failed;
4858 goto wait_on_recovery;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04004859 case -NFS4ERR_LEASE_MOVED:
4860 nfs4_schedule_lease_moved_recovery(clp);
4861 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004862#if defined(CONFIG_NFS_V4_1)
4863 case -NFS4ERR_BADSESSION:
4864 case -NFS4ERR_BADSLOT:
4865 case -NFS4ERR_BAD_HIGH_SLOT:
4866 case -NFS4ERR_DEADSESSION:
4867 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4868 case -NFS4ERR_SEQ_FALSE_RETRY:
4869 case -NFS4ERR_SEQ_MISORDERED:
4870 dprintk("%s ERROR %d, Reset session\n", __func__,
4871 task->tk_status);
Trond Myklebust9f594792012-05-27 13:02:53 -04004872 nfs4_schedule_session_recovery(clp->cl_session, task->tk_status);
Andy Adamson4a82fd72013-11-15 16:36:16 -05004873 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004874#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004875 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004876 nfs_inc_server_stats(server, NFSIOS_DELAY);
NeilBrown8478eaa2014-09-18 16:09:27 +10004877 rpc_delay(task, nfs4_update_delay(timeout));
4878 goto restart_call;
Chuck Lever006ea732006-03-20 13:44:14 -05004879 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004880 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04004881 case -NFS4ERR_RETRY_UNCACHED_REP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004882 case -NFS4ERR_OLD_STATEID:
Chuck Leverf1478c12013-10-17 14:13:07 -04004883 goto restart_call;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004884 }
4885 task->tk_status = nfs4_map_errors(task->tk_status);
4886 return 0;
Chuck Lever9f51a782013-10-17 14:13:13 -04004887recovery_failed:
Trond Myklebust5d422302013-03-14 16:57:48 -04004888 task->tk_status = -EIO;
4889 return 0;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004890wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004891 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004892 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
4893 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
Chuck Lever519ae252013-10-17 14:13:19 -04004894 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
4895 goto recovery_failed;
Chuck Leverf1478c12013-10-17 14:13:07 -04004896restart_call:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004897 task->tk_status = 0;
4898 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004899}
4900
Chuck Leverf0920752012-05-21 22:45:41 -04004901static void nfs4_init_boot_verifier(const struct nfs_client *clp,
4902 nfs4_verifier *bootverf)
Chuck Levercd937102012-03-02 17:14:31 -05004903{
4904 __be32 verf[2];
4905
Chuck Lever2c820d92012-05-21 22:45:33 -04004906 if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) {
4907 /* An impossible timestamp guarantees this value
4908 * will never match a generated boot time. */
4909 verf[0] = 0;
Trond Myklebust17f26b12013-08-21 15:48:42 -04004910 verf[1] = cpu_to_be32(NSEC_PER_SEC + 1);
Chuck Lever2c820d92012-05-21 22:45:33 -04004911 } else {
Chuck Leverf0920752012-05-21 22:45:41 -04004912 struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id);
Trond Myklebust17f26b12013-08-21 15:48:42 -04004913 verf[0] = cpu_to_be32(nn->boot_time.tv_sec);
4914 verf[1] = cpu_to_be32(nn->boot_time.tv_nsec);
Chuck Lever2c820d92012-05-21 22:45:33 -04004915 }
Chuck Levercd937102012-03-02 17:14:31 -05004916 memcpy(bootverf->data, verf, sizeof(bootverf->data));
4917}
4918
Chuck Levere984a552012-09-14 17:24:21 -04004919static unsigned int
4920nfs4_init_nonuniform_client_string(const struct nfs_client *clp,
4921 char *buf, size_t len)
4922{
4923 unsigned int result;
4924
4925 rcu_read_lock();
4926 result = scnprintf(buf, len, "Linux NFSv4.0 %s/%s %s",
4927 clp->cl_ipaddr,
4928 rpc_peeraddr2str(clp->cl_rpcclient,
4929 RPC_DISPLAY_ADDR),
4930 rpc_peeraddr2str(clp->cl_rpcclient,
4931 RPC_DISPLAY_PROTO));
4932 rcu_read_unlock();
4933 return result;
4934}
4935
4936static unsigned int
4937nfs4_init_uniform_client_string(const struct nfs_client *clp,
4938 char *buf, size_t len)
4939{
Trond Myklebust55b59292013-07-24 16:36:35 -04004940 const char *nodename = clp->cl_rpcclient->cl_nodename;
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04004941
4942 if (nfs4_client_id_uniquifier[0] != '\0')
Trond Myklebust55b59292013-07-24 16:36:35 -04004943 return scnprintf(buf, len, "Linux NFSv%u.%u %s/%s",
4944 clp->rpc_ops->version,
4945 clp->cl_minorversion,
4946 nfs4_client_id_uniquifier,
4947 nodename);
Chuck Levere984a552012-09-14 17:24:21 -04004948 return scnprintf(buf, len, "Linux NFSv%u.%u %s",
4949 clp->rpc_ops->version, clp->cl_minorversion,
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04004950 nodename);
Chuck Levere984a552012-09-14 17:24:21 -04004951}
4952
Chuck Lever706cb8d2014-03-12 12:51:47 -04004953/*
4954 * nfs4_callback_up_net() starts only "tcp" and "tcp6" callback
4955 * services. Advertise one based on the address family of the
4956 * clientaddr.
4957 */
4958static unsigned int
4959nfs4_init_callback_netid(const struct nfs_client *clp, char *buf, size_t len)
4960{
4961 if (strchr(clp->cl_ipaddr, ':') != NULL)
4962 return scnprintf(buf, len, "tcp6");
4963 else
4964 return scnprintf(buf, len, "tcp");
4965}
4966
Jeff Laytonf11b2a12014-06-21 20:52:17 -04004967static void nfs4_setclientid_done(struct rpc_task *task, void *calldata)
4968{
4969 struct nfs4_setclientid *sc = calldata;
4970
4971 if (task->tk_status == 0)
4972 sc->sc_cred = get_rpccred(task->tk_rqstp->rq_cred);
4973}
4974
4975static const struct rpc_call_ops nfs4_setclientid_ops = {
4976 .rpc_call_done = nfs4_setclientid_done,
4977};
4978
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004979/**
4980 * nfs4_proc_setclientid - Negotiate client ID
4981 * @clp: state data structure
4982 * @program: RPC program for NFSv4 callback service
4983 * @port: IP port number for NFS4 callback service
4984 * @cred: RPC credential to use for this call
4985 * @res: where to place the result
4986 *
4987 * Returns zero, a negative errno, or a negative NFS4ERR status code.
4988 */
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04004989int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
4990 unsigned short port, struct rpc_cred *cred,
4991 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004992{
4993 nfs4_verifier sc_verifier;
4994 struct nfs4_setclientid setclientid = {
4995 .sc_verifier = &sc_verifier,
4996 .sc_prog = program,
Andy Adamsonf4eecd52011-01-06 02:04:30 +00004997 .sc_cb_ident = clp->cl_cb_ident,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004998 };
4999 struct rpc_message msg = {
5000 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
5001 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005002 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005003 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005004 };
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005005 struct rpc_task *task;
5006 struct rpc_task_setup task_setup_data = {
5007 .rpc_client = clp->cl_rpcclient,
5008 .rpc_message = &msg,
5009 .callback_ops = &nfs4_setclientid_ops,
5010 .callback_data = &setclientid,
5011 .flags = RPC_TASK_TIMEOUT,
5012 };
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005013 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005014
Chuck Leverde734832012-07-11 16:30:50 -04005015 /* nfs_client_id4 */
Chuck Leverf0920752012-05-21 22:45:41 -04005016 nfs4_init_boot_verifier(clp, &sc_verifier);
Chuck Levere984a552012-09-14 17:24:21 -04005017 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags))
5018 setclientid.sc_name_len =
5019 nfs4_init_uniform_client_string(clp,
5020 setclientid.sc_name,
5021 sizeof(setclientid.sc_name));
5022 else
5023 setclientid.sc_name_len =
5024 nfs4_init_nonuniform_client_string(clp,
5025 setclientid.sc_name,
5026 sizeof(setclientid.sc_name));
Chuck Leverde734832012-07-11 16:30:50 -04005027 /* cb_client4 */
Chuck Lever706cb8d2014-03-12 12:51:47 -04005028 setclientid.sc_netid_len =
5029 nfs4_init_callback_netid(clp,
5030 setclientid.sc_netid,
5031 sizeof(setclientid.sc_netid));
Chuck Leverde734832012-07-11 16:30:50 -04005032 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05005033 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07005034 clp->cl_ipaddr, port >> 8, port & 255);
5035
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005036 dprintk("NFS call setclientid auth=%s, '%.*s'\n",
5037 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5038 setclientid.sc_name_len, setclientid.sc_name);
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005039 task = rpc_run_task(&task_setup_data);
5040 if (IS_ERR(task)) {
5041 status = PTR_ERR(task);
5042 goto out;
5043 }
5044 status = task->tk_status;
5045 if (setclientid.sc_cred) {
5046 clp->cl_acceptor = rpcauth_stringify_acceptor(setclientid.sc_cred);
5047 put_rpccred(setclientid.sc_cred);
5048 }
5049 rpc_put_task(task);
5050out:
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005051 trace_nfs4_setclientid(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005052 dprintk("NFS reply setclientid: %d\n", status);
5053 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005054}
5055
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005056/**
5057 * nfs4_proc_setclientid_confirm - Confirm client ID
5058 * @clp: state data structure
5059 * @res: result of a previous SETCLIENTID
5060 * @cred: RPC credential to use for this call
5061 *
5062 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5063 */
Trond Myklebustfd954ae2011-04-24 14:28:18 -04005064int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005065 struct nfs4_setclientid_res *arg,
5066 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005067{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005068 struct rpc_message msg = {
5069 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005070 .rpc_argp = arg,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005071 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005072 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005073 int status;
5074
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005075 dprintk("NFS call setclientid_confirm auth=%s, (client ID %llx)\n",
5076 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5077 clp->cl_clientid);
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005078 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005079 trace_nfs4_setclientid_confirm(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005080 dprintk("NFS reply setclientid_confirm: %d\n", status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005081 return status;
5082}
5083
Trond Myklebustfe650402006-01-03 09:55:18 +01005084struct nfs4_delegreturndata {
5085 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005086 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01005087 struct nfs_fh fh;
5088 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005089 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005090 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01005091 int rpc_status;
Peng Tao039b7562014-07-03 13:05:02 +08005092 struct inode *inode;
5093 bool roc;
5094 u32 roc_barrier;
Trond Myklebustfe650402006-01-03 09:55:18 +01005095};
5096
Trond Myklebustfe650402006-01-03 09:55:18 +01005097static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
5098{
5099 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04005100
Trond Myklebust14516c32010-07-31 14:29:06 -04005101 if (!nfs4_sequence_done(task, &data->res.seq_res))
5102 return;
Andy Adamson938e1012009-04-01 09:22:28 -04005103
Trond Myklebustca8acf82013-08-13 10:36:56 -04005104 trace_nfs4_delegreturn_exit(&data->args, &data->res, task->tk_status);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005105 switch (task->tk_status) {
Ricardo Labiaga79708862009-12-07 09:23:21 -05005106 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01005107 renew_lease(data->res.server, data->timestamp);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005108 case -NFS4ERR_ADMIN_REVOKED:
5109 case -NFS4ERR_DELEG_REVOKED:
5110 case -NFS4ERR_BAD_STATEID:
5111 case -NFS4ERR_OLD_STATEID:
5112 case -NFS4ERR_STALE_STATEID:
5113 case -NFS4ERR_EXPIRED:
5114 task->tk_status = 0;
Peng Tao039b7562014-07-03 13:05:02 +08005115 if (data->roc)
5116 pnfs_roc_set_barrier(data->inode, data->roc_barrier);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005117 break;
Ricardo Labiaga79708862009-12-07 09:23:21 -05005118 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005119 if (nfs4_async_handle_error(task, data->res.server,
5120 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005121 rpc_restart_call_prepare(task);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005122 return;
5123 }
5124 }
5125 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01005126}
5127
5128static void nfs4_delegreturn_release(void *calldata)
5129{
Peng Tao039b7562014-07-03 13:05:02 +08005130 struct nfs4_delegreturndata *data = calldata;
5131
5132 if (data->roc)
5133 pnfs_roc_release(data->inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005134 kfree(calldata);
5135}
5136
Andy Adamson938e1012009-04-01 09:22:28 -04005137static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
5138{
5139 struct nfs4_delegreturndata *d_data;
5140
5141 d_data = (struct nfs4_delegreturndata *)data;
5142
Peng Tao039b7562014-07-03 13:05:02 +08005143 if (d_data->roc &&
5144 pnfs_roc_drain(d_data->inode, &d_data->roc_barrier, task))
5145 return;
5146
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005147 nfs4_setup_sequence(d_data->res.server,
5148 &d_data->args.seq_args,
5149 &d_data->res.seq_res,
5150 task);
Andy Adamson938e1012009-04-01 09:22:28 -04005151}
Andy Adamson938e1012009-04-01 09:22:28 -04005152
Jesper Juhlc8d149f2006-03-20 13:44:07 -05005153static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04005154 .rpc_call_prepare = nfs4_delegreturn_prepare,
Trond Myklebustfe650402006-01-03 09:55:18 +01005155 .rpc_call_done = nfs4_delegreturn_done,
5156 .rpc_release = nfs4_delegreturn_release,
5157};
5158
Trond Myklebuste6f81072008-01-24 18:14:34 -05005159static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01005160{
5161 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005162 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005163 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005164 struct rpc_message msg = {
5165 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
5166 .rpc_cred = cred,
5167 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005168 struct rpc_task_setup task_setup_data = {
5169 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04005170 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005171 .callback_ops = &nfs4_delegreturn_ops,
5172 .flags = RPC_TASK_ASYNC,
5173 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05005174 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01005175
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005176 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01005177 if (data == NULL)
5178 return -ENOMEM;
Chuck Levera9c92d62013-08-09 12:48:18 -04005179 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Trond Myklebustfe650402006-01-03 09:55:18 +01005180 data->args.fhandle = &data->fh;
5181 data->args.stateid = &data->stateid;
Trond Myklebust9e907fe2012-04-27 13:48:17 -04005182 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01005183 nfs_copy_fh(&data->fh, NFS_FH(inode));
Trond Myklebustf597c532012-03-04 18:13:56 -05005184 nfs4_stateid_copy(&data->stateid, stateid);
Trond Myklebustfa178f22006-01-03 09:55:38 +01005185 data->res.fattr = &data->fattr;
5186 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005187 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01005188 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01005189 data->rpc_status = 0;
Peng Tao039b7562014-07-03 13:05:02 +08005190 data->inode = inode;
5191 data->roc = list_empty(&NFS_I(inode)->open_files) ?
5192 pnfs_roc(inode) : false;
Trond Myklebustfe650402006-01-03 09:55:18 +01005193
Trond Myklebustc970aa82007-07-14 15:39:59 -04005194 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05005195 msg.rpc_argp = &data->args;
5196 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005197 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005198 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01005199 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005200 if (!issync)
5201 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01005202 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005203 if (status != 0)
5204 goto out;
5205 status = data->rpc_status;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04005206 if (status == 0)
5207 nfs_post_op_update_inode_force_wcc(inode, &data->fattr);
5208 else
5209 nfs_refresh_inode(inode, &data->fattr);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005210out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005211 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01005212 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005213}
5214
Trond Myklebuste6f81072008-01-24 18:14:34 -05005215int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005216{
5217 struct nfs_server *server = NFS_SERVER(inode);
5218 struct nfs4_exception exception = { };
5219 int err;
5220 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05005221 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Trond Myklebustca8acf82013-08-13 10:36:56 -04005222 trace_nfs4_delegreturn(inode, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005223 switch (err) {
5224 case -NFS4ERR_STALE_STATEID:
5225 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005226 case 0:
5227 return 0;
5228 }
5229 err = nfs4_handle_exception(server, err, &exception);
5230 } while (exception.retry);
5231 return err;
5232}
5233
5234#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
5235#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
5236
5237/*
5238 * sleep, with exponential backoff, and retry the LOCK operation.
5239 */
5240static unsigned long
5241nfs4_set_lock_task_retry(unsigned long timeout)
5242{
Colin Cross416ad3c2013-05-06 23:50:06 +00005243 freezable_schedule_timeout_killable_unsafe(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005244 timeout <<= 1;
5245 if (timeout > NFS4_LOCK_MAXTIMEOUT)
5246 return NFS4_LOCK_MAXTIMEOUT;
5247 return timeout;
5248}
5249
Linus Torvalds1da177e2005-04-16 15:20:36 -07005250static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5251{
5252 struct inode *inode = state->inode;
5253 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04005254 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005255 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005256 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005257 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005258 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005259 struct nfs_lockt_res res = {
5260 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005261 };
5262 struct rpc_message msg = {
5263 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
5264 .rpc_argp = &arg,
5265 .rpc_resp = &res,
5266 .rpc_cred = state->owner->so_cred,
5267 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005268 struct nfs4_lock_state *lsp;
5269 int status;
5270
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005271 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005272 status = nfs4_set_lock_state(state, request);
5273 if (status != 0)
5274 goto out;
5275 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005276 arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005277 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00005278 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005279 switch (status) {
5280 case 0:
5281 request->fl_type = F_UNLCK;
5282 break;
5283 case -NFS4ERR_DENIED:
5284 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005285 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05005286 request->fl_ops->fl_release_private(request);
Trond Myklebusta6f951d2013-10-01 14:24:58 -04005287 request->fl_ops = NULL;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005288out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005289 return status;
5290}
5291
5292static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5293{
5294 struct nfs4_exception exception = { };
5295 int err;
5296
5297 do {
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005298 err = _nfs4_proc_getlk(state, cmd, request);
5299 trace_nfs4_get_lock(request, state, cmd, err);
5300 err = nfs4_handle_exception(NFS_SERVER(state->inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005301 &exception);
5302 } while (exception.retry);
5303 return err;
5304}
5305
5306static int do_vfs_lock(struct file *file, struct file_lock *fl)
5307{
5308 int res = 0;
5309 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
5310 case FL_POSIX:
5311 res = posix_lock_file_wait(file, fl);
5312 break;
5313 case FL_FLOCK:
5314 res = flock_lock_file_wait(file, fl);
5315 break;
5316 default:
5317 BUG();
5318 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005319 return res;
5320}
5321
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005322struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005323 struct nfs_locku_args arg;
5324 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005325 struct nfs4_lock_state *lsp;
5326 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005327 struct file_lock fl;
5328 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005329 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005330};
5331
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005332static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
5333 struct nfs_open_context *ctx,
5334 struct nfs4_lock_state *lsp,
5335 struct nfs_seqid *seqid)
5336{
5337 struct nfs4_unlockdata *p;
5338 struct inode *inode = lsp->ls_state->inode;
5339
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005340 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005341 if (p == NULL)
5342 return NULL;
5343 p->arg.fh = NFS_FH(inode);
5344 p->arg.fl = &p->fl;
5345 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005346 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005347 p->arg.stateid = &lsp->ls_stateid;
5348 p->lsp = lsp;
5349 atomic_inc(&lsp->ls_count);
5350 /* Ensure we don't close file until we're done freeing locks! */
5351 p->ctx = get_nfs_open_context(ctx);
5352 memcpy(&p->fl, fl, sizeof(p->fl));
5353 p->server = NFS_SERVER(inode);
5354 return p;
5355}
5356
Trond Myklebust06f814a2006-01-03 09:55:07 +01005357static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005358{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005359 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005360 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005361 nfs4_put_lock_state(calldata->lsp);
5362 put_nfs_open_context(calldata->ctx);
5363 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005364}
5365
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005366static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005367{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005368 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005369
Trond Myklebust14516c32010-07-31 14:29:06 -04005370 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
5371 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005372 switch (task->tk_status) {
5373 case 0:
Trond Myklebustf597c532012-03-04 18:13:56 -05005374 nfs4_stateid_copy(&calldata->lsp->ls_stateid,
5375 &calldata->res.stateid);
Trond Myklebust26e976a2006-01-03 09:55:21 +01005376 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005377 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05005378 case -NFS4ERR_BAD_STATEID:
5379 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005380 case -NFS4ERR_STALE_STATEID:
5381 case -NFS4ERR_EXPIRED:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005382 break;
5383 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005384 if (nfs4_async_handle_error(task, calldata->server,
5385 NULL, NULL) == -EAGAIN)
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005386 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005387 }
Trond Myklebust2b1bc302012-10-29 18:53:23 -04005388 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005389}
5390
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005391static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005392{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005393 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005394
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005395 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005396 goto out_wait;
Trond Myklebust795a88c2012-09-10 13:26:49 -04005397 if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005398 /* Note: exit _without_ running nfs4_locku_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005399 goto out_no_action;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005400 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005401 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005402 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04005403 &calldata->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005404 &calldata->res.seq_res,
5405 task) != 0)
5406 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005407 return;
5408out_no_action:
5409 task->tk_action = NULL;
5410out_wait:
5411 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005412}
5413
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005414static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005415 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005416 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01005417 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005418};
5419
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005420static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
5421 struct nfs_open_context *ctx,
5422 struct nfs4_lock_state *lsp,
5423 struct nfs_seqid *seqid)
5424{
5425 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005426 struct rpc_message msg = {
5427 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
5428 .rpc_cred = ctx->cred,
5429 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005430 struct rpc_task_setup task_setup_data = {
5431 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005432 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005433 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005434 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005435 .flags = RPC_TASK_ASYNC,
5436 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005437
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04005438 nfs4_state_protect(NFS_SERVER(lsp->ls_state->inode)->nfs_client,
5439 NFS_SP4_MACH_CRED_CLEANUP, &task_setup_data.rpc_client, &msg);
5440
Frank Filz137d6ac2007-07-09 15:32:29 -07005441 /* Ensure this is an unlock - when canceling a lock, the
5442 * canceled lock is passed in, and it won't be an unlock.
5443 */
5444 fl->fl_type = F_UNLCK;
5445
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005446 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
5447 if (data == NULL) {
5448 nfs_free_seqid(seqid);
5449 return ERR_PTR(-ENOMEM);
5450 }
5451
Chuck Levera9c92d62013-08-09 12:48:18 -04005452 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005453 msg.rpc_argp = &data->arg;
5454 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005455 task_setup_data.callback_data = data;
5456 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005457}
5458
Linus Torvalds1da177e2005-04-16 15:20:36 -07005459static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
5460{
Trond Myklebust65b62a22013-02-07 10:54:07 -05005461 struct inode *inode = state->inode;
5462 struct nfs4_state_owner *sp = state->owner;
5463 struct nfs_inode *nfsi = NFS_I(inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005464 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005465 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01005466 struct rpc_task *task;
5467 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005468 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005469
Trond Myklebust9b073572006-06-29 16:38:34 -04005470 status = nfs4_set_lock_state(state, request);
5471 /* Unlock _before_ we do the RPC call */
5472 request->fl_flags |= FL_EXISTS;
Trond Myklebust65b62a22013-02-07 10:54:07 -05005473 /* Exclude nfs_delegation_claim_locks() */
5474 mutex_lock(&sp->so_delegreturn_mutex);
5475 /* Exclude nfs4_reclaim_open_stateid() - note nesting! */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005476 down_read(&nfsi->rwsem);
5477 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
5478 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005479 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005480 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005481 }
5482 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005483 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005484 if (status != 0)
5485 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005486 /* Is this a delegated lock? */
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005487 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebustc5a2a152013-04-30 12:43:42 -04005488 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) == 0)
5489 goto out;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005490 seqid = nfs_alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04005491 status = -ENOMEM;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005492 if (seqid == NULL)
Trond Myklebust9b073572006-06-29 16:38:34 -04005493 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005494 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005495 status = PTR_ERR(task);
5496 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04005497 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005498 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005499 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04005500out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005501 request->fl_flags = fl_flags;
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005502 trace_nfs4_unlock(request, state, F_SETLK, status);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005503 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005504}
5505
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005506struct nfs4_lockdata {
5507 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005508 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005509 struct nfs4_lock_state *lsp;
5510 struct nfs_open_context *ctx;
5511 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005512 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005513 int rpc_status;
5514 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04005515 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005516};
5517
5518static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005519 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
5520 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005521{
5522 struct nfs4_lockdata *p;
5523 struct inode *inode = lsp->ls_state->inode;
5524 struct nfs_server *server = NFS_SERVER(inode);
5525
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005526 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005527 if (p == NULL)
5528 return NULL;
5529
5530 p->arg.fh = NFS_FH(inode);
5531 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005532 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005533 if (p->arg.open_seqid == NULL)
5534 goto out_free;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005535 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005536 if (p->arg.lock_seqid == NULL)
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005537 goto out_free_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005538 p->arg.lock_stateid = &lsp->ls_stateid;
David Howells7539bba2006-08-22 20:06:09 -04005539 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005540 p->arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005541 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005542 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005543 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04005544 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005545 atomic_inc(&lsp->ls_count);
5546 p->ctx = get_nfs_open_context(ctx);
5547 memcpy(&p->fl, fl, sizeof(p->fl));
5548 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005549out_free_seqid:
5550 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005551out_free:
5552 kfree(p);
5553 return NULL;
5554}
5555
5556static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
5557{
5558 struct nfs4_lockdata *data = calldata;
5559 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005560
Harvey Harrison3110ff82008-05-02 13:42:44 -07005561 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005562 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005563 goto out_wait;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005564 /* Do we need to do an open_to_lock_owner? */
5565 if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005566 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) {
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005567 goto out_release_lock_seqid;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005568 }
Trond Myklebust8e472f32013-04-20 01:30:53 -04005569 data->arg.open_stateid = &state->open_stateid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005570 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005571 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005572 } else
5573 data->arg.new_lock_owner = 0;
Trond Myklebust5d422302013-03-14 16:57:48 -04005574 if (!nfs4_valid_open_stateid(state)) {
5575 data->rpc_status = -EBADF;
5576 task->tk_action = NULL;
5577 goto out_release_open_seqid;
5578 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005579 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005580 if (nfs4_setup_sequence(data->server,
5581 &data->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005582 &data->res.seq_res,
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005583 task) == 0)
Andy Adamson66179ef2009-04-01 09:22:22 -04005584 return;
Trond Myklebust5d422302013-03-14 16:57:48 -04005585out_release_open_seqid:
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005586 nfs_release_seqid(data->arg.open_seqid);
5587out_release_lock_seqid:
5588 nfs_release_seqid(data->arg.lock_seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005589out_wait:
5590 nfs4_sequence_done(task, &data->res.seq_res);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005591 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005592}
5593
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005594static void nfs4_lock_done(struct rpc_task *task, void *calldata)
5595{
5596 struct nfs4_lockdata *data = calldata;
5597
Harvey Harrison3110ff82008-05-02 13:42:44 -07005598 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005599
Trond Myklebust14516c32010-07-31 14:29:06 -04005600 if (!nfs4_sequence_done(task, &data->res.seq_res))
5601 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04005602
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005603 data->rpc_status = task->tk_status;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005604 if (data->arg.new_lock_owner != 0) {
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005605 if (data->rpc_status == 0)
5606 nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
5607 else
5608 goto out;
5609 }
5610 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05005611 nfs4_stateid_copy(&data->lsp->ls_stateid, &data->res.stateid);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005612 set_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags);
Al Viro3d4ff432011-06-22 18:40:12 -04005613 renew_lease(NFS_SERVER(data->ctx->dentry->d_inode), data->timestamp);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005614 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005615out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07005616 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005617}
5618
5619static void nfs4_lock_release(void *calldata)
5620{
5621 struct nfs4_lockdata *data = calldata;
5622
Harvey Harrison3110ff82008-05-02 13:42:44 -07005623 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005624 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005625 if (data->cancelled != 0) {
5626 struct rpc_task *task;
5627 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
5628 data->arg.lock_seqid);
5629 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08005630 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005631 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005632 } else
5633 nfs_free_seqid(data->arg.lock_seqid);
5634 nfs4_put_lock_state(data->lsp);
5635 put_nfs_open_context(data->ctx);
5636 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005637 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005638}
5639
5640static const struct rpc_call_ops nfs4_lock_ops = {
5641 .rpc_call_prepare = nfs4_lock_prepare,
5642 .rpc_call_done = nfs4_lock_done,
5643 .rpc_release = nfs4_lock_release,
5644};
5645
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005646static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
5647{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005648 switch (error) {
5649 case -NFS4ERR_ADMIN_REVOKED:
5650 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05005651 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005652 if (new_lock_owner != 0 ||
Trond Myklebust795a88c2012-09-10 13:26:49 -04005653 test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05005654 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005655 break;
5656 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005657 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05005658 case -NFS4ERR_EXPIRED:
5659 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005660 };
5661}
5662
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005663static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005664{
5665 struct nfs4_lockdata *data;
5666 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005667 struct rpc_message msg = {
5668 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
5669 .rpc_cred = state->owner->so_cred,
5670 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005671 struct rpc_task_setup task_setup_data = {
5672 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005673 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005674 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005675 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005676 .flags = RPC_TASK_ASYNC,
5677 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005678 int ret;
5679
Harvey Harrison3110ff82008-05-02 13:42:44 -07005680 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005681 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005682 fl->fl_u.nfs4_fl.owner,
5683 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005684 if (data == NULL)
5685 return -ENOMEM;
5686 if (IS_SETLKW(cmd))
5687 data->arg.block = 1;
Chuck Levera9c92d62013-08-09 12:48:18 -04005688 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005689 msg.rpc_argp = &data->arg;
5690 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005691 task_setup_data.callback_data = data;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005692 if (recovery_type > NFS_LOCK_NEW) {
5693 if (recovery_type == NFS_LOCK_RECLAIM)
5694 data->arg.reclaim = NFS_LOCK_RECLAIM;
5695 nfs4_set_sequence_privileged(&data->arg.seq_args);
5696 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04005697 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005698 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005699 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005700 ret = nfs4_wait_for_completion_rpc_task(task);
5701 if (ret == 0) {
5702 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005703 if (ret)
5704 nfs4_handle_setlk_error(data->server, data->lsp,
5705 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005706 } else
5707 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005708 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005709 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005710 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005711}
5712
5713static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
5714{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005715 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005716 struct nfs4_exception exception = {
5717 .inode = state->inode,
5718 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005719 int err;
5720
5721 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005722 /* Cache the lock if possible... */
5723 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5724 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005725 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005726 trace_nfs4_lock_reclaim(request, state, F_SETLK, err);
Trond Myklebust168667c2010-10-19 19:47:49 -04005727 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00005728 break;
5729 nfs4_handle_exception(server, err, &exception);
5730 } while (exception.retry);
5731 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005732}
5733
5734static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
5735{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005736 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005737 struct nfs4_exception exception = {
5738 .inode = state->inode,
5739 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005740 int err;
5741
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005742 err = nfs4_set_lock_state(state, request);
5743 if (err != 0)
5744 return err;
Trond Myklebustf6de7a32013-09-04 10:08:54 -04005745 if (!recover_lost_locks) {
NeilBrownef1820f2013-09-04 17:04:49 +10005746 set_bit(NFS_LOCK_LOST, &request->fl_u.nfs4_fl.owner->ls_flags);
5747 return 0;
5748 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005749 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005750 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5751 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005752 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005753 trace_nfs4_lock_expired(request, state, F_SETLK, err);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005754 switch (err) {
5755 default:
5756 goto out;
5757 case -NFS4ERR_GRACE:
5758 case -NFS4ERR_DELAY:
5759 nfs4_handle_exception(server, err, &exception);
5760 err = 0;
5761 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005762 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005763out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00005764 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005765}
5766
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005767#if defined(CONFIG_NFS_V4_1)
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005768/**
5769 * nfs41_check_expired_locks - possibly free a lock stateid
5770 *
5771 * @state: NFSv4 state for an inode
5772 *
5773 * Returns NFS_OK if recovery for this stateid is now finished.
5774 * Otherwise a negative NFS4ERR value is returned.
5775 */
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005776static int nfs41_check_expired_locks(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005777{
Chuck Levereb64cf92012-07-11 16:30:05 -04005778 int status, ret = -NFS4ERR_BAD_STATEID;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005779 struct nfs4_lock_state *lsp;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005780 struct nfs_server *server = NFS_SERVER(state->inode);
5781
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005782 list_for_each_entry(lsp, &state->lock_states, ls_locks) {
Trond Myklebust795a88c2012-09-10 13:26:49 -04005783 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005784 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
5785
5786 status = nfs41_test_stateid(server,
5787 &lsp->ls_stateid,
5788 cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04005789 trace_nfs4_test_lock_stateid(state, lsp, status);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005790 if (status != NFS_OK) {
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005791 /* Free the stateid unless the server
5792 * informs us the stateid is unrecognized. */
Chuck Lever89af2732012-07-11 16:29:56 -04005793 if (status != -NFS4ERR_BAD_STATEID)
5794 nfs41_free_stateid(server,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005795 &lsp->ls_stateid,
5796 cred);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005797 clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005798 ret = status;
5799 }
5800 }
5801 };
5802
5803 return ret;
5804}
5805
5806static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
5807{
5808 int status = NFS_OK;
5809
5810 if (test_bit(LK_STATE_IN_USE, &state->flags))
5811 status = nfs41_check_expired_locks(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04005812 if (status != NFS_OK)
5813 status = nfs4_lock_expired(state, request);
5814 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005815}
5816#endif
5817
Linus Torvalds1da177e2005-04-16 15:20:36 -07005818static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5819{
Trond Myklebust9a99af492013-02-04 20:17:49 -05005820 struct nfs4_state_owner *sp = state->owner;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005821 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005822 unsigned char fl_flags = request->fl_flags;
Trond Myklebust9a99af492013-02-04 20:17:49 -05005823 unsigned int seq;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005824 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005825
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005826 if ((fl_flags & FL_POSIX) &&
5827 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
5828 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005829 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005830 status = nfs4_set_lock_state(state, request);
5831 if (status != 0)
5832 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005833 request->fl_flags |= FL_ACCESS;
5834 status = do_vfs_lock(request->fl_file, request);
5835 if (status < 0)
5836 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005837 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005838 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04005839 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04005840 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005841 request->fl_flags = fl_flags & ~FL_SLEEP;
5842 status = do_vfs_lock(request->fl_file, request);
5843 goto out_unlock;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005844 }
Trond Myklebust9a99af492013-02-04 20:17:49 -05005845 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
5846 up_read(&nfsi->rwsem);
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005847 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005848 if (status != 0)
Trond Myklebust9a99af492013-02-04 20:17:49 -05005849 goto out;
5850 down_read(&nfsi->rwsem);
5851 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq)) {
5852 status = -NFS4ERR_DELAY;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005853 goto out_unlock;
Trond Myklebust9a99af492013-02-04 20:17:49 -05005854 }
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005855 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04005856 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005857 if (do_vfs_lock(request->fl_file, request) < 0)
Weston Andros Adamsona0308892012-01-26 13:32:23 -05005858 printk(KERN_WARNING "NFS: %s: VFS is out of sync with lock "
5859 "manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005860out_unlock:
Trond Myklebust19e03c52008-12-23 15:21:44 -05005861 up_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005862out:
5863 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005864 return status;
5865}
5866
5867static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5868{
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05005869 struct nfs4_exception exception = {
5870 .state = state,
Trond Myklebust05ffe242012-04-18 12:20:10 -04005871 .inode = state->inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05005872 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005873 int err;
5874
5875 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07005876 err = _nfs4_proc_setlk(state, cmd, request);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005877 trace_nfs4_set_lock(request, state, cmd, err);
Trond Myklebust965b5d62009-06-17 13:22:59 -07005878 if (err == -NFS4ERR_DENIED)
5879 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005880 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07005881 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005882 } while (exception.retry);
5883 return err;
5884}
5885
5886static int
5887nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
5888{
5889 struct nfs_open_context *ctx;
5890 struct nfs4_state *state;
5891 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
5892 int status;
5893
5894 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005895 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005896 state = ctx->state;
5897
5898 if (request->fl_start < 0 || request->fl_end < 0)
5899 return -EINVAL;
5900
Trond Myklebustd9531262009-07-21 19:22:38 -04005901 if (IS_GETLK(cmd)) {
5902 if (state != NULL)
5903 return nfs4_proc_getlk(state, F_GETLK, request);
5904 return 0;
5905 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005906
5907 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
5908 return -EINVAL;
5909
Trond Myklebustd9531262009-07-21 19:22:38 -04005910 if (request->fl_type == F_UNLCK) {
5911 if (state != NULL)
5912 return nfs4_proc_unlck(state, cmd, request);
5913 return 0;
5914 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005915
Trond Myklebustd9531262009-07-21 19:22:38 -04005916 if (state == NULL)
5917 return -ENOLCK;
Trond Myklebust55725512012-04-18 12:48:35 -04005918 /*
5919 * Don't rely on the VFS having checked the file open mode,
5920 * since it won't do this for flock() locks.
5921 */
Jeff Laytonf44106e2012-07-23 15:49:56 -04005922 switch (request->fl_type) {
Trond Myklebust55725512012-04-18 12:48:35 -04005923 case F_RDLCK:
5924 if (!(filp->f_mode & FMODE_READ))
5925 return -EBADF;
5926 break;
5927 case F_WRLCK:
5928 if (!(filp->f_mode & FMODE_WRITE))
5929 return -EBADF;
5930 }
5931
Linus Torvalds1da177e2005-04-16 15:20:36 -07005932 do {
5933 status = nfs4_proc_setlk(state, cmd, request);
5934 if ((status != -EAGAIN) || IS_SETLK(cmd))
5935 break;
5936 timeout = nfs4_set_lock_task_retry(timeout);
5937 status = -ERESTARTSYS;
5938 if (signalled())
5939 break;
5940 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005941 return status;
5942}
5943
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04005944int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid *stateid)
Trond Myklebust888e6942005-11-04 15:38:11 -05005945{
5946 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust888e6942005-11-04 15:38:11 -05005947 int err;
5948
5949 err = nfs4_set_lock_state(state, fl);
5950 if (err != 0)
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04005951 return err;
Trond Myklebust4a706fa2013-04-01 14:47:22 -04005952 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04005953 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
Trond Myklebust888e6942005-11-04 15:38:11 -05005954}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005955
Trond Myklebustcf470c32012-03-07 13:49:12 -05005956struct nfs_release_lockowner_data {
5957 struct nfs4_lock_state *lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04005958 struct nfs_server *server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05005959 struct nfs_release_lockowner_args args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08005960 struct nfs_release_lockowner_res res;
Chuck Lever60ea6812013-10-17 14:13:47 -04005961 unsigned long timestamp;
Trond Myklebustcf470c32012-03-07 13:49:12 -05005962};
5963
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04005964static void nfs4_release_lockowner_prepare(struct rpc_task *task, void *calldata)
5965{
5966 struct nfs_release_lockowner_data *data = calldata;
Kinglong Mee5b53dc82014-08-04 16:18:16 +08005967 struct nfs_server *server = data->server;
5968 nfs40_setup_sequence(server, &data->args.seq_args,
5969 &data->res.seq_res, task);
5970 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
Chuck Lever60ea6812013-10-17 14:13:47 -04005971 data->timestamp = jiffies;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04005972}
5973
5974static void nfs4_release_lockowner_done(struct rpc_task *task, void *calldata)
5975{
5976 struct nfs_release_lockowner_data *data = calldata;
Chuck Lever60ea6812013-10-17 14:13:47 -04005977 struct nfs_server *server = data->server;
5978
Trond Myklebustb7e63a12014-02-26 11:19:14 -08005979 nfs40_sequence_done(task, &data->res.seq_res);
Chuck Lever60ea6812013-10-17 14:13:47 -04005980
5981 switch (task->tk_status) {
5982 case 0:
5983 renew_lease(server, data->timestamp);
5984 break;
5985 case -NFS4ERR_STALE_CLIENTID:
5986 case -NFS4ERR_EXPIRED:
Kinglong Mee5b53dc82014-08-04 16:18:16 +08005987 nfs4_schedule_lease_recovery(server->nfs_client);
5988 break;
Chuck Lever60ea6812013-10-17 14:13:47 -04005989 case -NFS4ERR_LEASE_MOVED:
5990 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10005991 if (nfs4_async_handle_error(task, server,
5992 NULL, NULL) == -EAGAIN)
Chuck Lever60ea6812013-10-17 14:13:47 -04005993 rpc_restart_call_prepare(task);
5994 }
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04005995}
5996
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005997static void nfs4_release_lockowner_release(void *calldata)
5998{
Trond Myklebustcf470c32012-03-07 13:49:12 -05005999 struct nfs_release_lockowner_data *data = calldata;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006000 nfs4_free_lock_state(data->server, data->lsp);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006001 kfree(calldata);
6002}
6003
Trond Myklebust17280172012-03-11 13:11:00 -04006004static const struct rpc_call_ops nfs4_release_lockowner_ops = {
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006005 .rpc_call_prepare = nfs4_release_lockowner_prepare,
6006 .rpc_call_done = nfs4_release_lockowner_done,
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006007 .rpc_release = nfs4_release_lockowner_release,
6008};
6009
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006010static void
6011nfs4_release_lockowner(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006012{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006013 struct nfs_release_lockowner_data *data;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006014 struct rpc_message msg = {
6015 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
6016 };
6017
6018 if (server->nfs_client->cl_mvops->minor_version != 0)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006019 return;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006020
Trond Myklebustcf470c32012-03-07 13:49:12 -05006021 data = kmalloc(sizeof(*data), GFP_NOFS);
6022 if (!data)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006023 return;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006024 data->lsp = lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006025 data->server = server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006026 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
6027 data->args.lock_owner.id = lsp->ls_seqid.owner_id;
6028 data->args.lock_owner.s_dev = server->s_dev;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006029
Trond Myklebustcf470c32012-03-07 13:49:12 -05006030 msg.rpc_argp = &data->args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006031 msg.rpc_resp = &data->res;
6032 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebustcf470c32012-03-07 13:49:12 -05006033 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006034}
6035
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006036#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
6037
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006038static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
6039 const void *buf, size_t buflen,
6040 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006041{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006042 if (strcmp(key, "") != 0)
6043 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00006044
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006045 return nfs4_proc_set_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006046}
6047
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006048static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
6049 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006050{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006051 if (strcmp(key, "") != 0)
6052 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006053
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006054 return nfs4_proc_get_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006055}
6056
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006057static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
6058 size_t list_len, const char *name,
6059 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006060{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006061 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006062
J. Bruce Fields096455a2006-03-20 23:23:42 -05006063 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
6064 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006065
6066 if (list && len <= list_len)
6067 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006068 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006069}
6070
David Quigleyc9bccef2013-05-22 12:50:45 -04006071#ifdef CONFIG_NFS_V4_SECURITY_LABEL
6072static inline int nfs4_server_supports_labels(struct nfs_server *server)
6073{
6074 return server->caps & NFS_CAP_SECURITY_LABEL;
6075}
6076
6077static int nfs4_xattr_set_nfs4_label(struct dentry *dentry, const char *key,
6078 const void *buf, size_t buflen,
6079 int flags, int type)
6080{
6081 if (security_ismaclabel(key))
6082 return nfs4_set_security_label(dentry, buf, buflen);
6083
6084 return -EOPNOTSUPP;
6085}
6086
6087static int nfs4_xattr_get_nfs4_label(struct dentry *dentry, const char *key,
6088 void *buf, size_t buflen, int type)
6089{
6090 if (security_ismaclabel(key))
6091 return nfs4_get_security_label(dentry->d_inode, buf, buflen);
6092 return -EOPNOTSUPP;
6093}
6094
6095static size_t nfs4_xattr_list_nfs4_label(struct dentry *dentry, char *list,
6096 size_t list_len, const char *name,
6097 size_t name_len, int type)
6098{
6099 size_t len = 0;
6100
6101 if (nfs_server_capable(dentry->d_inode, NFS_CAP_SECURITY_LABEL)) {
6102 len = security_inode_listsecurity(dentry->d_inode, NULL, 0);
6103 if (list && len <= list_len)
6104 security_inode_listsecurity(dentry->d_inode, list, len);
6105 }
6106 return len;
6107}
6108
6109static const struct xattr_handler nfs4_xattr_nfs4_label_handler = {
6110 .prefix = XATTR_SECURITY_PREFIX,
6111 .list = nfs4_xattr_list_nfs4_label,
6112 .get = nfs4_xattr_get_nfs4_label,
6113 .set = nfs4_xattr_set_nfs4_label,
6114};
6115#endif
6116
6117
Andy Adamson533eb462011-06-13 18:25:56 -04006118/*
6119 * nfs_fhget will use either the mounted_on_fileid or the fileid
6120 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006121static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
6122{
Andy Adamson533eb462011-06-13 18:25:56 -04006123 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
6124 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
6125 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
Chuck Lever81934dd2012-03-01 17:01:57 -05006126 (fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006127 return;
6128
6129 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Chuck Lever81934dd2012-03-01 17:01:57 -05006130 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_V4_REFERRAL;
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006131 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
6132 fattr->nlink = 2;
6133}
6134
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006135static int _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6136 const struct qstr *name,
6137 struct nfs4_fs_locations *fs_locations,
6138 struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006139{
6140 struct nfs_server *server = NFS_SERVER(dir);
David Quigleya09df2c2013-05-22 12:50:41 -04006141 u32 bitmask[3] = {
Manoj Naik361e6242006-06-09 09:34:24 -04006142 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006143 };
6144 struct nfs4_fs_locations_arg args = {
6145 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05006146 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006147 .page = page,
6148 .bitmask = bitmask,
6149 };
Benny Halevy22958462009-04-01 09:22:02 -04006150 struct nfs4_fs_locations_res res = {
6151 .fs_locations = fs_locations,
6152 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04006153 struct rpc_message msg = {
6154 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6155 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04006156 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006157 };
6158 int status;
6159
Harvey Harrison3110ff82008-05-02 13:42:44 -07006160 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04006161
6162 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
6163 * is not supported */
6164 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
6165 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
6166 else
6167 bitmask[0] |= FATTR4_WORD0_FILEID;
6168
Trond Myklebustc228fd32007-01-13 02:28:11 -05006169 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006170 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04006171 fs_locations->nlocations = 0;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006172 status = nfs4_call_sync(client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07006173 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006174 return status;
6175}
6176
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006177int nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6178 const struct qstr *name,
6179 struct nfs4_fs_locations *fs_locations,
6180 struct page *page)
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006181{
6182 struct nfs4_exception exception = { };
6183 int err;
6184 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006185 err = _nfs4_proc_fs_locations(client, dir, name,
6186 fs_locations, page);
6187 trace_nfs4_get_fs_locations(dir, name, err);
6188 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006189 &exception);
6190 } while (exception.retry);
6191 return err;
6192}
6193
Chuck Leverb03d7352013-10-17 14:12:50 -04006194/*
6195 * This operation also signals the server that this client is
6196 * performing migration recovery. The server can stop returning
6197 * NFS4ERR_LEASE_MOVED to this client. A RENEW operation is
6198 * appended to this compound to identify the client ID which is
6199 * performing recovery.
6200 */
6201static int _nfs40_proc_get_locations(struct inode *inode,
6202 struct nfs4_fs_locations *locations,
6203 struct page *page, struct rpc_cred *cred)
6204{
6205 struct nfs_server *server = NFS_SERVER(inode);
6206 struct rpc_clnt *clnt = server->client;
6207 u32 bitmask[2] = {
6208 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6209 };
6210 struct nfs4_fs_locations_arg args = {
6211 .clientid = server->nfs_client->cl_clientid,
6212 .fh = NFS_FH(inode),
6213 .page = page,
6214 .bitmask = bitmask,
6215 .migration = 1, /* skip LOOKUP */
6216 .renew = 1, /* append RENEW */
6217 };
6218 struct nfs4_fs_locations_res res = {
6219 .fs_locations = locations,
6220 .migration = 1,
6221 .renew = 1,
6222 };
6223 struct rpc_message msg = {
6224 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6225 .rpc_argp = &args,
6226 .rpc_resp = &res,
6227 .rpc_cred = cred,
6228 };
6229 unsigned long now = jiffies;
6230 int status;
6231
6232 nfs_fattr_init(&locations->fattr);
6233 locations->server = server;
6234 locations->nlocations = 0;
6235
6236 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6237 nfs4_set_sequence_privileged(&args.seq_args);
6238 status = nfs4_call_sync_sequence(clnt, server, &msg,
6239 &args.seq_args, &res.seq_res);
6240 if (status)
6241 return status;
6242
6243 renew_lease(server, now);
6244 return 0;
6245}
6246
6247#ifdef CONFIG_NFS_V4_1
6248
6249/*
6250 * This operation also signals the server that this client is
6251 * performing migration recovery. The server can stop asserting
6252 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID
6253 * performing this operation is identified in the SEQUENCE
6254 * operation in this compound.
6255 *
6256 * When the client supports GETATTR(fs_locations_info), it can
6257 * be plumbed in here.
6258 */
6259static int _nfs41_proc_get_locations(struct inode *inode,
6260 struct nfs4_fs_locations *locations,
6261 struct page *page, struct rpc_cred *cred)
6262{
6263 struct nfs_server *server = NFS_SERVER(inode);
6264 struct rpc_clnt *clnt = server->client;
6265 u32 bitmask[2] = {
6266 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6267 };
6268 struct nfs4_fs_locations_arg args = {
6269 .fh = NFS_FH(inode),
6270 .page = page,
6271 .bitmask = bitmask,
6272 .migration = 1, /* skip LOOKUP */
6273 };
6274 struct nfs4_fs_locations_res res = {
6275 .fs_locations = locations,
6276 .migration = 1,
6277 };
6278 struct rpc_message msg = {
6279 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6280 .rpc_argp = &args,
6281 .rpc_resp = &res,
6282 .rpc_cred = cred,
6283 };
6284 int status;
6285
6286 nfs_fattr_init(&locations->fattr);
6287 locations->server = server;
6288 locations->nlocations = 0;
6289
6290 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6291 nfs4_set_sequence_privileged(&args.seq_args);
6292 status = nfs4_call_sync_sequence(clnt, server, &msg,
6293 &args.seq_args, &res.seq_res);
6294 if (status == NFS4_OK &&
6295 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6296 status = -NFS4ERR_LEASE_MOVED;
6297 return status;
6298}
6299
6300#endif /* CONFIG_NFS_V4_1 */
6301
6302/**
6303 * nfs4_proc_get_locations - discover locations for a migrated FSID
6304 * @inode: inode on FSID that is migrating
6305 * @locations: result of query
6306 * @page: buffer
6307 * @cred: credential to use for this operation
6308 *
6309 * Returns NFS4_OK on success, a negative NFS4ERR status code if the
6310 * operation failed, or a negative errno if a local error occurred.
6311 *
6312 * On success, "locations" is filled in, but if the server has
6313 * no locations information, NFS_ATTR_FATTR_V4_LOCATIONS is not
6314 * asserted.
6315 *
6316 * -NFS4ERR_LEASE_MOVED is returned if the server still has leases
6317 * from this client that require migration recovery.
6318 */
6319int nfs4_proc_get_locations(struct inode *inode,
6320 struct nfs4_fs_locations *locations,
6321 struct page *page, struct rpc_cred *cred)
6322{
6323 struct nfs_server *server = NFS_SERVER(inode);
6324 struct nfs_client *clp = server->nfs_client;
6325 const struct nfs4_mig_recovery_ops *ops =
6326 clp->cl_mvops->mig_recovery_ops;
6327 struct nfs4_exception exception = { };
6328 int status;
6329
6330 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6331 (unsigned long long)server->fsid.major,
6332 (unsigned long long)server->fsid.minor,
6333 clp->cl_hostname);
6334 nfs_display_fhandle(NFS_FH(inode), __func__);
6335
6336 do {
6337 status = ops->get_locations(inode, locations, page, cred);
6338 if (status != -NFS4ERR_DELAY)
6339 break;
6340 nfs4_handle_exception(server, status, &exception);
6341 } while (exception.retry);
6342 return status;
6343}
6344
Chuck Lever44c99932013-10-17 14:13:30 -04006345/*
6346 * This operation also signals the server that this client is
6347 * performing "lease moved" recovery. The server can stop
6348 * returning NFS4ERR_LEASE_MOVED to this client. A RENEW operation
6349 * is appended to this compound to identify the client ID which is
6350 * performing recovery.
6351 */
6352static int _nfs40_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6353{
6354 struct nfs_server *server = NFS_SERVER(inode);
6355 struct nfs_client *clp = NFS_SERVER(inode)->nfs_client;
6356 struct rpc_clnt *clnt = server->client;
6357 struct nfs4_fsid_present_arg args = {
6358 .fh = NFS_FH(inode),
6359 .clientid = clp->cl_clientid,
6360 .renew = 1, /* append RENEW */
6361 };
6362 struct nfs4_fsid_present_res res = {
6363 .renew = 1,
6364 };
6365 struct rpc_message msg = {
6366 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6367 .rpc_argp = &args,
6368 .rpc_resp = &res,
6369 .rpc_cred = cred,
6370 };
6371 unsigned long now = jiffies;
6372 int status;
6373
6374 res.fh = nfs_alloc_fhandle();
6375 if (res.fh == NULL)
6376 return -ENOMEM;
6377
6378 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6379 nfs4_set_sequence_privileged(&args.seq_args);
6380 status = nfs4_call_sync_sequence(clnt, server, &msg,
6381 &args.seq_args, &res.seq_res);
6382 nfs_free_fhandle(res.fh);
6383 if (status)
6384 return status;
6385
6386 do_renew_lease(clp, now);
6387 return 0;
6388}
6389
6390#ifdef CONFIG_NFS_V4_1
6391
6392/*
6393 * This operation also signals the server that this client is
6394 * performing "lease moved" recovery. The server can stop asserting
6395 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID performing
6396 * this operation is identified in the SEQUENCE operation in this
6397 * compound.
6398 */
6399static int _nfs41_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6400{
6401 struct nfs_server *server = NFS_SERVER(inode);
6402 struct rpc_clnt *clnt = server->client;
6403 struct nfs4_fsid_present_arg args = {
6404 .fh = NFS_FH(inode),
6405 };
6406 struct nfs4_fsid_present_res res = {
6407 };
6408 struct rpc_message msg = {
6409 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6410 .rpc_argp = &args,
6411 .rpc_resp = &res,
6412 .rpc_cred = cred,
6413 };
6414 int status;
6415
6416 res.fh = nfs_alloc_fhandle();
6417 if (res.fh == NULL)
6418 return -ENOMEM;
6419
6420 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6421 nfs4_set_sequence_privileged(&args.seq_args);
6422 status = nfs4_call_sync_sequence(clnt, server, &msg,
6423 &args.seq_args, &res.seq_res);
6424 nfs_free_fhandle(res.fh);
6425 if (status == NFS4_OK &&
6426 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6427 status = -NFS4ERR_LEASE_MOVED;
6428 return status;
6429}
6430
6431#endif /* CONFIG_NFS_V4_1 */
6432
6433/**
6434 * nfs4_proc_fsid_present - Is this FSID present or absent on server?
6435 * @inode: inode on FSID to check
6436 * @cred: credential to use for this operation
6437 *
6438 * Server indicates whether the FSID is present, moved, or not
6439 * recognized. This operation is necessary to clear a LEASE_MOVED
6440 * condition for this client ID.
6441 *
6442 * Returns NFS4_OK if the FSID is present on this server,
6443 * -NFS4ERR_MOVED if the FSID is no longer present, a negative
6444 * NFS4ERR code if some error occurred on the server, or a
6445 * negative errno if a local failure occurred.
6446 */
6447int nfs4_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6448{
6449 struct nfs_server *server = NFS_SERVER(inode);
6450 struct nfs_client *clp = server->nfs_client;
6451 const struct nfs4_mig_recovery_ops *ops =
6452 clp->cl_mvops->mig_recovery_ops;
6453 struct nfs4_exception exception = { };
6454 int status;
6455
6456 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6457 (unsigned long long)server->fsid.major,
6458 (unsigned long long)server->fsid.minor,
6459 clp->cl_hostname);
6460 nfs_display_fhandle(NFS_FH(inode), __func__);
6461
6462 do {
6463 status = ops->fsid_present(inode, cred);
6464 if (status != -NFS4ERR_DELAY)
6465 break;
6466 nfs4_handle_exception(server, status, &exception);
6467 } while (exception.retry);
6468 return status;
6469}
6470
Andy Adamson5ec16a82013-08-08 10:57:55 -04006471/**
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006472 * If 'use_integrity' is true and the state managment nfs_client
6473 * cl_rpcclient is using krb5i/p, use the integrity protected cl_rpcclient
6474 * and the machine credential as per RFC3530bis and RFC5661 Security
6475 * Considerations sections. Otherwise, just use the user cred with the
6476 * filesystem's rpc_client.
Andy Adamson5ec16a82013-08-08 10:57:55 -04006477 */
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006478static int _nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors, bool use_integrity)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006479{
6480 int status;
6481 struct nfs4_secinfo_arg args = {
6482 .dir_fh = NFS_FH(dir),
6483 .name = name,
6484 };
6485 struct nfs4_secinfo_res res = {
6486 .flavors = flavors,
6487 };
6488 struct rpc_message msg = {
6489 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
6490 .rpc_argp = &args,
6491 .rpc_resp = &res,
6492 };
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006493 struct rpc_clnt *clnt = NFS_SERVER(dir)->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006494 struct rpc_cred *cred = NULL;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006495
6496 if (use_integrity) {
6497 clnt = NFS_SERVER(dir)->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006498 cred = nfs4_get_clid_cred(NFS_SERVER(dir)->nfs_client);
6499 msg.rpc_cred = cred;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006500 }
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006501
6502 dprintk("NFS call secinfo %s\n", name->name);
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006503
6504 nfs4_state_protect(NFS_SERVER(dir)->nfs_client,
6505 NFS_SP4_MACH_CRED_SECINFO, &clnt, &msg);
6506
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006507 status = nfs4_call_sync(clnt, NFS_SERVER(dir), &msg, &args.seq_args,
6508 &res.seq_res, 0);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006509 dprintk("NFS reply secinfo: %d\n", status);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006510
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006511 if (cred)
6512 put_rpccred(cred);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006513
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006514 return status;
6515}
6516
Bryan Schumaker72de53e2012-04-27 13:27:40 -04006517int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name,
6518 struct nfs4_secinfo_flavors *flavors)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006519{
6520 struct nfs4_exception exception = { };
6521 int err;
6522 do {
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006523 err = -NFS4ERR_WRONGSEC;
6524
6525 /* try to use integrity protection with machine cred */
6526 if (_nfs4_is_integrity_protected(NFS_SERVER(dir)->nfs_client))
6527 err = _nfs4_proc_secinfo(dir, name, flavors, true);
6528
6529 /*
6530 * if unable to use integrity protection, or SECINFO with
6531 * integrity protection returns NFS4ERR_WRONGSEC (which is
6532 * disallowed by spec, but exists in deployed servers) use
6533 * the current filesystem's rpc_client and the user cred.
6534 */
6535 if (err == -NFS4ERR_WRONGSEC)
6536 err = _nfs4_proc_secinfo(dir, name, flavors, false);
6537
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006538 trace_nfs4_secinfo(dir, name, err);
6539 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006540 &exception);
6541 } while (exception.retry);
6542 return err;
6543}
6544
Andy Adamson557134a2009-04-01 09:21:53 -04006545#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04006546/*
Andy Adamson357f54d2010-12-14 10:11:57 -05006547 * Check the exchange flags returned by the server for invalid flags, having
6548 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
6549 * DS flags set.
6550 */
6551static int nfs4_check_cl_exchange_flags(u32 flags)
6552{
6553 if (flags & ~EXCHGID4_FLAG_MASK_R)
6554 goto out_inval;
6555 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
6556 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
6557 goto out_inval;
6558 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
6559 goto out_inval;
6560 return NFS_OK;
6561out_inval:
6562 return -NFS4ERR_INVAL;
6563}
6564
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006565static bool
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006566nfs41_same_server_scope(struct nfs41_server_scope *a,
6567 struct nfs41_server_scope *b)
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006568{
6569 if (a->server_scope_sz == b->server_scope_sz &&
6570 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
6571 return true;
6572
6573 return false;
6574}
6575
Andy Adamson357f54d2010-12-14 10:11:57 -05006576/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006577 * nfs4_proc_bind_conn_to_session()
6578 *
6579 * The 4.1 client currently uses the same TCP connection for the
6580 * fore and backchannel.
6581 */
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006582int nfs4_proc_bind_conn_to_session(struct nfs_client *clp, struct rpc_cred *cred)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006583{
6584 int status;
6585 struct nfs41_bind_conn_to_session_res res;
6586 struct rpc_message msg = {
6587 .rpc_proc =
6588 &nfs4_procedures[NFSPROC4_CLNT_BIND_CONN_TO_SESSION],
6589 .rpc_argp = clp,
6590 .rpc_resp = &res,
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006591 .rpc_cred = cred,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006592 };
6593
6594 dprintk("--> %s\n", __func__);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006595
6596 res.session = kzalloc(sizeof(struct nfs4_session), GFP_NOFS);
6597 if (unlikely(res.session == NULL)) {
6598 status = -ENOMEM;
6599 goto out;
6600 }
6601
6602 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006603 trace_nfs4_bind_conn_to_session(clp, status);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006604 if (status == 0) {
6605 if (memcmp(res.session->sess_id.data,
6606 clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) {
6607 dprintk("NFS: %s: Session ID mismatch\n", __func__);
6608 status = -EIO;
6609 goto out_session;
6610 }
6611 if (res.dir != NFS4_CDFS4_BOTH) {
6612 dprintk("NFS: %s: Unexpected direction from server\n",
6613 __func__);
6614 status = -EIO;
6615 goto out_session;
6616 }
6617 if (res.use_conn_in_rdma_mode) {
6618 dprintk("NFS: %s: Server returned RDMA mode = true\n",
6619 __func__);
6620 status = -EIO;
6621 goto out_session;
6622 }
6623 }
6624out_session:
6625 kfree(res.session);
6626out:
6627 dprintk("<-- %s status= %d\n", __func__, status);
6628 return status;
6629}
6630
6631/*
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006632 * Minimum set of SP4_MACH_CRED operations from RFC 5661 in the enforce map
6633 * and operations we'd like to see to enable certain features in the allow map
Benny Halevy99fe60d2009-04-01 09:22:29 -04006634 */
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006635static const struct nfs41_state_protection nfs4_sp4_mach_cred_request = {
6636 .how = SP4_MACH_CRED,
6637 .enforce.u.words = {
6638 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6639 1 << (OP_EXCHANGE_ID - 32) |
6640 1 << (OP_CREATE_SESSION - 32) |
6641 1 << (OP_DESTROY_SESSION - 32) |
6642 1 << (OP_DESTROY_CLIENTID - 32)
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006643 },
6644 .allow.u.words = {
6645 [0] = 1 << (OP_CLOSE) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006646 1 << (OP_LOCKU) |
6647 1 << (OP_COMMIT),
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006648 [1] = 1 << (OP_SECINFO - 32) |
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006649 1 << (OP_SECINFO_NO_NAME - 32) |
6650 1 << (OP_TEST_STATEID - 32) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006651 1 << (OP_FREE_STATEID - 32) |
6652 1 << (OP_WRITE - 32)
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006653 }
6654};
6655
6656/*
6657 * Select the state protection mode for client `clp' given the server results
6658 * from exchange_id in `sp'.
6659 *
6660 * Returns 0 on success, negative errno otherwise.
6661 */
6662static int nfs4_sp4_select_mode(struct nfs_client *clp,
6663 struct nfs41_state_protection *sp)
6664{
6665 static const u32 supported_enforce[NFS4_OP_MAP_NUM_WORDS] = {
6666 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6667 1 << (OP_EXCHANGE_ID - 32) |
6668 1 << (OP_CREATE_SESSION - 32) |
6669 1 << (OP_DESTROY_SESSION - 32) |
6670 1 << (OP_DESTROY_CLIENTID - 32)
6671 };
6672 unsigned int i;
6673
6674 if (sp->how == SP4_MACH_CRED) {
6675 /* Print state protect result */
6676 dfprintk(MOUNT, "Server SP4_MACH_CRED support:\n");
6677 for (i = 0; i <= LAST_NFS4_OP; i++) {
6678 if (test_bit(i, sp->enforce.u.longs))
6679 dfprintk(MOUNT, " enforce op %d\n", i);
6680 if (test_bit(i, sp->allow.u.longs))
6681 dfprintk(MOUNT, " allow op %d\n", i);
6682 }
6683
6684 /* make sure nothing is on enforce list that isn't supported */
6685 for (i = 0; i < NFS4_OP_MAP_NUM_WORDS; i++) {
6686 if (sp->enforce.u.words[i] & ~supported_enforce[i]) {
6687 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6688 return -EINVAL;
6689 }
6690 }
6691
6692 /*
6693 * Minimal mode - state operations are allowed to use machine
6694 * credential. Note this already happens by default, so the
6695 * client doesn't have to do anything more than the negotiation.
6696 *
6697 * NOTE: we don't care if EXCHANGE_ID is in the list -
6698 * we're already using the machine cred for exchange_id
6699 * and will never use a different cred.
6700 */
6701 if (test_bit(OP_BIND_CONN_TO_SESSION, sp->enforce.u.longs) &&
6702 test_bit(OP_CREATE_SESSION, sp->enforce.u.longs) &&
6703 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) &&
6704 test_bit(OP_DESTROY_CLIENTID, sp->enforce.u.longs)) {
6705 dfprintk(MOUNT, "sp4_mach_cred:\n");
6706 dfprintk(MOUNT, " minimal mode enabled\n");
6707 set_bit(NFS_SP4_MACH_CRED_MINIMAL, &clp->cl_sp4_flags);
6708 } else {
6709 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6710 return -EINVAL;
6711 }
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006712
6713 if (test_bit(OP_CLOSE, sp->allow.u.longs) &&
6714 test_bit(OP_LOCKU, sp->allow.u.longs)) {
6715 dfprintk(MOUNT, " cleanup mode enabled\n");
6716 set_bit(NFS_SP4_MACH_CRED_CLEANUP, &clp->cl_sp4_flags);
6717 }
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006718
6719 if (test_bit(OP_SECINFO, sp->allow.u.longs) &&
6720 test_bit(OP_SECINFO_NO_NAME, sp->allow.u.longs)) {
6721 dfprintk(MOUNT, " secinfo mode enabled\n");
6722 set_bit(NFS_SP4_MACH_CRED_SECINFO, &clp->cl_sp4_flags);
6723 }
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006724
6725 if (test_bit(OP_TEST_STATEID, sp->allow.u.longs) &&
6726 test_bit(OP_FREE_STATEID, sp->allow.u.longs)) {
6727 dfprintk(MOUNT, " stateid mode enabled\n");
6728 set_bit(NFS_SP4_MACH_CRED_STATEID, &clp->cl_sp4_flags);
6729 }
Weston Andros Adamson8c21c622013-08-13 16:37:37 -04006730
6731 if (test_bit(OP_WRITE, sp->allow.u.longs)) {
6732 dfprintk(MOUNT, " write mode enabled\n");
6733 set_bit(NFS_SP4_MACH_CRED_WRITE, &clp->cl_sp4_flags);
6734 }
6735
6736 if (test_bit(OP_COMMIT, sp->allow.u.longs)) {
6737 dfprintk(MOUNT, " commit mode enabled\n");
6738 set_bit(NFS_SP4_MACH_CRED_COMMIT, &clp->cl_sp4_flags);
6739 }
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006740 }
6741
6742 return 0;
6743}
6744
6745/*
6746 * _nfs4_proc_exchange_id()
6747 *
6748 * Wrapper for EXCHANGE_ID operation.
6749 */
6750static int _nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred,
6751 u32 sp4_how)
Benny Halevy99fe60d2009-04-01 09:22:29 -04006752{
6753 nfs4_verifier verifier;
6754 struct nfs41_exchange_id_args args = {
Chuck Levercd937102012-03-02 17:14:31 -05006755 .verifier = &verifier,
Benny Halevy99fe60d2009-04-01 09:22:29 -04006756 .client = clp,
Chuck Levercd3fade2013-10-17 14:14:04 -04006757#ifdef CONFIG_NFS_V4_1_MIGRATION
Trond Myklebust4f0b4292013-05-20 12:24:03 -04006758 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
Chuck Levercd3fade2013-10-17 14:14:04 -04006759 EXCHGID4_FLAG_BIND_PRINC_STATEID |
6760 EXCHGID4_FLAG_SUPP_MOVED_MIGR,
6761#else
6762 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
6763 EXCHGID4_FLAG_BIND_PRINC_STATEID,
6764#endif
Benny Halevy99fe60d2009-04-01 09:22:29 -04006765 };
6766 struct nfs41_exchange_id_res res = {
Trond Myklebust32b01312012-05-26 13:41:04 -04006767 0
Benny Halevy99fe60d2009-04-01 09:22:29 -04006768 };
6769 int status;
6770 struct rpc_message msg = {
6771 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
6772 .rpc_argp = &args,
6773 .rpc_resp = &res,
6774 .rpc_cred = cred,
6775 };
Benny Halevy99fe60d2009-04-01 09:22:29 -04006776
Chuck Leverf0920752012-05-21 22:45:41 -04006777 nfs4_init_boot_verifier(clp, &verifier);
Chuck Levere984a552012-09-14 17:24:21 -04006778 args.id_len = nfs4_init_uniform_client_string(clp, args.id,
6779 sizeof(args.id));
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006780 dprintk("NFS call exchange_id auth=%s, '%.*s'\n",
6781 clp->cl_rpcclient->cl_auth->au_ops->au_name,
6782 args.id_len, args.id);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006783
Chuck Leveracdeb692012-05-21 22:46:16 -04006784 res.server_owner = kzalloc(sizeof(struct nfs41_server_owner),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006785 GFP_NOFS);
Chuck Leveracdeb692012-05-21 22:46:16 -04006786 if (unlikely(res.server_owner == NULL)) {
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006787 status = -ENOMEM;
6788 goto out;
6789 }
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006790
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006791 res.server_scope = kzalloc(sizeof(struct nfs41_server_scope),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006792 GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006793 if (unlikely(res.server_scope == NULL)) {
Benny Halevy99fe60d2009-04-01 09:22:29 -04006794 status = -ENOMEM;
Chuck Leveracdeb692012-05-21 22:46:16 -04006795 goto out_server_owner;
Benny Halevy99fe60d2009-04-01 09:22:29 -04006796 }
6797
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006798 res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006799 if (unlikely(res.impl_id == NULL)) {
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006800 status = -ENOMEM;
6801 goto out_server_scope;
6802 }
6803
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006804 switch (sp4_how) {
6805 case SP4_NONE:
6806 args.state_protect.how = SP4_NONE;
6807 break;
6808
6809 case SP4_MACH_CRED:
6810 args.state_protect = nfs4_sp4_mach_cred_request;
6811 break;
6812
6813 default:
6814 /* unsupported! */
6815 WARN_ON_ONCE(1);
6816 status = -EINVAL;
6817 goto out_server_scope;
6818 }
6819
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006820 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006821 trace_nfs4_exchange_id(clp, status);
Chuck Lever177313f2012-05-21 22:44:58 -04006822 if (status == 0)
Trond Myklebust32b01312012-05-26 13:41:04 -04006823 status = nfs4_check_cl_exchange_flags(res.flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006824
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006825 if (status == 0)
6826 status = nfs4_sp4_select_mode(clp, &res.state_protect);
6827
Chuck Lever177313f2012-05-21 22:44:58 -04006828 if (status == 0) {
Trond Myklebust32b01312012-05-26 13:41:04 -04006829 clp->cl_clientid = res.clientid;
6830 clp->cl_exchange_flags = (res.flags & ~EXCHGID4_FLAG_CONFIRMED_R);
6831 if (!(res.flags & EXCHGID4_FLAG_CONFIRMED_R))
6832 clp->cl_seqid = res.seqid;
6833
Chuck Leveracdeb692012-05-21 22:46:16 -04006834 kfree(clp->cl_serverowner);
6835 clp->cl_serverowner = res.server_owner;
6836 res.server_owner = NULL;
Chuck Leveracdeb692012-05-21 22:46:16 -04006837
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006838 /* use the most recent implementation id */
Chuck Lever59155542012-05-21 22:44:41 -04006839 kfree(clp->cl_implid);
6840 clp->cl_implid = res.impl_id;
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006841
Chuck Lever177313f2012-05-21 22:44:58 -04006842 if (clp->cl_serverscope != NULL &&
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006843 !nfs41_same_server_scope(clp->cl_serverscope,
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006844 res.server_scope)) {
6845 dprintk("%s: server_scope mismatch detected\n",
6846 __func__);
6847 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006848 kfree(clp->cl_serverscope);
6849 clp->cl_serverscope = NULL;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006850 }
6851
Chuck Lever177313f2012-05-21 22:44:58 -04006852 if (clp->cl_serverscope == NULL) {
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006853 clp->cl_serverscope = res.server_scope;
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006854 goto out;
6855 }
Trond Myklebust32b01312012-05-26 13:41:04 -04006856 } else
6857 kfree(res.impl_id);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006858
Chuck Leveracdeb692012-05-21 22:46:16 -04006859out_server_owner:
6860 kfree(res.server_owner);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006861out_server_scope:
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006862 kfree(res.server_scope);
6863out:
Chuck Lever177313f2012-05-21 22:44:58 -04006864 if (clp->cl_implid != NULL)
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006865 dprintk("NFS reply exchange_id: Server Implementation ID: "
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006866 "domain: %s, name: %s, date: %llu,%u\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006867 clp->cl_implid->domain, clp->cl_implid->name,
Chuck Lever59155542012-05-21 22:44:41 -04006868 clp->cl_implid->date.seconds,
6869 clp->cl_implid->date.nseconds);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006870 dprintk("NFS reply exchange_id: %d\n", status);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006871 return status;
6872}
6873
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006874/*
6875 * nfs4_proc_exchange_id()
6876 *
6877 * Returns zero, a negative errno, or a negative NFS4ERR status code.
6878 *
6879 * Since the clientid has expired, all compounds using sessions
6880 * associated with the stale clientid will be returning
6881 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
6882 * be in some phase of session reset.
6883 *
6884 * Will attempt to negotiate SP4_MACH_CRED if krb5i / krb5p auth is used.
6885 */
6886int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
6887{
6888 rpc_authflavor_t authflavor = clp->cl_rpcclient->cl_auth->au_flavor;
6889 int status;
6890
6891 /* try SP4_MACH_CRED if krb5i/p */
6892 if (authflavor == RPC_AUTH_GSS_KRB5I ||
6893 authflavor == RPC_AUTH_GSS_KRB5P) {
6894 status = _nfs4_proc_exchange_id(clp, cred, SP4_MACH_CRED);
6895 if (!status)
6896 return 0;
6897 }
6898
6899 /* try SP4_NONE */
6900 return _nfs4_proc_exchange_id(clp, cred, SP4_NONE);
6901}
6902
Trond Myklebust66245532012-05-25 17:18:09 -04006903static int _nfs4_proc_destroy_clientid(struct nfs_client *clp,
6904 struct rpc_cred *cred)
6905{
6906 struct rpc_message msg = {
6907 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_CLIENTID],
6908 .rpc_argp = clp,
6909 .rpc_cred = cred,
6910 };
6911 int status;
6912
6913 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006914 trace_nfs4_destroy_clientid(clp, status);
Trond Myklebust66245532012-05-25 17:18:09 -04006915 if (status)
Trond Myklebust02c67522012-06-07 13:45:53 -04006916 dprintk("NFS: Got error %d from the server %s on "
Trond Myklebust66245532012-05-25 17:18:09 -04006917 "DESTROY_CLIENTID.", status, clp->cl_hostname);
6918 return status;
6919}
6920
6921static int nfs4_proc_destroy_clientid(struct nfs_client *clp,
6922 struct rpc_cred *cred)
6923{
6924 unsigned int loop;
6925 int ret;
6926
6927 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
6928 ret = _nfs4_proc_destroy_clientid(clp, cred);
6929 switch (ret) {
6930 case -NFS4ERR_DELAY:
6931 case -NFS4ERR_CLIENTID_BUSY:
6932 ssleep(1);
6933 break;
6934 default:
6935 return ret;
6936 }
6937 }
6938 return 0;
6939}
6940
6941int nfs4_destroy_clientid(struct nfs_client *clp)
6942{
6943 struct rpc_cred *cred;
6944 int ret = 0;
6945
6946 if (clp->cl_mvops->minor_version < 1)
6947 goto out;
6948 if (clp->cl_exchange_flags == 0)
6949 goto out;
Chuck Lever05f4c352012-09-14 17:24:32 -04006950 if (clp->cl_preserve_clid)
6951 goto out;
Chuck Lever73d8bde2013-07-24 12:28:37 -04006952 cred = nfs4_get_clid_cred(clp);
Trond Myklebust66245532012-05-25 17:18:09 -04006953 ret = nfs4_proc_destroy_clientid(clp, cred);
6954 if (cred)
6955 put_rpccred(cred);
6956 switch (ret) {
6957 case 0:
6958 case -NFS4ERR_STALE_CLIENTID:
6959 clp->cl_exchange_flags = 0;
6960 }
6961out:
6962 return ret;
6963}
6964
Andy Adamson2050f0c2009-04-01 09:22:30 -04006965struct nfs4_get_lease_time_data {
6966 struct nfs4_get_lease_time_args *args;
6967 struct nfs4_get_lease_time_res *res;
6968 struct nfs_client *clp;
6969};
6970
6971static void nfs4_get_lease_time_prepare(struct rpc_task *task,
6972 void *calldata)
6973{
Andy Adamson2050f0c2009-04-01 09:22:30 -04006974 struct nfs4_get_lease_time_data *data =
6975 (struct nfs4_get_lease_time_data *)calldata;
6976
6977 dprintk("--> %s\n", __func__);
6978 /* just setup sequence, do not trigger session recovery
6979 since we're invoked within one */
Trond Myklebustd9afbd12012-10-22 20:28:44 -04006980 nfs41_setup_sequence(data->clp->cl_session,
6981 &data->args->la_seq_args,
6982 &data->res->lr_seq_res,
6983 task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04006984 dprintk("<-- %s\n", __func__);
6985}
6986
6987/*
6988 * Called from nfs4_state_manager thread for session setup, so don't recover
6989 * from sequence operation or clientid errors.
6990 */
6991static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
6992{
6993 struct nfs4_get_lease_time_data *data =
6994 (struct nfs4_get_lease_time_data *)calldata;
6995
6996 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04006997 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
6998 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04006999 switch (task->tk_status) {
7000 case -NFS4ERR_DELAY:
7001 case -NFS4ERR_GRACE:
7002 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
7003 rpc_delay(task, NFS4_POLL_RETRY_MIN);
7004 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007005 /* fall through */
7006 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007007 rpc_restart_call_prepare(task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007008 return;
7009 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04007010 dprintk("<-- %s\n", __func__);
7011}
7012
Trond Myklebust17280172012-03-11 13:11:00 -04007013static const struct rpc_call_ops nfs4_get_lease_time_ops = {
Andy Adamson2050f0c2009-04-01 09:22:30 -04007014 .rpc_call_prepare = nfs4_get_lease_time_prepare,
7015 .rpc_call_done = nfs4_get_lease_time_done,
7016};
7017
7018int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
7019{
7020 struct rpc_task *task;
7021 struct nfs4_get_lease_time_args args;
7022 struct nfs4_get_lease_time_res res = {
7023 .lr_fsinfo = fsinfo,
7024 };
7025 struct nfs4_get_lease_time_data data = {
7026 .args = &args,
7027 .res = &res,
7028 .clp = clp,
7029 };
7030 struct rpc_message msg = {
7031 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
7032 .rpc_argp = &args,
7033 .rpc_resp = &res,
7034 };
7035 struct rpc_task_setup task_setup = {
7036 .rpc_client = clp->cl_rpcclient,
7037 .rpc_message = &msg,
7038 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007039 .callback_data = &data,
7040 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04007041 };
7042 int status;
7043
Chuck Levera9c92d62013-08-09 12:48:18 -04007044 nfs4_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007045 nfs4_set_sequence_privileged(&args.la_seq_args);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007046 dprintk("--> %s\n", __func__);
7047 task = rpc_run_task(&task_setup);
7048
7049 if (IS_ERR(task))
7050 status = PTR_ERR(task);
7051 else {
7052 status = task->tk_status;
7053 rpc_put_task(task);
7054 }
7055 dprintk("<-- %s return %d\n", __func__, status);
7056
7057 return status;
7058}
7059
Andy Adamsonfc931582009-04-01 09:22:31 -04007060/*
7061 * Initialize the values to be used by the client in CREATE_SESSION
7062 * If nfs4_init_session set the fore channel request and response sizes,
7063 * use them.
7064 *
7065 * Set the back channel max_resp_sz_cached to zero to force the client to
7066 * always set csa_cachethis to FALSE because the current implementation
7067 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
7068 */
7069static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
7070{
Andy Adamson18aad3d2013-06-26 12:21:49 -04007071 unsigned int max_rqst_sz, max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007072
Andy Adamson18aad3d2013-06-26 12:21:49 -04007073 max_rqst_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxwrite_overhead;
7074 max_resp_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxread_overhead;
7075
Andy Adamsonfc931582009-04-01 09:22:31 -04007076 /* Fore channel attributes */
Andy Adamson18aad3d2013-06-26 12:21:49 -04007077 args->fc_attrs.max_rqst_sz = max_rqst_sz;
7078 args->fc_attrs.max_resp_sz = max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007079 args->fc_attrs.max_ops = NFS4_MAX_OPS;
Trond Myklebustef159e92012-02-06 19:50:40 -05007080 args->fc_attrs.max_reqs = max_session_slots;
Andy Adamsonfc931582009-04-01 09:22:31 -04007081
7082 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05007083 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04007084 __func__,
7085 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05007086 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04007087
7088 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04007089 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
7090 args->bc_attrs.max_resp_sz = PAGE_SIZE;
7091 args->bc_attrs.max_resp_sz_cached = 0;
7092 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
7093 args->bc_attrs.max_reqs = 1;
7094
7095 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
7096 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
7097 __func__,
7098 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
7099 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
7100 args->bc_attrs.max_reqs);
7101}
7102
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007103static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
Andy Adamson8d353012009-04-01 09:22:32 -04007104{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007105 struct nfs4_channel_attrs *sent = &args->fc_attrs;
7106 struct nfs4_channel_attrs *rcvd = &session->fc_attrs;
7107
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007108 if (rcvd->max_resp_sz > sent->max_resp_sz)
7109 return -EINVAL;
7110 /*
7111 * Our requested max_ops is the minimum we need; we're not
7112 * prepared to break up compounds into smaller pieces than that.
7113 * So, no point even trying to continue if the server won't
7114 * cooperate:
7115 */
7116 if (rcvd->max_ops < sent->max_ops)
7117 return -EINVAL;
7118 if (rcvd->max_reqs == 0)
7119 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007120 if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE)
7121 rcvd->max_reqs = NFS4_MAX_SLOT_TABLE;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007122 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04007123}
7124
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007125static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
7126{
7127 struct nfs4_channel_attrs *sent = &args->bc_attrs;
7128 struct nfs4_channel_attrs *rcvd = &session->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04007129
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007130 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
7131 return -EINVAL;
7132 if (rcvd->max_resp_sz < sent->max_resp_sz)
7133 return -EINVAL;
7134 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
7135 return -EINVAL;
7136 /* These would render the backchannel useless: */
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007137 if (rcvd->max_ops != sent->max_ops)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007138 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007139 if (rcvd->max_reqs != sent->max_reqs)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007140 return -EINVAL;
7141 return 0;
7142}
Andy Adamson8d353012009-04-01 09:22:32 -04007143
Andy Adamson8d353012009-04-01 09:22:32 -04007144static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
7145 struct nfs4_session *session)
7146{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007147 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04007148
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007149 ret = nfs4_verify_fore_channel_attrs(args, session);
7150 if (ret)
7151 return ret;
7152 return nfs4_verify_back_channel_attrs(args, session);
Andy Adamson8d353012009-04-01 09:22:32 -04007153}
7154
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007155static int _nfs4_proc_create_session(struct nfs_client *clp,
7156 struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007157{
7158 struct nfs4_session *session = clp->cl_session;
7159 struct nfs41_create_session_args args = {
7160 .client = clp,
7161 .cb_program = NFS4_CALLBACK,
7162 };
7163 struct nfs41_create_session_res res = {
7164 .client = clp,
7165 };
7166 struct rpc_message msg = {
7167 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
7168 .rpc_argp = &args,
7169 .rpc_resp = &res,
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007170 .rpc_cred = cred,
Andy Adamsonfc931582009-04-01 09:22:31 -04007171 };
7172 int status;
7173
7174 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04007175 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04007176
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007177 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007178 trace_nfs4_create_session(clp, status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007179
Trond Myklebust43095d32012-11-20 11:13:12 -05007180 if (!status) {
Andy Adamson8d353012009-04-01 09:22:32 -04007181 /* Verify the session's negotiated channel_attrs values */
7182 status = nfs4_verify_channel_attrs(&args, session);
Andy Adamsonfc931582009-04-01 09:22:31 -04007183 /* Increment the clientid slot sequence id */
7184 clp->cl_seqid++;
7185 }
7186
7187 return status;
7188}
7189
7190/*
7191 * Issues a CREATE_SESSION operation to the server.
7192 * It is the responsibility of the caller to verify the session is
7193 * expired before calling this routine.
7194 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007195int nfs4_proc_create_session(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007196{
7197 int status;
7198 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04007199 struct nfs4_session *session = clp->cl_session;
7200
7201 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
7202
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007203 status = _nfs4_proc_create_session(clp, cred);
Andy Adamsonfc931582009-04-01 09:22:31 -04007204 if (status)
7205 goto out;
7206
Andy Adamsonaacd5532011-11-09 13:58:21 -05007207 /* Init or reset the session slot tables */
7208 status = nfs4_setup_session_slot_tables(session);
7209 dprintk("slot table setup returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007210 if (status)
7211 goto out;
7212
7213 ptr = (unsigned *)&session->sess_id.data[0];
7214 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
7215 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04007216out:
7217 dprintk("<-- %s\n", __func__);
7218 return status;
7219}
7220
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007221/*
7222 * Issue the over-the-wire RPC DESTROY_SESSION.
7223 * The caller must serialize access to this routine.
7224 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007225int nfs4_proc_destroy_session(struct nfs4_session *session,
7226 struct rpc_cred *cred)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007227{
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007228 struct rpc_message msg = {
7229 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION],
7230 .rpc_argp = session,
7231 .rpc_cred = cred,
7232 };
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007233 int status = 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007234
7235 dprintk("--> nfs4_proc_destroy_session\n");
7236
7237 /* session is still being setup */
7238 if (session->clp->cl_cons_state != NFS_CS_READY)
7239 return status;
7240
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007241 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007242 trace_nfs4_destroy_session(session->clp, status);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007243
7244 if (status)
Trond Myklebust08106ac2012-06-05 10:08:24 -04007245 dprintk("NFS: Got error %d from the server on DESTROY_SESSION. "
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007246 "Session has been destroyed regardless...\n", status);
7247
7248 dprintk("<-- nfs4_proc_destroy_session\n");
7249 return status;
7250}
7251
Trond Myklebust7b38c362012-05-23 13:23:31 -04007252/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007253 * Renew the cl_session lease.
7254 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007255struct nfs4_sequence_data {
7256 struct nfs_client *clp;
7257 struct nfs4_sequence_args args;
7258 struct nfs4_sequence_res res;
7259};
7260
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007261static void nfs41_sequence_release(void *data)
7262{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007263 struct nfs4_sequence_data *calldata = data;
7264 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007265
Alexandros Batsakis71358402010-02-05 03:45:05 -08007266 if (atomic_read(&clp->cl_count) > 1)
7267 nfs4_schedule_state_renewal(clp);
7268 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007269 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007270}
7271
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007272static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7273{
7274 switch(task->tk_status) {
7275 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007276 rpc_delay(task, NFS4_POLL_RETRY_MAX);
7277 return -EAGAIN;
7278 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007279 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007280 }
7281 return 0;
7282}
7283
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007284static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007285{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007286 struct nfs4_sequence_data *calldata = data;
7287 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007288
Trond Myklebust14516c32010-07-31 14:29:06 -04007289 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
7290 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007291
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007292 trace_nfs4_sequence(clp, task->tk_status);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007293 if (task->tk_status < 0) {
7294 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007295 if (atomic_read(&clp->cl_count) == 1)
7296 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007297
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007298 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
7299 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007300 return;
7301 }
7302 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007303 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007304out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007305 dprintk("<-- %s\n", __func__);
7306}
7307
7308static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
7309{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007310 struct nfs4_sequence_data *calldata = data;
7311 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007312 struct nfs4_sequence_args *args;
7313 struct nfs4_sequence_res *res;
7314
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007315 args = task->tk_msg.rpc_argp;
7316 res = task->tk_msg.rpc_resp;
7317
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007318 nfs41_setup_sequence(clp->cl_session, args, res, task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007319}
7320
7321static const struct rpc_call_ops nfs41_sequence_ops = {
7322 .rpc_call_done = nfs41_sequence_call_done,
7323 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007324 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007325};
7326
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007327static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp,
7328 struct rpc_cred *cred,
7329 bool is_privileged)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007330{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007331 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007332 struct rpc_message msg = {
7333 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
7334 .rpc_cred = cred,
7335 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007336 struct rpc_task_setup task_setup_data = {
7337 .rpc_client = clp->cl_rpcclient,
7338 .rpc_message = &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007339 .callback_ops = &nfs41_sequence_ops,
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04007340 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT,
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007341 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007342
Alexandros Batsakis71358402010-02-05 03:45:05 -08007343 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007344 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04007345 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007346 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08007347 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007348 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007349 }
Chuck Levera9c92d62013-08-09 12:48:18 -04007350 nfs4_init_sequence(&calldata->args, &calldata->res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007351 if (is_privileged)
7352 nfs4_set_sequence_privileged(&calldata->args);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007353 msg.rpc_argp = &calldata->args;
7354 msg.rpc_resp = &calldata->res;
7355 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007356 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007357
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007358 return rpc_run_task(&task_setup_data);
7359}
7360
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007361static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007362{
7363 struct rpc_task *task;
7364 int ret = 0;
7365
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007366 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
Andy Adamsond1f456b2014-09-29 12:31:57 -04007367 return -EAGAIN;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007368 task = _nfs41_proc_sequence(clp, cred, false);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007369 if (IS_ERR(task))
7370 ret = PTR_ERR(task);
7371 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08007372 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007373 dprintk("<-- %s status=%d\n", __func__, ret);
7374 return ret;
7375}
7376
7377static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
7378{
7379 struct rpc_task *task;
7380 int ret;
7381
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007382 task = _nfs41_proc_sequence(clp, cred, true);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007383 if (IS_ERR(task)) {
7384 ret = PTR_ERR(task);
7385 goto out;
7386 }
7387 ret = rpc_wait_for_completion_task(task);
Trond Myklebustb4410c22011-03-09 16:00:55 -05007388 if (!ret) {
7389 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp;
7390
7391 if (task->tk_status == 0)
7392 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007393 ret = task->tk_status;
Trond Myklebustb4410c22011-03-09 16:00:55 -05007394 }
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007395 rpc_put_task(task);
7396out:
7397 dprintk("<-- %s status=%d\n", __func__, ret);
7398 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007399}
7400
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007401struct nfs4_reclaim_complete_data {
7402 struct nfs_client *clp;
7403 struct nfs41_reclaim_complete_args arg;
7404 struct nfs41_reclaim_complete_res res;
7405};
7406
7407static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
7408{
7409 struct nfs4_reclaim_complete_data *calldata = data;
7410
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007411 nfs41_setup_sequence(calldata->clp->cl_session,
7412 &calldata->arg.seq_args,
7413 &calldata->res.seq_res,
7414 task);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007415}
7416
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007417static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7418{
7419 switch(task->tk_status) {
7420 case 0:
7421 case -NFS4ERR_COMPLETE_ALREADY:
7422 case -NFS4ERR_WRONG_CRED: /* What to do here? */
7423 break;
7424 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007425 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007426 /* fall through */
7427 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007428 return -EAGAIN;
7429 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007430 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007431 }
7432 return 0;
7433}
7434
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007435static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
7436{
7437 struct nfs4_reclaim_complete_data *calldata = data;
7438 struct nfs_client *clp = calldata->clp;
7439 struct nfs4_sequence_res *res = &calldata->res.seq_res;
7440
7441 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007442 if (!nfs41_sequence_done(task, res))
7443 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007444
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007445 trace_nfs4_reclaim_complete(clp, task->tk_status);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007446 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
7447 rpc_restart_call_prepare(task);
7448 return;
7449 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007450 dprintk("<-- %s\n", __func__);
7451}
7452
7453static void nfs4_free_reclaim_complete_data(void *data)
7454{
7455 struct nfs4_reclaim_complete_data *calldata = data;
7456
7457 kfree(calldata);
7458}
7459
7460static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
7461 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
7462 .rpc_call_done = nfs4_reclaim_complete_done,
7463 .rpc_release = nfs4_free_reclaim_complete_data,
7464};
7465
7466/*
7467 * Issue a global reclaim complete.
7468 */
Trond Myklebust965e9c22013-05-20 11:05:17 -04007469static int nfs41_proc_reclaim_complete(struct nfs_client *clp,
7470 struct rpc_cred *cred)
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007471{
7472 struct nfs4_reclaim_complete_data *calldata;
7473 struct rpc_task *task;
7474 struct rpc_message msg = {
7475 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
Trond Myklebust965e9c22013-05-20 11:05:17 -04007476 .rpc_cred = cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007477 };
7478 struct rpc_task_setup task_setup_data = {
7479 .rpc_client = clp->cl_rpcclient,
7480 .rpc_message = &msg,
7481 .callback_ops = &nfs4_reclaim_complete_call_ops,
7482 .flags = RPC_TASK_ASYNC,
7483 };
7484 int status = -ENOMEM;
7485
7486 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04007487 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007488 if (calldata == NULL)
7489 goto out;
7490 calldata->clp = clp;
7491 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007492
Chuck Levera9c92d62013-08-09 12:48:18 -04007493 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007494 nfs4_set_sequence_privileged(&calldata->arg.seq_args);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007495 msg.rpc_argp = &calldata->arg;
7496 msg.rpc_resp = &calldata->res;
7497 task_setup_data.callback_data = calldata;
7498 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007499 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007500 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007501 goto out;
7502 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05007503 status = nfs4_wait_for_completion_rpc_task(task);
7504 if (status == 0)
7505 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007506 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007507 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007508out:
7509 dprintk("<-- %s status=%d\n", __func__, status);
7510 return status;
7511}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007512
7513static void
7514nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
7515{
7516 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00007517 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007518 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007519
7520 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00007521 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
7522 * right now covering the LAYOUTGET we are about to send.
7523 * However, that is not so catastrophic, and there seems
7524 * to be no way to prevent it completely.
7525 */
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007526 if (nfs41_setup_sequence(session, &lgp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05007527 &lgp->res.seq_res, task))
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007528 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00007529 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
7530 NFS_I(lgp->args.inode)->layout,
7531 lgp->args.ctx->state)) {
7532 rpc_exit(task, NFS4_OK);
Fred Isamancf7d63f2011-01-06 11:36:25 +00007533 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007534}
7535
7536static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
7537{
7538 struct nfs4_layoutget *lgp = calldata;
Trond Myklebustee314c22012-10-01 17:25:48 -07007539 struct inode *inode = lgp->args.inode;
7540 struct nfs_server *server = NFS_SERVER(inode);
7541 struct pnfs_layout_hdr *lo;
7542 struct nfs4_state *state = NULL;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007543 unsigned long timeo, now, giveup;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007544
Boaz Harroshed7e5422014-01-22 20:34:54 +02007545 dprintk("--> %s tk_status => %d\n", __func__, -task->tk_status);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007546
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007547 if (!nfs41_sequence_done(task, &lgp->res.seq_res))
Trond Myklebustee314c22012-10-01 17:25:48 -07007548 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007549
7550 switch (task->tk_status) {
7551 case 0:
Trond Myklebustee314c22012-10-01 17:25:48 -07007552 goto out;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007553 /*
7554 * NFS4ERR_LAYOUTTRYLATER is a conflict with another client
7555 * (or clients) writing to the same RAID stripe
7556 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007557 case -NFS4ERR_LAYOUTTRYLATER:
Boaz Harroshed7e5422014-01-22 20:34:54 +02007558 /*
7559 * NFS4ERR_RECALLCONFLICT is when conflict with self (must recall
7560 * existing layout before getting a new one).
7561 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007562 case -NFS4ERR_RECALLCONFLICT:
Weston Andros Adamson30005122013-02-28 20:30:10 -05007563 timeo = rpc_get_timeout(task->tk_client);
7564 giveup = lgp->args.timestamp + timeo;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007565 now = jiffies;
7566 if (time_after(giveup, now)) {
7567 unsigned long delay;
7568
7569 /* Delay for:
7570 * - Not less then NFS4_POLL_RETRY_MIN.
7571 * - One last time a jiffie before we give up
7572 * - exponential backoff (time_now minus start_attempt)
7573 */
7574 delay = max_t(unsigned long, NFS4_POLL_RETRY_MIN,
7575 min((giveup - now - 1),
7576 now - lgp->args.timestamp));
7577
7578 dprintk("%s: NFS4ERR_RECALLCONFLICT waiting %lu\n",
7579 __func__, delay);
7580 rpc_delay(task, delay);
7581 task->tk_status = 0;
7582 rpc_restart_call_prepare(task);
7583 goto out; /* Do not call nfs4_async_handle_error() */
7584 }
Trond Myklebustee314c22012-10-01 17:25:48 -07007585 break;
7586 case -NFS4ERR_EXPIRED:
7587 case -NFS4ERR_BAD_STATEID:
7588 spin_lock(&inode->i_lock);
7589 lo = NFS_I(inode)->layout;
7590 if (!lo || list_empty(&lo->plh_segs)) {
7591 spin_unlock(&inode->i_lock);
7592 /* If the open stateid was bad, then recover it. */
7593 state = lgp->args.ctx->state;
7594 } else {
7595 LIST_HEAD(head);
7596
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007597 /*
7598 * Mark the bad layout state as invalid, then retry
7599 * with the current stateid.
7600 */
Trond Myklebustee314c22012-10-01 17:25:48 -07007601 pnfs_mark_matching_lsegs_invalid(lo, &head, NULL);
7602 spin_unlock(&inode->i_lock);
Trond Myklebustee314c22012-10-01 17:25:48 -07007603 pnfs_free_lseg_list(&head);
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007604
7605 task->tk_status = 0;
7606 rpc_restart_call_prepare(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007607 }
7608 }
NeilBrown8478eaa2014-09-18 16:09:27 +10007609 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN)
Trond Myklebustee314c22012-10-01 17:25:48 -07007610 rpc_restart_call_prepare(task);
7611out:
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007612 dprintk("<-- %s\n", __func__);
7613}
7614
Idan Kedar85541162012-08-02 11:47:10 +03007615static size_t max_response_pages(struct nfs_server *server)
7616{
7617 u32 max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz;
7618 return nfs_page_array_len(0, max_resp_sz);
7619}
7620
7621static void nfs4_free_pages(struct page **pages, size_t size)
7622{
7623 int i;
7624
7625 if (!pages)
7626 return;
7627
7628 for (i = 0; i < size; i++) {
7629 if (!pages[i])
7630 break;
7631 __free_page(pages[i]);
7632 }
7633 kfree(pages);
7634}
7635
7636static struct page **nfs4_alloc_pages(size_t size, gfp_t gfp_flags)
7637{
7638 struct page **pages;
7639 int i;
7640
7641 pages = kcalloc(size, sizeof(struct page *), gfp_flags);
7642 if (!pages) {
7643 dprintk("%s: can't alloc array of %zu pages\n", __func__, size);
7644 return NULL;
7645 }
7646
7647 for (i = 0; i < size; i++) {
7648 pages[i] = alloc_page(gfp_flags);
7649 if (!pages[i]) {
7650 dprintk("%s: failed to allocate page\n", __func__);
7651 nfs4_free_pages(pages, size);
7652 return NULL;
7653 }
7654 }
7655
7656 return pages;
7657}
7658
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007659static void nfs4_layoutget_release(void *calldata)
7660{
7661 struct nfs4_layoutget *lgp = calldata;
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007662 struct inode *inode = lgp->args.inode;
7663 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007664 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007665
7666 dprintk("--> %s\n", __func__);
Idan Kedar85541162012-08-02 11:47:10 +03007667 nfs4_free_pages(lgp->args.layout.pages, max_pages);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007668 pnfs_put_layout_hdr(NFS_I(inode)->layout);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007669 put_nfs_open_context(lgp->args.ctx);
7670 kfree(calldata);
7671 dprintk("<-- %s\n", __func__);
7672}
7673
7674static const struct rpc_call_ops nfs4_layoutget_call_ops = {
7675 .rpc_call_prepare = nfs4_layoutget_prepare,
7676 .rpc_call_done = nfs4_layoutget_done,
7677 .rpc_release = nfs4_layoutget_release,
7678};
7679
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007680struct pnfs_layout_segment *
7681nfs4_proc_layoutget(struct nfs4_layoutget *lgp, gfp_t gfp_flags)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007682{
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007683 struct inode *inode = lgp->args.inode;
7684 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007685 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007686 struct rpc_task *task;
7687 struct rpc_message msg = {
7688 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
7689 .rpc_argp = &lgp->args,
7690 .rpc_resp = &lgp->res,
Trond Myklebust6ab59342013-05-20 10:49:34 -04007691 .rpc_cred = lgp->cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007692 };
7693 struct rpc_task_setup task_setup_data = {
7694 .rpc_client = server->client,
7695 .rpc_message = &msg,
7696 .callback_ops = &nfs4_layoutget_call_ops,
7697 .callback_data = lgp,
7698 .flags = RPC_TASK_ASYNC,
7699 };
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007700 struct pnfs_layout_segment *lseg = NULL;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007701 int status = 0;
7702
7703 dprintk("--> %s\n", __func__);
7704
Peng Tao4bd5a982014-11-17 11:05:17 +08007705 /* nfs4_layoutget_release calls pnfs_put_layout_hdr */
7706 pnfs_get_layout_hdr(NFS_I(inode)->layout);
7707
Idan Kedar85541162012-08-02 11:47:10 +03007708 lgp->args.layout.pages = nfs4_alloc_pages(max_pages, gfp_flags);
7709 if (!lgp->args.layout.pages) {
7710 nfs4_layoutget_release(lgp);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007711 return ERR_PTR(-ENOMEM);
Idan Kedar85541162012-08-02 11:47:10 +03007712 }
7713 lgp->args.layout.pglen = max_pages * PAGE_SIZE;
Weston Andros Adamson30005122013-02-28 20:30:10 -05007714 lgp->args.timestamp = jiffies;
Idan Kedar85541162012-08-02 11:47:10 +03007715
Weston Andros Adamson35124a02011-03-24 16:48:21 -04007716 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007717 lgp->res.seq_res.sr_slot = NULL;
Chuck Levera9c92d62013-08-09 12:48:18 -04007718 nfs4_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007719
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007720 task = rpc_run_task(&task_setup_data);
7721 if (IS_ERR(task))
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007722 return ERR_CAST(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007723 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00007724 if (status == 0)
7725 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007726 trace_nfs4_layoutget(lgp->args.ctx,
7727 &lgp->args.range,
7728 &lgp->res.range,
7729 status);
Weston Andros Adamson085b7a42013-02-15 16:03:46 -05007730 /* if layoutp->len is 0, nfs4_layoutget_prepare called rpc_exit */
7731 if (status == 0 && lgp->res.layoutp->len)
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007732 lseg = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007733 rpc_put_task(task);
7734 dprintk("<-- %s status=%d\n", __func__, status);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007735 if (status)
7736 return ERR_PTR(status);
7737 return lseg;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007738}
7739
Benny Halevycbe82602011-05-22 19:52:37 +03007740static void
7741nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
7742{
7743 struct nfs4_layoutreturn *lrp = calldata;
7744
7745 dprintk("--> %s\n", __func__);
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007746 nfs41_setup_sequence(lrp->clp->cl_session,
7747 &lrp->args.seq_args,
7748 &lrp->res.seq_res,
7749 task);
Benny Halevycbe82602011-05-22 19:52:37 +03007750}
7751
7752static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
7753{
7754 struct nfs4_layoutreturn *lrp = calldata;
7755 struct nfs_server *server;
7756
7757 dprintk("--> %s\n", __func__);
7758
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007759 if (!nfs41_sequence_done(task, &lrp->res.seq_res))
Benny Halevycbe82602011-05-22 19:52:37 +03007760 return;
7761
7762 server = NFS_SERVER(lrp->args.inode);
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007763 switch (task->tk_status) {
7764 default:
7765 task->tk_status = 0;
7766 case 0:
7767 break;
7768 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10007769 if (nfs4_async_handle_error(task, server, NULL, NULL) != -EAGAIN)
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007770 break;
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007771 rpc_restart_call_prepare(task);
Benny Halevycbe82602011-05-22 19:52:37 +03007772 return;
7773 }
Benny Halevycbe82602011-05-22 19:52:37 +03007774 dprintk("<-- %s\n", __func__);
7775}
7776
7777static void nfs4_layoutreturn_release(void *calldata)
7778{
7779 struct nfs4_layoutreturn *lrp = calldata;
Trond Myklebust849b2862012-09-24 14:18:39 -04007780 struct pnfs_layout_hdr *lo = lrp->args.layout;
Benny Halevycbe82602011-05-22 19:52:37 +03007781
7782 dprintk("--> %s\n", __func__);
Trond Myklebust849b2862012-09-24 14:18:39 -04007783 spin_lock(&lo->plh_inode->i_lock);
7784 if (lrp->res.lrs_present)
7785 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
7786 lo->plh_block_lgets--;
7787 spin_unlock(&lo->plh_inode->i_lock);
Trond Myklebust70c3bd22012-09-18 20:51:13 -04007788 pnfs_put_layout_hdr(lrp->args.layout);
Benny Halevycbe82602011-05-22 19:52:37 +03007789 kfree(calldata);
7790 dprintk("<-- %s\n", __func__);
7791}
7792
7793static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
7794 .rpc_call_prepare = nfs4_layoutreturn_prepare,
7795 .rpc_call_done = nfs4_layoutreturn_done,
7796 .rpc_release = nfs4_layoutreturn_release,
7797};
7798
7799int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp)
7800{
7801 struct rpc_task *task;
7802 struct rpc_message msg = {
7803 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
7804 .rpc_argp = &lrp->args,
7805 .rpc_resp = &lrp->res,
Trond Myklebust95560002013-05-20 10:43:47 -04007806 .rpc_cred = lrp->cred,
Benny Halevycbe82602011-05-22 19:52:37 +03007807 };
7808 struct rpc_task_setup task_setup_data = {
Andy Adamson1771c572013-07-22 12:42:05 -04007809 .rpc_client = NFS_SERVER(lrp->args.inode)->client,
Benny Halevycbe82602011-05-22 19:52:37 +03007810 .rpc_message = &msg,
7811 .callback_ops = &nfs4_layoutreturn_call_ops,
7812 .callback_data = lrp,
7813 };
7814 int status;
7815
7816 dprintk("--> %s\n", __func__);
Chuck Levera9c92d62013-08-09 12:48:18 -04007817 nfs4_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1);
Benny Halevycbe82602011-05-22 19:52:37 +03007818 task = rpc_run_task(&task_setup_data);
7819 if (IS_ERR(task))
7820 return PTR_ERR(task);
7821 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007822 trace_nfs4_layoutreturn(lrp->args.inode, status);
Benny Halevycbe82602011-05-22 19:52:37 +03007823 dprintk("<-- %s status=%d\n", __func__, status);
7824 rpc_put_task(task);
7825 return status;
7826}
7827
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007828static int
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007829_nfs4_proc_getdeviceinfo(struct nfs_server *server,
7830 struct pnfs_device *pdev,
7831 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007832{
7833 struct nfs4_getdeviceinfo_args args = {
7834 .pdev = pdev,
7835 };
7836 struct nfs4_getdeviceinfo_res res = {
7837 .pdev = pdev,
7838 };
7839 struct rpc_message msg = {
7840 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
7841 .rpc_argp = &args,
7842 .rpc_resp = &res,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007843 .rpc_cred = cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007844 };
7845 int status;
7846
7847 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00007848 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007849 dprintk("<-- %s status=%d\n", __func__, status);
7850
7851 return status;
7852}
7853
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007854int nfs4_proc_getdeviceinfo(struct nfs_server *server,
7855 struct pnfs_device *pdev,
7856 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007857{
7858 struct nfs4_exception exception = { };
7859 int err;
7860
7861 do {
7862 err = nfs4_handle_exception(server,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007863 _nfs4_proc_getdeviceinfo(server, pdev, cred),
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007864 &exception);
7865 } while (exception.retry);
7866 return err;
7867}
7868EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
7869
Andy Adamson863a3c62011-03-23 13:27:54 +00007870static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
7871{
7872 struct nfs4_layoutcommit_data *data = calldata;
7873 struct nfs_server *server = NFS_SERVER(data->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007874 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamson863a3c62011-03-23 13:27:54 +00007875
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007876 nfs41_setup_sequence(session,
7877 &data->args.seq_args,
7878 &data->res.seq_res,
7879 task);
Andy Adamson863a3c62011-03-23 13:27:54 +00007880}
7881
7882static void
7883nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
7884{
7885 struct nfs4_layoutcommit_data *data = calldata;
7886 struct nfs_server *server = NFS_SERVER(data->args.inode);
7887
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007888 if (!nfs41_sequence_done(task, &data->res.seq_res))
Andy Adamson863a3c62011-03-23 13:27:54 +00007889 return;
7890
7891 switch (task->tk_status) { /* Just ignore these failures */
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007892 case -NFS4ERR_DELEG_REVOKED: /* layout was recalled */
7893 case -NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
7894 case -NFS4ERR_BADLAYOUT: /* no layout */
7895 case -NFS4ERR_GRACE: /* loca_recalim always false */
Andy Adamson863a3c62011-03-23 13:27:54 +00007896 task->tk_status = 0;
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007897 case 0:
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007898 break;
7899 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10007900 if (nfs4_async_handle_error(task, server, NULL, NULL) == -EAGAIN) {
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007901 rpc_restart_call_prepare(task);
7902 return;
7903 }
7904 }
Andy Adamson863a3c62011-03-23 13:27:54 +00007905}
7906
7907static void nfs4_layoutcommit_release(void *calldata)
7908{
7909 struct nfs4_layoutcommit_data *data = calldata;
7910
Andy Adamsondb29c082011-07-30 20:52:38 -04007911 pnfs_cleanup_layoutcommit(data);
Trond Myklebustd8c951c2014-01-13 12:08:11 -05007912 nfs_post_op_update_inode_force_wcc(data->args.inode,
7913 data->res.fattr);
Andy Adamson863a3c62011-03-23 13:27:54 +00007914 put_rpccred(data->cred);
7915 kfree(data);
7916}
7917
7918static const struct rpc_call_ops nfs4_layoutcommit_ops = {
7919 .rpc_call_prepare = nfs4_layoutcommit_prepare,
7920 .rpc_call_done = nfs4_layoutcommit_done,
7921 .rpc_release = nfs4_layoutcommit_release,
7922};
7923
7924int
Andy Adamsonef311532011-03-12 02:58:10 -05007925nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00007926{
7927 struct rpc_message msg = {
7928 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
7929 .rpc_argp = &data->args,
7930 .rpc_resp = &data->res,
7931 .rpc_cred = data->cred,
7932 };
7933 struct rpc_task_setup task_setup_data = {
7934 .task = &data->task,
7935 .rpc_client = NFS_CLIENT(data->args.inode),
7936 .rpc_message = &msg,
7937 .callback_ops = &nfs4_layoutcommit_ops,
7938 .callback_data = data,
7939 .flags = RPC_TASK_ASYNC,
7940 };
7941 struct rpc_task *task;
7942 int status = 0;
7943
7944 dprintk("NFS: %4d initiating layoutcommit call. sync %d "
7945 "lbw: %llu inode %lu\n",
7946 data->task.tk_pid, sync,
7947 data->args.lastbytewritten,
7948 data->args.inode->i_ino);
7949
Chuck Levera9c92d62013-08-09 12:48:18 -04007950 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Andy Adamson863a3c62011-03-23 13:27:54 +00007951 task = rpc_run_task(&task_setup_data);
7952 if (IS_ERR(task))
7953 return PTR_ERR(task);
Andy Adamsonef311532011-03-12 02:58:10 -05007954 if (sync == false)
Andy Adamson863a3c62011-03-23 13:27:54 +00007955 goto out;
7956 status = nfs4_wait_for_completion_rpc_task(task);
7957 if (status != 0)
7958 goto out;
7959 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007960 trace_nfs4_layoutcommit(data->args.inode, status);
Andy Adamson863a3c62011-03-23 13:27:54 +00007961out:
7962 dprintk("%s: status %d\n", __func__, status);
7963 rpc_put_task(task);
7964 return status;
7965}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007966
Andy Adamson97431202013-08-08 10:57:56 -04007967/**
7968 * Use the state managment nfs_client cl_rpcclient, which uses krb5i (if
7969 * possible) as per RFC3530bis and RFC5661 Security Considerations sections
7970 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007971static int
7972_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04007973 struct nfs_fsinfo *info,
7974 struct nfs4_secinfo_flavors *flavors, bool use_integrity)
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007975{
7976 struct nfs41_secinfo_no_name_args args = {
7977 .style = SECINFO_STYLE_CURRENT_FH,
7978 };
7979 struct nfs4_secinfo_res res = {
7980 .flavors = flavors,
7981 };
7982 struct rpc_message msg = {
7983 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
7984 .rpc_argp = &args,
7985 .rpc_resp = &res,
7986 };
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04007987 struct rpc_clnt *clnt = server->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04007988 struct rpc_cred *cred = NULL;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04007989 int status;
7990
7991 if (use_integrity) {
7992 clnt = server->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04007993 cred = nfs4_get_clid_cred(server->nfs_client);
7994 msg.rpc_cred = cred;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04007995 }
7996
7997 dprintk("--> %s\n", __func__);
7998 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args,
7999 &res.seq_res, 0);
8000 dprintk("<-- %s status=%d\n", __func__, status);
8001
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008002 if (cred)
8003 put_rpccred(cred);
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008004
8005 return status;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008006}
8007
8008static int
8009nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
8010 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
8011{
8012 struct nfs4_exception exception = { };
8013 int err;
8014 do {
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008015 /* first try using integrity protection */
8016 err = -NFS4ERR_WRONGSEC;
8017
8018 /* try to use integrity protection with machine cred */
8019 if (_nfs4_is_integrity_protected(server->nfs_client))
8020 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8021 flavors, true);
8022
8023 /*
8024 * if unable to use integrity protection, or SECINFO with
8025 * integrity protection returns NFS4ERR_WRONGSEC (which is
8026 * disallowed by spec, but exists in deployed servers) use
8027 * the current filesystem's rpc_client and the user cred.
8028 */
8029 if (err == -NFS4ERR_WRONGSEC)
8030 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8031 flavors, false);
8032
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008033 switch (err) {
8034 case 0:
8035 case -NFS4ERR_WRONGSEC:
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008036 case -ENOTSUPP:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008037 goto out;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008038 default:
8039 err = nfs4_handle_exception(server, err, &exception);
8040 }
8041 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008042out:
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008043 return err;
8044}
8045
8046static int
8047nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
8048 struct nfs_fsinfo *info)
8049{
8050 int err;
8051 struct page *page;
Anna Schumaker367156d2013-09-25 17:02:48 -04008052 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008053 struct nfs4_secinfo_flavors *flavors;
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008054 struct nfs4_secinfo4 *secinfo;
8055 int i;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008056
8057 page = alloc_page(GFP_KERNEL);
8058 if (!page) {
8059 err = -ENOMEM;
8060 goto out;
8061 }
8062
8063 flavors = page_address(page);
8064 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
8065
8066 /*
8067 * Fall back on "guess and check" method if
8068 * the server doesn't support SECINFO_NO_NAME
8069 */
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008070 if (err == -NFS4ERR_WRONGSEC || err == -ENOTSUPP) {
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008071 err = nfs4_find_root_sec(server, fhandle, info);
8072 goto out_freepage;
8073 }
8074 if (err)
8075 goto out_freepage;
8076
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008077 for (i = 0; i < flavors->num_flavors; i++) {
8078 secinfo = &flavors->flavors[i];
8079
8080 switch (secinfo->flavor) {
8081 case RPC_AUTH_NULL:
8082 case RPC_AUTH_UNIX:
8083 case RPC_AUTH_GSS:
8084 flavor = rpcauth_get_pseudoflavor(secinfo->flavor,
8085 &secinfo->flavor_info);
8086 break;
8087 default:
8088 flavor = RPC_AUTH_MAXFLAVOR;
8089 break;
8090 }
8091
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04008092 if (!nfs_auth_info_match(&server->auth_info, flavor))
8093 flavor = RPC_AUTH_MAXFLAVOR;
8094
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008095 if (flavor != RPC_AUTH_MAXFLAVOR) {
8096 err = nfs4_lookup_root_sec(server, fhandle,
8097 info, flavor);
8098 if (!err)
8099 break;
8100 }
8101 }
8102
8103 if (flavor == RPC_AUTH_MAXFLAVOR)
8104 err = -EPERM;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008105
8106out_freepage:
8107 put_page(page);
8108 if (err == -EACCES)
8109 return -EPERM;
8110out:
8111 return err;
8112}
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008113
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008114static int _nfs41_test_stateid(struct nfs_server *server,
8115 nfs4_stateid *stateid,
8116 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008117{
8118 int status;
8119 struct nfs41_test_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008120 .stateid = stateid,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008121 };
8122 struct nfs41_test_stateid_res res;
8123 struct rpc_message msg = {
8124 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
8125 .rpc_argp = &args,
8126 .rpc_resp = &res,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008127 .rpc_cred = cred,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008128 };
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008129 struct rpc_clnt *rpc_client = server->client;
8130
8131 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8132 &rpc_client, &msg);
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008133
Chuck Lever38527b12012-07-11 16:30:23 -04008134 dprintk("NFS call test_stateid %p\n", stateid);
Chuck Levera9c92d62013-08-09 12:48:18 -04008135 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008136 nfs4_set_sequence_privileged(&args.seq_args);
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008137 status = nfs4_call_sync_sequence(rpc_client, server, &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008138 &args.seq_args, &res.seq_res);
Chuck Lever38527b12012-07-11 16:30:23 -04008139 if (status != NFS_OK) {
8140 dprintk("NFS reply test_stateid: failed, %d\n", status);
Chuck Lever377e5072012-07-11 16:29:45 -04008141 return status;
Chuck Lever38527b12012-07-11 16:30:23 -04008142 }
8143 dprintk("NFS reply test_stateid: succeeded, %d\n", -res.status);
Chuck Lever377e5072012-07-11 16:29:45 -04008144 return -res.status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04008145}
8146
Chuck Lever38527b12012-07-11 16:30:23 -04008147/**
8148 * nfs41_test_stateid - perform a TEST_STATEID operation
8149 *
8150 * @server: server / transport on which to perform the operation
8151 * @stateid: state ID to test
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008152 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008153 *
8154 * Returns NFS_OK if the server recognizes that "stateid" is valid.
8155 * Otherwise a negative NFS4ERR value is returned if the operation
8156 * failed or the state ID is not currently valid.
8157 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008158static int nfs41_test_stateid(struct nfs_server *server,
8159 nfs4_stateid *stateid,
8160 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008161{
8162 struct nfs4_exception exception = { };
8163 int err;
8164 do {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008165 err = _nfs41_test_stateid(server, stateid, cred);
Chuck Lever377e5072012-07-11 16:29:45 -04008166 if (err != -NFS4ERR_DELAY)
8167 break;
8168 nfs4_handle_exception(server, err, &exception);
Bryan Schumaker7d974792011-06-02 14:59:08 -04008169 } while (exception.retry);
8170 return err;
8171}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008172
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008173struct nfs_free_stateid_data {
8174 struct nfs_server *server;
8175 struct nfs41_free_stateid_args args;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008176 struct nfs41_free_stateid_res res;
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008177};
8178
8179static void nfs41_free_stateid_prepare(struct rpc_task *task, void *calldata)
8180{
8181 struct nfs_free_stateid_data *data = calldata;
8182 nfs41_setup_sequence(nfs4_get_session(data->server),
8183 &data->args.seq_args,
8184 &data->res.seq_res,
8185 task);
8186}
8187
8188static void nfs41_free_stateid_done(struct rpc_task *task, void *calldata)
8189{
8190 struct nfs_free_stateid_data *data = calldata;
8191
8192 nfs41_sequence_done(task, &data->res.seq_res);
8193
8194 switch (task->tk_status) {
8195 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10008196 if (nfs4_async_handle_error(task, data->server, NULL, NULL) == -EAGAIN)
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008197 rpc_restart_call_prepare(task);
8198 }
8199}
8200
8201static void nfs41_free_stateid_release(void *calldata)
8202{
8203 kfree(calldata);
8204}
8205
Trond Myklebust17f26b12013-08-21 15:48:42 -04008206static const struct rpc_call_ops nfs41_free_stateid_ops = {
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008207 .rpc_call_prepare = nfs41_free_stateid_prepare,
8208 .rpc_call_done = nfs41_free_stateid_done,
8209 .rpc_release = nfs41_free_stateid_release,
8210};
8211
8212static struct rpc_task *_nfs41_free_stateid(struct nfs_server *server,
8213 nfs4_stateid *stateid,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008214 struct rpc_cred *cred,
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008215 bool privileged)
8216{
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008217 struct rpc_message msg = {
8218 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008219 .rpc_cred = cred,
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008220 };
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008221 struct rpc_task_setup task_setup = {
8222 .rpc_client = server->client,
8223 .rpc_message = &msg,
8224 .callback_ops = &nfs41_free_stateid_ops,
8225 .flags = RPC_TASK_ASYNC,
8226 };
8227 struct nfs_free_stateid_data *data;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008228
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008229 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8230 &task_setup.rpc_client, &msg);
8231
Chuck Lever38527b12012-07-11 16:30:23 -04008232 dprintk("NFS call free_stateid %p\n", stateid);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008233 data = kmalloc(sizeof(*data), GFP_NOFS);
8234 if (!data)
8235 return ERR_PTR(-ENOMEM);
8236 data->server = server;
8237 nfs4_stateid_copy(&data->args.stateid, stateid);
8238
8239 task_setup.callback_data = data;
8240
8241 msg.rpc_argp = &data->args;
8242 msg.rpc_resp = &data->res;
Chuck Levera9c92d62013-08-09 12:48:18 -04008243 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008244 if (privileged)
8245 nfs4_set_sequence_privileged(&data->args.seq_args);
8246
8247 return rpc_run_task(&task_setup);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008248}
8249
Chuck Lever38527b12012-07-11 16:30:23 -04008250/**
8251 * nfs41_free_stateid - perform a FREE_STATEID operation
8252 *
8253 * @server: server / transport on which to perform the operation
8254 * @stateid: state ID to release
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008255 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008256 *
8257 * Returns NFS_OK if the server freed "stateid". Otherwise a
8258 * negative NFS4ERR value is returned.
8259 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008260static int nfs41_free_stateid(struct nfs_server *server,
8261 nfs4_stateid *stateid,
8262 struct rpc_cred *cred)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008263{
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008264 struct rpc_task *task;
8265 int ret;
8266
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008267 task = _nfs41_free_stateid(server, stateid, cred, true);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008268 if (IS_ERR(task))
8269 return PTR_ERR(task);
8270 ret = rpc_wait_for_completion_task(task);
8271 if (!ret)
8272 ret = task->tk_status;
8273 rpc_put_task(task);
8274 return ret;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008275}
Trond Myklebust36281ca2012-03-04 18:13:56 -05008276
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008277static void
8278nfs41_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008279{
8280 struct rpc_task *task;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008281 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008282
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008283 task = _nfs41_free_stateid(server, &lsp->ls_stateid, cred, false);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008284 nfs4_free_lock_state(server, lsp);
8285 if (IS_ERR(task))
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008286 return;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008287 rpc_put_task(task);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008288}
8289
Trond Myklebust36281ca2012-03-04 18:13:56 -05008290static bool nfs41_match_stateid(const nfs4_stateid *s1,
8291 const nfs4_stateid *s2)
8292{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008293 if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008294 return false;
8295
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008296 if (s1->seqid == s2->seqid)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008297 return true;
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008298 if (s1->seqid == 0 || s2->seqid == 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008299 return true;
8300
8301 return false;
8302}
8303
Andy Adamson557134a2009-04-01 09:21:53 -04008304#endif /* CONFIG_NFS_V4_1 */
8305
Trond Myklebust36281ca2012-03-04 18:13:56 -05008306static bool nfs4_match_stateid(const nfs4_stateid *s1,
8307 const nfs4_stateid *s2)
8308{
Trond Myklebustf597c532012-03-04 18:13:56 -05008309 return nfs4_stateid_match(s1, s2);
Trond Myklebust36281ca2012-03-04 18:13:56 -05008310}
8311
8312
Trond Myklebust17280172012-03-11 13:11:00 -04008313static const struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008314 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008315 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008316 .recover_open = nfs4_open_reclaim,
8317 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04008318 .establish_clid = nfs4_init_clientid,
Chuck Lever05f4c352012-09-14 17:24:32 -04008319 .detect_trunking = nfs40_discover_server_trunking,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008320};
8321
Andy Adamson591d71c2009-04-01 09:22:47 -04008322#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008323static const struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008324 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
8325 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
8326 .recover_open = nfs4_open_reclaim,
8327 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05008328 .establish_clid = nfs41_init_clientid,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05008329 .reclaim_complete = nfs41_proc_reclaim_complete,
Chuck Lever05f4c352012-09-14 17:24:32 -04008330 .detect_trunking = nfs41_discover_server_trunking,
Andy Adamson591d71c2009-04-01 09:22:47 -04008331};
8332#endif /* CONFIG_NFS_V4_1 */
8333
Trond Myklebust17280172012-03-11 13:11:00 -04008334static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008335 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008336 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03008337 .recover_open = nfs40_open_expired,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008338 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04008339 .establish_clid = nfs4_init_clientid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008340};
8341
Andy Adamson591d71c2009-04-01 09:22:47 -04008342#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008343static const struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008344 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
8345 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04008346 .recover_open = nfs41_open_expired,
8347 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05008348 .establish_clid = nfs41_init_clientid,
Andy Adamson591d71c2009-04-01 09:22:47 -04008349};
8350#endif /* CONFIG_NFS_V4_1 */
8351
Trond Myklebust17280172012-03-11 13:11:00 -04008352static const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008353 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04008354 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008355 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04008356};
8357
8358#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008359static const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008360 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04008361 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008362 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04008363};
8364#endif
8365
Chuck Leverec011fe2013-10-17 14:12:39 -04008366static const struct nfs4_mig_recovery_ops nfs40_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008367 .get_locations = _nfs40_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008368 .fsid_present = _nfs40_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008369};
8370
8371#if defined(CONFIG_NFS_V4_1)
8372static const struct nfs4_mig_recovery_ops nfs41_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008373 .get_locations = _nfs41_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008374 .fsid_present = _nfs41_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008375};
8376#endif /* CONFIG_NFS_V4_1 */
8377
Trond Myklebust97dc1352010-06-16 09:52:26 -04008378static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
8379 .minor_version = 0,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008380 .init_caps = NFS_CAP_READDIRPLUS
8381 | NFS_CAP_ATOMIC_OPEN
8382 | NFS_CAP_CHANGE_ATTR
8383 | NFS_CAP_POSIX_LOCK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008384 .init_client = nfs40_init_client,
8385 .shutdown_client = nfs40_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008386 .match_stateid = nfs4_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008387 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008388 .free_lock_state = nfs4_release_lockowner,
Chuck Lever9915ea72013-08-09 12:48:27 -04008389 .call_sync_ops = &nfs40_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008390 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
8391 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
8392 .state_renewal_ops = &nfs40_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008393 .mig_recovery_ops = &nfs40_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008394};
8395
8396#if defined(CONFIG_NFS_V4_1)
8397static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
8398 .minor_version = 1,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008399 .init_caps = NFS_CAP_READDIRPLUS
8400 | NFS_CAP_ATOMIC_OPEN
8401 | NFS_CAP_CHANGE_ATTR
Trond Myklebust3b664862013-03-17 15:31:15 -04008402 | NFS_CAP_POSIX_LOCK
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04008403 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008404 | NFS_CAP_ATOMIC_OPEN_V1,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008405 .init_client = nfs41_init_client,
8406 .shutdown_client = nfs41_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008407 .match_stateid = nfs41_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008408 .find_root_sec = nfs41_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008409 .free_lock_state = nfs41_free_lock_state,
Chuck Lever9915ea72013-08-09 12:48:27 -04008410 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008411 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8412 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8413 .state_renewal_ops = &nfs41_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008414 .mig_recovery_ops = &nfs41_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008415};
8416#endif
8417
Steve Dickson42c2c422013-05-22 12:50:38 -04008418#if defined(CONFIG_NFS_V4_2)
8419static const struct nfs4_minor_version_ops nfs_v4_2_minor_ops = {
8420 .minor_version = 2,
Bryan Schumaker70173102013-06-19 13:41:43 -04008421 .init_caps = NFS_CAP_READDIRPLUS
8422 | NFS_CAP_ATOMIC_OPEN
8423 | NFS_CAP_CHANGE_ATTR
8424 | NFS_CAP_POSIX_LOCK
8425 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008426 | NFS_CAP_ATOMIC_OPEN_V1
Anna Schumakerf4ac1672014-11-25 13:18:15 -05008427 | NFS_CAP_ALLOCATE
Anna Schumakere9831202014-10-22 15:53:10 -04008428 | NFS_CAP_SEEK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008429 .init_client = nfs41_init_client,
8430 .shutdown_client = nfs41_shutdown_client,
Steve Dickson42c2c422013-05-22 12:50:38 -04008431 .match_stateid = nfs41_match_stateid,
8432 .find_root_sec = nfs41_find_root_sec,
Bryan Schumaker70173102013-06-19 13:41:43 -04008433 .free_lock_state = nfs41_free_lock_state,
Chuck Lever9915ea72013-08-09 12:48:27 -04008434 .call_sync_ops = &nfs41_call_sync_ops,
Steve Dickson42c2c422013-05-22 12:50:38 -04008435 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8436 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8437 .state_renewal_ops = &nfs41_state_renewal_ops,
8438};
8439#endif
8440
Trond Myklebust97dc1352010-06-16 09:52:26 -04008441const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
8442 [0] = &nfs_v4_0_minor_ops,
8443#if defined(CONFIG_NFS_V4_1)
8444 [1] = &nfs_v4_1_minor_ops,
8445#endif
Steve Dickson42c2c422013-05-22 12:50:38 -04008446#if defined(CONFIG_NFS_V4_2)
8447 [2] = &nfs_v4_2_minor_ops,
8448#endif
Trond Myklebust97dc1352010-06-16 09:52:26 -04008449};
8450
Trond Myklebust17f26b12013-08-21 15:48:42 -04008451static const struct inode_operations nfs4_dir_inode_operations = {
Bryan Schumaker73a79702012-07-16 16:39:12 -04008452 .create = nfs_create,
8453 .lookup = nfs_lookup,
8454 .atomic_open = nfs_atomic_open,
8455 .link = nfs_link,
8456 .unlink = nfs_unlink,
8457 .symlink = nfs_symlink,
8458 .mkdir = nfs_mkdir,
8459 .rmdir = nfs_rmdir,
8460 .mknod = nfs_mknod,
8461 .rename = nfs_rename,
8462 .permission = nfs_permission,
8463 .getattr = nfs_getattr,
8464 .setattr = nfs_setattr,
8465 .getxattr = generic_getxattr,
8466 .setxattr = generic_setxattr,
8467 .listxattr = generic_listxattr,
8468 .removexattr = generic_removexattr,
8469};
8470
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08008471static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008472 .permission = nfs_permission,
8473 .getattr = nfs_getattr,
8474 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008475 .getxattr = generic_getxattr,
8476 .setxattr = generic_setxattr,
8477 .listxattr = generic_listxattr,
8478 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008479};
8480
David Howells509de812006-08-22 20:06:11 -04008481const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07008482 .version = 4, /* protocol version */
8483 .dentry_ops = &nfs4_dentry_operations,
8484 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008485 .file_inode_ops = &nfs4_file_inode_operations,
Jeff Layton1788ea62011-11-04 13:31:21 -04008486 .file_ops = &nfs4_file_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008487 .getroot = nfs4_proc_get_root,
Bryan Schumaker281cad42012-04-27 13:27:45 -04008488 .submount = nfs4_submount,
Bryan Schumakerff9099f22012-07-30 16:05:18 -04008489 .try_mount = nfs4_try_mount,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008490 .getattr = nfs4_proc_getattr,
8491 .setattr = nfs4_proc_setattr,
8492 .lookup = nfs4_proc_lookup,
8493 .access = nfs4_proc_access,
8494 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008495 .create = nfs4_proc_create,
8496 .remove = nfs4_proc_remove,
8497 .unlink_setup = nfs4_proc_unlink_setup,
Bryan Schumaker34e137c2012-03-19 14:54:41 -04008498 .unlink_rpc_prepare = nfs4_proc_unlink_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008499 .unlink_done = nfs4_proc_unlink_done,
Jeff Laytond3d41522010-09-17 17:31:57 -04008500 .rename_setup = nfs4_proc_rename_setup,
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04008501 .rename_rpc_prepare = nfs4_proc_rename_rpc_prepare,
Jeff Laytond3d41522010-09-17 17:31:57 -04008502 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008503 .link = nfs4_proc_link,
8504 .symlink = nfs4_proc_symlink,
8505 .mkdir = nfs4_proc_mkdir,
8506 .rmdir = nfs4_proc_remove,
8507 .readdir = nfs4_proc_readdir,
8508 .mknod = nfs4_proc_mknod,
8509 .statfs = nfs4_proc_statfs,
8510 .fsinfo = nfs4_proc_fsinfo,
8511 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04008512 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008513 .decode_dirent = nfs4_decode_dirent,
Anna Schumakera4cdda52014-05-06 09:12:31 -04008514 .pgio_rpc_prepare = nfs4_proc_pgio_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008515 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05008516 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008517 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008518 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008519 .commit_setup = nfs4_proc_commit_setup,
Fred Isaman0b7c0152012-04-20 14:47:39 -04008520 .commit_rpc_prepare = nfs4_proc_commit_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008521 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008522 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00008523 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04008524 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04008525 .open_context = nfs4_atomic_open,
Bryan Schumaker011e2a72012-06-20 15:53:43 -04008526 .have_delegation = nfs4_have_delegation,
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04008527 .return_delegation = nfs4_inode_return_delegation,
Bryan Schumaker6663ee72012-06-20 15:53:46 -04008528 .alloc_client = nfs4_alloc_client,
Andy Adamson45a52a02011-03-01 01:34:08 +00008529 .init_client = nfs4_init_client,
Bryan Schumakercdb7ece2012-06-20 15:53:45 -04008530 .free_client = nfs4_free_client,
Bryan Schumaker1179acc2012-07-30 16:05:19 -04008531 .create_server = nfs4_create_server,
8532 .clone_server = nfs_clone_server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008533};
8534
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008535static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
8536 .prefix = XATTR_NAME_NFSV4_ACL,
8537 .list = nfs4_xattr_list_nfs4_acl,
8538 .get = nfs4_xattr_get_nfs4_acl,
8539 .set = nfs4_xattr_set_nfs4_acl,
8540};
8541
8542const struct xattr_handler *nfs4_xattr_handlers[] = {
8543 &nfs4_xattr_nfs4_acl_handler,
David Quigleyc9bccef2013-05-22 12:50:45 -04008544#ifdef CONFIG_NFS_V4_SECURITY_LABEL
8545 &nfs4_xattr_nfs4_label_handler,
8546#endif
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008547 NULL
8548};
8549
Linus Torvalds1da177e2005-04-16 15:20:36 -07008550/*
8551 * Local variables:
8552 * c-basic-offset: 8
8553 * End:
8554 */