blob: 41e7c2fc046e691d43fcff991d7db7ca6f5bdb0b [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);
Trond Myklebust63f5f792015-01-23 19:19:25 -0500980 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100981 struct nfs4_opendata *p;
982
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400983 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100984 if (p == NULL)
985 goto err;
David Quigley14c43f72013-05-22 12:50:43 -0400986
987 p->f_label = nfs4_label_alloc(server, gfp_mask);
988 if (IS_ERR(p->f_label))
989 goto err_free_p;
990
Trond Myklebust63f5f792015-01-23 19:19:25 -0500991 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
992 p->o_arg.seqid = alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -0500993 if (IS_ERR(p->o_arg.seqid))
David Quigley14c43f72013-05-22 12:50:43 -0400994 goto err_free_label;
Al Viro82a2c1b2011-06-22 18:30:55 -0400995 nfs_sb_active(dentry->d_sb);
996 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100997 p->dir = parent;
998 p->owner = sp;
999 atomic_inc(&sp->so_count);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001000 p->o_arg.open_flags = flags;
1001 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001002 /* don't put an ACCESS op in OPEN compound if O_EXCL, because ACCESS
1003 * will return permission denied for all bits until close */
1004 if (!(flags & O_EXCL)) {
1005 /* ask server to check for all possible rights as results
1006 * are cached */
1007 p->o_arg.access = NFS4_ACCESS_READ | NFS4_ACCESS_MODIFY |
1008 NFS4_ACCESS_EXTEND | NFS4_ACCESS_EXECUTE;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001009 }
David Howells7539bba2006-08-22 20:06:09 -04001010 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001011 p->o_arg.id.create_time = ktime_to_ns(sp->so_seqid.create_time);
1012 p->o_arg.id.uniquifier = sp->so_seqid.owner_id;
Al Viro82a2c1b2011-06-22 18:30:55 -04001013 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001014 p->o_arg.server = server;
David Quigleyaa9c2662013-05-22 12:50:44 -04001015 p->o_arg.bitmask = nfs4_bitmask(server, label);
Trond Myklebust1549210f2012-06-05 09:16:47 -04001016 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0];
David Quigley1775fd32013-05-22 12:50:42 -04001017 p->o_arg.label = label;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001018 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim);
1019 switch (p->o_arg.claim) {
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001020 case NFS4_OPEN_CLAIM_NULL:
1021 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1022 case NFS4_OPEN_CLAIM_DELEGATE_PREV:
1023 p->o_arg.fh = NFS_FH(dir);
1024 break;
1025 case NFS4_OPEN_CLAIM_PREVIOUS:
1026 case NFS4_OPEN_CLAIM_FH:
1027 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1028 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
1029 p->o_arg.fh = NFS_FH(dentry->d_inode);
1030 }
Trond Myklebust536e43d2012-01-17 22:04:26 -05001031 if (attrs != NULL && attrs->ia_valid != 0) {
Trond Myklebustc281fa9c2013-08-20 21:06:49 -04001032 __u32 verf[2];
Trond Myklebustd77d76f2010-06-16 09:52:27 -04001033
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001034 p->o_arg.u.attrs = &p->attrs;
1035 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Chuck Levercd937102012-03-02 17:14:31 -05001036
1037 verf[0] = jiffies;
1038 verf[1] = current->pid;
1039 memcpy(p->o_arg.u.verifier.data, verf,
1040 sizeof(p->o_arg.u.verifier.data));
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001041 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001042 p->c_arg.fh = &p->o_res.fh;
1043 p->c_arg.stateid = &p->o_res.stateid;
1044 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001045 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001046 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001047 return p;
David Quigley14c43f72013-05-22 12:50:43 -04001048
1049err_free_label:
1050 nfs4_label_free(p->f_label);
1051err_free_p:
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001052 kfree(p);
1053err:
1054 dput(parent);
1055 return NULL;
1056}
1057
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001058static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001059{
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001060 struct nfs4_opendata *p = container_of(kref,
1061 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -04001062 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001063
1064 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001065 if (p->state != NULL)
1066 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001067 nfs4_put_state_owner(p->owner);
David Quigley14c43f72013-05-22 12:50:43 -04001068
1069 nfs4_label_free(p->f_label);
1070
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001071 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -04001072 dput(p->dentry);
1073 nfs_sb_deactive(sb);
Trond Myklebust6926afd2012-01-07 13:22:46 -05001074 nfs_fattr_free_names(&p->f_attr);
Trond Myklebuste911b812014-03-26 13:24:37 -07001075 kfree(p->f_attr.mdsthreshold);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001076 kfree(p);
1077}
1078
1079static void nfs4_opendata_put(struct nfs4_opendata *p)
1080{
1081 if (p != NULL)
1082 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001083}
1084
Trond Myklebust06f814a2006-01-03 09:55:07 +01001085static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
1086{
Trond Myklebust06f814a2006-01-03 09:55:07 +01001087 int ret;
1088
Trond Myklebust06f814a2006-01-03 09:55:07 +01001089 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +01001090 return ret;
1091}
1092
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001093static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -04001094{
1095 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001096
Trond Myklebust536e43d2012-01-17 22:04:26 -05001097 if (open_mode & (O_EXCL|O_TRUNC))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001098 goto out;
1099 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001100 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -05001101 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
1102 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001103 break;
1104 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001105 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
1106 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001107 break;
1108 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001109 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
1110 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001111 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001112out:
Trond Myklebust6ee41262007-07-08 14:11:36 -04001113 return ret;
1114}
1115
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001116static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001117{
Trond Myklebust652f89f2011-12-09 19:05:58 -05001118 if (delegation == NULL)
1119 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001120 if ((delegation->type & fmode) != fmode)
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 Myklebustf95549c2015-01-23 18:06:09 -05001172static void nfs_resync_open_stateid_locked(struct nfs4_state *state)
1173{
1174 if (state->n_wronly)
1175 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1176 if (state->n_rdonly)
1177 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1178 if (state->n_rdwr)
1179 set_bit(NFS_O_RDWR_STATE, &state->flags);
1180}
1181
Trond Myklebust226056c2014-02-11 10:41:07 -05001182static void nfs_clear_open_stateid_locked(struct nfs4_state *state,
1183 nfs4_stateid *stateid, fmode_t fmode)
1184{
1185 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1186 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
1187 case FMODE_WRITE:
1188 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1189 break;
1190 case FMODE_READ:
1191 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1192 break;
1193 case 0:
1194 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1195 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1196 clear_bit(NFS_OPEN_STATE, &state->flags);
1197 }
1198 if (stateid == NULL)
1199 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001200 /* Handle races with OPEN */
1201 if (!nfs4_stateid_match_other(stateid, &state->open_stateid) ||
1202 !nfs4_stateid_is_newer(stateid, &state->open_stateid)) {
1203 nfs_resync_open_stateid_locked(state);
Trond Myklebust226056c2014-02-11 10:41:07 -05001204 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001205 }
Trond Myklebust003707c2007-07-05 18:07:55 -04001206 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001207 nfs4_stateid_copy(&state->stateid, stateid);
1208 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust226056c2014-02-11 10:41:07 -05001209}
1210
1211static void nfs_clear_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1212{
1213 write_seqlock(&state->seqlock);
1214 nfs_clear_open_stateid_locked(state, stateid, fmode);
1215 write_sequnlock(&state->seqlock);
Trond Myklebust4f14c192014-02-12 19:15:06 -05001216 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1217 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust226056c2014-02-11 10:41:07 -05001218}
1219
Trond Myklebust003707c2007-07-05 18:07:55 -04001220static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1221{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001222 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001223 case FMODE_READ:
1224 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1225 break;
1226 case FMODE_WRITE:
1227 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1228 break;
1229 case FMODE_READ|FMODE_WRITE:
1230 set_bit(NFS_O_RDWR_STATE, &state->flags);
1231 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001232 if (!nfs_need_update_open_stateid(state, stateid))
1233 return;
1234 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1235 nfs4_stateid_copy(&state->stateid, stateid);
1236 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001237}
1238
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001239static 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 -07001240{
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001241 /*
1242 * Protect the call to nfs4_state_set_mode_locked and
1243 * serialise the stateid update
1244 */
1245 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001246 if (deleg_stateid != NULL) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001247 nfs4_stateid_copy(&state->stateid, deleg_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001248 set_bit(NFS_DELEGATED_STATE, &state->flags);
1249 }
1250 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001251 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001252 write_sequnlock(&state->seqlock);
1253 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001254 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -07001255 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256}
1257
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001258static 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 -05001259{
1260 struct nfs_inode *nfsi = NFS_I(state->inode);
1261 struct nfs_delegation *deleg_cur;
1262 int ret = 0;
1263
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001264 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -05001265
1266 rcu_read_lock();
1267 deleg_cur = rcu_dereference(nfsi->delegation);
1268 if (deleg_cur == NULL)
1269 goto no_delegation;
1270
1271 spin_lock(&deleg_cur->lock);
Trond Myklebust17f26b12013-08-21 15:48:42 -04001272 if (rcu_dereference(nfsi->delegation) != deleg_cur ||
Trond Myklebustd25be542013-02-05 11:43:28 -05001273 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001274 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -05001275 goto no_delegation_unlock;
1276
1277 if (delegation == NULL)
1278 delegation = &deleg_cur->stateid;
Trond Myklebustf597c532012-03-04 18:13:56 -05001279 else if (!nfs4_stateid_match(&deleg_cur->stateid, delegation))
Trond Myklebust34310432008-12-23 15:21:38 -05001280 goto no_delegation_unlock;
1281
Trond Myklebustb7391f42008-12-23 15:21:52 -05001282 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001283 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001284 ret = 1;
1285no_delegation_unlock:
1286 spin_unlock(&deleg_cur->lock);
1287no_delegation:
1288 rcu_read_unlock();
1289
1290 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001291 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001292 ret = 1;
1293 }
Trond Myklebust4f14c192014-02-12 19:15:06 -05001294 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1295 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust34310432008-12-23 15:21:38 -05001296
1297 return ret;
1298}
1299
Trond Myklebust39071e62015-01-24 15:07:56 -05001300static bool nfs4_update_lock_stateid(struct nfs4_lock_state *lsp,
1301 const nfs4_stateid *stateid)
1302{
1303 struct nfs4_state *state = lsp->ls_state;
1304 bool ret = false;
1305
1306 spin_lock(&state->state_lock);
1307 if (!nfs4_stateid_match_other(stateid, &lsp->ls_stateid))
1308 goto out_noupdate;
1309 if (!nfs4_stateid_is_newer(stateid, &lsp->ls_stateid))
1310 goto out_noupdate;
1311 nfs4_stateid_copy(&lsp->ls_stateid, stateid);
1312 ret = true;
1313out_noupdate:
1314 spin_unlock(&state->state_lock);
1315 return ret;
1316}
Trond Myklebust34310432008-12-23 15:21:38 -05001317
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001318static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001319{
1320 struct nfs_delegation *delegation;
1321
1322 rcu_read_lock();
1323 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001324 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001325 rcu_read_unlock();
1326 return;
1327 }
1328 rcu_read_unlock();
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04001329 nfs4_inode_return_delegation(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001330}
1331
Trond Myklebust6ee41262007-07-08 14:11:36 -04001332static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001333{
1334 struct nfs4_state *state = opendata->state;
1335 struct nfs_inode *nfsi = NFS_I(state->inode);
1336 struct nfs_delegation *delegation;
Trond Myklebustf448bad2013-05-29 15:36:40 -04001337 int open_mode = opendata->o_arg.open_flags;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001338 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001339 nfs4_stateid stateid;
1340 int ret = -EAGAIN;
1341
Trond Myklebustaac00a82007-07-05 19:02:21 -04001342 for (;;) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001343 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001344 if (can_open_cached(state, fmode, open_mode)) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001345 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001346 spin_unlock(&state->owner->so_lock);
Anna Schumaker61beef752014-09-03 14:15:40 -04001347 goto out_return_state;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001348 }
Anna Schumaker61beef752014-09-03 14:15:40 -04001349 spin_unlock(&state->owner->so_lock);
Trond Myklebust34310432008-12-23 15:21:38 -05001350 rcu_read_lock();
1351 delegation = rcu_dereference(nfsi->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001352 if (!can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001353 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001354 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001355 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001356 /* Save the delegation */
Trond Myklebustf597c532012-03-04 18:13:56 -05001357 nfs4_stateid_copy(&stateid, &delegation->stateid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001358 rcu_read_unlock();
Trond Myklebustfa332942013-04-09 12:56:52 -04001359 nfs_release_seqid(opendata->o_arg.seqid);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001360 if (!opendata->is_recover) {
1361 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
1362 if (ret != 0)
1363 goto out;
1364 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001365 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001366
1367 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001368 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001369 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001370 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001371out:
1372 return ERR_PTR(ret);
1373out_return_state:
1374 atomic_inc(&state->count);
1375 return state;
1376}
1377
Andy Adamsone23008e2012-10-02 21:07:32 -04001378static void
1379nfs4_opendata_check_deleg(struct nfs4_opendata *data, struct nfs4_state *state)
1380{
1381 struct nfs_client *clp = NFS_SERVER(state->inode)->nfs_client;
1382 struct nfs_delegation *delegation;
1383 int delegation_flags = 0;
1384
1385 rcu_read_lock();
1386 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
1387 if (delegation)
1388 delegation_flags = delegation->flags;
1389 rcu_read_unlock();
1390 if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) {
1391 pr_err_ratelimited("NFS: Broken NFSv4 server %s is "
1392 "returning a delegation for "
1393 "OPEN(CLAIM_DELEGATE_CUR)\n",
1394 clp->cl_hostname);
1395 } else if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
1396 nfs_inode_set_delegation(state->inode,
1397 data->owner->so_cred,
1398 &data->o_res);
1399 else
1400 nfs_inode_reclaim_delegation(state->inode,
1401 data->owner->so_cred,
1402 &data->o_res);
1403}
1404
1405/*
1406 * Check the inode attributes against the CLAIM_PREVIOUS returned attributes
1407 * and update the nfs4_state.
1408 */
1409static struct nfs4_state *
1410_nfs4_opendata_reclaim_to_nfs4_state(struct nfs4_opendata *data)
1411{
1412 struct inode *inode = data->state->inode;
1413 struct nfs4_state *state = data->state;
1414 int ret;
1415
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001416 if (!data->rpc_done) {
1417 if (data->rpc_status) {
1418 ret = data->rpc_status;
1419 goto err;
1420 }
1421 /* cached opens have already been processed */
1422 goto update;
Andy Adamsone23008e2012-10-02 21:07:32 -04001423 }
1424
Andy Adamsone23008e2012-10-02 21:07:32 -04001425 ret = nfs_refresh_inode(inode, &data->f_attr);
1426 if (ret)
1427 goto err;
1428
1429 if (data->o_res.delegation_type != 0)
1430 nfs4_opendata_check_deleg(data, state);
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001431update:
Andy Adamsone23008e2012-10-02 21:07:32 -04001432 update_open_stateid(state, &data->o_res.stateid, NULL,
1433 data->o_arg.fmode);
Trond Myklebustd49f0422013-10-28 14:57:12 -04001434 atomic_inc(&state->count);
Andy Adamsone23008e2012-10-02 21:07:32 -04001435
1436 return state;
1437err:
1438 return ERR_PTR(ret);
1439
1440}
1441
1442static struct nfs4_state *
1443_nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001444{
1445 struct inode *inode;
1446 struct nfs4_state *state = NULL;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001447 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001448
Trond Myklebustaac00a82007-07-05 19:02:21 -04001449 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001450 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001451 goto out;
1452 }
1453
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001454 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001455 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001456 goto err;
David Quigley1775fd32013-05-22 12:50:42 -04001457 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr, data->f_label);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001458 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001459 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001460 goto err;
1461 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001462 state = nfs4_get_open_state(inode, data->owner);
1463 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001464 goto err_put_inode;
Andy Adamsone23008e2012-10-02 21:07:32 -04001465 if (data->o_res.delegation_type != 0)
1466 nfs4_opendata_check_deleg(data, state);
Trond Myklebust34310432008-12-23 15:21:38 -05001467 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001468 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001469 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001470out:
Trond Myklebust7aa262b52013-02-28 16:19:59 -08001471 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001472 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001473err_put_inode:
1474 iput(inode);
1475err:
1476 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001477}
1478
Andy Adamsone23008e2012-10-02 21:07:32 -04001479static struct nfs4_state *
1480nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1481{
1482 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS)
1483 return _nfs4_opendata_reclaim_to_nfs4_state(data);
1484 return _nfs4_opendata_to_nfs4_state(data);
1485}
1486
Trond Myklebust864472e2006-01-03 09:55:15 +01001487static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1488{
1489 struct nfs_inode *nfsi = NFS_I(state->inode);
1490 struct nfs_open_context *ctx;
1491
1492 spin_lock(&state->inode->i_lock);
1493 list_for_each_entry(ctx, &nfsi->open_files, list) {
1494 if (ctx->state != state)
1495 continue;
1496 get_nfs_open_context(ctx);
1497 spin_unlock(&state->inode->i_lock);
1498 return ctx;
1499 }
1500 spin_unlock(&state->inode->i_lock);
1501 return ERR_PTR(-ENOENT);
1502}
1503
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001504static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx,
1505 struct nfs4_state *state, enum open_claim_type4 claim)
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001506{
1507 struct nfs4_opendata *opendata;
1508
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001509 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0,
David Quigley1775fd32013-05-22 12:50:42 -04001510 NULL, NULL, claim, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001511 if (opendata == NULL)
1512 return ERR_PTR(-ENOMEM);
1513 opendata->state = state;
1514 atomic_inc(&state->count);
1515 return opendata;
1516}
1517
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001518static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001519{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001520 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001521 int ret;
1522
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001523 opendata->o_arg.open_flags = 0;
1524 opendata->o_arg.fmode = fmode;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001525 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1526 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1527 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001528 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001529 if (ret != 0)
1530 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001531 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001532 if (IS_ERR(newstate))
1533 return PTR_ERR(newstate);
Al Viro643168c2011-06-22 18:20:23 -04001534 nfs4_close_state(newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001535 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001536 return 0;
1537}
1538
1539static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1540{
Trond Myklebust864472e2006-01-03 09:55:15 +01001541 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001542 int ret;
1543
Trond Myklebust4f14c192014-02-12 19:15:06 -05001544 /* Don't trigger recovery in nfs_test_and_clear_all_open_stateid */
1545 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1546 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1547 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001548 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001549 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04001550 clear_bit(NFS_OPEN_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001551 smp_rmb();
1552 if (state->n_rdwr != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001553 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001554 if (ret != 0)
1555 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001556 if (newstate != state)
1557 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001558 }
1559 if (state->n_wronly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001560 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001561 if (ret != 0)
1562 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001563 if (newstate != state)
1564 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001565 }
1566 if (state->n_rdonly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001567 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001568 if (ret != 0)
1569 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001570 if (newstate != state)
1571 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001572 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001573 /*
1574 * We may have performed cached opens for all three recoveries.
1575 * Check if we need to update the current stateid.
1576 */
1577 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
Trond Myklebustf597c532012-03-04 18:13:56 -05001578 !nfs4_stateid_match(&state->stateid, &state->open_stateid)) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001579 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001580 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001581 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001582 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001583 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001584 return 0;
1585}
1586
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587/*
1588 * OPEN_RECLAIM:
1589 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001591static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001592{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001593 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001594 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001595 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001596 int status;
1597
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001598 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1599 NFS4_OPEN_CLAIM_PREVIOUS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001600 if (IS_ERR(opendata))
1601 return PTR_ERR(opendata);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001602 rcu_read_lock();
1603 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001604 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001605 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001606 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001607 opendata->o_arg.u.delegation_type = delegation_type;
1608 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001609 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610 return status;
1611}
1612
Trond Myklebust539cd032007-06-05 11:46:42 -04001613static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614{
1615 struct nfs_server *server = NFS_SERVER(state->inode);
1616 struct nfs4_exception exception = { };
1617 int err;
1618 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001619 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04001620 trace_nfs4_open_reclaim(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001621 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
1622 continue;
Trond Myklebust168667c2010-10-19 19:47:49 -04001623 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001624 break;
1625 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626 } while (exception.retry);
1627 return err;
1628}
1629
Trond Myklebust864472e2006-01-03 09:55:15 +01001630static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1631{
1632 struct nfs_open_context *ctx;
1633 int ret;
1634
1635 ctx = nfs4_state_find_open_context(state);
1636 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04001637 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04001638 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001639 put_nfs_open_context(ctx);
1640 return ret;
1641}
1642
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001643static 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 -07001644{
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001645 switch (err) {
1646 default:
1647 printk(KERN_ERR "NFS: %s: unhandled error "
1648 "%d.\n", __func__, err);
1649 case 0:
1650 case -ENOENT:
1651 case -ESTALE:
1652 break;
1653 case -NFS4ERR_BADSESSION:
1654 case -NFS4ERR_BADSLOT:
1655 case -NFS4ERR_BAD_HIGH_SLOT:
1656 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1657 case -NFS4ERR_DEADSESSION:
1658 set_bit(NFS_DELEGATED_STATE, &state->flags);
1659 nfs4_schedule_session_recovery(server->nfs_client->cl_session, err);
1660 return -EAGAIN;
1661 case -NFS4ERR_STALE_CLIENTID:
1662 case -NFS4ERR_STALE_STATEID:
1663 set_bit(NFS_DELEGATED_STATE, &state->flags);
1664 case -NFS4ERR_EXPIRED:
1665 /* Don't recall a delegation if it was lost */
1666 nfs4_schedule_lease_recovery(server->nfs_client);
1667 return -EAGAIN;
Chuck Lever352297b2013-10-17 14:13:24 -04001668 case -NFS4ERR_MOVED:
1669 nfs4_schedule_migration_recovery(server);
1670 return -EAGAIN;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04001671 case -NFS4ERR_LEASE_MOVED:
1672 nfs4_schedule_lease_moved_recovery(server->nfs_client);
1673 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001674 case -NFS4ERR_DELEG_REVOKED:
1675 case -NFS4ERR_ADMIN_REVOKED:
1676 case -NFS4ERR_BAD_STATEID:
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001677 case -NFS4ERR_OPENMODE:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001678 nfs_inode_find_state_and_recover(state->inode,
1679 stateid);
1680 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust869f9df2014-11-10 18:43:56 -05001681 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001682 case -NFS4ERR_DELAY:
1683 case -NFS4ERR_GRACE:
1684 set_bit(NFS_DELEGATED_STATE, &state->flags);
1685 ssleep(1);
1686 return -EAGAIN;
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001687 case -ENOMEM:
1688 case -NFS4ERR_DENIED:
1689 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
1690 return 0;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001691 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692 return err;
1693}
1694
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001695int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
1696{
1697 struct nfs_server *server = NFS_SERVER(state->inode);
1698 struct nfs4_opendata *opendata;
1699 int err;
1700
1701 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1702 NFS4_OPEN_CLAIM_DELEG_CUR_FH);
1703 if (IS_ERR(opendata))
1704 return PTR_ERR(opendata);
1705 nfs4_stateid_copy(&opendata->o_arg.u.delegation, stateid);
1706 err = nfs4_open_recover(opendata, state);
1707 nfs4_opendata_put(opendata);
1708 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
1709}
1710
Chuck Leverbe05c862013-08-09 12:49:47 -04001711static void nfs4_open_confirm_prepare(struct rpc_task *task, void *calldata)
1712{
1713 struct nfs4_opendata *data = calldata;
1714
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001715 nfs40_setup_sequence(data->o_arg.server, &data->c_arg.seq_args,
1716 &data->c_res.seq_res, task);
Chuck Leverbe05c862013-08-09 12:49:47 -04001717}
1718
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001719static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1720{
1721 struct nfs4_opendata *data = calldata;
1722
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001723 nfs40_sequence_done(task, &data->c_res.seq_res);
Chuck Leverbe05c862013-08-09 12:49:47 -04001724
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001725 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001726 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001727 nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid);
Trond Myklebustbb226292008-01-02 15:19:18 -05001728 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001729 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001730 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001731 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001732}
1733
1734static void nfs4_open_confirm_release(void *calldata)
1735{
1736 struct nfs4_opendata *data = calldata;
1737 struct nfs4_state *state = NULL;
1738
1739 /* If this request hasn't been cancelled, do nothing */
1740 if (data->cancelled == 0)
1741 goto out_free;
1742 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001743 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001744 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001745 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001746 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001747 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001748out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001749 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001750}
1751
1752static const struct rpc_call_ops nfs4_open_confirm_ops = {
Chuck Leverbe05c862013-08-09 12:49:47 -04001753 .rpc_call_prepare = nfs4_open_confirm_prepare,
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001754 .rpc_call_done = nfs4_open_confirm_done,
1755 .rpc_release = nfs4_open_confirm_release,
1756};
1757
1758/*
1759 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1760 */
1761static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1762{
1763 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
1764 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001765 struct rpc_message msg = {
1766 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1767 .rpc_argp = &data->c_arg,
1768 .rpc_resp = &data->c_res,
1769 .rpc_cred = data->owner->so_cred,
1770 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001771 struct rpc_task_setup task_setup_data = {
1772 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001773 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001774 .callback_ops = &nfs4_open_confirm_ops,
1775 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001776 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001777 .flags = RPC_TASK_ASYNC,
1778 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001779 int status;
1780
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001781 nfs4_init_sequence(&data->c_arg.seq_args, &data->c_res.seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001782 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001783 data->rpc_done = 0;
1784 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001785 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001786 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001787 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001788 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001789 status = nfs4_wait_for_completion_rpc_task(task);
1790 if (status != 0) {
1791 data->cancelled = 1;
1792 smp_wmb();
1793 } else
1794 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001795 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796 return status;
1797}
1798
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001799static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001800{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001801 struct nfs4_opendata *data = calldata;
1802 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust549b19c2013-04-16 18:42:34 -04001803 struct nfs_client *clp = sp->so_server->nfs_client;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001804
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001805 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001806 goto out_wait;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001807 /*
1808 * Check if we still need to send an OPEN call, or if we can use
1809 * a delegation instead.
1810 */
1811 if (data->state != NULL) {
1812 struct nfs_delegation *delegation;
1813
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001814 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001815 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001816 rcu_read_lock();
1817 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001818 if (data->o_arg.claim != NFS4_OPEN_CLAIM_DELEGATE_CUR &&
Trond Myklebustcd4c9be2013-04-23 14:46:25 -04001819 data->o_arg.claim != NFS4_OPEN_CLAIM_DELEG_CUR_FH &&
Trond Myklebust652f89f2011-12-09 19:05:58 -05001820 can_open_delegated(delegation, data->o_arg.fmode))
1821 goto unlock_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001822 rcu_read_unlock();
1823 }
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001824 /* Update client id. */
Trond Myklebust549b19c2013-04-16 18:42:34 -04001825 data->o_arg.clientid = clp->cl_clientid;
Trond Myklebust8188df12013-04-23 14:31:19 -04001826 switch (data->o_arg.claim) {
1827 case NFS4_OPEN_CLAIM_PREVIOUS:
1828 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1829 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
Andy Adamsone23008e2012-10-02 21:07:32 -04001830 data->o_arg.open_bitmap = &nfs4_open_noattr_bitmap[0];
Trond Myklebust8188df12013-04-23 14:31:19 -04001831 case NFS4_OPEN_CLAIM_FH:
1832 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001833 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1834 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001835 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001836 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001837 &data->o_arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04001838 &data->o_res.seq_res,
1839 task) != 0)
1840 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust549b19c2013-04-16 18:42:34 -04001841
1842 /* Set the create mode (note dependency on the session type) */
1843 data->o_arg.createmode = NFS4_CREATE_UNCHECKED;
1844 if (data->o_arg.open_flags & O_EXCL) {
1845 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE;
1846 if (nfs4_has_persistent_session(clp))
1847 data->o_arg.createmode = NFS4_CREATE_GUARDED;
1848 else if (clp->cl_mvops->minor_version > 0)
1849 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE4_1;
1850 }
Trond Myklebust6ee41262007-07-08 14:11:36 -04001851 return;
Trond Myklebust652f89f2011-12-09 19:05:58 -05001852unlock_no_action:
1853 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001854out_no_action:
1855 task->tk_action = NULL;
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001856out_wait:
Trond Myklebustb75ad4c2012-11-29 17:27:47 -05001857 nfs4_sequence_done(task, &data->o_res.seq_res);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001858}
1859
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001860static void nfs4_open_done(struct rpc_task *task, void *calldata)
1861{
1862 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001864 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001865
Trond Myklebust14516c32010-07-31 14:29:06 -04001866 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1867 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001868
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001869 if (task->tk_status == 0) {
Trond Myklebust807d66d82012-10-02 17:09:00 -07001870 if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) {
1871 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001872 case S_IFREG:
1873 break;
1874 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001875 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001876 break;
1877 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001878 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001879 break;
1880 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001881 data->rpc_status = -ENOTDIR;
Trond Myklebust807d66d82012-10-02 17:09:00 -07001882 }
Trond Myklebust6f926b52005-10-18 14:20:18 -07001883 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001884 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001885 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1886 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001887 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001888 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001889}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001890
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001891static void nfs4_open_release(void *calldata)
1892{
1893 struct nfs4_opendata *data = calldata;
1894 struct nfs4_state *state = NULL;
1895
1896 /* If this request hasn't been cancelled, do nothing */
1897 if (data->cancelled == 0)
1898 goto out_free;
1899 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001900 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001901 goto out_free;
1902 /* In case we need an open_confirm, no cleanup! */
1903 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1904 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001905 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001906 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001907 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001908out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001909 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001910}
1911
1912static const struct rpc_call_ops nfs4_open_ops = {
1913 .rpc_call_prepare = nfs4_open_prepare,
1914 .rpc_call_done = nfs4_open_done,
1915 .rpc_release = nfs4_open_release,
1916};
1917
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001918static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001919{
1920 struct inode *dir = data->dir->d_inode;
1921 struct nfs_server *server = NFS_SERVER(dir);
1922 struct nfs_openargs *o_arg = &data->o_arg;
1923 struct nfs_openres *o_res = &data->o_res;
1924 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001925 struct rpc_message msg = {
1926 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1927 .rpc_argp = o_arg,
1928 .rpc_resp = o_res,
1929 .rpc_cred = data->owner->so_cred,
1930 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001931 struct rpc_task_setup task_setup_data = {
1932 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001933 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001934 .callback_ops = &nfs4_open_ops,
1935 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001936 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001937 .flags = RPC_TASK_ASYNC,
1938 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001939 int status;
1940
Chuck Levera9c92d62013-08-09 12:48:18 -04001941 nfs4_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001942 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001943 data->rpc_done = 0;
1944 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001945 data->cancelled = 0;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001946 data->is_recover = 0;
1947 if (isrecover) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04001948 nfs4_set_sequence_privileged(&o_arg->seq_args);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001949 data->is_recover = 1;
1950 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04001951 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001952 if (IS_ERR(task))
1953 return PTR_ERR(task);
1954 status = nfs4_wait_for_completion_rpc_task(task);
1955 if (status != 0) {
1956 data->cancelled = 1;
1957 smp_wmb();
1958 } else
1959 status = data->rpc_status;
1960 rpc_put_task(task);
1961
1962 return status;
1963}
1964
1965static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
1966{
1967 struct inode *dir = data->dir->d_inode;
1968 struct nfs_openres *o_res = &data->o_res;
1969 int status;
1970
1971 status = nfs4_run_open_task(data, 1);
1972 if (status != 0 || !data->rpc_done)
1973 return status;
1974
Trond Myklebust6926afd2012-01-07 13:22:46 -05001975 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
1976
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001977 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
1978 status = _nfs4_proc_open_confirm(data);
1979 if (status != 0)
1980 return status;
1981 }
1982
1983 return status;
1984}
1985
Trond Myklebustf3792d62014-07-10 08:54:32 -04001986/*
1987 * Additional permission checks in order to distinguish between an
1988 * open for read, and an open for execute. This works around the
1989 * fact that NFSv4 OPEN treats read and execute permissions as being
1990 * the same.
1991 * Note that in the non-execute case, we want to turn off permission
1992 * checking if we just created a new file (POSIX open() semantics).
1993 */
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001994static int nfs4_opendata_access(struct rpc_cred *cred,
1995 struct nfs4_opendata *opendata,
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05001996 struct nfs4_state *state, fmode_t fmode,
1997 int openflags)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001998{
1999 struct nfs_access_entry cache;
2000 u32 mask;
2001
2002 /* access call failed or for some reason the server doesn't
2003 * support any access modes -- defer access call until later */
2004 if (opendata->o_res.access_supported == 0)
2005 return 0;
2006
2007 mask = 0;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002008 /*
2009 * Use openflags to check for exec, because fmode won't
2010 * always have FMODE_EXEC set when file open for exec.
2011 */
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002012 if (openflags & __FMODE_EXEC) {
2013 /* ONLY check for exec rights */
2014 mask = MAY_EXEC;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002015 } else if ((fmode & FMODE_READ) && !opendata->file_created)
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002016 mask = MAY_READ;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002017
2018 cache.cred = cred;
2019 cache.jiffies = jiffies;
2020 nfs_access_set_mask(&cache, opendata->o_res.access_result);
2021 nfs_access_add_cache(state->inode, &cache);
2022
Weston Andros Adamsonbbd3a8e2012-10-02 14:49:51 -07002023 if ((mask & ~cache.mask & (MAY_READ | MAY_EXEC)) == 0)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002024 return 0;
2025
2026 /* even though OPEN succeeded, access is denied. Close the file */
2027 nfs4_close_state(state, fmode);
Weston Andros Adamson998f40b2012-11-02 18:00:56 -04002028 return -EACCES;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002029}
2030
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002031/*
2032 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
2033 */
2034static int _nfs4_proc_open(struct nfs4_opendata *data)
2035{
2036 struct inode *dir = data->dir->d_inode;
2037 struct nfs_server *server = NFS_SERVER(dir);
2038 struct nfs_openargs *o_arg = &data->o_arg;
2039 struct nfs_openres *o_res = &data->o_res;
2040 int status;
2041
2042 status = nfs4_run_open_task(data, 0);
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002043 if (!data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002044 return status;
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002045 if (status != 0) {
2046 if (status == -NFS4ERR_BADNAME &&
2047 !(o_arg->open_flags & O_CREAT))
2048 return -ENOENT;
2049 return status;
2050 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002051
Trond Myklebust6926afd2012-01-07 13:22:46 -05002052 nfs_fattr_map_and_free_names(server, &data->f_attr);
2053
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002054 if (o_arg->open_flags & O_CREAT) {
Trond Myklebust56ae19f2005-10-27 22:12:40 -04002055 update_changeattr(dir, &o_res->cinfo);
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002056 if (o_arg->open_flags & O_EXCL)
2057 data->file_created = 1;
2058 else if (o_res->cinfo.before != o_res->cinfo.after)
2059 data->file_created = 1;
2060 }
Trond Myklebust0df5dd42010-04-11 16:48:44 -04002061 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
2062 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01002064 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002066 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067 }
2068 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Andy Adamson8935ef62014-05-23 06:22:59 -07002069 nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr, o_res->f_label);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002070 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071}
2072
Andy Adamsond83217c2011-03-01 01:34:17 +00002073static int nfs4_recover_expired_lease(struct nfs_server *server)
2074{
2075 return nfs4_client_recover_expired_lease(server->nfs_client);
2076}
2077
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078/*
2079 * OPEN_EXPIRED:
2080 * reclaim state on the server after a network partition.
2081 * Assumes caller holds the appropriate lock
2082 */
Trond Myklebust539cd032007-06-05 11:46:42 -04002083static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002085 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01002086 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002088 opendata = nfs4_open_recoverdata_alloc(ctx, state,
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002089 NFS4_OPEN_CLAIM_FH);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04002090 if (IS_ERR(opendata))
2091 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002092 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04002093 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04002094 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002095 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002096 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097}
2098
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002099static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00002100{
Trond Myklebust539cd032007-06-05 11:46:42 -04002101 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00002102 struct nfs4_exception exception = { };
2103 int err;
2104
2105 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04002106 err = _nfs4_open_expired(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04002107 trace_nfs4_open_expired(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002108 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
2109 continue;
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002110 switch (err) {
2111 default:
2112 goto out;
2113 case -NFS4ERR_GRACE:
2114 case -NFS4ERR_DELAY:
2115 nfs4_handle_exception(server, err, &exception);
2116 err = 0;
2117 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00002118 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002119out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00002120 return err;
2121}
2122
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2124{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01002126 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127
Trond Myklebust864472e2006-01-03 09:55:15 +01002128 ctx = nfs4_state_find_open_context(state);
2129 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04002130 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04002131 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01002132 put_nfs_open_context(ctx);
2133 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134}
2135
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03002136static void nfs_finish_clear_delegation_stateid(struct nfs4_state *state)
2137{
2138 nfs_remove_bad_delegation(state->inode);
2139 write_seqlock(&state->seqlock);
2140 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
2141 write_sequnlock(&state->seqlock);
2142 clear_bit(NFS_DELEGATED_STATE, &state->flags);
2143}
2144
2145static void nfs40_clear_delegation_stateid(struct nfs4_state *state)
2146{
2147 if (rcu_access_pointer(NFS_I(state->inode)->delegation) != NULL)
2148 nfs_finish_clear_delegation_stateid(state);
2149}
2150
2151static int nfs40_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2152{
2153 /* NFSv4.0 doesn't allow for delegation recovery on open expire */
2154 nfs40_clear_delegation_stateid(state);
2155 return nfs4_open_expired(sp, state);
2156}
2157
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002158#if defined(CONFIG_NFS_V4_1)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002159static void nfs41_check_delegation_stateid(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002160{
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002161 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002162 nfs4_stateid stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002163 struct nfs_delegation *delegation;
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002164 struct rpc_cred *cred;
2165 int status;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002166
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002167 /* Get the delegation credential for use by test/free_stateid */
2168 rcu_read_lock();
2169 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002170 if (delegation == NULL) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002171 rcu_read_unlock();
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002172 return;
2173 }
2174
2175 nfs4_stateid_copy(&stateid, &delegation->stateid);
2176 cred = get_rpccred(delegation->cred);
2177 rcu_read_unlock();
2178 status = nfs41_test_stateid(server, &stateid, cred);
2179 trace_nfs4_test_delegation_stateid(state, NULL, status);
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002180
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002181 if (status != NFS_OK) {
2182 /* Free the stateid unless the server explicitly
2183 * informs us the stateid is unrecognized. */
2184 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002185 nfs41_free_stateid(server, &stateid, cred);
2186 nfs_finish_clear_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002187 }
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002188
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002189 put_rpccred(cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002190}
2191
2192/**
2193 * nfs41_check_open_stateid - possibly free an open stateid
2194 *
2195 * @state: NFSv4 state for an inode
2196 *
2197 * Returns NFS_OK if recovery for this stateid is now finished.
2198 * Otherwise a negative NFS4ERR value is returned.
2199 */
2200static int nfs41_check_open_stateid(struct nfs4_state *state)
2201{
2202 struct nfs_server *server = NFS_SERVER(state->inode);
Bryan Schumakerfcb6d9c2012-09-26 15:25:53 -04002203 nfs4_stateid *stateid = &state->open_stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002204 struct rpc_cred *cred = state->owner->so_cred;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002205 int status;
2206
2207 /* If a state reset has been done, test_stateid is unneeded */
2208 if ((test_bit(NFS_O_RDONLY_STATE, &state->flags) == 0) &&
2209 (test_bit(NFS_O_WRONLY_STATE, &state->flags) == 0) &&
2210 (test_bit(NFS_O_RDWR_STATE, &state->flags) == 0))
2211 return -NFS4ERR_BAD_STATEID;
2212
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002213 status = nfs41_test_stateid(server, stateid, cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04002214 trace_nfs4_test_open_stateid(state, NULL, status);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002215 if (status != NFS_OK) {
2216 /* Free the stateid unless the server explicitly
2217 * informs us the stateid is unrecognized. */
2218 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002219 nfs41_free_stateid(server, stateid, cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002220
2221 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2222 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2223 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04002224 clear_bit(NFS_OPEN_STATE, &state->flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002225 }
2226 return status;
2227}
2228
2229static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2230{
Chuck Levereb64cf92012-07-11 16:30:05 -04002231 int status;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002232
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002233 nfs41_check_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002234 status = nfs41_check_open_stateid(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04002235 if (status != NFS_OK)
2236 status = nfs4_open_expired(sp, state);
2237 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002238}
2239#endif
2240
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002242 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
2243 * fields corresponding to attributes that were used to store the verifier.
2244 * Make sure we clobber those fields in the later setattr call
2245 */
2246static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
2247{
2248 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
2249 !(sattr->ia_valid & ATTR_ATIME_SET))
2250 sattr->ia_valid |= ATTR_ATIME;
2251
2252 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
2253 !(sattr->ia_valid & ATTR_MTIME_SET))
2254 sattr->ia_valid |= ATTR_MTIME;
2255}
2256
Trond Myklebustc21443c2013-02-07 14:26:21 -05002257static int _nfs4_open_and_get_state(struct nfs4_opendata *opendata,
2258 fmode_t fmode,
2259 int flags,
Trond Myklebust3efb9722013-05-29 13:17:04 -04002260 struct nfs_open_context *ctx)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002261{
2262 struct nfs4_state_owner *sp = opendata->owner;
2263 struct nfs_server *server = sp->so_server;
Trond Myklebust275bb302013-05-29 13:11:28 -04002264 struct dentry *dentry;
Trond Myklebustc21443c2013-02-07 14:26:21 -05002265 struct nfs4_state *state;
2266 unsigned int seq;
2267 int ret;
2268
2269 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
2270
2271 ret = _nfs4_proc_open(opendata);
Trond Myklebustdca780012014-10-23 19:23:03 +03002272 if (ret != 0)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002273 goto out;
2274
2275 state = nfs4_opendata_to_nfs4_state(opendata);
2276 ret = PTR_ERR(state);
2277 if (IS_ERR(state))
2278 goto out;
2279 if (server->caps & NFS_CAP_POSIX_LOCK)
2280 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
2281
Trond Myklebust275bb302013-05-29 13:11:28 -04002282 dentry = opendata->dentry;
2283 if (dentry->d_inode == NULL) {
2284 /* FIXME: Is this d_drop() ever needed? */
2285 d_drop(dentry);
2286 dentry = d_add_unique(dentry, igrab(state->inode));
2287 if (dentry == NULL) {
2288 dentry = opendata->dentry;
2289 } else if (dentry != ctx->dentry) {
2290 dput(ctx->dentry);
2291 ctx->dentry = dget(dentry);
2292 }
2293 nfs_set_verifier(dentry,
2294 nfs_save_change_attribute(opendata->dir->d_inode));
2295 }
2296
Trond Myklebustc21443c2013-02-07 14:26:21 -05002297 ret = nfs4_opendata_access(sp->so_cred, opendata, state, fmode, flags);
2298 if (ret != 0)
2299 goto out;
2300
Trond Myklebust3efb9722013-05-29 13:17:04 -04002301 ctx->state = state;
Trond Myklebustc45ffdd2013-05-29 13:34:46 -04002302 if (dentry->d_inode == state->inode) {
2303 nfs_inode_attach_open_context(ctx);
2304 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq))
2305 nfs4_schedule_stateid_recovery(server, state);
2306 }
Trond Myklebustc21443c2013-02-07 14:26:21 -05002307out:
2308 return ret;
2309}
2310
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002311/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002312 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313 */
Andy Adamson82be4172012-05-23 05:02:35 -04002314static int _nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002315 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002316 int flags,
2317 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002318 struct nfs4_label *label,
2319 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002320{
2321 struct nfs4_state_owner *sp;
2322 struct nfs4_state *state = NULL;
2323 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002324 struct nfs4_opendata *opendata;
Trond Myklebust4197a052013-05-29 12:37:49 -04002325 struct dentry *dentry = ctx->dentry;
2326 struct rpc_cred *cred = ctx->cred;
2327 struct nfs4_threshold **ctx_th = &ctx->mdsthreshold;
2328 fmode_t fmode = ctx->mode & (FMODE_READ|FMODE_WRITE|FMODE_EXEC);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002329 enum open_claim_type4 claim = NFS4_OPEN_CLAIM_NULL;
David Quigley1775fd32013-05-22 12:50:42 -04002330 struct nfs4_label *olabel = NULL;
Trond Myklebustaac00a82007-07-05 19:02:21 -04002331 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332
2333 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334 status = -ENOMEM;
Trond Myklebustd1e284d2012-01-17 22:04:24 -05002335 sp = nfs4_get_state_owner(server, cred, GFP_KERNEL);
2336 if (sp == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002337 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
2338 goto out_err;
2339 }
Trond Myklebust58d97142006-01-03 09:55:24 +01002340 status = nfs4_recover_expired_lease(server);
2341 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002342 goto err_put_state_owner;
Al Viro82a2c1b2011-06-22 18:30:55 -04002343 if (dentry->d_inode != NULL)
2344 nfs4_return_incompatible_delegation(dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01002345 status = -ENOMEM;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002346 if (dentry->d_inode)
2347 claim = NFS4_OPEN_CLAIM_FH;
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002348 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002349 label, claim, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002350 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05002351 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352
David Quigley14c43f72013-05-22 12:50:43 -04002353 if (label) {
2354 olabel = nfs4_label_alloc(server, GFP_KERNEL);
2355 if (IS_ERR(olabel)) {
2356 status = PTR_ERR(olabel);
2357 goto err_opendata_put;
2358 }
2359 }
2360
Trond Myklebuste911b812014-03-26 13:24:37 -07002361 if (server->attr_bitmask[2] & FATTR4_WORD2_MDSTHRESHOLD) {
2362 if (!opendata->f_attr.mdsthreshold) {
2363 opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc();
2364 if (!opendata->f_attr.mdsthreshold)
2365 goto err_free_label;
2366 }
Trond Myklebust1549210f2012-06-05 09:16:47 -04002367 opendata->o_arg.open_bitmap = &nfs4_pnfs_open_bitmap[0];
Andy Adamson82be4172012-05-23 05:02:35 -04002368 }
Al Viro82a2c1b2011-06-22 18:30:55 -04002369 if (dentry->d_inode != NULL)
2370 opendata->state = nfs4_get_open_state(dentry->d_inode, sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04002371
Trond Myklebust3efb9722013-05-29 13:17:04 -04002372 status = _nfs4_open_and_get_state(opendata, fmode, flags, ctx);
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002373 if (status != 0)
David Quigley14c43f72013-05-22 12:50:43 -04002374 goto err_free_label;
Trond Myklebust3efb9722013-05-29 13:17:04 -04002375 state = ctx->state;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002376
Trond Myklebust549b19c2013-04-16 18:42:34 -04002377 if ((opendata->o_arg.open_flags & O_EXCL) &&
2378 (opendata->o_arg.createmode != NFS4_CREATE_GUARDED)) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002379 nfs4_exclusive_attrset(opendata, sattr);
2380
2381 nfs_fattr_init(opendata->o_res.f_attr);
2382 status = nfs4_do_setattr(state->inode, cred,
2383 opendata->o_res.f_attr, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002384 state, label, olabel);
2385 if (status == 0) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002386 nfs_setattr_update_inode(state->inode, sattr);
David Quigley1775fd32013-05-22 12:50:42 -04002387 nfs_post_op_update_inode(state->inode, opendata->o_res.f_attr);
David Quigleyaa9c2662013-05-22 12:50:44 -04002388 nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel);
David Quigley1775fd32013-05-22 12:50:42 -04002389 }
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002390 }
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002391 if (opendata->file_created)
2392 *opened |= FILE_CREATED;
Andy Adamson82be4172012-05-23 05:02:35 -04002393
Trond Myklebuste911b812014-03-26 13:24:37 -07002394 if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server)) {
Andy Adamson82be4172012-05-23 05:02:35 -04002395 *ctx_th = opendata->f_attr.mdsthreshold;
Trond Myklebuste911b812014-03-26 13:24:37 -07002396 opendata->f_attr.mdsthreshold = NULL;
2397 }
Andy Adamson82be4172012-05-23 05:02:35 -04002398
David Quigley14c43f72013-05-22 12:50:43 -04002399 nfs4_label_free(olabel);
2400
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002401 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403 return 0;
David Quigley14c43f72013-05-22 12:50:43 -04002404err_free_label:
2405 nfs4_label_free(olabel);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002406err_opendata_put:
2407 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002408err_put_state_owner:
2409 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411 return status;
2412}
2413
2414
Andy Adamson82be4172012-05-23 05:02:35 -04002415static struct nfs4_state *nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002416 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002417 int flags,
2418 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002419 struct nfs4_label *label,
2420 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421{
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002422 struct nfs_server *server = NFS_SERVER(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423 struct nfs4_exception exception = { };
2424 struct nfs4_state *res;
2425 int status;
2426
2427 do {
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002428 status = _nfs4_do_open(dir, ctx, flags, sattr, label, opened);
Trond Myklebust3efb9722013-05-29 13:17:04 -04002429 res = ctx->state;
Trond Myklebust42113a72013-08-12 16:19:27 -04002430 trace_nfs4_open_file(ctx, flags, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431 if (status == 0)
2432 break;
2433 /* NOTE: BAD_SEQID means the server and client disagree about the
2434 * book-keeping w.r.t. state-changing operations
2435 * (OPEN/CLOSE/LOCK/LOCKU...)
2436 * It is actually a sign of a bug on the client or on the server.
2437 *
2438 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07002439 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440 * have unhashed the old state_owner for us, and that we can
2441 * therefore safely retry using a new one. We should still warn
2442 * the user though...
2443 */
2444 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust9a3ba432012-03-12 18:01:48 -04002445 pr_warn_ratelimited("NFS: v4 server %s "
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04002446 " returned a bad sequence-id error!\n",
2447 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002448 exception.retry = 1;
2449 continue;
2450 }
Trond Myklebust550f5742005-10-18 14:20:21 -07002451 /*
2452 * BAD_STATEID on OPEN means that the server cancelled our
2453 * state before it received the OPEN_CONFIRM.
2454 * Recover by retrying the request as per the discussion
2455 * on Page 181 of RFC3530.
2456 */
2457 if (status == -NFS4ERR_BAD_STATEID) {
2458 exception.retry = 1;
2459 continue;
2460 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04002461 if (status == -EAGAIN) {
2462 /* We must have found a delegation */
2463 exception.retry = 1;
2464 continue;
2465 }
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002466 if (nfs4_clear_cap_atomic_open_v1(server, status, &exception))
2467 continue;
2468 res = ERR_PTR(nfs4_handle_exception(server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002469 status, &exception));
2470 } while (exception.retry);
2471 return res;
2472}
2473
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002474static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2475 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002476 struct nfs4_state *state, struct nfs4_label *ilabel,
2477 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002479 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002481 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482 .iap = sattr,
2483 .server = server,
2484 .bitmask = server->attr_bitmask,
David Quigley1775fd32013-05-22 12:50:42 -04002485 .label = ilabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486 };
2487 struct nfs_setattrres res = {
2488 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04002489 .label = olabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490 .server = server,
2491 };
2492 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002493 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
2494 .rpc_argp = &arg,
2495 .rpc_resp = &res,
2496 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01002498 unsigned long timestamp = jiffies;
Trond Myklebustee3ae842013-04-29 10:35:36 -04002499 fmode_t fmode;
2500 bool truncate;
Trond Myklebust65e43082005-08-16 11:49:44 -04002501 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002502
David Quigleyaa9c2662013-05-22 12:50:44 -04002503 arg.bitmask = nfs4_bitmask(server, ilabel);
2504 if (ilabel)
2505 arg.bitmask = nfs4_bitmask(server, olabel);
2506
Trond Myklebust0e574af2005-10-27 22:12:38 -04002507 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508
Trond Myklebustee3ae842013-04-29 10:35:36 -04002509 /* Servers should only apply open mode checks for file size changes */
2510 truncate = (sattr->ia_valid & ATTR_SIZE) ? true : false;
2511 fmode = truncate ? FMODE_WRITE : FMODE_READ;
2512
2513 if (nfs4_copy_delegation_stateid(&arg.stateid, inode, fmode)) {
2514 /* Use that stateid */
Trond Myklebust0418dae2014-03-04 13:48:16 -05002515 } else if (truncate && state != NULL) {
Trond Myklebust2a369152012-08-13 18:54:45 -04002516 struct nfs_lockowner lockowner = {
2517 .l_owner = current->files,
2518 .l_pid = current->tgid,
2519 };
Trond Myklebust0418dae2014-03-04 13:48:16 -05002520 if (!nfs4_valid_open_stateid(state))
2521 return -EBADF;
2522 if (nfs4_select_rw_stateid(&arg.stateid, state, FMODE_WRITE,
2523 &lockowner) == -EIO)
2524 return -EBADF;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002525 } else
Trond Myklebustf597c532012-03-04 18:13:56 -05002526 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527
Bryan Schumaker7c513052011-03-24 17:12:24 +00002528 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002529 if (status == 0 && state != NULL)
2530 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04002531 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532}
2533
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002534static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2535 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002536 struct nfs4_state *state, struct nfs4_label *ilabel,
2537 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002539 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002540 struct nfs4_exception exception = {
2541 .state = state,
Trond Myklebust3114ea72012-03-07 16:39:06 -05002542 .inode = inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002543 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544 int err;
2545 do {
David Quigley1775fd32013-05-22 12:50:42 -04002546 err = _nfs4_do_setattr(inode, cred, fattr, sattr, state, ilabel, olabel);
Trond Myklebustc1578b72013-08-12 16:58:42 -04002547 trace_nfs4_setattr(inode, err);
Trond Myklebust451146b2012-04-18 16:29:11 -04002548 switch (err) {
2549 case -NFS4ERR_OPENMODE:
Trond Myklebust721ccfb2013-04-29 11:11:58 -04002550 if (!(sattr->ia_valid & ATTR_SIZE)) {
2551 pr_warn_once("NFSv4: server %s is incorrectly "
2552 "applying open mode checks to "
2553 "a SETATTR that is not "
2554 "changing file size.\n",
2555 server->nfs_client->cl_hostname);
2556 }
Trond Myklebust451146b2012-04-18 16:29:11 -04002557 if (state && !(state->state & FMODE_WRITE)) {
2558 err = -EBADF;
2559 if (sattr->ia_valid & ATTR_OPEN)
2560 err = -EACCES;
2561 goto out;
2562 }
2563 }
2564 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565 } while (exception.retry);
Trond Myklebust451146b2012-04-18 16:29:11 -04002566out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567 return err;
2568}
2569
2570struct nfs4_closedata {
2571 struct inode *inode;
2572 struct nfs4_state *state;
2573 struct nfs_closeargs arg;
2574 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002575 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002576 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00002577 bool roc;
2578 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579};
2580
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002581static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07002582{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002583 struct nfs4_closedata *calldata = data;
2584 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04002585 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07002586
Fred Isamanf7e89172011-01-06 11:36:32 +00002587 if (calldata->roc)
2588 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07002589 nfs4_put_open_state(calldata->state);
2590 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07002591 nfs4_put_state_owner(sp);
Trond Myklebust322b2b92013-01-11 16:39:51 -05002592 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002593 kfree(calldata);
2594}
2595
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002596static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002598 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600 struct nfs_server *server = NFS_SERVER(calldata->inode);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002601 nfs4_stateid *res_stateid = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602
Chuck Levera3ca5652012-03-01 17:00:40 -05002603 dprintk("%s: begin!\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04002604 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
2605 return;
Trond Myklebust42113a72013-08-12 16:19:27 -04002606 trace_nfs4_close(state, &calldata->arg, &calldata->res, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607 /* hmm. we are done with the inode, and in the process of freeing
2608 * the state_owner. we keep this around to process errors
2609 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610 switch (task->tk_status) {
2611 case 0:
Trond Myklebust412f6c42014-08-25 22:09:08 -04002612 res_stateid = &calldata->res.stateid;
2613 if (calldata->arg.fmode == 0 && calldata->roc)
Fred Isamanf7e89172011-01-06 11:36:32 +00002614 pnfs_roc_set_barrier(state->inode,
2615 calldata->roc_barrier);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002616 renew_lease(server, calldata->timestamp);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002617 break;
Trond Myklebust69794ad2013-11-20 12:57:19 -05002618 case -NFS4ERR_ADMIN_REVOKED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002620 case -NFS4ERR_OLD_STATEID:
2621 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002622 case -NFS4ERR_EXPIRED:
Trond Myklebust566fcec2015-01-23 15:32:46 -05002623 if (!nfs4_stateid_match(&calldata->arg.stateid,
2624 &state->stateid)) {
2625 rpc_restart_call_prepare(task);
2626 goto out_release;
2627 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002628 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002629 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10002631 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN) {
Trond Myklebust72211db2009-12-15 14:47:36 -05002632 rpc_restart_call_prepare(task);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002633 goto out_release;
2634 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002635 }
Trond Myklebust412f6c42014-08-25 22:09:08 -04002636 nfs_clear_open_stateid(state, res_stateid, calldata->arg.fmode);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002637out_release:
Trond Myklebust72211db2009-12-15 14:47:36 -05002638 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04002639 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Chuck Levera3ca5652012-03-01 17:00:40 -05002640 dprintk("%s: done, ret = %d!\n", __func__, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002641}
2642
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002643static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002645 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07002646 struct nfs4_state *state = calldata->state;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002647 struct inode *inode = calldata->inode;
Trond Myklebustaee7af32014-08-25 22:33:12 -04002648 bool is_rdonly, is_wronly, is_rdwr;
Trond Myklebust88069f72009-12-08 08:33:16 -05002649 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07002650
Chuck Levera3ca5652012-03-01 17:00:40 -05002651 dprintk("%s: begin!\n", __func__);
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002652 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002653 goto out_wait;
Trond Myklebust003707c2007-07-05 18:07:55 -04002654
Trond Myklebust88069f72009-12-08 08:33:16 -05002655 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebust4cecb762005-11-04 15:32:58 -05002656 spin_lock(&state->owner->so_lock);
Trond Myklebustaee7af32014-08-25 22:33:12 -04002657 is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags);
2658 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags);
2659 is_wronly = test_bit(NFS_O_WRONLY_STATE, &state->flags);
Trond Myklebust566fcec2015-01-23 15:32:46 -05002660 nfs4_stateid_copy(&calldata->arg.stateid, &state->stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04002661 /* Calculate the change in open mode */
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002662 calldata->arg.fmode = 0;
Trond Myklebuste7616922006-01-03 09:55:13 +01002663 if (state->n_rdwr == 0) {
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002664 if (state->n_rdonly == 0)
2665 call_close |= is_rdonly;
2666 else if (is_rdonly)
2667 calldata->arg.fmode |= FMODE_READ;
2668 if (state->n_wronly == 0)
2669 call_close |= is_wronly;
2670 else if (is_wronly)
2671 calldata->arg.fmode |= FMODE_WRITE;
2672 } else if (is_rdwr)
2673 calldata->arg.fmode |= FMODE_READ|FMODE_WRITE;
2674
2675 if (calldata->arg.fmode == 0)
2676 call_close |= is_rdwr;
2677
Trond Myklebust5d422302013-03-14 16:57:48 -04002678 if (!nfs4_valid_open_stateid(state))
2679 call_close = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002680 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002681
2682 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002683 /* Note: exit _without_ calling nfs4_close_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002684 goto out_no_action;
Trond Myklebust95121352005-10-18 14:20:12 -07002685 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002686
Fred Isamanf7e89172011-01-06 11:36:32 +00002687 if (calldata->arg.fmode == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002688 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Fred Isamanf7e89172011-01-06 11:36:32 +00002689 if (calldata->roc &&
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002690 pnfs_roc_drain(inode, &calldata->roc_barrier, task)) {
2691 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002692 goto out_wait;
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002693 }
Fred Isamanf7e89172011-01-06 11:36:32 +00002694 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002695
Trond Myklebust516a6af2005-10-27 22:12:41 -04002696 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002697 calldata->timestamp = jiffies;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002698 if (nfs4_setup_sequence(NFS_SERVER(inode),
Trond Myklebust9d12b212012-01-17 22:04:25 -05002699 &calldata->arg.seq_args,
2700 &calldata->res.seq_res,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04002701 task) != 0)
2702 nfs_release_seqid(calldata->arg.seqid);
Chuck Levera3ca5652012-03-01 17:00:40 -05002703 dprintk("%s: done!\n", __func__);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002704 return;
2705out_no_action:
2706 task->tk_action = NULL;
2707out_wait:
2708 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709}
2710
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002711static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002712 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002713 .rpc_call_done = nfs4_close_done,
2714 .rpc_release = nfs4_free_closedata,
2715};
2716
Peng Taofe08c542014-07-03 13:05:01 +08002717static bool nfs4_state_has_opener(struct nfs4_state *state)
2718{
2719 /* first check existing openers */
2720 if (test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0 &&
2721 state->n_rdonly != 0)
2722 return true;
2723
2724 if (test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0 &&
2725 state->n_wronly != 0)
2726 return true;
2727
2728 if (test_bit(NFS_O_RDWR_STATE, &state->flags) != 0 &&
2729 state->n_rdwr != 0)
2730 return true;
2731
2732 return false;
2733}
2734
2735static bool nfs4_roc(struct inode *inode)
2736{
2737 struct nfs_inode *nfsi = NFS_I(inode);
2738 struct nfs_open_context *ctx;
2739 struct nfs4_state *state;
2740
2741 spin_lock(&inode->i_lock);
2742 list_for_each_entry(ctx, &nfsi->open_files, list) {
2743 state = ctx->state;
2744 if (state == NULL)
2745 continue;
2746 if (nfs4_state_has_opener(state)) {
2747 spin_unlock(&inode->i_lock);
2748 return false;
2749 }
2750 }
2751 spin_unlock(&inode->i_lock);
2752
2753 if (nfs4_check_delegation(inode, FMODE_READ))
2754 return false;
2755
2756 return pnfs_roc(inode);
2757}
2758
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759/*
2760 * It is possible for data to be read/written from a mem-mapped file
2761 * after the sys_close call (which hits the vfs layer as a flush).
2762 * This means that we can't safely call nfsv4 close on a file until
2763 * the inode is cleared. This in turn means that we are not good
2764 * NFSv4 citizens - we do not indicate to the server to update the file's
2765 * share state even when we are done with one of the three share
2766 * stateid's in the inode.
2767 *
2768 * NOTE: Caller must be holding the sp->so_owner semaphore!
2769 */
Trond Myklebust1f7977c2012-09-20 20:31:51 -04002770int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002772 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust63f5f792015-01-23 19:19:25 -05002773 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002775 struct nfs4_state_owner *sp = state->owner;
2776 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002777 struct rpc_message msg = {
2778 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2779 .rpc_cred = state->owner->so_cred,
2780 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002781 struct rpc_task_setup task_setup_data = {
2782 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002783 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002784 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002785 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002786 .flags = RPC_TASK_ASYNC,
2787 };
Trond Myklebust95121352005-10-18 14:20:12 -07002788 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04002790 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_CLEANUP,
2791 &task_setup_data.rpc_client, &msg);
2792
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002793 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002795 goto out;
Chuck Levera9c92d62013-08-09 12:48:18 -04002796 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002797 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002798 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002799 calldata->arg.fh = NFS_FH(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800 /* Serialization for the sequence id */
Trond Myklebust63f5f792015-01-23 19:19:25 -05002801 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
2802 calldata->arg.seqid = alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05002803 if (IS_ERR(calldata->arg.seqid))
Trond Myklebust95121352005-10-18 14:20:12 -07002804 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002805 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002806 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002807 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002808 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002809 calldata->res.server = server;
Peng Taofe08c542014-07-03 13:05:01 +08002810 calldata->roc = nfs4_roc(state->inode);
Al Viro643168c2011-06-22 18:20:23 -04002811 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002812
Trond Myklebust1174dd12010-12-21 10:52:24 -05002813 msg.rpc_argp = &calldata->arg;
2814 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002815 task_setup_data.callback_data = calldata;
2816 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002817 if (IS_ERR(task))
2818 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002819 status = 0;
2820 if (wait)
2821 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002822 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002823 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002824out_free_calldata:
2825 kfree(calldata);
2826out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04002827 nfs4_put_open_state(state);
2828 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002829 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830}
2831
Trond Myklebust2b484292010-09-17 10:56:51 -04002832static struct inode *
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002833nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx,
2834 int open_flags, struct iattr *attr, int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002835{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002836 struct nfs4_state *state;
David Quigleyaa9c2662013-05-22 12:50:44 -04002837 struct nfs4_label l = {0, 0, 0, NULL}, *label = NULL;
2838
2839 label = nfs4_label_init_security(dir, ctx->dentry, attr, &l);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002840
Trond Myklebust565277f2007-10-15 18:17:53 -04002841 /* Protect against concurrent sillydeletes */
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002842 state = nfs4_do_open(dir, ctx, open_flags, attr, label, opened);
David Quigleyaa9c2662013-05-22 12:50:44 -04002843
2844 nfs4_label_release_security(label);
2845
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002846 if (IS_ERR(state))
2847 return ERR_CAST(state);
Trond Myklebust275bb302013-05-29 13:11:28 -04002848 return state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849}
2850
Trond Myklebust1185a552009-12-03 15:54:02 -05002851static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002852{
2853 if (ctx->state == NULL)
2854 return;
2855 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04002856 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002857 else
Al Viro643168c2011-06-22 18:20:23 -04002858 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002859}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002860
Trond Myklebustb944dba2013-11-04 15:20:20 -05002861#define FATTR4_WORD1_NFS40_MASK (2*FATTR4_WORD1_MOUNTED_ON_FILEID - 1UL)
2862#define FATTR4_WORD2_NFS41_MASK (2*FATTR4_WORD2_SUPPATTR_EXCLCREAT - 1UL)
J. Bruce Fields999e5682014-06-03 17:33:35 -04002863#define FATTR4_WORD2_NFS42_MASK (2*FATTR4_WORD2_SECURITY_LABEL - 1UL)
Trond Myklebustb944dba2013-11-04 15:20:20 -05002864
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2866{
Benny Halevy43652ad2009-04-01 09:21:54 -04002867 struct nfs4_server_caps_arg args = {
2868 .fhandle = fhandle,
2869 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870 struct nfs4_server_caps_res res = {};
2871 struct rpc_message msg = {
2872 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002873 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002874 .rpc_resp = &res,
2875 };
2876 int status;
2877
Bryan Schumaker7c513052011-03-24 17:12:24 +00002878 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002879 if (status == 0) {
Trond Myklebustb944dba2013-11-04 15:20:20 -05002880 /* Sanity check the server answers */
2881 switch (server->nfs_client->cl_minorversion) {
2882 case 0:
2883 res.attr_bitmask[1] &= FATTR4_WORD1_NFS40_MASK;
2884 res.attr_bitmask[2] = 0;
2885 break;
2886 case 1:
2887 res.attr_bitmask[2] &= FATTR4_WORD2_NFS41_MASK;
2888 break;
2889 case 2:
2890 res.attr_bitmask[2] &= FATTR4_WORD2_NFS42_MASK;
2891 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002892 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002893 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2894 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2895 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2896 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
Trond Myklebustb944dba2013-11-04 15:20:20 -05002897 NFS_CAP_CTIME|NFS_CAP_MTIME|
2898 NFS_CAP_SECURITY_LABEL);
Malahal Naineni7dd7d952014-01-23 08:54:55 -06002899 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL &&
2900 res.acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901 server->caps |= NFS_CAP_ACLS;
2902 if (res.has_links != 0)
2903 server->caps |= NFS_CAP_HARDLINKS;
2904 if (res.has_symlinks != 0)
2905 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002906 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2907 server->caps |= NFS_CAP_FILEID;
2908 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2909 server->caps |= NFS_CAP_MODE;
2910 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2911 server->caps |= NFS_CAP_NLINK;
2912 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2913 server->caps |= NFS_CAP_OWNER;
2914 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2915 server->caps |= NFS_CAP_OWNER_GROUP;
2916 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2917 server->caps |= NFS_CAP_ATIME;
2918 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2919 server->caps |= NFS_CAP_CTIME;
2920 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2921 server->caps |= NFS_CAP_MTIME;
David Quigleyaa9c2662013-05-22 12:50:44 -04002922#ifdef CONFIG_NFS_V4_SECURITY_LABEL
2923 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL)
2924 server->caps |= NFS_CAP_SECURITY_LABEL;
2925#endif
2926 memcpy(server->attr_bitmask_nl, res.attr_bitmask,
2927 sizeof(server->attr_bitmask));
Trond Myklebustb944dba2013-11-04 15:20:20 -05002928 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002929
Trond Myklebusta65318b2009-03-11 14:10:28 -04002930 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2931 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2932 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Trond Myklebustb944dba2013-11-04 15:20:20 -05002933 server->cache_consistency_bitmask[2] = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002934 server->acl_bitmask = res.acl_bitmask;
Chuck Lever264e6352012-03-01 17:02:05 -05002935 server->fh_expire_type = res.fh_expire_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002937
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938 return status;
2939}
2940
Trond Myklebust55a97592006-06-09 09:34:19 -04002941int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942{
2943 struct nfs4_exception exception = { };
2944 int err;
2945 do {
2946 err = nfs4_handle_exception(server,
2947 _nfs4_server_capabilities(server, fhandle),
2948 &exception);
2949 } while (exception.retry);
2950 return err;
2951}
2952
2953static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2954 struct nfs_fsinfo *info)
2955{
David Quigleyaa9c2662013-05-22 12:50:44 -04002956 u32 bitmask[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002957 struct nfs4_lookup_root_arg args = {
David Quigleyaa9c2662013-05-22 12:50:44 -04002958 .bitmask = bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959 };
2960 struct nfs4_lookup_res res = {
2961 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002962 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963 .fh = fhandle,
2964 };
2965 struct rpc_message msg = {
2966 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2967 .rpc_argp = &args,
2968 .rpc_resp = &res,
2969 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002970
David Quigleyaa9c2662013-05-22 12:50:44 -04002971 bitmask[0] = nfs4_fattr_bitmap[0];
2972 bitmask[1] = nfs4_fattr_bitmap[1];
2973 /*
2974 * Process the label in the upcoming getfattr
2975 */
2976 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL;
2977
Trond Myklebust0e574af2005-10-27 22:12:38 -04002978 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002979 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980}
2981
2982static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2983 struct nfs_fsinfo *info)
2984{
2985 struct nfs4_exception exception = { };
2986 int err;
2987 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002988 err = _nfs4_lookup_root(server, fhandle, info);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04002989 trace_nfs4_lookup_root(server, fhandle, info->fattr, err);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002990 switch (err) {
2991 case 0:
2992 case -NFS4ERR_WRONGSEC:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002993 goto out;
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002994 default:
2995 err = nfs4_handle_exception(server, err, &exception);
2996 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002997 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002998out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999 return err;
3000}
3001
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003002static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
3003 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
3004{
Trond Myklebustc2190662013-08-26 19:23:04 -04003005 struct rpc_auth_create_args auth_args = {
3006 .pseudoflavor = flavor,
3007 };
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003008 struct rpc_auth *auth;
3009 int ret;
3010
Trond Myklebustc2190662013-08-26 19:23:04 -04003011 auth = rpcauth_create(&auth_args, server->client);
Wei Yongjune8d920c2012-09-21 12:27:41 +08003012 if (IS_ERR(auth)) {
Chuck Lever75bc8822013-03-16 15:55:36 -04003013 ret = -EACCES;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003014 goto out;
3015 }
3016 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003017out:
3018 return ret;
3019}
3020
Chuck Lever9a744ba2013-03-16 15:56:02 -04003021/*
3022 * Retry pseudoroot lookup with various security flavors. We do this when:
3023 *
3024 * NFSv4.0: the PUTROOTFH operation returns NFS4ERR_WRONGSEC
3025 * NFSv4.1: the server does not support the SECINFO_NO_NAME operation
3026 *
3027 * Returns zero on success, or a negative NFS4ERR value, or a
3028 * negative errno value.
3029 */
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003030static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04003031 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032{
Chuck Lever9a744ba2013-03-16 15:56:02 -04003033 /* Per 3530bis 15.33.5 */
3034 static const rpc_authflavor_t flav_array[] = {
3035 RPC_AUTH_GSS_KRB5P,
3036 RPC_AUTH_GSS_KRB5I,
3037 RPC_AUTH_GSS_KRB5,
Chuck Leverc4eafe12013-03-16 15:56:11 -04003038 RPC_AUTH_UNIX, /* courtesy */
Chuck Lever9a744ba2013-03-16 15:56:02 -04003039 RPC_AUTH_NULL,
3040 };
3041 int status = -EPERM;
3042 size_t i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04003044 if (server->auth_info.flavor_len > 0) {
3045 /* try each flavor specified by user */
3046 for (i = 0; i < server->auth_info.flavor_len; i++) {
3047 status = nfs4_lookup_root_sec(server, fhandle, info,
3048 server->auth_info.flavors[i]);
3049 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3050 continue;
3051 break;
3052 }
3053 } else {
3054 /* no flavors specified by user, try default list */
3055 for (i = 0; i < ARRAY_SIZE(flav_array); i++) {
3056 status = nfs4_lookup_root_sec(server, fhandle, info,
3057 flav_array[i]);
3058 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3059 continue;
3060 break;
3061 }
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003062 }
Chuck Lever9a744ba2013-03-16 15:56:02 -04003063
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003064 /*
3065 * -EACCESS could mean that the user doesn't have correct permissions
3066 * to access the mount. It could also mean that we tried to mount
3067 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
3068 * existing mount programs don't handle -EACCES very well so it should
3069 * be mapped to -EPERM instead.
3070 */
3071 if (status == -EACCES)
3072 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003073 return status;
3074}
3075
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003076static int nfs4_do_find_root_sec(struct nfs_server *server,
3077 struct nfs_fh *fhandle, struct nfs_fsinfo *info)
3078{
3079 int mv = server->nfs_client->cl_minorversion;
3080 return nfs_v4_minor_ops[mv]->find_root_sec(server, fhandle, info);
3081}
3082
3083/**
3084 * nfs4_proc_get_rootfh - get file handle for server's pseudoroot
3085 * @server: initialized nfs_server handle
3086 * @fhandle: we fill in the pseudo-fs root file handle
3087 * @info: we fill in an FSINFO struct
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003088 * @auth_probe: probe the auth flavours
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003089 *
3090 * Returns zero on success, or a negative errno.
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003091 */
Bryan Schumaker3028eb22012-05-10 15:07:30 -04003092int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle,
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003093 struct nfs_fsinfo *info,
3094 bool auth_probe)
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003095{
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003096 int status;
3097
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003098 switch (auth_probe) {
3099 case false:
3100 status = nfs4_lookup_root(server, fhandle, info);
3101 if (status != -NFS4ERR_WRONGSEC)
3102 break;
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003103 default:
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003104 status = nfs4_do_find_root_sec(server, fhandle, info);
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003105 }
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003106
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107 if (status == 0)
3108 status = nfs4_server_capabilities(server, fhandle);
3109 if (status == 0)
3110 status = nfs4_do_fsinfo(server, fhandle, info);
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003111
Trond Myklebustc12e87f2006-03-13 21:20:47 -08003112 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003113}
3114
Bryan Schumakerbae36242012-05-10 15:07:31 -04003115static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh,
3116 struct nfs_fsinfo *info)
3117{
3118 int error;
3119 struct nfs_fattr *fattr = info->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003120 struct nfs4_label *label = NULL;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003121
3122 error = nfs4_server_capabilities(server, mntfh);
3123 if (error < 0) {
3124 dprintk("nfs4_get_root: getcaps error = %d\n", -error);
3125 return error;
3126 }
3127
David Quigley14c43f72013-05-22 12:50:43 -04003128 label = nfs4_label_alloc(server, GFP_KERNEL);
3129 if (IS_ERR(label))
3130 return PTR_ERR(label);
3131
David Quigley1775fd32013-05-22 12:50:42 -04003132 error = nfs4_proc_getattr(server, mntfh, fattr, label);
Bryan Schumakerbae36242012-05-10 15:07:31 -04003133 if (error < 0) {
3134 dprintk("nfs4_get_root: getattr error = %d\n", -error);
David Quigley14c43f72013-05-22 12:50:43 -04003135 goto err_free_label;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003136 }
3137
3138 if (fattr->valid & NFS_ATTR_FATTR_FSID &&
3139 !nfs_fsid_equal(&server->fsid, &fattr->fsid))
3140 memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid));
3141
David Quigley14c43f72013-05-22 12:50:43 -04003142err_free_label:
3143 nfs4_label_free(label);
3144
Bryan Schumakerbae36242012-05-10 15:07:31 -04003145 return error;
3146}
3147
Manoj Naik6b97fd32006-06-09 09:34:29 -04003148/*
3149 * Get locations and (maybe) other attributes of a referral.
3150 * Note that we'll actually follow the referral later when
3151 * we detect fsid mismatch in inode revalidation
3152 */
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003153static int nfs4_get_referral(struct rpc_clnt *client, struct inode *dir,
3154 const struct qstr *name, struct nfs_fattr *fattr,
3155 struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04003156{
3157 int status = -ENOMEM;
3158 struct page *page = NULL;
3159 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003160
3161 page = alloc_page(GFP_KERNEL);
3162 if (page == NULL)
3163 goto out;
3164 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
3165 if (locations == NULL)
3166 goto out;
3167
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003168 status = nfs4_proc_fs_locations(client, dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003169 if (status != 0)
3170 goto out;
Chuck Lever519ae252013-10-17 14:13:19 -04003171
3172 /*
3173 * If the fsid didn't change, this is a migration event, not a
3174 * referral. Cause us to drop into the exception handler, which
3175 * will kick off migration recovery.
3176 */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003177 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04003178 dprintk("%s: server did not return a different fsid for"
3179 " a referral at %s\n", __func__, name->name);
Chuck Lever519ae252013-10-17 14:13:19 -04003180 status = -NFS4ERR_MOVED;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003181 goto out;
3182 }
Andy Adamson533eb462011-06-13 18:25:56 -04003183 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
3184 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003185
Andy Adamson533eb462011-06-13 18:25:56 -04003186 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003187 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04003188 memset(fhandle, 0, sizeof(struct nfs_fh));
3189out:
3190 if (page)
3191 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04003192 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003193 return status;
3194}
3195
David Quigley1775fd32013-05-22 12:50:42 -04003196static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3197 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003198{
3199 struct nfs4_getattr_arg args = {
3200 .fh = fhandle,
3201 .bitmask = server->attr_bitmask,
3202 };
3203 struct nfs4_getattr_res res = {
3204 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04003205 .label = label,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003206 .server = server,
3207 };
3208 struct rpc_message msg = {
3209 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
3210 .rpc_argp = &args,
3211 .rpc_resp = &res,
3212 };
David Quigleyaa9c2662013-05-22 12:50:44 -04003213
3214 args.bitmask = nfs4_bitmask(server, label);
3215
Trond Myklebust0e574af2005-10-27 22:12:38 -04003216 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003217 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218}
3219
David Quigley1775fd32013-05-22 12:50:42 -04003220static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3221 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222{
3223 struct nfs4_exception exception = { };
3224 int err;
3225 do {
Trond Myklebustb5f875a2013-08-13 13:01:39 -04003226 err = _nfs4_proc_getattr(server, fhandle, fattr, label);
3227 trace_nfs4_getattr(server, fhandle, fattr, err);
3228 err = nfs4_handle_exception(server, err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229 &exception);
3230 } while (exception.retry);
3231 return err;
3232}
3233
3234/*
3235 * The file is not closed if it is opened due to the a request to change
3236 * the size of the file. The open call will not be needed once the
3237 * VFS layer lookup-intents are implemented.
3238 *
3239 * Close is called when the inode is destroyed.
3240 * If we haven't opened the file for O_WRONLY, we
3241 * need to in the size_change case to obtain a stateid.
3242 *
3243 * Got race?
3244 * Because OPEN is always done by name in nfsv4, it is
3245 * possible that we opened a different file by the same
3246 * name. We can recognize this race condition, but we
3247 * can't do anything about it besides returning an error.
3248 *
3249 * This will be fixed with VFS changes (lookup-intent).
3250 */
3251static int
3252nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
3253 struct iattr *sattr)
3254{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003255 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003256 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05003257 struct nfs4_state *state = NULL;
David Quigley14c43f72013-05-22 12:50:43 -04003258 struct nfs4_label *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003259 int status;
3260
Peng Tao88ac8152014-09-12 11:04:10 +08003261 if (pnfs_ld_layoutret_on_setattr(inode) &&
3262 sattr->ia_valid & ATTR_SIZE &&
3263 sattr->ia_size < i_size_read(inode))
Trond Myklebust24028672013-03-20 13:23:33 -04003264 pnfs_commit_and_return_layout(inode);
Benny Halevy8a1636c2010-07-14 15:43:57 -04003265
Trond Myklebust0e574af2005-10-27 22:12:38 -04003266 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003267
Andy Adamson26699402012-05-30 16:12:24 -04003268 /* Deal with open(O_TRUNC) */
3269 if (sattr->ia_valid & ATTR_OPEN)
Nadav Shemercc7936f2013-07-21 17:21:43 +03003270 sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME);
Andy Adamson26699402012-05-30 16:12:24 -04003271
3272 /* Optimization: if the end result is no change, don't RPC */
Nadav Shemercc7936f2013-07-21 17:21:43 +03003273 if ((sattr->ia_valid & ~(ATTR_FILE|ATTR_OPEN)) == 0)
Andy Adamson26699402012-05-30 16:12:24 -04003274 return 0;
3275
Trond Myklebustd5308382005-11-04 15:33:38 -05003276 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003277 if (sattr->ia_valid & ATTR_FILE) {
3278 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003279
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003280 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11003281 if (ctx) {
3282 cred = ctx->cred;
3283 state = ctx->state;
3284 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003285 }
3286
David Quigley14c43f72013-05-22 12:50:43 -04003287 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
3288 if (IS_ERR(label))
3289 return PTR_ERR(label);
3290
3291 status = nfs4_do_setattr(inode, cred, fattr, sattr, state, NULL, label);
David Quigleyaa9c2662013-05-22 12:50:44 -04003292 if (status == 0) {
Trond Myklebust65e43082005-08-16 11:49:44 -04003293 nfs_setattr_update_inode(inode, sattr);
David Quigleyaa9c2662013-05-22 12:50:44 -04003294 nfs_setsecurity(inode, fattr, label);
3295 }
David Quigley14c43f72013-05-22 12:50:43 -04003296 nfs4_label_free(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297 return status;
3298}
3299
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003300static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
3301 const struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003302 struct nfs_fattr *fattr, struct nfs4_label *label)
David Howells2b3de442006-08-22 20:06:09 -04003303{
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003304 struct nfs_server *server = NFS_SERVER(dir);
David Howells2b3de442006-08-22 20:06:09 -04003305 int status;
3306 struct nfs4_lookup_arg args = {
3307 .bitmask = server->attr_bitmask,
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003308 .dir_fh = NFS_FH(dir),
David Howells2b3de442006-08-22 20:06:09 -04003309 .name = name,
3310 };
3311 struct nfs4_lookup_res res = {
3312 .server = server,
3313 .fattr = fattr,
David Quigleyaa9c2662013-05-22 12:50:44 -04003314 .label = label,
David Howells2b3de442006-08-22 20:06:09 -04003315 .fh = fhandle,
3316 };
3317 struct rpc_message msg = {
3318 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
3319 .rpc_argp = &args,
3320 .rpc_resp = &res,
3321 };
3322
David Quigleyaa9c2662013-05-22 12:50:44 -04003323 args.bitmask = nfs4_bitmask(server, label);
3324
David Howells2b3de442006-08-22 20:06:09 -04003325 nfs_fattr_init(fattr);
3326
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003328 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329 dprintk("NFS reply lookup: %d\n", status);
3330 return status;
3331}
3332
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003333static void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr)
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003334{
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003335 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003336 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_MOUNTPOINT;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003337 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
3338 fattr->nlink = 2;
3339}
3340
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003341static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir,
3342 struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003343 struct nfs_fattr *fattr, struct nfs4_label *label)
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003344{
3345 struct nfs4_exception exception = { };
3346 struct rpc_clnt *client = *clnt;
3347 int err;
3348 do {
David Quigley1775fd32013-05-22 12:50:42 -04003349 err = _nfs4_proc_lookup(client, dir, name, fhandle, fattr, label);
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003350 trace_nfs4_lookup(dir, name, err);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003351 switch (err) {
3352 case -NFS4ERR_BADNAME:
3353 err = -ENOENT;
3354 goto out;
3355 case -NFS4ERR_MOVED:
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003356 err = nfs4_get_referral(client, dir, name, fattr, fhandle);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003357 goto out;
3358 case -NFS4ERR_WRONGSEC:
3359 err = -EPERM;
3360 if (client != *clnt)
3361 goto out;
Andy Adamson66b06862014-06-12 15:02:32 -04003362 client = nfs4_negotiate_security(client, dir, name);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003363 if (IS_ERR(client))
3364 return PTR_ERR(client);
3365
3366 exception.retry = 1;
3367 break;
3368 default:
3369 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
3370 }
3371 } while (exception.retry);
3372
3373out:
3374 if (err == 0)
3375 *clnt = client;
3376 else if (client != *clnt)
3377 rpc_shutdown_client(client);
3378
3379 return err;
3380}
3381
Bryan Schumaker80a16b22012-04-27 13:27:46 -04003382static int nfs4_proc_lookup(struct inode *dir, struct qstr *name,
David Quigley1775fd32013-05-22 12:50:42 -04003383 struct nfs_fh *fhandle, struct nfs_fattr *fattr,
3384 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385{
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003386 int status;
3387 struct rpc_clnt *client = NFS_CLIENT(dir);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003388
David Quigley1775fd32013-05-22 12:50:42 -04003389 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, label);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003390 if (client != NFS_CLIENT(dir)) {
3391 rpc_shutdown_client(client);
3392 nfs_fixup_secinfo_attributes(fattr);
3393 }
3394 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003395}
3396
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003397struct rpc_clnt *
3398nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name,
3399 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
3400{
Trond Myklebustb72888c2013-08-07 20:38:07 -04003401 struct rpc_clnt *client = NFS_CLIENT(dir);
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003402 int status;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003403
David Quigley1775fd32013-05-22 12:50:42 -04003404 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, NULL);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003405 if (status < 0)
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003406 return ERR_PTR(status);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003407 return (client == NFS_CLIENT(dir)) ? rpc_clone_client(client) : client;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003408}
3409
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3411{
Trond Myklebust76b32992007-08-10 17:45:11 -04003412 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003413 struct nfs4_accessargs args = {
3414 .fh = NFS_FH(inode),
Trond Myklebusta4980e72012-01-30 15:43:56 -05003415 .bitmask = server->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003416 };
Trond Myklebust76b32992007-08-10 17:45:11 -04003417 struct nfs4_accessres res = {
3418 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04003419 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420 struct rpc_message msg = {
3421 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
3422 .rpc_argp = &args,
3423 .rpc_resp = &res,
3424 .rpc_cred = entry->cred,
3425 };
3426 int mode = entry->mask;
David Quigleyaa9c2662013-05-22 12:50:44 -04003427 int status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428
3429 /*
3430 * Determine which access bits we want to ask for...
3431 */
3432 if (mode & MAY_READ)
3433 args.access |= NFS4_ACCESS_READ;
3434 if (S_ISDIR(inode->i_mode)) {
3435 if (mode & MAY_WRITE)
3436 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
3437 if (mode & MAY_EXEC)
3438 args.access |= NFS4_ACCESS_LOOKUP;
3439 } else {
3440 if (mode & MAY_WRITE)
3441 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
3442 if (mode & MAY_EXEC)
3443 args.access |= NFS4_ACCESS_EXECUTE;
3444 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003445
3446 res.fattr = nfs_alloc_fattr();
3447 if (res.fattr == NULL)
3448 return -ENOMEM;
3449
Bryan Schumaker7c513052011-03-24 17:12:24 +00003450 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003451 if (!status) {
Weston Andros Adamson6168f622012-09-10 14:00:46 -04003452 nfs_access_set_mask(entry, res.access);
Trond Myklebustc407d412010-04-16 16:22:48 -04003453 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003454 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003455 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003456 return status;
3457}
3458
3459static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3460{
3461 struct nfs4_exception exception = { };
3462 int err;
3463 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003464 err = _nfs4_proc_access(inode, entry);
3465 trace_nfs4_access(inode, err);
3466 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467 &exception);
3468 } while (exception.retry);
3469 return err;
3470}
3471
3472/*
3473 * TODO: For the time being, we don't try to get any attributes
3474 * along with any of the zero-copy operations READ, READDIR,
3475 * READLINK, WRITE.
3476 *
3477 * In the case of the first three, we want to put the GETATTR
3478 * after the read-type operation -- this is because it is hard
3479 * to predict the length of a GETATTR response in v4, and thus
3480 * align the READ data correctly. This means that the GETATTR
3481 * may end up partially falling into the page cache, and we should
3482 * shift it into the 'tail' of the xdr_buf before processing.
3483 * To do this efficiently, we need to know the total length
3484 * of data received, which doesn't seem to be available outside
3485 * of the RPC layer.
3486 *
3487 * In the case of WRITE, we also want to put the GETATTR after
3488 * the operation -- in this case because we want to make sure
Trond Myklebust140150d2012-06-05 15:20:25 -04003489 * we get the post-operation mtime and size.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003490 *
3491 * Both of these changes to the XDR layer would in fact be quite
3492 * minor, but I decided to leave them for a subsequent patch.
3493 */
3494static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
3495 unsigned int pgbase, unsigned int pglen)
3496{
3497 struct nfs4_readlink args = {
3498 .fh = NFS_FH(inode),
3499 .pgbase = pgbase,
3500 .pglen = pglen,
3501 .pages = &page,
3502 };
Benny Halevyf50c7002009-04-01 09:21:55 -04003503 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003504 struct rpc_message msg = {
3505 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
3506 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04003507 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508 };
3509
Bryan Schumaker7c513052011-03-24 17:12:24 +00003510 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 -07003511}
3512
3513static int nfs4_proc_readlink(struct inode *inode, struct page *page,
3514 unsigned int pgbase, unsigned int pglen)
3515{
3516 struct nfs4_exception exception = { };
3517 int err;
3518 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003519 err = _nfs4_proc_readlink(inode, page, pgbase, pglen);
3520 trace_nfs4_readlink(inode, err);
3521 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003522 &exception);
3523 } while (exception.retry);
3524 return err;
3525}
3526
Linus Torvalds1da177e2005-04-16 15:20:36 -07003527/*
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003528 * This is just for mknod. open(O_CREAT) will always do ->open_context().
Linus Torvalds1da177e2005-04-16 15:20:36 -07003529 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003530static int
3531nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003532 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533{
David Quigleyaa9c2662013-05-22 12:50:44 -04003534 struct nfs4_label l, *ilabel = NULL;
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003535 struct nfs_open_context *ctx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003536 struct nfs4_state *state;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003537 int opened = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003538 int status = 0;
3539
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003540 ctx = alloc_nfs_open_context(dentry, FMODE_READ);
3541 if (IS_ERR(ctx))
3542 return PTR_ERR(ctx);
3543
David Quigleyaa9c2662013-05-22 12:50:44 -04003544 ilabel = nfs4_label_init_security(dir, dentry, sattr, &l);
3545
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003546 sattr->ia_mode &= ~current_umask();
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003547 state = nfs4_do_open(dir, ctx, flags, sattr, ilabel, &opened);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003548 if (IS_ERR(state)) {
3549 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04003550 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003551 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003552out:
David Quigleyaa9c2662013-05-22 12:50:44 -04003553 nfs4_label_release_security(ilabel);
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003554 put_nfs_open_context(ctx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003555 return status;
3556}
3557
3558static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
3559{
Trond Myklebust16e42952005-10-27 22:12:44 -04003560 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003561 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003562 .fh = NFS_FH(dir),
Linus Torvalds26fe5752012-05-10 13:14:12 -07003563 .name = *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003564 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003565 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04003566 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04003567 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003568 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003569 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
3570 .rpc_argp = &args,
3571 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003572 };
Trond Myklebust778d2812012-04-27 13:48:19 -04003573 int status;
Trond Myklebustd3468902010-04-16 16:22:50 -04003574
Bryan Schumaker7c513052011-03-24 17:12:24 +00003575 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust778d2812012-04-27 13:48:19 -04003576 if (status == 0)
Trond Myklebust16e42952005-10-27 22:12:44 -04003577 update_changeattr(dir, &res.cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003578 return status;
3579}
3580
3581static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
3582{
3583 struct nfs4_exception exception = { };
3584 int err;
3585 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003586 err = _nfs4_proc_remove(dir, name);
3587 trace_nfs4_remove(dir, name, err);
3588 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003589 &exception);
3590 } while (exception.retry);
3591 return err;
3592}
3593
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003594static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003595{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003596 struct nfs_server *server = NFS_SERVER(dir);
3597 struct nfs_removeargs *args = msg->rpc_argp;
3598 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003600 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003601 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Chuck Levera9c92d62013-08-09 12:48:18 -04003602 nfs4_init_sequence(&args->seq_args, &res->seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04003603
3604 nfs_fattr_init(res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003605}
3606
Bryan Schumaker34e137c2012-03-19 14:54:41 -04003607static void nfs4_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data)
3608{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003609 nfs4_setup_sequence(NFS_SERVER(data->dir),
3610 &data->args.seq_args,
3611 &data->res.seq_res,
3612 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003613}
3614
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003615static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616{
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003617 struct nfs_unlinkdata *data = task->tk_calldata;
3618 struct nfs_removeres *res = &data->res;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003619
Trond Myklebust14516c32010-07-31 14:29:06 -04003620 if (!nfs4_sequence_done(task, &res->seq_res))
3621 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003622 if (nfs4_async_handle_error(task, res->server, NULL,
3623 &data->timeout) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003624 return 0;
3625 update_changeattr(dir, &res->cinfo);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003626 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003627}
3628
Jeff Laytond3d41522010-09-17 17:31:57 -04003629static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
3630{
3631 struct nfs_server *server = NFS_SERVER(dir);
3632 struct nfs_renameargs *arg = msg->rpc_argp;
3633 struct nfs_renameres *res = msg->rpc_resp;
3634
3635 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
Jeff Laytond3d41522010-09-17 17:31:57 -04003636 res->server = server;
Chuck Levera9c92d62013-08-09 12:48:18 -04003637 nfs4_init_sequence(&arg->seq_args, &res->seq_res, 1);
Jeff Laytond3d41522010-09-17 17:31:57 -04003638}
3639
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04003640static void nfs4_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data)
3641{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003642 nfs4_setup_sequence(NFS_SERVER(data->old_dir),
3643 &data->args.seq_args,
3644 &data->res.seq_res,
3645 task);
Jeff Laytond3d41522010-09-17 17:31:57 -04003646}
3647
3648static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
3649 struct inode *new_dir)
3650{
Trond Myklebustfbc6f7c2013-08-12 17:08:26 -04003651 struct nfs_renamedata *data = task->tk_calldata;
3652 struct nfs_renameres *res = &data->res;
Jeff Laytond3d41522010-09-17 17:31:57 -04003653
3654 if (!nfs4_sequence_done(task, &res->seq_res))
3655 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003656 if (nfs4_async_handle_error(task, res->server, NULL, &data->timeout) == -EAGAIN)
Jeff Laytond3d41522010-09-17 17:31:57 -04003657 return 0;
3658
3659 update_changeattr(old_dir, &res->old_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003660 update_changeattr(new_dir, &res->new_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003661 return 1;
3662}
3663
Linus Torvalds1da177e2005-04-16 15:20:36 -07003664static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3665{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003666 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003667 struct nfs4_link_arg arg = {
3668 .fh = NFS_FH(inode),
3669 .dir_fh = NFS_FH(dir),
3670 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003671 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003672 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003673 struct nfs4_link_res res = {
3674 .server = server,
David Quigley1775fd32013-05-22 12:50:42 -04003675 .label = NULL,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003676 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003677 struct rpc_message msg = {
3678 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
3679 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003680 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681 };
Trond Myklebust136f2622010-04-16 16:22:49 -04003682 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003683
Trond Myklebust136f2622010-04-16 16:22:49 -04003684 res.fattr = nfs_alloc_fattr();
Trond Myklebust778d2812012-04-27 13:48:19 -04003685 if (res.fattr == NULL)
Trond Myklebust136f2622010-04-16 16:22:49 -04003686 goto out;
3687
David Quigley14c43f72013-05-22 12:50:43 -04003688 res.label = nfs4_label_alloc(server, GFP_KERNEL);
3689 if (IS_ERR(res.label)) {
3690 status = PTR_ERR(res.label);
3691 goto out;
3692 }
David Quigleyaa9c2662013-05-22 12:50:44 -04003693 arg.bitmask = nfs4_bitmask(server, res.label);
David Quigley14c43f72013-05-22 12:50:43 -04003694
Bryan Schumaker7c513052011-03-24 17:12:24 +00003695 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003696 if (!status) {
3697 update_changeattr(dir, &res.cinfo);
David Quigleyaa9c2662013-05-22 12:50:44 -04003698 status = nfs_post_op_update_inode(inode, res.fattr);
3699 if (!status)
3700 nfs_setsecurity(inode, res.fattr, res.label);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003701 }
David Quigley14c43f72013-05-22 12:50:43 -04003702
3703
3704 nfs4_label_free(res.label);
3705
Trond Myklebust136f2622010-04-16 16:22:49 -04003706out:
Trond Myklebust136f2622010-04-16 16:22:49 -04003707 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003708 return status;
3709}
3710
3711static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3712{
3713 struct nfs4_exception exception = { };
3714 int err;
3715 do {
3716 err = nfs4_handle_exception(NFS_SERVER(inode),
3717 _nfs4_proc_link(inode, dir, name),
3718 &exception);
3719 } while (exception.retry);
3720 return err;
3721}
3722
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003723struct nfs4_createdata {
3724 struct rpc_message msg;
3725 struct nfs4_create_arg arg;
3726 struct nfs4_create_res res;
3727 struct nfs_fh fh;
3728 struct nfs_fattr fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003729 struct nfs4_label *label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003730};
3731
3732static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
3733 struct qstr *name, struct iattr *sattr, u32 ftype)
3734{
3735 struct nfs4_createdata *data;
3736
3737 data = kzalloc(sizeof(*data), GFP_KERNEL);
3738 if (data != NULL) {
3739 struct nfs_server *server = NFS_SERVER(dir);
3740
David Quigley14c43f72013-05-22 12:50:43 -04003741 data->label = nfs4_label_alloc(server, GFP_KERNEL);
3742 if (IS_ERR(data->label))
3743 goto out_free;
3744
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003745 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
3746 data->msg.rpc_argp = &data->arg;
3747 data->msg.rpc_resp = &data->res;
3748 data->arg.dir_fh = NFS_FH(dir);
3749 data->arg.server = server;
3750 data->arg.name = name;
3751 data->arg.attrs = sattr;
3752 data->arg.ftype = ftype;
David Quigleyaa9c2662013-05-22 12:50:44 -04003753 data->arg.bitmask = nfs4_bitmask(server, data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003754 data->res.server = server;
3755 data->res.fh = &data->fh;
3756 data->res.fattr = &data->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003757 data->res.label = data->label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003758 nfs_fattr_init(data->res.fattr);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003759 }
3760 return data;
David Quigley14c43f72013-05-22 12:50:43 -04003761out_free:
3762 kfree(data);
3763 return NULL;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003764}
3765
3766static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
3767{
Bryan Schumaker7c513052011-03-24 17:12:24 +00003768 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00003769 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003770 if (status == 0) {
3771 update_changeattr(dir, &data->res.dir_cinfo);
David Quigley1775fd32013-05-22 12:50:42 -04003772 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr, data->res.label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003773 }
3774 return status;
3775}
3776
3777static void nfs4_free_createdata(struct nfs4_createdata *data)
3778{
David Quigley14c43f72013-05-22 12:50:43 -04003779 nfs4_label_free(data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003780 kfree(data);
3781}
3782
Chuck Lever4f390c12006-08-22 20:06:22 -04003783static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003784 struct page *page, unsigned int len, struct iattr *sattr,
3785 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003786{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003787 struct nfs4_createdata *data;
3788 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789
Chuck Lever94a6d752006-08-22 20:06:23 -04003790 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003791 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04003792
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003793 status = -ENOMEM;
3794 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
3795 if (data == NULL)
3796 goto out;
3797
3798 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
3799 data->arg.u.symlink.pages = &page;
3800 data->arg.u.symlink.len = len;
David Quigley1775fd32013-05-22 12:50:42 -04003801 data->arg.label = label;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003802
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
Chuck Lever4f390c12006-08-22 20:06:22 -04003810static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04003811 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812{
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;
David Quigleyaa9c2662013-05-22 12:50:44 -04003816
3817 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3818
Linus Torvalds1da177e2005-04-16 15:20:36 -07003819 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003820 err = _nfs4_proc_symlink(dir, dentry, page, len, sattr, label);
3821 trace_nfs4_symlink(dir, &dentry->d_name, err);
3822 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003823 &exception);
3824 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003825
3826 nfs4_label_release_security(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827 return err;
3828}
3829
3830static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003831 struct iattr *sattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003833 struct nfs4_createdata *data;
3834 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003835
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003836 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
3837 if (data == NULL)
3838 goto out;
3839
David Quigley1775fd32013-05-22 12:50:42 -04003840 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003841 status = nfs4_do_create(dir, dentry, data);
3842
3843 nfs4_free_createdata(data);
3844out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003845 return status;
3846}
3847
3848static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
3849 struct iattr *sattr)
3850{
3851 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003852 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003854
David Quigleyaa9c2662013-05-22 12:50:44 -04003855 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3856
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003857 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003858 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003859 err = _nfs4_proc_mkdir(dir, dentry, sattr, label);
3860 trace_nfs4_mkdir(dir, &dentry->d_name, err);
3861 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003862 &exception);
3863 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003864 nfs4_label_release_security(label);
3865
Linus Torvalds1da177e2005-04-16 15:20:36 -07003866 return err;
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 inode *dir = dentry->d_inode;
3873 struct nfs4_readdir_arg args = {
3874 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003875 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003876 .pgbase = 0,
3877 .count = count,
Trond Myklebust96d25e52009-11-11 16:15:42 +09003878 .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04003879 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880 };
3881 struct nfs4_readdir_res res;
3882 struct rpc_message msg = {
3883 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
3884 .rpc_argp = &args,
3885 .rpc_resp = &res,
3886 .rpc_cred = cred,
3887 };
3888 int status;
3889
Al Viro6de14722013-09-16 10:53:17 -04003890 dprintk("%s: dentry = %pd2, cookie = %Lu\n", __func__,
3891 dentry,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003892 (unsigned long long)cookie);
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003893 nfs4_setup_readdir(cookie, NFS_I(dir)->cookieverf, dentry, &args);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003894 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00003895 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 -05003896 if (status >= 0) {
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003897 memcpy(NFS_I(dir)->cookieverf, res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05003898 status += args.pgbase;
3899 }
Trond Myklebustc4812992007-09-28 17:11:45 -04003900
3901 nfs_invalidate_atime(dir);
3902
Harvey Harrison3110ff82008-05-02 13:42:44 -07003903 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003904 return status;
3905}
3906
3907static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003908 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003909{
3910 struct nfs4_exception exception = { };
3911 int err;
3912 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003913 err = _nfs4_proc_readdir(dentry, cred, cookie,
3914 pages, count, plus);
3915 trace_nfs4_readdir(dentry->d_inode, err);
3916 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003917 &exception);
3918 } while (exception.retry);
3919 return err;
3920}
3921
3922static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
David Quigleyaa9c2662013-05-22 12:50:44 -04003923 struct iattr *sattr, struct nfs4_label *label, dev_t rdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003924{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003925 struct nfs4_createdata *data;
3926 int mode = sattr->ia_mode;
3927 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003929 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
3930 if (data == NULL)
3931 goto out;
3932
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003934 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003935 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003936 data->arg.ftype = NF4BLK;
3937 data->arg.u.device.specdata1 = MAJOR(rdev);
3938 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939 }
3940 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003941 data->arg.ftype = NF4CHR;
3942 data->arg.u.device.specdata1 = MAJOR(rdev);
3943 data->arg.u.device.specdata2 = MINOR(rdev);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003944 } else if (!S_ISSOCK(mode)) {
3945 status = -EINVAL;
3946 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003947 }
David Quigley1775fd32013-05-22 12:50:42 -04003948
David Quigleyaa9c2662013-05-22 12:50:44 -04003949 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003950 status = nfs4_do_create(dir, dentry, data);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003951out_free:
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003952 nfs4_free_createdata(data);
3953out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003954 return status;
3955}
3956
3957static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3958 struct iattr *sattr, dev_t rdev)
3959{
3960 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003961 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003962 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003963
David Quigleyaa9c2662013-05-22 12:50:44 -04003964 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3965
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003966 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003967 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003968 err = _nfs4_proc_mknod(dir, dentry, sattr, label, rdev);
3969 trace_nfs4_mknod(dir, &dentry->d_name, err);
3970 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003971 &exception);
3972 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003973
3974 nfs4_label_release_security(label);
3975
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976 return err;
3977}
3978
3979static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
3980 struct nfs_fsstat *fsstat)
3981{
3982 struct nfs4_statfs_arg args = {
3983 .fh = fhandle,
3984 .bitmask = server->attr_bitmask,
3985 };
Benny Halevy24ad1482009-04-01 09:21:56 -04003986 struct nfs4_statfs_res res = {
3987 .fsstat = fsstat,
3988 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003989 struct rpc_message msg = {
3990 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
3991 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04003992 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003993 };
3994
Trond Myklebust0e574af2005-10-27 22:12:38 -04003995 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003996 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003997}
3998
3999static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
4000{
4001 struct nfs4_exception exception = { };
4002 int err;
4003 do {
4004 err = nfs4_handle_exception(server,
4005 _nfs4_proc_statfs(server, fhandle, fsstat),
4006 &exception);
4007 } while (exception.retry);
4008 return err;
4009}
4010
4011static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
4012 struct nfs_fsinfo *fsinfo)
4013{
4014 struct nfs4_fsinfo_arg args = {
4015 .fh = fhandle,
4016 .bitmask = server->attr_bitmask,
4017 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04004018 struct nfs4_fsinfo_res res = {
4019 .fsinfo = fsinfo,
4020 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004021 struct rpc_message msg = {
4022 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
4023 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04004024 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004025 };
4026
Bryan Schumaker7c513052011-03-24 17:12:24 +00004027 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004028}
4029
4030static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4031{
4032 struct nfs4_exception exception = { };
Chuck Lever83ca7f52013-03-16 15:55:53 -04004033 unsigned long now = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004034 int err;
4035
4036 do {
Chuck Lever83ca7f52013-03-16 15:55:53 -04004037 err = _nfs4_do_fsinfo(server, fhandle, fsinfo);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04004038 trace_nfs4_fsinfo(server, fhandle, fsinfo->fattr, err);
Chuck Lever83ca7f52013-03-16 15:55:53 -04004039 if (err == 0) {
4040 struct nfs_client *clp = server->nfs_client;
4041
4042 spin_lock(&clp->cl_lock);
4043 clp->cl_lease_time = fsinfo->lease_time * HZ;
4044 clp->cl_last_renewal = now;
4045 spin_unlock(&clp->cl_lock);
4046 break;
4047 }
4048 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004049 } while (exception.retry);
4050 return err;
4051}
4052
4053static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4054{
Bryan Schumakere38eb652012-06-20 15:53:40 -04004055 int error;
4056
Trond Myklebust0e574af2005-10-27 22:12:38 -04004057 nfs_fattr_init(fsinfo->fattr);
Bryan Schumakere38eb652012-06-20 15:53:40 -04004058 error = nfs4_do_fsinfo(server, fhandle, fsinfo);
Peng Taodc182542012-08-24 00:27:49 +08004059 if (error == 0) {
4060 /* block layout checks this! */
4061 server->pnfs_blksize = fsinfo->blksize;
Bryan Schumakere38eb652012-06-20 15:53:40 -04004062 set_pnfs_layoutdriver(server, fhandle, fsinfo->layouttype);
Peng Taodc182542012-08-24 00:27:49 +08004063 }
Bryan Schumakere38eb652012-06-20 15:53:40 -04004064
4065 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004066}
4067
4068static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4069 struct nfs_pathconf *pathconf)
4070{
4071 struct nfs4_pathconf_arg args = {
4072 .fh = fhandle,
4073 .bitmask = server->attr_bitmask,
4074 };
Benny Halevyd45b2982009-04-01 09:21:58 -04004075 struct nfs4_pathconf_res res = {
4076 .pathconf = pathconf,
4077 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004078 struct rpc_message msg = {
4079 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
4080 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04004081 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004082 };
4083
4084 /* None of the pathconf attributes are mandatory to implement */
4085 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
4086 memset(pathconf, 0, sizeof(*pathconf));
4087 return 0;
4088 }
4089
Trond Myklebust0e574af2005-10-27 22:12:38 -04004090 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004091 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004092}
4093
4094static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4095 struct nfs_pathconf *pathconf)
4096{
4097 struct nfs4_exception exception = { };
4098 int err;
4099
4100 do {
4101 err = nfs4_handle_exception(server,
4102 _nfs4_proc_pathconf(server, fhandle, pathconf),
4103 &exception);
4104 } while (exception.retry);
4105 return err;
4106}
4107
Trond Myklebust5521abf2013-03-16 20:54:34 -04004108int nfs4_set_rw_stateid(nfs4_stateid *stateid,
Trond Myklebust9b206142013-03-17 15:52:00 -04004109 const struct nfs_open_context *ctx,
4110 const struct nfs_lock_context *l_ctx,
4111 fmode_t fmode)
4112{
4113 const struct nfs_lockowner *lockowner = NULL;
4114
4115 if (l_ctx != NULL)
4116 lockowner = &l_ctx->lockowner;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004117 return nfs4_select_rw_stateid(stateid, ctx->state, fmode, lockowner);
Trond Myklebust9b206142013-03-17 15:52:00 -04004118}
4119EXPORT_SYMBOL_GPL(nfs4_set_rw_stateid);
4120
Trond Myklebust5521abf2013-03-16 20:54:34 -04004121static bool nfs4_stateid_is_current(nfs4_stateid *stateid,
4122 const struct nfs_open_context *ctx,
4123 const struct nfs_lock_context *l_ctx,
4124 fmode_t fmode)
4125{
4126 nfs4_stateid current_stateid;
4127
Trond Myklebuste1253be2014-03-05 08:44:23 -05004128 /* If the current stateid represents a lost lock, then exit */
4129 if (nfs4_set_rw_stateid(&current_stateid, ctx, l_ctx, fmode) == -EIO)
4130 return true;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004131 return nfs4_stateid_match(stateid, &current_stateid);
4132}
4133
4134static bool nfs4_error_stateid_expired(int err)
4135{
4136 switch (err) {
4137 case -NFS4ERR_DELEG_REVOKED:
4138 case -NFS4ERR_ADMIN_REVOKED:
4139 case -NFS4ERR_BAD_STATEID:
4140 case -NFS4ERR_STALE_STATEID:
4141 case -NFS4ERR_OLD_STATEID:
4142 case -NFS4ERR_OPENMODE:
4143 case -NFS4ERR_EXPIRED:
4144 return true;
4145 }
4146 return false;
4147}
4148
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004149void __nfs4_read_done_cb(struct nfs_pgio_header *hdr)
Benny Halevyd20581a2011-05-22 19:52:03 +03004150{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004151 nfs_invalidate_atime(hdr->inode);
Benny Halevyd20581a2011-05-22 19:52:03 +03004152}
4153
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004154static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004155{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004156 struct nfs_server *server = NFS_SERVER(hdr->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004158 trace_nfs4_read(hdr, task->tk_status);
4159 if (nfs4_async_handle_error(task, server,
NeilBrown8478eaa2014-09-18 16:09:27 +10004160 hdr->args.context->state,
4161 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004162 rpc_restart_call_prepare(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05004163 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004164 }
Trond Myklebust8850df92007-09-28 17:20:07 -04004165
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004166 __nfs4_read_done_cb(hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004167 if (task->tk_status > 0)
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004168 renew_lease(server, hdr->timestamp);
Trond Myklebustec06c092006-03-20 13:44:27 -05004169 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004170}
4171
Trond Myklebust5521abf2013-03-16 20:54:34 -04004172static bool nfs4_read_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004173 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004174{
4175
4176 if (!nfs4_error_stateid_expired(task->tk_status) ||
4177 nfs4_stateid_is_current(&args->stateid,
4178 args->context,
4179 args->lock_context,
4180 FMODE_READ))
4181 return false;
4182 rpc_restart_call_prepare(task);
4183 return true;
4184}
4185
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004186static int nfs4_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004187{
4188
4189 dprintk("--> %s\n", __func__);
4190
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004191 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004192 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004193 if (nfs4_read_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004194 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004195 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4196 nfs4_read_done_cb(task, hdr);
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004197}
4198
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004199static void nfs4_proc_read_setup(struct nfs_pgio_header *hdr,
4200 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004201{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004202 hdr->timestamp = jiffies;
4203 hdr->pgio_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004204 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004205 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004206}
4207
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004208static int nfs4_proc_pgio_rpc_prepare(struct rpc_task *task,
4209 struct nfs_pgio_header *hdr)
Bryan Schumakerea7c3302012-03-19 14:54:40 -04004210{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004211 if (nfs4_setup_sequence(NFS_SERVER(hdr->inode),
4212 &hdr->args.seq_args,
4213 &hdr->res.seq_res,
Trond Myklebust9b206142013-03-17 15:52:00 -04004214 task))
NeilBrownef1820f2013-09-04 17:04:49 +10004215 return 0;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004216 if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context,
4217 hdr->args.lock_context,
4218 hdr->rw_ops->rw_mode) == -EIO)
NeilBrownef1820f2013-09-04 17:04:49 +10004219 return -EIO;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004220 if (unlikely(test_bit(NFS_CONTEXT_BAD, &hdr->args.context->flags)))
NeilBrownef1820f2013-09-04 17:04:49 +10004221 return -EIO;
4222 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004223}
4224
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004225static int nfs4_write_done_cb(struct rpc_task *task,
4226 struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004227{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004228 struct inode *inode = hdr->inode;
NeilBrown8478eaa2014-09-18 16:09:27 +10004229
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004230 trace_nfs4_write(hdr, task->tk_status);
4231 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
NeilBrown8478eaa2014-09-18 16:09:27 +10004232 hdr->args.context->state,
4233 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004234 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004235 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004236 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004237 if (task->tk_status >= 0) {
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004238 renew_lease(NFS_SERVER(inode), hdr->timestamp);
4239 nfs_post_op_update_inode_force_wcc(inode, &hdr->fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004240 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004241 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004242}
4243
Trond Myklebust5521abf2013-03-16 20:54:34 -04004244static bool nfs4_write_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004245 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004246{
4247
4248 if (!nfs4_error_stateid_expired(task->tk_status) ||
4249 nfs4_stateid_is_current(&args->stateid,
4250 args->context,
4251 args->lock_context,
4252 FMODE_WRITE))
4253 return false;
4254 rpc_restart_call_prepare(task);
4255 return true;
4256}
4257
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004258static int nfs4_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Fred Isamanb029bc92011-03-03 15:13:42 +00004259{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004260 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Fred Isamanb029bc92011-03-03 15:13:42 +00004261 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004262 if (nfs4_write_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004263 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004264 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4265 nfs4_write_done_cb(task, hdr);
Fred Isamanb029bc92011-03-03 15:13:42 +00004266}
4267
Trond Myklebust5a37f852012-04-28 14:55:16 -04004268static
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004269bool nfs4_write_need_cache_consistency_data(struct nfs_pgio_header *hdr)
Fred Isamana69aef12011-03-03 15:13:47 +00004270{
Trond Myklebust5a37f852012-04-28 14:55:16 -04004271 /* Don't request attributes for pNFS or O_DIRECT writes */
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004272 if (hdr->ds_clp != NULL || hdr->dreq != NULL)
Trond Myklebust5a37f852012-04-28 14:55:16 -04004273 return false;
4274 /* Otherwise, request attributes if and only if we don't hold
4275 * a delegation
4276 */
Bryan Schumaker011e2a72012-06-20 15:53:43 -04004277 return nfs4_have_delegation(hdr->inode, FMODE_READ) == 0;
Fred Isamana69aef12011-03-03 15:13:47 +00004278}
Fred Isamana69aef12011-03-03 15:13:47 +00004279
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004280static void nfs4_proc_write_setup(struct nfs_pgio_header *hdr,
4281 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004282{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004283 struct nfs_server *server = NFS_SERVER(hdr->inode);
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004284
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004285 if (!nfs4_write_need_cache_consistency_data(hdr)) {
4286 hdr->args.bitmask = NULL;
4287 hdr->res.fattr = NULL;
Fred Isaman7ffd1062011-03-03 15:13:46 +00004288 } else
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004289 hdr->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust5a37f852012-04-28 14:55:16 -04004290
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004291 if (!hdr->pgio_done_cb)
4292 hdr->pgio_done_cb = nfs4_write_done_cb;
4293 hdr->res.server = server;
4294 hdr->timestamp = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004295
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004296 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004297 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004298}
4299
Fred Isaman0b7c0152012-04-20 14:47:39 -04004300static void nfs4_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data)
4301{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004302 nfs4_setup_sequence(NFS_SERVER(data->inode),
4303 &data->args.seq_args,
4304 &data->res.seq_res,
4305 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004306}
4307
Fred Isaman0b7c0152012-04-20 14:47:39 -04004308static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_commit_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004309{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004310 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04004311
Trond Myklebustcc668ab2013-08-14 15:31:28 -04004312 trace_nfs4_commit(data, task->tk_status);
NeilBrown8478eaa2014-09-18 16:09:27 +10004313 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
4314 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004315 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004316 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004317 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004318 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319}
4320
Fred Isaman0b7c0152012-04-20 14:47:39 -04004321static int nfs4_commit_done(struct rpc_task *task, struct nfs_commit_data *data)
Fred Isaman5f452432011-03-23 13:27:46 +00004322{
4323 if (!nfs4_sequence_done(task, &data->res.seq_res))
4324 return -EAGAIN;
Fred Isaman0b7c0152012-04-20 14:47:39 -04004325 return data->commit_done_cb(task, data);
Fred Isaman5f452432011-03-23 13:27:46 +00004326}
4327
Fred Isaman0b7c0152012-04-20 14:47:39 -04004328static void nfs4_proc_commit_setup(struct nfs_commit_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004329{
Trond Myklebust788e7a82006-03-20 13:44:27 -05004330 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00004331
Fred Isaman0b7c0152012-04-20 14:47:39 -04004332 if (data->commit_done_cb == NULL)
4333 data->commit_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004334 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004335 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Chuck Levera9c92d62013-08-09 12:48:18 -04004336 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004337}
4338
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004339struct nfs4_renewdata {
4340 struct nfs_client *client;
4341 unsigned long timestamp;
4342};
4343
Linus Torvalds1da177e2005-04-16 15:20:36 -07004344/*
4345 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
4346 * standalone procedure for queueing an asynchronous RENEW.
4347 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004348static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004349{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004350 struct nfs4_renewdata *data = calldata;
4351 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004352
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004353 if (atomic_read(&clp->cl_count) > 1)
4354 nfs4_schedule_state_renewal(clp);
4355 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004356 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004357}
4358
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004359static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004360{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004361 struct nfs4_renewdata *data = calldata;
4362 struct nfs_client *clp = data->client;
4363 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004364
Trond Myklebustc6d01c62013-08-09 11:51:26 -04004365 trace_nfs4_renew_async(clp, task->tk_status);
Chuck Leverf8aba1e2013-10-17 14:13:53 -04004366 switch (task->tk_status) {
4367 case 0:
4368 break;
4369 case -NFS4ERR_LEASE_MOVED:
4370 nfs4_schedule_lease_moved_recovery(clp);
4371 break;
4372 default:
Trond Myklebust95baa252009-05-26 14:51:00 -04004373 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04004374 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
4375 return;
4376 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004377 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04004378 return;
4379 }
4380 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004381 }
Trond Myklebust452e9352010-07-31 14:29:06 -04004382 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004383}
4384
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004385static const struct rpc_call_ops nfs4_renew_ops = {
4386 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004387 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004388};
4389
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004390static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004391{
4392 struct rpc_message msg = {
4393 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4394 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004395 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004396 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004397 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004398
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004399 if (renew_flags == 0)
4400 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004401 if (!atomic_inc_not_zero(&clp->cl_count))
4402 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04004403 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004404 if (data == NULL)
4405 return -ENOMEM;
4406 data->client = clp;
4407 data->timestamp = jiffies;
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004408 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004409 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004410}
4411
Trond Myklebust8534d4e2011-08-24 15:07:37 -04004412static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004413{
4414 struct rpc_message msg = {
4415 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4416 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004417 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004418 };
4419 unsigned long now = jiffies;
4420 int status;
4421
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004422 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004423 if (status < 0)
4424 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04004425 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004426 return 0;
4427}
4428
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004429static inline int nfs4_server_supports_acls(struct nfs_server *server)
4430{
Malahal Naineni7dd7d952014-01-23 08:54:55 -06004431 return server->caps & NFS_CAP_ACLS;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004432}
4433
Trond Myklebust21f498c2012-08-24 10:59:25 -04004434/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_SIZE, and that
4435 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_SIZE) bytes on
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004436 * the stack.
4437 */
Trond Myklebust21f498c2012-08-24 10:59:25 -04004438#define NFS4ACL_MAXPAGES DIV_ROUND_UP(XATTR_SIZE_MAX, PAGE_SIZE)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004439
Neil Hormane9e3d722011-03-04 19:26:03 -05004440static int buf_to_pages_noslab(const void *buf, size_t buflen,
4441 struct page **pages, unsigned int *pgbase)
4442{
4443 struct page *newpage, **spages;
4444 int rc = 0;
4445 size_t len;
4446 spages = pages;
4447
4448 do {
Trond Myklebust21f498c2012-08-24 10:59:25 -04004449 len = min_t(size_t, PAGE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05004450 newpage = alloc_page(GFP_KERNEL);
4451
4452 if (newpage == NULL)
4453 goto unwind;
4454 memcpy(page_address(newpage), buf, len);
4455 buf += len;
4456 buflen -= len;
4457 *pages++ = newpage;
4458 rc++;
4459 } while (buflen != 0);
4460
4461 return rc;
4462
4463unwind:
4464 for(; rc > 0; rc--)
4465 __free_page(spages[rc-1]);
4466 return -ENOMEM;
4467}
4468
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004469struct nfs4_cached_acl {
4470 int cached;
4471 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00004472 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004473};
4474
4475static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004476{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004477 struct nfs_inode *nfsi = NFS_I(inode);
4478
4479 spin_lock(&inode->i_lock);
4480 kfree(nfsi->nfs4_acl);
4481 nfsi->nfs4_acl = acl;
4482 spin_unlock(&inode->i_lock);
4483}
4484
4485static void nfs4_zap_acl_attr(struct inode *inode)
4486{
4487 nfs4_set_cached_acl(inode, NULL);
4488}
4489
4490static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
4491{
4492 struct nfs_inode *nfsi = NFS_I(inode);
4493 struct nfs4_cached_acl *acl;
4494 int ret = -ENOENT;
4495
4496 spin_lock(&inode->i_lock);
4497 acl = nfsi->nfs4_acl;
4498 if (acl == NULL)
4499 goto out;
4500 if (buf == NULL) /* user is just asking for length */
4501 goto out_len;
4502 if (acl->cached == 0)
4503 goto out;
4504 ret = -ERANGE; /* see getxattr(2) man page */
4505 if (acl->len > buflen)
4506 goto out;
4507 memcpy(buf, acl->data, acl->len);
4508out_len:
4509 ret = acl->len;
4510out:
4511 spin_unlock(&inode->i_lock);
4512 return ret;
4513}
4514
Sachin Prabhu5794d212012-04-17 14:36:40 +01004515static 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 +00004516{
4517 struct nfs4_cached_acl *acl;
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004518 size_t buflen = sizeof(*acl) + acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004519
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004520 if (buflen <= PAGE_SIZE) {
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004521 acl = kmalloc(buflen, GFP_KERNEL);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004522 if (acl == NULL)
4523 goto out;
4524 acl->cached = 1;
Sachin Prabhu5794d212012-04-17 14:36:40 +01004525 _copy_from_pages(acl->data, pages, pgbase, acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004526 } else {
4527 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
4528 if (acl == NULL)
4529 goto out;
4530 acl->cached = 0;
4531 }
4532 acl->len = acl_len;
4533out:
4534 nfs4_set_cached_acl(inode, acl);
4535}
4536
Andy Adamsonbf118a32011-12-07 11:55:27 -05004537/*
4538 * The getxattr API returns the required buffer length when called with a
4539 * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating
4540 * the required buf. On a NULL buf, we send a page of data to the server
4541 * guessing that the ACL request can be serviced by a page. If so, we cache
4542 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
4543 * the cache. If not so, we throw away the page, and cache the required
4544 * length. The next getxattr call will then produce another round trip to
4545 * the server, this time with the input buf of the required size.
4546 */
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004547static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004548{
Andy Adamsonbf118a32011-12-07 11:55:27 -05004549 struct page *pages[NFS4ACL_MAXPAGES] = {NULL, };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004550 struct nfs_getaclargs args = {
4551 .fh = NFS_FH(inode),
4552 .acl_pages = pages,
4553 .acl_len = buflen,
4554 };
Benny Halevy663c79b2009-04-01 09:21:59 -04004555 struct nfs_getaclres res = {
4556 .acl_len = buflen,
4557 };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004558 struct rpc_message msg = {
4559 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
4560 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04004561 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004562 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004563 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
4564 int ret = -ENOMEM, i;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004565
Andy Adamsonbf118a32011-12-07 11:55:27 -05004566 /* As long as we're doing a round trip to the server anyway,
4567 * let's be prepared for a page of acl data. */
4568 if (npages == 0)
4569 npages = 1;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004570 if (npages > ARRAY_SIZE(pages))
4571 return -ERANGE;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004572
Andy Adamsonbf118a32011-12-07 11:55:27 -05004573 for (i = 0; i < npages; i++) {
4574 pages[i] = alloc_page(GFP_KERNEL);
4575 if (!pages[i])
4576 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004577 }
Sachin Prabhu5a006892012-04-17 14:35:39 +01004578
4579 /* for decoding across pages */
4580 res.acl_scratch = alloc_page(GFP_KERNEL);
4581 if (!res.acl_scratch)
4582 goto out_free;
4583
Andy Adamsonbf118a32011-12-07 11:55:27 -05004584 args.acl_len = npages * PAGE_SIZE;
4585 args.acl_pgbase = 0;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004586
Peng Taode040be2012-01-10 22:42:47 +08004587 dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n",
Andy Adamsonbf118a32011-12-07 11:55:27 -05004588 __func__, buf, buflen, npages, args.acl_len);
4589 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode),
4590 &msg, &args.seq_args, &res.seq_res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004591 if (ret)
4592 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05004593
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004594 /* Handle the case where the passed-in buffer is too short */
4595 if (res.acl_flags & NFS4_ACL_TRUNC) {
4596 /* Did the user only issue a request for the acl length? */
4597 if (buf == NULL)
4598 goto out_ok;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004599 ret = -ERANGE;
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004600 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004601 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004602 nfs4_write_cached_acl(inode, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004603 if (buf) {
4604 if (res.acl_len > buflen) {
4605 ret = -ERANGE;
4606 goto out_free;
4607 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004608 _copy_from_pages(buf, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004609 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004610out_ok:
4611 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004612out_free:
Andy Adamsonbf118a32011-12-07 11:55:27 -05004613 for (i = 0; i < npages; i++)
4614 if (pages[i])
4615 __free_page(pages[i]);
Trond Myklebust331818f2012-02-03 18:30:53 -05004616 if (res.acl_scratch)
4617 __free_page(res.acl_scratch);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004618 return ret;
4619}
4620
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004621static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
4622{
4623 struct nfs4_exception exception = { };
4624 ssize_t ret;
4625 do {
4626 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
Trond Myklebustc1578b72013-08-12 16:58:42 -04004627 trace_nfs4_get_acl(inode, ret);
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004628 if (ret >= 0)
4629 break;
4630 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
4631 } while (exception.retry);
4632 return ret;
4633}
4634
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004635static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
4636{
4637 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004638 int ret;
4639
4640 if (!nfs4_server_supports_acls(server))
4641 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004642 ret = nfs_revalidate_inode(server, inode);
4643 if (ret < 0)
4644 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004645 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
4646 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004647 ret = nfs4_read_cached_acl(inode, buf, buflen);
4648 if (ret != -ENOENT)
Andy Adamsonbf118a32011-12-07 11:55:27 -05004649 /* -ENOENT is returned if there is no ACL or if there is an ACL
4650 * but no cached acl data, just the acl length */
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004651 return ret;
4652 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004653}
4654
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004655static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004656{
4657 struct nfs_server *server = NFS_SERVER(inode);
4658 struct page *pages[NFS4ACL_MAXPAGES];
4659 struct nfs_setaclargs arg = {
4660 .fh = NFS_FH(inode),
4661 .acl_pages = pages,
4662 .acl_len = buflen,
4663 };
Benny Halevy73c403a2009-04-01 09:22:01 -04004664 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004665 struct rpc_message msg = {
4666 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
4667 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04004668 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004669 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004670 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
Neil Hormane9e3d722011-03-04 19:26:03 -05004671 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004672
4673 if (!nfs4_server_supports_acls(server))
4674 return -EOPNOTSUPP;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004675 if (npages > ARRAY_SIZE(pages))
4676 return -ERANGE;
Neil Hormane9e3d722011-03-04 19:26:03 -05004677 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
4678 if (i < 0)
4679 return i;
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04004680 nfs4_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004681 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05004682
4683 /*
4684 * Free each page after tx, so the only ref left is
4685 * held by the network stack
4686 */
4687 for (; i > 0; i--)
4688 put_page(pages[i-1]);
4689
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004690 /*
4691 * Acl update can result in inode attribute update.
4692 * so mark the attribute cache invalid.
4693 */
4694 spin_lock(&inode->i_lock);
4695 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
4696 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04004697 nfs_access_zap_cache(inode);
4698 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004699 return ret;
4700}
4701
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004702static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
4703{
4704 struct nfs4_exception exception = { };
4705 int err;
4706 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004707 err = __nfs4_proc_set_acl(inode, buf, buflen);
4708 trace_nfs4_set_acl(inode, err);
4709 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004710 &exception);
4711 } while (exception.retry);
4712 return err;
4713}
4714
David Quigleyaa9c2662013-05-22 12:50:44 -04004715#ifdef CONFIG_NFS_V4_SECURITY_LABEL
4716static int _nfs4_get_security_label(struct inode *inode, void *buf,
4717 size_t buflen)
4718{
4719 struct nfs_server *server = NFS_SERVER(inode);
4720 struct nfs_fattr fattr;
4721 struct nfs4_label label = {0, 0, buflen, buf};
4722
4723 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004724 struct nfs4_getattr_arg arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004725 .fh = NFS_FH(inode),
4726 .bitmask = bitmask,
4727 };
4728 struct nfs4_getattr_res res = {
4729 .fattr = &fattr,
4730 .label = &label,
4731 .server = server,
4732 };
4733 struct rpc_message msg = {
4734 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004735 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004736 .rpc_resp = &res,
4737 };
4738 int ret;
4739
4740 nfs_fattr_init(&fattr);
4741
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004742 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 0);
David Quigleyaa9c2662013-05-22 12:50:44 -04004743 if (ret)
4744 return ret;
4745 if (!(fattr.valid & NFS_ATTR_FATTR_V4_SECURITY_LABEL))
4746 return -ENOENT;
4747 if (buflen < label.len)
4748 return -ERANGE;
4749 return 0;
4750}
4751
4752static int nfs4_get_security_label(struct inode *inode, void *buf,
4753 size_t buflen)
4754{
4755 struct nfs4_exception exception = { };
4756 int err;
4757
4758 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4759 return -EOPNOTSUPP;
4760
4761 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004762 err = _nfs4_get_security_label(inode, buf, buflen);
4763 trace_nfs4_get_security_label(inode, err);
4764 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004765 &exception);
4766 } while (exception.retry);
4767 return err;
4768}
4769
4770static int _nfs4_do_set_security_label(struct inode *inode,
4771 struct nfs4_label *ilabel,
4772 struct nfs_fattr *fattr,
4773 struct nfs4_label *olabel)
4774{
4775
4776 struct iattr sattr = {0};
4777 struct nfs_server *server = NFS_SERVER(inode);
4778 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Jeff Layton12207f62013-11-01 10:49:32 -04004779 struct nfs_setattrargs arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004780 .fh = NFS_FH(inode),
4781 .iap = &sattr,
4782 .server = server,
4783 .bitmask = bitmask,
4784 .label = ilabel,
4785 };
4786 struct nfs_setattrres res = {
4787 .fattr = fattr,
4788 .label = olabel,
4789 .server = server,
4790 };
4791 struct rpc_message msg = {
4792 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
Jeff Layton12207f62013-11-01 10:49:32 -04004793 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004794 .rpc_resp = &res,
4795 };
4796 int status;
4797
Jeff Layton12207f62013-11-01 10:49:32 -04004798 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
David Quigleyaa9c2662013-05-22 12:50:44 -04004799
Jeff Layton12207f62013-11-01 10:49:32 -04004800 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04004801 if (status)
4802 dprintk("%s failed: %d\n", __func__, status);
4803
4804 return status;
4805}
4806
4807static int nfs4_do_set_security_label(struct inode *inode,
4808 struct nfs4_label *ilabel,
4809 struct nfs_fattr *fattr,
4810 struct nfs4_label *olabel)
4811{
4812 struct nfs4_exception exception = { };
4813 int err;
4814
4815 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004816 err = _nfs4_do_set_security_label(inode, ilabel,
4817 fattr, olabel);
4818 trace_nfs4_set_security_label(inode, err);
4819 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004820 &exception);
4821 } while (exception.retry);
4822 return err;
4823}
4824
4825static int
4826nfs4_set_security_label(struct dentry *dentry, const void *buf, size_t buflen)
4827{
4828 struct nfs4_label ilabel, *olabel = NULL;
4829 struct nfs_fattr fattr;
4830 struct rpc_cred *cred;
4831 struct inode *inode = dentry->d_inode;
4832 int status;
4833
4834 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4835 return -EOPNOTSUPP;
4836
4837 nfs_fattr_init(&fattr);
4838
4839 ilabel.pi = 0;
4840 ilabel.lfs = 0;
4841 ilabel.label = (char *)buf;
4842 ilabel.len = buflen;
4843
4844 cred = rpc_lookup_cred();
4845 if (IS_ERR(cred))
4846 return PTR_ERR(cred);
4847
4848 olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
4849 if (IS_ERR(olabel)) {
4850 status = -PTR_ERR(olabel);
4851 goto out;
4852 }
4853
4854 status = nfs4_do_set_security_label(inode, &ilabel, &fattr, olabel);
4855 if (status == 0)
4856 nfs_setsecurity(inode, &fattr, olabel);
4857
4858 nfs4_label_free(olabel);
4859out:
4860 put_rpccred(cred);
4861 return status;
4862}
4863#endif /* CONFIG_NFS_V4_SECURITY_LABEL */
4864
4865
Linus Torvalds1da177e2005-04-16 15:20:36 -07004866static int
NeilBrown8478eaa2014-09-18 16:09:27 +10004867nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server,
4868 struct nfs4_state *state, long *timeout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004869{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004870 struct nfs_client *clp = server->nfs_client;
4871
4872 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004873 return 0;
4874 switch(task->tk_status) {
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05004875 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004876 case -NFS4ERR_ADMIN_REVOKED:
4877 case -NFS4ERR_BAD_STATEID:
4878 case -NFS4ERR_OPENMODE:
4879 if (state == NULL)
4880 break;
Trond Myklebust5d422302013-03-14 16:57:48 -04004881 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004882 goto recovery_failed;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004883 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -04004884 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -04004885 if (state != NULL) {
4886 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004887 goto recovery_failed;
Trond Myklebust5d422302013-03-14 16:57:48 -04004888 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004889 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004890 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004891 nfs4_schedule_lease_recovery(clp);
4892 goto wait_on_recovery;
Chuck Lever519ae252013-10-17 14:13:19 -04004893 case -NFS4ERR_MOVED:
4894 if (nfs4_schedule_migration_recovery(server) < 0)
4895 goto recovery_failed;
4896 goto wait_on_recovery;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04004897 case -NFS4ERR_LEASE_MOVED:
4898 nfs4_schedule_lease_moved_recovery(clp);
4899 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004900#if defined(CONFIG_NFS_V4_1)
4901 case -NFS4ERR_BADSESSION:
4902 case -NFS4ERR_BADSLOT:
4903 case -NFS4ERR_BAD_HIGH_SLOT:
4904 case -NFS4ERR_DEADSESSION:
4905 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4906 case -NFS4ERR_SEQ_FALSE_RETRY:
4907 case -NFS4ERR_SEQ_MISORDERED:
4908 dprintk("%s ERROR %d, Reset session\n", __func__,
4909 task->tk_status);
Trond Myklebust9f594792012-05-27 13:02:53 -04004910 nfs4_schedule_session_recovery(clp->cl_session, task->tk_status);
Andy Adamson4a82fd72013-11-15 16:36:16 -05004911 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004912#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004913 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004914 nfs_inc_server_stats(server, NFSIOS_DELAY);
NeilBrown8478eaa2014-09-18 16:09:27 +10004915 rpc_delay(task, nfs4_update_delay(timeout));
4916 goto restart_call;
Chuck Lever006ea732006-03-20 13:44:14 -05004917 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004918 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04004919 case -NFS4ERR_RETRY_UNCACHED_REP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004920 case -NFS4ERR_OLD_STATEID:
Chuck Leverf1478c12013-10-17 14:13:07 -04004921 goto restart_call;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004922 }
4923 task->tk_status = nfs4_map_errors(task->tk_status);
4924 return 0;
Chuck Lever9f51a782013-10-17 14:13:13 -04004925recovery_failed:
Trond Myklebust5d422302013-03-14 16:57:48 -04004926 task->tk_status = -EIO;
4927 return 0;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004928wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004929 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004930 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
4931 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
Chuck Lever519ae252013-10-17 14:13:19 -04004932 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
4933 goto recovery_failed;
Chuck Leverf1478c12013-10-17 14:13:07 -04004934restart_call:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004935 task->tk_status = 0;
4936 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004937}
4938
Chuck Leverf0920752012-05-21 22:45:41 -04004939static void nfs4_init_boot_verifier(const struct nfs_client *clp,
4940 nfs4_verifier *bootverf)
Chuck Levercd937102012-03-02 17:14:31 -05004941{
4942 __be32 verf[2];
4943
Chuck Lever2c820d92012-05-21 22:45:33 -04004944 if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) {
4945 /* An impossible timestamp guarantees this value
4946 * will never match a generated boot time. */
4947 verf[0] = 0;
Trond Myklebust17f26b12013-08-21 15:48:42 -04004948 verf[1] = cpu_to_be32(NSEC_PER_SEC + 1);
Chuck Lever2c820d92012-05-21 22:45:33 -04004949 } else {
Chuck Leverf0920752012-05-21 22:45:41 -04004950 struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id);
Trond Myklebust17f26b12013-08-21 15:48:42 -04004951 verf[0] = cpu_to_be32(nn->boot_time.tv_sec);
4952 verf[1] = cpu_to_be32(nn->boot_time.tv_nsec);
Chuck Lever2c820d92012-05-21 22:45:33 -04004953 }
Chuck Levercd937102012-03-02 17:14:31 -05004954 memcpy(bootverf->data, verf, sizeof(bootverf->data));
4955}
4956
Chuck Levere984a552012-09-14 17:24:21 -04004957static unsigned int
Trond Myklebustceb3a162015-01-03 15:16:04 -05004958nfs4_init_nonuniform_client_string(struct nfs_client *clp,
Chuck Levere984a552012-09-14 17:24:21 -04004959 char *buf, size_t len)
4960{
4961 unsigned int result;
4962
Trond Myklebustceb3a162015-01-03 15:16:04 -05004963 if (clp->cl_owner_id != NULL)
4964 return strlcpy(buf, clp->cl_owner_id, len);
4965
Chuck Levere984a552012-09-14 17:24:21 -04004966 rcu_read_lock();
4967 result = scnprintf(buf, len, "Linux NFSv4.0 %s/%s %s",
4968 clp->cl_ipaddr,
4969 rpc_peeraddr2str(clp->cl_rpcclient,
4970 RPC_DISPLAY_ADDR),
4971 rpc_peeraddr2str(clp->cl_rpcclient,
4972 RPC_DISPLAY_PROTO));
4973 rcu_read_unlock();
Trond Myklebustceb3a162015-01-03 15:16:04 -05004974 clp->cl_owner_id = kstrdup(buf, GFP_KERNEL);
Chuck Levere984a552012-09-14 17:24:21 -04004975 return result;
4976}
4977
4978static unsigned int
Trond Myklebustceb3a162015-01-03 15:16:04 -05004979nfs4_init_uniform_client_string(struct nfs_client *clp,
Chuck Levere984a552012-09-14 17:24:21 -04004980 char *buf, size_t len)
4981{
Trond Myklebust55b59292013-07-24 16:36:35 -04004982 const char *nodename = clp->cl_rpcclient->cl_nodename;
Trond Myklebustceb3a162015-01-03 15:16:04 -05004983 unsigned int result;
4984
4985 if (clp->cl_owner_id != NULL)
4986 return strlcpy(buf, clp->cl_owner_id, len);
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04004987
4988 if (nfs4_client_id_uniquifier[0] != '\0')
Trond Myklebustceb3a162015-01-03 15:16:04 -05004989 result = scnprintf(buf, len, "Linux NFSv%u.%u %s/%s",
Trond Myklebust55b59292013-07-24 16:36:35 -04004990 clp->rpc_ops->version,
4991 clp->cl_minorversion,
4992 nfs4_client_id_uniquifier,
4993 nodename);
Trond Myklebustceb3a162015-01-03 15:16:04 -05004994 else
4995 result = scnprintf(buf, len, "Linux NFSv%u.%u %s",
Chuck Levere984a552012-09-14 17:24:21 -04004996 clp->rpc_ops->version, clp->cl_minorversion,
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04004997 nodename);
Trond Myklebustceb3a162015-01-03 15:16:04 -05004998 clp->cl_owner_id = kstrdup(buf, GFP_KERNEL);
4999 return result;
Chuck Levere984a552012-09-14 17:24:21 -04005000}
5001
Chuck Lever706cb8d2014-03-12 12:51:47 -04005002/*
5003 * nfs4_callback_up_net() starts only "tcp" and "tcp6" callback
5004 * services. Advertise one based on the address family of the
5005 * clientaddr.
5006 */
5007static unsigned int
5008nfs4_init_callback_netid(const struct nfs_client *clp, char *buf, size_t len)
5009{
5010 if (strchr(clp->cl_ipaddr, ':') != NULL)
5011 return scnprintf(buf, len, "tcp6");
5012 else
5013 return scnprintf(buf, len, "tcp");
5014}
5015
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005016static void nfs4_setclientid_done(struct rpc_task *task, void *calldata)
5017{
5018 struct nfs4_setclientid *sc = calldata;
5019
5020 if (task->tk_status == 0)
5021 sc->sc_cred = get_rpccred(task->tk_rqstp->rq_cred);
5022}
5023
5024static const struct rpc_call_ops nfs4_setclientid_ops = {
5025 .rpc_call_done = nfs4_setclientid_done,
5026};
5027
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005028/**
5029 * nfs4_proc_setclientid - Negotiate client ID
5030 * @clp: state data structure
5031 * @program: RPC program for NFSv4 callback service
5032 * @port: IP port number for NFS4 callback service
5033 * @cred: RPC credential to use for this call
5034 * @res: where to place the result
5035 *
5036 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5037 */
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005038int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
5039 unsigned short port, struct rpc_cred *cred,
5040 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005041{
5042 nfs4_verifier sc_verifier;
5043 struct nfs4_setclientid setclientid = {
5044 .sc_verifier = &sc_verifier,
5045 .sc_prog = program,
Andy Adamsonf4eecd52011-01-06 02:04:30 +00005046 .sc_cb_ident = clp->cl_cb_ident,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005047 };
5048 struct rpc_message msg = {
5049 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
5050 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005051 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005052 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005053 };
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005054 struct rpc_task *task;
5055 struct rpc_task_setup task_setup_data = {
5056 .rpc_client = clp->cl_rpcclient,
5057 .rpc_message = &msg,
5058 .callback_ops = &nfs4_setclientid_ops,
5059 .callback_data = &setclientid,
5060 .flags = RPC_TASK_TIMEOUT,
5061 };
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005062 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005063
Chuck Leverde734832012-07-11 16:30:50 -04005064 /* nfs_client_id4 */
Chuck Leverf0920752012-05-21 22:45:41 -04005065 nfs4_init_boot_verifier(clp, &sc_verifier);
Chuck Levere984a552012-09-14 17:24:21 -04005066 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags))
5067 setclientid.sc_name_len =
5068 nfs4_init_uniform_client_string(clp,
5069 setclientid.sc_name,
5070 sizeof(setclientid.sc_name));
5071 else
5072 setclientid.sc_name_len =
5073 nfs4_init_nonuniform_client_string(clp,
5074 setclientid.sc_name,
5075 sizeof(setclientid.sc_name));
Chuck Leverde734832012-07-11 16:30:50 -04005076 /* cb_client4 */
Chuck Lever706cb8d2014-03-12 12:51:47 -04005077 setclientid.sc_netid_len =
5078 nfs4_init_callback_netid(clp,
5079 setclientid.sc_netid,
5080 sizeof(setclientid.sc_netid));
Chuck Leverde734832012-07-11 16:30:50 -04005081 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05005082 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07005083 clp->cl_ipaddr, port >> 8, port & 255);
5084
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005085 dprintk("NFS call setclientid auth=%s, '%.*s'\n",
5086 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5087 setclientid.sc_name_len, setclientid.sc_name);
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005088 task = rpc_run_task(&task_setup_data);
5089 if (IS_ERR(task)) {
5090 status = PTR_ERR(task);
5091 goto out;
5092 }
5093 status = task->tk_status;
5094 if (setclientid.sc_cred) {
5095 clp->cl_acceptor = rpcauth_stringify_acceptor(setclientid.sc_cred);
5096 put_rpccred(setclientid.sc_cred);
5097 }
5098 rpc_put_task(task);
5099out:
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005100 trace_nfs4_setclientid(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005101 dprintk("NFS reply setclientid: %d\n", status);
5102 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005103}
5104
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005105/**
5106 * nfs4_proc_setclientid_confirm - Confirm client ID
5107 * @clp: state data structure
5108 * @res: result of a previous SETCLIENTID
5109 * @cred: RPC credential to use for this call
5110 *
5111 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5112 */
Trond Myklebustfd954ae2011-04-24 14:28:18 -04005113int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005114 struct nfs4_setclientid_res *arg,
5115 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005116{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005117 struct rpc_message msg = {
5118 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005119 .rpc_argp = arg,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005120 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005121 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005122 int status;
5123
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005124 dprintk("NFS call setclientid_confirm auth=%s, (client ID %llx)\n",
5125 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5126 clp->cl_clientid);
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005127 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005128 trace_nfs4_setclientid_confirm(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005129 dprintk("NFS reply setclientid_confirm: %d\n", status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005130 return status;
5131}
5132
Trond Myklebustfe650402006-01-03 09:55:18 +01005133struct nfs4_delegreturndata {
5134 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005135 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01005136 struct nfs_fh fh;
5137 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005138 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005139 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01005140 int rpc_status;
Peng Tao039b7562014-07-03 13:05:02 +08005141 struct inode *inode;
5142 bool roc;
5143 u32 roc_barrier;
Trond Myklebustfe650402006-01-03 09:55:18 +01005144};
5145
Trond Myklebustfe650402006-01-03 09:55:18 +01005146static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
5147{
5148 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04005149
Trond Myklebust14516c32010-07-31 14:29:06 -04005150 if (!nfs4_sequence_done(task, &data->res.seq_res))
5151 return;
Andy Adamson938e1012009-04-01 09:22:28 -04005152
Trond Myklebustca8acf82013-08-13 10:36:56 -04005153 trace_nfs4_delegreturn_exit(&data->args, &data->res, task->tk_status);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005154 switch (task->tk_status) {
Ricardo Labiaga79708862009-12-07 09:23:21 -05005155 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01005156 renew_lease(data->res.server, data->timestamp);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005157 case -NFS4ERR_ADMIN_REVOKED:
5158 case -NFS4ERR_DELEG_REVOKED:
5159 case -NFS4ERR_BAD_STATEID:
5160 case -NFS4ERR_OLD_STATEID:
5161 case -NFS4ERR_STALE_STATEID:
5162 case -NFS4ERR_EXPIRED:
5163 task->tk_status = 0;
Peng Tao039b7562014-07-03 13:05:02 +08005164 if (data->roc)
5165 pnfs_roc_set_barrier(data->inode, data->roc_barrier);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005166 break;
Ricardo Labiaga79708862009-12-07 09:23:21 -05005167 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005168 if (nfs4_async_handle_error(task, data->res.server,
5169 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005170 rpc_restart_call_prepare(task);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005171 return;
5172 }
5173 }
5174 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01005175}
5176
5177static void nfs4_delegreturn_release(void *calldata)
5178{
Peng Tao039b7562014-07-03 13:05:02 +08005179 struct nfs4_delegreturndata *data = calldata;
5180
5181 if (data->roc)
5182 pnfs_roc_release(data->inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005183 kfree(calldata);
5184}
5185
Andy Adamson938e1012009-04-01 09:22:28 -04005186static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
5187{
5188 struct nfs4_delegreturndata *d_data;
5189
5190 d_data = (struct nfs4_delegreturndata *)data;
5191
Peng Tao039b7562014-07-03 13:05:02 +08005192 if (d_data->roc &&
5193 pnfs_roc_drain(d_data->inode, &d_data->roc_barrier, task))
5194 return;
5195
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005196 nfs4_setup_sequence(d_data->res.server,
5197 &d_data->args.seq_args,
5198 &d_data->res.seq_res,
5199 task);
Andy Adamson938e1012009-04-01 09:22:28 -04005200}
Andy Adamson938e1012009-04-01 09:22:28 -04005201
Jesper Juhlc8d149f2006-03-20 13:44:07 -05005202static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04005203 .rpc_call_prepare = nfs4_delegreturn_prepare,
Trond Myklebustfe650402006-01-03 09:55:18 +01005204 .rpc_call_done = nfs4_delegreturn_done,
5205 .rpc_release = nfs4_delegreturn_release,
5206};
5207
Trond Myklebuste6f81072008-01-24 18:14:34 -05005208static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01005209{
5210 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005211 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005212 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005213 struct rpc_message msg = {
5214 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
5215 .rpc_cred = cred,
5216 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005217 struct rpc_task_setup task_setup_data = {
5218 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04005219 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005220 .callback_ops = &nfs4_delegreturn_ops,
5221 .flags = RPC_TASK_ASYNC,
5222 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05005223 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01005224
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005225 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01005226 if (data == NULL)
5227 return -ENOMEM;
Chuck Levera9c92d62013-08-09 12:48:18 -04005228 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Trond Myklebustfe650402006-01-03 09:55:18 +01005229 data->args.fhandle = &data->fh;
5230 data->args.stateid = &data->stateid;
Trond Myklebust9e907fe2012-04-27 13:48:17 -04005231 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01005232 nfs_copy_fh(&data->fh, NFS_FH(inode));
Trond Myklebustf597c532012-03-04 18:13:56 -05005233 nfs4_stateid_copy(&data->stateid, stateid);
Trond Myklebustfa178f22006-01-03 09:55:38 +01005234 data->res.fattr = &data->fattr;
5235 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005236 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01005237 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01005238 data->rpc_status = 0;
Peng Tao039b7562014-07-03 13:05:02 +08005239 data->inode = inode;
5240 data->roc = list_empty(&NFS_I(inode)->open_files) ?
5241 pnfs_roc(inode) : false;
Trond Myklebustfe650402006-01-03 09:55:18 +01005242
Trond Myklebustc970aa82007-07-14 15:39:59 -04005243 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05005244 msg.rpc_argp = &data->args;
5245 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005246 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005247 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01005248 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005249 if (!issync)
5250 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01005251 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005252 if (status != 0)
5253 goto out;
5254 status = data->rpc_status;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04005255 if (status == 0)
5256 nfs_post_op_update_inode_force_wcc(inode, &data->fattr);
5257 else
5258 nfs_refresh_inode(inode, &data->fattr);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005259out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005260 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01005261 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005262}
5263
Trond Myklebuste6f81072008-01-24 18:14:34 -05005264int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005265{
5266 struct nfs_server *server = NFS_SERVER(inode);
5267 struct nfs4_exception exception = { };
5268 int err;
5269 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05005270 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Trond Myklebustca8acf82013-08-13 10:36:56 -04005271 trace_nfs4_delegreturn(inode, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005272 switch (err) {
5273 case -NFS4ERR_STALE_STATEID:
5274 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005275 case 0:
5276 return 0;
5277 }
5278 err = nfs4_handle_exception(server, err, &exception);
5279 } while (exception.retry);
5280 return err;
5281}
5282
5283#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
5284#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
5285
5286/*
5287 * sleep, with exponential backoff, and retry the LOCK operation.
5288 */
5289static unsigned long
5290nfs4_set_lock_task_retry(unsigned long timeout)
5291{
Colin Cross416ad3c2013-05-06 23:50:06 +00005292 freezable_schedule_timeout_killable_unsafe(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005293 timeout <<= 1;
5294 if (timeout > NFS4_LOCK_MAXTIMEOUT)
5295 return NFS4_LOCK_MAXTIMEOUT;
5296 return timeout;
5297}
5298
Linus Torvalds1da177e2005-04-16 15:20:36 -07005299static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5300{
5301 struct inode *inode = state->inode;
5302 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04005303 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005304 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005305 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005306 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005307 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005308 struct nfs_lockt_res res = {
5309 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005310 };
5311 struct rpc_message msg = {
5312 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
5313 .rpc_argp = &arg,
5314 .rpc_resp = &res,
5315 .rpc_cred = state->owner->so_cred,
5316 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005317 struct nfs4_lock_state *lsp;
5318 int status;
5319
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005320 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005321 status = nfs4_set_lock_state(state, request);
5322 if (status != 0)
5323 goto out;
5324 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005325 arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005326 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00005327 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005328 switch (status) {
5329 case 0:
5330 request->fl_type = F_UNLCK;
5331 break;
5332 case -NFS4ERR_DENIED:
5333 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005334 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05005335 request->fl_ops->fl_release_private(request);
Trond Myklebusta6f951d2013-10-01 14:24:58 -04005336 request->fl_ops = NULL;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005337out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005338 return status;
5339}
5340
5341static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5342{
5343 struct nfs4_exception exception = { };
5344 int err;
5345
5346 do {
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005347 err = _nfs4_proc_getlk(state, cmd, request);
5348 trace_nfs4_get_lock(request, state, cmd, err);
5349 err = nfs4_handle_exception(NFS_SERVER(state->inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005350 &exception);
5351 } while (exception.retry);
5352 return err;
5353}
5354
5355static int do_vfs_lock(struct file *file, struct file_lock *fl)
5356{
5357 int res = 0;
5358 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
5359 case FL_POSIX:
5360 res = posix_lock_file_wait(file, fl);
5361 break;
5362 case FL_FLOCK:
5363 res = flock_lock_file_wait(file, fl);
5364 break;
5365 default:
5366 BUG();
5367 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005368 return res;
5369}
5370
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005371struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005372 struct nfs_locku_args arg;
5373 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005374 struct nfs4_lock_state *lsp;
5375 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005376 struct file_lock fl;
5377 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005378 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005379};
5380
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005381static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
5382 struct nfs_open_context *ctx,
5383 struct nfs4_lock_state *lsp,
5384 struct nfs_seqid *seqid)
5385{
5386 struct nfs4_unlockdata *p;
5387 struct inode *inode = lsp->ls_state->inode;
5388
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005389 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005390 if (p == NULL)
5391 return NULL;
5392 p->arg.fh = NFS_FH(inode);
5393 p->arg.fl = &p->fl;
5394 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005395 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005396 p->lsp = lsp;
5397 atomic_inc(&lsp->ls_count);
5398 /* Ensure we don't close file until we're done freeing locks! */
5399 p->ctx = get_nfs_open_context(ctx);
5400 memcpy(&p->fl, fl, sizeof(p->fl));
5401 p->server = NFS_SERVER(inode);
5402 return p;
5403}
5404
Trond Myklebust06f814a2006-01-03 09:55:07 +01005405static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005406{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005407 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005408 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005409 nfs4_put_lock_state(calldata->lsp);
5410 put_nfs_open_context(calldata->ctx);
5411 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005412}
5413
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005414static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005415{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005416 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005417
Trond Myklebust14516c32010-07-31 14:29:06 -04005418 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
5419 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005420 switch (task->tk_status) {
5421 case 0:
Trond Myklebust26e976a2006-01-03 09:55:21 +01005422 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebust39071e62015-01-24 15:07:56 -05005423 nfs4_update_lock_stateid(calldata->lsp,
5424 &calldata->res.stateid);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005425 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05005426 case -NFS4ERR_BAD_STATEID:
5427 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005428 case -NFS4ERR_STALE_STATEID:
5429 case -NFS4ERR_EXPIRED:
Trond Myklebust425c1d42015-01-24 14:57:53 -05005430 if (!nfs4_stateid_match(&calldata->arg.stateid,
5431 &calldata->lsp->ls_stateid))
5432 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005433 break;
5434 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005435 if (nfs4_async_handle_error(task, calldata->server,
5436 NULL, NULL) == -EAGAIN)
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005437 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005438 }
Trond Myklebust2b1bc302012-10-29 18:53:23 -04005439 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005440}
5441
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005442static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005443{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005444 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005445
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005446 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005447 goto out_wait;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005448 nfs4_stateid_copy(&calldata->arg.stateid, &calldata->lsp->ls_stateid);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005449 if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005450 /* Note: exit _without_ running nfs4_locku_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005451 goto out_no_action;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005452 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005453 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005454 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04005455 &calldata->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005456 &calldata->res.seq_res,
5457 task) != 0)
5458 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005459 return;
5460out_no_action:
5461 task->tk_action = NULL;
5462out_wait:
5463 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005464}
5465
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005466static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005467 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005468 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01005469 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005470};
5471
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005472static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
5473 struct nfs_open_context *ctx,
5474 struct nfs4_lock_state *lsp,
5475 struct nfs_seqid *seqid)
5476{
5477 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005478 struct rpc_message msg = {
5479 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
5480 .rpc_cred = ctx->cred,
5481 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005482 struct rpc_task_setup task_setup_data = {
5483 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005484 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005485 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005486 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005487 .flags = RPC_TASK_ASYNC,
5488 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005489
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04005490 nfs4_state_protect(NFS_SERVER(lsp->ls_state->inode)->nfs_client,
5491 NFS_SP4_MACH_CRED_CLEANUP, &task_setup_data.rpc_client, &msg);
5492
Frank Filz137d6ac2007-07-09 15:32:29 -07005493 /* Ensure this is an unlock - when canceling a lock, the
5494 * canceled lock is passed in, and it won't be an unlock.
5495 */
5496 fl->fl_type = F_UNLCK;
5497
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005498 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
5499 if (data == NULL) {
5500 nfs_free_seqid(seqid);
5501 return ERR_PTR(-ENOMEM);
5502 }
5503
Chuck Levera9c92d62013-08-09 12:48:18 -04005504 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005505 msg.rpc_argp = &data->arg;
5506 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005507 task_setup_data.callback_data = data;
5508 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005509}
5510
Linus Torvalds1da177e2005-04-16 15:20:36 -07005511static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
5512{
Trond Myklebust65b62a22013-02-07 10:54:07 -05005513 struct inode *inode = state->inode;
5514 struct nfs4_state_owner *sp = state->owner;
5515 struct nfs_inode *nfsi = NFS_I(inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005516 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005517 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01005518 struct rpc_task *task;
5519 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005520 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005521
Trond Myklebust9b073572006-06-29 16:38:34 -04005522 status = nfs4_set_lock_state(state, request);
5523 /* Unlock _before_ we do the RPC call */
5524 request->fl_flags |= FL_EXISTS;
Trond Myklebust65b62a22013-02-07 10:54:07 -05005525 /* Exclude nfs_delegation_claim_locks() */
5526 mutex_lock(&sp->so_delegreturn_mutex);
5527 /* Exclude nfs4_reclaim_open_stateid() - note nesting! */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005528 down_read(&nfsi->rwsem);
5529 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
5530 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005531 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005532 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005533 }
5534 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005535 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005536 if (status != 0)
5537 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005538 /* Is this a delegated lock? */
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005539 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebustc5a2a152013-04-30 12:43:42 -04005540 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) == 0)
5541 goto out;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005542 seqid = nfs_alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04005543 status = -ENOMEM;
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005544 if (IS_ERR(seqid))
Trond Myklebust9b073572006-06-29 16:38:34 -04005545 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005546 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005547 status = PTR_ERR(task);
5548 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04005549 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005550 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005551 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04005552out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005553 request->fl_flags = fl_flags;
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005554 trace_nfs4_unlock(request, state, F_SETLK, status);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005555 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005556}
5557
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005558struct nfs4_lockdata {
5559 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005560 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005561 struct nfs4_lock_state *lsp;
5562 struct nfs_open_context *ctx;
5563 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005564 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005565 int rpc_status;
5566 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04005567 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005568};
5569
5570static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005571 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
5572 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005573{
5574 struct nfs4_lockdata *p;
5575 struct inode *inode = lsp->ls_state->inode;
5576 struct nfs_server *server = NFS_SERVER(inode);
5577
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005578 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005579 if (p == NULL)
5580 return NULL;
5581
5582 p->arg.fh = NFS_FH(inode);
5583 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005584 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005585 if (IS_ERR(p->arg.open_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005586 goto out_free;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005587 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005588 if (IS_ERR(p->arg.lock_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005589 goto out_free_seqid;
David Howells7539bba2006-08-22 20:06:09 -04005590 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005591 p->arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005592 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005593 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005594 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04005595 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005596 atomic_inc(&lsp->ls_count);
5597 p->ctx = get_nfs_open_context(ctx);
5598 memcpy(&p->fl, fl, sizeof(p->fl));
5599 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005600out_free_seqid:
5601 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005602out_free:
5603 kfree(p);
5604 return NULL;
5605}
5606
5607static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
5608{
5609 struct nfs4_lockdata *data = calldata;
5610 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005611
Harvey Harrison3110ff82008-05-02 13:42:44 -07005612 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005613 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005614 goto out_wait;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005615 /* Do we need to do an open_to_lock_owner? */
Trond Myklebust6b447532015-01-24 18:38:15 -05005616 if (!test_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags)) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005617 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) {
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005618 goto out_release_lock_seqid;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005619 }
Trond Myklebust425c1d42015-01-24 14:57:53 -05005620 nfs4_stateid_copy(&data->arg.open_stateid,
5621 &state->open_stateid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005622 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005623 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005624 } else {
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005625 data->arg.new_lock_owner = 0;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005626 nfs4_stateid_copy(&data->arg.lock_stateid,
5627 &data->lsp->ls_stateid);
5628 }
Trond Myklebust5d422302013-03-14 16:57:48 -04005629 if (!nfs4_valid_open_stateid(state)) {
5630 data->rpc_status = -EBADF;
5631 task->tk_action = NULL;
5632 goto out_release_open_seqid;
5633 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005634 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005635 if (nfs4_setup_sequence(data->server,
5636 &data->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005637 &data->res.seq_res,
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005638 task) == 0)
Andy Adamson66179ef2009-04-01 09:22:22 -04005639 return;
Trond Myklebust5d422302013-03-14 16:57:48 -04005640out_release_open_seqid:
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005641 nfs_release_seqid(data->arg.open_seqid);
5642out_release_lock_seqid:
5643 nfs_release_seqid(data->arg.lock_seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005644out_wait:
5645 nfs4_sequence_done(task, &data->res.seq_res);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005646 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005647}
5648
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005649static void nfs4_lock_done(struct rpc_task *task, void *calldata)
5650{
5651 struct nfs4_lockdata *data = calldata;
Trond Myklebust39071e62015-01-24 15:07:56 -05005652 struct nfs4_lock_state *lsp = data->lsp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005653
Harvey Harrison3110ff82008-05-02 13:42:44 -07005654 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005655
Trond Myklebust14516c32010-07-31 14:29:06 -04005656 if (!nfs4_sequence_done(task, &data->res.seq_res))
5657 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04005658
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005659 data->rpc_status = task->tk_status;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005660 switch (task->tk_status) {
5661 case 0:
Trond Myklebust39071e62015-01-24 15:07:56 -05005662 renew_lease(NFS_SERVER(data->ctx->dentry->d_inode),
5663 data->timestamp);
5664 if (data->arg.new_lock_owner != 0) {
5665 nfs_confirm_seqid(&lsp->ls_seqid, 0);
5666 nfs4_stateid_copy(&lsp->ls_stateid, &data->res.stateid);
5667 set_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
5668 } else if (!nfs4_update_lock_stateid(lsp, &data->res.stateid))
5669 rpc_restart_call_prepare(task);
Trond Myklebust425c1d42015-01-24 14:57:53 -05005670 break;
5671 case -NFS4ERR_BAD_STATEID:
5672 case -NFS4ERR_OLD_STATEID:
5673 case -NFS4ERR_STALE_STATEID:
5674 case -NFS4ERR_EXPIRED:
5675 if (data->arg.new_lock_owner != 0) {
5676 if (!nfs4_stateid_match(&data->arg.open_stateid,
5677 &lsp->ls_state->open_stateid))
5678 rpc_restart_call_prepare(task);
5679 } else if (!nfs4_stateid_match(&data->arg.lock_stateid,
5680 &lsp->ls_stateid))
5681 rpc_restart_call_prepare(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005682 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07005683 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005684}
5685
5686static void nfs4_lock_release(void *calldata)
5687{
5688 struct nfs4_lockdata *data = calldata;
5689
Harvey Harrison3110ff82008-05-02 13:42:44 -07005690 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005691 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005692 if (data->cancelled != 0) {
5693 struct rpc_task *task;
5694 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
5695 data->arg.lock_seqid);
5696 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08005697 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005698 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005699 } else
5700 nfs_free_seqid(data->arg.lock_seqid);
5701 nfs4_put_lock_state(data->lsp);
5702 put_nfs_open_context(data->ctx);
5703 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005704 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005705}
5706
5707static const struct rpc_call_ops nfs4_lock_ops = {
5708 .rpc_call_prepare = nfs4_lock_prepare,
5709 .rpc_call_done = nfs4_lock_done,
5710 .rpc_release = nfs4_lock_release,
5711};
5712
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005713static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
5714{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005715 switch (error) {
5716 case -NFS4ERR_ADMIN_REVOKED:
5717 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05005718 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005719 if (new_lock_owner != 0 ||
Trond Myklebust795a88c2012-09-10 13:26:49 -04005720 test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05005721 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005722 break;
5723 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005724 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05005725 case -NFS4ERR_EXPIRED:
5726 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005727 };
5728}
5729
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005730static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005731{
5732 struct nfs4_lockdata *data;
5733 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005734 struct rpc_message msg = {
5735 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
5736 .rpc_cred = state->owner->so_cred,
5737 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005738 struct rpc_task_setup task_setup_data = {
5739 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005740 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005741 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005742 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005743 .flags = RPC_TASK_ASYNC,
5744 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005745 int ret;
5746
Harvey Harrison3110ff82008-05-02 13:42:44 -07005747 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005748 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005749 fl->fl_u.nfs4_fl.owner,
5750 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005751 if (data == NULL)
5752 return -ENOMEM;
5753 if (IS_SETLKW(cmd))
5754 data->arg.block = 1;
Chuck Levera9c92d62013-08-09 12:48:18 -04005755 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005756 msg.rpc_argp = &data->arg;
5757 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005758 task_setup_data.callback_data = data;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005759 if (recovery_type > NFS_LOCK_NEW) {
5760 if (recovery_type == NFS_LOCK_RECLAIM)
5761 data->arg.reclaim = NFS_LOCK_RECLAIM;
5762 nfs4_set_sequence_privileged(&data->arg.seq_args);
5763 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04005764 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005765 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005766 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005767 ret = nfs4_wait_for_completion_rpc_task(task);
5768 if (ret == 0) {
5769 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005770 if (ret)
5771 nfs4_handle_setlk_error(data->server, data->lsp,
5772 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005773 } else
5774 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005775 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005776 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005777 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005778}
5779
5780static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
5781{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005782 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005783 struct nfs4_exception exception = {
5784 .inode = state->inode,
5785 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005786 int err;
5787
5788 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005789 /* Cache the lock if possible... */
5790 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5791 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005792 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005793 trace_nfs4_lock_reclaim(request, state, F_SETLK, err);
Trond Myklebust168667c2010-10-19 19:47:49 -04005794 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00005795 break;
5796 nfs4_handle_exception(server, err, &exception);
5797 } while (exception.retry);
5798 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005799}
5800
5801static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
5802{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005803 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005804 struct nfs4_exception exception = {
5805 .inode = state->inode,
5806 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005807 int err;
5808
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005809 err = nfs4_set_lock_state(state, request);
5810 if (err != 0)
5811 return err;
Trond Myklebustf6de7a32013-09-04 10:08:54 -04005812 if (!recover_lost_locks) {
NeilBrownef1820f2013-09-04 17:04:49 +10005813 set_bit(NFS_LOCK_LOST, &request->fl_u.nfs4_fl.owner->ls_flags);
5814 return 0;
5815 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005816 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005817 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5818 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005819 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005820 trace_nfs4_lock_expired(request, state, F_SETLK, err);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005821 switch (err) {
5822 default:
5823 goto out;
5824 case -NFS4ERR_GRACE:
5825 case -NFS4ERR_DELAY:
5826 nfs4_handle_exception(server, err, &exception);
5827 err = 0;
5828 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005829 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005830out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00005831 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005832}
5833
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005834#if defined(CONFIG_NFS_V4_1)
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005835/**
5836 * nfs41_check_expired_locks - possibly free a lock stateid
5837 *
5838 * @state: NFSv4 state for an inode
5839 *
5840 * Returns NFS_OK if recovery for this stateid is now finished.
5841 * Otherwise a negative NFS4ERR value is returned.
5842 */
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005843static int nfs41_check_expired_locks(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005844{
Chuck Levereb64cf92012-07-11 16:30:05 -04005845 int status, ret = -NFS4ERR_BAD_STATEID;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005846 struct nfs4_lock_state *lsp;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005847 struct nfs_server *server = NFS_SERVER(state->inode);
5848
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005849 list_for_each_entry(lsp, &state->lock_states, ls_locks) {
Trond Myklebust795a88c2012-09-10 13:26:49 -04005850 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005851 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
5852
5853 status = nfs41_test_stateid(server,
5854 &lsp->ls_stateid,
5855 cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04005856 trace_nfs4_test_lock_stateid(state, lsp, status);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005857 if (status != NFS_OK) {
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005858 /* Free the stateid unless the server
5859 * informs us the stateid is unrecognized. */
Chuck Lever89af2732012-07-11 16:29:56 -04005860 if (status != -NFS4ERR_BAD_STATEID)
5861 nfs41_free_stateid(server,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005862 &lsp->ls_stateid,
5863 cred);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005864 clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005865 ret = status;
5866 }
5867 }
5868 };
5869
5870 return ret;
5871}
5872
5873static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
5874{
5875 int status = NFS_OK;
5876
5877 if (test_bit(LK_STATE_IN_USE, &state->flags))
5878 status = nfs41_check_expired_locks(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04005879 if (status != NFS_OK)
5880 status = nfs4_lock_expired(state, request);
5881 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005882}
5883#endif
5884
Linus Torvalds1da177e2005-04-16 15:20:36 -07005885static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5886{
Trond Myklebust9a99af492013-02-04 20:17:49 -05005887 struct nfs4_state_owner *sp = state->owner;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005888 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005889 unsigned char fl_flags = request->fl_flags;
Trond Myklebust9a99af492013-02-04 20:17:49 -05005890 unsigned int seq;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005891 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005892
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005893 if ((fl_flags & FL_POSIX) &&
5894 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
5895 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005896 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005897 status = nfs4_set_lock_state(state, request);
5898 if (status != 0)
5899 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005900 request->fl_flags |= FL_ACCESS;
5901 status = do_vfs_lock(request->fl_file, request);
5902 if (status < 0)
5903 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005904 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005905 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04005906 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04005907 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005908 request->fl_flags = fl_flags & ~FL_SLEEP;
5909 status = do_vfs_lock(request->fl_file, request);
5910 goto out_unlock;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005911 }
Trond Myklebust9a99af492013-02-04 20:17:49 -05005912 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
5913 up_read(&nfsi->rwsem);
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005914 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005915 if (status != 0)
Trond Myklebust9a99af492013-02-04 20:17:49 -05005916 goto out;
5917 down_read(&nfsi->rwsem);
5918 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq)) {
5919 status = -NFS4ERR_DELAY;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005920 goto out_unlock;
Trond Myklebust9a99af492013-02-04 20:17:49 -05005921 }
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005922 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04005923 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005924 if (do_vfs_lock(request->fl_file, request) < 0)
Weston Andros Adamsona0308892012-01-26 13:32:23 -05005925 printk(KERN_WARNING "NFS: %s: VFS is out of sync with lock "
5926 "manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005927out_unlock:
Trond Myklebust19e03c52008-12-23 15:21:44 -05005928 up_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005929out:
5930 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005931 return status;
5932}
5933
5934static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5935{
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05005936 struct nfs4_exception exception = {
5937 .state = state,
Trond Myklebust05ffe242012-04-18 12:20:10 -04005938 .inode = state->inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05005939 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005940 int err;
5941
5942 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07005943 err = _nfs4_proc_setlk(state, cmd, request);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005944 trace_nfs4_set_lock(request, state, cmd, err);
Trond Myklebust965b5d62009-06-17 13:22:59 -07005945 if (err == -NFS4ERR_DENIED)
5946 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005947 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07005948 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005949 } while (exception.retry);
5950 return err;
5951}
5952
5953static int
5954nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
5955{
5956 struct nfs_open_context *ctx;
5957 struct nfs4_state *state;
5958 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
5959 int status;
5960
5961 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005962 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005963 state = ctx->state;
5964
5965 if (request->fl_start < 0 || request->fl_end < 0)
5966 return -EINVAL;
5967
Trond Myklebustd9531262009-07-21 19:22:38 -04005968 if (IS_GETLK(cmd)) {
5969 if (state != NULL)
5970 return nfs4_proc_getlk(state, F_GETLK, request);
5971 return 0;
5972 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005973
5974 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
5975 return -EINVAL;
5976
Trond Myklebustd9531262009-07-21 19:22:38 -04005977 if (request->fl_type == F_UNLCK) {
5978 if (state != NULL)
5979 return nfs4_proc_unlck(state, cmd, request);
5980 return 0;
5981 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005982
Trond Myklebustd9531262009-07-21 19:22:38 -04005983 if (state == NULL)
5984 return -ENOLCK;
Trond Myklebust55725512012-04-18 12:48:35 -04005985 /*
5986 * Don't rely on the VFS having checked the file open mode,
5987 * since it won't do this for flock() locks.
5988 */
Jeff Laytonf44106e2012-07-23 15:49:56 -04005989 switch (request->fl_type) {
Trond Myklebust55725512012-04-18 12:48:35 -04005990 case F_RDLCK:
5991 if (!(filp->f_mode & FMODE_READ))
5992 return -EBADF;
5993 break;
5994 case F_WRLCK:
5995 if (!(filp->f_mode & FMODE_WRITE))
5996 return -EBADF;
5997 }
5998
Linus Torvalds1da177e2005-04-16 15:20:36 -07005999 do {
6000 status = nfs4_proc_setlk(state, cmd, request);
6001 if ((status != -EAGAIN) || IS_SETLK(cmd))
6002 break;
6003 timeout = nfs4_set_lock_task_retry(timeout);
6004 status = -ERESTARTSYS;
6005 if (signalled())
6006 break;
6007 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006008 return status;
6009}
6010
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006011int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid *stateid)
Trond Myklebust888e6942005-11-04 15:38:11 -05006012{
6013 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust888e6942005-11-04 15:38:11 -05006014 int err;
6015
6016 err = nfs4_set_lock_state(state, fl);
6017 if (err != 0)
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006018 return err;
Trond Myklebust4a706fa2013-04-01 14:47:22 -04006019 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006020 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
Trond Myklebust888e6942005-11-04 15:38:11 -05006021}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006022
Trond Myklebustcf470c32012-03-07 13:49:12 -05006023struct nfs_release_lockowner_data {
6024 struct nfs4_lock_state *lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006025 struct nfs_server *server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006026 struct nfs_release_lockowner_args args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006027 struct nfs_release_lockowner_res res;
Chuck Lever60ea6812013-10-17 14:13:47 -04006028 unsigned long timestamp;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006029};
6030
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006031static void nfs4_release_lockowner_prepare(struct rpc_task *task, void *calldata)
6032{
6033 struct nfs_release_lockowner_data *data = calldata;
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006034 struct nfs_server *server = data->server;
6035 nfs40_setup_sequence(server, &data->args.seq_args,
6036 &data->res.seq_res, task);
6037 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
Chuck Lever60ea6812013-10-17 14:13:47 -04006038 data->timestamp = jiffies;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006039}
6040
6041static void nfs4_release_lockowner_done(struct rpc_task *task, void *calldata)
6042{
6043 struct nfs_release_lockowner_data *data = calldata;
Chuck Lever60ea6812013-10-17 14:13:47 -04006044 struct nfs_server *server = data->server;
6045
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006046 nfs40_sequence_done(task, &data->res.seq_res);
Chuck Lever60ea6812013-10-17 14:13:47 -04006047
6048 switch (task->tk_status) {
6049 case 0:
6050 renew_lease(server, data->timestamp);
6051 break;
6052 case -NFS4ERR_STALE_CLIENTID:
6053 case -NFS4ERR_EXPIRED:
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006054 nfs4_schedule_lease_recovery(server->nfs_client);
6055 break;
Chuck Lever60ea6812013-10-17 14:13:47 -04006056 case -NFS4ERR_LEASE_MOVED:
6057 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10006058 if (nfs4_async_handle_error(task, server,
6059 NULL, NULL) == -EAGAIN)
Chuck Lever60ea6812013-10-17 14:13:47 -04006060 rpc_restart_call_prepare(task);
6061 }
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006062}
6063
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006064static void nfs4_release_lockowner_release(void *calldata)
6065{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006066 struct nfs_release_lockowner_data *data = calldata;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006067 nfs4_free_lock_state(data->server, data->lsp);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006068 kfree(calldata);
6069}
6070
Trond Myklebust17280172012-03-11 13:11:00 -04006071static const struct rpc_call_ops nfs4_release_lockowner_ops = {
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006072 .rpc_call_prepare = nfs4_release_lockowner_prepare,
6073 .rpc_call_done = nfs4_release_lockowner_done,
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006074 .rpc_release = nfs4_release_lockowner_release,
6075};
6076
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006077static void
6078nfs4_release_lockowner(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006079{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006080 struct nfs_release_lockowner_data *data;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006081 struct rpc_message msg = {
6082 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
6083 };
6084
6085 if (server->nfs_client->cl_mvops->minor_version != 0)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006086 return;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006087
Trond Myklebustcf470c32012-03-07 13:49:12 -05006088 data = kmalloc(sizeof(*data), GFP_NOFS);
6089 if (!data)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006090 return;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006091 data->lsp = lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006092 data->server = server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006093 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
6094 data->args.lock_owner.id = lsp->ls_seqid.owner_id;
6095 data->args.lock_owner.s_dev = server->s_dev;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006096
Trond Myklebustcf470c32012-03-07 13:49:12 -05006097 msg.rpc_argp = &data->args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006098 msg.rpc_resp = &data->res;
6099 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebustcf470c32012-03-07 13:49:12 -05006100 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006101}
6102
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006103#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
6104
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006105static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
6106 const void *buf, size_t buflen,
6107 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006108{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006109 if (strcmp(key, "") != 0)
6110 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00006111
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006112 return nfs4_proc_set_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006113}
6114
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006115static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
6116 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006117{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006118 if (strcmp(key, "") != 0)
6119 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006120
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006121 return nfs4_proc_get_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006122}
6123
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006124static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
6125 size_t list_len, const char *name,
6126 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006127{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006128 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006129
J. Bruce Fields096455a2006-03-20 23:23:42 -05006130 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
6131 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006132
6133 if (list && len <= list_len)
6134 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006135 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006136}
6137
David Quigleyc9bccef2013-05-22 12:50:45 -04006138#ifdef CONFIG_NFS_V4_SECURITY_LABEL
6139static inline int nfs4_server_supports_labels(struct nfs_server *server)
6140{
6141 return server->caps & NFS_CAP_SECURITY_LABEL;
6142}
6143
6144static int nfs4_xattr_set_nfs4_label(struct dentry *dentry, const char *key,
6145 const void *buf, size_t buflen,
6146 int flags, int type)
6147{
6148 if (security_ismaclabel(key))
6149 return nfs4_set_security_label(dentry, buf, buflen);
6150
6151 return -EOPNOTSUPP;
6152}
6153
6154static int nfs4_xattr_get_nfs4_label(struct dentry *dentry, const char *key,
6155 void *buf, size_t buflen, int type)
6156{
6157 if (security_ismaclabel(key))
6158 return nfs4_get_security_label(dentry->d_inode, buf, buflen);
6159 return -EOPNOTSUPP;
6160}
6161
6162static size_t nfs4_xattr_list_nfs4_label(struct dentry *dentry, char *list,
6163 size_t list_len, const char *name,
6164 size_t name_len, int type)
6165{
6166 size_t len = 0;
6167
6168 if (nfs_server_capable(dentry->d_inode, NFS_CAP_SECURITY_LABEL)) {
6169 len = security_inode_listsecurity(dentry->d_inode, NULL, 0);
6170 if (list && len <= list_len)
6171 security_inode_listsecurity(dentry->d_inode, list, len);
6172 }
6173 return len;
6174}
6175
6176static const struct xattr_handler nfs4_xattr_nfs4_label_handler = {
6177 .prefix = XATTR_SECURITY_PREFIX,
6178 .list = nfs4_xattr_list_nfs4_label,
6179 .get = nfs4_xattr_get_nfs4_label,
6180 .set = nfs4_xattr_set_nfs4_label,
6181};
6182#endif
6183
6184
Andy Adamson533eb462011-06-13 18:25:56 -04006185/*
6186 * nfs_fhget will use either the mounted_on_fileid or the fileid
6187 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006188static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
6189{
Andy Adamson533eb462011-06-13 18:25:56 -04006190 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
6191 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
6192 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
Chuck Lever81934dd2012-03-01 17:01:57 -05006193 (fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006194 return;
6195
6196 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Chuck Lever81934dd2012-03-01 17:01:57 -05006197 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_V4_REFERRAL;
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006198 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
6199 fattr->nlink = 2;
6200}
6201
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006202static int _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6203 const struct qstr *name,
6204 struct nfs4_fs_locations *fs_locations,
6205 struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006206{
6207 struct nfs_server *server = NFS_SERVER(dir);
David Quigleya09df2c2013-05-22 12:50:41 -04006208 u32 bitmask[3] = {
Manoj Naik361e6242006-06-09 09:34:24 -04006209 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006210 };
6211 struct nfs4_fs_locations_arg args = {
6212 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05006213 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006214 .page = page,
6215 .bitmask = bitmask,
6216 };
Benny Halevy22958462009-04-01 09:22:02 -04006217 struct nfs4_fs_locations_res res = {
6218 .fs_locations = fs_locations,
6219 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04006220 struct rpc_message msg = {
6221 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6222 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04006223 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006224 };
6225 int status;
6226
Harvey Harrison3110ff82008-05-02 13:42:44 -07006227 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04006228
6229 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
6230 * is not supported */
6231 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
6232 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
6233 else
6234 bitmask[0] |= FATTR4_WORD0_FILEID;
6235
Trond Myklebustc228fd32007-01-13 02:28:11 -05006236 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006237 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04006238 fs_locations->nlocations = 0;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006239 status = nfs4_call_sync(client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07006240 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006241 return status;
6242}
6243
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006244int nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6245 const struct qstr *name,
6246 struct nfs4_fs_locations *fs_locations,
6247 struct page *page)
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006248{
6249 struct nfs4_exception exception = { };
6250 int err;
6251 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006252 err = _nfs4_proc_fs_locations(client, dir, name,
6253 fs_locations, page);
6254 trace_nfs4_get_fs_locations(dir, name, err);
6255 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006256 &exception);
6257 } while (exception.retry);
6258 return err;
6259}
6260
Chuck Leverb03d7352013-10-17 14:12:50 -04006261/*
6262 * This operation also signals the server that this client is
6263 * performing migration recovery. The server can stop returning
6264 * NFS4ERR_LEASE_MOVED to this client. A RENEW operation is
6265 * appended to this compound to identify the client ID which is
6266 * performing recovery.
6267 */
6268static int _nfs40_proc_get_locations(struct inode *inode,
6269 struct nfs4_fs_locations *locations,
6270 struct page *page, struct rpc_cred *cred)
6271{
6272 struct nfs_server *server = NFS_SERVER(inode);
6273 struct rpc_clnt *clnt = server->client;
6274 u32 bitmask[2] = {
6275 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6276 };
6277 struct nfs4_fs_locations_arg args = {
6278 .clientid = server->nfs_client->cl_clientid,
6279 .fh = NFS_FH(inode),
6280 .page = page,
6281 .bitmask = bitmask,
6282 .migration = 1, /* skip LOOKUP */
6283 .renew = 1, /* append RENEW */
6284 };
6285 struct nfs4_fs_locations_res res = {
6286 .fs_locations = locations,
6287 .migration = 1,
6288 .renew = 1,
6289 };
6290 struct rpc_message msg = {
6291 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6292 .rpc_argp = &args,
6293 .rpc_resp = &res,
6294 .rpc_cred = cred,
6295 };
6296 unsigned long now = jiffies;
6297 int status;
6298
6299 nfs_fattr_init(&locations->fattr);
6300 locations->server = server;
6301 locations->nlocations = 0;
6302
6303 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6304 nfs4_set_sequence_privileged(&args.seq_args);
6305 status = nfs4_call_sync_sequence(clnt, server, &msg,
6306 &args.seq_args, &res.seq_res);
6307 if (status)
6308 return status;
6309
6310 renew_lease(server, now);
6311 return 0;
6312}
6313
6314#ifdef CONFIG_NFS_V4_1
6315
6316/*
6317 * This operation also signals the server that this client is
6318 * performing migration recovery. The server can stop asserting
6319 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID
6320 * performing this operation is identified in the SEQUENCE
6321 * operation in this compound.
6322 *
6323 * When the client supports GETATTR(fs_locations_info), it can
6324 * be plumbed in here.
6325 */
6326static int _nfs41_proc_get_locations(struct inode *inode,
6327 struct nfs4_fs_locations *locations,
6328 struct page *page, struct rpc_cred *cred)
6329{
6330 struct nfs_server *server = NFS_SERVER(inode);
6331 struct rpc_clnt *clnt = server->client;
6332 u32 bitmask[2] = {
6333 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6334 };
6335 struct nfs4_fs_locations_arg args = {
6336 .fh = NFS_FH(inode),
6337 .page = page,
6338 .bitmask = bitmask,
6339 .migration = 1, /* skip LOOKUP */
6340 };
6341 struct nfs4_fs_locations_res res = {
6342 .fs_locations = locations,
6343 .migration = 1,
6344 };
6345 struct rpc_message msg = {
6346 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6347 .rpc_argp = &args,
6348 .rpc_resp = &res,
6349 .rpc_cred = cred,
6350 };
6351 int status;
6352
6353 nfs_fattr_init(&locations->fattr);
6354 locations->server = server;
6355 locations->nlocations = 0;
6356
6357 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6358 nfs4_set_sequence_privileged(&args.seq_args);
6359 status = nfs4_call_sync_sequence(clnt, server, &msg,
6360 &args.seq_args, &res.seq_res);
6361 if (status == NFS4_OK &&
6362 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6363 status = -NFS4ERR_LEASE_MOVED;
6364 return status;
6365}
6366
6367#endif /* CONFIG_NFS_V4_1 */
6368
6369/**
6370 * nfs4_proc_get_locations - discover locations for a migrated FSID
6371 * @inode: inode on FSID that is migrating
6372 * @locations: result of query
6373 * @page: buffer
6374 * @cred: credential to use for this operation
6375 *
6376 * Returns NFS4_OK on success, a negative NFS4ERR status code if the
6377 * operation failed, or a negative errno if a local error occurred.
6378 *
6379 * On success, "locations" is filled in, but if the server has
6380 * no locations information, NFS_ATTR_FATTR_V4_LOCATIONS is not
6381 * asserted.
6382 *
6383 * -NFS4ERR_LEASE_MOVED is returned if the server still has leases
6384 * from this client that require migration recovery.
6385 */
6386int nfs4_proc_get_locations(struct inode *inode,
6387 struct nfs4_fs_locations *locations,
6388 struct page *page, struct rpc_cred *cred)
6389{
6390 struct nfs_server *server = NFS_SERVER(inode);
6391 struct nfs_client *clp = server->nfs_client;
6392 const struct nfs4_mig_recovery_ops *ops =
6393 clp->cl_mvops->mig_recovery_ops;
6394 struct nfs4_exception exception = { };
6395 int status;
6396
6397 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6398 (unsigned long long)server->fsid.major,
6399 (unsigned long long)server->fsid.minor,
6400 clp->cl_hostname);
6401 nfs_display_fhandle(NFS_FH(inode), __func__);
6402
6403 do {
6404 status = ops->get_locations(inode, locations, page, cred);
6405 if (status != -NFS4ERR_DELAY)
6406 break;
6407 nfs4_handle_exception(server, status, &exception);
6408 } while (exception.retry);
6409 return status;
6410}
6411
Chuck Lever44c99932013-10-17 14:13:30 -04006412/*
6413 * This operation also signals the server that this client is
6414 * performing "lease moved" recovery. The server can stop
6415 * returning NFS4ERR_LEASE_MOVED to this client. A RENEW operation
6416 * is appended to this compound to identify the client ID which is
6417 * performing recovery.
6418 */
6419static int _nfs40_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6420{
6421 struct nfs_server *server = NFS_SERVER(inode);
6422 struct nfs_client *clp = NFS_SERVER(inode)->nfs_client;
6423 struct rpc_clnt *clnt = server->client;
6424 struct nfs4_fsid_present_arg args = {
6425 .fh = NFS_FH(inode),
6426 .clientid = clp->cl_clientid,
6427 .renew = 1, /* append RENEW */
6428 };
6429 struct nfs4_fsid_present_res res = {
6430 .renew = 1,
6431 };
6432 struct rpc_message msg = {
6433 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6434 .rpc_argp = &args,
6435 .rpc_resp = &res,
6436 .rpc_cred = cred,
6437 };
6438 unsigned long now = jiffies;
6439 int status;
6440
6441 res.fh = nfs_alloc_fhandle();
6442 if (res.fh == NULL)
6443 return -ENOMEM;
6444
6445 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6446 nfs4_set_sequence_privileged(&args.seq_args);
6447 status = nfs4_call_sync_sequence(clnt, server, &msg,
6448 &args.seq_args, &res.seq_res);
6449 nfs_free_fhandle(res.fh);
6450 if (status)
6451 return status;
6452
6453 do_renew_lease(clp, now);
6454 return 0;
6455}
6456
6457#ifdef CONFIG_NFS_V4_1
6458
6459/*
6460 * This operation also signals the server that this client is
6461 * performing "lease moved" recovery. The server can stop asserting
6462 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID performing
6463 * this operation is identified in the SEQUENCE operation in this
6464 * compound.
6465 */
6466static int _nfs41_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6467{
6468 struct nfs_server *server = NFS_SERVER(inode);
6469 struct rpc_clnt *clnt = server->client;
6470 struct nfs4_fsid_present_arg args = {
6471 .fh = NFS_FH(inode),
6472 };
6473 struct nfs4_fsid_present_res res = {
6474 };
6475 struct rpc_message msg = {
6476 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6477 .rpc_argp = &args,
6478 .rpc_resp = &res,
6479 .rpc_cred = cred,
6480 };
6481 int status;
6482
6483 res.fh = nfs_alloc_fhandle();
6484 if (res.fh == NULL)
6485 return -ENOMEM;
6486
6487 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6488 nfs4_set_sequence_privileged(&args.seq_args);
6489 status = nfs4_call_sync_sequence(clnt, server, &msg,
6490 &args.seq_args, &res.seq_res);
6491 nfs_free_fhandle(res.fh);
6492 if (status == NFS4_OK &&
6493 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6494 status = -NFS4ERR_LEASE_MOVED;
6495 return status;
6496}
6497
6498#endif /* CONFIG_NFS_V4_1 */
6499
6500/**
6501 * nfs4_proc_fsid_present - Is this FSID present or absent on server?
6502 * @inode: inode on FSID to check
6503 * @cred: credential to use for this operation
6504 *
6505 * Server indicates whether the FSID is present, moved, or not
6506 * recognized. This operation is necessary to clear a LEASE_MOVED
6507 * condition for this client ID.
6508 *
6509 * Returns NFS4_OK if the FSID is present on this server,
6510 * -NFS4ERR_MOVED if the FSID is no longer present, a negative
6511 * NFS4ERR code if some error occurred on the server, or a
6512 * negative errno if a local failure occurred.
6513 */
6514int nfs4_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6515{
6516 struct nfs_server *server = NFS_SERVER(inode);
6517 struct nfs_client *clp = server->nfs_client;
6518 const struct nfs4_mig_recovery_ops *ops =
6519 clp->cl_mvops->mig_recovery_ops;
6520 struct nfs4_exception exception = { };
6521 int status;
6522
6523 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6524 (unsigned long long)server->fsid.major,
6525 (unsigned long long)server->fsid.minor,
6526 clp->cl_hostname);
6527 nfs_display_fhandle(NFS_FH(inode), __func__);
6528
6529 do {
6530 status = ops->fsid_present(inode, cred);
6531 if (status != -NFS4ERR_DELAY)
6532 break;
6533 nfs4_handle_exception(server, status, &exception);
6534 } while (exception.retry);
6535 return status;
6536}
6537
Andy Adamson5ec16a82013-08-08 10:57:55 -04006538/**
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006539 * If 'use_integrity' is true and the state managment nfs_client
6540 * cl_rpcclient is using krb5i/p, use the integrity protected cl_rpcclient
6541 * and the machine credential as per RFC3530bis and RFC5661 Security
6542 * Considerations sections. Otherwise, just use the user cred with the
6543 * filesystem's rpc_client.
Andy Adamson5ec16a82013-08-08 10:57:55 -04006544 */
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006545static 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 +00006546{
6547 int status;
6548 struct nfs4_secinfo_arg args = {
6549 .dir_fh = NFS_FH(dir),
6550 .name = name,
6551 };
6552 struct nfs4_secinfo_res res = {
6553 .flavors = flavors,
6554 };
6555 struct rpc_message msg = {
6556 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
6557 .rpc_argp = &args,
6558 .rpc_resp = &res,
6559 };
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006560 struct rpc_clnt *clnt = NFS_SERVER(dir)->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006561 struct rpc_cred *cred = NULL;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006562
6563 if (use_integrity) {
6564 clnt = NFS_SERVER(dir)->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006565 cred = nfs4_get_clid_cred(NFS_SERVER(dir)->nfs_client);
6566 msg.rpc_cred = cred;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006567 }
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006568
6569 dprintk("NFS call secinfo %s\n", name->name);
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006570
6571 nfs4_state_protect(NFS_SERVER(dir)->nfs_client,
6572 NFS_SP4_MACH_CRED_SECINFO, &clnt, &msg);
6573
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006574 status = nfs4_call_sync(clnt, NFS_SERVER(dir), &msg, &args.seq_args,
6575 &res.seq_res, 0);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006576 dprintk("NFS reply secinfo: %d\n", status);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006577
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006578 if (cred)
6579 put_rpccred(cred);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006580
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006581 return status;
6582}
6583
Bryan Schumaker72de53e2012-04-27 13:27:40 -04006584int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name,
6585 struct nfs4_secinfo_flavors *flavors)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006586{
6587 struct nfs4_exception exception = { };
6588 int err;
6589 do {
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006590 err = -NFS4ERR_WRONGSEC;
6591
6592 /* try to use integrity protection with machine cred */
6593 if (_nfs4_is_integrity_protected(NFS_SERVER(dir)->nfs_client))
6594 err = _nfs4_proc_secinfo(dir, name, flavors, true);
6595
6596 /*
6597 * if unable to use integrity protection, or SECINFO with
6598 * integrity protection returns NFS4ERR_WRONGSEC (which is
6599 * disallowed by spec, but exists in deployed servers) use
6600 * the current filesystem's rpc_client and the user cred.
6601 */
6602 if (err == -NFS4ERR_WRONGSEC)
6603 err = _nfs4_proc_secinfo(dir, name, flavors, false);
6604
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006605 trace_nfs4_secinfo(dir, name, err);
6606 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006607 &exception);
6608 } while (exception.retry);
6609 return err;
6610}
6611
Andy Adamson557134a2009-04-01 09:21:53 -04006612#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04006613/*
Andy Adamson357f54d2010-12-14 10:11:57 -05006614 * Check the exchange flags returned by the server for invalid flags, having
6615 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
6616 * DS flags set.
6617 */
6618static int nfs4_check_cl_exchange_flags(u32 flags)
6619{
6620 if (flags & ~EXCHGID4_FLAG_MASK_R)
6621 goto out_inval;
6622 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
6623 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
6624 goto out_inval;
6625 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
6626 goto out_inval;
6627 return NFS_OK;
6628out_inval:
6629 return -NFS4ERR_INVAL;
6630}
6631
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006632static bool
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006633nfs41_same_server_scope(struct nfs41_server_scope *a,
6634 struct nfs41_server_scope *b)
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006635{
6636 if (a->server_scope_sz == b->server_scope_sz &&
6637 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
6638 return true;
6639
6640 return false;
6641}
6642
Andy Adamson357f54d2010-12-14 10:11:57 -05006643/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006644 * nfs4_proc_bind_conn_to_session()
6645 *
6646 * The 4.1 client currently uses the same TCP connection for the
6647 * fore and backchannel.
6648 */
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006649int nfs4_proc_bind_conn_to_session(struct nfs_client *clp, struct rpc_cred *cred)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006650{
6651 int status;
6652 struct nfs41_bind_conn_to_session_res res;
6653 struct rpc_message msg = {
6654 .rpc_proc =
6655 &nfs4_procedures[NFSPROC4_CLNT_BIND_CONN_TO_SESSION],
6656 .rpc_argp = clp,
6657 .rpc_resp = &res,
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006658 .rpc_cred = cred,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006659 };
6660
6661 dprintk("--> %s\n", __func__);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006662
6663 res.session = kzalloc(sizeof(struct nfs4_session), GFP_NOFS);
6664 if (unlikely(res.session == NULL)) {
6665 status = -ENOMEM;
6666 goto out;
6667 }
6668
6669 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006670 trace_nfs4_bind_conn_to_session(clp, status);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006671 if (status == 0) {
6672 if (memcmp(res.session->sess_id.data,
6673 clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) {
6674 dprintk("NFS: %s: Session ID mismatch\n", __func__);
6675 status = -EIO;
6676 goto out_session;
6677 }
6678 if (res.dir != NFS4_CDFS4_BOTH) {
6679 dprintk("NFS: %s: Unexpected direction from server\n",
6680 __func__);
6681 status = -EIO;
6682 goto out_session;
6683 }
6684 if (res.use_conn_in_rdma_mode) {
6685 dprintk("NFS: %s: Server returned RDMA mode = true\n",
6686 __func__);
6687 status = -EIO;
6688 goto out_session;
6689 }
6690 }
6691out_session:
6692 kfree(res.session);
6693out:
6694 dprintk("<-- %s status= %d\n", __func__, status);
6695 return status;
6696}
6697
6698/*
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006699 * Minimum set of SP4_MACH_CRED operations from RFC 5661 in the enforce map
6700 * and operations we'd like to see to enable certain features in the allow map
Benny Halevy99fe60d2009-04-01 09:22:29 -04006701 */
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006702static const struct nfs41_state_protection nfs4_sp4_mach_cred_request = {
6703 .how = SP4_MACH_CRED,
6704 .enforce.u.words = {
6705 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6706 1 << (OP_EXCHANGE_ID - 32) |
6707 1 << (OP_CREATE_SESSION - 32) |
6708 1 << (OP_DESTROY_SESSION - 32) |
6709 1 << (OP_DESTROY_CLIENTID - 32)
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006710 },
6711 .allow.u.words = {
6712 [0] = 1 << (OP_CLOSE) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006713 1 << (OP_LOCKU) |
6714 1 << (OP_COMMIT),
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006715 [1] = 1 << (OP_SECINFO - 32) |
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006716 1 << (OP_SECINFO_NO_NAME - 32) |
6717 1 << (OP_TEST_STATEID - 32) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006718 1 << (OP_FREE_STATEID - 32) |
6719 1 << (OP_WRITE - 32)
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006720 }
6721};
6722
6723/*
6724 * Select the state protection mode for client `clp' given the server results
6725 * from exchange_id in `sp'.
6726 *
6727 * Returns 0 on success, negative errno otherwise.
6728 */
6729static int nfs4_sp4_select_mode(struct nfs_client *clp,
6730 struct nfs41_state_protection *sp)
6731{
6732 static const u32 supported_enforce[NFS4_OP_MAP_NUM_WORDS] = {
6733 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6734 1 << (OP_EXCHANGE_ID - 32) |
6735 1 << (OP_CREATE_SESSION - 32) |
6736 1 << (OP_DESTROY_SESSION - 32) |
6737 1 << (OP_DESTROY_CLIENTID - 32)
6738 };
6739 unsigned int i;
6740
6741 if (sp->how == SP4_MACH_CRED) {
6742 /* Print state protect result */
6743 dfprintk(MOUNT, "Server SP4_MACH_CRED support:\n");
6744 for (i = 0; i <= LAST_NFS4_OP; i++) {
6745 if (test_bit(i, sp->enforce.u.longs))
6746 dfprintk(MOUNT, " enforce op %d\n", i);
6747 if (test_bit(i, sp->allow.u.longs))
6748 dfprintk(MOUNT, " allow op %d\n", i);
6749 }
6750
6751 /* make sure nothing is on enforce list that isn't supported */
6752 for (i = 0; i < NFS4_OP_MAP_NUM_WORDS; i++) {
6753 if (sp->enforce.u.words[i] & ~supported_enforce[i]) {
6754 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6755 return -EINVAL;
6756 }
6757 }
6758
6759 /*
6760 * Minimal mode - state operations are allowed to use machine
6761 * credential. Note this already happens by default, so the
6762 * client doesn't have to do anything more than the negotiation.
6763 *
6764 * NOTE: we don't care if EXCHANGE_ID is in the list -
6765 * we're already using the machine cred for exchange_id
6766 * and will never use a different cred.
6767 */
6768 if (test_bit(OP_BIND_CONN_TO_SESSION, sp->enforce.u.longs) &&
6769 test_bit(OP_CREATE_SESSION, sp->enforce.u.longs) &&
6770 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) &&
6771 test_bit(OP_DESTROY_CLIENTID, sp->enforce.u.longs)) {
6772 dfprintk(MOUNT, "sp4_mach_cred:\n");
6773 dfprintk(MOUNT, " minimal mode enabled\n");
6774 set_bit(NFS_SP4_MACH_CRED_MINIMAL, &clp->cl_sp4_flags);
6775 } else {
6776 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6777 return -EINVAL;
6778 }
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006779
6780 if (test_bit(OP_CLOSE, sp->allow.u.longs) &&
6781 test_bit(OP_LOCKU, sp->allow.u.longs)) {
6782 dfprintk(MOUNT, " cleanup mode enabled\n");
6783 set_bit(NFS_SP4_MACH_CRED_CLEANUP, &clp->cl_sp4_flags);
6784 }
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006785
6786 if (test_bit(OP_SECINFO, sp->allow.u.longs) &&
6787 test_bit(OP_SECINFO_NO_NAME, sp->allow.u.longs)) {
6788 dfprintk(MOUNT, " secinfo mode enabled\n");
6789 set_bit(NFS_SP4_MACH_CRED_SECINFO, &clp->cl_sp4_flags);
6790 }
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006791
6792 if (test_bit(OP_TEST_STATEID, sp->allow.u.longs) &&
6793 test_bit(OP_FREE_STATEID, sp->allow.u.longs)) {
6794 dfprintk(MOUNT, " stateid mode enabled\n");
6795 set_bit(NFS_SP4_MACH_CRED_STATEID, &clp->cl_sp4_flags);
6796 }
Weston Andros Adamson8c21c622013-08-13 16:37:37 -04006797
6798 if (test_bit(OP_WRITE, sp->allow.u.longs)) {
6799 dfprintk(MOUNT, " write mode enabled\n");
6800 set_bit(NFS_SP4_MACH_CRED_WRITE, &clp->cl_sp4_flags);
6801 }
6802
6803 if (test_bit(OP_COMMIT, sp->allow.u.longs)) {
6804 dfprintk(MOUNT, " commit mode enabled\n");
6805 set_bit(NFS_SP4_MACH_CRED_COMMIT, &clp->cl_sp4_flags);
6806 }
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006807 }
6808
6809 return 0;
6810}
6811
6812/*
6813 * _nfs4_proc_exchange_id()
6814 *
6815 * Wrapper for EXCHANGE_ID operation.
6816 */
6817static int _nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred,
6818 u32 sp4_how)
Benny Halevy99fe60d2009-04-01 09:22:29 -04006819{
6820 nfs4_verifier verifier;
6821 struct nfs41_exchange_id_args args = {
Chuck Levercd937102012-03-02 17:14:31 -05006822 .verifier = &verifier,
Benny Halevy99fe60d2009-04-01 09:22:29 -04006823 .client = clp,
Chuck Levercd3fade2013-10-17 14:14:04 -04006824#ifdef CONFIG_NFS_V4_1_MIGRATION
Trond Myklebust4f0b4292013-05-20 12:24:03 -04006825 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
Chuck Levercd3fade2013-10-17 14:14:04 -04006826 EXCHGID4_FLAG_BIND_PRINC_STATEID |
6827 EXCHGID4_FLAG_SUPP_MOVED_MIGR,
6828#else
6829 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
6830 EXCHGID4_FLAG_BIND_PRINC_STATEID,
6831#endif
Benny Halevy99fe60d2009-04-01 09:22:29 -04006832 };
6833 struct nfs41_exchange_id_res res = {
Trond Myklebust32b01312012-05-26 13:41:04 -04006834 0
Benny Halevy99fe60d2009-04-01 09:22:29 -04006835 };
6836 int status;
6837 struct rpc_message msg = {
6838 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
6839 .rpc_argp = &args,
6840 .rpc_resp = &res,
6841 .rpc_cred = cred,
6842 };
Benny Halevy99fe60d2009-04-01 09:22:29 -04006843
Chuck Leverf0920752012-05-21 22:45:41 -04006844 nfs4_init_boot_verifier(clp, &verifier);
Chuck Levere984a552012-09-14 17:24:21 -04006845 args.id_len = nfs4_init_uniform_client_string(clp, args.id,
6846 sizeof(args.id));
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006847 dprintk("NFS call exchange_id auth=%s, '%.*s'\n",
6848 clp->cl_rpcclient->cl_auth->au_ops->au_name,
6849 args.id_len, args.id);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006850
Chuck Leveracdeb692012-05-21 22:46:16 -04006851 res.server_owner = kzalloc(sizeof(struct nfs41_server_owner),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006852 GFP_NOFS);
Chuck Leveracdeb692012-05-21 22:46:16 -04006853 if (unlikely(res.server_owner == NULL)) {
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006854 status = -ENOMEM;
6855 goto out;
6856 }
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006857
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006858 res.server_scope = kzalloc(sizeof(struct nfs41_server_scope),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006859 GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006860 if (unlikely(res.server_scope == NULL)) {
Benny Halevy99fe60d2009-04-01 09:22:29 -04006861 status = -ENOMEM;
Chuck Leveracdeb692012-05-21 22:46:16 -04006862 goto out_server_owner;
Benny Halevy99fe60d2009-04-01 09:22:29 -04006863 }
6864
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006865 res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006866 if (unlikely(res.impl_id == NULL)) {
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006867 status = -ENOMEM;
6868 goto out_server_scope;
6869 }
6870
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006871 switch (sp4_how) {
6872 case SP4_NONE:
6873 args.state_protect.how = SP4_NONE;
6874 break;
6875
6876 case SP4_MACH_CRED:
6877 args.state_protect = nfs4_sp4_mach_cred_request;
6878 break;
6879
6880 default:
6881 /* unsupported! */
6882 WARN_ON_ONCE(1);
6883 status = -EINVAL;
6884 goto out_server_scope;
6885 }
6886
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006887 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006888 trace_nfs4_exchange_id(clp, status);
Chuck Lever177313f2012-05-21 22:44:58 -04006889 if (status == 0)
Trond Myklebust32b01312012-05-26 13:41:04 -04006890 status = nfs4_check_cl_exchange_flags(res.flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006891
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006892 if (status == 0)
6893 status = nfs4_sp4_select_mode(clp, &res.state_protect);
6894
Chuck Lever177313f2012-05-21 22:44:58 -04006895 if (status == 0) {
Trond Myklebust32b01312012-05-26 13:41:04 -04006896 clp->cl_clientid = res.clientid;
6897 clp->cl_exchange_flags = (res.flags & ~EXCHGID4_FLAG_CONFIRMED_R);
6898 if (!(res.flags & EXCHGID4_FLAG_CONFIRMED_R))
6899 clp->cl_seqid = res.seqid;
6900
Chuck Leveracdeb692012-05-21 22:46:16 -04006901 kfree(clp->cl_serverowner);
6902 clp->cl_serverowner = res.server_owner;
6903 res.server_owner = NULL;
Chuck Leveracdeb692012-05-21 22:46:16 -04006904
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006905 /* use the most recent implementation id */
Chuck Lever59155542012-05-21 22:44:41 -04006906 kfree(clp->cl_implid);
6907 clp->cl_implid = res.impl_id;
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006908
Chuck Lever177313f2012-05-21 22:44:58 -04006909 if (clp->cl_serverscope != NULL &&
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006910 !nfs41_same_server_scope(clp->cl_serverscope,
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006911 res.server_scope)) {
6912 dprintk("%s: server_scope mismatch detected\n",
6913 __func__);
6914 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006915 kfree(clp->cl_serverscope);
6916 clp->cl_serverscope = NULL;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006917 }
6918
Chuck Lever177313f2012-05-21 22:44:58 -04006919 if (clp->cl_serverscope == NULL) {
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006920 clp->cl_serverscope = res.server_scope;
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006921 goto out;
6922 }
Trond Myklebust32b01312012-05-26 13:41:04 -04006923 } else
6924 kfree(res.impl_id);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006925
Chuck Leveracdeb692012-05-21 22:46:16 -04006926out_server_owner:
6927 kfree(res.server_owner);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006928out_server_scope:
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006929 kfree(res.server_scope);
6930out:
Chuck Lever177313f2012-05-21 22:44:58 -04006931 if (clp->cl_implid != NULL)
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006932 dprintk("NFS reply exchange_id: Server Implementation ID: "
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006933 "domain: %s, name: %s, date: %llu,%u\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006934 clp->cl_implid->domain, clp->cl_implid->name,
Chuck Lever59155542012-05-21 22:44:41 -04006935 clp->cl_implid->date.seconds,
6936 clp->cl_implid->date.nseconds);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006937 dprintk("NFS reply exchange_id: %d\n", status);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006938 return status;
6939}
6940
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006941/*
6942 * nfs4_proc_exchange_id()
6943 *
6944 * Returns zero, a negative errno, or a negative NFS4ERR status code.
6945 *
6946 * Since the clientid has expired, all compounds using sessions
6947 * associated with the stale clientid will be returning
6948 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
6949 * be in some phase of session reset.
6950 *
6951 * Will attempt to negotiate SP4_MACH_CRED if krb5i / krb5p auth is used.
6952 */
6953int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
6954{
6955 rpc_authflavor_t authflavor = clp->cl_rpcclient->cl_auth->au_flavor;
6956 int status;
6957
6958 /* try SP4_MACH_CRED if krb5i/p */
6959 if (authflavor == RPC_AUTH_GSS_KRB5I ||
6960 authflavor == RPC_AUTH_GSS_KRB5P) {
6961 status = _nfs4_proc_exchange_id(clp, cred, SP4_MACH_CRED);
6962 if (!status)
6963 return 0;
6964 }
6965
6966 /* try SP4_NONE */
6967 return _nfs4_proc_exchange_id(clp, cred, SP4_NONE);
6968}
6969
Trond Myklebust66245532012-05-25 17:18:09 -04006970static int _nfs4_proc_destroy_clientid(struct nfs_client *clp,
6971 struct rpc_cred *cred)
6972{
6973 struct rpc_message msg = {
6974 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_CLIENTID],
6975 .rpc_argp = clp,
6976 .rpc_cred = cred,
6977 };
6978 int status;
6979
6980 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006981 trace_nfs4_destroy_clientid(clp, status);
Trond Myklebust66245532012-05-25 17:18:09 -04006982 if (status)
Trond Myklebust02c67522012-06-07 13:45:53 -04006983 dprintk("NFS: Got error %d from the server %s on "
Trond Myklebust66245532012-05-25 17:18:09 -04006984 "DESTROY_CLIENTID.", status, clp->cl_hostname);
6985 return status;
6986}
6987
6988static int nfs4_proc_destroy_clientid(struct nfs_client *clp,
6989 struct rpc_cred *cred)
6990{
6991 unsigned int loop;
6992 int ret;
6993
6994 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
6995 ret = _nfs4_proc_destroy_clientid(clp, cred);
6996 switch (ret) {
6997 case -NFS4ERR_DELAY:
6998 case -NFS4ERR_CLIENTID_BUSY:
6999 ssleep(1);
7000 break;
7001 default:
7002 return ret;
7003 }
7004 }
7005 return 0;
7006}
7007
7008int nfs4_destroy_clientid(struct nfs_client *clp)
7009{
7010 struct rpc_cred *cred;
7011 int ret = 0;
7012
7013 if (clp->cl_mvops->minor_version < 1)
7014 goto out;
7015 if (clp->cl_exchange_flags == 0)
7016 goto out;
Chuck Lever05f4c352012-09-14 17:24:32 -04007017 if (clp->cl_preserve_clid)
7018 goto out;
Chuck Lever73d8bde2013-07-24 12:28:37 -04007019 cred = nfs4_get_clid_cred(clp);
Trond Myklebust66245532012-05-25 17:18:09 -04007020 ret = nfs4_proc_destroy_clientid(clp, cred);
7021 if (cred)
7022 put_rpccred(cred);
7023 switch (ret) {
7024 case 0:
7025 case -NFS4ERR_STALE_CLIENTID:
7026 clp->cl_exchange_flags = 0;
7027 }
7028out:
7029 return ret;
7030}
7031
Andy Adamson2050f0c2009-04-01 09:22:30 -04007032struct nfs4_get_lease_time_data {
7033 struct nfs4_get_lease_time_args *args;
7034 struct nfs4_get_lease_time_res *res;
7035 struct nfs_client *clp;
7036};
7037
7038static void nfs4_get_lease_time_prepare(struct rpc_task *task,
7039 void *calldata)
7040{
Andy Adamson2050f0c2009-04-01 09:22:30 -04007041 struct nfs4_get_lease_time_data *data =
7042 (struct nfs4_get_lease_time_data *)calldata;
7043
7044 dprintk("--> %s\n", __func__);
7045 /* just setup sequence, do not trigger session recovery
7046 since we're invoked within one */
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007047 nfs41_setup_sequence(data->clp->cl_session,
7048 &data->args->la_seq_args,
7049 &data->res->lr_seq_res,
7050 task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007051 dprintk("<-- %s\n", __func__);
7052}
7053
7054/*
7055 * Called from nfs4_state_manager thread for session setup, so don't recover
7056 * from sequence operation or clientid errors.
7057 */
7058static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
7059{
7060 struct nfs4_get_lease_time_data *data =
7061 (struct nfs4_get_lease_time_data *)calldata;
7062
7063 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007064 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
7065 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04007066 switch (task->tk_status) {
7067 case -NFS4ERR_DELAY:
7068 case -NFS4ERR_GRACE:
7069 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
7070 rpc_delay(task, NFS4_POLL_RETRY_MIN);
7071 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007072 /* fall through */
7073 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007074 rpc_restart_call_prepare(task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007075 return;
7076 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04007077 dprintk("<-- %s\n", __func__);
7078}
7079
Trond Myklebust17280172012-03-11 13:11:00 -04007080static const struct rpc_call_ops nfs4_get_lease_time_ops = {
Andy Adamson2050f0c2009-04-01 09:22:30 -04007081 .rpc_call_prepare = nfs4_get_lease_time_prepare,
7082 .rpc_call_done = nfs4_get_lease_time_done,
7083};
7084
7085int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
7086{
7087 struct rpc_task *task;
7088 struct nfs4_get_lease_time_args args;
7089 struct nfs4_get_lease_time_res res = {
7090 .lr_fsinfo = fsinfo,
7091 };
7092 struct nfs4_get_lease_time_data data = {
7093 .args = &args,
7094 .res = &res,
7095 .clp = clp,
7096 };
7097 struct rpc_message msg = {
7098 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
7099 .rpc_argp = &args,
7100 .rpc_resp = &res,
7101 };
7102 struct rpc_task_setup task_setup = {
7103 .rpc_client = clp->cl_rpcclient,
7104 .rpc_message = &msg,
7105 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007106 .callback_data = &data,
7107 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04007108 };
7109 int status;
7110
Chuck Levera9c92d62013-08-09 12:48:18 -04007111 nfs4_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007112 nfs4_set_sequence_privileged(&args.la_seq_args);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007113 dprintk("--> %s\n", __func__);
7114 task = rpc_run_task(&task_setup);
7115
7116 if (IS_ERR(task))
7117 status = PTR_ERR(task);
7118 else {
7119 status = task->tk_status;
7120 rpc_put_task(task);
7121 }
7122 dprintk("<-- %s return %d\n", __func__, status);
7123
7124 return status;
7125}
7126
Andy Adamsonfc931582009-04-01 09:22:31 -04007127/*
7128 * Initialize the values to be used by the client in CREATE_SESSION
7129 * If nfs4_init_session set the fore channel request and response sizes,
7130 * use them.
7131 *
7132 * Set the back channel max_resp_sz_cached to zero to force the client to
7133 * always set csa_cachethis to FALSE because the current implementation
7134 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
7135 */
7136static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
7137{
Andy Adamson18aad3d2013-06-26 12:21:49 -04007138 unsigned int max_rqst_sz, max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007139
Andy Adamson18aad3d2013-06-26 12:21:49 -04007140 max_rqst_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxwrite_overhead;
7141 max_resp_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxread_overhead;
7142
Andy Adamsonfc931582009-04-01 09:22:31 -04007143 /* Fore channel attributes */
Andy Adamson18aad3d2013-06-26 12:21:49 -04007144 args->fc_attrs.max_rqst_sz = max_rqst_sz;
7145 args->fc_attrs.max_resp_sz = max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007146 args->fc_attrs.max_ops = NFS4_MAX_OPS;
Trond Myklebustef159e92012-02-06 19:50:40 -05007147 args->fc_attrs.max_reqs = max_session_slots;
Andy Adamsonfc931582009-04-01 09:22:31 -04007148
7149 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05007150 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04007151 __func__,
7152 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05007153 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04007154
7155 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04007156 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
7157 args->bc_attrs.max_resp_sz = PAGE_SIZE;
7158 args->bc_attrs.max_resp_sz_cached = 0;
7159 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
7160 args->bc_attrs.max_reqs = 1;
7161
7162 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
7163 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
7164 __func__,
7165 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
7166 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
7167 args->bc_attrs.max_reqs);
7168}
7169
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007170static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
Andy Adamson8d353012009-04-01 09:22:32 -04007171{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007172 struct nfs4_channel_attrs *sent = &args->fc_attrs;
7173 struct nfs4_channel_attrs *rcvd = &session->fc_attrs;
7174
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007175 if (rcvd->max_resp_sz > sent->max_resp_sz)
7176 return -EINVAL;
7177 /*
7178 * Our requested max_ops is the minimum we need; we're not
7179 * prepared to break up compounds into smaller pieces than that.
7180 * So, no point even trying to continue if the server won't
7181 * cooperate:
7182 */
7183 if (rcvd->max_ops < sent->max_ops)
7184 return -EINVAL;
7185 if (rcvd->max_reqs == 0)
7186 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007187 if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE)
7188 rcvd->max_reqs = NFS4_MAX_SLOT_TABLE;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007189 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04007190}
7191
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007192static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
7193{
7194 struct nfs4_channel_attrs *sent = &args->bc_attrs;
7195 struct nfs4_channel_attrs *rcvd = &session->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04007196
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007197 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
7198 return -EINVAL;
7199 if (rcvd->max_resp_sz < sent->max_resp_sz)
7200 return -EINVAL;
7201 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
7202 return -EINVAL;
7203 /* These would render the backchannel useless: */
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007204 if (rcvd->max_ops != sent->max_ops)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007205 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007206 if (rcvd->max_reqs != sent->max_reqs)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007207 return -EINVAL;
7208 return 0;
7209}
Andy Adamson8d353012009-04-01 09:22:32 -04007210
Andy Adamson8d353012009-04-01 09:22:32 -04007211static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
7212 struct nfs4_session *session)
7213{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007214 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04007215
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007216 ret = nfs4_verify_fore_channel_attrs(args, session);
7217 if (ret)
7218 return ret;
7219 return nfs4_verify_back_channel_attrs(args, session);
Andy Adamson8d353012009-04-01 09:22:32 -04007220}
7221
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007222static int _nfs4_proc_create_session(struct nfs_client *clp,
7223 struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007224{
7225 struct nfs4_session *session = clp->cl_session;
7226 struct nfs41_create_session_args args = {
7227 .client = clp,
7228 .cb_program = NFS4_CALLBACK,
7229 };
7230 struct nfs41_create_session_res res = {
7231 .client = clp,
7232 };
7233 struct rpc_message msg = {
7234 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
7235 .rpc_argp = &args,
7236 .rpc_resp = &res,
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007237 .rpc_cred = cred,
Andy Adamsonfc931582009-04-01 09:22:31 -04007238 };
7239 int status;
7240
7241 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04007242 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04007243
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007244 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007245 trace_nfs4_create_session(clp, status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007246
Trond Myklebust43095d32012-11-20 11:13:12 -05007247 if (!status) {
Andy Adamson8d353012009-04-01 09:22:32 -04007248 /* Verify the session's negotiated channel_attrs values */
7249 status = nfs4_verify_channel_attrs(&args, session);
Andy Adamsonfc931582009-04-01 09:22:31 -04007250 /* Increment the clientid slot sequence id */
7251 clp->cl_seqid++;
7252 }
7253
7254 return status;
7255}
7256
7257/*
7258 * Issues a CREATE_SESSION operation to the server.
7259 * It is the responsibility of the caller to verify the session is
7260 * expired before calling this routine.
7261 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007262int nfs4_proc_create_session(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007263{
7264 int status;
7265 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04007266 struct nfs4_session *session = clp->cl_session;
7267
7268 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
7269
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007270 status = _nfs4_proc_create_session(clp, cred);
Andy Adamsonfc931582009-04-01 09:22:31 -04007271 if (status)
7272 goto out;
7273
Andy Adamsonaacd5532011-11-09 13:58:21 -05007274 /* Init or reset the session slot tables */
7275 status = nfs4_setup_session_slot_tables(session);
7276 dprintk("slot table setup returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007277 if (status)
7278 goto out;
7279
7280 ptr = (unsigned *)&session->sess_id.data[0];
7281 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
7282 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04007283out:
7284 dprintk("<-- %s\n", __func__);
7285 return status;
7286}
7287
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007288/*
7289 * Issue the over-the-wire RPC DESTROY_SESSION.
7290 * The caller must serialize access to this routine.
7291 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007292int nfs4_proc_destroy_session(struct nfs4_session *session,
7293 struct rpc_cred *cred)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007294{
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007295 struct rpc_message msg = {
7296 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION],
7297 .rpc_argp = session,
7298 .rpc_cred = cred,
7299 };
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007300 int status = 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007301
7302 dprintk("--> nfs4_proc_destroy_session\n");
7303
7304 /* session is still being setup */
7305 if (session->clp->cl_cons_state != NFS_CS_READY)
7306 return status;
7307
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007308 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007309 trace_nfs4_destroy_session(session->clp, status);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007310
7311 if (status)
Trond Myklebust08106ac2012-06-05 10:08:24 -04007312 dprintk("NFS: Got error %d from the server on DESTROY_SESSION. "
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007313 "Session has been destroyed regardless...\n", status);
7314
7315 dprintk("<-- nfs4_proc_destroy_session\n");
7316 return status;
7317}
7318
Trond Myklebust7b38c362012-05-23 13:23:31 -04007319/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007320 * Renew the cl_session lease.
7321 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007322struct nfs4_sequence_data {
7323 struct nfs_client *clp;
7324 struct nfs4_sequence_args args;
7325 struct nfs4_sequence_res res;
7326};
7327
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007328static void nfs41_sequence_release(void *data)
7329{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007330 struct nfs4_sequence_data *calldata = data;
7331 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007332
Alexandros Batsakis71358402010-02-05 03:45:05 -08007333 if (atomic_read(&clp->cl_count) > 1)
7334 nfs4_schedule_state_renewal(clp);
7335 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007336 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007337}
7338
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007339static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7340{
7341 switch(task->tk_status) {
7342 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007343 rpc_delay(task, NFS4_POLL_RETRY_MAX);
7344 return -EAGAIN;
7345 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007346 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007347 }
7348 return 0;
7349}
7350
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007351static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007352{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007353 struct nfs4_sequence_data *calldata = data;
7354 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007355
Trond Myklebust14516c32010-07-31 14:29:06 -04007356 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
7357 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007358
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007359 trace_nfs4_sequence(clp, task->tk_status);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007360 if (task->tk_status < 0) {
7361 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007362 if (atomic_read(&clp->cl_count) == 1)
7363 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007364
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007365 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
7366 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007367 return;
7368 }
7369 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007370 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007371out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007372 dprintk("<-- %s\n", __func__);
7373}
7374
7375static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
7376{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007377 struct nfs4_sequence_data *calldata = data;
7378 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007379 struct nfs4_sequence_args *args;
7380 struct nfs4_sequence_res *res;
7381
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007382 args = task->tk_msg.rpc_argp;
7383 res = task->tk_msg.rpc_resp;
7384
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007385 nfs41_setup_sequence(clp->cl_session, args, res, task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007386}
7387
7388static const struct rpc_call_ops nfs41_sequence_ops = {
7389 .rpc_call_done = nfs41_sequence_call_done,
7390 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007391 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007392};
7393
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007394static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp,
7395 struct rpc_cred *cred,
7396 bool is_privileged)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007397{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007398 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007399 struct rpc_message msg = {
7400 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
7401 .rpc_cred = cred,
7402 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007403 struct rpc_task_setup task_setup_data = {
7404 .rpc_client = clp->cl_rpcclient,
7405 .rpc_message = &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007406 .callback_ops = &nfs41_sequence_ops,
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04007407 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT,
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007408 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007409
Alexandros Batsakis71358402010-02-05 03:45:05 -08007410 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007411 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04007412 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007413 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08007414 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007415 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007416 }
Chuck Levera9c92d62013-08-09 12:48:18 -04007417 nfs4_init_sequence(&calldata->args, &calldata->res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007418 if (is_privileged)
7419 nfs4_set_sequence_privileged(&calldata->args);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007420 msg.rpc_argp = &calldata->args;
7421 msg.rpc_resp = &calldata->res;
7422 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007423 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007424
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007425 return rpc_run_task(&task_setup_data);
7426}
7427
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007428static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007429{
7430 struct rpc_task *task;
7431 int ret = 0;
7432
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007433 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
Andy Adamsond1f456b2014-09-29 12:31:57 -04007434 return -EAGAIN;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007435 task = _nfs41_proc_sequence(clp, cred, false);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007436 if (IS_ERR(task))
7437 ret = PTR_ERR(task);
7438 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08007439 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007440 dprintk("<-- %s status=%d\n", __func__, ret);
7441 return ret;
7442}
7443
7444static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
7445{
7446 struct rpc_task *task;
7447 int ret;
7448
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007449 task = _nfs41_proc_sequence(clp, cred, true);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007450 if (IS_ERR(task)) {
7451 ret = PTR_ERR(task);
7452 goto out;
7453 }
7454 ret = rpc_wait_for_completion_task(task);
Trond Myklebustb4410c22011-03-09 16:00:55 -05007455 if (!ret) {
7456 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp;
7457
7458 if (task->tk_status == 0)
7459 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007460 ret = task->tk_status;
Trond Myklebustb4410c22011-03-09 16:00:55 -05007461 }
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007462 rpc_put_task(task);
7463out:
7464 dprintk("<-- %s status=%d\n", __func__, ret);
7465 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007466}
7467
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007468struct nfs4_reclaim_complete_data {
7469 struct nfs_client *clp;
7470 struct nfs41_reclaim_complete_args arg;
7471 struct nfs41_reclaim_complete_res res;
7472};
7473
7474static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
7475{
7476 struct nfs4_reclaim_complete_data *calldata = data;
7477
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007478 nfs41_setup_sequence(calldata->clp->cl_session,
7479 &calldata->arg.seq_args,
7480 &calldata->res.seq_res,
7481 task);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007482}
7483
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007484static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7485{
7486 switch(task->tk_status) {
7487 case 0:
7488 case -NFS4ERR_COMPLETE_ALREADY:
7489 case -NFS4ERR_WRONG_CRED: /* What to do here? */
7490 break;
7491 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007492 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007493 /* fall through */
7494 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007495 return -EAGAIN;
7496 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007497 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007498 }
7499 return 0;
7500}
7501
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007502static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
7503{
7504 struct nfs4_reclaim_complete_data *calldata = data;
7505 struct nfs_client *clp = calldata->clp;
7506 struct nfs4_sequence_res *res = &calldata->res.seq_res;
7507
7508 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007509 if (!nfs41_sequence_done(task, res))
7510 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007511
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007512 trace_nfs4_reclaim_complete(clp, task->tk_status);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007513 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
7514 rpc_restart_call_prepare(task);
7515 return;
7516 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007517 dprintk("<-- %s\n", __func__);
7518}
7519
7520static void nfs4_free_reclaim_complete_data(void *data)
7521{
7522 struct nfs4_reclaim_complete_data *calldata = data;
7523
7524 kfree(calldata);
7525}
7526
7527static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
7528 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
7529 .rpc_call_done = nfs4_reclaim_complete_done,
7530 .rpc_release = nfs4_free_reclaim_complete_data,
7531};
7532
7533/*
7534 * Issue a global reclaim complete.
7535 */
Trond Myklebust965e9c22013-05-20 11:05:17 -04007536static int nfs41_proc_reclaim_complete(struct nfs_client *clp,
7537 struct rpc_cred *cred)
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007538{
7539 struct nfs4_reclaim_complete_data *calldata;
7540 struct rpc_task *task;
7541 struct rpc_message msg = {
7542 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
Trond Myklebust965e9c22013-05-20 11:05:17 -04007543 .rpc_cred = cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007544 };
7545 struct rpc_task_setup task_setup_data = {
7546 .rpc_client = clp->cl_rpcclient,
7547 .rpc_message = &msg,
7548 .callback_ops = &nfs4_reclaim_complete_call_ops,
7549 .flags = RPC_TASK_ASYNC,
7550 };
7551 int status = -ENOMEM;
7552
7553 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04007554 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007555 if (calldata == NULL)
7556 goto out;
7557 calldata->clp = clp;
7558 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007559
Chuck Levera9c92d62013-08-09 12:48:18 -04007560 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007561 nfs4_set_sequence_privileged(&calldata->arg.seq_args);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007562 msg.rpc_argp = &calldata->arg;
7563 msg.rpc_resp = &calldata->res;
7564 task_setup_data.callback_data = calldata;
7565 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007566 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007567 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007568 goto out;
7569 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05007570 status = nfs4_wait_for_completion_rpc_task(task);
7571 if (status == 0)
7572 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007573 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007574 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007575out:
7576 dprintk("<-- %s status=%d\n", __func__, status);
7577 return status;
7578}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007579
7580static void
7581nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
7582{
7583 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00007584 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007585 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007586
7587 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00007588 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
7589 * right now covering the LAYOUTGET we are about to send.
7590 * However, that is not so catastrophic, and there seems
7591 * to be no way to prevent it completely.
7592 */
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007593 if (nfs41_setup_sequence(session, &lgp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05007594 &lgp->res.seq_res, task))
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007595 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00007596 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
7597 NFS_I(lgp->args.inode)->layout,
7598 lgp->args.ctx->state)) {
7599 rpc_exit(task, NFS4_OK);
Fred Isamancf7d63f2011-01-06 11:36:25 +00007600 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007601}
7602
7603static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
7604{
7605 struct nfs4_layoutget *lgp = calldata;
Trond Myklebustee314c22012-10-01 17:25:48 -07007606 struct inode *inode = lgp->args.inode;
7607 struct nfs_server *server = NFS_SERVER(inode);
7608 struct pnfs_layout_hdr *lo;
7609 struct nfs4_state *state = NULL;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007610 unsigned long timeo, now, giveup;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007611
Boaz Harroshed7e5422014-01-22 20:34:54 +02007612 dprintk("--> %s tk_status => %d\n", __func__, -task->tk_status);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007613
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007614 if (!nfs41_sequence_done(task, &lgp->res.seq_res))
Trond Myklebustee314c22012-10-01 17:25:48 -07007615 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007616
7617 switch (task->tk_status) {
7618 case 0:
Trond Myklebustee314c22012-10-01 17:25:48 -07007619 goto out;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007620 /*
7621 * NFS4ERR_LAYOUTTRYLATER is a conflict with another client
7622 * (or clients) writing to the same RAID stripe
7623 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007624 case -NFS4ERR_LAYOUTTRYLATER:
Boaz Harroshed7e5422014-01-22 20:34:54 +02007625 /*
7626 * NFS4ERR_RECALLCONFLICT is when conflict with self (must recall
7627 * existing layout before getting a new one).
7628 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007629 case -NFS4ERR_RECALLCONFLICT:
Weston Andros Adamson30005122013-02-28 20:30:10 -05007630 timeo = rpc_get_timeout(task->tk_client);
7631 giveup = lgp->args.timestamp + timeo;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007632 now = jiffies;
7633 if (time_after(giveup, now)) {
7634 unsigned long delay;
7635
7636 /* Delay for:
7637 * - Not less then NFS4_POLL_RETRY_MIN.
7638 * - One last time a jiffie before we give up
7639 * - exponential backoff (time_now minus start_attempt)
7640 */
7641 delay = max_t(unsigned long, NFS4_POLL_RETRY_MIN,
7642 min((giveup - now - 1),
7643 now - lgp->args.timestamp));
7644
7645 dprintk("%s: NFS4ERR_RECALLCONFLICT waiting %lu\n",
7646 __func__, delay);
7647 rpc_delay(task, delay);
7648 task->tk_status = 0;
7649 rpc_restart_call_prepare(task);
7650 goto out; /* Do not call nfs4_async_handle_error() */
7651 }
Trond Myklebustee314c22012-10-01 17:25:48 -07007652 break;
7653 case -NFS4ERR_EXPIRED:
7654 case -NFS4ERR_BAD_STATEID:
7655 spin_lock(&inode->i_lock);
7656 lo = NFS_I(inode)->layout;
7657 if (!lo || list_empty(&lo->plh_segs)) {
7658 spin_unlock(&inode->i_lock);
7659 /* If the open stateid was bad, then recover it. */
7660 state = lgp->args.ctx->state;
7661 } else {
7662 LIST_HEAD(head);
7663
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007664 /*
7665 * Mark the bad layout state as invalid, then retry
7666 * with the current stateid.
7667 */
Trond Myklebustee314c22012-10-01 17:25:48 -07007668 pnfs_mark_matching_lsegs_invalid(lo, &head, NULL);
7669 spin_unlock(&inode->i_lock);
Trond Myklebustee314c22012-10-01 17:25:48 -07007670 pnfs_free_lseg_list(&head);
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007671
7672 task->tk_status = 0;
7673 rpc_restart_call_prepare(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007674 }
7675 }
NeilBrown8478eaa2014-09-18 16:09:27 +10007676 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN)
Trond Myklebustee314c22012-10-01 17:25:48 -07007677 rpc_restart_call_prepare(task);
7678out:
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007679 dprintk("<-- %s\n", __func__);
7680}
7681
Idan Kedar85541162012-08-02 11:47:10 +03007682static size_t max_response_pages(struct nfs_server *server)
7683{
7684 u32 max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz;
7685 return nfs_page_array_len(0, max_resp_sz);
7686}
7687
7688static void nfs4_free_pages(struct page **pages, size_t size)
7689{
7690 int i;
7691
7692 if (!pages)
7693 return;
7694
7695 for (i = 0; i < size; i++) {
7696 if (!pages[i])
7697 break;
7698 __free_page(pages[i]);
7699 }
7700 kfree(pages);
7701}
7702
7703static struct page **nfs4_alloc_pages(size_t size, gfp_t gfp_flags)
7704{
7705 struct page **pages;
7706 int i;
7707
7708 pages = kcalloc(size, sizeof(struct page *), gfp_flags);
7709 if (!pages) {
7710 dprintk("%s: can't alloc array of %zu pages\n", __func__, size);
7711 return NULL;
7712 }
7713
7714 for (i = 0; i < size; i++) {
7715 pages[i] = alloc_page(gfp_flags);
7716 if (!pages[i]) {
7717 dprintk("%s: failed to allocate page\n", __func__);
7718 nfs4_free_pages(pages, size);
7719 return NULL;
7720 }
7721 }
7722
7723 return pages;
7724}
7725
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007726static void nfs4_layoutget_release(void *calldata)
7727{
7728 struct nfs4_layoutget *lgp = calldata;
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007729 struct inode *inode = lgp->args.inode;
7730 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007731 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007732
7733 dprintk("--> %s\n", __func__);
Idan Kedar85541162012-08-02 11:47:10 +03007734 nfs4_free_pages(lgp->args.layout.pages, max_pages);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007735 pnfs_put_layout_hdr(NFS_I(inode)->layout);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007736 put_nfs_open_context(lgp->args.ctx);
7737 kfree(calldata);
7738 dprintk("<-- %s\n", __func__);
7739}
7740
7741static const struct rpc_call_ops nfs4_layoutget_call_ops = {
7742 .rpc_call_prepare = nfs4_layoutget_prepare,
7743 .rpc_call_done = nfs4_layoutget_done,
7744 .rpc_release = nfs4_layoutget_release,
7745};
7746
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007747struct pnfs_layout_segment *
7748nfs4_proc_layoutget(struct nfs4_layoutget *lgp, gfp_t gfp_flags)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007749{
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007750 struct inode *inode = lgp->args.inode;
7751 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007752 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007753 struct rpc_task *task;
7754 struct rpc_message msg = {
7755 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
7756 .rpc_argp = &lgp->args,
7757 .rpc_resp = &lgp->res,
Trond Myklebust6ab59342013-05-20 10:49:34 -04007758 .rpc_cred = lgp->cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007759 };
7760 struct rpc_task_setup task_setup_data = {
7761 .rpc_client = server->client,
7762 .rpc_message = &msg,
7763 .callback_ops = &nfs4_layoutget_call_ops,
7764 .callback_data = lgp,
7765 .flags = RPC_TASK_ASYNC,
7766 };
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007767 struct pnfs_layout_segment *lseg = NULL;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007768 int status = 0;
7769
7770 dprintk("--> %s\n", __func__);
7771
Peng Tao4bd5a982014-11-17 11:05:17 +08007772 /* nfs4_layoutget_release calls pnfs_put_layout_hdr */
7773 pnfs_get_layout_hdr(NFS_I(inode)->layout);
7774
Idan Kedar85541162012-08-02 11:47:10 +03007775 lgp->args.layout.pages = nfs4_alloc_pages(max_pages, gfp_flags);
7776 if (!lgp->args.layout.pages) {
7777 nfs4_layoutget_release(lgp);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007778 return ERR_PTR(-ENOMEM);
Idan Kedar85541162012-08-02 11:47:10 +03007779 }
7780 lgp->args.layout.pglen = max_pages * PAGE_SIZE;
Weston Andros Adamson30005122013-02-28 20:30:10 -05007781 lgp->args.timestamp = jiffies;
Idan Kedar85541162012-08-02 11:47:10 +03007782
Weston Andros Adamson35124a02011-03-24 16:48:21 -04007783 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007784 lgp->res.seq_res.sr_slot = NULL;
Chuck Levera9c92d62013-08-09 12:48:18 -04007785 nfs4_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007786
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007787 task = rpc_run_task(&task_setup_data);
7788 if (IS_ERR(task))
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007789 return ERR_CAST(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007790 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00007791 if (status == 0)
7792 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007793 trace_nfs4_layoutget(lgp->args.ctx,
7794 &lgp->args.range,
7795 &lgp->res.range,
7796 status);
Weston Andros Adamson085b7a42013-02-15 16:03:46 -05007797 /* if layoutp->len is 0, nfs4_layoutget_prepare called rpc_exit */
7798 if (status == 0 && lgp->res.layoutp->len)
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007799 lseg = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007800 rpc_put_task(task);
7801 dprintk("<-- %s status=%d\n", __func__, status);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007802 if (status)
7803 return ERR_PTR(status);
7804 return lseg;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007805}
7806
Benny Halevycbe82602011-05-22 19:52:37 +03007807static void
7808nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
7809{
7810 struct nfs4_layoutreturn *lrp = calldata;
7811
7812 dprintk("--> %s\n", __func__);
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007813 nfs41_setup_sequence(lrp->clp->cl_session,
7814 &lrp->args.seq_args,
7815 &lrp->res.seq_res,
7816 task);
Benny Halevycbe82602011-05-22 19:52:37 +03007817}
7818
7819static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
7820{
7821 struct nfs4_layoutreturn *lrp = calldata;
7822 struct nfs_server *server;
7823
7824 dprintk("--> %s\n", __func__);
7825
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007826 if (!nfs41_sequence_done(task, &lrp->res.seq_res))
Benny Halevycbe82602011-05-22 19:52:37 +03007827 return;
7828
7829 server = NFS_SERVER(lrp->args.inode);
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007830 switch (task->tk_status) {
7831 default:
7832 task->tk_status = 0;
7833 case 0:
7834 break;
7835 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10007836 if (nfs4_async_handle_error(task, server, NULL, NULL) != -EAGAIN)
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007837 break;
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007838 rpc_restart_call_prepare(task);
Benny Halevycbe82602011-05-22 19:52:37 +03007839 return;
7840 }
Benny Halevycbe82602011-05-22 19:52:37 +03007841 dprintk("<-- %s\n", __func__);
7842}
7843
7844static void nfs4_layoutreturn_release(void *calldata)
7845{
7846 struct nfs4_layoutreturn *lrp = calldata;
Trond Myklebust849b2862012-09-24 14:18:39 -04007847 struct pnfs_layout_hdr *lo = lrp->args.layout;
Benny Halevycbe82602011-05-22 19:52:37 +03007848
7849 dprintk("--> %s\n", __func__);
Trond Myklebust849b2862012-09-24 14:18:39 -04007850 spin_lock(&lo->plh_inode->i_lock);
7851 if (lrp->res.lrs_present)
7852 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
7853 lo->plh_block_lgets--;
7854 spin_unlock(&lo->plh_inode->i_lock);
Trond Myklebust70c3bd22012-09-18 20:51:13 -04007855 pnfs_put_layout_hdr(lrp->args.layout);
Benny Halevycbe82602011-05-22 19:52:37 +03007856 kfree(calldata);
7857 dprintk("<-- %s\n", __func__);
7858}
7859
7860static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
7861 .rpc_call_prepare = nfs4_layoutreturn_prepare,
7862 .rpc_call_done = nfs4_layoutreturn_done,
7863 .rpc_release = nfs4_layoutreturn_release,
7864};
7865
7866int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp)
7867{
7868 struct rpc_task *task;
7869 struct rpc_message msg = {
7870 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
7871 .rpc_argp = &lrp->args,
7872 .rpc_resp = &lrp->res,
Trond Myklebust95560002013-05-20 10:43:47 -04007873 .rpc_cred = lrp->cred,
Benny Halevycbe82602011-05-22 19:52:37 +03007874 };
7875 struct rpc_task_setup task_setup_data = {
Andy Adamson1771c572013-07-22 12:42:05 -04007876 .rpc_client = NFS_SERVER(lrp->args.inode)->client,
Benny Halevycbe82602011-05-22 19:52:37 +03007877 .rpc_message = &msg,
7878 .callback_ops = &nfs4_layoutreturn_call_ops,
7879 .callback_data = lrp,
7880 };
7881 int status;
7882
7883 dprintk("--> %s\n", __func__);
Chuck Levera9c92d62013-08-09 12:48:18 -04007884 nfs4_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1);
Benny Halevycbe82602011-05-22 19:52:37 +03007885 task = rpc_run_task(&task_setup_data);
7886 if (IS_ERR(task))
7887 return PTR_ERR(task);
7888 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007889 trace_nfs4_layoutreturn(lrp->args.inode, status);
Benny Halevycbe82602011-05-22 19:52:37 +03007890 dprintk("<-- %s status=%d\n", __func__, status);
7891 rpc_put_task(task);
7892 return status;
7893}
7894
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007895static int
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007896_nfs4_proc_getdeviceinfo(struct nfs_server *server,
7897 struct pnfs_device *pdev,
7898 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007899{
7900 struct nfs4_getdeviceinfo_args args = {
7901 .pdev = pdev,
7902 };
7903 struct nfs4_getdeviceinfo_res res = {
7904 .pdev = pdev,
7905 };
7906 struct rpc_message msg = {
7907 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
7908 .rpc_argp = &args,
7909 .rpc_resp = &res,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007910 .rpc_cred = cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007911 };
7912 int status;
7913
7914 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00007915 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007916 dprintk("<-- %s status=%d\n", __func__, status);
7917
7918 return status;
7919}
7920
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007921int nfs4_proc_getdeviceinfo(struct nfs_server *server,
7922 struct pnfs_device *pdev,
7923 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007924{
7925 struct nfs4_exception exception = { };
7926 int err;
7927
7928 do {
7929 err = nfs4_handle_exception(server,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007930 _nfs4_proc_getdeviceinfo(server, pdev, cred),
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007931 &exception);
7932 } while (exception.retry);
7933 return err;
7934}
7935EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
7936
Andy Adamson863a3c62011-03-23 13:27:54 +00007937static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
7938{
7939 struct nfs4_layoutcommit_data *data = calldata;
7940 struct nfs_server *server = NFS_SERVER(data->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007941 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamson863a3c62011-03-23 13:27:54 +00007942
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007943 nfs41_setup_sequence(session,
7944 &data->args.seq_args,
7945 &data->res.seq_res,
7946 task);
Andy Adamson863a3c62011-03-23 13:27:54 +00007947}
7948
7949static void
7950nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
7951{
7952 struct nfs4_layoutcommit_data *data = calldata;
7953 struct nfs_server *server = NFS_SERVER(data->args.inode);
7954
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007955 if (!nfs41_sequence_done(task, &data->res.seq_res))
Andy Adamson863a3c62011-03-23 13:27:54 +00007956 return;
7957
7958 switch (task->tk_status) { /* Just ignore these failures */
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007959 case -NFS4ERR_DELEG_REVOKED: /* layout was recalled */
7960 case -NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
7961 case -NFS4ERR_BADLAYOUT: /* no layout */
7962 case -NFS4ERR_GRACE: /* loca_recalim always false */
Andy Adamson863a3c62011-03-23 13:27:54 +00007963 task->tk_status = 0;
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007964 case 0:
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007965 break;
7966 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10007967 if (nfs4_async_handle_error(task, server, NULL, NULL) == -EAGAIN) {
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007968 rpc_restart_call_prepare(task);
7969 return;
7970 }
7971 }
Andy Adamson863a3c62011-03-23 13:27:54 +00007972}
7973
7974static void nfs4_layoutcommit_release(void *calldata)
7975{
7976 struct nfs4_layoutcommit_data *data = calldata;
7977
Andy Adamsondb29c082011-07-30 20:52:38 -04007978 pnfs_cleanup_layoutcommit(data);
Trond Myklebustd8c951c2014-01-13 12:08:11 -05007979 nfs_post_op_update_inode_force_wcc(data->args.inode,
7980 data->res.fattr);
Andy Adamson863a3c62011-03-23 13:27:54 +00007981 put_rpccred(data->cred);
7982 kfree(data);
7983}
7984
7985static const struct rpc_call_ops nfs4_layoutcommit_ops = {
7986 .rpc_call_prepare = nfs4_layoutcommit_prepare,
7987 .rpc_call_done = nfs4_layoutcommit_done,
7988 .rpc_release = nfs4_layoutcommit_release,
7989};
7990
7991int
Andy Adamsonef311532011-03-12 02:58:10 -05007992nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00007993{
7994 struct rpc_message msg = {
7995 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
7996 .rpc_argp = &data->args,
7997 .rpc_resp = &data->res,
7998 .rpc_cred = data->cred,
7999 };
8000 struct rpc_task_setup task_setup_data = {
8001 .task = &data->task,
8002 .rpc_client = NFS_CLIENT(data->args.inode),
8003 .rpc_message = &msg,
8004 .callback_ops = &nfs4_layoutcommit_ops,
8005 .callback_data = data,
8006 .flags = RPC_TASK_ASYNC,
8007 };
8008 struct rpc_task *task;
8009 int status = 0;
8010
8011 dprintk("NFS: %4d initiating layoutcommit call. sync %d "
8012 "lbw: %llu inode %lu\n",
8013 data->task.tk_pid, sync,
8014 data->args.lastbytewritten,
8015 data->args.inode->i_ino);
8016
Chuck Levera9c92d62013-08-09 12:48:18 -04008017 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Andy Adamson863a3c62011-03-23 13:27:54 +00008018 task = rpc_run_task(&task_setup_data);
8019 if (IS_ERR(task))
8020 return PTR_ERR(task);
Andy Adamsonef311532011-03-12 02:58:10 -05008021 if (sync == false)
Andy Adamson863a3c62011-03-23 13:27:54 +00008022 goto out;
8023 status = nfs4_wait_for_completion_rpc_task(task);
8024 if (status != 0)
8025 goto out;
8026 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04008027 trace_nfs4_layoutcommit(data->args.inode, status);
Andy Adamson863a3c62011-03-23 13:27:54 +00008028out:
8029 dprintk("%s: status %d\n", __func__, status);
8030 rpc_put_task(task);
8031 return status;
8032}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008033
Andy Adamson97431202013-08-08 10:57:56 -04008034/**
8035 * Use the state managment nfs_client cl_rpcclient, which uses krb5i (if
8036 * possible) as per RFC3530bis and RFC5661 Security Considerations sections
8037 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008038static int
8039_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008040 struct nfs_fsinfo *info,
8041 struct nfs4_secinfo_flavors *flavors, bool use_integrity)
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008042{
8043 struct nfs41_secinfo_no_name_args args = {
8044 .style = SECINFO_STYLE_CURRENT_FH,
8045 };
8046 struct nfs4_secinfo_res res = {
8047 .flavors = flavors,
8048 };
8049 struct rpc_message msg = {
8050 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
8051 .rpc_argp = &args,
8052 .rpc_resp = &res,
8053 };
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008054 struct rpc_clnt *clnt = server->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008055 struct rpc_cred *cred = NULL;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008056 int status;
8057
8058 if (use_integrity) {
8059 clnt = server->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008060 cred = nfs4_get_clid_cred(server->nfs_client);
8061 msg.rpc_cred = cred;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008062 }
8063
8064 dprintk("--> %s\n", __func__);
8065 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args,
8066 &res.seq_res, 0);
8067 dprintk("<-- %s status=%d\n", __func__, status);
8068
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008069 if (cred)
8070 put_rpccred(cred);
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008071
8072 return status;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008073}
8074
8075static int
8076nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
8077 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
8078{
8079 struct nfs4_exception exception = { };
8080 int err;
8081 do {
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008082 /* first try using integrity protection */
8083 err = -NFS4ERR_WRONGSEC;
8084
8085 /* try to use integrity protection with machine cred */
8086 if (_nfs4_is_integrity_protected(server->nfs_client))
8087 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8088 flavors, true);
8089
8090 /*
8091 * if unable to use integrity protection, or SECINFO with
8092 * integrity protection returns NFS4ERR_WRONGSEC (which is
8093 * disallowed by spec, but exists in deployed servers) use
8094 * the current filesystem's rpc_client and the user cred.
8095 */
8096 if (err == -NFS4ERR_WRONGSEC)
8097 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8098 flavors, false);
8099
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008100 switch (err) {
8101 case 0:
8102 case -NFS4ERR_WRONGSEC:
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008103 case -ENOTSUPP:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008104 goto out;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008105 default:
8106 err = nfs4_handle_exception(server, err, &exception);
8107 }
8108 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008109out:
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008110 return err;
8111}
8112
8113static int
8114nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
8115 struct nfs_fsinfo *info)
8116{
8117 int err;
8118 struct page *page;
Anna Schumaker367156d2013-09-25 17:02:48 -04008119 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008120 struct nfs4_secinfo_flavors *flavors;
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008121 struct nfs4_secinfo4 *secinfo;
8122 int i;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008123
8124 page = alloc_page(GFP_KERNEL);
8125 if (!page) {
8126 err = -ENOMEM;
8127 goto out;
8128 }
8129
8130 flavors = page_address(page);
8131 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
8132
8133 /*
8134 * Fall back on "guess and check" method if
8135 * the server doesn't support SECINFO_NO_NAME
8136 */
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008137 if (err == -NFS4ERR_WRONGSEC || err == -ENOTSUPP) {
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008138 err = nfs4_find_root_sec(server, fhandle, info);
8139 goto out_freepage;
8140 }
8141 if (err)
8142 goto out_freepage;
8143
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008144 for (i = 0; i < flavors->num_flavors; i++) {
8145 secinfo = &flavors->flavors[i];
8146
8147 switch (secinfo->flavor) {
8148 case RPC_AUTH_NULL:
8149 case RPC_AUTH_UNIX:
8150 case RPC_AUTH_GSS:
8151 flavor = rpcauth_get_pseudoflavor(secinfo->flavor,
8152 &secinfo->flavor_info);
8153 break;
8154 default:
8155 flavor = RPC_AUTH_MAXFLAVOR;
8156 break;
8157 }
8158
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04008159 if (!nfs_auth_info_match(&server->auth_info, flavor))
8160 flavor = RPC_AUTH_MAXFLAVOR;
8161
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008162 if (flavor != RPC_AUTH_MAXFLAVOR) {
8163 err = nfs4_lookup_root_sec(server, fhandle,
8164 info, flavor);
8165 if (!err)
8166 break;
8167 }
8168 }
8169
8170 if (flavor == RPC_AUTH_MAXFLAVOR)
8171 err = -EPERM;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008172
8173out_freepage:
8174 put_page(page);
8175 if (err == -EACCES)
8176 return -EPERM;
8177out:
8178 return err;
8179}
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008180
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008181static int _nfs41_test_stateid(struct nfs_server *server,
8182 nfs4_stateid *stateid,
8183 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008184{
8185 int status;
8186 struct nfs41_test_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008187 .stateid = stateid,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008188 };
8189 struct nfs41_test_stateid_res res;
8190 struct rpc_message msg = {
8191 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
8192 .rpc_argp = &args,
8193 .rpc_resp = &res,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008194 .rpc_cred = cred,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008195 };
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008196 struct rpc_clnt *rpc_client = server->client;
8197
8198 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8199 &rpc_client, &msg);
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008200
Chuck Lever38527b12012-07-11 16:30:23 -04008201 dprintk("NFS call test_stateid %p\n", stateid);
Chuck Levera9c92d62013-08-09 12:48:18 -04008202 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008203 nfs4_set_sequence_privileged(&args.seq_args);
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008204 status = nfs4_call_sync_sequence(rpc_client, server, &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008205 &args.seq_args, &res.seq_res);
Chuck Lever38527b12012-07-11 16:30:23 -04008206 if (status != NFS_OK) {
8207 dprintk("NFS reply test_stateid: failed, %d\n", status);
Chuck Lever377e5072012-07-11 16:29:45 -04008208 return status;
Chuck Lever38527b12012-07-11 16:30:23 -04008209 }
8210 dprintk("NFS reply test_stateid: succeeded, %d\n", -res.status);
Chuck Lever377e5072012-07-11 16:29:45 -04008211 return -res.status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04008212}
8213
Chuck Lever38527b12012-07-11 16:30:23 -04008214/**
8215 * nfs41_test_stateid - perform a TEST_STATEID operation
8216 *
8217 * @server: server / transport on which to perform the operation
8218 * @stateid: state ID to test
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008219 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008220 *
8221 * Returns NFS_OK if the server recognizes that "stateid" is valid.
8222 * Otherwise a negative NFS4ERR value is returned if the operation
8223 * failed or the state ID is not currently valid.
8224 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008225static int nfs41_test_stateid(struct nfs_server *server,
8226 nfs4_stateid *stateid,
8227 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008228{
8229 struct nfs4_exception exception = { };
8230 int err;
8231 do {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008232 err = _nfs41_test_stateid(server, stateid, cred);
Chuck Lever377e5072012-07-11 16:29:45 -04008233 if (err != -NFS4ERR_DELAY)
8234 break;
8235 nfs4_handle_exception(server, err, &exception);
Bryan Schumaker7d974792011-06-02 14:59:08 -04008236 } while (exception.retry);
8237 return err;
8238}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008239
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008240struct nfs_free_stateid_data {
8241 struct nfs_server *server;
8242 struct nfs41_free_stateid_args args;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008243 struct nfs41_free_stateid_res res;
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008244};
8245
8246static void nfs41_free_stateid_prepare(struct rpc_task *task, void *calldata)
8247{
8248 struct nfs_free_stateid_data *data = calldata;
8249 nfs41_setup_sequence(nfs4_get_session(data->server),
8250 &data->args.seq_args,
8251 &data->res.seq_res,
8252 task);
8253}
8254
8255static void nfs41_free_stateid_done(struct rpc_task *task, void *calldata)
8256{
8257 struct nfs_free_stateid_data *data = calldata;
8258
8259 nfs41_sequence_done(task, &data->res.seq_res);
8260
8261 switch (task->tk_status) {
8262 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10008263 if (nfs4_async_handle_error(task, data->server, NULL, NULL) == -EAGAIN)
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008264 rpc_restart_call_prepare(task);
8265 }
8266}
8267
8268static void nfs41_free_stateid_release(void *calldata)
8269{
8270 kfree(calldata);
8271}
8272
Trond Myklebust17f26b12013-08-21 15:48:42 -04008273static const struct rpc_call_ops nfs41_free_stateid_ops = {
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008274 .rpc_call_prepare = nfs41_free_stateid_prepare,
8275 .rpc_call_done = nfs41_free_stateid_done,
8276 .rpc_release = nfs41_free_stateid_release,
8277};
8278
8279static struct rpc_task *_nfs41_free_stateid(struct nfs_server *server,
8280 nfs4_stateid *stateid,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008281 struct rpc_cred *cred,
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008282 bool privileged)
8283{
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008284 struct rpc_message msg = {
8285 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008286 .rpc_cred = cred,
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008287 };
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008288 struct rpc_task_setup task_setup = {
8289 .rpc_client = server->client,
8290 .rpc_message = &msg,
8291 .callback_ops = &nfs41_free_stateid_ops,
8292 .flags = RPC_TASK_ASYNC,
8293 };
8294 struct nfs_free_stateid_data *data;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008295
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008296 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8297 &task_setup.rpc_client, &msg);
8298
Chuck Lever38527b12012-07-11 16:30:23 -04008299 dprintk("NFS call free_stateid %p\n", stateid);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008300 data = kmalloc(sizeof(*data), GFP_NOFS);
8301 if (!data)
8302 return ERR_PTR(-ENOMEM);
8303 data->server = server;
8304 nfs4_stateid_copy(&data->args.stateid, stateid);
8305
8306 task_setup.callback_data = data;
8307
8308 msg.rpc_argp = &data->args;
8309 msg.rpc_resp = &data->res;
Chuck Levera9c92d62013-08-09 12:48:18 -04008310 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008311 if (privileged)
8312 nfs4_set_sequence_privileged(&data->args.seq_args);
8313
8314 return rpc_run_task(&task_setup);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008315}
8316
Chuck Lever38527b12012-07-11 16:30:23 -04008317/**
8318 * nfs41_free_stateid - perform a FREE_STATEID operation
8319 *
8320 * @server: server / transport on which to perform the operation
8321 * @stateid: state ID to release
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008322 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008323 *
8324 * Returns NFS_OK if the server freed "stateid". Otherwise a
8325 * negative NFS4ERR value is returned.
8326 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008327static int nfs41_free_stateid(struct nfs_server *server,
8328 nfs4_stateid *stateid,
8329 struct rpc_cred *cred)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008330{
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008331 struct rpc_task *task;
8332 int ret;
8333
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008334 task = _nfs41_free_stateid(server, stateid, cred, true);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008335 if (IS_ERR(task))
8336 return PTR_ERR(task);
8337 ret = rpc_wait_for_completion_task(task);
8338 if (!ret)
8339 ret = task->tk_status;
8340 rpc_put_task(task);
8341 return ret;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008342}
Trond Myklebust36281ca2012-03-04 18:13:56 -05008343
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008344static void
8345nfs41_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008346{
8347 struct rpc_task *task;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008348 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008349
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008350 task = _nfs41_free_stateid(server, &lsp->ls_stateid, cred, false);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008351 nfs4_free_lock_state(server, lsp);
8352 if (IS_ERR(task))
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008353 return;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008354 rpc_put_task(task);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008355}
8356
Trond Myklebust36281ca2012-03-04 18:13:56 -05008357static bool nfs41_match_stateid(const nfs4_stateid *s1,
8358 const nfs4_stateid *s2)
8359{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008360 if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008361 return false;
8362
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008363 if (s1->seqid == s2->seqid)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008364 return true;
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008365 if (s1->seqid == 0 || s2->seqid == 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008366 return true;
8367
8368 return false;
8369}
8370
Andy Adamson557134a2009-04-01 09:21:53 -04008371#endif /* CONFIG_NFS_V4_1 */
8372
Trond Myklebust36281ca2012-03-04 18:13:56 -05008373static bool nfs4_match_stateid(const nfs4_stateid *s1,
8374 const nfs4_stateid *s2)
8375{
Trond Myklebustf597c532012-03-04 18:13:56 -05008376 return nfs4_stateid_match(s1, s2);
Trond Myklebust36281ca2012-03-04 18:13:56 -05008377}
8378
8379
Trond Myklebust17280172012-03-11 13:11:00 -04008380static const struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008381 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008382 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008383 .recover_open = nfs4_open_reclaim,
8384 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04008385 .establish_clid = nfs4_init_clientid,
Chuck Lever05f4c352012-09-14 17:24:32 -04008386 .detect_trunking = nfs40_discover_server_trunking,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008387};
8388
Andy Adamson591d71c2009-04-01 09:22:47 -04008389#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008390static const struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008391 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
8392 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
8393 .recover_open = nfs4_open_reclaim,
8394 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05008395 .establish_clid = nfs41_init_clientid,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05008396 .reclaim_complete = nfs41_proc_reclaim_complete,
Chuck Lever05f4c352012-09-14 17:24:32 -04008397 .detect_trunking = nfs41_discover_server_trunking,
Andy Adamson591d71c2009-04-01 09:22:47 -04008398};
8399#endif /* CONFIG_NFS_V4_1 */
8400
Trond Myklebust17280172012-03-11 13:11:00 -04008401static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008402 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008403 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03008404 .recover_open = nfs40_open_expired,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008405 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04008406 .establish_clid = nfs4_init_clientid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008407};
8408
Andy Adamson591d71c2009-04-01 09:22:47 -04008409#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008410static const struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008411 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
8412 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04008413 .recover_open = nfs41_open_expired,
8414 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05008415 .establish_clid = nfs41_init_clientid,
Andy Adamson591d71c2009-04-01 09:22:47 -04008416};
8417#endif /* CONFIG_NFS_V4_1 */
8418
Trond Myklebust17280172012-03-11 13:11:00 -04008419static const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008420 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04008421 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008422 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04008423};
8424
8425#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008426static const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008427 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04008428 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008429 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04008430};
8431#endif
8432
Chuck Leverec011fe2013-10-17 14:12:39 -04008433static const struct nfs4_mig_recovery_ops nfs40_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008434 .get_locations = _nfs40_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008435 .fsid_present = _nfs40_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008436};
8437
8438#if defined(CONFIG_NFS_V4_1)
8439static const struct nfs4_mig_recovery_ops nfs41_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008440 .get_locations = _nfs41_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008441 .fsid_present = _nfs41_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008442};
8443#endif /* CONFIG_NFS_V4_1 */
8444
Trond Myklebust97dc1352010-06-16 09:52:26 -04008445static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
8446 .minor_version = 0,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008447 .init_caps = NFS_CAP_READDIRPLUS
8448 | NFS_CAP_ATOMIC_OPEN
8449 | NFS_CAP_CHANGE_ATTR
8450 | NFS_CAP_POSIX_LOCK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008451 .init_client = nfs40_init_client,
8452 .shutdown_client = nfs40_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008453 .match_stateid = nfs4_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008454 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008455 .free_lock_state = nfs4_release_lockowner,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008456 .alloc_seqid = nfs_alloc_seqid,
Chuck Lever9915ea72013-08-09 12:48:27 -04008457 .call_sync_ops = &nfs40_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008458 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
8459 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
8460 .state_renewal_ops = &nfs40_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008461 .mig_recovery_ops = &nfs40_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008462};
8463
8464#if defined(CONFIG_NFS_V4_1)
Trond Myklebust63f5f792015-01-23 19:19:25 -05008465static struct nfs_seqid *
8466nfs_alloc_no_seqid(struct nfs_seqid_counter *arg1, gfp_t arg2)
8467{
8468 return NULL;
8469}
8470
Trond Myklebust97dc1352010-06-16 09:52:26 -04008471static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
8472 .minor_version = 1,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008473 .init_caps = NFS_CAP_READDIRPLUS
8474 | NFS_CAP_ATOMIC_OPEN
8475 | NFS_CAP_CHANGE_ATTR
Trond Myklebust3b664862013-03-17 15:31:15 -04008476 | NFS_CAP_POSIX_LOCK
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04008477 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008478 | NFS_CAP_ATOMIC_OPEN_V1,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008479 .init_client = nfs41_init_client,
8480 .shutdown_client = nfs41_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008481 .match_stateid = nfs41_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008482 .find_root_sec = nfs41_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008483 .free_lock_state = nfs41_free_lock_state,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008484 .alloc_seqid = nfs_alloc_no_seqid,
Chuck Lever9915ea72013-08-09 12:48:27 -04008485 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008486 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8487 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8488 .state_renewal_ops = &nfs41_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008489 .mig_recovery_ops = &nfs41_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008490};
8491#endif
8492
Steve Dickson42c2c422013-05-22 12:50:38 -04008493#if defined(CONFIG_NFS_V4_2)
8494static const struct nfs4_minor_version_ops nfs_v4_2_minor_ops = {
8495 .minor_version = 2,
Bryan Schumaker70173102013-06-19 13:41:43 -04008496 .init_caps = NFS_CAP_READDIRPLUS
8497 | NFS_CAP_ATOMIC_OPEN
8498 | NFS_CAP_CHANGE_ATTR
8499 | NFS_CAP_POSIX_LOCK
8500 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008501 | NFS_CAP_ATOMIC_OPEN_V1
Anna Schumakerf4ac1672014-11-25 13:18:15 -05008502 | NFS_CAP_ALLOCATE
Anna Schumaker624bd5b2014-11-25 13:18:16 -05008503 | NFS_CAP_DEALLOCATE
Anna Schumakere9831202014-10-22 15:53:10 -04008504 | NFS_CAP_SEEK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008505 .init_client = nfs41_init_client,
8506 .shutdown_client = nfs41_shutdown_client,
Steve Dickson42c2c422013-05-22 12:50:38 -04008507 .match_stateid = nfs41_match_stateid,
8508 .find_root_sec = nfs41_find_root_sec,
Bryan Schumaker70173102013-06-19 13:41:43 -04008509 .free_lock_state = nfs41_free_lock_state,
Chuck Lever9915ea72013-08-09 12:48:27 -04008510 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008511 .alloc_seqid = nfs_alloc_no_seqid,
Steve Dickson42c2c422013-05-22 12:50:38 -04008512 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8513 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8514 .state_renewal_ops = &nfs41_state_renewal_ops,
8515};
8516#endif
8517
Trond Myklebust97dc1352010-06-16 09:52:26 -04008518const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
8519 [0] = &nfs_v4_0_minor_ops,
8520#if defined(CONFIG_NFS_V4_1)
8521 [1] = &nfs_v4_1_minor_ops,
8522#endif
Steve Dickson42c2c422013-05-22 12:50:38 -04008523#if defined(CONFIG_NFS_V4_2)
8524 [2] = &nfs_v4_2_minor_ops,
8525#endif
Trond Myklebust97dc1352010-06-16 09:52:26 -04008526};
8527
Trond Myklebust17f26b12013-08-21 15:48:42 -04008528static const struct inode_operations nfs4_dir_inode_operations = {
Bryan Schumaker73a79702012-07-16 16:39:12 -04008529 .create = nfs_create,
8530 .lookup = nfs_lookup,
8531 .atomic_open = nfs_atomic_open,
8532 .link = nfs_link,
8533 .unlink = nfs_unlink,
8534 .symlink = nfs_symlink,
8535 .mkdir = nfs_mkdir,
8536 .rmdir = nfs_rmdir,
8537 .mknod = nfs_mknod,
8538 .rename = nfs_rename,
8539 .permission = nfs_permission,
8540 .getattr = nfs_getattr,
8541 .setattr = nfs_setattr,
8542 .getxattr = generic_getxattr,
8543 .setxattr = generic_setxattr,
8544 .listxattr = generic_listxattr,
8545 .removexattr = generic_removexattr,
8546};
8547
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08008548static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008549 .permission = nfs_permission,
8550 .getattr = nfs_getattr,
8551 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008552 .getxattr = generic_getxattr,
8553 .setxattr = generic_setxattr,
8554 .listxattr = generic_listxattr,
8555 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008556};
8557
David Howells509de812006-08-22 20:06:11 -04008558const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07008559 .version = 4, /* protocol version */
8560 .dentry_ops = &nfs4_dentry_operations,
8561 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008562 .file_inode_ops = &nfs4_file_inode_operations,
Jeff Layton1788ea62011-11-04 13:31:21 -04008563 .file_ops = &nfs4_file_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008564 .getroot = nfs4_proc_get_root,
Bryan Schumaker281cad42012-04-27 13:27:45 -04008565 .submount = nfs4_submount,
Bryan Schumakerff9099f22012-07-30 16:05:18 -04008566 .try_mount = nfs4_try_mount,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008567 .getattr = nfs4_proc_getattr,
8568 .setattr = nfs4_proc_setattr,
8569 .lookup = nfs4_proc_lookup,
8570 .access = nfs4_proc_access,
8571 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008572 .create = nfs4_proc_create,
8573 .remove = nfs4_proc_remove,
8574 .unlink_setup = nfs4_proc_unlink_setup,
Bryan Schumaker34e137c2012-03-19 14:54:41 -04008575 .unlink_rpc_prepare = nfs4_proc_unlink_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008576 .unlink_done = nfs4_proc_unlink_done,
Jeff Laytond3d41522010-09-17 17:31:57 -04008577 .rename_setup = nfs4_proc_rename_setup,
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04008578 .rename_rpc_prepare = nfs4_proc_rename_rpc_prepare,
Jeff Laytond3d41522010-09-17 17:31:57 -04008579 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008580 .link = nfs4_proc_link,
8581 .symlink = nfs4_proc_symlink,
8582 .mkdir = nfs4_proc_mkdir,
8583 .rmdir = nfs4_proc_remove,
8584 .readdir = nfs4_proc_readdir,
8585 .mknod = nfs4_proc_mknod,
8586 .statfs = nfs4_proc_statfs,
8587 .fsinfo = nfs4_proc_fsinfo,
8588 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04008589 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008590 .decode_dirent = nfs4_decode_dirent,
Anna Schumakera4cdda52014-05-06 09:12:31 -04008591 .pgio_rpc_prepare = nfs4_proc_pgio_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008592 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05008593 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008594 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008595 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008596 .commit_setup = nfs4_proc_commit_setup,
Fred Isaman0b7c0152012-04-20 14:47:39 -04008597 .commit_rpc_prepare = nfs4_proc_commit_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008598 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008599 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00008600 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04008601 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04008602 .open_context = nfs4_atomic_open,
Bryan Schumaker011e2a72012-06-20 15:53:43 -04008603 .have_delegation = nfs4_have_delegation,
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04008604 .return_delegation = nfs4_inode_return_delegation,
Bryan Schumaker6663ee72012-06-20 15:53:46 -04008605 .alloc_client = nfs4_alloc_client,
Andy Adamson45a52a02011-03-01 01:34:08 +00008606 .init_client = nfs4_init_client,
Bryan Schumakercdb7ece2012-06-20 15:53:45 -04008607 .free_client = nfs4_free_client,
Bryan Schumaker1179acc2012-07-30 16:05:19 -04008608 .create_server = nfs4_create_server,
8609 .clone_server = nfs_clone_server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008610};
8611
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008612static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
8613 .prefix = XATTR_NAME_NFSV4_ACL,
8614 .list = nfs4_xattr_list_nfs4_acl,
8615 .get = nfs4_xattr_get_nfs4_acl,
8616 .set = nfs4_xattr_set_nfs4_acl,
8617};
8618
8619const struct xattr_handler *nfs4_xattr_handlers[] = {
8620 &nfs4_xattr_nfs4_acl_handler,
David Quigleyc9bccef2013-05-22 12:50:45 -04008621#ifdef CONFIG_NFS_V4_SECURITY_LABEL
8622 &nfs4_xattr_nfs4_label_handler,
8623#endif
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008624 NULL
8625};
8626
Linus Torvalds1da177e2005-04-16 15:20:36 -07008627/*
8628 * Local variables:
8629 * c-basic-offset: 8
8630 * End:
8631 */