blob: c9c38077075c44435171890396f6d900fe291f1b [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * fs/nfs/nfs4proc.c
3 *
4 * Client-side procedure declarations for NFSv4.
5 *
6 * Copyright (c) 2002 The Regents of the University of Michigan.
7 * All rights reserved.
8 *
9 * Kendrick Smith <kmsmith@umich.edu>
10 * Andy Adamson <andros@umich.edu>
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 *
16 * 1. Redistributions of source code must retain the above copyright
17 * notice, this list of conditions and the following disclaimer.
18 * 2. Redistributions in binary form must reproduce the above copyright
19 * notice, this list of conditions and the following disclaimer in the
20 * documentation and/or other materials provided with the distribution.
21 * 3. Neither the name of the University nor the names of its
22 * contributors may be used to endorse or promote products derived
23 * from this software without specific prior written permission.
24 *
25 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
26 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
27 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28 * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
29 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
32 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
33 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
34 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
35 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 */
37
38#include <linux/mm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070039#include <linux/delay.h>
40#include <linux/errno.h>
41#include <linux/string.h>
Trond Myklebust652f89f2011-12-09 19:05:58 -050042#include <linux/ratelimit.h>
43#include <linux/printk.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090044#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070045#include <linux/sunrpc/clnt.h>
46#include <linux/nfs.h>
47#include <linux/nfs4.h>
48#include <linux/nfs_fs.h>
49#include <linux/nfs_page.h>
Bryan Schumaker9b7160c2011-04-13 14:31:30 -040050#include <linux/nfs_mount.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070051#include <linux/namei.h>
Trond Myklebust02a913a2005-10-18 14:20:17 -070052#include <linux/mount.h>
Benny Halevy99fe60d2009-04-01 09:22:29 -040053#include <linux/module.h>
Trond Myklebust6926afd2012-01-07 13:22:46 -050054#include <linux/nfs_idmap.h>
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +000055#include <linux/xattr.h>
Andy Adamsonc7a360b2011-01-25 19:15:32 -050056#include <linux/utsname.h>
Jeff Laytond3103102011-12-01 22:44:39 +010057#include <linux/freezer.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070058
Trond Myklebust4ce79712005-06-22 17:16:21 +000059#include "nfs4_fs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070060#include "delegation.h"
Trond Myklebust101070c2008-02-19 20:04:23 -050061#include "internal.h"
Chuck Lever006ea732006-03-20 13:44:14 -050062#include "iostat.h"
Andy Adamsonfc931582009-04-01 09:22:31 -040063#include "callback.h"
Andy Adamsonb1f69b72010-10-20 00:18:03 -040064#include "pnfs.h"
Chuck Leverf0920752012-05-21 22:45:41 -040065#include "netns.h"
Trond Myklebust73e39aa2012-11-26 12:49:34 -050066#include "nfs4session.h"
David Howellsde242c02012-12-20 21:52:38 +000067#include "fscache.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
Trond Myklebustc6d01c62013-08-09 11:51:26 -040069#include "nfs4trace.h"
70
Linus Torvalds1da177e2005-04-16 15:20:36 -070071#define NFSDBG_FACILITY NFSDBG_PROC
72
Trond Myklebust2066fe82006-09-15 08:30:46 -040073#define NFS4_POLL_RETRY_MIN (HZ/10)
Linus Torvalds1da177e2005-04-16 15:20:36 -070074#define NFS4_POLL_RETRY_MAX (15*HZ)
75
Trond Myklebustcdd4e682006-01-03 09:55:12 +010076struct nfs4_opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +010077static int _nfs4_proc_open(struct nfs4_opendata *data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -080078static int _nfs4_recover_proc_open(struct nfs4_opendata *data);
Linus Torvalds1da177e2005-04-16 15:20:36 -070079static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
NeilBrown8478eaa2014-09-18 16:09:27 +100080static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *, long *);
Chuck Lever81934dd2012-03-01 17:01:57 -050081static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr);
David Quigley1775fd32013-05-22 12:50:42 -040082static int nfs4_proc_getattr(struct nfs_server *, struct nfs_fh *, struct nfs_fattr *, struct nfs4_label *label);
83static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr, struct nfs4_label *label);
Trond Myklebust0ab64e02010-04-16 16:22:51 -040084static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
85 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -040086 struct nfs4_state *state, struct nfs4_label *ilabel,
87 struct nfs4_label *olabel);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040088#ifdef CONFIG_NFS_V4_1
Trond Myklebustab7cb0d2013-05-20 11:20:27 -040089static int nfs41_test_stateid(struct nfs_server *, nfs4_stateid *,
90 struct rpc_cred *);
91static int nfs41_free_stateid(struct nfs_server *, nfs4_stateid *,
92 struct rpc_cred *);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040093#endif
David Quigleyaa9c2662013-05-22 12:50:44 -040094
95#ifdef CONFIG_NFS_V4_SECURITY_LABEL
96static inline struct nfs4_label *
97nfs4_label_init_security(struct inode *dir, struct dentry *dentry,
98 struct iattr *sattr, struct nfs4_label *label)
99{
100 int err;
101
102 if (label == NULL)
103 return NULL;
104
105 if (nfs_server_capable(dir, NFS_CAP_SECURITY_LABEL) == 0)
106 return NULL;
107
David Quigleyaa9c2662013-05-22 12:50:44 -0400108 err = security_dentry_init_security(dentry, sattr->ia_mode,
109 &dentry->d_name, (void **)&label->label, &label->len);
110 if (err == 0)
111 return label;
112
113 return NULL;
114}
115static inline void
116nfs4_label_release_security(struct nfs4_label *label)
117{
118 if (label)
119 security_release_secctx(label->label, label->len);
120}
121static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)
122{
123 if (label)
124 return server->attr_bitmask;
125
126 return server->attr_bitmask_nl;
127}
128#else
129static inline struct nfs4_label *
130nfs4_label_init_security(struct inode *dir, struct dentry *dentry,
131 struct iattr *sattr, struct nfs4_label *l)
132{ return NULL; }
133static inline void
134nfs4_label_release_security(struct nfs4_label *label)
135{ return; }
136static inline u32 *
137nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)
138{ return server->attr_bitmask; }
139#endif
140
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141/* Prevent leaks of NFSv4 errors into userland */
WANG Cong46f72f52008-12-30 16:35:55 -0500142static int nfs4_map_errors(int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143{
Trond Myklebust52567b02009-10-23 14:46:42 -0400144 if (err >= -1000)
145 return err;
146 switch (err) {
147 case -NFS4ERR_RESOURCE:
Weston Andros Adamson30005122013-02-28 20:30:10 -0500148 case -NFS4ERR_LAYOUTTRYLATER:
149 case -NFS4ERR_RECALLCONFLICT:
Trond Myklebust52567b02009-10-23 14:46:42 -0400150 return -EREMOTEIO;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +0000151 case -NFS4ERR_WRONGSEC:
Weston Andros Adamson88975382013-08-13 16:37:38 -0400152 case -NFS4ERR_WRONG_CRED:
Bryan Schumaker7ebb9312011-03-24 17:12:30 +0000153 return -EPERM;
Trond Myklebust3ddeb7c2011-02-22 15:44:31 -0800154 case -NFS4ERR_BADOWNER:
155 case -NFS4ERR_BADNAME:
156 return -EINVAL;
Trond Myklebustfb13bfa2012-05-28 11:36:28 -0400157 case -NFS4ERR_SHARE_DENIED:
158 return -EACCES;
Steve Dicksonf25efd82012-06-06 14:12:07 -0400159 case -NFS4ERR_MINOR_VERS_MISMATCH:
160 return -EPROTONOSUPPORT;
Trond Myklebust6e3cf242013-03-23 15:22:45 -0400161 case -NFS4ERR_FILE_OPEN:
162 return -EBUSY;
Trond Myklebust52567b02009-10-23 14:46:42 -0400163 default:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -0700165 __func__, -err);
Trond Myklebust52567b02009-10-23 14:46:42 -0400166 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167 }
Trond Myklebust52567b02009-10-23 14:46:42 -0400168 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169}
170
171/*
172 * This is our standard bitmap for GETATTR requests.
173 */
Trond Myklebust1549210f2012-06-05 09:16:47 -0400174const u32 nfs4_fattr_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175 FATTR4_WORD0_TYPE
176 | FATTR4_WORD0_CHANGE
177 | FATTR4_WORD0_SIZE
178 | FATTR4_WORD0_FSID
179 | FATTR4_WORD0_FILEID,
180 FATTR4_WORD1_MODE
181 | FATTR4_WORD1_NUMLINKS
182 | FATTR4_WORD1_OWNER
183 | FATTR4_WORD1_OWNER_GROUP
184 | FATTR4_WORD1_RAWDEV
185 | FATTR4_WORD1_SPACE_USED
186 | FATTR4_WORD1_TIME_ACCESS
187 | FATTR4_WORD1_TIME_METADATA
David Quigleyaa9c2662013-05-22 12:50:44 -0400188 | FATTR4_WORD1_TIME_MODIFY,
189#ifdef CONFIG_NFS_V4_SECURITY_LABEL
190 FATTR4_WORD2_SECURITY_LABEL
191#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192};
193
Trond Myklebust1549210f2012-06-05 09:16:47 -0400194static const u32 nfs4_pnfs_open_bitmap[3] = {
195 FATTR4_WORD0_TYPE
196 | FATTR4_WORD0_CHANGE
197 | FATTR4_WORD0_SIZE
198 | FATTR4_WORD0_FSID
199 | FATTR4_WORD0_FILEID,
200 FATTR4_WORD1_MODE
201 | FATTR4_WORD1_NUMLINKS
202 | FATTR4_WORD1_OWNER
203 | FATTR4_WORD1_OWNER_GROUP
204 | FATTR4_WORD1_RAWDEV
205 | FATTR4_WORD1_SPACE_USED
206 | FATTR4_WORD1_TIME_ACCESS
207 | FATTR4_WORD1_TIME_METADATA
208 | FATTR4_WORD1_TIME_MODIFY,
209 FATTR4_WORD2_MDSTHRESHOLD
210};
211
Andy Adamsone23008e2012-10-02 21:07:32 -0400212static const u32 nfs4_open_noattr_bitmap[3] = {
213 FATTR4_WORD0_TYPE
214 | FATTR4_WORD0_CHANGE
215 | FATTR4_WORD0_FILEID,
216};
217
David Quigleya09df2c2013-05-22 12:50:41 -0400218const u32 nfs4_statfs_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219 FATTR4_WORD0_FILES_AVAIL
220 | FATTR4_WORD0_FILES_FREE
221 | FATTR4_WORD0_FILES_TOTAL,
222 FATTR4_WORD1_SPACE_AVAIL
223 | FATTR4_WORD1_SPACE_FREE
224 | FATTR4_WORD1_SPACE_TOTAL
225};
226
David Quigleya09df2c2013-05-22 12:50:41 -0400227const u32 nfs4_pathconf_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228 FATTR4_WORD0_MAXLINK
229 | FATTR4_WORD0_MAXNAME,
230 0
231};
232
Fred Isamandae100c2011-07-30 20:52:37 -0400233const u32 nfs4_fsinfo_bitmap[3] = { FATTR4_WORD0_MAXFILESIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234 | FATTR4_WORD0_MAXREAD
235 | FATTR4_WORD0_MAXWRITE
236 | FATTR4_WORD0_LEASE_TIME,
Ricardo Labiaga55b6e772010-10-12 16:30:06 -0700237 FATTR4_WORD1_TIME_DELTA
Fred Isamandae100c2011-07-30 20:52:37 -0400238 | FATTR4_WORD1_FS_LAYOUT_TYPES,
239 FATTR4_WORD2_LAYOUT_BLKSIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240};
241
David Quigleya09df2c2013-05-22 12:50:41 -0400242const u32 nfs4_fs_locations_bitmap[3] = {
Manoj Naik830b8e32006-06-09 09:34:25 -0400243 FATTR4_WORD0_TYPE
244 | FATTR4_WORD0_CHANGE
245 | FATTR4_WORD0_SIZE
246 | FATTR4_WORD0_FSID
247 | FATTR4_WORD0_FILEID
248 | FATTR4_WORD0_FS_LOCATIONS,
249 FATTR4_WORD1_MODE
250 | FATTR4_WORD1_NUMLINKS
251 | FATTR4_WORD1_OWNER
252 | FATTR4_WORD1_OWNER_GROUP
253 | FATTR4_WORD1_RAWDEV
254 | FATTR4_WORD1_SPACE_USED
255 | FATTR4_WORD1_TIME_ACCESS
256 | FATTR4_WORD1_TIME_METADATA
257 | FATTR4_WORD1_TIME_MODIFY
David Quigleya09df2c2013-05-22 12:50:41 -0400258 | FATTR4_WORD1_MOUNTED_ON_FILEID,
Manoj Naik830b8e32006-06-09 09:34:25 -0400259};
260
Al Virobc4785c2006-10-19 23:28:51 -0700261static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262 struct nfs4_readdir_arg *readdir)
263{
Al Viro0dbb4c62006-10-19 23:28:49 -0700264 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000267 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
269 return;
270 }
271
272 readdir->cookie = 0;
273 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
274 if (cookie == 2)
275 return;
276
277 /*
278 * NFSv4 servers do not return entries for '.' and '..'
279 * Therefore, we fake these entries here. We let '.'
280 * have cookie 0 and '..' have cookie 1. Note that
281 * when talking to the server, we always send cookie 0
282 * instead of 1 or 2.
283 */
Cong Wang2b86ce22011-11-25 23:14:33 +0800284 start = p = kmap_atomic(*readdir->pages);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285
286 if (cookie == 0) {
287 *p++ = xdr_one; /* next */
288 *p++ = xdr_zero; /* cookie, first word */
289 *p++ = xdr_one; /* cookie, second word */
290 *p++ = xdr_one; /* entry len */
291 memcpy(p, ".\0\0\0", 4); /* entry */
292 p++;
293 *p++ = xdr_one; /* bitmap length */
294 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
295 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400296 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297 }
298
299 *p++ = xdr_one; /* next */
300 *p++ = xdr_zero; /* cookie, first word */
301 *p++ = xdr_two; /* cookie, second word */
302 *p++ = xdr_two; /* entry len */
303 memcpy(p, "..\0\0", 4); /* entry */
304 p++;
305 *p++ = xdr_one; /* bitmap length */
306 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
307 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400308 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309
310 readdir->pgbase = (char *)p - (char *)start;
311 readdir->count -= readdir->pgbase;
Cong Wang2b86ce22011-11-25 23:14:33 +0800312 kunmap_atomic(start);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313}
314
NeilBrown8478eaa2014-09-18 16:09:27 +1000315static long nfs4_update_delay(long *timeout)
316{
317 long ret;
318 if (!timeout)
319 return NFS4_POLL_RETRY_MAX;
320 if (*timeout <= 0)
321 *timeout = NFS4_POLL_RETRY_MIN;
322 if (*timeout > NFS4_POLL_RETRY_MAX)
323 *timeout = NFS4_POLL_RETRY_MAX;
324 ret = *timeout;
325 *timeout <<= 1;
326 return ret;
327}
328
Trond Myklebust65de8722008-12-23 15:21:44 -0500329static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
330{
331 int res = 0;
332
333 might_sleep();
334
NeilBrown8478eaa2014-09-18 16:09:27 +1000335 freezable_schedule_timeout_killable_unsafe(
336 nfs4_update_delay(timeout));
Trond Myklebust65de8722008-12-23 15:21:44 -0500337 if (fatal_signal_pending(current))
338 res = -ERESTARTSYS;
Trond Myklebust65de8722008-12-23 15:21:44 -0500339 return res;
340}
341
342/* This is the error handling routine for processes that are allowed
343 * to sleep.
344 */
Anna Schumakerf4ac1672014-11-25 13:18:15 -0500345int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
Trond Myklebust65de8722008-12-23 15:21:44 -0500346{
347 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500348 struct nfs4_state *state = exception->state;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500349 struct inode *inode = exception->inode;
Trond Myklebust65de8722008-12-23 15:21:44 -0500350 int ret = errorcode;
351
352 exception->retry = 0;
353 switch(errorcode) {
354 case 0:
355 return 0;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500356 case -NFS4ERR_OPENMODE:
Bryan Schumaker011e2a72012-06-20 15:53:43 -0400357 if (inode && nfs4_have_delegation(inode, FMODE_READ)) {
Bryan Schumaker57ec14c2012-06-20 15:53:44 -0400358 nfs4_inode_return_delegation(inode);
Trond Myklebust3114ea72012-03-07 16:39:06 -0500359 exception->retry = 1;
360 return 0;
361 }
362 if (state == NULL)
363 break;
Trond Myklebust5d422302013-03-14 16:57:48 -0400364 ret = nfs4_schedule_stateid_recovery(server, state);
365 if (ret < 0)
366 break;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500367 goto wait_on_recovery;
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -0500368 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500369 case -NFS4ERR_ADMIN_REVOKED:
370 case -NFS4ERR_BAD_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500371 if (state == NULL)
372 break;
Trond Myklebust5d422302013-03-14 16:57:48 -0400373 ret = nfs4_schedule_stateid_recovery(server, state);
374 if (ret < 0)
375 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500376 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -0400377 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -0400378 if (state != NULL) {
379 ret = nfs4_schedule_stateid_recovery(server, state);
380 if (ret < 0)
381 break;
382 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500383 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500384 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500385 nfs4_schedule_lease_recovery(clp);
386 goto wait_on_recovery;
Chuck Lever519ae252013-10-17 14:13:19 -0400387 case -NFS4ERR_MOVED:
388 ret = nfs4_schedule_migration_recovery(server);
389 if (ret < 0)
390 break;
391 goto wait_on_recovery;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -0400392 case -NFS4ERR_LEASE_MOVED:
393 nfs4_schedule_lease_moved_recovery(clp);
394 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500395#if defined(CONFIG_NFS_V4_1)
Andy Adamson4745e312009-04-01 09:22:42 -0400396 case -NFS4ERR_BADSESSION:
397 case -NFS4ERR_BADSLOT:
398 case -NFS4ERR_BAD_HIGH_SLOT:
399 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
400 case -NFS4ERR_DEADSESSION:
401 case -NFS4ERR_SEQ_FALSE_RETRY:
402 case -NFS4ERR_SEQ_MISORDERED:
403 dprintk("%s ERROR: %d Reset session\n", __func__,
404 errorcode);
Trond Myklebust9f594792012-05-27 13:02:53 -0400405 nfs4_schedule_session_recovery(clp->cl_session, errorcode);
Bryan Schumaker399f11c2012-10-30 16:06:35 -0400406 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500407#endif /* defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500408 case -NFS4ERR_FILE_OPEN:
NeilBrown44ed3552009-12-03 15:58:56 -0500409 if (exception->timeout > HZ) {
410 /* We have retried a decent amount, time to
411 * fail
412 */
413 ret = -EBUSY;
414 break;
415 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500416 case -NFS4ERR_GRACE:
417 case -NFS4ERR_DELAY:
418 ret = nfs4_delay(server->client, &exception->timeout);
419 if (ret != 0)
420 break;
Andy Adamsona8a4ae32011-05-03 13:43:03 -0400421 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebust65de8722008-12-23 15:21:44 -0500422 case -NFS4ERR_OLD_STATEID:
423 exception->retry = 1;
Trond Myklebustb064eca22011-02-22 15:44:32 -0800424 break;
425 case -NFS4ERR_BADOWNER:
426 /* The following works around a Linux server bug! */
427 case -NFS4ERR_BADNAME:
428 if (server->caps & NFS_CAP_UIDGID_NOMAP) {
429 server->caps &= ~NFS_CAP_UIDGID_NOMAP;
430 exception->retry = 1;
431 printk(KERN_WARNING "NFS: v4 server %s "
432 "does not accept raw "
433 "uid/gids. "
434 "Reenabling the idmapper.\n",
435 server->nfs_client->cl_hostname);
436 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500437 }
438 /* We failed to handle the error */
439 return nfs4_map_errors(ret);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500440wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500441 ret = nfs4_wait_clnt_recover(clp);
Chuck Lever519ae252013-10-17 14:13:19 -0400442 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
443 return -EIO;
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500444 if (ret == 0)
445 exception->retry = 1;
446 return ret;
Trond Myklebust65de8722008-12-23 15:21:44 -0500447}
448
Weston Andros Adamsona5250de2013-09-03 15:18:49 -0400449/*
450 * Return 'true' if 'clp' is using an rpc_client that is integrity protected
451 * or 'false' otherwise.
452 */
453static bool _nfs4_is_integrity_protected(struct nfs_client *clp)
454{
455 rpc_authflavor_t flavor = clp->cl_rpcclient->cl_auth->au_flavor;
456
457 if (flavor == RPC_AUTH_GSS_KRB5I ||
458 flavor == RPC_AUTH_GSS_KRB5P)
459 return true;
460
461 return false;
462}
Trond Myklebust65de8722008-12-23 15:21:44 -0500463
Trond Myklebust452e9352010-07-31 14:29:06 -0400464static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466 spin_lock(&clp->cl_lock);
467 if (time_before(clp->cl_last_renewal,timestamp))
468 clp->cl_last_renewal = timestamp;
469 spin_unlock(&clp->cl_lock);
470}
471
Trond Myklebust452e9352010-07-31 14:29:06 -0400472static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
473{
474 do_renew_lease(server->nfs_client, timestamp);
475}
476
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400477struct nfs4_call_sync_data {
478 const struct nfs_server *seq_server;
479 struct nfs4_sequence_args *seq_args;
480 struct nfs4_sequence_res *seq_res;
481};
482
Chuck Levera9c92d62013-08-09 12:48:18 -0400483static void nfs4_init_sequence(struct nfs4_sequence_args *args,
484 struct nfs4_sequence_res *res, int cache_reply)
485{
486 args->sa_slot = NULL;
487 args->sa_cache_this = cache_reply;
488 args->sa_privileged = 0;
489
490 res->sr_slot = NULL;
491}
492
493static void nfs4_set_sequence_privileged(struct nfs4_sequence_args *args)
494{
495 args->sa_privileged = 1;
496}
497
Chuck Lever3bd23842013-08-09 12:49:19 -0400498static int nfs40_setup_sequence(const struct nfs_server *server,
499 struct nfs4_sequence_args *args,
500 struct nfs4_sequence_res *res,
501 struct rpc_task *task)
502{
503 struct nfs4_slot_table *tbl = server->nfs_client->cl_slot_tbl;
504 struct nfs4_slot *slot;
505
506 /* slot already allocated? */
507 if (res->sr_slot != NULL)
508 goto out_start;
509
510 spin_lock(&tbl->slot_tbl_lock);
511 if (nfs4_slot_tbl_draining(tbl) && !args->sa_privileged)
512 goto out_sleep;
513
514 slot = nfs4_alloc_slot(tbl);
515 if (IS_ERR(slot)) {
516 if (slot == ERR_PTR(-ENOMEM))
517 task->tk_timeout = HZ >> 2;
518 goto out_sleep;
519 }
520 spin_unlock(&tbl->slot_tbl_lock);
521
522 args->sa_slot = slot;
523 res->sr_slot = slot;
524
525out_start:
526 rpc_call_start(task);
527 return 0;
528
529out_sleep:
530 if (args->sa_privileged)
531 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
532 NULL, RPC_PRIORITY_PRIVILEGED);
533 else
534 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
535 spin_unlock(&tbl->slot_tbl_lock);
536 return -EAGAIN;
537}
538
539static int nfs40_sequence_done(struct rpc_task *task,
540 struct nfs4_sequence_res *res)
541{
542 struct nfs4_slot *slot = res->sr_slot;
543 struct nfs4_slot_table *tbl;
544
Trond Myklebustcab92c12014-01-29 12:12:15 -0500545 if (slot == NULL)
Chuck Lever3bd23842013-08-09 12:49:19 -0400546 goto out;
547
548 tbl = slot->table;
549 spin_lock(&tbl->slot_tbl_lock);
550 if (!nfs41_wake_and_assign_slot(tbl, slot))
551 nfs4_free_slot(tbl, slot);
552 spin_unlock(&tbl->slot_tbl_lock);
553
554 res->sr_slot = NULL;
555out:
556 return 1;
557}
558
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400559#if defined(CONFIG_NFS_V4_1)
560
Trond Myklebustd185a332010-06-16 09:52:25 -0400561static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res)
Andy Adamson13615872009-04-01 09:22:17 -0400562{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500563 struct nfs4_session *session;
Andy Adamson13615872009-04-01 09:22:17 -0400564 struct nfs4_slot_table *tbl;
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500565 struct nfs4_slot *slot = res->sr_slot;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500566 bool send_new_highest_used_slotid = false;
Andy Adamson13615872009-04-01 09:22:17 -0400567
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500568 tbl = slot->table;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500569 session = tbl->session;
Andy Adamsonea028ac2009-12-04 15:55:38 -0500570
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500571 spin_lock(&tbl->slot_tbl_lock);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500572 /* Be nice to the server: try to ensure that the last transmitted
573 * value for highest_user_slotid <= target_highest_slotid
574 */
575 if (tbl->highest_used_slotid > tbl->target_highest_slotid)
576 send_new_highest_used_slotid = true;
577
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500578 if (nfs41_wake_and_assign_slot(tbl, slot)) {
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500579 send_new_highest_used_slotid = false;
580 goto out_unlock;
581 }
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500582 nfs4_free_slot(tbl, slot);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500583
584 if (tbl->highest_used_slotid != NFS4_NO_SLOT)
585 send_new_highest_used_slotid = false;
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500586out_unlock:
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500587 spin_unlock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400588 res->sr_slot = NULL;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500589 if (send_new_highest_used_slotid)
590 nfs41_server_notify_highest_slotid_update(session->clp);
Andy Adamson13615872009-04-01 09:22:17 -0400591}
592
Andy Adamsonf9c96fc2014-01-29 11:34:38 -0500593int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Andy Adamsonb0df8062009-04-01 09:22:18 -0400594{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500595 struct nfs4_session *session;
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500596 struct nfs4_slot *slot = res->sr_slot;
Trond Myklebust14516c32010-07-31 14:29:06 -0400597 struct nfs_client *clp;
Trond Myklebustac20d162012-12-15 15:36:07 -0500598 bool interrupted = false;
Trond Myklebust85563072012-12-11 10:31:12 -0500599 int ret = 1;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400600
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500601 if (slot == NULL)
602 goto out_noaction;
Bryan Schumaker468f8612011-04-18 15:57:32 -0400603 /* don't increment the sequence number if the task wasn't sent */
604 if (!RPC_WAS_SENT(task))
Andy Adamsonb0df8062009-04-01 09:22:18 -0400605 goto out;
606
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500607 session = slot->table->session;
Trond Myklebust933602e2012-11-16 12:12:38 -0500608
Trond Myklebustac20d162012-12-15 15:36:07 -0500609 if (slot->interrupted) {
610 slot->interrupted = 0;
611 interrupted = true;
612 }
613
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400614 trace_nfs4_sequence_done(session, res);
Andy Adamson691daf32009-12-04 15:55:39 -0500615 /* Check the SEQUENCE operation status */
Trond Myklebust14516c32010-07-31 14:29:06 -0400616 switch (res->sr_status) {
617 case 0:
Andy Adamsonb0df8062009-04-01 09:22:18 -0400618 /* Update the slot's sequence and clientid lease timer */
Trond Myklebust933602e2012-11-16 12:12:38 -0500619 ++slot->seq_nr;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500620 clp = session->clp;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500621 do_renew_lease(clp, res->sr_timestamp);
Alexandros Batsakis0629e372009-12-05 13:46:14 -0500622 /* Check sequence flags */
Trond Myklebustb4410c22011-03-09 16:00:55 -0500623 if (res->sr_status_flags != 0)
624 nfs4_schedule_lease_recovery(clp);
Trond Myklebust464ee9f2012-11-20 12:49:27 -0500625 nfs41_update_target_slotid(slot->table, slot, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400626 break;
Trond Myklebustac20d162012-12-15 15:36:07 -0500627 case 1:
628 /*
629 * sr_status remains 1 if an RPC level error occurred.
630 * The server may or may not have processed the sequence
631 * operation..
632 * Mark the slot as having hosted an interrupted RPC call.
633 */
634 slot->interrupted = 1;
635 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400636 case -NFS4ERR_DELAY:
637 /* The server detected a resend of the RPC call and
638 * returned NFS4ERR_DELAY as per Section 2.10.6.2
639 * of RFC5661.
640 */
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500641 dprintk("%s: slot=%u seq=%u: Operation in progress\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400642 __func__,
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500643 slot->slot_nr,
Trond Myklebust933602e2012-11-16 12:12:38 -0500644 slot->seq_nr);
Trond Myklebust14516c32010-07-31 14:29:06 -0400645 goto out_retry;
Trond Myklebust85563072012-12-11 10:31:12 -0500646 case -NFS4ERR_BADSLOT:
647 /*
648 * The slot id we used was probably retired. Try again
649 * using a different slot id.
650 */
Trond Myklebuste8794442012-12-15 13:56:18 -0500651 goto retry_nowait;
652 case -NFS4ERR_SEQ_MISORDERED:
653 /*
Trond Myklebustac20d162012-12-15 15:36:07 -0500654 * Was the last operation on this sequence interrupted?
655 * If so, retry after bumping the sequence number.
656 */
657 if (interrupted) {
658 ++slot->seq_nr;
659 goto retry_nowait;
660 }
661 /*
Trond Myklebuste8794442012-12-15 13:56:18 -0500662 * Could this slot have been previously retired?
663 * If so, then the server may be expecting seq_nr = 1!
664 */
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500665 if (slot->seq_nr != 1) {
666 slot->seq_nr = 1;
667 goto retry_nowait;
668 }
669 break;
Trond Myklebuste8794442012-12-15 13:56:18 -0500670 case -NFS4ERR_SEQ_FALSE_RETRY:
671 ++slot->seq_nr;
672 goto retry_nowait;
Trond Myklebust14516c32010-07-31 14:29:06 -0400673 default:
674 /* Just update the slot sequence no. */
Trond Myklebust933602e2012-11-16 12:12:38 -0500675 ++slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400676 }
677out:
678 /* The session may be reset by one of the error handlers. */
679 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
Trond Myklebustd185a332010-06-16 09:52:25 -0400680 nfs41_sequence_free_slot(res);
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500681out_noaction:
Trond Myklebust85563072012-12-11 10:31:12 -0500682 return ret;
Trond Myklebuste8794442012-12-15 13:56:18 -0500683retry_nowait:
684 if (rpc_restart_call_prepare(task)) {
685 task->tk_status = 0;
686 ret = 0;
687 }
688 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400689out_retry:
Trond Myklebustd05dd4e2010-07-31 14:29:07 -0400690 if (!rpc_restart_call(task))
Trond Myklebust14516c32010-07-31 14:29:06 -0400691 goto out;
692 rpc_delay(task, NFS4_POLL_RETRY_MAX);
693 return 0;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400694}
Andy Adamsonf9c96fc2014-01-29 11:34:38 -0500695EXPORT_SYMBOL_GPL(nfs41_sequence_done);
Andy Adamsonb0df8062009-04-01 09:22:18 -0400696
Trond Myklebust14516c32010-07-31 14:29:06 -0400697static int nfs4_sequence_done(struct rpc_task *task,
698 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400699{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500700 if (res->sr_slot == NULL)
Trond Myklebust14516c32010-07-31 14:29:06 -0400701 return 1;
Chuck Lever3bd23842013-08-09 12:49:19 -0400702 if (!res->sr_slot->table->session)
703 return nfs40_sequence_done(task, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400704 return nfs41_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400705}
706
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000707int nfs41_setup_sequence(struct nfs4_session *session,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400708 struct nfs4_sequence_args *args,
709 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400710 struct rpc_task *task)
711{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400712 struct nfs4_slot *slot;
713 struct nfs4_slot_table *tbl;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400714
715 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400716 /* slot already allocated? */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400717 if (res->sr_slot != NULL)
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400718 goto out_success;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400719
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400720 tbl = &session->fc_slot_table;
721
Trond Myklebust69d206b2012-11-22 13:21:02 -0500722 task->tk_timeout = 0;
723
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400724 spin_lock(&tbl->slot_tbl_lock);
Andy Adamson774d5f12013-05-20 14:13:50 -0400725 if (test_bit(NFS4_SLOT_TBL_DRAINING, &tbl->slot_tbl_state) &&
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400726 !args->sa_privileged) {
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500727 /* The state manager will wait until the slot table is empty */
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500728 dprintk("%s session is draining\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400729 goto out_sleep;
Andy Adamsonb069d942009-04-01 09:22:43 -0400730 }
731
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500732 slot = nfs4_alloc_slot(tbl);
Trond Myklebust69d206b2012-11-22 13:21:02 -0500733 if (IS_ERR(slot)) {
734 /* If out of memory, try again in 1/4 second */
735 if (slot == ERR_PTR(-ENOMEM))
736 task->tk_timeout = HZ >> 2;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400737 dprintk("<-- %s: no free slots\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400738 goto out_sleep;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400739 }
740 spin_unlock(&tbl->slot_tbl_lock);
741
Trond Myklebust2b2fa712012-11-16 12:58:36 -0500742 args->sa_slot = slot;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400743
Chuck Levere8d92382013-08-09 12:47:51 -0400744 dprintk("<-- %s slotid=%u seqid=%u\n", __func__,
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500745 slot->slot_nr, slot->seq_nr);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400746
Benny Halevydfb4f3092010-09-24 09:17:01 -0400747 res->sr_slot = slot;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500748 res->sr_timestamp = jiffies;
Trond Myklebust2a6e26c2010-06-16 09:52:25 -0400749 res->sr_status_flags = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400750 /*
751 * sr_status is only set in decode_sequence, and so will remain
752 * set to 1 if an rpc level failure occurs.
753 */
754 res->sr_status = 1;
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400755 trace_nfs4_setup_sequence(session, args);
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400756out_success:
757 rpc_call_start(task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400758 return 0;
Trond Myklebust7b939a32012-11-01 15:19:46 -0400759out_sleep:
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400760 /* Privileged tasks are queued with top priority */
761 if (args->sa_privileged)
Trond Myklebust1e1093c2012-11-01 16:44:05 -0400762 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
763 NULL, RPC_PRIORITY_PRIVILEGED);
764 else
765 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400766 spin_unlock(&tbl->slot_tbl_lock);
767 return -EAGAIN;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400768}
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000769EXPORT_SYMBOL_GPL(nfs41_setup_sequence);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400770
Chuck Lever5a580e02013-08-09 12:48:09 -0400771static int nfs4_setup_sequence(const struct nfs_server *server,
772 struct nfs4_sequence_args *args,
773 struct nfs4_sequence_res *res,
774 struct rpc_task *task)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400775{
Trond Myklebust035168a2010-06-16 09:52:26 -0400776 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400777 int ret = 0;
778
Chuck Lever3bd23842013-08-09 12:49:19 -0400779 if (!session)
780 return nfs40_setup_sequence(server, args, res, task);
Trond Myklebust035168a2010-06-16 09:52:26 -0400781
Chuck Levere8d92382013-08-09 12:47:51 -0400782 dprintk("--> %s clp %p session %p sr_slot %u\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400783 __func__, session->clp, session, res->sr_slot ?
Chuck Levere8d92382013-08-09 12:47:51 -0400784 res->sr_slot->slot_nr : NFS4_NO_SLOT);
Trond Myklebust035168a2010-06-16 09:52:26 -0400785
Trond Myklebust9d12b212012-01-17 22:04:25 -0500786 ret = nfs41_setup_sequence(session, args, res, task);
Chuck Lever3bd23842013-08-09 12:49:19 -0400787
Andy Adamsonce5039c2009-04-01 09:22:13 -0400788 dprintk("<-- %s status=%d\n", __func__, ret);
789 return ret;
790}
791
Andy Adamsonce5039c2009-04-01 09:22:13 -0400792static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
793{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400794 struct nfs4_call_sync_data *data = calldata;
Trond Myklebust6ba7db32012-10-22 20:07:20 -0400795 struct nfs4_session *session = nfs4_get_session(data->seq_server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400796
Trond Myklebust035168a2010-06-16 09:52:26 -0400797 dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server);
798
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400799 nfs41_setup_sequence(session, data->seq_args, data->seq_res, task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400800}
801
Andy Adamson69ab40c2009-04-01 09:22:19 -0400802static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
803{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400804 struct nfs4_call_sync_data *data = calldata;
Andy Adamson69ab40c2009-04-01 09:22:19 -0400805
Trond Myklebust14516c32010-07-31 14:29:06 -0400806 nfs41_sequence_done(task, data->seq_res);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400807}
808
Trond Myklebust17280172012-03-11 13:11:00 -0400809static const struct rpc_call_ops nfs41_call_sync_ops = {
Andy Adamsonce5039c2009-04-01 09:22:13 -0400810 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400811 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400812};
813
Chuck Lever3bd23842013-08-09 12:49:19 -0400814#else /* !CONFIG_NFS_V4_1 */
815
Chuck Lever5a580e02013-08-09 12:48:09 -0400816static int nfs4_setup_sequence(const struct nfs_server *server,
817 struct nfs4_sequence_args *args,
818 struct nfs4_sequence_res *res,
819 struct rpc_task *task)
820{
Chuck Lever3bd23842013-08-09 12:49:19 -0400821 return nfs40_setup_sequence(server, args, res, task);
Chuck Lever5a580e02013-08-09 12:48:09 -0400822}
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400823
Trond Myklebust14516c32010-07-31 14:29:06 -0400824static int nfs4_sequence_done(struct rpc_task *task,
825 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400826{
Chuck Lever3bd23842013-08-09 12:49:19 -0400827 return nfs40_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400828}
Chuck Lever3bd23842013-08-09 12:49:19 -0400829
830#endif /* !CONFIG_NFS_V4_1 */
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400831
Chuck Lever9915ea72013-08-09 12:48:27 -0400832static void nfs40_call_sync_prepare(struct rpc_task *task, void *calldata)
833{
834 struct nfs4_call_sync_data *data = calldata;
835 nfs4_setup_sequence(data->seq_server,
836 data->seq_args, data->seq_res, task);
837}
838
839static void nfs40_call_sync_done(struct rpc_task *task, void *calldata)
840{
841 struct nfs4_call_sync_data *data = calldata;
842 nfs4_sequence_done(task, data->seq_res);
843}
844
845static const struct rpc_call_ops nfs40_call_sync_ops = {
846 .rpc_call_prepare = nfs40_call_sync_prepare,
847 .rpc_call_done = nfs40_call_sync_done,
848};
849
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400850static int nfs4_call_sync_sequence(struct rpc_clnt *clnt,
Trond Myklebustad389da2007-06-05 12:30:00 -0400851 struct nfs_server *server,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500852 struct rpc_message *msg,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100853 struct nfs4_sequence_args *args,
854 struct nfs4_sequence_res *res)
Trond Myklebustad389da2007-06-05 12:30:00 -0400855{
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100856 int ret;
857 struct rpc_task *task;
Chuck Lever9915ea72013-08-09 12:48:27 -0400858 struct nfs_client *clp = server->nfs_client;
859 struct nfs4_call_sync_data data = {
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100860 .seq_server = server,
861 .seq_args = args,
862 .seq_res = res,
863 };
864 struct rpc_task_setup task_setup = {
865 .rpc_client = clnt,
866 .rpc_message = msg,
Chuck Lever9915ea72013-08-09 12:48:27 -0400867 .callback_ops = clp->cl_mvops->call_sync_ops,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100868 .callback_data = &data
869 };
870
871 task = rpc_run_task(&task_setup);
872 if (IS_ERR(task))
873 ret = PTR_ERR(task);
874 else {
875 ret = task->tk_status;
Trond Myklebustad389da2007-06-05 12:30:00 -0400876 rpc_put_task(task);
877 }
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100878 return ret;
879}
880
Bryan Schumaker7c513052011-03-24 17:12:24 +0000881int nfs4_call_sync(struct rpc_clnt *clnt,
882 struct nfs_server *server,
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000883 struct rpc_message *msg,
884 struct nfs4_sequence_args *args,
885 struct nfs4_sequence_res *res,
886 int cache_reply)
887{
Chuck Levera9c92d62013-08-09 12:48:18 -0400888 nfs4_init_sequence(args, res, cache_reply);
Chuck Lever9915ea72013-08-09 12:48:27 -0400889 return nfs4_call_sync_sequence(clnt, server, msg, args, res);
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000890}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891
892static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
893{
894 struct nfs_inode *nfsi = NFS_I(dir);
895
896 spin_lock(&dir->i_lock);
Trond Myklebust359d7d12012-05-28 10:01:34 -0400897 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_DATA;
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700898 if (!cinfo->atomic || cinfo->before != dir->i_version)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899 nfs_force_lookup_revalidate(dir);
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700900 dir->i_version = cinfo->after;
David Howellsde242c02012-12-20 21:52:38 +0000901 nfs_fscache_invalidate(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902 spin_unlock(&dir->i_lock);
903}
904
905struct nfs4_opendata {
906 struct kref kref;
907 struct nfs_openargs o_arg;
908 struct nfs_openres o_res;
909 struct nfs_open_confirmargs c_arg;
910 struct nfs_open_confirmres c_res;
Trond Myklebust6926afd2012-01-07 13:22:46 -0500911 struct nfs4_string owner_name;
912 struct nfs4_string group_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913 struct nfs_fattr f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400914 struct nfs4_label *f_label;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915 struct dentry *dir;
Al Viro82a2c1b2011-06-22 18:30:55 -0400916 struct dentry *dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917 struct nfs4_state_owner *owner;
918 struct nfs4_state *state;
919 struct iattr attrs;
920 unsigned long timestamp;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400921 unsigned int rpc_done : 1;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -0400922 unsigned int file_created : 1;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -0400923 unsigned int is_recover : 1;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400924 int rpc_status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925 int cancelled;
926};
Trond Myklebustdecf4912005-10-27 22:12:39 -0400927
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400928static bool nfs4_clear_cap_atomic_open_v1(struct nfs_server *server,
929 int err, struct nfs4_exception *exception)
930{
931 if (err != -EINVAL)
932 return false;
933 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
934 return false;
935 server->caps &= ~NFS_CAP_ATOMIC_OPEN_V1;
936 exception->retry = 1;
937 return true;
938}
939
940static enum open_claim_type4
941nfs4_map_atomic_open_claim(struct nfs_server *server,
942 enum open_claim_type4 claim)
943{
944 if (server->caps & NFS_CAP_ATOMIC_OPEN_V1)
945 return claim;
946 switch (claim) {
947 default:
948 return claim;
949 case NFS4_OPEN_CLAIM_FH:
950 return NFS4_OPEN_CLAIM_NULL;
951 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
952 return NFS4_OPEN_CLAIM_DELEGATE_CUR;
953 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
954 return NFS4_OPEN_CLAIM_DELEGATE_PREV;
955 }
956}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957
958static void nfs4_init_opendata_res(struct nfs4_opendata *p)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100959{
960 p->o_res.f_attr = &p->f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400961 p->o_res.f_label = p->f_label;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100962 p->o_res.seqid = p->o_arg.seqid;
963 p->c_res.seqid = p->c_arg.seqid;
964 p->o_res.server = p->o_arg.server;
Andy Adamson5f657532012-10-03 02:39:34 -0400965 p->o_res.access_request = p->o_arg.access;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100966 nfs_fattr_init(&p->f_attr);
Trond Myklebust6926afd2012-01-07 13:22:46 -0500967 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100968}
969
Al Viro82a2c1b2011-06-22 18:30:55 -0400970static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100971 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400972 const struct iattr *attrs,
David Quigley1775fd32013-05-22 12:50:42 -0400973 struct nfs4_label *label,
Trond Myklebust4a1c0892013-03-15 14:57:33 -0400974 enum open_claim_type4 claim,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400975 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100976{
Al Viro82a2c1b2011-06-22 18:30:55 -0400977 struct dentry *parent = dget_parent(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100978 struct inode *dir = parent->d_inode;
979 struct nfs_server *server = NFS_SERVER(dir);
980 struct nfs4_opendata *p;
981
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400982 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100983 if (p == NULL)
984 goto err;
David Quigley14c43f72013-05-22 12:50:43 -0400985
986 p->f_label = nfs4_label_alloc(server, gfp_mask);
987 if (IS_ERR(p->f_label))
988 goto err_free_p;
989
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400990 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -0500991 if (IS_ERR(p->o_arg.seqid))
David Quigley14c43f72013-05-22 12:50:43 -0400992 goto err_free_label;
Al Viro82a2c1b2011-06-22 18:30:55 -0400993 nfs_sb_active(dentry->d_sb);
994 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100995 p->dir = parent;
996 p->owner = sp;
997 atomic_inc(&sp->so_count);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500998 p->o_arg.open_flags = flags;
999 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001000 /* don't put an ACCESS op in OPEN compound if O_EXCL, because ACCESS
1001 * will return permission denied for all bits until close */
1002 if (!(flags & O_EXCL)) {
1003 /* ask server to check for all possible rights as results
1004 * are cached */
1005 p->o_arg.access = NFS4_ACCESS_READ | NFS4_ACCESS_MODIFY |
1006 NFS4_ACCESS_EXTEND | NFS4_ACCESS_EXECUTE;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001007 }
David Howells7539bba2006-08-22 20:06:09 -04001008 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001009 p->o_arg.id.create_time = ktime_to_ns(sp->so_seqid.create_time);
1010 p->o_arg.id.uniquifier = sp->so_seqid.owner_id;
Al Viro82a2c1b2011-06-22 18:30:55 -04001011 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001012 p->o_arg.server = server;
David Quigleyaa9c2662013-05-22 12:50:44 -04001013 p->o_arg.bitmask = nfs4_bitmask(server, label);
Trond Myklebust1549210f2012-06-05 09:16:47 -04001014 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0];
David Quigley1775fd32013-05-22 12:50:42 -04001015 p->o_arg.label = label;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001016 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim);
1017 switch (p->o_arg.claim) {
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001018 case NFS4_OPEN_CLAIM_NULL:
1019 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1020 case NFS4_OPEN_CLAIM_DELEGATE_PREV:
1021 p->o_arg.fh = NFS_FH(dir);
1022 break;
1023 case NFS4_OPEN_CLAIM_PREVIOUS:
1024 case NFS4_OPEN_CLAIM_FH:
1025 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1026 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
1027 p->o_arg.fh = NFS_FH(dentry->d_inode);
1028 }
Trond Myklebust536e43d2012-01-17 22:04:26 -05001029 if (attrs != NULL && attrs->ia_valid != 0) {
Trond Myklebustc281fa9c2013-08-20 21:06:49 -04001030 __u32 verf[2];
Trond Myklebustd77d76f2010-06-16 09:52:27 -04001031
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001032 p->o_arg.u.attrs = &p->attrs;
1033 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Chuck Levercd937102012-03-02 17:14:31 -05001034
1035 verf[0] = jiffies;
1036 verf[1] = current->pid;
1037 memcpy(p->o_arg.u.verifier.data, verf,
1038 sizeof(p->o_arg.u.verifier.data));
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001039 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001040 p->c_arg.fh = &p->o_res.fh;
1041 p->c_arg.stateid = &p->o_res.stateid;
1042 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001043 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001044 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001045 return p;
David Quigley14c43f72013-05-22 12:50:43 -04001046
1047err_free_label:
1048 nfs4_label_free(p->f_label);
1049err_free_p:
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001050 kfree(p);
1051err:
1052 dput(parent);
1053 return NULL;
1054}
1055
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001056static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001057{
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001058 struct nfs4_opendata *p = container_of(kref,
1059 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -04001060 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001061
1062 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001063 if (p->state != NULL)
1064 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001065 nfs4_put_state_owner(p->owner);
David Quigley14c43f72013-05-22 12:50:43 -04001066
1067 nfs4_label_free(p->f_label);
1068
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001069 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -04001070 dput(p->dentry);
1071 nfs_sb_deactive(sb);
Trond Myklebust6926afd2012-01-07 13:22:46 -05001072 nfs_fattr_free_names(&p->f_attr);
Trond Myklebuste911b812014-03-26 13:24:37 -07001073 kfree(p->f_attr.mdsthreshold);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001074 kfree(p);
1075}
1076
1077static void nfs4_opendata_put(struct nfs4_opendata *p)
1078{
1079 if (p != NULL)
1080 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001081}
1082
Trond Myklebust06f814a2006-01-03 09:55:07 +01001083static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
1084{
Trond Myklebust06f814a2006-01-03 09:55:07 +01001085 int ret;
1086
Trond Myklebust06f814a2006-01-03 09:55:07 +01001087 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +01001088 return ret;
1089}
1090
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001091static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -04001092{
1093 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001094
Trond Myklebust536e43d2012-01-17 22:04:26 -05001095 if (open_mode & (O_EXCL|O_TRUNC))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001096 goto out;
1097 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001098 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -05001099 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
1100 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001101 break;
1102 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001103 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
1104 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001105 break;
1106 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001107 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
1108 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001109 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001110out:
Trond Myklebust6ee41262007-07-08 14:11:36 -04001111 return ret;
1112}
1113
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001114static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001115{
Trond Myklebust652f89f2011-12-09 19:05:58 -05001116 if (delegation == NULL)
1117 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001118 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001119 return 0;
Trond Myklebustd25be542013-02-05 11:43:28 -05001120 if (test_bit(NFS_DELEGATION_RETURNING, &delegation->flags))
1121 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -05001122 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001123 return 1;
1124}
1125
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001126static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +01001127{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001128 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +01001129 case FMODE_WRITE:
1130 state->n_wronly++;
1131 break;
1132 case FMODE_READ:
1133 state->n_rdonly++;
1134 break;
1135 case FMODE_READ|FMODE_WRITE:
1136 state->n_rdwr++;
1137 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001138 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +01001139}
1140
Trond Myklebust4f14c192014-02-12 19:15:06 -05001141static void nfs_test_and_clear_all_open_stateid(struct nfs4_state *state)
Trond Myklebust003707c2007-07-05 18:07:55 -04001142{
Trond Myklebust4f14c192014-02-12 19:15:06 -05001143 struct nfs_client *clp = state->owner->so_server->nfs_client;
1144 bool need_recover = false;
1145
1146 if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly)
1147 need_recover = true;
1148 if (test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags) && state->n_wronly)
1149 need_recover = true;
1150 if (test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags) && state->n_rdwr)
1151 need_recover = true;
1152 if (need_recover)
1153 nfs4_state_mark_reclaim_nograce(clp, state);
1154}
1155
Trond Myklebuste999e802014-02-10 18:20:47 -05001156static bool nfs_need_update_open_stateid(struct nfs4_state *state,
1157 nfs4_stateid *stateid)
1158{
1159 if (test_and_set_bit(NFS_OPEN_STATE, &state->flags) == 0)
1160 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001161 if (!nfs4_stateid_match_other(stateid, &state->open_stateid)) {
1162 nfs_test_and_clear_all_open_stateid(state);
Trond Myklebuste999e802014-02-10 18:20:47 -05001163 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001164 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001165 if (nfs4_stateid_is_newer(stateid, &state->open_stateid))
1166 return true;
1167 return false;
1168}
1169
Trond Myklebustf95549c2015-01-23 18:06:09 -05001170static void nfs_resync_open_stateid_locked(struct nfs4_state *state)
1171{
1172 if (state->n_wronly)
1173 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1174 if (state->n_rdonly)
1175 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1176 if (state->n_rdwr)
1177 set_bit(NFS_O_RDWR_STATE, &state->flags);
1178}
1179
Trond Myklebust226056c2014-02-11 10:41:07 -05001180static void nfs_clear_open_stateid_locked(struct nfs4_state *state,
1181 nfs4_stateid *stateid, fmode_t fmode)
1182{
1183 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1184 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
1185 case FMODE_WRITE:
1186 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1187 break;
1188 case FMODE_READ:
1189 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1190 break;
1191 case 0:
1192 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1193 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1194 clear_bit(NFS_OPEN_STATE, &state->flags);
1195 }
1196 if (stateid == NULL)
1197 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001198 /* Handle races with OPEN */
1199 if (!nfs4_stateid_match_other(stateid, &state->open_stateid) ||
1200 !nfs4_stateid_is_newer(stateid, &state->open_stateid)) {
1201 nfs_resync_open_stateid_locked(state);
Trond Myklebust226056c2014-02-11 10:41:07 -05001202 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001203 }
Trond Myklebust003707c2007-07-05 18:07:55 -04001204 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001205 nfs4_stateid_copy(&state->stateid, stateid);
1206 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust226056c2014-02-11 10:41:07 -05001207}
1208
1209static void nfs_clear_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1210{
1211 write_seqlock(&state->seqlock);
1212 nfs_clear_open_stateid_locked(state, stateid, fmode);
1213 write_sequnlock(&state->seqlock);
Trond Myklebust4f14c192014-02-12 19:15:06 -05001214 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1215 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust226056c2014-02-11 10:41:07 -05001216}
1217
Trond Myklebust003707c2007-07-05 18:07:55 -04001218static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1219{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001220 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001221 case FMODE_READ:
1222 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1223 break;
1224 case FMODE_WRITE:
1225 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1226 break;
1227 case FMODE_READ|FMODE_WRITE:
1228 set_bit(NFS_O_RDWR_STATE, &state->flags);
1229 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001230 if (!nfs_need_update_open_stateid(state, stateid))
1231 return;
1232 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1233 nfs4_stateid_copy(&state->stateid, stateid);
1234 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001235}
1236
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001237static 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 -07001238{
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001239 /*
1240 * Protect the call to nfs4_state_set_mode_locked and
1241 * serialise the stateid update
1242 */
1243 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001244 if (deleg_stateid != NULL) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001245 nfs4_stateid_copy(&state->stateid, deleg_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001246 set_bit(NFS_DELEGATED_STATE, &state->flags);
1247 }
1248 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001249 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001250 write_sequnlock(&state->seqlock);
1251 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001252 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -07001253 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254}
1255
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001256static 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 -05001257{
1258 struct nfs_inode *nfsi = NFS_I(state->inode);
1259 struct nfs_delegation *deleg_cur;
1260 int ret = 0;
1261
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001262 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -05001263
1264 rcu_read_lock();
1265 deleg_cur = rcu_dereference(nfsi->delegation);
1266 if (deleg_cur == NULL)
1267 goto no_delegation;
1268
1269 spin_lock(&deleg_cur->lock);
Trond Myklebust17f26b12013-08-21 15:48:42 -04001270 if (rcu_dereference(nfsi->delegation) != deleg_cur ||
Trond Myklebustd25be542013-02-05 11:43:28 -05001271 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001272 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -05001273 goto no_delegation_unlock;
1274
1275 if (delegation == NULL)
1276 delegation = &deleg_cur->stateid;
Trond Myklebustf597c532012-03-04 18:13:56 -05001277 else if (!nfs4_stateid_match(&deleg_cur->stateid, delegation))
Trond Myklebust34310432008-12-23 15:21:38 -05001278 goto no_delegation_unlock;
1279
Trond Myklebustb7391f42008-12-23 15:21:52 -05001280 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001281 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001282 ret = 1;
1283no_delegation_unlock:
1284 spin_unlock(&deleg_cur->lock);
1285no_delegation:
1286 rcu_read_unlock();
1287
1288 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001289 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001290 ret = 1;
1291 }
Trond Myklebust4f14c192014-02-12 19:15:06 -05001292 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1293 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust34310432008-12-23 15:21:38 -05001294
1295 return ret;
1296}
1297
1298
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001299static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001300{
1301 struct nfs_delegation *delegation;
1302
1303 rcu_read_lock();
1304 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001305 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001306 rcu_read_unlock();
1307 return;
1308 }
1309 rcu_read_unlock();
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04001310 nfs4_inode_return_delegation(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001311}
1312
Trond Myklebust6ee41262007-07-08 14:11:36 -04001313static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001314{
1315 struct nfs4_state *state = opendata->state;
1316 struct nfs_inode *nfsi = NFS_I(state->inode);
1317 struct nfs_delegation *delegation;
Trond Myklebustf448bad2013-05-29 15:36:40 -04001318 int open_mode = opendata->o_arg.open_flags;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001319 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001320 nfs4_stateid stateid;
1321 int ret = -EAGAIN;
1322
Trond Myklebustaac00a82007-07-05 19:02:21 -04001323 for (;;) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001324 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001325 if (can_open_cached(state, fmode, open_mode)) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001326 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001327 spin_unlock(&state->owner->so_lock);
Anna Schumaker61beef752014-09-03 14:15:40 -04001328 goto out_return_state;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001329 }
Anna Schumaker61beef752014-09-03 14:15:40 -04001330 spin_unlock(&state->owner->so_lock);
Trond Myklebust34310432008-12-23 15:21:38 -05001331 rcu_read_lock();
1332 delegation = rcu_dereference(nfsi->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001333 if (!can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001334 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001335 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001336 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001337 /* Save the delegation */
Trond Myklebustf597c532012-03-04 18:13:56 -05001338 nfs4_stateid_copy(&stateid, &delegation->stateid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001339 rcu_read_unlock();
Trond Myklebustfa332942013-04-09 12:56:52 -04001340 nfs_release_seqid(opendata->o_arg.seqid);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001341 if (!opendata->is_recover) {
1342 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
1343 if (ret != 0)
1344 goto out;
1345 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001346 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001347
1348 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001349 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001350 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001351 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001352out:
1353 return ERR_PTR(ret);
1354out_return_state:
1355 atomic_inc(&state->count);
1356 return state;
1357}
1358
Andy Adamsone23008e2012-10-02 21:07:32 -04001359static void
1360nfs4_opendata_check_deleg(struct nfs4_opendata *data, struct nfs4_state *state)
1361{
1362 struct nfs_client *clp = NFS_SERVER(state->inode)->nfs_client;
1363 struct nfs_delegation *delegation;
1364 int delegation_flags = 0;
1365
1366 rcu_read_lock();
1367 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
1368 if (delegation)
1369 delegation_flags = delegation->flags;
1370 rcu_read_unlock();
1371 if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) {
1372 pr_err_ratelimited("NFS: Broken NFSv4 server %s is "
1373 "returning a delegation for "
1374 "OPEN(CLAIM_DELEGATE_CUR)\n",
1375 clp->cl_hostname);
1376 } else if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
1377 nfs_inode_set_delegation(state->inode,
1378 data->owner->so_cred,
1379 &data->o_res);
1380 else
1381 nfs_inode_reclaim_delegation(state->inode,
1382 data->owner->so_cred,
1383 &data->o_res);
1384}
1385
1386/*
1387 * Check the inode attributes against the CLAIM_PREVIOUS returned attributes
1388 * and update the nfs4_state.
1389 */
1390static struct nfs4_state *
1391_nfs4_opendata_reclaim_to_nfs4_state(struct nfs4_opendata *data)
1392{
1393 struct inode *inode = data->state->inode;
1394 struct nfs4_state *state = data->state;
1395 int ret;
1396
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001397 if (!data->rpc_done) {
1398 if (data->rpc_status) {
1399 ret = data->rpc_status;
1400 goto err;
1401 }
1402 /* cached opens have already been processed */
1403 goto update;
Andy Adamsone23008e2012-10-02 21:07:32 -04001404 }
1405
Andy Adamsone23008e2012-10-02 21:07:32 -04001406 ret = nfs_refresh_inode(inode, &data->f_attr);
1407 if (ret)
1408 goto err;
1409
1410 if (data->o_res.delegation_type != 0)
1411 nfs4_opendata_check_deleg(data, state);
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001412update:
Andy Adamsone23008e2012-10-02 21:07:32 -04001413 update_open_stateid(state, &data->o_res.stateid, NULL,
1414 data->o_arg.fmode);
Trond Myklebustd49f0422013-10-28 14:57:12 -04001415 atomic_inc(&state->count);
Andy Adamsone23008e2012-10-02 21:07:32 -04001416
1417 return state;
1418err:
1419 return ERR_PTR(ret);
1420
1421}
1422
1423static struct nfs4_state *
1424_nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001425{
1426 struct inode *inode;
1427 struct nfs4_state *state = NULL;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001428 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001429
Trond Myklebustaac00a82007-07-05 19:02:21 -04001430 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001431 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001432 goto out;
1433 }
1434
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001435 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001436 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001437 goto err;
David Quigley1775fd32013-05-22 12:50:42 -04001438 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr, data->f_label);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001439 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001440 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001441 goto err;
1442 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001443 state = nfs4_get_open_state(inode, data->owner);
1444 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001445 goto err_put_inode;
Andy Adamsone23008e2012-10-02 21:07:32 -04001446 if (data->o_res.delegation_type != 0)
1447 nfs4_opendata_check_deleg(data, state);
Trond Myklebust34310432008-12-23 15:21:38 -05001448 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001449 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001450 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001451out:
Trond Myklebust7aa262b52013-02-28 16:19:59 -08001452 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001453 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001454err_put_inode:
1455 iput(inode);
1456err:
1457 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001458}
1459
Andy Adamsone23008e2012-10-02 21:07:32 -04001460static struct nfs4_state *
1461nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1462{
1463 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS)
1464 return _nfs4_opendata_reclaim_to_nfs4_state(data);
1465 return _nfs4_opendata_to_nfs4_state(data);
1466}
1467
Trond Myklebust864472e2006-01-03 09:55:15 +01001468static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1469{
1470 struct nfs_inode *nfsi = NFS_I(state->inode);
1471 struct nfs_open_context *ctx;
1472
1473 spin_lock(&state->inode->i_lock);
1474 list_for_each_entry(ctx, &nfsi->open_files, list) {
1475 if (ctx->state != state)
1476 continue;
1477 get_nfs_open_context(ctx);
1478 spin_unlock(&state->inode->i_lock);
1479 return ctx;
1480 }
1481 spin_unlock(&state->inode->i_lock);
1482 return ERR_PTR(-ENOENT);
1483}
1484
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001485static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx,
1486 struct nfs4_state *state, enum open_claim_type4 claim)
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001487{
1488 struct nfs4_opendata *opendata;
1489
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001490 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0,
David Quigley1775fd32013-05-22 12:50:42 -04001491 NULL, NULL, claim, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001492 if (opendata == NULL)
1493 return ERR_PTR(-ENOMEM);
1494 opendata->state = state;
1495 atomic_inc(&state->count);
1496 return opendata;
1497}
1498
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001499static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001500{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001501 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001502 int ret;
1503
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001504 opendata->o_arg.open_flags = 0;
1505 opendata->o_arg.fmode = fmode;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001506 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1507 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1508 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001509 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001510 if (ret != 0)
1511 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001512 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001513 if (IS_ERR(newstate))
1514 return PTR_ERR(newstate);
Al Viro643168c2011-06-22 18:20:23 -04001515 nfs4_close_state(newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001516 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001517 return 0;
1518}
1519
1520static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1521{
Trond Myklebust864472e2006-01-03 09:55:15 +01001522 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001523 int ret;
1524
Trond Myklebust4f14c192014-02-12 19:15:06 -05001525 /* Don't trigger recovery in nfs_test_and_clear_all_open_stateid */
1526 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1527 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1528 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001529 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001530 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04001531 clear_bit(NFS_OPEN_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001532 smp_rmb();
1533 if (state->n_rdwr != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001534 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001535 if (ret != 0)
1536 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001537 if (newstate != state)
1538 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001539 }
1540 if (state->n_wronly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001541 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001542 if (ret != 0)
1543 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001544 if (newstate != state)
1545 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001546 }
1547 if (state->n_rdonly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001548 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001549 if (ret != 0)
1550 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001551 if (newstate != state)
1552 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001553 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001554 /*
1555 * We may have performed cached opens for all three recoveries.
1556 * Check if we need to update the current stateid.
1557 */
1558 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
Trond Myklebustf597c532012-03-04 18:13:56 -05001559 !nfs4_stateid_match(&state->stateid, &state->open_stateid)) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001560 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001561 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001562 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001563 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001564 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001565 return 0;
1566}
1567
Linus Torvalds1da177e2005-04-16 15:20:36 -07001568/*
1569 * OPEN_RECLAIM:
1570 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001572static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001574 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001575 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001576 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577 int status;
1578
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001579 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1580 NFS4_OPEN_CLAIM_PREVIOUS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001581 if (IS_ERR(opendata))
1582 return PTR_ERR(opendata);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001583 rcu_read_lock();
1584 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001585 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001586 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001587 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001588 opendata->o_arg.u.delegation_type = delegation_type;
1589 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001590 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591 return status;
1592}
1593
Trond Myklebust539cd032007-06-05 11:46:42 -04001594static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595{
1596 struct nfs_server *server = NFS_SERVER(state->inode);
1597 struct nfs4_exception exception = { };
1598 int err;
1599 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001600 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04001601 trace_nfs4_open_reclaim(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001602 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
1603 continue;
Trond Myklebust168667c2010-10-19 19:47:49 -04001604 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001605 break;
1606 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607 } while (exception.retry);
1608 return err;
1609}
1610
Trond Myklebust864472e2006-01-03 09:55:15 +01001611static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1612{
1613 struct nfs_open_context *ctx;
1614 int ret;
1615
1616 ctx = nfs4_state_find_open_context(state);
1617 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04001618 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04001619 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001620 put_nfs_open_context(ctx);
1621 return ret;
1622}
1623
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001624static 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 -07001625{
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001626 switch (err) {
1627 default:
1628 printk(KERN_ERR "NFS: %s: unhandled error "
1629 "%d.\n", __func__, err);
1630 case 0:
1631 case -ENOENT:
1632 case -ESTALE:
1633 break;
1634 case -NFS4ERR_BADSESSION:
1635 case -NFS4ERR_BADSLOT:
1636 case -NFS4ERR_BAD_HIGH_SLOT:
1637 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1638 case -NFS4ERR_DEADSESSION:
1639 set_bit(NFS_DELEGATED_STATE, &state->flags);
1640 nfs4_schedule_session_recovery(server->nfs_client->cl_session, err);
1641 return -EAGAIN;
1642 case -NFS4ERR_STALE_CLIENTID:
1643 case -NFS4ERR_STALE_STATEID:
1644 set_bit(NFS_DELEGATED_STATE, &state->flags);
1645 case -NFS4ERR_EXPIRED:
1646 /* Don't recall a delegation if it was lost */
1647 nfs4_schedule_lease_recovery(server->nfs_client);
1648 return -EAGAIN;
Chuck Lever352297b2013-10-17 14:13:24 -04001649 case -NFS4ERR_MOVED:
1650 nfs4_schedule_migration_recovery(server);
1651 return -EAGAIN;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04001652 case -NFS4ERR_LEASE_MOVED:
1653 nfs4_schedule_lease_moved_recovery(server->nfs_client);
1654 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001655 case -NFS4ERR_DELEG_REVOKED:
1656 case -NFS4ERR_ADMIN_REVOKED:
1657 case -NFS4ERR_BAD_STATEID:
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001658 case -NFS4ERR_OPENMODE:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001659 nfs_inode_find_state_and_recover(state->inode,
1660 stateid);
1661 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust869f9df2014-11-10 18:43:56 -05001662 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001663 case -NFS4ERR_DELAY:
1664 case -NFS4ERR_GRACE:
1665 set_bit(NFS_DELEGATED_STATE, &state->flags);
1666 ssleep(1);
1667 return -EAGAIN;
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001668 case -ENOMEM:
1669 case -NFS4ERR_DENIED:
1670 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
1671 return 0;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001672 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673 return err;
1674}
1675
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001676int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
1677{
1678 struct nfs_server *server = NFS_SERVER(state->inode);
1679 struct nfs4_opendata *opendata;
1680 int err;
1681
1682 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1683 NFS4_OPEN_CLAIM_DELEG_CUR_FH);
1684 if (IS_ERR(opendata))
1685 return PTR_ERR(opendata);
1686 nfs4_stateid_copy(&opendata->o_arg.u.delegation, stateid);
1687 err = nfs4_open_recover(opendata, state);
1688 nfs4_opendata_put(opendata);
1689 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
1690}
1691
Chuck Leverbe05c862013-08-09 12:49:47 -04001692static void nfs4_open_confirm_prepare(struct rpc_task *task, void *calldata)
1693{
1694 struct nfs4_opendata *data = calldata;
1695
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001696 nfs40_setup_sequence(data->o_arg.server, &data->c_arg.seq_args,
1697 &data->c_res.seq_res, task);
Chuck Leverbe05c862013-08-09 12:49:47 -04001698}
1699
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001700static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1701{
1702 struct nfs4_opendata *data = calldata;
1703
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001704 nfs40_sequence_done(task, &data->c_res.seq_res);
Chuck Leverbe05c862013-08-09 12:49:47 -04001705
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001706 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001707 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001708 nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid);
Trond Myklebustbb226292008-01-02 15:19:18 -05001709 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001710 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001711 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001712 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001713}
1714
1715static void nfs4_open_confirm_release(void *calldata)
1716{
1717 struct nfs4_opendata *data = calldata;
1718 struct nfs4_state *state = NULL;
1719
1720 /* If this request hasn't been cancelled, do nothing */
1721 if (data->cancelled == 0)
1722 goto out_free;
1723 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001724 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001725 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001726 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001727 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001728 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001729out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001730 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001731}
1732
1733static const struct rpc_call_ops nfs4_open_confirm_ops = {
Chuck Leverbe05c862013-08-09 12:49:47 -04001734 .rpc_call_prepare = nfs4_open_confirm_prepare,
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001735 .rpc_call_done = nfs4_open_confirm_done,
1736 .rpc_release = nfs4_open_confirm_release,
1737};
1738
1739/*
1740 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1741 */
1742static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1743{
1744 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
1745 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001746 struct rpc_message msg = {
1747 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1748 .rpc_argp = &data->c_arg,
1749 .rpc_resp = &data->c_res,
1750 .rpc_cred = data->owner->so_cred,
1751 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001752 struct rpc_task_setup task_setup_data = {
1753 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001754 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001755 .callback_ops = &nfs4_open_confirm_ops,
1756 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001757 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001758 .flags = RPC_TASK_ASYNC,
1759 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760 int status;
1761
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001762 nfs4_init_sequence(&data->c_arg.seq_args, &data->c_res.seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001763 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001764 data->rpc_done = 0;
1765 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001766 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001767 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001768 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001769 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001770 status = nfs4_wait_for_completion_rpc_task(task);
1771 if (status != 0) {
1772 data->cancelled = 1;
1773 smp_wmb();
1774 } else
1775 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001776 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777 return status;
1778}
1779
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001780static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001782 struct nfs4_opendata *data = calldata;
1783 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust549b19c2013-04-16 18:42:34 -04001784 struct nfs_client *clp = sp->so_server->nfs_client;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001785
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001786 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001787 goto out_wait;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001788 /*
1789 * Check if we still need to send an OPEN call, or if we can use
1790 * a delegation instead.
1791 */
1792 if (data->state != NULL) {
1793 struct nfs_delegation *delegation;
1794
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001795 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001796 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001797 rcu_read_lock();
1798 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001799 if (data->o_arg.claim != NFS4_OPEN_CLAIM_DELEGATE_CUR &&
Trond Myklebustcd4c9be2013-04-23 14:46:25 -04001800 data->o_arg.claim != NFS4_OPEN_CLAIM_DELEG_CUR_FH &&
Trond Myklebust652f89f2011-12-09 19:05:58 -05001801 can_open_delegated(delegation, data->o_arg.fmode))
1802 goto unlock_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001803 rcu_read_unlock();
1804 }
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001805 /* Update client id. */
Trond Myklebust549b19c2013-04-16 18:42:34 -04001806 data->o_arg.clientid = clp->cl_clientid;
Trond Myklebust8188df12013-04-23 14:31:19 -04001807 switch (data->o_arg.claim) {
1808 case NFS4_OPEN_CLAIM_PREVIOUS:
1809 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1810 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
Andy Adamsone23008e2012-10-02 21:07:32 -04001811 data->o_arg.open_bitmap = &nfs4_open_noattr_bitmap[0];
Trond Myklebust8188df12013-04-23 14:31:19 -04001812 case NFS4_OPEN_CLAIM_FH:
1813 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001814 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1815 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001816 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001817 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001818 &data->o_arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04001819 &data->o_res.seq_res,
1820 task) != 0)
1821 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust549b19c2013-04-16 18:42:34 -04001822
1823 /* Set the create mode (note dependency on the session type) */
1824 data->o_arg.createmode = NFS4_CREATE_UNCHECKED;
1825 if (data->o_arg.open_flags & O_EXCL) {
1826 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE;
1827 if (nfs4_has_persistent_session(clp))
1828 data->o_arg.createmode = NFS4_CREATE_GUARDED;
1829 else if (clp->cl_mvops->minor_version > 0)
1830 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE4_1;
1831 }
Trond Myklebust6ee41262007-07-08 14:11:36 -04001832 return;
Trond Myklebust652f89f2011-12-09 19:05:58 -05001833unlock_no_action:
1834 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001835out_no_action:
1836 task->tk_action = NULL;
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001837out_wait:
Trond Myklebustb75ad4c2012-11-29 17:27:47 -05001838 nfs4_sequence_done(task, &data->o_res.seq_res);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001839}
1840
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001841static void nfs4_open_done(struct rpc_task *task, void *calldata)
1842{
1843 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001845 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001846
Trond Myklebust14516c32010-07-31 14:29:06 -04001847 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1848 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001849
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001850 if (task->tk_status == 0) {
Trond Myklebust807d66d82012-10-02 17:09:00 -07001851 if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) {
1852 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001853 case S_IFREG:
1854 break;
1855 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001856 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001857 break;
1858 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001859 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001860 break;
1861 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001862 data->rpc_status = -ENOTDIR;
Trond Myklebust807d66d82012-10-02 17:09:00 -07001863 }
Trond Myklebust6f926b52005-10-18 14:20:18 -07001864 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001865 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001866 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1867 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001868 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001869 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001870}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001871
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001872static void nfs4_open_release(void *calldata)
1873{
1874 struct nfs4_opendata *data = calldata;
1875 struct nfs4_state *state = NULL;
1876
1877 /* If this request hasn't been cancelled, do nothing */
1878 if (data->cancelled == 0)
1879 goto out_free;
1880 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001881 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001882 goto out_free;
1883 /* In case we need an open_confirm, no cleanup! */
1884 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1885 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001886 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001887 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001888 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001889out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001890 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001891}
1892
1893static const struct rpc_call_ops nfs4_open_ops = {
1894 .rpc_call_prepare = nfs4_open_prepare,
1895 .rpc_call_done = nfs4_open_done,
1896 .rpc_release = nfs4_open_release,
1897};
1898
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001899static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001900{
1901 struct inode *dir = data->dir->d_inode;
1902 struct nfs_server *server = NFS_SERVER(dir);
1903 struct nfs_openargs *o_arg = &data->o_arg;
1904 struct nfs_openres *o_res = &data->o_res;
1905 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001906 struct rpc_message msg = {
1907 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1908 .rpc_argp = o_arg,
1909 .rpc_resp = o_res,
1910 .rpc_cred = data->owner->so_cred,
1911 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001912 struct rpc_task_setup task_setup_data = {
1913 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001914 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001915 .callback_ops = &nfs4_open_ops,
1916 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001917 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001918 .flags = RPC_TASK_ASYNC,
1919 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001920 int status;
1921
Chuck Levera9c92d62013-08-09 12:48:18 -04001922 nfs4_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001923 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001924 data->rpc_done = 0;
1925 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001926 data->cancelled = 0;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001927 data->is_recover = 0;
1928 if (isrecover) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04001929 nfs4_set_sequence_privileged(&o_arg->seq_args);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001930 data->is_recover = 1;
1931 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04001932 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001933 if (IS_ERR(task))
1934 return PTR_ERR(task);
1935 status = nfs4_wait_for_completion_rpc_task(task);
1936 if (status != 0) {
1937 data->cancelled = 1;
1938 smp_wmb();
1939 } else
1940 status = data->rpc_status;
1941 rpc_put_task(task);
1942
1943 return status;
1944}
1945
1946static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
1947{
1948 struct inode *dir = data->dir->d_inode;
1949 struct nfs_openres *o_res = &data->o_res;
1950 int status;
1951
1952 status = nfs4_run_open_task(data, 1);
1953 if (status != 0 || !data->rpc_done)
1954 return status;
1955
Trond Myklebust6926afd2012-01-07 13:22:46 -05001956 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
1957
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001958 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
1959 status = _nfs4_proc_open_confirm(data);
1960 if (status != 0)
1961 return status;
1962 }
1963
1964 return status;
1965}
1966
Trond Myklebustf3792d62014-07-10 08:54:32 -04001967/*
1968 * Additional permission checks in order to distinguish between an
1969 * open for read, and an open for execute. This works around the
1970 * fact that NFSv4 OPEN treats read and execute permissions as being
1971 * the same.
1972 * Note that in the non-execute case, we want to turn off permission
1973 * checking if we just created a new file (POSIX open() semantics).
1974 */
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001975static int nfs4_opendata_access(struct rpc_cred *cred,
1976 struct nfs4_opendata *opendata,
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05001977 struct nfs4_state *state, fmode_t fmode,
1978 int openflags)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001979{
1980 struct nfs_access_entry cache;
1981 u32 mask;
1982
1983 /* access call failed or for some reason the server doesn't
1984 * support any access modes -- defer access call until later */
1985 if (opendata->o_res.access_supported == 0)
1986 return 0;
1987
1988 mask = 0;
Trond Myklebustf3792d62014-07-10 08:54:32 -04001989 /*
1990 * Use openflags to check for exec, because fmode won't
1991 * always have FMODE_EXEC set when file open for exec.
1992 */
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05001993 if (openflags & __FMODE_EXEC) {
1994 /* ONLY check for exec rights */
1995 mask = MAY_EXEC;
Trond Myklebustf3792d62014-07-10 08:54:32 -04001996 } else if ((fmode & FMODE_READ) && !opendata->file_created)
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05001997 mask = MAY_READ;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001998
1999 cache.cred = cred;
2000 cache.jiffies = jiffies;
2001 nfs_access_set_mask(&cache, opendata->o_res.access_result);
2002 nfs_access_add_cache(state->inode, &cache);
2003
Weston Andros Adamsonbbd3a8e2012-10-02 14:49:51 -07002004 if ((mask & ~cache.mask & (MAY_READ | MAY_EXEC)) == 0)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002005 return 0;
2006
2007 /* even though OPEN succeeded, access is denied. Close the file */
2008 nfs4_close_state(state, fmode);
Weston Andros Adamson998f40b2012-11-02 18:00:56 -04002009 return -EACCES;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002010}
2011
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002012/*
2013 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
2014 */
2015static int _nfs4_proc_open(struct nfs4_opendata *data)
2016{
2017 struct inode *dir = data->dir->d_inode;
2018 struct nfs_server *server = NFS_SERVER(dir);
2019 struct nfs_openargs *o_arg = &data->o_arg;
2020 struct nfs_openres *o_res = &data->o_res;
2021 int status;
2022
2023 status = nfs4_run_open_task(data, 0);
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002024 if (!data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002025 return status;
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002026 if (status != 0) {
2027 if (status == -NFS4ERR_BADNAME &&
2028 !(o_arg->open_flags & O_CREAT))
2029 return -ENOENT;
2030 return status;
2031 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002032
Trond Myklebust6926afd2012-01-07 13:22:46 -05002033 nfs_fattr_map_and_free_names(server, &data->f_attr);
2034
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002035 if (o_arg->open_flags & O_CREAT) {
Trond Myklebust56ae19f2005-10-27 22:12:40 -04002036 update_changeattr(dir, &o_res->cinfo);
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002037 if (o_arg->open_flags & O_EXCL)
2038 data->file_created = 1;
2039 else if (o_res->cinfo.before != o_res->cinfo.after)
2040 data->file_created = 1;
2041 }
Trond Myklebust0df5dd42010-04-11 16:48:44 -04002042 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
2043 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01002045 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002047 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048 }
2049 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Andy Adamson8935ef62014-05-23 06:22:59 -07002050 nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr, o_res->f_label);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002051 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052}
2053
Andy Adamsond83217c2011-03-01 01:34:17 +00002054static int nfs4_recover_expired_lease(struct nfs_server *server)
2055{
2056 return nfs4_client_recover_expired_lease(server->nfs_client);
2057}
2058
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059/*
2060 * OPEN_EXPIRED:
2061 * reclaim state on the server after a network partition.
2062 * Assumes caller holds the appropriate lock
2063 */
Trond Myklebust539cd032007-06-05 11:46:42 -04002064static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002066 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01002067 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002069 opendata = nfs4_open_recoverdata_alloc(ctx, state,
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002070 NFS4_OPEN_CLAIM_FH);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04002071 if (IS_ERR(opendata))
2072 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002073 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04002074 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04002075 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002076 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002077 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078}
2079
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002080static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00002081{
Trond Myklebust539cd032007-06-05 11:46:42 -04002082 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00002083 struct nfs4_exception exception = { };
2084 int err;
2085
2086 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04002087 err = _nfs4_open_expired(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04002088 trace_nfs4_open_expired(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002089 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
2090 continue;
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002091 switch (err) {
2092 default:
2093 goto out;
2094 case -NFS4ERR_GRACE:
2095 case -NFS4ERR_DELAY:
2096 nfs4_handle_exception(server, err, &exception);
2097 err = 0;
2098 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00002099 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002100out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00002101 return err;
2102}
2103
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2105{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01002107 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108
Trond Myklebust864472e2006-01-03 09:55:15 +01002109 ctx = nfs4_state_find_open_context(state);
2110 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04002111 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04002112 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01002113 put_nfs_open_context(ctx);
2114 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115}
2116
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03002117static void nfs_finish_clear_delegation_stateid(struct nfs4_state *state)
2118{
2119 nfs_remove_bad_delegation(state->inode);
2120 write_seqlock(&state->seqlock);
2121 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
2122 write_sequnlock(&state->seqlock);
2123 clear_bit(NFS_DELEGATED_STATE, &state->flags);
2124}
2125
2126static void nfs40_clear_delegation_stateid(struct nfs4_state *state)
2127{
2128 if (rcu_access_pointer(NFS_I(state->inode)->delegation) != NULL)
2129 nfs_finish_clear_delegation_stateid(state);
2130}
2131
2132static int nfs40_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2133{
2134 /* NFSv4.0 doesn't allow for delegation recovery on open expire */
2135 nfs40_clear_delegation_stateid(state);
2136 return nfs4_open_expired(sp, state);
2137}
2138
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002139#if defined(CONFIG_NFS_V4_1)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002140static void nfs41_check_delegation_stateid(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002141{
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002142 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002143 nfs4_stateid stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002144 struct nfs_delegation *delegation;
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002145 struct rpc_cred *cred;
2146 int status;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002147
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002148 /* Get the delegation credential for use by test/free_stateid */
2149 rcu_read_lock();
2150 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002151 if (delegation == NULL) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002152 rcu_read_unlock();
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002153 return;
2154 }
2155
2156 nfs4_stateid_copy(&stateid, &delegation->stateid);
2157 cred = get_rpccred(delegation->cred);
2158 rcu_read_unlock();
2159 status = nfs41_test_stateid(server, &stateid, cred);
2160 trace_nfs4_test_delegation_stateid(state, NULL, status);
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002161
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002162 if (status != NFS_OK) {
2163 /* Free the stateid unless the server explicitly
2164 * informs us the stateid is unrecognized. */
2165 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002166 nfs41_free_stateid(server, &stateid, cred);
2167 nfs_finish_clear_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002168 }
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002169
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002170 put_rpccred(cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002171}
2172
2173/**
2174 * nfs41_check_open_stateid - possibly free an open stateid
2175 *
2176 * @state: NFSv4 state for an inode
2177 *
2178 * Returns NFS_OK if recovery for this stateid is now finished.
2179 * Otherwise a negative NFS4ERR value is returned.
2180 */
2181static int nfs41_check_open_stateid(struct nfs4_state *state)
2182{
2183 struct nfs_server *server = NFS_SERVER(state->inode);
Bryan Schumakerfcb6d9c2012-09-26 15:25:53 -04002184 nfs4_stateid *stateid = &state->open_stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002185 struct rpc_cred *cred = state->owner->so_cred;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002186 int status;
2187
2188 /* If a state reset has been done, test_stateid is unneeded */
2189 if ((test_bit(NFS_O_RDONLY_STATE, &state->flags) == 0) &&
2190 (test_bit(NFS_O_WRONLY_STATE, &state->flags) == 0) &&
2191 (test_bit(NFS_O_RDWR_STATE, &state->flags) == 0))
2192 return -NFS4ERR_BAD_STATEID;
2193
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002194 status = nfs41_test_stateid(server, stateid, cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04002195 trace_nfs4_test_open_stateid(state, NULL, status);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002196 if (status != NFS_OK) {
2197 /* Free the stateid unless the server explicitly
2198 * informs us the stateid is unrecognized. */
2199 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002200 nfs41_free_stateid(server, stateid, cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002201
2202 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2203 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2204 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04002205 clear_bit(NFS_OPEN_STATE, &state->flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002206 }
2207 return status;
2208}
2209
2210static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2211{
Chuck Levereb64cf92012-07-11 16:30:05 -04002212 int status;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002213
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002214 nfs41_check_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002215 status = nfs41_check_open_stateid(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04002216 if (status != NFS_OK)
2217 status = nfs4_open_expired(sp, state);
2218 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002219}
2220#endif
2221
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002223 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
2224 * fields corresponding to attributes that were used to store the verifier.
2225 * Make sure we clobber those fields in the later setattr call
2226 */
2227static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
2228{
2229 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
2230 !(sattr->ia_valid & ATTR_ATIME_SET))
2231 sattr->ia_valid |= ATTR_ATIME;
2232
2233 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
2234 !(sattr->ia_valid & ATTR_MTIME_SET))
2235 sattr->ia_valid |= ATTR_MTIME;
2236}
2237
Trond Myklebustc21443c2013-02-07 14:26:21 -05002238static int _nfs4_open_and_get_state(struct nfs4_opendata *opendata,
2239 fmode_t fmode,
2240 int flags,
Trond Myklebust3efb9722013-05-29 13:17:04 -04002241 struct nfs_open_context *ctx)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002242{
2243 struct nfs4_state_owner *sp = opendata->owner;
2244 struct nfs_server *server = sp->so_server;
Trond Myklebust275bb302013-05-29 13:11:28 -04002245 struct dentry *dentry;
Trond Myklebustc21443c2013-02-07 14:26:21 -05002246 struct nfs4_state *state;
2247 unsigned int seq;
2248 int ret;
2249
2250 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
2251
2252 ret = _nfs4_proc_open(opendata);
Trond Myklebustdca780012014-10-23 19:23:03 +03002253 if (ret != 0)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002254 goto out;
2255
2256 state = nfs4_opendata_to_nfs4_state(opendata);
2257 ret = PTR_ERR(state);
2258 if (IS_ERR(state))
2259 goto out;
2260 if (server->caps & NFS_CAP_POSIX_LOCK)
2261 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
2262
Trond Myklebust275bb302013-05-29 13:11:28 -04002263 dentry = opendata->dentry;
2264 if (dentry->d_inode == NULL) {
2265 /* FIXME: Is this d_drop() ever needed? */
2266 d_drop(dentry);
2267 dentry = d_add_unique(dentry, igrab(state->inode));
2268 if (dentry == NULL) {
2269 dentry = opendata->dentry;
2270 } else if (dentry != ctx->dentry) {
2271 dput(ctx->dentry);
2272 ctx->dentry = dget(dentry);
2273 }
2274 nfs_set_verifier(dentry,
2275 nfs_save_change_attribute(opendata->dir->d_inode));
2276 }
2277
Trond Myklebustc21443c2013-02-07 14:26:21 -05002278 ret = nfs4_opendata_access(sp->so_cred, opendata, state, fmode, flags);
2279 if (ret != 0)
2280 goto out;
2281
Trond Myklebust3efb9722013-05-29 13:17:04 -04002282 ctx->state = state;
Trond Myklebustc45ffdd2013-05-29 13:34:46 -04002283 if (dentry->d_inode == state->inode) {
2284 nfs_inode_attach_open_context(ctx);
2285 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq))
2286 nfs4_schedule_stateid_recovery(server, state);
2287 }
Trond Myklebustc21443c2013-02-07 14:26:21 -05002288out:
2289 return ret;
2290}
2291
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002292/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002293 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294 */
Andy Adamson82be4172012-05-23 05:02:35 -04002295static int _nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002296 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002297 int flags,
2298 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002299 struct nfs4_label *label,
2300 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301{
2302 struct nfs4_state_owner *sp;
2303 struct nfs4_state *state = NULL;
2304 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002305 struct nfs4_opendata *opendata;
Trond Myklebust4197a052013-05-29 12:37:49 -04002306 struct dentry *dentry = ctx->dentry;
2307 struct rpc_cred *cred = ctx->cred;
2308 struct nfs4_threshold **ctx_th = &ctx->mdsthreshold;
2309 fmode_t fmode = ctx->mode & (FMODE_READ|FMODE_WRITE|FMODE_EXEC);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002310 enum open_claim_type4 claim = NFS4_OPEN_CLAIM_NULL;
David Quigley1775fd32013-05-22 12:50:42 -04002311 struct nfs4_label *olabel = NULL;
Trond Myklebustaac00a82007-07-05 19:02:21 -04002312 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313
2314 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002315 status = -ENOMEM;
Trond Myklebustd1e284d2012-01-17 22:04:24 -05002316 sp = nfs4_get_state_owner(server, cred, GFP_KERNEL);
2317 if (sp == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002318 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
2319 goto out_err;
2320 }
Trond Myklebust58d97142006-01-03 09:55:24 +01002321 status = nfs4_recover_expired_lease(server);
2322 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002323 goto err_put_state_owner;
Al Viro82a2c1b2011-06-22 18:30:55 -04002324 if (dentry->d_inode != NULL)
2325 nfs4_return_incompatible_delegation(dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01002326 status = -ENOMEM;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002327 if (dentry->d_inode)
2328 claim = NFS4_OPEN_CLAIM_FH;
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002329 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002330 label, claim, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002331 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05002332 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002333
David Quigley14c43f72013-05-22 12:50:43 -04002334 if (label) {
2335 olabel = nfs4_label_alloc(server, GFP_KERNEL);
2336 if (IS_ERR(olabel)) {
2337 status = PTR_ERR(olabel);
2338 goto err_opendata_put;
2339 }
2340 }
2341
Trond Myklebuste911b812014-03-26 13:24:37 -07002342 if (server->attr_bitmask[2] & FATTR4_WORD2_MDSTHRESHOLD) {
2343 if (!opendata->f_attr.mdsthreshold) {
2344 opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc();
2345 if (!opendata->f_attr.mdsthreshold)
2346 goto err_free_label;
2347 }
Trond Myklebust1549210f2012-06-05 09:16:47 -04002348 opendata->o_arg.open_bitmap = &nfs4_pnfs_open_bitmap[0];
Andy Adamson82be4172012-05-23 05:02:35 -04002349 }
Al Viro82a2c1b2011-06-22 18:30:55 -04002350 if (dentry->d_inode != NULL)
2351 opendata->state = nfs4_get_open_state(dentry->d_inode, sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04002352
Trond Myklebust3efb9722013-05-29 13:17:04 -04002353 status = _nfs4_open_and_get_state(opendata, fmode, flags, ctx);
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002354 if (status != 0)
David Quigley14c43f72013-05-22 12:50:43 -04002355 goto err_free_label;
Trond Myklebust3efb9722013-05-29 13:17:04 -04002356 state = ctx->state;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002357
Trond Myklebust549b19c2013-04-16 18:42:34 -04002358 if ((opendata->o_arg.open_flags & O_EXCL) &&
2359 (opendata->o_arg.createmode != NFS4_CREATE_GUARDED)) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002360 nfs4_exclusive_attrset(opendata, sattr);
2361
2362 nfs_fattr_init(opendata->o_res.f_attr);
2363 status = nfs4_do_setattr(state->inode, cred,
2364 opendata->o_res.f_attr, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002365 state, label, olabel);
2366 if (status == 0) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002367 nfs_setattr_update_inode(state->inode, sattr);
David Quigley1775fd32013-05-22 12:50:42 -04002368 nfs_post_op_update_inode(state->inode, opendata->o_res.f_attr);
David Quigleyaa9c2662013-05-22 12:50:44 -04002369 nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel);
David Quigley1775fd32013-05-22 12:50:42 -04002370 }
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002371 }
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002372 if (opendata->file_created)
2373 *opened |= FILE_CREATED;
Andy Adamson82be4172012-05-23 05:02:35 -04002374
Trond Myklebuste911b812014-03-26 13:24:37 -07002375 if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server)) {
Andy Adamson82be4172012-05-23 05:02:35 -04002376 *ctx_th = opendata->f_attr.mdsthreshold;
Trond Myklebuste911b812014-03-26 13:24:37 -07002377 opendata->f_attr.mdsthreshold = NULL;
2378 }
Andy Adamson82be4172012-05-23 05:02:35 -04002379
David Quigley14c43f72013-05-22 12:50:43 -04002380 nfs4_label_free(olabel);
2381
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002382 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384 return 0;
David Quigley14c43f72013-05-22 12:50:43 -04002385err_free_label:
2386 nfs4_label_free(olabel);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002387err_opendata_put:
2388 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002389err_put_state_owner:
2390 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392 return status;
2393}
2394
2395
Andy Adamson82be4172012-05-23 05:02:35 -04002396static struct nfs4_state *nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002397 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002398 int flags,
2399 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002400 struct nfs4_label *label,
2401 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402{
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002403 struct nfs_server *server = NFS_SERVER(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404 struct nfs4_exception exception = { };
2405 struct nfs4_state *res;
2406 int status;
2407
2408 do {
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002409 status = _nfs4_do_open(dir, ctx, flags, sattr, label, opened);
Trond Myklebust3efb9722013-05-29 13:17:04 -04002410 res = ctx->state;
Trond Myklebust42113a72013-08-12 16:19:27 -04002411 trace_nfs4_open_file(ctx, flags, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412 if (status == 0)
2413 break;
2414 /* NOTE: BAD_SEQID means the server and client disagree about the
2415 * book-keeping w.r.t. state-changing operations
2416 * (OPEN/CLOSE/LOCK/LOCKU...)
2417 * It is actually a sign of a bug on the client or on the server.
2418 *
2419 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07002420 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421 * have unhashed the old state_owner for us, and that we can
2422 * therefore safely retry using a new one. We should still warn
2423 * the user though...
2424 */
2425 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust9a3ba432012-03-12 18:01:48 -04002426 pr_warn_ratelimited("NFS: v4 server %s "
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04002427 " returned a bad sequence-id error!\n",
2428 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429 exception.retry = 1;
2430 continue;
2431 }
Trond Myklebust550f5742005-10-18 14:20:21 -07002432 /*
2433 * BAD_STATEID on OPEN means that the server cancelled our
2434 * state before it received the OPEN_CONFIRM.
2435 * Recover by retrying the request as per the discussion
2436 * on Page 181 of RFC3530.
2437 */
2438 if (status == -NFS4ERR_BAD_STATEID) {
2439 exception.retry = 1;
2440 continue;
2441 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04002442 if (status == -EAGAIN) {
2443 /* We must have found a delegation */
2444 exception.retry = 1;
2445 continue;
2446 }
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002447 if (nfs4_clear_cap_atomic_open_v1(server, status, &exception))
2448 continue;
2449 res = ERR_PTR(nfs4_handle_exception(server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002450 status, &exception));
2451 } while (exception.retry);
2452 return res;
2453}
2454
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002455static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2456 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002457 struct nfs4_state *state, struct nfs4_label *ilabel,
2458 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002459{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002460 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002462 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463 .iap = sattr,
2464 .server = server,
2465 .bitmask = server->attr_bitmask,
David Quigley1775fd32013-05-22 12:50:42 -04002466 .label = ilabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467 };
2468 struct nfs_setattrres res = {
2469 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04002470 .label = olabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002471 .server = server,
2472 };
2473 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002474 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
2475 .rpc_argp = &arg,
2476 .rpc_resp = &res,
2477 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01002479 unsigned long timestamp = jiffies;
Trond Myklebustee3ae842013-04-29 10:35:36 -04002480 fmode_t fmode;
2481 bool truncate;
Trond Myklebust65e43082005-08-16 11:49:44 -04002482 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483
David Quigleyaa9c2662013-05-22 12:50:44 -04002484 arg.bitmask = nfs4_bitmask(server, ilabel);
2485 if (ilabel)
2486 arg.bitmask = nfs4_bitmask(server, olabel);
2487
Trond Myklebust0e574af2005-10-27 22:12:38 -04002488 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489
Trond Myklebustee3ae842013-04-29 10:35:36 -04002490 /* Servers should only apply open mode checks for file size changes */
2491 truncate = (sattr->ia_valid & ATTR_SIZE) ? true : false;
2492 fmode = truncate ? FMODE_WRITE : FMODE_READ;
2493
2494 if (nfs4_copy_delegation_stateid(&arg.stateid, inode, fmode)) {
2495 /* Use that stateid */
Trond Myklebust0418dae2014-03-04 13:48:16 -05002496 } else if (truncate && state != NULL) {
Trond Myklebust2a369152012-08-13 18:54:45 -04002497 struct nfs_lockowner lockowner = {
2498 .l_owner = current->files,
2499 .l_pid = current->tgid,
2500 };
Trond Myklebust0418dae2014-03-04 13:48:16 -05002501 if (!nfs4_valid_open_stateid(state))
2502 return -EBADF;
2503 if (nfs4_select_rw_stateid(&arg.stateid, state, FMODE_WRITE,
2504 &lockowner) == -EIO)
2505 return -EBADF;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002506 } else
Trond Myklebustf597c532012-03-04 18:13:56 -05002507 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508
Bryan Schumaker7c513052011-03-24 17:12:24 +00002509 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002510 if (status == 0 && state != NULL)
2511 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04002512 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513}
2514
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002515static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2516 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002517 struct nfs4_state *state, struct nfs4_label *ilabel,
2518 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002520 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002521 struct nfs4_exception exception = {
2522 .state = state,
Trond Myklebust3114ea72012-03-07 16:39:06 -05002523 .inode = inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002524 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525 int err;
2526 do {
David Quigley1775fd32013-05-22 12:50:42 -04002527 err = _nfs4_do_setattr(inode, cred, fattr, sattr, state, ilabel, olabel);
Trond Myklebustc1578b72013-08-12 16:58:42 -04002528 trace_nfs4_setattr(inode, err);
Trond Myklebust451146b2012-04-18 16:29:11 -04002529 switch (err) {
2530 case -NFS4ERR_OPENMODE:
Trond Myklebust721ccfb2013-04-29 11:11:58 -04002531 if (!(sattr->ia_valid & ATTR_SIZE)) {
2532 pr_warn_once("NFSv4: server %s is incorrectly "
2533 "applying open mode checks to "
2534 "a SETATTR that is not "
2535 "changing file size.\n",
2536 server->nfs_client->cl_hostname);
2537 }
Trond Myklebust451146b2012-04-18 16:29:11 -04002538 if (state && !(state->state & FMODE_WRITE)) {
2539 err = -EBADF;
2540 if (sattr->ia_valid & ATTR_OPEN)
2541 err = -EACCES;
2542 goto out;
2543 }
2544 }
2545 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546 } while (exception.retry);
Trond Myklebust451146b2012-04-18 16:29:11 -04002547out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548 return err;
2549}
2550
2551struct nfs4_closedata {
2552 struct inode *inode;
2553 struct nfs4_state *state;
2554 struct nfs_closeargs arg;
2555 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002556 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002557 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00002558 bool roc;
2559 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560};
2561
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002562static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07002563{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002564 struct nfs4_closedata *calldata = data;
2565 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04002566 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07002567
Fred Isamanf7e89172011-01-06 11:36:32 +00002568 if (calldata->roc)
2569 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07002570 nfs4_put_open_state(calldata->state);
2571 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07002572 nfs4_put_state_owner(sp);
Trond Myklebust322b2b92013-01-11 16:39:51 -05002573 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002574 kfree(calldata);
2575}
2576
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002577static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002579 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581 struct nfs_server *server = NFS_SERVER(calldata->inode);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002582 nfs4_stateid *res_stateid = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583
Chuck Levera3ca5652012-03-01 17:00:40 -05002584 dprintk("%s: begin!\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04002585 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
2586 return;
Trond Myklebust42113a72013-08-12 16:19:27 -04002587 trace_nfs4_close(state, &calldata->arg, &calldata->res, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588 /* hmm. we are done with the inode, and in the process of freeing
2589 * the state_owner. we keep this around to process errors
2590 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591 switch (task->tk_status) {
2592 case 0:
Trond Myklebust412f6c42014-08-25 22:09:08 -04002593 res_stateid = &calldata->res.stateid;
2594 if (calldata->arg.fmode == 0 && calldata->roc)
Fred Isamanf7e89172011-01-06 11:36:32 +00002595 pnfs_roc_set_barrier(state->inode,
2596 calldata->roc_barrier);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002597 renew_lease(server, calldata->timestamp);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002598 break;
Trond Myklebust69794ad2013-11-20 12:57:19 -05002599 case -NFS4ERR_ADMIN_REVOKED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002601 case -NFS4ERR_OLD_STATEID:
2602 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603 case -NFS4ERR_EXPIRED:
Trond Myklebust566fcec2015-01-23 15:32:46 -05002604 if (!nfs4_stateid_match(&calldata->arg.stateid,
2605 &state->stateid)) {
2606 rpc_restart_call_prepare(task);
2607 goto out_release;
2608 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002609 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002610 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10002612 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN) {
Trond Myklebust72211db2009-12-15 14:47:36 -05002613 rpc_restart_call_prepare(task);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002614 goto out_release;
2615 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616 }
Trond Myklebust412f6c42014-08-25 22:09:08 -04002617 nfs_clear_open_stateid(state, res_stateid, calldata->arg.fmode);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002618out_release:
Trond Myklebust72211db2009-12-15 14:47:36 -05002619 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04002620 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Chuck Levera3ca5652012-03-01 17:00:40 -05002621 dprintk("%s: done, ret = %d!\n", __func__, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002622}
2623
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002624static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002625{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002626 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07002627 struct nfs4_state *state = calldata->state;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002628 struct inode *inode = calldata->inode;
Trond Myklebustaee7af32014-08-25 22:33:12 -04002629 bool is_rdonly, is_wronly, is_rdwr;
Trond Myklebust88069f72009-12-08 08:33:16 -05002630 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07002631
Chuck Levera3ca5652012-03-01 17:00:40 -05002632 dprintk("%s: begin!\n", __func__);
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002633 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002634 goto out_wait;
Trond Myklebust003707c2007-07-05 18:07:55 -04002635
Trond Myklebust88069f72009-12-08 08:33:16 -05002636 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebust4cecb762005-11-04 15:32:58 -05002637 spin_lock(&state->owner->so_lock);
Trond Myklebustaee7af32014-08-25 22:33:12 -04002638 is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags);
2639 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags);
2640 is_wronly = test_bit(NFS_O_WRONLY_STATE, &state->flags);
Trond Myklebust566fcec2015-01-23 15:32:46 -05002641 nfs4_stateid_copy(&calldata->arg.stateid, &state->stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04002642 /* Calculate the change in open mode */
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002643 calldata->arg.fmode = 0;
Trond Myklebuste7616922006-01-03 09:55:13 +01002644 if (state->n_rdwr == 0) {
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002645 if (state->n_rdonly == 0)
2646 call_close |= is_rdonly;
2647 else if (is_rdonly)
2648 calldata->arg.fmode |= FMODE_READ;
2649 if (state->n_wronly == 0)
2650 call_close |= is_wronly;
2651 else if (is_wronly)
2652 calldata->arg.fmode |= FMODE_WRITE;
2653 } else if (is_rdwr)
2654 calldata->arg.fmode |= FMODE_READ|FMODE_WRITE;
2655
2656 if (calldata->arg.fmode == 0)
2657 call_close |= is_rdwr;
2658
Trond Myklebust5d422302013-03-14 16:57:48 -04002659 if (!nfs4_valid_open_stateid(state))
2660 call_close = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002661 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002662
2663 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002664 /* Note: exit _without_ calling nfs4_close_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002665 goto out_no_action;
Trond Myklebust95121352005-10-18 14:20:12 -07002666 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002667
Fred Isamanf7e89172011-01-06 11:36:32 +00002668 if (calldata->arg.fmode == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002669 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Fred Isamanf7e89172011-01-06 11:36:32 +00002670 if (calldata->roc &&
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002671 pnfs_roc_drain(inode, &calldata->roc_barrier, task)) {
2672 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002673 goto out_wait;
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002674 }
Fred Isamanf7e89172011-01-06 11:36:32 +00002675 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002676
Trond Myklebust516a6af2005-10-27 22:12:41 -04002677 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002678 calldata->timestamp = jiffies;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002679 if (nfs4_setup_sequence(NFS_SERVER(inode),
Trond Myklebust9d12b212012-01-17 22:04:25 -05002680 &calldata->arg.seq_args,
2681 &calldata->res.seq_res,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04002682 task) != 0)
2683 nfs_release_seqid(calldata->arg.seqid);
Chuck Levera3ca5652012-03-01 17:00:40 -05002684 dprintk("%s: done!\n", __func__);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002685 return;
2686out_no_action:
2687 task->tk_action = NULL;
2688out_wait:
2689 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690}
2691
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002692static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002693 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002694 .rpc_call_done = nfs4_close_done,
2695 .rpc_release = nfs4_free_closedata,
2696};
2697
Peng Taofe08c542014-07-03 13:05:01 +08002698static bool nfs4_state_has_opener(struct nfs4_state *state)
2699{
2700 /* first check existing openers */
2701 if (test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0 &&
2702 state->n_rdonly != 0)
2703 return true;
2704
2705 if (test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0 &&
2706 state->n_wronly != 0)
2707 return true;
2708
2709 if (test_bit(NFS_O_RDWR_STATE, &state->flags) != 0 &&
2710 state->n_rdwr != 0)
2711 return true;
2712
2713 return false;
2714}
2715
2716static bool nfs4_roc(struct inode *inode)
2717{
2718 struct nfs_inode *nfsi = NFS_I(inode);
2719 struct nfs_open_context *ctx;
2720 struct nfs4_state *state;
2721
2722 spin_lock(&inode->i_lock);
2723 list_for_each_entry(ctx, &nfsi->open_files, list) {
2724 state = ctx->state;
2725 if (state == NULL)
2726 continue;
2727 if (nfs4_state_has_opener(state)) {
2728 spin_unlock(&inode->i_lock);
2729 return false;
2730 }
2731 }
2732 spin_unlock(&inode->i_lock);
2733
2734 if (nfs4_check_delegation(inode, FMODE_READ))
2735 return false;
2736
2737 return pnfs_roc(inode);
2738}
2739
Linus Torvalds1da177e2005-04-16 15:20:36 -07002740/*
2741 * It is possible for data to be read/written from a mem-mapped file
2742 * after the sys_close call (which hits the vfs layer as a flush).
2743 * This means that we can't safely call nfsv4 close on a file until
2744 * the inode is cleared. This in turn means that we are not good
2745 * NFSv4 citizens - we do not indicate to the server to update the file's
2746 * share state even when we are done with one of the three share
2747 * stateid's in the inode.
2748 *
2749 * NOTE: Caller must be holding the sp->so_owner semaphore!
2750 */
Trond Myklebust1f7977c2012-09-20 20:31:51 -04002751int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002753 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002754 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002755 struct nfs4_state_owner *sp = state->owner;
2756 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002757 struct rpc_message msg = {
2758 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2759 .rpc_cred = state->owner->so_cred,
2760 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002761 struct rpc_task_setup task_setup_data = {
2762 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002763 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002764 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002765 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002766 .flags = RPC_TASK_ASYNC,
2767 };
Trond Myklebust95121352005-10-18 14:20:12 -07002768 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04002770 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_CLEANUP,
2771 &task_setup_data.rpc_client, &msg);
2772
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002773 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002775 goto out;
Chuck Levera9c92d62013-08-09 12:48:18 -04002776 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002777 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002779 calldata->arg.fh = NFS_FH(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780 /* Serialization for the sequence id */
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002781 calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05002782 if (IS_ERR(calldata->arg.seqid))
Trond Myklebust95121352005-10-18 14:20:12 -07002783 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002784 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002785 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002786 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002787 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002788 calldata->res.server = server;
Peng Taofe08c542014-07-03 13:05:01 +08002789 calldata->roc = nfs4_roc(state->inode);
Al Viro643168c2011-06-22 18:20:23 -04002790 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002791
Trond Myklebust1174dd12010-12-21 10:52:24 -05002792 msg.rpc_argp = &calldata->arg;
2793 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002794 task_setup_data.callback_data = calldata;
2795 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002796 if (IS_ERR(task))
2797 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002798 status = 0;
2799 if (wait)
2800 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002801 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002802 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002803out_free_calldata:
2804 kfree(calldata);
2805out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04002806 nfs4_put_open_state(state);
2807 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002808 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002809}
2810
Trond Myklebust2b484292010-09-17 10:56:51 -04002811static struct inode *
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002812nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx,
2813 int open_flags, struct iattr *attr, int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002814{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815 struct nfs4_state *state;
David Quigleyaa9c2662013-05-22 12:50:44 -04002816 struct nfs4_label l = {0, 0, 0, NULL}, *label = NULL;
2817
2818 label = nfs4_label_init_security(dir, ctx->dentry, attr, &l);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002819
Trond Myklebust565277f2007-10-15 18:17:53 -04002820 /* Protect against concurrent sillydeletes */
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002821 state = nfs4_do_open(dir, ctx, open_flags, attr, label, opened);
David Quigleyaa9c2662013-05-22 12:50:44 -04002822
2823 nfs4_label_release_security(label);
2824
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002825 if (IS_ERR(state))
2826 return ERR_CAST(state);
Trond Myklebust275bb302013-05-29 13:11:28 -04002827 return state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002828}
2829
Trond Myklebust1185a552009-12-03 15:54:02 -05002830static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002831{
2832 if (ctx->state == NULL)
2833 return;
2834 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04002835 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002836 else
Al Viro643168c2011-06-22 18:20:23 -04002837 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002838}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839
Trond Myklebustb944dba2013-11-04 15:20:20 -05002840#define FATTR4_WORD1_NFS40_MASK (2*FATTR4_WORD1_MOUNTED_ON_FILEID - 1UL)
2841#define FATTR4_WORD2_NFS41_MASK (2*FATTR4_WORD2_SUPPATTR_EXCLCREAT - 1UL)
J. Bruce Fields999e5682014-06-03 17:33:35 -04002842#define FATTR4_WORD2_NFS42_MASK (2*FATTR4_WORD2_SECURITY_LABEL - 1UL)
Trond Myklebustb944dba2013-11-04 15:20:20 -05002843
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2845{
Benny Halevy43652ad2009-04-01 09:21:54 -04002846 struct nfs4_server_caps_arg args = {
2847 .fhandle = fhandle,
2848 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849 struct nfs4_server_caps_res res = {};
2850 struct rpc_message msg = {
2851 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002852 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002853 .rpc_resp = &res,
2854 };
2855 int status;
2856
Bryan Schumaker7c513052011-03-24 17:12:24 +00002857 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002858 if (status == 0) {
Trond Myklebustb944dba2013-11-04 15:20:20 -05002859 /* Sanity check the server answers */
2860 switch (server->nfs_client->cl_minorversion) {
2861 case 0:
2862 res.attr_bitmask[1] &= FATTR4_WORD1_NFS40_MASK;
2863 res.attr_bitmask[2] = 0;
2864 break;
2865 case 1:
2866 res.attr_bitmask[2] &= FATTR4_WORD2_NFS41_MASK;
2867 break;
2868 case 2:
2869 res.attr_bitmask[2] &= FATTR4_WORD2_NFS42_MASK;
2870 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002871 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002872 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2873 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2874 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2875 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
Trond Myklebustb944dba2013-11-04 15:20:20 -05002876 NFS_CAP_CTIME|NFS_CAP_MTIME|
2877 NFS_CAP_SECURITY_LABEL);
Malahal Naineni7dd7d952014-01-23 08:54:55 -06002878 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL &&
2879 res.acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002880 server->caps |= NFS_CAP_ACLS;
2881 if (res.has_links != 0)
2882 server->caps |= NFS_CAP_HARDLINKS;
2883 if (res.has_symlinks != 0)
2884 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002885 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2886 server->caps |= NFS_CAP_FILEID;
2887 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2888 server->caps |= NFS_CAP_MODE;
2889 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2890 server->caps |= NFS_CAP_NLINK;
2891 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2892 server->caps |= NFS_CAP_OWNER;
2893 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2894 server->caps |= NFS_CAP_OWNER_GROUP;
2895 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2896 server->caps |= NFS_CAP_ATIME;
2897 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2898 server->caps |= NFS_CAP_CTIME;
2899 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2900 server->caps |= NFS_CAP_MTIME;
David Quigleyaa9c2662013-05-22 12:50:44 -04002901#ifdef CONFIG_NFS_V4_SECURITY_LABEL
2902 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL)
2903 server->caps |= NFS_CAP_SECURITY_LABEL;
2904#endif
2905 memcpy(server->attr_bitmask_nl, res.attr_bitmask,
2906 sizeof(server->attr_bitmask));
Trond Myklebustb944dba2013-11-04 15:20:20 -05002907 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002908
Trond Myklebusta65318b2009-03-11 14:10:28 -04002909 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2910 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2911 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Trond Myklebustb944dba2013-11-04 15:20:20 -05002912 server->cache_consistency_bitmask[2] = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002913 server->acl_bitmask = res.acl_bitmask;
Chuck Lever264e6352012-03-01 17:02:05 -05002914 server->fh_expire_type = res.fh_expire_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002916
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917 return status;
2918}
2919
Trond Myklebust55a97592006-06-09 09:34:19 -04002920int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002921{
2922 struct nfs4_exception exception = { };
2923 int err;
2924 do {
2925 err = nfs4_handle_exception(server,
2926 _nfs4_server_capabilities(server, fhandle),
2927 &exception);
2928 } while (exception.retry);
2929 return err;
2930}
2931
2932static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2933 struct nfs_fsinfo *info)
2934{
David Quigleyaa9c2662013-05-22 12:50:44 -04002935 u32 bitmask[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936 struct nfs4_lookup_root_arg args = {
David Quigleyaa9c2662013-05-22 12:50:44 -04002937 .bitmask = bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938 };
2939 struct nfs4_lookup_res res = {
2940 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002941 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942 .fh = fhandle,
2943 };
2944 struct rpc_message msg = {
2945 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2946 .rpc_argp = &args,
2947 .rpc_resp = &res,
2948 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002949
David Quigleyaa9c2662013-05-22 12:50:44 -04002950 bitmask[0] = nfs4_fattr_bitmap[0];
2951 bitmask[1] = nfs4_fattr_bitmap[1];
2952 /*
2953 * Process the label in the upcoming getfattr
2954 */
2955 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL;
2956
Trond Myklebust0e574af2005-10-27 22:12:38 -04002957 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002958 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959}
2960
2961static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2962 struct nfs_fsinfo *info)
2963{
2964 struct nfs4_exception exception = { };
2965 int err;
2966 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002967 err = _nfs4_lookup_root(server, fhandle, info);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04002968 trace_nfs4_lookup_root(server, fhandle, info->fattr, err);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002969 switch (err) {
2970 case 0:
2971 case -NFS4ERR_WRONGSEC:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002972 goto out;
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002973 default:
2974 err = nfs4_handle_exception(server, err, &exception);
2975 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002977out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978 return err;
2979}
2980
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002981static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
2982 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
2983{
Trond Myklebustc2190662013-08-26 19:23:04 -04002984 struct rpc_auth_create_args auth_args = {
2985 .pseudoflavor = flavor,
2986 };
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002987 struct rpc_auth *auth;
2988 int ret;
2989
Trond Myklebustc2190662013-08-26 19:23:04 -04002990 auth = rpcauth_create(&auth_args, server->client);
Wei Yongjune8d920c2012-09-21 12:27:41 +08002991 if (IS_ERR(auth)) {
Chuck Lever75bc8822013-03-16 15:55:36 -04002992 ret = -EACCES;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002993 goto out;
2994 }
2995 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002996out:
2997 return ret;
2998}
2999
Chuck Lever9a744ba2013-03-16 15:56:02 -04003000/*
3001 * Retry pseudoroot lookup with various security flavors. We do this when:
3002 *
3003 * NFSv4.0: the PUTROOTFH operation returns NFS4ERR_WRONGSEC
3004 * NFSv4.1: the server does not support the SECINFO_NO_NAME operation
3005 *
3006 * Returns zero on success, or a negative NFS4ERR value, or a
3007 * negative errno value.
3008 */
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003009static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04003010 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003011{
Chuck Lever9a744ba2013-03-16 15:56:02 -04003012 /* Per 3530bis 15.33.5 */
3013 static const rpc_authflavor_t flav_array[] = {
3014 RPC_AUTH_GSS_KRB5P,
3015 RPC_AUTH_GSS_KRB5I,
3016 RPC_AUTH_GSS_KRB5,
Chuck Leverc4eafe12013-03-16 15:56:11 -04003017 RPC_AUTH_UNIX, /* courtesy */
Chuck Lever9a744ba2013-03-16 15:56:02 -04003018 RPC_AUTH_NULL,
3019 };
3020 int status = -EPERM;
3021 size_t i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003022
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04003023 if (server->auth_info.flavor_len > 0) {
3024 /* try each flavor specified by user */
3025 for (i = 0; i < server->auth_info.flavor_len; i++) {
3026 status = nfs4_lookup_root_sec(server, fhandle, info,
3027 server->auth_info.flavors[i]);
3028 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3029 continue;
3030 break;
3031 }
3032 } else {
3033 /* no flavors specified by user, try default list */
3034 for (i = 0; i < ARRAY_SIZE(flav_array); i++) {
3035 status = nfs4_lookup_root_sec(server, fhandle, info,
3036 flav_array[i]);
3037 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3038 continue;
3039 break;
3040 }
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003041 }
Chuck Lever9a744ba2013-03-16 15:56:02 -04003042
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003043 /*
3044 * -EACCESS could mean that the user doesn't have correct permissions
3045 * to access the mount. It could also mean that we tried to mount
3046 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
3047 * existing mount programs don't handle -EACCES very well so it should
3048 * be mapped to -EPERM instead.
3049 */
3050 if (status == -EACCES)
3051 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003052 return status;
3053}
3054
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003055static int nfs4_do_find_root_sec(struct nfs_server *server,
3056 struct nfs_fh *fhandle, struct nfs_fsinfo *info)
3057{
3058 int mv = server->nfs_client->cl_minorversion;
3059 return nfs_v4_minor_ops[mv]->find_root_sec(server, fhandle, info);
3060}
3061
3062/**
3063 * nfs4_proc_get_rootfh - get file handle for server's pseudoroot
3064 * @server: initialized nfs_server handle
3065 * @fhandle: we fill in the pseudo-fs root file handle
3066 * @info: we fill in an FSINFO struct
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003067 * @auth_probe: probe the auth flavours
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003068 *
3069 * Returns zero on success, or a negative errno.
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003070 */
Bryan Schumaker3028eb22012-05-10 15:07:30 -04003071int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle,
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003072 struct nfs_fsinfo *info,
3073 bool auth_probe)
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003074{
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003075 int status;
3076
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003077 switch (auth_probe) {
3078 case false:
3079 status = nfs4_lookup_root(server, fhandle, info);
3080 if (status != -NFS4ERR_WRONGSEC)
3081 break;
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003082 default:
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003083 status = nfs4_do_find_root_sec(server, fhandle, info);
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003084 }
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003085
Linus Torvalds1da177e2005-04-16 15:20:36 -07003086 if (status == 0)
3087 status = nfs4_server_capabilities(server, fhandle);
3088 if (status == 0)
3089 status = nfs4_do_fsinfo(server, fhandle, info);
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003090
Trond Myklebustc12e87f2006-03-13 21:20:47 -08003091 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003092}
3093
Bryan Schumakerbae36242012-05-10 15:07:31 -04003094static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh,
3095 struct nfs_fsinfo *info)
3096{
3097 int error;
3098 struct nfs_fattr *fattr = info->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003099 struct nfs4_label *label = NULL;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003100
3101 error = nfs4_server_capabilities(server, mntfh);
3102 if (error < 0) {
3103 dprintk("nfs4_get_root: getcaps error = %d\n", -error);
3104 return error;
3105 }
3106
David Quigley14c43f72013-05-22 12:50:43 -04003107 label = nfs4_label_alloc(server, GFP_KERNEL);
3108 if (IS_ERR(label))
3109 return PTR_ERR(label);
3110
David Quigley1775fd32013-05-22 12:50:42 -04003111 error = nfs4_proc_getattr(server, mntfh, fattr, label);
Bryan Schumakerbae36242012-05-10 15:07:31 -04003112 if (error < 0) {
3113 dprintk("nfs4_get_root: getattr error = %d\n", -error);
David Quigley14c43f72013-05-22 12:50:43 -04003114 goto err_free_label;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003115 }
3116
3117 if (fattr->valid & NFS_ATTR_FATTR_FSID &&
3118 !nfs_fsid_equal(&server->fsid, &fattr->fsid))
3119 memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid));
3120
David Quigley14c43f72013-05-22 12:50:43 -04003121err_free_label:
3122 nfs4_label_free(label);
3123
Bryan Schumakerbae36242012-05-10 15:07:31 -04003124 return error;
3125}
3126
Manoj Naik6b97fd32006-06-09 09:34:29 -04003127/*
3128 * Get locations and (maybe) other attributes of a referral.
3129 * Note that we'll actually follow the referral later when
3130 * we detect fsid mismatch in inode revalidation
3131 */
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003132static int nfs4_get_referral(struct rpc_clnt *client, struct inode *dir,
3133 const struct qstr *name, struct nfs_fattr *fattr,
3134 struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04003135{
3136 int status = -ENOMEM;
3137 struct page *page = NULL;
3138 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003139
3140 page = alloc_page(GFP_KERNEL);
3141 if (page == NULL)
3142 goto out;
3143 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
3144 if (locations == NULL)
3145 goto out;
3146
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003147 status = nfs4_proc_fs_locations(client, dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003148 if (status != 0)
3149 goto out;
Chuck Lever519ae252013-10-17 14:13:19 -04003150
3151 /*
3152 * If the fsid didn't change, this is a migration event, not a
3153 * referral. Cause us to drop into the exception handler, which
3154 * will kick off migration recovery.
3155 */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003156 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04003157 dprintk("%s: server did not return a different fsid for"
3158 " a referral at %s\n", __func__, name->name);
Chuck Lever519ae252013-10-17 14:13:19 -04003159 status = -NFS4ERR_MOVED;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003160 goto out;
3161 }
Andy Adamson533eb462011-06-13 18:25:56 -04003162 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
3163 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003164
Andy Adamson533eb462011-06-13 18:25:56 -04003165 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003166 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04003167 memset(fhandle, 0, sizeof(struct nfs_fh));
3168out:
3169 if (page)
3170 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04003171 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003172 return status;
3173}
3174
David Quigley1775fd32013-05-22 12:50:42 -04003175static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3176 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003177{
3178 struct nfs4_getattr_arg args = {
3179 .fh = fhandle,
3180 .bitmask = server->attr_bitmask,
3181 };
3182 struct nfs4_getattr_res res = {
3183 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04003184 .label = label,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185 .server = server,
3186 };
3187 struct rpc_message msg = {
3188 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
3189 .rpc_argp = &args,
3190 .rpc_resp = &res,
3191 };
David Quigleyaa9c2662013-05-22 12:50:44 -04003192
3193 args.bitmask = nfs4_bitmask(server, label);
3194
Trond Myklebust0e574af2005-10-27 22:12:38 -04003195 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003196 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003197}
3198
David Quigley1775fd32013-05-22 12:50:42 -04003199static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3200 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201{
3202 struct nfs4_exception exception = { };
3203 int err;
3204 do {
Trond Myklebustb5f875a2013-08-13 13:01:39 -04003205 err = _nfs4_proc_getattr(server, fhandle, fattr, label);
3206 trace_nfs4_getattr(server, fhandle, fattr, err);
3207 err = nfs4_handle_exception(server, err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208 &exception);
3209 } while (exception.retry);
3210 return err;
3211}
3212
3213/*
3214 * The file is not closed if it is opened due to the a request to change
3215 * the size of the file. The open call will not be needed once the
3216 * VFS layer lookup-intents are implemented.
3217 *
3218 * Close is called when the inode is destroyed.
3219 * If we haven't opened the file for O_WRONLY, we
3220 * need to in the size_change case to obtain a stateid.
3221 *
3222 * Got race?
3223 * Because OPEN is always done by name in nfsv4, it is
3224 * possible that we opened a different file by the same
3225 * name. We can recognize this race condition, but we
3226 * can't do anything about it besides returning an error.
3227 *
3228 * This will be fixed with VFS changes (lookup-intent).
3229 */
3230static int
3231nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
3232 struct iattr *sattr)
3233{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003234 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003235 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05003236 struct nfs4_state *state = NULL;
David Quigley14c43f72013-05-22 12:50:43 -04003237 struct nfs4_label *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003238 int status;
3239
Peng Tao88ac8152014-09-12 11:04:10 +08003240 if (pnfs_ld_layoutret_on_setattr(inode) &&
3241 sattr->ia_valid & ATTR_SIZE &&
3242 sattr->ia_size < i_size_read(inode))
Trond Myklebust24028672013-03-20 13:23:33 -04003243 pnfs_commit_and_return_layout(inode);
Benny Halevy8a1636c2010-07-14 15:43:57 -04003244
Trond Myklebust0e574af2005-10-27 22:12:38 -04003245 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003246
Andy Adamson26699402012-05-30 16:12:24 -04003247 /* Deal with open(O_TRUNC) */
3248 if (sattr->ia_valid & ATTR_OPEN)
Nadav Shemercc7936f2013-07-21 17:21:43 +03003249 sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME);
Andy Adamson26699402012-05-30 16:12:24 -04003250
3251 /* Optimization: if the end result is no change, don't RPC */
Nadav Shemercc7936f2013-07-21 17:21:43 +03003252 if ((sattr->ia_valid & ~(ATTR_FILE|ATTR_OPEN)) == 0)
Andy Adamson26699402012-05-30 16:12:24 -04003253 return 0;
3254
Trond Myklebustd5308382005-11-04 15:33:38 -05003255 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003256 if (sattr->ia_valid & ATTR_FILE) {
3257 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003258
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003259 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11003260 if (ctx) {
3261 cred = ctx->cred;
3262 state = ctx->state;
3263 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003264 }
3265
David Quigley14c43f72013-05-22 12:50:43 -04003266 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
3267 if (IS_ERR(label))
3268 return PTR_ERR(label);
3269
3270 status = nfs4_do_setattr(inode, cred, fattr, sattr, state, NULL, label);
David Quigleyaa9c2662013-05-22 12:50:44 -04003271 if (status == 0) {
Trond Myklebust65e43082005-08-16 11:49:44 -04003272 nfs_setattr_update_inode(inode, sattr);
David Quigleyaa9c2662013-05-22 12:50:44 -04003273 nfs_setsecurity(inode, fattr, label);
3274 }
David Quigley14c43f72013-05-22 12:50:43 -04003275 nfs4_label_free(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003276 return status;
3277}
3278
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003279static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
3280 const struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003281 struct nfs_fattr *fattr, struct nfs4_label *label)
David Howells2b3de442006-08-22 20:06:09 -04003282{
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003283 struct nfs_server *server = NFS_SERVER(dir);
David Howells2b3de442006-08-22 20:06:09 -04003284 int status;
3285 struct nfs4_lookup_arg args = {
3286 .bitmask = server->attr_bitmask,
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003287 .dir_fh = NFS_FH(dir),
David Howells2b3de442006-08-22 20:06:09 -04003288 .name = name,
3289 };
3290 struct nfs4_lookup_res res = {
3291 .server = server,
3292 .fattr = fattr,
David Quigleyaa9c2662013-05-22 12:50:44 -04003293 .label = label,
David Howells2b3de442006-08-22 20:06:09 -04003294 .fh = fhandle,
3295 };
3296 struct rpc_message msg = {
3297 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
3298 .rpc_argp = &args,
3299 .rpc_resp = &res,
3300 };
3301
David Quigleyaa9c2662013-05-22 12:50:44 -04003302 args.bitmask = nfs4_bitmask(server, label);
3303
David Howells2b3de442006-08-22 20:06:09 -04003304 nfs_fattr_init(fattr);
3305
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003307 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003308 dprintk("NFS reply lookup: %d\n", status);
3309 return status;
3310}
3311
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003312static void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr)
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003313{
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003314 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003315 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_MOUNTPOINT;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003316 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
3317 fattr->nlink = 2;
3318}
3319
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003320static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir,
3321 struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003322 struct nfs_fattr *fattr, struct nfs4_label *label)
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003323{
3324 struct nfs4_exception exception = { };
3325 struct rpc_clnt *client = *clnt;
3326 int err;
3327 do {
David Quigley1775fd32013-05-22 12:50:42 -04003328 err = _nfs4_proc_lookup(client, dir, name, fhandle, fattr, label);
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003329 trace_nfs4_lookup(dir, name, err);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003330 switch (err) {
3331 case -NFS4ERR_BADNAME:
3332 err = -ENOENT;
3333 goto out;
3334 case -NFS4ERR_MOVED:
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003335 err = nfs4_get_referral(client, dir, name, fattr, fhandle);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003336 goto out;
3337 case -NFS4ERR_WRONGSEC:
3338 err = -EPERM;
3339 if (client != *clnt)
3340 goto out;
Andy Adamson66b06862014-06-12 15:02:32 -04003341 client = nfs4_negotiate_security(client, dir, name);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003342 if (IS_ERR(client))
3343 return PTR_ERR(client);
3344
3345 exception.retry = 1;
3346 break;
3347 default:
3348 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
3349 }
3350 } while (exception.retry);
3351
3352out:
3353 if (err == 0)
3354 *clnt = client;
3355 else if (client != *clnt)
3356 rpc_shutdown_client(client);
3357
3358 return err;
3359}
3360
Bryan Schumaker80a16b22012-04-27 13:27:46 -04003361static int nfs4_proc_lookup(struct inode *dir, struct qstr *name,
David Quigley1775fd32013-05-22 12:50:42 -04003362 struct nfs_fh *fhandle, struct nfs_fattr *fattr,
3363 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364{
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003365 int status;
3366 struct rpc_clnt *client = NFS_CLIENT(dir);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003367
David Quigley1775fd32013-05-22 12:50:42 -04003368 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, label);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003369 if (client != NFS_CLIENT(dir)) {
3370 rpc_shutdown_client(client);
3371 nfs_fixup_secinfo_attributes(fattr);
3372 }
3373 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003374}
3375
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003376struct rpc_clnt *
3377nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name,
3378 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
3379{
Trond Myklebustb72888c2013-08-07 20:38:07 -04003380 struct rpc_clnt *client = NFS_CLIENT(dir);
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003381 int status;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003382
David Quigley1775fd32013-05-22 12:50:42 -04003383 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, NULL);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003384 if (status < 0)
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003385 return ERR_PTR(status);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003386 return (client == NFS_CLIENT(dir)) ? rpc_clone_client(client) : client;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003387}
3388
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3390{
Trond Myklebust76b32992007-08-10 17:45:11 -04003391 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003392 struct nfs4_accessargs args = {
3393 .fh = NFS_FH(inode),
Trond Myklebusta4980e72012-01-30 15:43:56 -05003394 .bitmask = server->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003395 };
Trond Myklebust76b32992007-08-10 17:45:11 -04003396 struct nfs4_accessres res = {
3397 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04003398 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399 struct rpc_message msg = {
3400 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
3401 .rpc_argp = &args,
3402 .rpc_resp = &res,
3403 .rpc_cred = entry->cred,
3404 };
3405 int mode = entry->mask;
David Quigleyaa9c2662013-05-22 12:50:44 -04003406 int status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003407
3408 /*
3409 * Determine which access bits we want to ask for...
3410 */
3411 if (mode & MAY_READ)
3412 args.access |= NFS4_ACCESS_READ;
3413 if (S_ISDIR(inode->i_mode)) {
3414 if (mode & MAY_WRITE)
3415 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
3416 if (mode & MAY_EXEC)
3417 args.access |= NFS4_ACCESS_LOOKUP;
3418 } else {
3419 if (mode & MAY_WRITE)
3420 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
3421 if (mode & MAY_EXEC)
3422 args.access |= NFS4_ACCESS_EXECUTE;
3423 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003424
3425 res.fattr = nfs_alloc_fattr();
3426 if (res.fattr == NULL)
3427 return -ENOMEM;
3428
Bryan Schumaker7c513052011-03-24 17:12:24 +00003429 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430 if (!status) {
Weston Andros Adamson6168f622012-09-10 14:00:46 -04003431 nfs_access_set_mask(entry, res.access);
Trond Myklebustc407d412010-04-16 16:22:48 -04003432 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003434 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003435 return status;
3436}
3437
3438static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3439{
3440 struct nfs4_exception exception = { };
3441 int err;
3442 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003443 err = _nfs4_proc_access(inode, entry);
3444 trace_nfs4_access(inode, err);
3445 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446 &exception);
3447 } while (exception.retry);
3448 return err;
3449}
3450
3451/*
3452 * TODO: For the time being, we don't try to get any attributes
3453 * along with any of the zero-copy operations READ, READDIR,
3454 * READLINK, WRITE.
3455 *
3456 * In the case of the first three, we want to put the GETATTR
3457 * after the read-type operation -- this is because it is hard
3458 * to predict the length of a GETATTR response in v4, and thus
3459 * align the READ data correctly. This means that the GETATTR
3460 * may end up partially falling into the page cache, and we should
3461 * shift it into the 'tail' of the xdr_buf before processing.
3462 * To do this efficiently, we need to know the total length
3463 * of data received, which doesn't seem to be available outside
3464 * of the RPC layer.
3465 *
3466 * In the case of WRITE, we also want to put the GETATTR after
3467 * the operation -- in this case because we want to make sure
Trond Myklebust140150d2012-06-05 15:20:25 -04003468 * we get the post-operation mtime and size.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003469 *
3470 * Both of these changes to the XDR layer would in fact be quite
3471 * minor, but I decided to leave them for a subsequent patch.
3472 */
3473static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
3474 unsigned int pgbase, unsigned int pglen)
3475{
3476 struct nfs4_readlink args = {
3477 .fh = NFS_FH(inode),
3478 .pgbase = pgbase,
3479 .pglen = pglen,
3480 .pages = &page,
3481 };
Benny Halevyf50c7002009-04-01 09:21:55 -04003482 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003483 struct rpc_message msg = {
3484 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
3485 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04003486 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487 };
3488
Bryan Schumaker7c513052011-03-24 17:12:24 +00003489 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 -07003490}
3491
3492static int nfs4_proc_readlink(struct inode *inode, struct page *page,
3493 unsigned int pgbase, unsigned int pglen)
3494{
3495 struct nfs4_exception exception = { };
3496 int err;
3497 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003498 err = _nfs4_proc_readlink(inode, page, pgbase, pglen);
3499 trace_nfs4_readlink(inode, err);
3500 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003501 &exception);
3502 } while (exception.retry);
3503 return err;
3504}
3505
Linus Torvalds1da177e2005-04-16 15:20:36 -07003506/*
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003507 * This is just for mknod. open(O_CREAT) will always do ->open_context().
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509static int
3510nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003511 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003512{
David Quigleyaa9c2662013-05-22 12:50:44 -04003513 struct nfs4_label l, *ilabel = NULL;
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003514 struct nfs_open_context *ctx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003515 struct nfs4_state *state;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003516 int opened = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517 int status = 0;
3518
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003519 ctx = alloc_nfs_open_context(dentry, FMODE_READ);
3520 if (IS_ERR(ctx))
3521 return PTR_ERR(ctx);
3522
David Quigleyaa9c2662013-05-22 12:50:44 -04003523 ilabel = nfs4_label_init_security(dir, dentry, sattr, &l);
3524
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003525 sattr->ia_mode &= ~current_umask();
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003526 state = nfs4_do_open(dir, ctx, flags, sattr, ilabel, &opened);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003527 if (IS_ERR(state)) {
3528 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04003529 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003530 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003531out:
David Quigleyaa9c2662013-05-22 12:50:44 -04003532 nfs4_label_release_security(ilabel);
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003533 put_nfs_open_context(ctx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003534 return status;
3535}
3536
3537static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
3538{
Trond Myklebust16e42952005-10-27 22:12:44 -04003539 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003540 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003541 .fh = NFS_FH(dir),
Linus Torvalds26fe5752012-05-10 13:14:12 -07003542 .name = *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003543 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003544 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04003545 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04003546 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003547 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003548 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
3549 .rpc_argp = &args,
3550 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003551 };
Trond Myklebust778d2812012-04-27 13:48:19 -04003552 int status;
Trond Myklebustd3468902010-04-16 16:22:50 -04003553
Bryan Schumaker7c513052011-03-24 17:12:24 +00003554 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust778d2812012-04-27 13:48:19 -04003555 if (status == 0)
Trond Myklebust16e42952005-10-27 22:12:44 -04003556 update_changeattr(dir, &res.cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003557 return status;
3558}
3559
3560static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
3561{
3562 struct nfs4_exception exception = { };
3563 int err;
3564 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003565 err = _nfs4_proc_remove(dir, name);
3566 trace_nfs4_remove(dir, name, err);
3567 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003568 &exception);
3569 } while (exception.retry);
3570 return err;
3571}
3572
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003573static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003574{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003575 struct nfs_server *server = NFS_SERVER(dir);
3576 struct nfs_removeargs *args = msg->rpc_argp;
3577 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003578
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003579 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003580 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Chuck Levera9c92d62013-08-09 12:48:18 -04003581 nfs4_init_sequence(&args->seq_args, &res->seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04003582
3583 nfs_fattr_init(res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003584}
3585
Bryan Schumaker34e137c2012-03-19 14:54:41 -04003586static void nfs4_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data)
3587{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003588 nfs4_setup_sequence(NFS_SERVER(data->dir),
3589 &data->args.seq_args,
3590 &data->res.seq_res,
3591 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592}
3593
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003594static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003595{
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003596 struct nfs_unlinkdata *data = task->tk_calldata;
3597 struct nfs_removeres *res = &data->res;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003598
Trond Myklebust14516c32010-07-31 14:29:06 -04003599 if (!nfs4_sequence_done(task, &res->seq_res))
3600 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003601 if (nfs4_async_handle_error(task, res->server, NULL,
3602 &data->timeout) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003603 return 0;
3604 update_changeattr(dir, &res->cinfo);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003605 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003606}
3607
Jeff Laytond3d41522010-09-17 17:31:57 -04003608static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
3609{
3610 struct nfs_server *server = NFS_SERVER(dir);
3611 struct nfs_renameargs *arg = msg->rpc_argp;
3612 struct nfs_renameres *res = msg->rpc_resp;
3613
3614 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
Jeff Laytond3d41522010-09-17 17:31:57 -04003615 res->server = server;
Chuck Levera9c92d62013-08-09 12:48:18 -04003616 nfs4_init_sequence(&arg->seq_args, &res->seq_res, 1);
Jeff Laytond3d41522010-09-17 17:31:57 -04003617}
3618
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04003619static void nfs4_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data)
3620{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003621 nfs4_setup_sequence(NFS_SERVER(data->old_dir),
3622 &data->args.seq_args,
3623 &data->res.seq_res,
3624 task);
Jeff Laytond3d41522010-09-17 17:31:57 -04003625}
3626
3627static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
3628 struct inode *new_dir)
3629{
Trond Myklebustfbc6f7c2013-08-12 17:08:26 -04003630 struct nfs_renamedata *data = task->tk_calldata;
3631 struct nfs_renameres *res = &data->res;
Jeff Laytond3d41522010-09-17 17:31:57 -04003632
3633 if (!nfs4_sequence_done(task, &res->seq_res))
3634 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003635 if (nfs4_async_handle_error(task, res->server, NULL, &data->timeout) == -EAGAIN)
Jeff Laytond3d41522010-09-17 17:31:57 -04003636 return 0;
3637
3638 update_changeattr(old_dir, &res->old_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003639 update_changeattr(new_dir, &res->new_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003640 return 1;
3641}
3642
Linus Torvalds1da177e2005-04-16 15:20:36 -07003643static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3644{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003645 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003646 struct nfs4_link_arg arg = {
3647 .fh = NFS_FH(inode),
3648 .dir_fh = NFS_FH(dir),
3649 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003650 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003652 struct nfs4_link_res res = {
3653 .server = server,
David Quigley1775fd32013-05-22 12:50:42 -04003654 .label = NULL,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003655 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003656 struct rpc_message msg = {
3657 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
3658 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003659 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003660 };
Trond Myklebust136f2622010-04-16 16:22:49 -04003661 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003662
Trond Myklebust136f2622010-04-16 16:22:49 -04003663 res.fattr = nfs_alloc_fattr();
Trond Myklebust778d2812012-04-27 13:48:19 -04003664 if (res.fattr == NULL)
Trond Myklebust136f2622010-04-16 16:22:49 -04003665 goto out;
3666
David Quigley14c43f72013-05-22 12:50:43 -04003667 res.label = nfs4_label_alloc(server, GFP_KERNEL);
3668 if (IS_ERR(res.label)) {
3669 status = PTR_ERR(res.label);
3670 goto out;
3671 }
David Quigleyaa9c2662013-05-22 12:50:44 -04003672 arg.bitmask = nfs4_bitmask(server, res.label);
David Quigley14c43f72013-05-22 12:50:43 -04003673
Bryan Schumaker7c513052011-03-24 17:12:24 +00003674 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003675 if (!status) {
3676 update_changeattr(dir, &res.cinfo);
David Quigleyaa9c2662013-05-22 12:50:44 -04003677 status = nfs_post_op_update_inode(inode, res.fattr);
3678 if (!status)
3679 nfs_setsecurity(inode, res.fattr, res.label);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003680 }
David Quigley14c43f72013-05-22 12:50:43 -04003681
3682
3683 nfs4_label_free(res.label);
3684
Trond Myklebust136f2622010-04-16 16:22:49 -04003685out:
Trond Myklebust136f2622010-04-16 16:22:49 -04003686 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003687 return status;
3688}
3689
3690static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3691{
3692 struct nfs4_exception exception = { };
3693 int err;
3694 do {
3695 err = nfs4_handle_exception(NFS_SERVER(inode),
3696 _nfs4_proc_link(inode, dir, name),
3697 &exception);
3698 } while (exception.retry);
3699 return err;
3700}
3701
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003702struct nfs4_createdata {
3703 struct rpc_message msg;
3704 struct nfs4_create_arg arg;
3705 struct nfs4_create_res res;
3706 struct nfs_fh fh;
3707 struct nfs_fattr fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003708 struct nfs4_label *label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003709};
3710
3711static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
3712 struct qstr *name, struct iattr *sattr, u32 ftype)
3713{
3714 struct nfs4_createdata *data;
3715
3716 data = kzalloc(sizeof(*data), GFP_KERNEL);
3717 if (data != NULL) {
3718 struct nfs_server *server = NFS_SERVER(dir);
3719
David Quigley14c43f72013-05-22 12:50:43 -04003720 data->label = nfs4_label_alloc(server, GFP_KERNEL);
3721 if (IS_ERR(data->label))
3722 goto out_free;
3723
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003724 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
3725 data->msg.rpc_argp = &data->arg;
3726 data->msg.rpc_resp = &data->res;
3727 data->arg.dir_fh = NFS_FH(dir);
3728 data->arg.server = server;
3729 data->arg.name = name;
3730 data->arg.attrs = sattr;
3731 data->arg.ftype = ftype;
David Quigleyaa9c2662013-05-22 12:50:44 -04003732 data->arg.bitmask = nfs4_bitmask(server, data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003733 data->res.server = server;
3734 data->res.fh = &data->fh;
3735 data->res.fattr = &data->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003736 data->res.label = data->label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003737 nfs_fattr_init(data->res.fattr);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003738 }
3739 return data;
David Quigley14c43f72013-05-22 12:50:43 -04003740out_free:
3741 kfree(data);
3742 return NULL;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003743}
3744
3745static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
3746{
Bryan Schumaker7c513052011-03-24 17:12:24 +00003747 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00003748 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003749 if (status == 0) {
3750 update_changeattr(dir, &data->res.dir_cinfo);
David Quigley1775fd32013-05-22 12:50:42 -04003751 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr, data->res.label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003752 }
3753 return status;
3754}
3755
3756static void nfs4_free_createdata(struct nfs4_createdata *data)
3757{
David Quigley14c43f72013-05-22 12:50:43 -04003758 nfs4_label_free(data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003759 kfree(data);
3760}
3761
Chuck Lever4f390c12006-08-22 20:06:22 -04003762static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003763 struct page *page, unsigned int len, struct iattr *sattr,
3764 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003766 struct nfs4_createdata *data;
3767 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003768
Chuck Lever94a6d752006-08-22 20:06:23 -04003769 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003770 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04003771
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003772 status = -ENOMEM;
3773 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
3774 if (data == NULL)
3775 goto out;
3776
3777 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
3778 data->arg.u.symlink.pages = &page;
3779 data->arg.u.symlink.len = len;
David Quigley1775fd32013-05-22 12:50:42 -04003780 data->arg.label = label;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003782 status = nfs4_do_create(dir, dentry, data);
3783
3784 nfs4_free_createdata(data);
3785out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003786 return status;
3787}
3788
Chuck Lever4f390c12006-08-22 20:06:22 -04003789static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04003790 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791{
3792 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003793 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003794 int err;
David Quigleyaa9c2662013-05-22 12:50:44 -04003795
3796 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3797
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003799 err = _nfs4_proc_symlink(dir, dentry, page, len, sattr, label);
3800 trace_nfs4_symlink(dir, &dentry->d_name, err);
3801 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003802 &exception);
3803 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003804
3805 nfs4_label_release_security(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003806 return err;
3807}
3808
3809static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003810 struct iattr *sattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003811{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003812 struct nfs4_createdata *data;
3813 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003815 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
3816 if (data == NULL)
3817 goto out;
3818
David Quigley1775fd32013-05-22 12:50:42 -04003819 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003820 status = nfs4_do_create(dir, dentry, data);
3821
3822 nfs4_free_createdata(data);
3823out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824 return status;
3825}
3826
3827static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
3828 struct iattr *sattr)
3829{
3830 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003831 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003833
David Quigleyaa9c2662013-05-22 12:50:44 -04003834 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3835
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003836 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003838 err = _nfs4_proc_mkdir(dir, dentry, sattr, label);
3839 trace_nfs4_mkdir(dir, &dentry->d_name, err);
3840 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003841 &exception);
3842 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003843 nfs4_label_release_security(label);
3844
Linus Torvalds1da177e2005-04-16 15:20:36 -07003845 return err;
3846}
3847
3848static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003849 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850{
3851 struct inode *dir = dentry->d_inode;
3852 struct nfs4_readdir_arg args = {
3853 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003854 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003855 .pgbase = 0,
3856 .count = count,
Trond Myklebust96d25e52009-11-11 16:15:42 +09003857 .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04003858 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003859 };
3860 struct nfs4_readdir_res res;
3861 struct rpc_message msg = {
3862 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
3863 .rpc_argp = &args,
3864 .rpc_resp = &res,
3865 .rpc_cred = cred,
3866 };
3867 int status;
3868
Al Viro6de14722013-09-16 10:53:17 -04003869 dprintk("%s: dentry = %pd2, cookie = %Lu\n", __func__,
3870 dentry,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003871 (unsigned long long)cookie);
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003872 nfs4_setup_readdir(cookie, NFS_I(dir)->cookieverf, dentry, &args);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00003874 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 -05003875 if (status >= 0) {
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003876 memcpy(NFS_I(dir)->cookieverf, res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05003877 status += args.pgbase;
3878 }
Trond Myklebustc4812992007-09-28 17:11:45 -04003879
3880 nfs_invalidate_atime(dir);
3881
Harvey Harrison3110ff82008-05-02 13:42:44 -07003882 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003883 return status;
3884}
3885
3886static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003887 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003888{
3889 struct nfs4_exception exception = { };
3890 int err;
3891 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003892 err = _nfs4_proc_readdir(dentry, cred, cookie,
3893 pages, count, plus);
3894 trace_nfs4_readdir(dentry->d_inode, err);
3895 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003896 &exception);
3897 } while (exception.retry);
3898 return err;
3899}
3900
3901static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
David Quigleyaa9c2662013-05-22 12:50:44 -04003902 struct iattr *sattr, struct nfs4_label *label, dev_t rdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003903{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003904 struct nfs4_createdata *data;
3905 int mode = sattr->ia_mode;
3906 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003907
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003908 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
3909 if (data == NULL)
3910 goto out;
3911
Linus Torvalds1da177e2005-04-16 15:20:36 -07003912 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003913 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003914 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003915 data->arg.ftype = NF4BLK;
3916 data->arg.u.device.specdata1 = MAJOR(rdev);
3917 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003918 }
3919 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003920 data->arg.ftype = NF4CHR;
3921 data->arg.u.device.specdata1 = MAJOR(rdev);
3922 data->arg.u.device.specdata2 = MINOR(rdev);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003923 } else if (!S_ISSOCK(mode)) {
3924 status = -EINVAL;
3925 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003926 }
David Quigley1775fd32013-05-22 12:50:42 -04003927
David Quigleyaa9c2662013-05-22 12:50:44 -04003928 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003929 status = nfs4_do_create(dir, dentry, data);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003930out_free:
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003931 nfs4_free_createdata(data);
3932out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933 return status;
3934}
3935
3936static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3937 struct iattr *sattr, dev_t rdev)
3938{
3939 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003940 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003941 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003942
David Quigleyaa9c2662013-05-22 12:50:44 -04003943 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3944
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003945 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003946 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003947 err = _nfs4_proc_mknod(dir, dentry, sattr, label, rdev);
3948 trace_nfs4_mknod(dir, &dentry->d_name, err);
3949 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003950 &exception);
3951 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003952
3953 nfs4_label_release_security(label);
3954
Linus Torvalds1da177e2005-04-16 15:20:36 -07003955 return err;
3956}
3957
3958static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
3959 struct nfs_fsstat *fsstat)
3960{
3961 struct nfs4_statfs_arg args = {
3962 .fh = fhandle,
3963 .bitmask = server->attr_bitmask,
3964 };
Benny Halevy24ad1482009-04-01 09:21:56 -04003965 struct nfs4_statfs_res res = {
3966 .fsstat = fsstat,
3967 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003968 struct rpc_message msg = {
3969 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
3970 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04003971 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003972 };
3973
Trond Myklebust0e574af2005-10-27 22:12:38 -04003974 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003975 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976}
3977
3978static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
3979{
3980 struct nfs4_exception exception = { };
3981 int err;
3982 do {
3983 err = nfs4_handle_exception(server,
3984 _nfs4_proc_statfs(server, fhandle, fsstat),
3985 &exception);
3986 } while (exception.retry);
3987 return err;
3988}
3989
3990static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
3991 struct nfs_fsinfo *fsinfo)
3992{
3993 struct nfs4_fsinfo_arg args = {
3994 .fh = fhandle,
3995 .bitmask = server->attr_bitmask,
3996 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04003997 struct nfs4_fsinfo_res res = {
3998 .fsinfo = fsinfo,
3999 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004000 struct rpc_message msg = {
4001 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
4002 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04004003 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004 };
4005
Bryan Schumaker7c513052011-03-24 17:12:24 +00004006 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004007}
4008
4009static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4010{
4011 struct nfs4_exception exception = { };
Chuck Lever83ca7f52013-03-16 15:55:53 -04004012 unsigned long now = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004013 int err;
4014
4015 do {
Chuck Lever83ca7f52013-03-16 15:55:53 -04004016 err = _nfs4_do_fsinfo(server, fhandle, fsinfo);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04004017 trace_nfs4_fsinfo(server, fhandle, fsinfo->fattr, err);
Chuck Lever83ca7f52013-03-16 15:55:53 -04004018 if (err == 0) {
4019 struct nfs_client *clp = server->nfs_client;
4020
4021 spin_lock(&clp->cl_lock);
4022 clp->cl_lease_time = fsinfo->lease_time * HZ;
4023 clp->cl_last_renewal = now;
4024 spin_unlock(&clp->cl_lock);
4025 break;
4026 }
4027 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004028 } while (exception.retry);
4029 return err;
4030}
4031
4032static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4033{
Bryan Schumakere38eb652012-06-20 15:53:40 -04004034 int error;
4035
Trond Myklebust0e574af2005-10-27 22:12:38 -04004036 nfs_fattr_init(fsinfo->fattr);
Bryan Schumakere38eb652012-06-20 15:53:40 -04004037 error = nfs4_do_fsinfo(server, fhandle, fsinfo);
Peng Taodc182542012-08-24 00:27:49 +08004038 if (error == 0) {
4039 /* block layout checks this! */
4040 server->pnfs_blksize = fsinfo->blksize;
Bryan Schumakere38eb652012-06-20 15:53:40 -04004041 set_pnfs_layoutdriver(server, fhandle, fsinfo->layouttype);
Peng Taodc182542012-08-24 00:27:49 +08004042 }
Bryan Schumakere38eb652012-06-20 15:53:40 -04004043
4044 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004045}
4046
4047static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4048 struct nfs_pathconf *pathconf)
4049{
4050 struct nfs4_pathconf_arg args = {
4051 .fh = fhandle,
4052 .bitmask = server->attr_bitmask,
4053 };
Benny Halevyd45b2982009-04-01 09:21:58 -04004054 struct nfs4_pathconf_res res = {
4055 .pathconf = pathconf,
4056 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057 struct rpc_message msg = {
4058 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
4059 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04004060 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004061 };
4062
4063 /* None of the pathconf attributes are mandatory to implement */
4064 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
4065 memset(pathconf, 0, sizeof(*pathconf));
4066 return 0;
4067 }
4068
Trond Myklebust0e574af2005-10-27 22:12:38 -04004069 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004070 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004071}
4072
4073static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4074 struct nfs_pathconf *pathconf)
4075{
4076 struct nfs4_exception exception = { };
4077 int err;
4078
4079 do {
4080 err = nfs4_handle_exception(server,
4081 _nfs4_proc_pathconf(server, fhandle, pathconf),
4082 &exception);
4083 } while (exception.retry);
4084 return err;
4085}
4086
Trond Myklebust5521abf2013-03-16 20:54:34 -04004087int nfs4_set_rw_stateid(nfs4_stateid *stateid,
Trond Myklebust9b206142013-03-17 15:52:00 -04004088 const struct nfs_open_context *ctx,
4089 const struct nfs_lock_context *l_ctx,
4090 fmode_t fmode)
4091{
4092 const struct nfs_lockowner *lockowner = NULL;
4093
4094 if (l_ctx != NULL)
4095 lockowner = &l_ctx->lockowner;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004096 return nfs4_select_rw_stateid(stateid, ctx->state, fmode, lockowner);
Trond Myklebust9b206142013-03-17 15:52:00 -04004097}
4098EXPORT_SYMBOL_GPL(nfs4_set_rw_stateid);
4099
Trond Myklebust5521abf2013-03-16 20:54:34 -04004100static bool nfs4_stateid_is_current(nfs4_stateid *stateid,
4101 const struct nfs_open_context *ctx,
4102 const struct nfs_lock_context *l_ctx,
4103 fmode_t fmode)
4104{
4105 nfs4_stateid current_stateid;
4106
Trond Myklebuste1253be2014-03-05 08:44:23 -05004107 /* If the current stateid represents a lost lock, then exit */
4108 if (nfs4_set_rw_stateid(&current_stateid, ctx, l_ctx, fmode) == -EIO)
4109 return true;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004110 return nfs4_stateid_match(stateid, &current_stateid);
4111}
4112
4113static bool nfs4_error_stateid_expired(int err)
4114{
4115 switch (err) {
4116 case -NFS4ERR_DELEG_REVOKED:
4117 case -NFS4ERR_ADMIN_REVOKED:
4118 case -NFS4ERR_BAD_STATEID:
4119 case -NFS4ERR_STALE_STATEID:
4120 case -NFS4ERR_OLD_STATEID:
4121 case -NFS4ERR_OPENMODE:
4122 case -NFS4ERR_EXPIRED:
4123 return true;
4124 }
4125 return false;
4126}
4127
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004128void __nfs4_read_done_cb(struct nfs_pgio_header *hdr)
Benny Halevyd20581a2011-05-22 19:52:03 +03004129{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004130 nfs_invalidate_atime(hdr->inode);
Benny Halevyd20581a2011-05-22 19:52:03 +03004131}
4132
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004133static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004134{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004135 struct nfs_server *server = NFS_SERVER(hdr->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004136
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004137 trace_nfs4_read(hdr, task->tk_status);
4138 if (nfs4_async_handle_error(task, server,
NeilBrown8478eaa2014-09-18 16:09:27 +10004139 hdr->args.context->state,
4140 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004141 rpc_restart_call_prepare(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05004142 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004143 }
Trond Myklebust8850df92007-09-28 17:20:07 -04004144
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004145 __nfs4_read_done_cb(hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146 if (task->tk_status > 0)
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004147 renew_lease(server, hdr->timestamp);
Trond Myklebustec06c092006-03-20 13:44:27 -05004148 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004149}
4150
Trond Myklebust5521abf2013-03-16 20:54:34 -04004151static bool nfs4_read_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004152 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004153{
4154
4155 if (!nfs4_error_stateid_expired(task->tk_status) ||
4156 nfs4_stateid_is_current(&args->stateid,
4157 args->context,
4158 args->lock_context,
4159 FMODE_READ))
4160 return false;
4161 rpc_restart_call_prepare(task);
4162 return true;
4163}
4164
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004165static int nfs4_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004166{
4167
4168 dprintk("--> %s\n", __func__);
4169
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004170 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004171 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004172 if (nfs4_read_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004173 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004174 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4175 nfs4_read_done_cb(task, hdr);
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004176}
4177
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004178static void nfs4_proc_read_setup(struct nfs_pgio_header *hdr,
4179 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004181 hdr->timestamp = jiffies;
4182 hdr->pgio_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004183 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004184 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004185}
4186
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004187static int nfs4_proc_pgio_rpc_prepare(struct rpc_task *task,
4188 struct nfs_pgio_header *hdr)
Bryan Schumakerea7c3302012-03-19 14:54:40 -04004189{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004190 if (nfs4_setup_sequence(NFS_SERVER(hdr->inode),
4191 &hdr->args.seq_args,
4192 &hdr->res.seq_res,
Trond Myklebust9b206142013-03-17 15:52:00 -04004193 task))
NeilBrownef1820f2013-09-04 17:04:49 +10004194 return 0;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004195 if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context,
4196 hdr->args.lock_context,
4197 hdr->rw_ops->rw_mode) == -EIO)
NeilBrownef1820f2013-09-04 17:04:49 +10004198 return -EIO;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004199 if (unlikely(test_bit(NFS_CONTEXT_BAD, &hdr->args.context->flags)))
NeilBrownef1820f2013-09-04 17:04:49 +10004200 return -EIO;
4201 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004202}
4203
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004204static int nfs4_write_done_cb(struct rpc_task *task,
4205 struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004206{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004207 struct inode *inode = hdr->inode;
NeilBrown8478eaa2014-09-18 16:09:27 +10004208
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004209 trace_nfs4_write(hdr, task->tk_status);
4210 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
NeilBrown8478eaa2014-09-18 16:09:27 +10004211 hdr->args.context->state,
4212 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004213 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004214 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004215 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004216 if (task->tk_status >= 0) {
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004217 renew_lease(NFS_SERVER(inode), hdr->timestamp);
4218 nfs_post_op_update_inode_force_wcc(inode, &hdr->fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004219 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004220 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221}
4222
Trond Myklebust5521abf2013-03-16 20:54:34 -04004223static bool nfs4_write_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004224 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004225{
4226
4227 if (!nfs4_error_stateid_expired(task->tk_status) ||
4228 nfs4_stateid_is_current(&args->stateid,
4229 args->context,
4230 args->lock_context,
4231 FMODE_WRITE))
4232 return false;
4233 rpc_restart_call_prepare(task);
4234 return true;
4235}
4236
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004237static int nfs4_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Fred Isamanb029bc92011-03-03 15:13:42 +00004238{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004239 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Fred Isamanb029bc92011-03-03 15:13:42 +00004240 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004241 if (nfs4_write_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004242 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004243 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4244 nfs4_write_done_cb(task, hdr);
Fred Isamanb029bc92011-03-03 15:13:42 +00004245}
4246
Trond Myklebust5a37f852012-04-28 14:55:16 -04004247static
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004248bool nfs4_write_need_cache_consistency_data(struct nfs_pgio_header *hdr)
Fred Isamana69aef12011-03-03 15:13:47 +00004249{
Trond Myklebust5a37f852012-04-28 14:55:16 -04004250 /* Don't request attributes for pNFS or O_DIRECT writes */
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004251 if (hdr->ds_clp != NULL || hdr->dreq != NULL)
Trond Myklebust5a37f852012-04-28 14:55:16 -04004252 return false;
4253 /* Otherwise, request attributes if and only if we don't hold
4254 * a delegation
4255 */
Bryan Schumaker011e2a72012-06-20 15:53:43 -04004256 return nfs4_have_delegation(hdr->inode, FMODE_READ) == 0;
Fred Isamana69aef12011-03-03 15:13:47 +00004257}
Fred Isamana69aef12011-03-03 15:13:47 +00004258
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004259static void nfs4_proc_write_setup(struct nfs_pgio_header *hdr,
4260 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004261{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004262 struct nfs_server *server = NFS_SERVER(hdr->inode);
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004263
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004264 if (!nfs4_write_need_cache_consistency_data(hdr)) {
4265 hdr->args.bitmask = NULL;
4266 hdr->res.fattr = NULL;
Fred Isaman7ffd1062011-03-03 15:13:46 +00004267 } else
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004268 hdr->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust5a37f852012-04-28 14:55:16 -04004269
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004270 if (!hdr->pgio_done_cb)
4271 hdr->pgio_done_cb = nfs4_write_done_cb;
4272 hdr->res.server = server;
4273 hdr->timestamp = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004274
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004275 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004276 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004277}
4278
Fred Isaman0b7c0152012-04-20 14:47:39 -04004279static void nfs4_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data)
4280{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004281 nfs4_setup_sequence(NFS_SERVER(data->inode),
4282 &data->args.seq_args,
4283 &data->res.seq_res,
4284 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004285}
4286
Fred Isaman0b7c0152012-04-20 14:47:39 -04004287static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_commit_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004288{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004289 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04004290
Trond Myklebustcc668ab2013-08-14 15:31:28 -04004291 trace_nfs4_commit(data, task->tk_status);
NeilBrown8478eaa2014-09-18 16:09:27 +10004292 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
4293 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004294 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004295 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004297 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004298}
4299
Fred Isaman0b7c0152012-04-20 14:47:39 -04004300static int nfs4_commit_done(struct rpc_task *task, struct nfs_commit_data *data)
Fred Isaman5f452432011-03-23 13:27:46 +00004301{
4302 if (!nfs4_sequence_done(task, &data->res.seq_res))
4303 return -EAGAIN;
Fred Isaman0b7c0152012-04-20 14:47:39 -04004304 return data->commit_done_cb(task, data);
Fred Isaman5f452432011-03-23 13:27:46 +00004305}
4306
Fred Isaman0b7c0152012-04-20 14:47:39 -04004307static void nfs4_proc_commit_setup(struct nfs_commit_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004308{
Trond Myklebust788e7a82006-03-20 13:44:27 -05004309 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00004310
Fred Isaman0b7c0152012-04-20 14:47:39 -04004311 if (data->commit_done_cb == NULL)
4312 data->commit_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004313 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004314 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Chuck Levera9c92d62013-08-09 12:48:18 -04004315 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004316}
4317
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004318struct nfs4_renewdata {
4319 struct nfs_client *client;
4320 unsigned long timestamp;
4321};
4322
Linus Torvalds1da177e2005-04-16 15:20:36 -07004323/*
4324 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
4325 * standalone procedure for queueing an asynchronous RENEW.
4326 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004327static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004328{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004329 struct nfs4_renewdata *data = calldata;
4330 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004331
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004332 if (atomic_read(&clp->cl_count) > 1)
4333 nfs4_schedule_state_renewal(clp);
4334 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004335 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004336}
4337
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004338static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004339{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004340 struct nfs4_renewdata *data = calldata;
4341 struct nfs_client *clp = data->client;
4342 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004343
Trond Myklebustc6d01c62013-08-09 11:51:26 -04004344 trace_nfs4_renew_async(clp, task->tk_status);
Chuck Leverf8aba1e2013-10-17 14:13:53 -04004345 switch (task->tk_status) {
4346 case 0:
4347 break;
4348 case -NFS4ERR_LEASE_MOVED:
4349 nfs4_schedule_lease_moved_recovery(clp);
4350 break;
4351 default:
Trond Myklebust95baa252009-05-26 14:51:00 -04004352 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04004353 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
4354 return;
4355 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004356 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04004357 return;
4358 }
4359 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004360 }
Trond Myklebust452e9352010-07-31 14:29:06 -04004361 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362}
4363
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004364static const struct rpc_call_ops nfs4_renew_ops = {
4365 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004366 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004367};
4368
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004369static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004370{
4371 struct rpc_message msg = {
4372 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4373 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004374 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004375 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004376 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004377
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004378 if (renew_flags == 0)
4379 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004380 if (!atomic_inc_not_zero(&clp->cl_count))
4381 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04004382 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004383 if (data == NULL)
4384 return -ENOMEM;
4385 data->client = clp;
4386 data->timestamp = jiffies;
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004387 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004388 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004389}
4390
Trond Myklebust8534d4e2011-08-24 15:07:37 -04004391static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004392{
4393 struct rpc_message msg = {
4394 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4395 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004396 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004397 };
4398 unsigned long now = jiffies;
4399 int status;
4400
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004401 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004402 if (status < 0)
4403 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04004404 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405 return 0;
4406}
4407
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004408static inline int nfs4_server_supports_acls(struct nfs_server *server)
4409{
Malahal Naineni7dd7d952014-01-23 08:54:55 -06004410 return server->caps & NFS_CAP_ACLS;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004411}
4412
Trond Myklebust21f498c2012-08-24 10:59:25 -04004413/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_SIZE, and that
4414 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_SIZE) bytes on
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004415 * the stack.
4416 */
Trond Myklebust21f498c2012-08-24 10:59:25 -04004417#define NFS4ACL_MAXPAGES DIV_ROUND_UP(XATTR_SIZE_MAX, PAGE_SIZE)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004418
Neil Hormane9e3d722011-03-04 19:26:03 -05004419static int buf_to_pages_noslab(const void *buf, size_t buflen,
4420 struct page **pages, unsigned int *pgbase)
4421{
4422 struct page *newpage, **spages;
4423 int rc = 0;
4424 size_t len;
4425 spages = pages;
4426
4427 do {
Trond Myklebust21f498c2012-08-24 10:59:25 -04004428 len = min_t(size_t, PAGE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05004429 newpage = alloc_page(GFP_KERNEL);
4430
4431 if (newpage == NULL)
4432 goto unwind;
4433 memcpy(page_address(newpage), buf, len);
4434 buf += len;
4435 buflen -= len;
4436 *pages++ = newpage;
4437 rc++;
4438 } while (buflen != 0);
4439
4440 return rc;
4441
4442unwind:
4443 for(; rc > 0; rc--)
4444 __free_page(spages[rc-1]);
4445 return -ENOMEM;
4446}
4447
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004448struct nfs4_cached_acl {
4449 int cached;
4450 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00004451 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004452};
4453
4454static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004455{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004456 struct nfs_inode *nfsi = NFS_I(inode);
4457
4458 spin_lock(&inode->i_lock);
4459 kfree(nfsi->nfs4_acl);
4460 nfsi->nfs4_acl = acl;
4461 spin_unlock(&inode->i_lock);
4462}
4463
4464static void nfs4_zap_acl_attr(struct inode *inode)
4465{
4466 nfs4_set_cached_acl(inode, NULL);
4467}
4468
4469static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
4470{
4471 struct nfs_inode *nfsi = NFS_I(inode);
4472 struct nfs4_cached_acl *acl;
4473 int ret = -ENOENT;
4474
4475 spin_lock(&inode->i_lock);
4476 acl = nfsi->nfs4_acl;
4477 if (acl == NULL)
4478 goto out;
4479 if (buf == NULL) /* user is just asking for length */
4480 goto out_len;
4481 if (acl->cached == 0)
4482 goto out;
4483 ret = -ERANGE; /* see getxattr(2) man page */
4484 if (acl->len > buflen)
4485 goto out;
4486 memcpy(buf, acl->data, acl->len);
4487out_len:
4488 ret = acl->len;
4489out:
4490 spin_unlock(&inode->i_lock);
4491 return ret;
4492}
4493
Sachin Prabhu5794d212012-04-17 14:36:40 +01004494static 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 +00004495{
4496 struct nfs4_cached_acl *acl;
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004497 size_t buflen = sizeof(*acl) + acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004498
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004499 if (buflen <= PAGE_SIZE) {
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004500 acl = kmalloc(buflen, GFP_KERNEL);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004501 if (acl == NULL)
4502 goto out;
4503 acl->cached = 1;
Sachin Prabhu5794d212012-04-17 14:36:40 +01004504 _copy_from_pages(acl->data, pages, pgbase, acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004505 } else {
4506 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
4507 if (acl == NULL)
4508 goto out;
4509 acl->cached = 0;
4510 }
4511 acl->len = acl_len;
4512out:
4513 nfs4_set_cached_acl(inode, acl);
4514}
4515
Andy Adamsonbf118a32011-12-07 11:55:27 -05004516/*
4517 * The getxattr API returns the required buffer length when called with a
4518 * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating
4519 * the required buf. On a NULL buf, we send a page of data to the server
4520 * guessing that the ACL request can be serviced by a page. If so, we cache
4521 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
4522 * the cache. If not so, we throw away the page, and cache the required
4523 * length. The next getxattr call will then produce another round trip to
4524 * the server, this time with the input buf of the required size.
4525 */
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004526static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004527{
Andy Adamsonbf118a32011-12-07 11:55:27 -05004528 struct page *pages[NFS4ACL_MAXPAGES] = {NULL, };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004529 struct nfs_getaclargs args = {
4530 .fh = NFS_FH(inode),
4531 .acl_pages = pages,
4532 .acl_len = buflen,
4533 };
Benny Halevy663c79b2009-04-01 09:21:59 -04004534 struct nfs_getaclres res = {
4535 .acl_len = buflen,
4536 };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004537 struct rpc_message msg = {
4538 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
4539 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04004540 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004541 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004542 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
4543 int ret = -ENOMEM, i;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004544
Andy Adamsonbf118a32011-12-07 11:55:27 -05004545 /* As long as we're doing a round trip to the server anyway,
4546 * let's be prepared for a page of acl data. */
4547 if (npages == 0)
4548 npages = 1;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004549 if (npages > ARRAY_SIZE(pages))
4550 return -ERANGE;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004551
Andy Adamsonbf118a32011-12-07 11:55:27 -05004552 for (i = 0; i < npages; i++) {
4553 pages[i] = alloc_page(GFP_KERNEL);
4554 if (!pages[i])
4555 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004556 }
Sachin Prabhu5a006892012-04-17 14:35:39 +01004557
4558 /* for decoding across pages */
4559 res.acl_scratch = alloc_page(GFP_KERNEL);
4560 if (!res.acl_scratch)
4561 goto out_free;
4562
Andy Adamsonbf118a32011-12-07 11:55:27 -05004563 args.acl_len = npages * PAGE_SIZE;
4564 args.acl_pgbase = 0;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004565
Peng Taode040be2012-01-10 22:42:47 +08004566 dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n",
Andy Adamsonbf118a32011-12-07 11:55:27 -05004567 __func__, buf, buflen, npages, args.acl_len);
4568 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode),
4569 &msg, &args.seq_args, &res.seq_res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004570 if (ret)
4571 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05004572
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004573 /* Handle the case where the passed-in buffer is too short */
4574 if (res.acl_flags & NFS4_ACL_TRUNC) {
4575 /* Did the user only issue a request for the acl length? */
4576 if (buf == NULL)
4577 goto out_ok;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004578 ret = -ERANGE;
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004579 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004580 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004581 nfs4_write_cached_acl(inode, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004582 if (buf) {
4583 if (res.acl_len > buflen) {
4584 ret = -ERANGE;
4585 goto out_free;
4586 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004587 _copy_from_pages(buf, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004588 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004589out_ok:
4590 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004591out_free:
Andy Adamsonbf118a32011-12-07 11:55:27 -05004592 for (i = 0; i < npages; i++)
4593 if (pages[i])
4594 __free_page(pages[i]);
Trond Myklebust331818f2012-02-03 18:30:53 -05004595 if (res.acl_scratch)
4596 __free_page(res.acl_scratch);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004597 return ret;
4598}
4599
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004600static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
4601{
4602 struct nfs4_exception exception = { };
4603 ssize_t ret;
4604 do {
4605 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
Trond Myklebustc1578b72013-08-12 16:58:42 -04004606 trace_nfs4_get_acl(inode, ret);
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004607 if (ret >= 0)
4608 break;
4609 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
4610 } while (exception.retry);
4611 return ret;
4612}
4613
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004614static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
4615{
4616 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004617 int ret;
4618
4619 if (!nfs4_server_supports_acls(server))
4620 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004621 ret = nfs_revalidate_inode(server, inode);
4622 if (ret < 0)
4623 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004624 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
4625 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004626 ret = nfs4_read_cached_acl(inode, buf, buflen);
4627 if (ret != -ENOENT)
Andy Adamsonbf118a32011-12-07 11:55:27 -05004628 /* -ENOENT is returned if there is no ACL or if there is an ACL
4629 * but no cached acl data, just the acl length */
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004630 return ret;
4631 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004632}
4633
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004634static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004635{
4636 struct nfs_server *server = NFS_SERVER(inode);
4637 struct page *pages[NFS4ACL_MAXPAGES];
4638 struct nfs_setaclargs arg = {
4639 .fh = NFS_FH(inode),
4640 .acl_pages = pages,
4641 .acl_len = buflen,
4642 };
Benny Halevy73c403a2009-04-01 09:22:01 -04004643 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004644 struct rpc_message msg = {
4645 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
4646 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04004647 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004648 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004649 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
Neil Hormane9e3d722011-03-04 19:26:03 -05004650 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004651
4652 if (!nfs4_server_supports_acls(server))
4653 return -EOPNOTSUPP;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004654 if (npages > ARRAY_SIZE(pages))
4655 return -ERANGE;
Neil Hormane9e3d722011-03-04 19:26:03 -05004656 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
4657 if (i < 0)
4658 return i;
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04004659 nfs4_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004660 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05004661
4662 /*
4663 * Free each page after tx, so the only ref left is
4664 * held by the network stack
4665 */
4666 for (; i > 0; i--)
4667 put_page(pages[i-1]);
4668
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004669 /*
4670 * Acl update can result in inode attribute update.
4671 * so mark the attribute cache invalid.
4672 */
4673 spin_lock(&inode->i_lock);
4674 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
4675 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04004676 nfs_access_zap_cache(inode);
4677 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004678 return ret;
4679}
4680
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004681static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
4682{
4683 struct nfs4_exception exception = { };
4684 int err;
4685 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004686 err = __nfs4_proc_set_acl(inode, buf, buflen);
4687 trace_nfs4_set_acl(inode, err);
4688 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004689 &exception);
4690 } while (exception.retry);
4691 return err;
4692}
4693
David Quigleyaa9c2662013-05-22 12:50:44 -04004694#ifdef CONFIG_NFS_V4_SECURITY_LABEL
4695static int _nfs4_get_security_label(struct inode *inode, void *buf,
4696 size_t buflen)
4697{
4698 struct nfs_server *server = NFS_SERVER(inode);
4699 struct nfs_fattr fattr;
4700 struct nfs4_label label = {0, 0, buflen, buf};
4701
4702 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004703 struct nfs4_getattr_arg arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004704 .fh = NFS_FH(inode),
4705 .bitmask = bitmask,
4706 };
4707 struct nfs4_getattr_res res = {
4708 .fattr = &fattr,
4709 .label = &label,
4710 .server = server,
4711 };
4712 struct rpc_message msg = {
4713 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004714 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004715 .rpc_resp = &res,
4716 };
4717 int ret;
4718
4719 nfs_fattr_init(&fattr);
4720
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004721 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 0);
David Quigleyaa9c2662013-05-22 12:50:44 -04004722 if (ret)
4723 return ret;
4724 if (!(fattr.valid & NFS_ATTR_FATTR_V4_SECURITY_LABEL))
4725 return -ENOENT;
4726 if (buflen < label.len)
4727 return -ERANGE;
4728 return 0;
4729}
4730
4731static int nfs4_get_security_label(struct inode *inode, void *buf,
4732 size_t buflen)
4733{
4734 struct nfs4_exception exception = { };
4735 int err;
4736
4737 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4738 return -EOPNOTSUPP;
4739
4740 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004741 err = _nfs4_get_security_label(inode, buf, buflen);
4742 trace_nfs4_get_security_label(inode, err);
4743 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004744 &exception);
4745 } while (exception.retry);
4746 return err;
4747}
4748
4749static int _nfs4_do_set_security_label(struct inode *inode,
4750 struct nfs4_label *ilabel,
4751 struct nfs_fattr *fattr,
4752 struct nfs4_label *olabel)
4753{
4754
4755 struct iattr sattr = {0};
4756 struct nfs_server *server = NFS_SERVER(inode);
4757 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Jeff Layton12207f62013-11-01 10:49:32 -04004758 struct nfs_setattrargs arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004759 .fh = NFS_FH(inode),
4760 .iap = &sattr,
4761 .server = server,
4762 .bitmask = bitmask,
4763 .label = ilabel,
4764 };
4765 struct nfs_setattrres res = {
4766 .fattr = fattr,
4767 .label = olabel,
4768 .server = server,
4769 };
4770 struct rpc_message msg = {
4771 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
Jeff Layton12207f62013-11-01 10:49:32 -04004772 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004773 .rpc_resp = &res,
4774 };
4775 int status;
4776
Jeff Layton12207f62013-11-01 10:49:32 -04004777 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
David Quigleyaa9c2662013-05-22 12:50:44 -04004778
Jeff Layton12207f62013-11-01 10:49:32 -04004779 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04004780 if (status)
4781 dprintk("%s failed: %d\n", __func__, status);
4782
4783 return status;
4784}
4785
4786static int nfs4_do_set_security_label(struct inode *inode,
4787 struct nfs4_label *ilabel,
4788 struct nfs_fattr *fattr,
4789 struct nfs4_label *olabel)
4790{
4791 struct nfs4_exception exception = { };
4792 int err;
4793
4794 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004795 err = _nfs4_do_set_security_label(inode, ilabel,
4796 fattr, olabel);
4797 trace_nfs4_set_security_label(inode, err);
4798 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004799 &exception);
4800 } while (exception.retry);
4801 return err;
4802}
4803
4804static int
4805nfs4_set_security_label(struct dentry *dentry, const void *buf, size_t buflen)
4806{
4807 struct nfs4_label ilabel, *olabel = NULL;
4808 struct nfs_fattr fattr;
4809 struct rpc_cred *cred;
4810 struct inode *inode = dentry->d_inode;
4811 int status;
4812
4813 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4814 return -EOPNOTSUPP;
4815
4816 nfs_fattr_init(&fattr);
4817
4818 ilabel.pi = 0;
4819 ilabel.lfs = 0;
4820 ilabel.label = (char *)buf;
4821 ilabel.len = buflen;
4822
4823 cred = rpc_lookup_cred();
4824 if (IS_ERR(cred))
4825 return PTR_ERR(cred);
4826
4827 olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
4828 if (IS_ERR(olabel)) {
4829 status = -PTR_ERR(olabel);
4830 goto out;
4831 }
4832
4833 status = nfs4_do_set_security_label(inode, &ilabel, &fattr, olabel);
4834 if (status == 0)
4835 nfs_setsecurity(inode, &fattr, olabel);
4836
4837 nfs4_label_free(olabel);
4838out:
4839 put_rpccred(cred);
4840 return status;
4841}
4842#endif /* CONFIG_NFS_V4_SECURITY_LABEL */
4843
4844
Linus Torvalds1da177e2005-04-16 15:20:36 -07004845static int
NeilBrown8478eaa2014-09-18 16:09:27 +10004846nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server,
4847 struct nfs4_state *state, long *timeout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004848{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004849 struct nfs_client *clp = server->nfs_client;
4850
4851 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004852 return 0;
4853 switch(task->tk_status) {
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05004854 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004855 case -NFS4ERR_ADMIN_REVOKED:
4856 case -NFS4ERR_BAD_STATEID:
4857 case -NFS4ERR_OPENMODE:
4858 if (state == NULL)
4859 break;
Trond Myklebust5d422302013-03-14 16:57:48 -04004860 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004861 goto recovery_failed;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004862 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -04004863 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -04004864 if (state != NULL) {
4865 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004866 goto recovery_failed;
Trond Myklebust5d422302013-03-14 16:57:48 -04004867 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004868 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004869 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004870 nfs4_schedule_lease_recovery(clp);
4871 goto wait_on_recovery;
Chuck Lever519ae252013-10-17 14:13:19 -04004872 case -NFS4ERR_MOVED:
4873 if (nfs4_schedule_migration_recovery(server) < 0)
4874 goto recovery_failed;
4875 goto wait_on_recovery;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04004876 case -NFS4ERR_LEASE_MOVED:
4877 nfs4_schedule_lease_moved_recovery(clp);
4878 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004879#if defined(CONFIG_NFS_V4_1)
4880 case -NFS4ERR_BADSESSION:
4881 case -NFS4ERR_BADSLOT:
4882 case -NFS4ERR_BAD_HIGH_SLOT:
4883 case -NFS4ERR_DEADSESSION:
4884 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4885 case -NFS4ERR_SEQ_FALSE_RETRY:
4886 case -NFS4ERR_SEQ_MISORDERED:
4887 dprintk("%s ERROR %d, Reset session\n", __func__,
4888 task->tk_status);
Trond Myklebust9f594792012-05-27 13:02:53 -04004889 nfs4_schedule_session_recovery(clp->cl_session, task->tk_status);
Andy Adamson4a82fd72013-11-15 16:36:16 -05004890 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004891#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004892 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004893 nfs_inc_server_stats(server, NFSIOS_DELAY);
NeilBrown8478eaa2014-09-18 16:09:27 +10004894 rpc_delay(task, nfs4_update_delay(timeout));
4895 goto restart_call;
Chuck Lever006ea732006-03-20 13:44:14 -05004896 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004897 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04004898 case -NFS4ERR_RETRY_UNCACHED_REP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004899 case -NFS4ERR_OLD_STATEID:
Chuck Leverf1478c12013-10-17 14:13:07 -04004900 goto restart_call;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004901 }
4902 task->tk_status = nfs4_map_errors(task->tk_status);
4903 return 0;
Chuck Lever9f51a782013-10-17 14:13:13 -04004904recovery_failed:
Trond Myklebust5d422302013-03-14 16:57:48 -04004905 task->tk_status = -EIO;
4906 return 0;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004907wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004908 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004909 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
4910 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
Chuck Lever519ae252013-10-17 14:13:19 -04004911 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
4912 goto recovery_failed;
Chuck Leverf1478c12013-10-17 14:13:07 -04004913restart_call:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004914 task->tk_status = 0;
4915 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004916}
4917
Chuck Leverf0920752012-05-21 22:45:41 -04004918static void nfs4_init_boot_verifier(const struct nfs_client *clp,
4919 nfs4_verifier *bootverf)
Chuck Levercd937102012-03-02 17:14:31 -05004920{
4921 __be32 verf[2];
4922
Chuck Lever2c820d92012-05-21 22:45:33 -04004923 if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) {
4924 /* An impossible timestamp guarantees this value
4925 * will never match a generated boot time. */
4926 verf[0] = 0;
Trond Myklebust17f26b12013-08-21 15:48:42 -04004927 verf[1] = cpu_to_be32(NSEC_PER_SEC + 1);
Chuck Lever2c820d92012-05-21 22:45:33 -04004928 } else {
Chuck Leverf0920752012-05-21 22:45:41 -04004929 struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id);
Trond Myklebust17f26b12013-08-21 15:48:42 -04004930 verf[0] = cpu_to_be32(nn->boot_time.tv_sec);
4931 verf[1] = cpu_to_be32(nn->boot_time.tv_nsec);
Chuck Lever2c820d92012-05-21 22:45:33 -04004932 }
Chuck Levercd937102012-03-02 17:14:31 -05004933 memcpy(bootverf->data, verf, sizeof(bootverf->data));
4934}
4935
Chuck Levere984a552012-09-14 17:24:21 -04004936static unsigned int
Trond Myklebustceb3a162015-01-03 15:16:04 -05004937nfs4_init_nonuniform_client_string(struct nfs_client *clp,
Chuck Levere984a552012-09-14 17:24:21 -04004938 char *buf, size_t len)
4939{
4940 unsigned int result;
4941
Trond Myklebustceb3a162015-01-03 15:16:04 -05004942 if (clp->cl_owner_id != NULL)
4943 return strlcpy(buf, clp->cl_owner_id, len);
4944
Chuck Levere984a552012-09-14 17:24:21 -04004945 rcu_read_lock();
4946 result = scnprintf(buf, len, "Linux NFSv4.0 %s/%s %s",
4947 clp->cl_ipaddr,
4948 rpc_peeraddr2str(clp->cl_rpcclient,
4949 RPC_DISPLAY_ADDR),
4950 rpc_peeraddr2str(clp->cl_rpcclient,
4951 RPC_DISPLAY_PROTO));
4952 rcu_read_unlock();
Trond Myklebustceb3a162015-01-03 15:16:04 -05004953 clp->cl_owner_id = kstrdup(buf, GFP_KERNEL);
Chuck Levere984a552012-09-14 17:24:21 -04004954 return result;
4955}
4956
4957static unsigned int
Trond Myklebustceb3a162015-01-03 15:16:04 -05004958nfs4_init_uniform_client_string(struct nfs_client *clp,
Chuck Levere984a552012-09-14 17:24:21 -04004959 char *buf, size_t len)
4960{
Trond Myklebust55b59292013-07-24 16:36:35 -04004961 const char *nodename = clp->cl_rpcclient->cl_nodename;
Trond Myklebustceb3a162015-01-03 15:16:04 -05004962 unsigned int result;
4963
4964 if (clp->cl_owner_id != NULL)
4965 return strlcpy(buf, clp->cl_owner_id, len);
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04004966
4967 if (nfs4_client_id_uniquifier[0] != '\0')
Trond Myklebustceb3a162015-01-03 15:16:04 -05004968 result = scnprintf(buf, len, "Linux NFSv%u.%u %s/%s",
Trond Myklebust55b59292013-07-24 16:36:35 -04004969 clp->rpc_ops->version,
4970 clp->cl_minorversion,
4971 nfs4_client_id_uniquifier,
4972 nodename);
Trond Myklebustceb3a162015-01-03 15:16:04 -05004973 else
4974 result = scnprintf(buf, len, "Linux NFSv%u.%u %s",
Chuck Levere984a552012-09-14 17:24:21 -04004975 clp->rpc_ops->version, clp->cl_minorversion,
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04004976 nodename);
Trond Myklebustceb3a162015-01-03 15:16:04 -05004977 clp->cl_owner_id = kstrdup(buf, GFP_KERNEL);
4978 return result;
Chuck Levere984a552012-09-14 17:24:21 -04004979}
4980
Chuck Lever706cb8d2014-03-12 12:51:47 -04004981/*
4982 * nfs4_callback_up_net() starts only "tcp" and "tcp6" callback
4983 * services. Advertise one based on the address family of the
4984 * clientaddr.
4985 */
4986static unsigned int
4987nfs4_init_callback_netid(const struct nfs_client *clp, char *buf, size_t len)
4988{
4989 if (strchr(clp->cl_ipaddr, ':') != NULL)
4990 return scnprintf(buf, len, "tcp6");
4991 else
4992 return scnprintf(buf, len, "tcp");
4993}
4994
Jeff Laytonf11b2a12014-06-21 20:52:17 -04004995static void nfs4_setclientid_done(struct rpc_task *task, void *calldata)
4996{
4997 struct nfs4_setclientid *sc = calldata;
4998
4999 if (task->tk_status == 0)
5000 sc->sc_cred = get_rpccred(task->tk_rqstp->rq_cred);
5001}
5002
5003static const struct rpc_call_ops nfs4_setclientid_ops = {
5004 .rpc_call_done = nfs4_setclientid_done,
5005};
5006
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005007/**
5008 * nfs4_proc_setclientid - Negotiate client ID
5009 * @clp: state data structure
5010 * @program: RPC program for NFSv4 callback service
5011 * @port: IP port number for NFS4 callback service
5012 * @cred: RPC credential to use for this call
5013 * @res: where to place the result
5014 *
5015 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5016 */
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005017int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
5018 unsigned short port, struct rpc_cred *cred,
5019 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005020{
5021 nfs4_verifier sc_verifier;
5022 struct nfs4_setclientid setclientid = {
5023 .sc_verifier = &sc_verifier,
5024 .sc_prog = program,
Andy Adamsonf4eecd52011-01-06 02:04:30 +00005025 .sc_cb_ident = clp->cl_cb_ident,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005026 };
5027 struct rpc_message msg = {
5028 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
5029 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005030 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005031 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005032 };
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005033 struct rpc_task *task;
5034 struct rpc_task_setup task_setup_data = {
5035 .rpc_client = clp->cl_rpcclient,
5036 .rpc_message = &msg,
5037 .callback_ops = &nfs4_setclientid_ops,
5038 .callback_data = &setclientid,
5039 .flags = RPC_TASK_TIMEOUT,
5040 };
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005041 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005042
Chuck Leverde734832012-07-11 16:30:50 -04005043 /* nfs_client_id4 */
Chuck Leverf0920752012-05-21 22:45:41 -04005044 nfs4_init_boot_verifier(clp, &sc_verifier);
Chuck Levere984a552012-09-14 17:24:21 -04005045 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags))
5046 setclientid.sc_name_len =
5047 nfs4_init_uniform_client_string(clp,
5048 setclientid.sc_name,
5049 sizeof(setclientid.sc_name));
5050 else
5051 setclientid.sc_name_len =
5052 nfs4_init_nonuniform_client_string(clp,
5053 setclientid.sc_name,
5054 sizeof(setclientid.sc_name));
Chuck Leverde734832012-07-11 16:30:50 -04005055 /* cb_client4 */
Chuck Lever706cb8d2014-03-12 12:51:47 -04005056 setclientid.sc_netid_len =
5057 nfs4_init_callback_netid(clp,
5058 setclientid.sc_netid,
5059 sizeof(setclientid.sc_netid));
Chuck Leverde734832012-07-11 16:30:50 -04005060 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05005061 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07005062 clp->cl_ipaddr, port >> 8, port & 255);
5063
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005064 dprintk("NFS call setclientid auth=%s, '%.*s'\n",
5065 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5066 setclientid.sc_name_len, setclientid.sc_name);
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005067 task = rpc_run_task(&task_setup_data);
5068 if (IS_ERR(task)) {
5069 status = PTR_ERR(task);
5070 goto out;
5071 }
5072 status = task->tk_status;
5073 if (setclientid.sc_cred) {
5074 clp->cl_acceptor = rpcauth_stringify_acceptor(setclientid.sc_cred);
5075 put_rpccred(setclientid.sc_cred);
5076 }
5077 rpc_put_task(task);
5078out:
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005079 trace_nfs4_setclientid(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005080 dprintk("NFS reply setclientid: %d\n", status);
5081 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005082}
5083
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005084/**
5085 * nfs4_proc_setclientid_confirm - Confirm client ID
5086 * @clp: state data structure
5087 * @res: result of a previous SETCLIENTID
5088 * @cred: RPC credential to use for this call
5089 *
5090 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5091 */
Trond Myklebustfd954ae2011-04-24 14:28:18 -04005092int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005093 struct nfs4_setclientid_res *arg,
5094 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005095{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005096 struct rpc_message msg = {
5097 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005098 .rpc_argp = arg,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005099 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005100 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005101 int status;
5102
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005103 dprintk("NFS call setclientid_confirm auth=%s, (client ID %llx)\n",
5104 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5105 clp->cl_clientid);
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005106 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005107 trace_nfs4_setclientid_confirm(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005108 dprintk("NFS reply setclientid_confirm: %d\n", status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005109 return status;
5110}
5111
Trond Myklebustfe650402006-01-03 09:55:18 +01005112struct nfs4_delegreturndata {
5113 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005114 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01005115 struct nfs_fh fh;
5116 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005117 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005118 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01005119 int rpc_status;
Peng Tao039b7562014-07-03 13:05:02 +08005120 struct inode *inode;
5121 bool roc;
5122 u32 roc_barrier;
Trond Myklebustfe650402006-01-03 09:55:18 +01005123};
5124
Trond Myklebustfe650402006-01-03 09:55:18 +01005125static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
5126{
5127 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04005128
Trond Myklebust14516c32010-07-31 14:29:06 -04005129 if (!nfs4_sequence_done(task, &data->res.seq_res))
5130 return;
Andy Adamson938e1012009-04-01 09:22:28 -04005131
Trond Myklebustca8acf82013-08-13 10:36:56 -04005132 trace_nfs4_delegreturn_exit(&data->args, &data->res, task->tk_status);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005133 switch (task->tk_status) {
Ricardo Labiaga79708862009-12-07 09:23:21 -05005134 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01005135 renew_lease(data->res.server, data->timestamp);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005136 case -NFS4ERR_ADMIN_REVOKED:
5137 case -NFS4ERR_DELEG_REVOKED:
5138 case -NFS4ERR_BAD_STATEID:
5139 case -NFS4ERR_OLD_STATEID:
5140 case -NFS4ERR_STALE_STATEID:
5141 case -NFS4ERR_EXPIRED:
5142 task->tk_status = 0;
Peng Tao039b7562014-07-03 13:05:02 +08005143 if (data->roc)
5144 pnfs_roc_set_barrier(data->inode, data->roc_barrier);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005145 break;
Ricardo Labiaga79708862009-12-07 09:23:21 -05005146 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005147 if (nfs4_async_handle_error(task, data->res.server,
5148 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005149 rpc_restart_call_prepare(task);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005150 return;
5151 }
5152 }
5153 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01005154}
5155
5156static void nfs4_delegreturn_release(void *calldata)
5157{
Peng Tao039b7562014-07-03 13:05:02 +08005158 struct nfs4_delegreturndata *data = calldata;
5159
5160 if (data->roc)
5161 pnfs_roc_release(data->inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005162 kfree(calldata);
5163}
5164
Andy Adamson938e1012009-04-01 09:22:28 -04005165static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
5166{
5167 struct nfs4_delegreturndata *d_data;
5168
5169 d_data = (struct nfs4_delegreturndata *)data;
5170
Peng Tao039b7562014-07-03 13:05:02 +08005171 if (d_data->roc &&
5172 pnfs_roc_drain(d_data->inode, &d_data->roc_barrier, task))
5173 return;
5174
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005175 nfs4_setup_sequence(d_data->res.server,
5176 &d_data->args.seq_args,
5177 &d_data->res.seq_res,
5178 task);
Andy Adamson938e1012009-04-01 09:22:28 -04005179}
Andy Adamson938e1012009-04-01 09:22:28 -04005180
Jesper Juhlc8d149f2006-03-20 13:44:07 -05005181static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04005182 .rpc_call_prepare = nfs4_delegreturn_prepare,
Trond Myklebustfe650402006-01-03 09:55:18 +01005183 .rpc_call_done = nfs4_delegreturn_done,
5184 .rpc_release = nfs4_delegreturn_release,
5185};
5186
Trond Myklebuste6f81072008-01-24 18:14:34 -05005187static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01005188{
5189 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005190 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005191 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005192 struct rpc_message msg = {
5193 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
5194 .rpc_cred = cred,
5195 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005196 struct rpc_task_setup task_setup_data = {
5197 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04005198 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005199 .callback_ops = &nfs4_delegreturn_ops,
5200 .flags = RPC_TASK_ASYNC,
5201 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05005202 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01005203
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005204 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01005205 if (data == NULL)
5206 return -ENOMEM;
Chuck Levera9c92d62013-08-09 12:48:18 -04005207 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Trond Myklebustfe650402006-01-03 09:55:18 +01005208 data->args.fhandle = &data->fh;
5209 data->args.stateid = &data->stateid;
Trond Myklebust9e907fe2012-04-27 13:48:17 -04005210 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01005211 nfs_copy_fh(&data->fh, NFS_FH(inode));
Trond Myklebustf597c532012-03-04 18:13:56 -05005212 nfs4_stateid_copy(&data->stateid, stateid);
Trond Myklebustfa178f22006-01-03 09:55:38 +01005213 data->res.fattr = &data->fattr;
5214 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005215 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01005216 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01005217 data->rpc_status = 0;
Peng Tao039b7562014-07-03 13:05:02 +08005218 data->inode = inode;
5219 data->roc = list_empty(&NFS_I(inode)->open_files) ?
5220 pnfs_roc(inode) : false;
Trond Myklebustfe650402006-01-03 09:55:18 +01005221
Trond Myklebustc970aa82007-07-14 15:39:59 -04005222 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05005223 msg.rpc_argp = &data->args;
5224 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005225 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005226 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01005227 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005228 if (!issync)
5229 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01005230 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005231 if (status != 0)
5232 goto out;
5233 status = data->rpc_status;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04005234 if (status == 0)
5235 nfs_post_op_update_inode_force_wcc(inode, &data->fattr);
5236 else
5237 nfs_refresh_inode(inode, &data->fattr);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005238out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005239 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01005240 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005241}
5242
Trond Myklebuste6f81072008-01-24 18:14:34 -05005243int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005244{
5245 struct nfs_server *server = NFS_SERVER(inode);
5246 struct nfs4_exception exception = { };
5247 int err;
5248 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05005249 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Trond Myklebustca8acf82013-08-13 10:36:56 -04005250 trace_nfs4_delegreturn(inode, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005251 switch (err) {
5252 case -NFS4ERR_STALE_STATEID:
5253 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005254 case 0:
5255 return 0;
5256 }
5257 err = nfs4_handle_exception(server, err, &exception);
5258 } while (exception.retry);
5259 return err;
5260}
5261
5262#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
5263#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
5264
5265/*
5266 * sleep, with exponential backoff, and retry the LOCK operation.
5267 */
5268static unsigned long
5269nfs4_set_lock_task_retry(unsigned long timeout)
5270{
Colin Cross416ad3c2013-05-06 23:50:06 +00005271 freezable_schedule_timeout_killable_unsafe(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005272 timeout <<= 1;
5273 if (timeout > NFS4_LOCK_MAXTIMEOUT)
5274 return NFS4_LOCK_MAXTIMEOUT;
5275 return timeout;
5276}
5277
Linus Torvalds1da177e2005-04-16 15:20:36 -07005278static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5279{
5280 struct inode *inode = state->inode;
5281 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04005282 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005283 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005284 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005285 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005286 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005287 struct nfs_lockt_res res = {
5288 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005289 };
5290 struct rpc_message msg = {
5291 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
5292 .rpc_argp = &arg,
5293 .rpc_resp = &res,
5294 .rpc_cred = state->owner->so_cred,
5295 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005296 struct nfs4_lock_state *lsp;
5297 int status;
5298
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005299 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005300 status = nfs4_set_lock_state(state, request);
5301 if (status != 0)
5302 goto out;
5303 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005304 arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005305 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00005306 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005307 switch (status) {
5308 case 0:
5309 request->fl_type = F_UNLCK;
5310 break;
5311 case -NFS4ERR_DENIED:
5312 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005313 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05005314 request->fl_ops->fl_release_private(request);
Trond Myklebusta6f951d2013-10-01 14:24:58 -04005315 request->fl_ops = NULL;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005316out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005317 return status;
5318}
5319
5320static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5321{
5322 struct nfs4_exception exception = { };
5323 int err;
5324
5325 do {
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005326 err = _nfs4_proc_getlk(state, cmd, request);
5327 trace_nfs4_get_lock(request, state, cmd, err);
5328 err = nfs4_handle_exception(NFS_SERVER(state->inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005329 &exception);
5330 } while (exception.retry);
5331 return err;
5332}
5333
5334static int do_vfs_lock(struct file *file, struct file_lock *fl)
5335{
5336 int res = 0;
5337 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
5338 case FL_POSIX:
5339 res = posix_lock_file_wait(file, fl);
5340 break;
5341 case FL_FLOCK:
5342 res = flock_lock_file_wait(file, fl);
5343 break;
5344 default:
5345 BUG();
5346 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005347 return res;
5348}
5349
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005350struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005351 struct nfs_locku_args arg;
5352 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005353 struct nfs4_lock_state *lsp;
5354 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005355 struct file_lock fl;
5356 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005357 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005358};
5359
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005360static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
5361 struct nfs_open_context *ctx,
5362 struct nfs4_lock_state *lsp,
5363 struct nfs_seqid *seqid)
5364{
5365 struct nfs4_unlockdata *p;
5366 struct inode *inode = lsp->ls_state->inode;
5367
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005368 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005369 if (p == NULL)
5370 return NULL;
5371 p->arg.fh = NFS_FH(inode);
5372 p->arg.fl = &p->fl;
5373 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005374 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005375 p->arg.stateid = &lsp->ls_stateid;
5376 p->lsp = lsp;
5377 atomic_inc(&lsp->ls_count);
5378 /* Ensure we don't close file until we're done freeing locks! */
5379 p->ctx = get_nfs_open_context(ctx);
5380 memcpy(&p->fl, fl, sizeof(p->fl));
5381 p->server = NFS_SERVER(inode);
5382 return p;
5383}
5384
Trond Myklebust06f814a2006-01-03 09:55:07 +01005385static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005386{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005387 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005388 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005389 nfs4_put_lock_state(calldata->lsp);
5390 put_nfs_open_context(calldata->ctx);
5391 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005392}
5393
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005394static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005395{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005396 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005397
Trond Myklebust14516c32010-07-31 14:29:06 -04005398 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
5399 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005400 switch (task->tk_status) {
5401 case 0:
Trond Myklebustf597c532012-03-04 18:13:56 -05005402 nfs4_stateid_copy(&calldata->lsp->ls_stateid,
5403 &calldata->res.stateid);
Trond Myklebust26e976a2006-01-03 09:55:21 +01005404 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005405 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05005406 case -NFS4ERR_BAD_STATEID:
5407 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005408 case -NFS4ERR_STALE_STATEID:
5409 case -NFS4ERR_EXPIRED:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005410 break;
5411 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005412 if (nfs4_async_handle_error(task, calldata->server,
5413 NULL, NULL) == -EAGAIN)
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005414 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005415 }
Trond Myklebust2b1bc302012-10-29 18:53:23 -04005416 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005417}
5418
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005419static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005420{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005421 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005422
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005423 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005424 goto out_wait;
Trond Myklebust795a88c2012-09-10 13:26:49 -04005425 if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005426 /* Note: exit _without_ running nfs4_locku_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005427 goto out_no_action;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005428 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005429 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005430 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04005431 &calldata->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005432 &calldata->res.seq_res,
5433 task) != 0)
5434 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005435 return;
5436out_no_action:
5437 task->tk_action = NULL;
5438out_wait:
5439 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005440}
5441
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005442static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005443 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005444 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01005445 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005446};
5447
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005448static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
5449 struct nfs_open_context *ctx,
5450 struct nfs4_lock_state *lsp,
5451 struct nfs_seqid *seqid)
5452{
5453 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005454 struct rpc_message msg = {
5455 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
5456 .rpc_cred = ctx->cred,
5457 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005458 struct rpc_task_setup task_setup_data = {
5459 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005460 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005461 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005462 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005463 .flags = RPC_TASK_ASYNC,
5464 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005465
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04005466 nfs4_state_protect(NFS_SERVER(lsp->ls_state->inode)->nfs_client,
5467 NFS_SP4_MACH_CRED_CLEANUP, &task_setup_data.rpc_client, &msg);
5468
Frank Filz137d6ac2007-07-09 15:32:29 -07005469 /* Ensure this is an unlock - when canceling a lock, the
5470 * canceled lock is passed in, and it won't be an unlock.
5471 */
5472 fl->fl_type = F_UNLCK;
5473
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005474 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
5475 if (data == NULL) {
5476 nfs_free_seqid(seqid);
5477 return ERR_PTR(-ENOMEM);
5478 }
5479
Chuck Levera9c92d62013-08-09 12:48:18 -04005480 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005481 msg.rpc_argp = &data->arg;
5482 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005483 task_setup_data.callback_data = data;
5484 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005485}
5486
Linus Torvalds1da177e2005-04-16 15:20:36 -07005487static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
5488{
Trond Myklebust65b62a22013-02-07 10:54:07 -05005489 struct inode *inode = state->inode;
5490 struct nfs4_state_owner *sp = state->owner;
5491 struct nfs_inode *nfsi = NFS_I(inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005492 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005493 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01005494 struct rpc_task *task;
5495 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005496 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005497
Trond Myklebust9b073572006-06-29 16:38:34 -04005498 status = nfs4_set_lock_state(state, request);
5499 /* Unlock _before_ we do the RPC call */
5500 request->fl_flags |= FL_EXISTS;
Trond Myklebust65b62a22013-02-07 10:54:07 -05005501 /* Exclude nfs_delegation_claim_locks() */
5502 mutex_lock(&sp->so_delegreturn_mutex);
5503 /* Exclude nfs4_reclaim_open_stateid() - note nesting! */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005504 down_read(&nfsi->rwsem);
5505 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
5506 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005507 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005508 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005509 }
5510 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005511 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005512 if (status != 0)
5513 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005514 /* Is this a delegated lock? */
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005515 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebustc5a2a152013-04-30 12:43:42 -04005516 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) == 0)
5517 goto out;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005518 seqid = nfs_alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04005519 status = -ENOMEM;
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005520 if (IS_ERR(seqid))
Trond Myklebust9b073572006-06-29 16:38:34 -04005521 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005522 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005523 status = PTR_ERR(task);
5524 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04005525 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005526 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005527 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04005528out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005529 request->fl_flags = fl_flags;
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005530 trace_nfs4_unlock(request, state, F_SETLK, status);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005531 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005532}
5533
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005534struct nfs4_lockdata {
5535 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005536 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005537 struct nfs4_lock_state *lsp;
5538 struct nfs_open_context *ctx;
5539 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005540 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005541 int rpc_status;
5542 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04005543 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005544};
5545
5546static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005547 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
5548 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005549{
5550 struct nfs4_lockdata *p;
5551 struct inode *inode = lsp->ls_state->inode;
5552 struct nfs_server *server = NFS_SERVER(inode);
5553
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005554 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005555 if (p == NULL)
5556 return NULL;
5557
5558 p->arg.fh = NFS_FH(inode);
5559 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005560 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005561 if (IS_ERR(p->arg.open_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005562 goto out_free;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005563 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005564 if (IS_ERR(p->arg.lock_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005565 goto out_free_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005566 p->arg.lock_stateid = &lsp->ls_stateid;
David Howells7539bba2006-08-22 20:06:09 -04005567 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005568 p->arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005569 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005570 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005571 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04005572 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005573 atomic_inc(&lsp->ls_count);
5574 p->ctx = get_nfs_open_context(ctx);
5575 memcpy(&p->fl, fl, sizeof(p->fl));
5576 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005577out_free_seqid:
5578 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005579out_free:
5580 kfree(p);
5581 return NULL;
5582}
5583
5584static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
5585{
5586 struct nfs4_lockdata *data = calldata;
5587 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005588
Harvey Harrison3110ff82008-05-02 13:42:44 -07005589 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005590 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005591 goto out_wait;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005592 /* Do we need to do an open_to_lock_owner? */
5593 if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005594 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) {
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005595 goto out_release_lock_seqid;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005596 }
Trond Myklebust8e472f32013-04-20 01:30:53 -04005597 data->arg.open_stateid = &state->open_stateid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005598 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005599 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005600 } else
5601 data->arg.new_lock_owner = 0;
Trond Myklebust5d422302013-03-14 16:57:48 -04005602 if (!nfs4_valid_open_stateid(state)) {
5603 data->rpc_status = -EBADF;
5604 task->tk_action = NULL;
5605 goto out_release_open_seqid;
5606 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005607 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005608 if (nfs4_setup_sequence(data->server,
5609 &data->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005610 &data->res.seq_res,
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005611 task) == 0)
Andy Adamson66179ef2009-04-01 09:22:22 -04005612 return;
Trond Myklebust5d422302013-03-14 16:57:48 -04005613out_release_open_seqid:
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005614 nfs_release_seqid(data->arg.open_seqid);
5615out_release_lock_seqid:
5616 nfs_release_seqid(data->arg.lock_seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005617out_wait:
5618 nfs4_sequence_done(task, &data->res.seq_res);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005619 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005620}
5621
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005622static void nfs4_lock_done(struct rpc_task *task, void *calldata)
5623{
5624 struct nfs4_lockdata *data = calldata;
5625
Harvey Harrison3110ff82008-05-02 13:42:44 -07005626 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005627
Trond Myklebust14516c32010-07-31 14:29:06 -04005628 if (!nfs4_sequence_done(task, &data->res.seq_res))
5629 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04005630
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005631 data->rpc_status = task->tk_status;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005632 if (data->arg.new_lock_owner != 0) {
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005633 if (data->rpc_status == 0)
5634 nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
5635 else
5636 goto out;
5637 }
5638 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05005639 nfs4_stateid_copy(&data->lsp->ls_stateid, &data->res.stateid);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005640 set_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags);
Al Viro3d4ff432011-06-22 18:40:12 -04005641 renew_lease(NFS_SERVER(data->ctx->dentry->d_inode), data->timestamp);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005642 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005643out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07005644 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005645}
5646
5647static void nfs4_lock_release(void *calldata)
5648{
5649 struct nfs4_lockdata *data = calldata;
5650
Harvey Harrison3110ff82008-05-02 13:42:44 -07005651 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005652 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005653 if (data->cancelled != 0) {
5654 struct rpc_task *task;
5655 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
5656 data->arg.lock_seqid);
5657 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08005658 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005659 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005660 } else
5661 nfs_free_seqid(data->arg.lock_seqid);
5662 nfs4_put_lock_state(data->lsp);
5663 put_nfs_open_context(data->ctx);
5664 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005665 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005666}
5667
5668static const struct rpc_call_ops nfs4_lock_ops = {
5669 .rpc_call_prepare = nfs4_lock_prepare,
5670 .rpc_call_done = nfs4_lock_done,
5671 .rpc_release = nfs4_lock_release,
5672};
5673
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005674static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
5675{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005676 switch (error) {
5677 case -NFS4ERR_ADMIN_REVOKED:
5678 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05005679 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005680 if (new_lock_owner != 0 ||
Trond Myklebust795a88c2012-09-10 13:26:49 -04005681 test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05005682 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005683 break;
5684 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005685 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05005686 case -NFS4ERR_EXPIRED:
5687 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005688 };
5689}
5690
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005691static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005692{
5693 struct nfs4_lockdata *data;
5694 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005695 struct rpc_message msg = {
5696 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
5697 .rpc_cred = state->owner->so_cred,
5698 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005699 struct rpc_task_setup task_setup_data = {
5700 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005701 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005702 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005703 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005704 .flags = RPC_TASK_ASYNC,
5705 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005706 int ret;
5707
Harvey Harrison3110ff82008-05-02 13:42:44 -07005708 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005709 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005710 fl->fl_u.nfs4_fl.owner,
5711 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005712 if (data == NULL)
5713 return -ENOMEM;
5714 if (IS_SETLKW(cmd))
5715 data->arg.block = 1;
Chuck Levera9c92d62013-08-09 12:48:18 -04005716 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005717 msg.rpc_argp = &data->arg;
5718 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005719 task_setup_data.callback_data = data;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005720 if (recovery_type > NFS_LOCK_NEW) {
5721 if (recovery_type == NFS_LOCK_RECLAIM)
5722 data->arg.reclaim = NFS_LOCK_RECLAIM;
5723 nfs4_set_sequence_privileged(&data->arg.seq_args);
5724 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04005725 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005726 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005727 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005728 ret = nfs4_wait_for_completion_rpc_task(task);
5729 if (ret == 0) {
5730 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005731 if (ret)
5732 nfs4_handle_setlk_error(data->server, data->lsp,
5733 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005734 } else
5735 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005736 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005737 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005738 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005739}
5740
5741static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
5742{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005743 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005744 struct nfs4_exception exception = {
5745 .inode = state->inode,
5746 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005747 int err;
5748
5749 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005750 /* Cache the lock if possible... */
5751 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5752 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005753 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005754 trace_nfs4_lock_reclaim(request, state, F_SETLK, err);
Trond Myklebust168667c2010-10-19 19:47:49 -04005755 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00005756 break;
5757 nfs4_handle_exception(server, err, &exception);
5758 } while (exception.retry);
5759 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005760}
5761
5762static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
5763{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005764 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005765 struct nfs4_exception exception = {
5766 .inode = state->inode,
5767 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005768 int err;
5769
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005770 err = nfs4_set_lock_state(state, request);
5771 if (err != 0)
5772 return err;
Trond Myklebustf6de7a32013-09-04 10:08:54 -04005773 if (!recover_lost_locks) {
NeilBrownef1820f2013-09-04 17:04:49 +10005774 set_bit(NFS_LOCK_LOST, &request->fl_u.nfs4_fl.owner->ls_flags);
5775 return 0;
5776 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005777 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005778 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5779 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005780 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005781 trace_nfs4_lock_expired(request, state, F_SETLK, err);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005782 switch (err) {
5783 default:
5784 goto out;
5785 case -NFS4ERR_GRACE:
5786 case -NFS4ERR_DELAY:
5787 nfs4_handle_exception(server, err, &exception);
5788 err = 0;
5789 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005790 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005791out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00005792 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005793}
5794
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005795#if defined(CONFIG_NFS_V4_1)
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005796/**
5797 * nfs41_check_expired_locks - possibly free a lock stateid
5798 *
5799 * @state: NFSv4 state for an inode
5800 *
5801 * Returns NFS_OK if recovery for this stateid is now finished.
5802 * Otherwise a negative NFS4ERR value is returned.
5803 */
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005804static int nfs41_check_expired_locks(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005805{
Chuck Levereb64cf92012-07-11 16:30:05 -04005806 int status, ret = -NFS4ERR_BAD_STATEID;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005807 struct nfs4_lock_state *lsp;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005808 struct nfs_server *server = NFS_SERVER(state->inode);
5809
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005810 list_for_each_entry(lsp, &state->lock_states, ls_locks) {
Trond Myklebust795a88c2012-09-10 13:26:49 -04005811 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005812 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
5813
5814 status = nfs41_test_stateid(server,
5815 &lsp->ls_stateid,
5816 cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04005817 trace_nfs4_test_lock_stateid(state, lsp, status);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005818 if (status != NFS_OK) {
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005819 /* Free the stateid unless the server
5820 * informs us the stateid is unrecognized. */
Chuck Lever89af2732012-07-11 16:29:56 -04005821 if (status != -NFS4ERR_BAD_STATEID)
5822 nfs41_free_stateid(server,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005823 &lsp->ls_stateid,
5824 cred);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005825 clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005826 ret = status;
5827 }
5828 }
5829 };
5830
5831 return ret;
5832}
5833
5834static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
5835{
5836 int status = NFS_OK;
5837
5838 if (test_bit(LK_STATE_IN_USE, &state->flags))
5839 status = nfs41_check_expired_locks(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04005840 if (status != NFS_OK)
5841 status = nfs4_lock_expired(state, request);
5842 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005843}
5844#endif
5845
Linus Torvalds1da177e2005-04-16 15:20:36 -07005846static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5847{
Trond Myklebust9a99af492013-02-04 20:17:49 -05005848 struct nfs4_state_owner *sp = state->owner;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005849 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005850 unsigned char fl_flags = request->fl_flags;
Trond Myklebust9a99af492013-02-04 20:17:49 -05005851 unsigned int seq;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005852 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005853
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005854 if ((fl_flags & FL_POSIX) &&
5855 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
5856 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005857 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005858 status = nfs4_set_lock_state(state, request);
5859 if (status != 0)
5860 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005861 request->fl_flags |= FL_ACCESS;
5862 status = do_vfs_lock(request->fl_file, request);
5863 if (status < 0)
5864 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005865 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005866 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04005867 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04005868 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005869 request->fl_flags = fl_flags & ~FL_SLEEP;
5870 status = do_vfs_lock(request->fl_file, request);
5871 goto out_unlock;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005872 }
Trond Myklebust9a99af492013-02-04 20:17:49 -05005873 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
5874 up_read(&nfsi->rwsem);
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005875 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005876 if (status != 0)
Trond Myklebust9a99af492013-02-04 20:17:49 -05005877 goto out;
5878 down_read(&nfsi->rwsem);
5879 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq)) {
5880 status = -NFS4ERR_DELAY;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005881 goto out_unlock;
Trond Myklebust9a99af492013-02-04 20:17:49 -05005882 }
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005883 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04005884 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005885 if (do_vfs_lock(request->fl_file, request) < 0)
Weston Andros Adamsona0308892012-01-26 13:32:23 -05005886 printk(KERN_WARNING "NFS: %s: VFS is out of sync with lock "
5887 "manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005888out_unlock:
Trond Myklebust19e03c52008-12-23 15:21:44 -05005889 up_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005890out:
5891 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005892 return status;
5893}
5894
5895static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5896{
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05005897 struct nfs4_exception exception = {
5898 .state = state,
Trond Myklebust05ffe242012-04-18 12:20:10 -04005899 .inode = state->inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05005900 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005901 int err;
5902
5903 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07005904 err = _nfs4_proc_setlk(state, cmd, request);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005905 trace_nfs4_set_lock(request, state, cmd, err);
Trond Myklebust965b5d62009-06-17 13:22:59 -07005906 if (err == -NFS4ERR_DENIED)
5907 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005908 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07005909 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005910 } while (exception.retry);
5911 return err;
5912}
5913
5914static int
5915nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
5916{
5917 struct nfs_open_context *ctx;
5918 struct nfs4_state *state;
5919 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
5920 int status;
5921
5922 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005923 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005924 state = ctx->state;
5925
5926 if (request->fl_start < 0 || request->fl_end < 0)
5927 return -EINVAL;
5928
Trond Myklebustd9531262009-07-21 19:22:38 -04005929 if (IS_GETLK(cmd)) {
5930 if (state != NULL)
5931 return nfs4_proc_getlk(state, F_GETLK, request);
5932 return 0;
5933 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005934
5935 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
5936 return -EINVAL;
5937
Trond Myklebustd9531262009-07-21 19:22:38 -04005938 if (request->fl_type == F_UNLCK) {
5939 if (state != NULL)
5940 return nfs4_proc_unlck(state, cmd, request);
5941 return 0;
5942 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005943
Trond Myklebustd9531262009-07-21 19:22:38 -04005944 if (state == NULL)
5945 return -ENOLCK;
Trond Myklebust55725512012-04-18 12:48:35 -04005946 /*
5947 * Don't rely on the VFS having checked the file open mode,
5948 * since it won't do this for flock() locks.
5949 */
Jeff Laytonf44106e2012-07-23 15:49:56 -04005950 switch (request->fl_type) {
Trond Myklebust55725512012-04-18 12:48:35 -04005951 case F_RDLCK:
5952 if (!(filp->f_mode & FMODE_READ))
5953 return -EBADF;
5954 break;
5955 case F_WRLCK:
5956 if (!(filp->f_mode & FMODE_WRITE))
5957 return -EBADF;
5958 }
5959
Linus Torvalds1da177e2005-04-16 15:20:36 -07005960 do {
5961 status = nfs4_proc_setlk(state, cmd, request);
5962 if ((status != -EAGAIN) || IS_SETLK(cmd))
5963 break;
5964 timeout = nfs4_set_lock_task_retry(timeout);
5965 status = -ERESTARTSYS;
5966 if (signalled())
5967 break;
5968 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005969 return status;
5970}
5971
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04005972int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid *stateid)
Trond Myklebust888e6942005-11-04 15:38:11 -05005973{
5974 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust888e6942005-11-04 15:38:11 -05005975 int err;
5976
5977 err = nfs4_set_lock_state(state, fl);
5978 if (err != 0)
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04005979 return err;
Trond Myklebust4a706fa2013-04-01 14:47:22 -04005980 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04005981 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
Trond Myklebust888e6942005-11-04 15:38:11 -05005982}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005983
Trond Myklebustcf470c32012-03-07 13:49:12 -05005984struct nfs_release_lockowner_data {
5985 struct nfs4_lock_state *lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04005986 struct nfs_server *server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05005987 struct nfs_release_lockowner_args args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08005988 struct nfs_release_lockowner_res res;
Chuck Lever60ea6812013-10-17 14:13:47 -04005989 unsigned long timestamp;
Trond Myklebustcf470c32012-03-07 13:49:12 -05005990};
5991
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04005992static void nfs4_release_lockowner_prepare(struct rpc_task *task, void *calldata)
5993{
5994 struct nfs_release_lockowner_data *data = calldata;
Kinglong Mee5b53dc82014-08-04 16:18:16 +08005995 struct nfs_server *server = data->server;
5996 nfs40_setup_sequence(server, &data->args.seq_args,
5997 &data->res.seq_res, task);
5998 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
Chuck Lever60ea6812013-10-17 14:13:47 -04005999 data->timestamp = jiffies;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006000}
6001
6002static void nfs4_release_lockowner_done(struct rpc_task *task, void *calldata)
6003{
6004 struct nfs_release_lockowner_data *data = calldata;
Chuck Lever60ea6812013-10-17 14:13:47 -04006005 struct nfs_server *server = data->server;
6006
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006007 nfs40_sequence_done(task, &data->res.seq_res);
Chuck Lever60ea6812013-10-17 14:13:47 -04006008
6009 switch (task->tk_status) {
6010 case 0:
6011 renew_lease(server, data->timestamp);
6012 break;
6013 case -NFS4ERR_STALE_CLIENTID:
6014 case -NFS4ERR_EXPIRED:
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006015 nfs4_schedule_lease_recovery(server->nfs_client);
6016 break;
Chuck Lever60ea6812013-10-17 14:13:47 -04006017 case -NFS4ERR_LEASE_MOVED:
6018 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10006019 if (nfs4_async_handle_error(task, server,
6020 NULL, NULL) == -EAGAIN)
Chuck Lever60ea6812013-10-17 14:13:47 -04006021 rpc_restart_call_prepare(task);
6022 }
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006023}
6024
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006025static void nfs4_release_lockowner_release(void *calldata)
6026{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006027 struct nfs_release_lockowner_data *data = calldata;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006028 nfs4_free_lock_state(data->server, data->lsp);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006029 kfree(calldata);
6030}
6031
Trond Myklebust17280172012-03-11 13:11:00 -04006032static const struct rpc_call_ops nfs4_release_lockowner_ops = {
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006033 .rpc_call_prepare = nfs4_release_lockowner_prepare,
6034 .rpc_call_done = nfs4_release_lockowner_done,
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006035 .rpc_release = nfs4_release_lockowner_release,
6036};
6037
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006038static void
6039nfs4_release_lockowner(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006040{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006041 struct nfs_release_lockowner_data *data;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006042 struct rpc_message msg = {
6043 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
6044 };
6045
6046 if (server->nfs_client->cl_mvops->minor_version != 0)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006047 return;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006048
Trond Myklebustcf470c32012-03-07 13:49:12 -05006049 data = kmalloc(sizeof(*data), GFP_NOFS);
6050 if (!data)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006051 return;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006052 data->lsp = lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006053 data->server = server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006054 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
6055 data->args.lock_owner.id = lsp->ls_seqid.owner_id;
6056 data->args.lock_owner.s_dev = server->s_dev;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006057
Trond Myklebustcf470c32012-03-07 13:49:12 -05006058 msg.rpc_argp = &data->args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006059 msg.rpc_resp = &data->res;
6060 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebustcf470c32012-03-07 13:49:12 -05006061 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006062}
6063
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006064#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
6065
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006066static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
6067 const void *buf, size_t buflen,
6068 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006069{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006070 if (strcmp(key, "") != 0)
6071 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00006072
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006073 return nfs4_proc_set_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006074}
6075
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006076static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
6077 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006078{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006079 if (strcmp(key, "") != 0)
6080 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006081
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006082 return nfs4_proc_get_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006083}
6084
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006085static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
6086 size_t list_len, const char *name,
6087 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006088{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006089 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006090
J. Bruce Fields096455a2006-03-20 23:23:42 -05006091 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
6092 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006093
6094 if (list && len <= list_len)
6095 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006096 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006097}
6098
David Quigleyc9bccef2013-05-22 12:50:45 -04006099#ifdef CONFIG_NFS_V4_SECURITY_LABEL
6100static inline int nfs4_server_supports_labels(struct nfs_server *server)
6101{
6102 return server->caps & NFS_CAP_SECURITY_LABEL;
6103}
6104
6105static int nfs4_xattr_set_nfs4_label(struct dentry *dentry, const char *key,
6106 const void *buf, size_t buflen,
6107 int flags, int type)
6108{
6109 if (security_ismaclabel(key))
6110 return nfs4_set_security_label(dentry, buf, buflen);
6111
6112 return -EOPNOTSUPP;
6113}
6114
6115static int nfs4_xattr_get_nfs4_label(struct dentry *dentry, const char *key,
6116 void *buf, size_t buflen, int type)
6117{
6118 if (security_ismaclabel(key))
6119 return nfs4_get_security_label(dentry->d_inode, buf, buflen);
6120 return -EOPNOTSUPP;
6121}
6122
6123static size_t nfs4_xattr_list_nfs4_label(struct dentry *dentry, char *list,
6124 size_t list_len, const char *name,
6125 size_t name_len, int type)
6126{
6127 size_t len = 0;
6128
6129 if (nfs_server_capable(dentry->d_inode, NFS_CAP_SECURITY_LABEL)) {
6130 len = security_inode_listsecurity(dentry->d_inode, NULL, 0);
6131 if (list && len <= list_len)
6132 security_inode_listsecurity(dentry->d_inode, list, len);
6133 }
6134 return len;
6135}
6136
6137static const struct xattr_handler nfs4_xattr_nfs4_label_handler = {
6138 .prefix = XATTR_SECURITY_PREFIX,
6139 .list = nfs4_xattr_list_nfs4_label,
6140 .get = nfs4_xattr_get_nfs4_label,
6141 .set = nfs4_xattr_set_nfs4_label,
6142};
6143#endif
6144
6145
Andy Adamson533eb462011-06-13 18:25:56 -04006146/*
6147 * nfs_fhget will use either the mounted_on_fileid or the fileid
6148 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006149static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
6150{
Andy Adamson533eb462011-06-13 18:25:56 -04006151 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
6152 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
6153 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
Chuck Lever81934dd2012-03-01 17:01:57 -05006154 (fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006155 return;
6156
6157 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Chuck Lever81934dd2012-03-01 17:01:57 -05006158 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_V4_REFERRAL;
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006159 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
6160 fattr->nlink = 2;
6161}
6162
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006163static int _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6164 const struct qstr *name,
6165 struct nfs4_fs_locations *fs_locations,
6166 struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006167{
6168 struct nfs_server *server = NFS_SERVER(dir);
David Quigleya09df2c2013-05-22 12:50:41 -04006169 u32 bitmask[3] = {
Manoj Naik361e6242006-06-09 09:34:24 -04006170 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006171 };
6172 struct nfs4_fs_locations_arg args = {
6173 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05006174 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006175 .page = page,
6176 .bitmask = bitmask,
6177 };
Benny Halevy22958462009-04-01 09:22:02 -04006178 struct nfs4_fs_locations_res res = {
6179 .fs_locations = fs_locations,
6180 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04006181 struct rpc_message msg = {
6182 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6183 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04006184 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006185 };
6186 int status;
6187
Harvey Harrison3110ff82008-05-02 13:42:44 -07006188 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04006189
6190 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
6191 * is not supported */
6192 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
6193 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
6194 else
6195 bitmask[0] |= FATTR4_WORD0_FILEID;
6196
Trond Myklebustc228fd32007-01-13 02:28:11 -05006197 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006198 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04006199 fs_locations->nlocations = 0;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006200 status = nfs4_call_sync(client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07006201 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006202 return status;
6203}
6204
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006205int nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6206 const struct qstr *name,
6207 struct nfs4_fs_locations *fs_locations,
6208 struct page *page)
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006209{
6210 struct nfs4_exception exception = { };
6211 int err;
6212 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006213 err = _nfs4_proc_fs_locations(client, dir, name,
6214 fs_locations, page);
6215 trace_nfs4_get_fs_locations(dir, name, err);
6216 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006217 &exception);
6218 } while (exception.retry);
6219 return err;
6220}
6221
Chuck Leverb03d7352013-10-17 14:12:50 -04006222/*
6223 * This operation also signals the server that this client is
6224 * performing migration recovery. The server can stop returning
6225 * NFS4ERR_LEASE_MOVED to this client. A RENEW operation is
6226 * appended to this compound to identify the client ID which is
6227 * performing recovery.
6228 */
6229static int _nfs40_proc_get_locations(struct inode *inode,
6230 struct nfs4_fs_locations *locations,
6231 struct page *page, struct rpc_cred *cred)
6232{
6233 struct nfs_server *server = NFS_SERVER(inode);
6234 struct rpc_clnt *clnt = server->client;
6235 u32 bitmask[2] = {
6236 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6237 };
6238 struct nfs4_fs_locations_arg args = {
6239 .clientid = server->nfs_client->cl_clientid,
6240 .fh = NFS_FH(inode),
6241 .page = page,
6242 .bitmask = bitmask,
6243 .migration = 1, /* skip LOOKUP */
6244 .renew = 1, /* append RENEW */
6245 };
6246 struct nfs4_fs_locations_res res = {
6247 .fs_locations = locations,
6248 .migration = 1,
6249 .renew = 1,
6250 };
6251 struct rpc_message msg = {
6252 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6253 .rpc_argp = &args,
6254 .rpc_resp = &res,
6255 .rpc_cred = cred,
6256 };
6257 unsigned long now = jiffies;
6258 int status;
6259
6260 nfs_fattr_init(&locations->fattr);
6261 locations->server = server;
6262 locations->nlocations = 0;
6263
6264 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6265 nfs4_set_sequence_privileged(&args.seq_args);
6266 status = nfs4_call_sync_sequence(clnt, server, &msg,
6267 &args.seq_args, &res.seq_res);
6268 if (status)
6269 return status;
6270
6271 renew_lease(server, now);
6272 return 0;
6273}
6274
6275#ifdef CONFIG_NFS_V4_1
6276
6277/*
6278 * This operation also signals the server that this client is
6279 * performing migration recovery. The server can stop asserting
6280 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID
6281 * performing this operation is identified in the SEQUENCE
6282 * operation in this compound.
6283 *
6284 * When the client supports GETATTR(fs_locations_info), it can
6285 * be plumbed in here.
6286 */
6287static int _nfs41_proc_get_locations(struct inode *inode,
6288 struct nfs4_fs_locations *locations,
6289 struct page *page, struct rpc_cred *cred)
6290{
6291 struct nfs_server *server = NFS_SERVER(inode);
6292 struct rpc_clnt *clnt = server->client;
6293 u32 bitmask[2] = {
6294 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6295 };
6296 struct nfs4_fs_locations_arg args = {
6297 .fh = NFS_FH(inode),
6298 .page = page,
6299 .bitmask = bitmask,
6300 .migration = 1, /* skip LOOKUP */
6301 };
6302 struct nfs4_fs_locations_res res = {
6303 .fs_locations = locations,
6304 .migration = 1,
6305 };
6306 struct rpc_message msg = {
6307 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6308 .rpc_argp = &args,
6309 .rpc_resp = &res,
6310 .rpc_cred = cred,
6311 };
6312 int status;
6313
6314 nfs_fattr_init(&locations->fattr);
6315 locations->server = server;
6316 locations->nlocations = 0;
6317
6318 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6319 nfs4_set_sequence_privileged(&args.seq_args);
6320 status = nfs4_call_sync_sequence(clnt, server, &msg,
6321 &args.seq_args, &res.seq_res);
6322 if (status == NFS4_OK &&
6323 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6324 status = -NFS4ERR_LEASE_MOVED;
6325 return status;
6326}
6327
6328#endif /* CONFIG_NFS_V4_1 */
6329
6330/**
6331 * nfs4_proc_get_locations - discover locations for a migrated FSID
6332 * @inode: inode on FSID that is migrating
6333 * @locations: result of query
6334 * @page: buffer
6335 * @cred: credential to use for this operation
6336 *
6337 * Returns NFS4_OK on success, a negative NFS4ERR status code if the
6338 * operation failed, or a negative errno if a local error occurred.
6339 *
6340 * On success, "locations" is filled in, but if the server has
6341 * no locations information, NFS_ATTR_FATTR_V4_LOCATIONS is not
6342 * asserted.
6343 *
6344 * -NFS4ERR_LEASE_MOVED is returned if the server still has leases
6345 * from this client that require migration recovery.
6346 */
6347int nfs4_proc_get_locations(struct inode *inode,
6348 struct nfs4_fs_locations *locations,
6349 struct page *page, struct rpc_cred *cred)
6350{
6351 struct nfs_server *server = NFS_SERVER(inode);
6352 struct nfs_client *clp = server->nfs_client;
6353 const struct nfs4_mig_recovery_ops *ops =
6354 clp->cl_mvops->mig_recovery_ops;
6355 struct nfs4_exception exception = { };
6356 int status;
6357
6358 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6359 (unsigned long long)server->fsid.major,
6360 (unsigned long long)server->fsid.minor,
6361 clp->cl_hostname);
6362 nfs_display_fhandle(NFS_FH(inode), __func__);
6363
6364 do {
6365 status = ops->get_locations(inode, locations, page, cred);
6366 if (status != -NFS4ERR_DELAY)
6367 break;
6368 nfs4_handle_exception(server, status, &exception);
6369 } while (exception.retry);
6370 return status;
6371}
6372
Chuck Lever44c99932013-10-17 14:13:30 -04006373/*
6374 * This operation also signals the server that this client is
6375 * performing "lease moved" recovery. The server can stop
6376 * returning NFS4ERR_LEASE_MOVED to this client. A RENEW operation
6377 * is appended to this compound to identify the client ID which is
6378 * performing recovery.
6379 */
6380static int _nfs40_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6381{
6382 struct nfs_server *server = NFS_SERVER(inode);
6383 struct nfs_client *clp = NFS_SERVER(inode)->nfs_client;
6384 struct rpc_clnt *clnt = server->client;
6385 struct nfs4_fsid_present_arg args = {
6386 .fh = NFS_FH(inode),
6387 .clientid = clp->cl_clientid,
6388 .renew = 1, /* append RENEW */
6389 };
6390 struct nfs4_fsid_present_res res = {
6391 .renew = 1,
6392 };
6393 struct rpc_message msg = {
6394 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6395 .rpc_argp = &args,
6396 .rpc_resp = &res,
6397 .rpc_cred = cred,
6398 };
6399 unsigned long now = jiffies;
6400 int status;
6401
6402 res.fh = nfs_alloc_fhandle();
6403 if (res.fh == NULL)
6404 return -ENOMEM;
6405
6406 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6407 nfs4_set_sequence_privileged(&args.seq_args);
6408 status = nfs4_call_sync_sequence(clnt, server, &msg,
6409 &args.seq_args, &res.seq_res);
6410 nfs_free_fhandle(res.fh);
6411 if (status)
6412 return status;
6413
6414 do_renew_lease(clp, now);
6415 return 0;
6416}
6417
6418#ifdef CONFIG_NFS_V4_1
6419
6420/*
6421 * This operation also signals the server that this client is
6422 * performing "lease moved" recovery. The server can stop asserting
6423 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID performing
6424 * this operation is identified in the SEQUENCE operation in this
6425 * compound.
6426 */
6427static int _nfs41_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6428{
6429 struct nfs_server *server = NFS_SERVER(inode);
6430 struct rpc_clnt *clnt = server->client;
6431 struct nfs4_fsid_present_arg args = {
6432 .fh = NFS_FH(inode),
6433 };
6434 struct nfs4_fsid_present_res res = {
6435 };
6436 struct rpc_message msg = {
6437 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6438 .rpc_argp = &args,
6439 .rpc_resp = &res,
6440 .rpc_cred = cred,
6441 };
6442 int status;
6443
6444 res.fh = nfs_alloc_fhandle();
6445 if (res.fh == NULL)
6446 return -ENOMEM;
6447
6448 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6449 nfs4_set_sequence_privileged(&args.seq_args);
6450 status = nfs4_call_sync_sequence(clnt, server, &msg,
6451 &args.seq_args, &res.seq_res);
6452 nfs_free_fhandle(res.fh);
6453 if (status == NFS4_OK &&
6454 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6455 status = -NFS4ERR_LEASE_MOVED;
6456 return status;
6457}
6458
6459#endif /* CONFIG_NFS_V4_1 */
6460
6461/**
6462 * nfs4_proc_fsid_present - Is this FSID present or absent on server?
6463 * @inode: inode on FSID to check
6464 * @cred: credential to use for this operation
6465 *
6466 * Server indicates whether the FSID is present, moved, or not
6467 * recognized. This operation is necessary to clear a LEASE_MOVED
6468 * condition for this client ID.
6469 *
6470 * Returns NFS4_OK if the FSID is present on this server,
6471 * -NFS4ERR_MOVED if the FSID is no longer present, a negative
6472 * NFS4ERR code if some error occurred on the server, or a
6473 * negative errno if a local failure occurred.
6474 */
6475int nfs4_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6476{
6477 struct nfs_server *server = NFS_SERVER(inode);
6478 struct nfs_client *clp = server->nfs_client;
6479 const struct nfs4_mig_recovery_ops *ops =
6480 clp->cl_mvops->mig_recovery_ops;
6481 struct nfs4_exception exception = { };
6482 int status;
6483
6484 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6485 (unsigned long long)server->fsid.major,
6486 (unsigned long long)server->fsid.minor,
6487 clp->cl_hostname);
6488 nfs_display_fhandle(NFS_FH(inode), __func__);
6489
6490 do {
6491 status = ops->fsid_present(inode, cred);
6492 if (status != -NFS4ERR_DELAY)
6493 break;
6494 nfs4_handle_exception(server, status, &exception);
6495 } while (exception.retry);
6496 return status;
6497}
6498
Andy Adamson5ec16a82013-08-08 10:57:55 -04006499/**
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006500 * If 'use_integrity' is true and the state managment nfs_client
6501 * cl_rpcclient is using krb5i/p, use the integrity protected cl_rpcclient
6502 * and the machine credential as per RFC3530bis and RFC5661 Security
6503 * Considerations sections. Otherwise, just use the user cred with the
6504 * filesystem's rpc_client.
Andy Adamson5ec16a82013-08-08 10:57:55 -04006505 */
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006506static 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 +00006507{
6508 int status;
6509 struct nfs4_secinfo_arg args = {
6510 .dir_fh = NFS_FH(dir),
6511 .name = name,
6512 };
6513 struct nfs4_secinfo_res res = {
6514 .flavors = flavors,
6515 };
6516 struct rpc_message msg = {
6517 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
6518 .rpc_argp = &args,
6519 .rpc_resp = &res,
6520 };
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006521 struct rpc_clnt *clnt = NFS_SERVER(dir)->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006522 struct rpc_cred *cred = NULL;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006523
6524 if (use_integrity) {
6525 clnt = NFS_SERVER(dir)->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006526 cred = nfs4_get_clid_cred(NFS_SERVER(dir)->nfs_client);
6527 msg.rpc_cred = cred;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006528 }
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006529
6530 dprintk("NFS call secinfo %s\n", name->name);
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006531
6532 nfs4_state_protect(NFS_SERVER(dir)->nfs_client,
6533 NFS_SP4_MACH_CRED_SECINFO, &clnt, &msg);
6534
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006535 status = nfs4_call_sync(clnt, NFS_SERVER(dir), &msg, &args.seq_args,
6536 &res.seq_res, 0);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006537 dprintk("NFS reply secinfo: %d\n", status);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006538
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006539 if (cred)
6540 put_rpccred(cred);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006541
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006542 return status;
6543}
6544
Bryan Schumaker72de53e2012-04-27 13:27:40 -04006545int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name,
6546 struct nfs4_secinfo_flavors *flavors)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006547{
6548 struct nfs4_exception exception = { };
6549 int err;
6550 do {
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006551 err = -NFS4ERR_WRONGSEC;
6552
6553 /* try to use integrity protection with machine cred */
6554 if (_nfs4_is_integrity_protected(NFS_SERVER(dir)->nfs_client))
6555 err = _nfs4_proc_secinfo(dir, name, flavors, true);
6556
6557 /*
6558 * if unable to use integrity protection, or SECINFO with
6559 * integrity protection returns NFS4ERR_WRONGSEC (which is
6560 * disallowed by spec, but exists in deployed servers) use
6561 * the current filesystem's rpc_client and the user cred.
6562 */
6563 if (err == -NFS4ERR_WRONGSEC)
6564 err = _nfs4_proc_secinfo(dir, name, flavors, false);
6565
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006566 trace_nfs4_secinfo(dir, name, err);
6567 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006568 &exception);
6569 } while (exception.retry);
6570 return err;
6571}
6572
Andy Adamson557134a2009-04-01 09:21:53 -04006573#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04006574/*
Andy Adamson357f54d2010-12-14 10:11:57 -05006575 * Check the exchange flags returned by the server for invalid flags, having
6576 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
6577 * DS flags set.
6578 */
6579static int nfs4_check_cl_exchange_flags(u32 flags)
6580{
6581 if (flags & ~EXCHGID4_FLAG_MASK_R)
6582 goto out_inval;
6583 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
6584 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
6585 goto out_inval;
6586 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
6587 goto out_inval;
6588 return NFS_OK;
6589out_inval:
6590 return -NFS4ERR_INVAL;
6591}
6592
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006593static bool
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006594nfs41_same_server_scope(struct nfs41_server_scope *a,
6595 struct nfs41_server_scope *b)
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006596{
6597 if (a->server_scope_sz == b->server_scope_sz &&
6598 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
6599 return true;
6600
6601 return false;
6602}
6603
Andy Adamson357f54d2010-12-14 10:11:57 -05006604/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006605 * nfs4_proc_bind_conn_to_session()
6606 *
6607 * The 4.1 client currently uses the same TCP connection for the
6608 * fore and backchannel.
6609 */
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006610int nfs4_proc_bind_conn_to_session(struct nfs_client *clp, struct rpc_cred *cred)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006611{
6612 int status;
6613 struct nfs41_bind_conn_to_session_res res;
6614 struct rpc_message msg = {
6615 .rpc_proc =
6616 &nfs4_procedures[NFSPROC4_CLNT_BIND_CONN_TO_SESSION],
6617 .rpc_argp = clp,
6618 .rpc_resp = &res,
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006619 .rpc_cred = cred,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006620 };
6621
6622 dprintk("--> %s\n", __func__);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006623
6624 res.session = kzalloc(sizeof(struct nfs4_session), GFP_NOFS);
6625 if (unlikely(res.session == NULL)) {
6626 status = -ENOMEM;
6627 goto out;
6628 }
6629
6630 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006631 trace_nfs4_bind_conn_to_session(clp, status);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006632 if (status == 0) {
6633 if (memcmp(res.session->sess_id.data,
6634 clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) {
6635 dprintk("NFS: %s: Session ID mismatch\n", __func__);
6636 status = -EIO;
6637 goto out_session;
6638 }
6639 if (res.dir != NFS4_CDFS4_BOTH) {
6640 dprintk("NFS: %s: Unexpected direction from server\n",
6641 __func__);
6642 status = -EIO;
6643 goto out_session;
6644 }
6645 if (res.use_conn_in_rdma_mode) {
6646 dprintk("NFS: %s: Server returned RDMA mode = true\n",
6647 __func__);
6648 status = -EIO;
6649 goto out_session;
6650 }
6651 }
6652out_session:
6653 kfree(res.session);
6654out:
6655 dprintk("<-- %s status= %d\n", __func__, status);
6656 return status;
6657}
6658
6659/*
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006660 * Minimum set of SP4_MACH_CRED operations from RFC 5661 in the enforce map
6661 * and operations we'd like to see to enable certain features in the allow map
Benny Halevy99fe60d2009-04-01 09:22:29 -04006662 */
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006663static const struct nfs41_state_protection nfs4_sp4_mach_cred_request = {
6664 .how = SP4_MACH_CRED,
6665 .enforce.u.words = {
6666 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6667 1 << (OP_EXCHANGE_ID - 32) |
6668 1 << (OP_CREATE_SESSION - 32) |
6669 1 << (OP_DESTROY_SESSION - 32) |
6670 1 << (OP_DESTROY_CLIENTID - 32)
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006671 },
6672 .allow.u.words = {
6673 [0] = 1 << (OP_CLOSE) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006674 1 << (OP_LOCKU) |
6675 1 << (OP_COMMIT),
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006676 [1] = 1 << (OP_SECINFO - 32) |
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006677 1 << (OP_SECINFO_NO_NAME - 32) |
6678 1 << (OP_TEST_STATEID - 32) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006679 1 << (OP_FREE_STATEID - 32) |
6680 1 << (OP_WRITE - 32)
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006681 }
6682};
6683
6684/*
6685 * Select the state protection mode for client `clp' given the server results
6686 * from exchange_id in `sp'.
6687 *
6688 * Returns 0 on success, negative errno otherwise.
6689 */
6690static int nfs4_sp4_select_mode(struct nfs_client *clp,
6691 struct nfs41_state_protection *sp)
6692{
6693 static const u32 supported_enforce[NFS4_OP_MAP_NUM_WORDS] = {
6694 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6695 1 << (OP_EXCHANGE_ID - 32) |
6696 1 << (OP_CREATE_SESSION - 32) |
6697 1 << (OP_DESTROY_SESSION - 32) |
6698 1 << (OP_DESTROY_CLIENTID - 32)
6699 };
6700 unsigned int i;
6701
6702 if (sp->how == SP4_MACH_CRED) {
6703 /* Print state protect result */
6704 dfprintk(MOUNT, "Server SP4_MACH_CRED support:\n");
6705 for (i = 0; i <= LAST_NFS4_OP; i++) {
6706 if (test_bit(i, sp->enforce.u.longs))
6707 dfprintk(MOUNT, " enforce op %d\n", i);
6708 if (test_bit(i, sp->allow.u.longs))
6709 dfprintk(MOUNT, " allow op %d\n", i);
6710 }
6711
6712 /* make sure nothing is on enforce list that isn't supported */
6713 for (i = 0; i < NFS4_OP_MAP_NUM_WORDS; i++) {
6714 if (sp->enforce.u.words[i] & ~supported_enforce[i]) {
6715 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6716 return -EINVAL;
6717 }
6718 }
6719
6720 /*
6721 * Minimal mode - state operations are allowed to use machine
6722 * credential. Note this already happens by default, so the
6723 * client doesn't have to do anything more than the negotiation.
6724 *
6725 * NOTE: we don't care if EXCHANGE_ID is in the list -
6726 * we're already using the machine cred for exchange_id
6727 * and will never use a different cred.
6728 */
6729 if (test_bit(OP_BIND_CONN_TO_SESSION, sp->enforce.u.longs) &&
6730 test_bit(OP_CREATE_SESSION, sp->enforce.u.longs) &&
6731 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) &&
6732 test_bit(OP_DESTROY_CLIENTID, sp->enforce.u.longs)) {
6733 dfprintk(MOUNT, "sp4_mach_cred:\n");
6734 dfprintk(MOUNT, " minimal mode enabled\n");
6735 set_bit(NFS_SP4_MACH_CRED_MINIMAL, &clp->cl_sp4_flags);
6736 } else {
6737 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6738 return -EINVAL;
6739 }
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006740
6741 if (test_bit(OP_CLOSE, sp->allow.u.longs) &&
6742 test_bit(OP_LOCKU, sp->allow.u.longs)) {
6743 dfprintk(MOUNT, " cleanup mode enabled\n");
6744 set_bit(NFS_SP4_MACH_CRED_CLEANUP, &clp->cl_sp4_flags);
6745 }
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006746
6747 if (test_bit(OP_SECINFO, sp->allow.u.longs) &&
6748 test_bit(OP_SECINFO_NO_NAME, sp->allow.u.longs)) {
6749 dfprintk(MOUNT, " secinfo mode enabled\n");
6750 set_bit(NFS_SP4_MACH_CRED_SECINFO, &clp->cl_sp4_flags);
6751 }
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006752
6753 if (test_bit(OP_TEST_STATEID, sp->allow.u.longs) &&
6754 test_bit(OP_FREE_STATEID, sp->allow.u.longs)) {
6755 dfprintk(MOUNT, " stateid mode enabled\n");
6756 set_bit(NFS_SP4_MACH_CRED_STATEID, &clp->cl_sp4_flags);
6757 }
Weston Andros Adamson8c21c622013-08-13 16:37:37 -04006758
6759 if (test_bit(OP_WRITE, sp->allow.u.longs)) {
6760 dfprintk(MOUNT, " write mode enabled\n");
6761 set_bit(NFS_SP4_MACH_CRED_WRITE, &clp->cl_sp4_flags);
6762 }
6763
6764 if (test_bit(OP_COMMIT, sp->allow.u.longs)) {
6765 dfprintk(MOUNT, " commit mode enabled\n");
6766 set_bit(NFS_SP4_MACH_CRED_COMMIT, &clp->cl_sp4_flags);
6767 }
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006768 }
6769
6770 return 0;
6771}
6772
6773/*
6774 * _nfs4_proc_exchange_id()
6775 *
6776 * Wrapper for EXCHANGE_ID operation.
6777 */
6778static int _nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred,
6779 u32 sp4_how)
Benny Halevy99fe60d2009-04-01 09:22:29 -04006780{
6781 nfs4_verifier verifier;
6782 struct nfs41_exchange_id_args args = {
Chuck Levercd937102012-03-02 17:14:31 -05006783 .verifier = &verifier,
Benny Halevy99fe60d2009-04-01 09:22:29 -04006784 .client = clp,
Chuck Levercd3fade2013-10-17 14:14:04 -04006785#ifdef CONFIG_NFS_V4_1_MIGRATION
Trond Myklebust4f0b4292013-05-20 12:24:03 -04006786 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
Chuck Levercd3fade2013-10-17 14:14:04 -04006787 EXCHGID4_FLAG_BIND_PRINC_STATEID |
6788 EXCHGID4_FLAG_SUPP_MOVED_MIGR,
6789#else
6790 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
6791 EXCHGID4_FLAG_BIND_PRINC_STATEID,
6792#endif
Benny Halevy99fe60d2009-04-01 09:22:29 -04006793 };
6794 struct nfs41_exchange_id_res res = {
Trond Myklebust32b01312012-05-26 13:41:04 -04006795 0
Benny Halevy99fe60d2009-04-01 09:22:29 -04006796 };
6797 int status;
6798 struct rpc_message msg = {
6799 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
6800 .rpc_argp = &args,
6801 .rpc_resp = &res,
6802 .rpc_cred = cred,
6803 };
Benny Halevy99fe60d2009-04-01 09:22:29 -04006804
Chuck Leverf0920752012-05-21 22:45:41 -04006805 nfs4_init_boot_verifier(clp, &verifier);
Chuck Levere984a552012-09-14 17:24:21 -04006806 args.id_len = nfs4_init_uniform_client_string(clp, args.id,
6807 sizeof(args.id));
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006808 dprintk("NFS call exchange_id auth=%s, '%.*s'\n",
6809 clp->cl_rpcclient->cl_auth->au_ops->au_name,
6810 args.id_len, args.id);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006811
Chuck Leveracdeb692012-05-21 22:46:16 -04006812 res.server_owner = kzalloc(sizeof(struct nfs41_server_owner),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006813 GFP_NOFS);
Chuck Leveracdeb692012-05-21 22:46:16 -04006814 if (unlikely(res.server_owner == NULL)) {
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006815 status = -ENOMEM;
6816 goto out;
6817 }
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006818
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006819 res.server_scope = kzalloc(sizeof(struct nfs41_server_scope),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006820 GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006821 if (unlikely(res.server_scope == NULL)) {
Benny Halevy99fe60d2009-04-01 09:22:29 -04006822 status = -ENOMEM;
Chuck Leveracdeb692012-05-21 22:46:16 -04006823 goto out_server_owner;
Benny Halevy99fe60d2009-04-01 09:22:29 -04006824 }
6825
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006826 res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006827 if (unlikely(res.impl_id == NULL)) {
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006828 status = -ENOMEM;
6829 goto out_server_scope;
6830 }
6831
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006832 switch (sp4_how) {
6833 case SP4_NONE:
6834 args.state_protect.how = SP4_NONE;
6835 break;
6836
6837 case SP4_MACH_CRED:
6838 args.state_protect = nfs4_sp4_mach_cred_request;
6839 break;
6840
6841 default:
6842 /* unsupported! */
6843 WARN_ON_ONCE(1);
6844 status = -EINVAL;
6845 goto out_server_scope;
6846 }
6847
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006848 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006849 trace_nfs4_exchange_id(clp, status);
Chuck Lever177313f2012-05-21 22:44:58 -04006850 if (status == 0)
Trond Myklebust32b01312012-05-26 13:41:04 -04006851 status = nfs4_check_cl_exchange_flags(res.flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006852
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006853 if (status == 0)
6854 status = nfs4_sp4_select_mode(clp, &res.state_protect);
6855
Chuck Lever177313f2012-05-21 22:44:58 -04006856 if (status == 0) {
Trond Myklebust32b01312012-05-26 13:41:04 -04006857 clp->cl_clientid = res.clientid;
6858 clp->cl_exchange_flags = (res.flags & ~EXCHGID4_FLAG_CONFIRMED_R);
6859 if (!(res.flags & EXCHGID4_FLAG_CONFIRMED_R))
6860 clp->cl_seqid = res.seqid;
6861
Chuck Leveracdeb692012-05-21 22:46:16 -04006862 kfree(clp->cl_serverowner);
6863 clp->cl_serverowner = res.server_owner;
6864 res.server_owner = NULL;
Chuck Leveracdeb692012-05-21 22:46:16 -04006865
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006866 /* use the most recent implementation id */
Chuck Lever59155542012-05-21 22:44:41 -04006867 kfree(clp->cl_implid);
6868 clp->cl_implid = res.impl_id;
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006869
Chuck Lever177313f2012-05-21 22:44:58 -04006870 if (clp->cl_serverscope != NULL &&
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006871 !nfs41_same_server_scope(clp->cl_serverscope,
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006872 res.server_scope)) {
6873 dprintk("%s: server_scope mismatch detected\n",
6874 __func__);
6875 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006876 kfree(clp->cl_serverscope);
6877 clp->cl_serverscope = NULL;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006878 }
6879
Chuck Lever177313f2012-05-21 22:44:58 -04006880 if (clp->cl_serverscope == NULL) {
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006881 clp->cl_serverscope = res.server_scope;
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006882 goto out;
6883 }
Trond Myklebust32b01312012-05-26 13:41:04 -04006884 } else
6885 kfree(res.impl_id);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006886
Chuck Leveracdeb692012-05-21 22:46:16 -04006887out_server_owner:
6888 kfree(res.server_owner);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006889out_server_scope:
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006890 kfree(res.server_scope);
6891out:
Chuck Lever177313f2012-05-21 22:44:58 -04006892 if (clp->cl_implid != NULL)
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006893 dprintk("NFS reply exchange_id: Server Implementation ID: "
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006894 "domain: %s, name: %s, date: %llu,%u\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006895 clp->cl_implid->domain, clp->cl_implid->name,
Chuck Lever59155542012-05-21 22:44:41 -04006896 clp->cl_implid->date.seconds,
6897 clp->cl_implid->date.nseconds);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006898 dprintk("NFS reply exchange_id: %d\n", status);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006899 return status;
6900}
6901
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006902/*
6903 * nfs4_proc_exchange_id()
6904 *
6905 * Returns zero, a negative errno, or a negative NFS4ERR status code.
6906 *
6907 * Since the clientid has expired, all compounds using sessions
6908 * associated with the stale clientid will be returning
6909 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
6910 * be in some phase of session reset.
6911 *
6912 * Will attempt to negotiate SP4_MACH_CRED if krb5i / krb5p auth is used.
6913 */
6914int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
6915{
6916 rpc_authflavor_t authflavor = clp->cl_rpcclient->cl_auth->au_flavor;
6917 int status;
6918
6919 /* try SP4_MACH_CRED if krb5i/p */
6920 if (authflavor == RPC_AUTH_GSS_KRB5I ||
6921 authflavor == RPC_AUTH_GSS_KRB5P) {
6922 status = _nfs4_proc_exchange_id(clp, cred, SP4_MACH_CRED);
6923 if (!status)
6924 return 0;
6925 }
6926
6927 /* try SP4_NONE */
6928 return _nfs4_proc_exchange_id(clp, cred, SP4_NONE);
6929}
6930
Trond Myklebust66245532012-05-25 17:18:09 -04006931static int _nfs4_proc_destroy_clientid(struct nfs_client *clp,
6932 struct rpc_cred *cred)
6933{
6934 struct rpc_message msg = {
6935 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_CLIENTID],
6936 .rpc_argp = clp,
6937 .rpc_cred = cred,
6938 };
6939 int status;
6940
6941 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006942 trace_nfs4_destroy_clientid(clp, status);
Trond Myklebust66245532012-05-25 17:18:09 -04006943 if (status)
Trond Myklebust02c67522012-06-07 13:45:53 -04006944 dprintk("NFS: Got error %d from the server %s on "
Trond Myklebust66245532012-05-25 17:18:09 -04006945 "DESTROY_CLIENTID.", status, clp->cl_hostname);
6946 return status;
6947}
6948
6949static int nfs4_proc_destroy_clientid(struct nfs_client *clp,
6950 struct rpc_cred *cred)
6951{
6952 unsigned int loop;
6953 int ret;
6954
6955 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
6956 ret = _nfs4_proc_destroy_clientid(clp, cred);
6957 switch (ret) {
6958 case -NFS4ERR_DELAY:
6959 case -NFS4ERR_CLIENTID_BUSY:
6960 ssleep(1);
6961 break;
6962 default:
6963 return ret;
6964 }
6965 }
6966 return 0;
6967}
6968
6969int nfs4_destroy_clientid(struct nfs_client *clp)
6970{
6971 struct rpc_cred *cred;
6972 int ret = 0;
6973
6974 if (clp->cl_mvops->minor_version < 1)
6975 goto out;
6976 if (clp->cl_exchange_flags == 0)
6977 goto out;
Chuck Lever05f4c352012-09-14 17:24:32 -04006978 if (clp->cl_preserve_clid)
6979 goto out;
Chuck Lever73d8bde2013-07-24 12:28:37 -04006980 cred = nfs4_get_clid_cred(clp);
Trond Myklebust66245532012-05-25 17:18:09 -04006981 ret = nfs4_proc_destroy_clientid(clp, cred);
6982 if (cred)
6983 put_rpccred(cred);
6984 switch (ret) {
6985 case 0:
6986 case -NFS4ERR_STALE_CLIENTID:
6987 clp->cl_exchange_flags = 0;
6988 }
6989out:
6990 return ret;
6991}
6992
Andy Adamson2050f0c2009-04-01 09:22:30 -04006993struct nfs4_get_lease_time_data {
6994 struct nfs4_get_lease_time_args *args;
6995 struct nfs4_get_lease_time_res *res;
6996 struct nfs_client *clp;
6997};
6998
6999static void nfs4_get_lease_time_prepare(struct rpc_task *task,
7000 void *calldata)
7001{
Andy Adamson2050f0c2009-04-01 09:22:30 -04007002 struct nfs4_get_lease_time_data *data =
7003 (struct nfs4_get_lease_time_data *)calldata;
7004
7005 dprintk("--> %s\n", __func__);
7006 /* just setup sequence, do not trigger session recovery
7007 since we're invoked within one */
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007008 nfs41_setup_sequence(data->clp->cl_session,
7009 &data->args->la_seq_args,
7010 &data->res->lr_seq_res,
7011 task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007012 dprintk("<-- %s\n", __func__);
7013}
7014
7015/*
7016 * Called from nfs4_state_manager thread for session setup, so don't recover
7017 * from sequence operation or clientid errors.
7018 */
7019static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
7020{
7021 struct nfs4_get_lease_time_data *data =
7022 (struct nfs4_get_lease_time_data *)calldata;
7023
7024 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007025 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
7026 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04007027 switch (task->tk_status) {
7028 case -NFS4ERR_DELAY:
7029 case -NFS4ERR_GRACE:
7030 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
7031 rpc_delay(task, NFS4_POLL_RETRY_MIN);
7032 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007033 /* fall through */
7034 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007035 rpc_restart_call_prepare(task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007036 return;
7037 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04007038 dprintk("<-- %s\n", __func__);
7039}
7040
Trond Myklebust17280172012-03-11 13:11:00 -04007041static const struct rpc_call_ops nfs4_get_lease_time_ops = {
Andy Adamson2050f0c2009-04-01 09:22:30 -04007042 .rpc_call_prepare = nfs4_get_lease_time_prepare,
7043 .rpc_call_done = nfs4_get_lease_time_done,
7044};
7045
7046int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
7047{
7048 struct rpc_task *task;
7049 struct nfs4_get_lease_time_args args;
7050 struct nfs4_get_lease_time_res res = {
7051 .lr_fsinfo = fsinfo,
7052 };
7053 struct nfs4_get_lease_time_data data = {
7054 .args = &args,
7055 .res = &res,
7056 .clp = clp,
7057 };
7058 struct rpc_message msg = {
7059 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
7060 .rpc_argp = &args,
7061 .rpc_resp = &res,
7062 };
7063 struct rpc_task_setup task_setup = {
7064 .rpc_client = clp->cl_rpcclient,
7065 .rpc_message = &msg,
7066 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007067 .callback_data = &data,
7068 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04007069 };
7070 int status;
7071
Chuck Levera9c92d62013-08-09 12:48:18 -04007072 nfs4_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007073 nfs4_set_sequence_privileged(&args.la_seq_args);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007074 dprintk("--> %s\n", __func__);
7075 task = rpc_run_task(&task_setup);
7076
7077 if (IS_ERR(task))
7078 status = PTR_ERR(task);
7079 else {
7080 status = task->tk_status;
7081 rpc_put_task(task);
7082 }
7083 dprintk("<-- %s return %d\n", __func__, status);
7084
7085 return status;
7086}
7087
Andy Adamsonfc931582009-04-01 09:22:31 -04007088/*
7089 * Initialize the values to be used by the client in CREATE_SESSION
7090 * If nfs4_init_session set the fore channel request and response sizes,
7091 * use them.
7092 *
7093 * Set the back channel max_resp_sz_cached to zero to force the client to
7094 * always set csa_cachethis to FALSE because the current implementation
7095 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
7096 */
7097static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
7098{
Andy Adamson18aad3d2013-06-26 12:21:49 -04007099 unsigned int max_rqst_sz, max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007100
Andy Adamson18aad3d2013-06-26 12:21:49 -04007101 max_rqst_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxwrite_overhead;
7102 max_resp_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxread_overhead;
7103
Andy Adamsonfc931582009-04-01 09:22:31 -04007104 /* Fore channel attributes */
Andy Adamson18aad3d2013-06-26 12:21:49 -04007105 args->fc_attrs.max_rqst_sz = max_rqst_sz;
7106 args->fc_attrs.max_resp_sz = max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007107 args->fc_attrs.max_ops = NFS4_MAX_OPS;
Trond Myklebustef159e92012-02-06 19:50:40 -05007108 args->fc_attrs.max_reqs = max_session_slots;
Andy Adamsonfc931582009-04-01 09:22:31 -04007109
7110 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05007111 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04007112 __func__,
7113 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05007114 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04007115
7116 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04007117 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
7118 args->bc_attrs.max_resp_sz = PAGE_SIZE;
7119 args->bc_attrs.max_resp_sz_cached = 0;
7120 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
7121 args->bc_attrs.max_reqs = 1;
7122
7123 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
7124 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
7125 __func__,
7126 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
7127 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
7128 args->bc_attrs.max_reqs);
7129}
7130
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007131static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
Andy Adamson8d353012009-04-01 09:22:32 -04007132{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007133 struct nfs4_channel_attrs *sent = &args->fc_attrs;
7134 struct nfs4_channel_attrs *rcvd = &session->fc_attrs;
7135
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007136 if (rcvd->max_resp_sz > sent->max_resp_sz)
7137 return -EINVAL;
7138 /*
7139 * Our requested max_ops is the minimum we need; we're not
7140 * prepared to break up compounds into smaller pieces than that.
7141 * So, no point even trying to continue if the server won't
7142 * cooperate:
7143 */
7144 if (rcvd->max_ops < sent->max_ops)
7145 return -EINVAL;
7146 if (rcvd->max_reqs == 0)
7147 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007148 if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE)
7149 rcvd->max_reqs = NFS4_MAX_SLOT_TABLE;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007150 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04007151}
7152
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007153static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
7154{
7155 struct nfs4_channel_attrs *sent = &args->bc_attrs;
7156 struct nfs4_channel_attrs *rcvd = &session->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04007157
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007158 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
7159 return -EINVAL;
7160 if (rcvd->max_resp_sz < sent->max_resp_sz)
7161 return -EINVAL;
7162 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
7163 return -EINVAL;
7164 /* These would render the backchannel useless: */
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007165 if (rcvd->max_ops != sent->max_ops)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007166 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007167 if (rcvd->max_reqs != sent->max_reqs)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007168 return -EINVAL;
7169 return 0;
7170}
Andy Adamson8d353012009-04-01 09:22:32 -04007171
Andy Adamson8d353012009-04-01 09:22:32 -04007172static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
7173 struct nfs4_session *session)
7174{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007175 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04007176
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007177 ret = nfs4_verify_fore_channel_attrs(args, session);
7178 if (ret)
7179 return ret;
7180 return nfs4_verify_back_channel_attrs(args, session);
Andy Adamson8d353012009-04-01 09:22:32 -04007181}
7182
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007183static int _nfs4_proc_create_session(struct nfs_client *clp,
7184 struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007185{
7186 struct nfs4_session *session = clp->cl_session;
7187 struct nfs41_create_session_args args = {
7188 .client = clp,
7189 .cb_program = NFS4_CALLBACK,
7190 };
7191 struct nfs41_create_session_res res = {
7192 .client = clp,
7193 };
7194 struct rpc_message msg = {
7195 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
7196 .rpc_argp = &args,
7197 .rpc_resp = &res,
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007198 .rpc_cred = cred,
Andy Adamsonfc931582009-04-01 09:22:31 -04007199 };
7200 int status;
7201
7202 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04007203 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04007204
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007205 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007206 trace_nfs4_create_session(clp, status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007207
Trond Myklebust43095d32012-11-20 11:13:12 -05007208 if (!status) {
Andy Adamson8d353012009-04-01 09:22:32 -04007209 /* Verify the session's negotiated channel_attrs values */
7210 status = nfs4_verify_channel_attrs(&args, session);
Andy Adamsonfc931582009-04-01 09:22:31 -04007211 /* Increment the clientid slot sequence id */
7212 clp->cl_seqid++;
7213 }
7214
7215 return status;
7216}
7217
7218/*
7219 * Issues a CREATE_SESSION operation to the server.
7220 * It is the responsibility of the caller to verify the session is
7221 * expired before calling this routine.
7222 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007223int nfs4_proc_create_session(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007224{
7225 int status;
7226 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04007227 struct nfs4_session *session = clp->cl_session;
7228
7229 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
7230
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007231 status = _nfs4_proc_create_session(clp, cred);
Andy Adamsonfc931582009-04-01 09:22:31 -04007232 if (status)
7233 goto out;
7234
Andy Adamsonaacd5532011-11-09 13:58:21 -05007235 /* Init or reset the session slot tables */
7236 status = nfs4_setup_session_slot_tables(session);
7237 dprintk("slot table setup returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007238 if (status)
7239 goto out;
7240
7241 ptr = (unsigned *)&session->sess_id.data[0];
7242 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
7243 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04007244out:
7245 dprintk("<-- %s\n", __func__);
7246 return status;
7247}
7248
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007249/*
7250 * Issue the over-the-wire RPC DESTROY_SESSION.
7251 * The caller must serialize access to this routine.
7252 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007253int nfs4_proc_destroy_session(struct nfs4_session *session,
7254 struct rpc_cred *cred)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007255{
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007256 struct rpc_message msg = {
7257 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION],
7258 .rpc_argp = session,
7259 .rpc_cred = cred,
7260 };
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007261 int status = 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007262
7263 dprintk("--> nfs4_proc_destroy_session\n");
7264
7265 /* session is still being setup */
7266 if (session->clp->cl_cons_state != NFS_CS_READY)
7267 return status;
7268
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007269 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007270 trace_nfs4_destroy_session(session->clp, status);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007271
7272 if (status)
Trond Myklebust08106ac2012-06-05 10:08:24 -04007273 dprintk("NFS: Got error %d from the server on DESTROY_SESSION. "
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007274 "Session has been destroyed regardless...\n", status);
7275
7276 dprintk("<-- nfs4_proc_destroy_session\n");
7277 return status;
7278}
7279
Trond Myklebust7b38c362012-05-23 13:23:31 -04007280/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007281 * Renew the cl_session lease.
7282 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007283struct nfs4_sequence_data {
7284 struct nfs_client *clp;
7285 struct nfs4_sequence_args args;
7286 struct nfs4_sequence_res res;
7287};
7288
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007289static void nfs41_sequence_release(void *data)
7290{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007291 struct nfs4_sequence_data *calldata = data;
7292 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007293
Alexandros Batsakis71358402010-02-05 03:45:05 -08007294 if (atomic_read(&clp->cl_count) > 1)
7295 nfs4_schedule_state_renewal(clp);
7296 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007297 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007298}
7299
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007300static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7301{
7302 switch(task->tk_status) {
7303 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007304 rpc_delay(task, NFS4_POLL_RETRY_MAX);
7305 return -EAGAIN;
7306 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007307 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007308 }
7309 return 0;
7310}
7311
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007312static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007313{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007314 struct nfs4_sequence_data *calldata = data;
7315 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007316
Trond Myklebust14516c32010-07-31 14:29:06 -04007317 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
7318 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007319
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007320 trace_nfs4_sequence(clp, task->tk_status);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007321 if (task->tk_status < 0) {
7322 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007323 if (atomic_read(&clp->cl_count) == 1)
7324 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007325
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007326 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
7327 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007328 return;
7329 }
7330 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007331 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007332out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007333 dprintk("<-- %s\n", __func__);
7334}
7335
7336static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
7337{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007338 struct nfs4_sequence_data *calldata = data;
7339 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007340 struct nfs4_sequence_args *args;
7341 struct nfs4_sequence_res *res;
7342
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007343 args = task->tk_msg.rpc_argp;
7344 res = task->tk_msg.rpc_resp;
7345
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007346 nfs41_setup_sequence(clp->cl_session, args, res, task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007347}
7348
7349static const struct rpc_call_ops nfs41_sequence_ops = {
7350 .rpc_call_done = nfs41_sequence_call_done,
7351 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007352 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007353};
7354
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007355static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp,
7356 struct rpc_cred *cred,
7357 bool is_privileged)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007358{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007359 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007360 struct rpc_message msg = {
7361 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
7362 .rpc_cred = cred,
7363 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007364 struct rpc_task_setup task_setup_data = {
7365 .rpc_client = clp->cl_rpcclient,
7366 .rpc_message = &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007367 .callback_ops = &nfs41_sequence_ops,
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04007368 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT,
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007369 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007370
Alexandros Batsakis71358402010-02-05 03:45:05 -08007371 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007372 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04007373 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007374 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08007375 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007376 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007377 }
Chuck Levera9c92d62013-08-09 12:48:18 -04007378 nfs4_init_sequence(&calldata->args, &calldata->res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007379 if (is_privileged)
7380 nfs4_set_sequence_privileged(&calldata->args);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007381 msg.rpc_argp = &calldata->args;
7382 msg.rpc_resp = &calldata->res;
7383 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007384 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007385
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007386 return rpc_run_task(&task_setup_data);
7387}
7388
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007389static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007390{
7391 struct rpc_task *task;
7392 int ret = 0;
7393
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007394 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
Andy Adamsond1f456b2014-09-29 12:31:57 -04007395 return -EAGAIN;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007396 task = _nfs41_proc_sequence(clp, cred, false);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007397 if (IS_ERR(task))
7398 ret = PTR_ERR(task);
7399 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08007400 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007401 dprintk("<-- %s status=%d\n", __func__, ret);
7402 return ret;
7403}
7404
7405static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
7406{
7407 struct rpc_task *task;
7408 int ret;
7409
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007410 task = _nfs41_proc_sequence(clp, cred, true);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007411 if (IS_ERR(task)) {
7412 ret = PTR_ERR(task);
7413 goto out;
7414 }
7415 ret = rpc_wait_for_completion_task(task);
Trond Myklebustb4410c22011-03-09 16:00:55 -05007416 if (!ret) {
7417 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp;
7418
7419 if (task->tk_status == 0)
7420 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007421 ret = task->tk_status;
Trond Myklebustb4410c22011-03-09 16:00:55 -05007422 }
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007423 rpc_put_task(task);
7424out:
7425 dprintk("<-- %s status=%d\n", __func__, ret);
7426 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007427}
7428
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007429struct nfs4_reclaim_complete_data {
7430 struct nfs_client *clp;
7431 struct nfs41_reclaim_complete_args arg;
7432 struct nfs41_reclaim_complete_res res;
7433};
7434
7435static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
7436{
7437 struct nfs4_reclaim_complete_data *calldata = data;
7438
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007439 nfs41_setup_sequence(calldata->clp->cl_session,
7440 &calldata->arg.seq_args,
7441 &calldata->res.seq_res,
7442 task);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007443}
7444
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007445static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7446{
7447 switch(task->tk_status) {
7448 case 0:
7449 case -NFS4ERR_COMPLETE_ALREADY:
7450 case -NFS4ERR_WRONG_CRED: /* What to do here? */
7451 break;
7452 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007453 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007454 /* fall through */
7455 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007456 return -EAGAIN;
7457 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007458 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007459 }
7460 return 0;
7461}
7462
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007463static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
7464{
7465 struct nfs4_reclaim_complete_data *calldata = data;
7466 struct nfs_client *clp = calldata->clp;
7467 struct nfs4_sequence_res *res = &calldata->res.seq_res;
7468
7469 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007470 if (!nfs41_sequence_done(task, res))
7471 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007472
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007473 trace_nfs4_reclaim_complete(clp, task->tk_status);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007474 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
7475 rpc_restart_call_prepare(task);
7476 return;
7477 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007478 dprintk("<-- %s\n", __func__);
7479}
7480
7481static void nfs4_free_reclaim_complete_data(void *data)
7482{
7483 struct nfs4_reclaim_complete_data *calldata = data;
7484
7485 kfree(calldata);
7486}
7487
7488static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
7489 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
7490 .rpc_call_done = nfs4_reclaim_complete_done,
7491 .rpc_release = nfs4_free_reclaim_complete_data,
7492};
7493
7494/*
7495 * Issue a global reclaim complete.
7496 */
Trond Myklebust965e9c22013-05-20 11:05:17 -04007497static int nfs41_proc_reclaim_complete(struct nfs_client *clp,
7498 struct rpc_cred *cred)
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007499{
7500 struct nfs4_reclaim_complete_data *calldata;
7501 struct rpc_task *task;
7502 struct rpc_message msg = {
7503 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
Trond Myklebust965e9c22013-05-20 11:05:17 -04007504 .rpc_cred = cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007505 };
7506 struct rpc_task_setup task_setup_data = {
7507 .rpc_client = clp->cl_rpcclient,
7508 .rpc_message = &msg,
7509 .callback_ops = &nfs4_reclaim_complete_call_ops,
7510 .flags = RPC_TASK_ASYNC,
7511 };
7512 int status = -ENOMEM;
7513
7514 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04007515 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007516 if (calldata == NULL)
7517 goto out;
7518 calldata->clp = clp;
7519 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007520
Chuck Levera9c92d62013-08-09 12:48:18 -04007521 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007522 nfs4_set_sequence_privileged(&calldata->arg.seq_args);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007523 msg.rpc_argp = &calldata->arg;
7524 msg.rpc_resp = &calldata->res;
7525 task_setup_data.callback_data = calldata;
7526 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007527 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007528 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007529 goto out;
7530 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05007531 status = nfs4_wait_for_completion_rpc_task(task);
7532 if (status == 0)
7533 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007534 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007535 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007536out:
7537 dprintk("<-- %s status=%d\n", __func__, status);
7538 return status;
7539}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007540
7541static void
7542nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
7543{
7544 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00007545 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007546 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007547
7548 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00007549 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
7550 * right now covering the LAYOUTGET we are about to send.
7551 * However, that is not so catastrophic, and there seems
7552 * to be no way to prevent it completely.
7553 */
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007554 if (nfs41_setup_sequence(session, &lgp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05007555 &lgp->res.seq_res, task))
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007556 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00007557 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
7558 NFS_I(lgp->args.inode)->layout,
7559 lgp->args.ctx->state)) {
7560 rpc_exit(task, NFS4_OK);
Fred Isamancf7d63f2011-01-06 11:36:25 +00007561 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007562}
7563
7564static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
7565{
7566 struct nfs4_layoutget *lgp = calldata;
Trond Myklebustee314c22012-10-01 17:25:48 -07007567 struct inode *inode = lgp->args.inode;
7568 struct nfs_server *server = NFS_SERVER(inode);
7569 struct pnfs_layout_hdr *lo;
7570 struct nfs4_state *state = NULL;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007571 unsigned long timeo, now, giveup;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007572
Boaz Harroshed7e5422014-01-22 20:34:54 +02007573 dprintk("--> %s tk_status => %d\n", __func__, -task->tk_status);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007574
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007575 if (!nfs41_sequence_done(task, &lgp->res.seq_res))
Trond Myklebustee314c22012-10-01 17:25:48 -07007576 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007577
7578 switch (task->tk_status) {
7579 case 0:
Trond Myklebustee314c22012-10-01 17:25:48 -07007580 goto out;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007581 /*
7582 * NFS4ERR_LAYOUTTRYLATER is a conflict with another client
7583 * (or clients) writing to the same RAID stripe
7584 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007585 case -NFS4ERR_LAYOUTTRYLATER:
Boaz Harroshed7e5422014-01-22 20:34:54 +02007586 /*
7587 * NFS4ERR_RECALLCONFLICT is when conflict with self (must recall
7588 * existing layout before getting a new one).
7589 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007590 case -NFS4ERR_RECALLCONFLICT:
Weston Andros Adamson30005122013-02-28 20:30:10 -05007591 timeo = rpc_get_timeout(task->tk_client);
7592 giveup = lgp->args.timestamp + timeo;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007593 now = jiffies;
7594 if (time_after(giveup, now)) {
7595 unsigned long delay;
7596
7597 /* Delay for:
7598 * - Not less then NFS4_POLL_RETRY_MIN.
7599 * - One last time a jiffie before we give up
7600 * - exponential backoff (time_now minus start_attempt)
7601 */
7602 delay = max_t(unsigned long, NFS4_POLL_RETRY_MIN,
7603 min((giveup - now - 1),
7604 now - lgp->args.timestamp));
7605
7606 dprintk("%s: NFS4ERR_RECALLCONFLICT waiting %lu\n",
7607 __func__, delay);
7608 rpc_delay(task, delay);
7609 task->tk_status = 0;
7610 rpc_restart_call_prepare(task);
7611 goto out; /* Do not call nfs4_async_handle_error() */
7612 }
Trond Myklebustee314c22012-10-01 17:25:48 -07007613 break;
7614 case -NFS4ERR_EXPIRED:
7615 case -NFS4ERR_BAD_STATEID:
7616 spin_lock(&inode->i_lock);
7617 lo = NFS_I(inode)->layout;
7618 if (!lo || list_empty(&lo->plh_segs)) {
7619 spin_unlock(&inode->i_lock);
7620 /* If the open stateid was bad, then recover it. */
7621 state = lgp->args.ctx->state;
7622 } else {
7623 LIST_HEAD(head);
7624
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007625 /*
7626 * Mark the bad layout state as invalid, then retry
7627 * with the current stateid.
7628 */
Trond Myklebustee314c22012-10-01 17:25:48 -07007629 pnfs_mark_matching_lsegs_invalid(lo, &head, NULL);
7630 spin_unlock(&inode->i_lock);
Trond Myklebustee314c22012-10-01 17:25:48 -07007631 pnfs_free_lseg_list(&head);
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007632
7633 task->tk_status = 0;
7634 rpc_restart_call_prepare(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007635 }
7636 }
NeilBrown8478eaa2014-09-18 16:09:27 +10007637 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN)
Trond Myklebustee314c22012-10-01 17:25:48 -07007638 rpc_restart_call_prepare(task);
7639out:
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007640 dprintk("<-- %s\n", __func__);
7641}
7642
Idan Kedar85541162012-08-02 11:47:10 +03007643static size_t max_response_pages(struct nfs_server *server)
7644{
7645 u32 max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz;
7646 return nfs_page_array_len(0, max_resp_sz);
7647}
7648
7649static void nfs4_free_pages(struct page **pages, size_t size)
7650{
7651 int i;
7652
7653 if (!pages)
7654 return;
7655
7656 for (i = 0; i < size; i++) {
7657 if (!pages[i])
7658 break;
7659 __free_page(pages[i]);
7660 }
7661 kfree(pages);
7662}
7663
7664static struct page **nfs4_alloc_pages(size_t size, gfp_t gfp_flags)
7665{
7666 struct page **pages;
7667 int i;
7668
7669 pages = kcalloc(size, sizeof(struct page *), gfp_flags);
7670 if (!pages) {
7671 dprintk("%s: can't alloc array of %zu pages\n", __func__, size);
7672 return NULL;
7673 }
7674
7675 for (i = 0; i < size; i++) {
7676 pages[i] = alloc_page(gfp_flags);
7677 if (!pages[i]) {
7678 dprintk("%s: failed to allocate page\n", __func__);
7679 nfs4_free_pages(pages, size);
7680 return NULL;
7681 }
7682 }
7683
7684 return pages;
7685}
7686
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007687static void nfs4_layoutget_release(void *calldata)
7688{
7689 struct nfs4_layoutget *lgp = calldata;
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007690 struct inode *inode = lgp->args.inode;
7691 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007692 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007693
7694 dprintk("--> %s\n", __func__);
Idan Kedar85541162012-08-02 11:47:10 +03007695 nfs4_free_pages(lgp->args.layout.pages, max_pages);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007696 pnfs_put_layout_hdr(NFS_I(inode)->layout);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007697 put_nfs_open_context(lgp->args.ctx);
7698 kfree(calldata);
7699 dprintk("<-- %s\n", __func__);
7700}
7701
7702static const struct rpc_call_ops nfs4_layoutget_call_ops = {
7703 .rpc_call_prepare = nfs4_layoutget_prepare,
7704 .rpc_call_done = nfs4_layoutget_done,
7705 .rpc_release = nfs4_layoutget_release,
7706};
7707
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007708struct pnfs_layout_segment *
7709nfs4_proc_layoutget(struct nfs4_layoutget *lgp, gfp_t gfp_flags)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007710{
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007711 struct inode *inode = lgp->args.inode;
7712 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007713 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007714 struct rpc_task *task;
7715 struct rpc_message msg = {
7716 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
7717 .rpc_argp = &lgp->args,
7718 .rpc_resp = &lgp->res,
Trond Myklebust6ab59342013-05-20 10:49:34 -04007719 .rpc_cred = lgp->cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007720 };
7721 struct rpc_task_setup task_setup_data = {
7722 .rpc_client = server->client,
7723 .rpc_message = &msg,
7724 .callback_ops = &nfs4_layoutget_call_ops,
7725 .callback_data = lgp,
7726 .flags = RPC_TASK_ASYNC,
7727 };
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007728 struct pnfs_layout_segment *lseg = NULL;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007729 int status = 0;
7730
7731 dprintk("--> %s\n", __func__);
7732
Peng Tao4bd5a982014-11-17 11:05:17 +08007733 /* nfs4_layoutget_release calls pnfs_put_layout_hdr */
7734 pnfs_get_layout_hdr(NFS_I(inode)->layout);
7735
Idan Kedar85541162012-08-02 11:47:10 +03007736 lgp->args.layout.pages = nfs4_alloc_pages(max_pages, gfp_flags);
7737 if (!lgp->args.layout.pages) {
7738 nfs4_layoutget_release(lgp);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007739 return ERR_PTR(-ENOMEM);
Idan Kedar85541162012-08-02 11:47:10 +03007740 }
7741 lgp->args.layout.pglen = max_pages * PAGE_SIZE;
Weston Andros Adamson30005122013-02-28 20:30:10 -05007742 lgp->args.timestamp = jiffies;
Idan Kedar85541162012-08-02 11:47:10 +03007743
Weston Andros Adamson35124a02011-03-24 16:48:21 -04007744 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007745 lgp->res.seq_res.sr_slot = NULL;
Chuck Levera9c92d62013-08-09 12:48:18 -04007746 nfs4_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007747
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007748 task = rpc_run_task(&task_setup_data);
7749 if (IS_ERR(task))
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007750 return ERR_CAST(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007751 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00007752 if (status == 0)
7753 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007754 trace_nfs4_layoutget(lgp->args.ctx,
7755 &lgp->args.range,
7756 &lgp->res.range,
7757 status);
Weston Andros Adamson085b7a42013-02-15 16:03:46 -05007758 /* if layoutp->len is 0, nfs4_layoutget_prepare called rpc_exit */
7759 if (status == 0 && lgp->res.layoutp->len)
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007760 lseg = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007761 rpc_put_task(task);
7762 dprintk("<-- %s status=%d\n", __func__, status);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007763 if (status)
7764 return ERR_PTR(status);
7765 return lseg;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007766}
7767
Benny Halevycbe82602011-05-22 19:52:37 +03007768static void
7769nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
7770{
7771 struct nfs4_layoutreturn *lrp = calldata;
7772
7773 dprintk("--> %s\n", __func__);
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007774 nfs41_setup_sequence(lrp->clp->cl_session,
7775 &lrp->args.seq_args,
7776 &lrp->res.seq_res,
7777 task);
Benny Halevycbe82602011-05-22 19:52:37 +03007778}
7779
7780static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
7781{
7782 struct nfs4_layoutreturn *lrp = calldata;
7783 struct nfs_server *server;
7784
7785 dprintk("--> %s\n", __func__);
7786
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007787 if (!nfs41_sequence_done(task, &lrp->res.seq_res))
Benny Halevycbe82602011-05-22 19:52:37 +03007788 return;
7789
7790 server = NFS_SERVER(lrp->args.inode);
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007791 switch (task->tk_status) {
7792 default:
7793 task->tk_status = 0;
7794 case 0:
7795 break;
7796 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10007797 if (nfs4_async_handle_error(task, server, NULL, NULL) != -EAGAIN)
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007798 break;
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007799 rpc_restart_call_prepare(task);
Benny Halevycbe82602011-05-22 19:52:37 +03007800 return;
7801 }
Benny Halevycbe82602011-05-22 19:52:37 +03007802 dprintk("<-- %s\n", __func__);
7803}
7804
7805static void nfs4_layoutreturn_release(void *calldata)
7806{
7807 struct nfs4_layoutreturn *lrp = calldata;
Trond Myklebust849b2862012-09-24 14:18:39 -04007808 struct pnfs_layout_hdr *lo = lrp->args.layout;
Benny Halevycbe82602011-05-22 19:52:37 +03007809
7810 dprintk("--> %s\n", __func__);
Trond Myklebust849b2862012-09-24 14:18:39 -04007811 spin_lock(&lo->plh_inode->i_lock);
7812 if (lrp->res.lrs_present)
7813 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
7814 lo->plh_block_lgets--;
7815 spin_unlock(&lo->plh_inode->i_lock);
Trond Myklebust70c3bd22012-09-18 20:51:13 -04007816 pnfs_put_layout_hdr(lrp->args.layout);
Benny Halevycbe82602011-05-22 19:52:37 +03007817 kfree(calldata);
7818 dprintk("<-- %s\n", __func__);
7819}
7820
7821static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
7822 .rpc_call_prepare = nfs4_layoutreturn_prepare,
7823 .rpc_call_done = nfs4_layoutreturn_done,
7824 .rpc_release = nfs4_layoutreturn_release,
7825};
7826
7827int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp)
7828{
7829 struct rpc_task *task;
7830 struct rpc_message msg = {
7831 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
7832 .rpc_argp = &lrp->args,
7833 .rpc_resp = &lrp->res,
Trond Myklebust95560002013-05-20 10:43:47 -04007834 .rpc_cred = lrp->cred,
Benny Halevycbe82602011-05-22 19:52:37 +03007835 };
7836 struct rpc_task_setup task_setup_data = {
Andy Adamson1771c572013-07-22 12:42:05 -04007837 .rpc_client = NFS_SERVER(lrp->args.inode)->client,
Benny Halevycbe82602011-05-22 19:52:37 +03007838 .rpc_message = &msg,
7839 .callback_ops = &nfs4_layoutreturn_call_ops,
7840 .callback_data = lrp,
7841 };
7842 int status;
7843
7844 dprintk("--> %s\n", __func__);
Chuck Levera9c92d62013-08-09 12:48:18 -04007845 nfs4_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1);
Benny Halevycbe82602011-05-22 19:52:37 +03007846 task = rpc_run_task(&task_setup_data);
7847 if (IS_ERR(task))
7848 return PTR_ERR(task);
7849 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007850 trace_nfs4_layoutreturn(lrp->args.inode, status);
Benny Halevycbe82602011-05-22 19:52:37 +03007851 dprintk("<-- %s status=%d\n", __func__, status);
7852 rpc_put_task(task);
7853 return status;
7854}
7855
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007856static int
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007857_nfs4_proc_getdeviceinfo(struct nfs_server *server,
7858 struct pnfs_device *pdev,
7859 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007860{
7861 struct nfs4_getdeviceinfo_args args = {
7862 .pdev = pdev,
7863 };
7864 struct nfs4_getdeviceinfo_res res = {
7865 .pdev = pdev,
7866 };
7867 struct rpc_message msg = {
7868 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
7869 .rpc_argp = &args,
7870 .rpc_resp = &res,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007871 .rpc_cred = cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007872 };
7873 int status;
7874
7875 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00007876 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007877 dprintk("<-- %s status=%d\n", __func__, status);
7878
7879 return status;
7880}
7881
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007882int nfs4_proc_getdeviceinfo(struct nfs_server *server,
7883 struct pnfs_device *pdev,
7884 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007885{
7886 struct nfs4_exception exception = { };
7887 int err;
7888
7889 do {
7890 err = nfs4_handle_exception(server,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007891 _nfs4_proc_getdeviceinfo(server, pdev, cred),
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007892 &exception);
7893 } while (exception.retry);
7894 return err;
7895}
7896EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
7897
Andy Adamson863a3c62011-03-23 13:27:54 +00007898static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
7899{
7900 struct nfs4_layoutcommit_data *data = calldata;
7901 struct nfs_server *server = NFS_SERVER(data->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007902 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamson863a3c62011-03-23 13:27:54 +00007903
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007904 nfs41_setup_sequence(session,
7905 &data->args.seq_args,
7906 &data->res.seq_res,
7907 task);
Andy Adamson863a3c62011-03-23 13:27:54 +00007908}
7909
7910static void
7911nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
7912{
7913 struct nfs4_layoutcommit_data *data = calldata;
7914 struct nfs_server *server = NFS_SERVER(data->args.inode);
7915
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007916 if (!nfs41_sequence_done(task, &data->res.seq_res))
Andy Adamson863a3c62011-03-23 13:27:54 +00007917 return;
7918
7919 switch (task->tk_status) { /* Just ignore these failures */
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007920 case -NFS4ERR_DELEG_REVOKED: /* layout was recalled */
7921 case -NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
7922 case -NFS4ERR_BADLAYOUT: /* no layout */
7923 case -NFS4ERR_GRACE: /* loca_recalim always false */
Andy Adamson863a3c62011-03-23 13:27:54 +00007924 task->tk_status = 0;
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007925 case 0:
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007926 break;
7927 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10007928 if (nfs4_async_handle_error(task, server, NULL, NULL) == -EAGAIN) {
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007929 rpc_restart_call_prepare(task);
7930 return;
7931 }
7932 }
Andy Adamson863a3c62011-03-23 13:27:54 +00007933}
7934
7935static void nfs4_layoutcommit_release(void *calldata)
7936{
7937 struct nfs4_layoutcommit_data *data = calldata;
7938
Andy Adamsondb29c082011-07-30 20:52:38 -04007939 pnfs_cleanup_layoutcommit(data);
Trond Myklebustd8c951c2014-01-13 12:08:11 -05007940 nfs_post_op_update_inode_force_wcc(data->args.inode,
7941 data->res.fattr);
Andy Adamson863a3c62011-03-23 13:27:54 +00007942 put_rpccred(data->cred);
7943 kfree(data);
7944}
7945
7946static const struct rpc_call_ops nfs4_layoutcommit_ops = {
7947 .rpc_call_prepare = nfs4_layoutcommit_prepare,
7948 .rpc_call_done = nfs4_layoutcommit_done,
7949 .rpc_release = nfs4_layoutcommit_release,
7950};
7951
7952int
Andy Adamsonef311532011-03-12 02:58:10 -05007953nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00007954{
7955 struct rpc_message msg = {
7956 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
7957 .rpc_argp = &data->args,
7958 .rpc_resp = &data->res,
7959 .rpc_cred = data->cred,
7960 };
7961 struct rpc_task_setup task_setup_data = {
7962 .task = &data->task,
7963 .rpc_client = NFS_CLIENT(data->args.inode),
7964 .rpc_message = &msg,
7965 .callback_ops = &nfs4_layoutcommit_ops,
7966 .callback_data = data,
7967 .flags = RPC_TASK_ASYNC,
7968 };
7969 struct rpc_task *task;
7970 int status = 0;
7971
7972 dprintk("NFS: %4d initiating layoutcommit call. sync %d "
7973 "lbw: %llu inode %lu\n",
7974 data->task.tk_pid, sync,
7975 data->args.lastbytewritten,
7976 data->args.inode->i_ino);
7977
Chuck Levera9c92d62013-08-09 12:48:18 -04007978 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Andy Adamson863a3c62011-03-23 13:27:54 +00007979 task = rpc_run_task(&task_setup_data);
7980 if (IS_ERR(task))
7981 return PTR_ERR(task);
Andy Adamsonef311532011-03-12 02:58:10 -05007982 if (sync == false)
Andy Adamson863a3c62011-03-23 13:27:54 +00007983 goto out;
7984 status = nfs4_wait_for_completion_rpc_task(task);
7985 if (status != 0)
7986 goto out;
7987 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007988 trace_nfs4_layoutcommit(data->args.inode, status);
Andy Adamson863a3c62011-03-23 13:27:54 +00007989out:
7990 dprintk("%s: status %d\n", __func__, status);
7991 rpc_put_task(task);
7992 return status;
7993}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007994
Andy Adamson97431202013-08-08 10:57:56 -04007995/**
7996 * Use the state managment nfs_client cl_rpcclient, which uses krb5i (if
7997 * possible) as per RFC3530bis and RFC5661 Security Considerations sections
7998 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007999static int
8000_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008001 struct nfs_fsinfo *info,
8002 struct nfs4_secinfo_flavors *flavors, bool use_integrity)
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008003{
8004 struct nfs41_secinfo_no_name_args args = {
8005 .style = SECINFO_STYLE_CURRENT_FH,
8006 };
8007 struct nfs4_secinfo_res res = {
8008 .flavors = flavors,
8009 };
8010 struct rpc_message msg = {
8011 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
8012 .rpc_argp = &args,
8013 .rpc_resp = &res,
8014 };
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008015 struct rpc_clnt *clnt = server->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008016 struct rpc_cred *cred = NULL;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008017 int status;
8018
8019 if (use_integrity) {
8020 clnt = server->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008021 cred = nfs4_get_clid_cred(server->nfs_client);
8022 msg.rpc_cred = cred;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008023 }
8024
8025 dprintk("--> %s\n", __func__);
8026 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args,
8027 &res.seq_res, 0);
8028 dprintk("<-- %s status=%d\n", __func__, status);
8029
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008030 if (cred)
8031 put_rpccred(cred);
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008032
8033 return status;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008034}
8035
8036static int
8037nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
8038 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
8039{
8040 struct nfs4_exception exception = { };
8041 int err;
8042 do {
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008043 /* first try using integrity protection */
8044 err = -NFS4ERR_WRONGSEC;
8045
8046 /* try to use integrity protection with machine cred */
8047 if (_nfs4_is_integrity_protected(server->nfs_client))
8048 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8049 flavors, true);
8050
8051 /*
8052 * if unable to use integrity protection, or SECINFO with
8053 * integrity protection returns NFS4ERR_WRONGSEC (which is
8054 * disallowed by spec, but exists in deployed servers) use
8055 * the current filesystem's rpc_client and the user cred.
8056 */
8057 if (err == -NFS4ERR_WRONGSEC)
8058 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8059 flavors, false);
8060
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008061 switch (err) {
8062 case 0:
8063 case -NFS4ERR_WRONGSEC:
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008064 case -ENOTSUPP:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008065 goto out;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008066 default:
8067 err = nfs4_handle_exception(server, err, &exception);
8068 }
8069 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008070out:
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008071 return err;
8072}
8073
8074static int
8075nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
8076 struct nfs_fsinfo *info)
8077{
8078 int err;
8079 struct page *page;
Anna Schumaker367156d2013-09-25 17:02:48 -04008080 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008081 struct nfs4_secinfo_flavors *flavors;
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008082 struct nfs4_secinfo4 *secinfo;
8083 int i;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008084
8085 page = alloc_page(GFP_KERNEL);
8086 if (!page) {
8087 err = -ENOMEM;
8088 goto out;
8089 }
8090
8091 flavors = page_address(page);
8092 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
8093
8094 /*
8095 * Fall back on "guess and check" method if
8096 * the server doesn't support SECINFO_NO_NAME
8097 */
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008098 if (err == -NFS4ERR_WRONGSEC || err == -ENOTSUPP) {
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008099 err = nfs4_find_root_sec(server, fhandle, info);
8100 goto out_freepage;
8101 }
8102 if (err)
8103 goto out_freepage;
8104
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008105 for (i = 0; i < flavors->num_flavors; i++) {
8106 secinfo = &flavors->flavors[i];
8107
8108 switch (secinfo->flavor) {
8109 case RPC_AUTH_NULL:
8110 case RPC_AUTH_UNIX:
8111 case RPC_AUTH_GSS:
8112 flavor = rpcauth_get_pseudoflavor(secinfo->flavor,
8113 &secinfo->flavor_info);
8114 break;
8115 default:
8116 flavor = RPC_AUTH_MAXFLAVOR;
8117 break;
8118 }
8119
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04008120 if (!nfs_auth_info_match(&server->auth_info, flavor))
8121 flavor = RPC_AUTH_MAXFLAVOR;
8122
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008123 if (flavor != RPC_AUTH_MAXFLAVOR) {
8124 err = nfs4_lookup_root_sec(server, fhandle,
8125 info, flavor);
8126 if (!err)
8127 break;
8128 }
8129 }
8130
8131 if (flavor == RPC_AUTH_MAXFLAVOR)
8132 err = -EPERM;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008133
8134out_freepage:
8135 put_page(page);
8136 if (err == -EACCES)
8137 return -EPERM;
8138out:
8139 return err;
8140}
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008141
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008142static int _nfs41_test_stateid(struct nfs_server *server,
8143 nfs4_stateid *stateid,
8144 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008145{
8146 int status;
8147 struct nfs41_test_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008148 .stateid = stateid,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008149 };
8150 struct nfs41_test_stateid_res res;
8151 struct rpc_message msg = {
8152 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
8153 .rpc_argp = &args,
8154 .rpc_resp = &res,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008155 .rpc_cred = cred,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008156 };
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008157 struct rpc_clnt *rpc_client = server->client;
8158
8159 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8160 &rpc_client, &msg);
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008161
Chuck Lever38527b12012-07-11 16:30:23 -04008162 dprintk("NFS call test_stateid %p\n", stateid);
Chuck Levera9c92d62013-08-09 12:48:18 -04008163 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008164 nfs4_set_sequence_privileged(&args.seq_args);
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008165 status = nfs4_call_sync_sequence(rpc_client, server, &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008166 &args.seq_args, &res.seq_res);
Chuck Lever38527b12012-07-11 16:30:23 -04008167 if (status != NFS_OK) {
8168 dprintk("NFS reply test_stateid: failed, %d\n", status);
Chuck Lever377e5072012-07-11 16:29:45 -04008169 return status;
Chuck Lever38527b12012-07-11 16:30:23 -04008170 }
8171 dprintk("NFS reply test_stateid: succeeded, %d\n", -res.status);
Chuck Lever377e5072012-07-11 16:29:45 -04008172 return -res.status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04008173}
8174
Chuck Lever38527b12012-07-11 16:30:23 -04008175/**
8176 * nfs41_test_stateid - perform a TEST_STATEID operation
8177 *
8178 * @server: server / transport on which to perform the operation
8179 * @stateid: state ID to test
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008180 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008181 *
8182 * Returns NFS_OK if the server recognizes that "stateid" is valid.
8183 * Otherwise a negative NFS4ERR value is returned if the operation
8184 * failed or the state ID is not currently valid.
8185 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008186static int nfs41_test_stateid(struct nfs_server *server,
8187 nfs4_stateid *stateid,
8188 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008189{
8190 struct nfs4_exception exception = { };
8191 int err;
8192 do {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008193 err = _nfs41_test_stateid(server, stateid, cred);
Chuck Lever377e5072012-07-11 16:29:45 -04008194 if (err != -NFS4ERR_DELAY)
8195 break;
8196 nfs4_handle_exception(server, err, &exception);
Bryan Schumaker7d974792011-06-02 14:59:08 -04008197 } while (exception.retry);
8198 return err;
8199}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008200
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008201struct nfs_free_stateid_data {
8202 struct nfs_server *server;
8203 struct nfs41_free_stateid_args args;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008204 struct nfs41_free_stateid_res res;
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008205};
8206
8207static void nfs41_free_stateid_prepare(struct rpc_task *task, void *calldata)
8208{
8209 struct nfs_free_stateid_data *data = calldata;
8210 nfs41_setup_sequence(nfs4_get_session(data->server),
8211 &data->args.seq_args,
8212 &data->res.seq_res,
8213 task);
8214}
8215
8216static void nfs41_free_stateid_done(struct rpc_task *task, void *calldata)
8217{
8218 struct nfs_free_stateid_data *data = calldata;
8219
8220 nfs41_sequence_done(task, &data->res.seq_res);
8221
8222 switch (task->tk_status) {
8223 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10008224 if (nfs4_async_handle_error(task, data->server, NULL, NULL) == -EAGAIN)
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008225 rpc_restart_call_prepare(task);
8226 }
8227}
8228
8229static void nfs41_free_stateid_release(void *calldata)
8230{
8231 kfree(calldata);
8232}
8233
Trond Myklebust17f26b12013-08-21 15:48:42 -04008234static const struct rpc_call_ops nfs41_free_stateid_ops = {
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008235 .rpc_call_prepare = nfs41_free_stateid_prepare,
8236 .rpc_call_done = nfs41_free_stateid_done,
8237 .rpc_release = nfs41_free_stateid_release,
8238};
8239
8240static struct rpc_task *_nfs41_free_stateid(struct nfs_server *server,
8241 nfs4_stateid *stateid,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008242 struct rpc_cred *cred,
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008243 bool privileged)
8244{
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008245 struct rpc_message msg = {
8246 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008247 .rpc_cred = cred,
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008248 };
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008249 struct rpc_task_setup task_setup = {
8250 .rpc_client = server->client,
8251 .rpc_message = &msg,
8252 .callback_ops = &nfs41_free_stateid_ops,
8253 .flags = RPC_TASK_ASYNC,
8254 };
8255 struct nfs_free_stateid_data *data;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008256
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008257 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8258 &task_setup.rpc_client, &msg);
8259
Chuck Lever38527b12012-07-11 16:30:23 -04008260 dprintk("NFS call free_stateid %p\n", stateid);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008261 data = kmalloc(sizeof(*data), GFP_NOFS);
8262 if (!data)
8263 return ERR_PTR(-ENOMEM);
8264 data->server = server;
8265 nfs4_stateid_copy(&data->args.stateid, stateid);
8266
8267 task_setup.callback_data = data;
8268
8269 msg.rpc_argp = &data->args;
8270 msg.rpc_resp = &data->res;
Chuck Levera9c92d62013-08-09 12:48:18 -04008271 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008272 if (privileged)
8273 nfs4_set_sequence_privileged(&data->args.seq_args);
8274
8275 return rpc_run_task(&task_setup);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008276}
8277
Chuck Lever38527b12012-07-11 16:30:23 -04008278/**
8279 * nfs41_free_stateid - perform a FREE_STATEID operation
8280 *
8281 * @server: server / transport on which to perform the operation
8282 * @stateid: state ID to release
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008283 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008284 *
8285 * Returns NFS_OK if the server freed "stateid". Otherwise a
8286 * negative NFS4ERR value is returned.
8287 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008288static int nfs41_free_stateid(struct nfs_server *server,
8289 nfs4_stateid *stateid,
8290 struct rpc_cred *cred)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008291{
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008292 struct rpc_task *task;
8293 int ret;
8294
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008295 task = _nfs41_free_stateid(server, stateid, cred, true);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008296 if (IS_ERR(task))
8297 return PTR_ERR(task);
8298 ret = rpc_wait_for_completion_task(task);
8299 if (!ret)
8300 ret = task->tk_status;
8301 rpc_put_task(task);
8302 return ret;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008303}
Trond Myklebust36281ca2012-03-04 18:13:56 -05008304
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008305static void
8306nfs41_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008307{
8308 struct rpc_task *task;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008309 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008310
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008311 task = _nfs41_free_stateid(server, &lsp->ls_stateid, cred, false);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008312 nfs4_free_lock_state(server, lsp);
8313 if (IS_ERR(task))
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008314 return;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008315 rpc_put_task(task);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008316}
8317
Trond Myklebust36281ca2012-03-04 18:13:56 -05008318static bool nfs41_match_stateid(const nfs4_stateid *s1,
8319 const nfs4_stateid *s2)
8320{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008321 if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008322 return false;
8323
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008324 if (s1->seqid == s2->seqid)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008325 return true;
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008326 if (s1->seqid == 0 || s2->seqid == 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008327 return true;
8328
8329 return false;
8330}
8331
Andy Adamson557134a2009-04-01 09:21:53 -04008332#endif /* CONFIG_NFS_V4_1 */
8333
Trond Myklebust36281ca2012-03-04 18:13:56 -05008334static bool nfs4_match_stateid(const nfs4_stateid *s1,
8335 const nfs4_stateid *s2)
8336{
Trond Myklebustf597c532012-03-04 18:13:56 -05008337 return nfs4_stateid_match(s1, s2);
Trond Myklebust36281ca2012-03-04 18:13:56 -05008338}
8339
8340
Trond Myklebust17280172012-03-11 13:11:00 -04008341static const struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008342 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008343 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008344 .recover_open = nfs4_open_reclaim,
8345 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04008346 .establish_clid = nfs4_init_clientid,
Chuck Lever05f4c352012-09-14 17:24:32 -04008347 .detect_trunking = nfs40_discover_server_trunking,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008348};
8349
Andy Adamson591d71c2009-04-01 09:22:47 -04008350#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008351static const struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008352 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
8353 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
8354 .recover_open = nfs4_open_reclaim,
8355 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05008356 .establish_clid = nfs41_init_clientid,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05008357 .reclaim_complete = nfs41_proc_reclaim_complete,
Chuck Lever05f4c352012-09-14 17:24:32 -04008358 .detect_trunking = nfs41_discover_server_trunking,
Andy Adamson591d71c2009-04-01 09:22:47 -04008359};
8360#endif /* CONFIG_NFS_V4_1 */
8361
Trond Myklebust17280172012-03-11 13:11:00 -04008362static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008363 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008364 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03008365 .recover_open = nfs40_open_expired,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008366 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04008367 .establish_clid = nfs4_init_clientid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008368};
8369
Andy Adamson591d71c2009-04-01 09:22:47 -04008370#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008371static const struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008372 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
8373 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04008374 .recover_open = nfs41_open_expired,
8375 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05008376 .establish_clid = nfs41_init_clientid,
Andy Adamson591d71c2009-04-01 09:22:47 -04008377};
8378#endif /* CONFIG_NFS_V4_1 */
8379
Trond Myklebust17280172012-03-11 13:11:00 -04008380static const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008381 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04008382 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008383 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04008384};
8385
8386#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008387static const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008388 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04008389 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008390 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04008391};
8392#endif
8393
Chuck Leverec011fe2013-10-17 14:12:39 -04008394static const struct nfs4_mig_recovery_ops nfs40_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008395 .get_locations = _nfs40_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008396 .fsid_present = _nfs40_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008397};
8398
8399#if defined(CONFIG_NFS_V4_1)
8400static const struct nfs4_mig_recovery_ops nfs41_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008401 .get_locations = _nfs41_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008402 .fsid_present = _nfs41_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008403};
8404#endif /* CONFIG_NFS_V4_1 */
8405
Trond Myklebust97dc1352010-06-16 09:52:26 -04008406static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
8407 .minor_version = 0,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008408 .init_caps = NFS_CAP_READDIRPLUS
8409 | NFS_CAP_ATOMIC_OPEN
8410 | NFS_CAP_CHANGE_ATTR
8411 | NFS_CAP_POSIX_LOCK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008412 .init_client = nfs40_init_client,
8413 .shutdown_client = nfs40_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008414 .match_stateid = nfs4_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008415 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008416 .free_lock_state = nfs4_release_lockowner,
Chuck Lever9915ea72013-08-09 12:48:27 -04008417 .call_sync_ops = &nfs40_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008418 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
8419 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
8420 .state_renewal_ops = &nfs40_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008421 .mig_recovery_ops = &nfs40_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008422};
8423
8424#if defined(CONFIG_NFS_V4_1)
8425static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
8426 .minor_version = 1,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008427 .init_caps = NFS_CAP_READDIRPLUS
8428 | NFS_CAP_ATOMIC_OPEN
8429 | NFS_CAP_CHANGE_ATTR
Trond Myklebust3b664862013-03-17 15:31:15 -04008430 | NFS_CAP_POSIX_LOCK
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04008431 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008432 | NFS_CAP_ATOMIC_OPEN_V1,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008433 .init_client = nfs41_init_client,
8434 .shutdown_client = nfs41_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008435 .match_stateid = nfs41_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008436 .find_root_sec = nfs41_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008437 .free_lock_state = nfs41_free_lock_state,
Chuck Lever9915ea72013-08-09 12:48:27 -04008438 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008439 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8440 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8441 .state_renewal_ops = &nfs41_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008442 .mig_recovery_ops = &nfs41_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008443};
8444#endif
8445
Steve Dickson42c2c422013-05-22 12:50:38 -04008446#if defined(CONFIG_NFS_V4_2)
8447static const struct nfs4_minor_version_ops nfs_v4_2_minor_ops = {
8448 .minor_version = 2,
Bryan Schumaker70173102013-06-19 13:41:43 -04008449 .init_caps = NFS_CAP_READDIRPLUS
8450 | NFS_CAP_ATOMIC_OPEN
8451 | NFS_CAP_CHANGE_ATTR
8452 | NFS_CAP_POSIX_LOCK
8453 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008454 | NFS_CAP_ATOMIC_OPEN_V1
Anna Schumakerf4ac1672014-11-25 13:18:15 -05008455 | NFS_CAP_ALLOCATE
Anna Schumaker624bd5b2014-11-25 13:18:16 -05008456 | NFS_CAP_DEALLOCATE
Anna Schumakere9831202014-10-22 15:53:10 -04008457 | NFS_CAP_SEEK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008458 .init_client = nfs41_init_client,
8459 .shutdown_client = nfs41_shutdown_client,
Steve Dickson42c2c422013-05-22 12:50:38 -04008460 .match_stateid = nfs41_match_stateid,
8461 .find_root_sec = nfs41_find_root_sec,
Bryan Schumaker70173102013-06-19 13:41:43 -04008462 .free_lock_state = nfs41_free_lock_state,
Chuck Lever9915ea72013-08-09 12:48:27 -04008463 .call_sync_ops = &nfs41_call_sync_ops,
Steve Dickson42c2c422013-05-22 12:50:38 -04008464 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8465 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8466 .state_renewal_ops = &nfs41_state_renewal_ops,
8467};
8468#endif
8469
Trond Myklebust97dc1352010-06-16 09:52:26 -04008470const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
8471 [0] = &nfs_v4_0_minor_ops,
8472#if defined(CONFIG_NFS_V4_1)
8473 [1] = &nfs_v4_1_minor_ops,
8474#endif
Steve Dickson42c2c422013-05-22 12:50:38 -04008475#if defined(CONFIG_NFS_V4_2)
8476 [2] = &nfs_v4_2_minor_ops,
8477#endif
Trond Myklebust97dc1352010-06-16 09:52:26 -04008478};
8479
Trond Myklebust17f26b12013-08-21 15:48:42 -04008480static const struct inode_operations nfs4_dir_inode_operations = {
Bryan Schumaker73a79702012-07-16 16:39:12 -04008481 .create = nfs_create,
8482 .lookup = nfs_lookup,
8483 .atomic_open = nfs_atomic_open,
8484 .link = nfs_link,
8485 .unlink = nfs_unlink,
8486 .symlink = nfs_symlink,
8487 .mkdir = nfs_mkdir,
8488 .rmdir = nfs_rmdir,
8489 .mknod = nfs_mknod,
8490 .rename = nfs_rename,
8491 .permission = nfs_permission,
8492 .getattr = nfs_getattr,
8493 .setattr = nfs_setattr,
8494 .getxattr = generic_getxattr,
8495 .setxattr = generic_setxattr,
8496 .listxattr = generic_listxattr,
8497 .removexattr = generic_removexattr,
8498};
8499
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08008500static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008501 .permission = nfs_permission,
8502 .getattr = nfs_getattr,
8503 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008504 .getxattr = generic_getxattr,
8505 .setxattr = generic_setxattr,
8506 .listxattr = generic_listxattr,
8507 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008508};
8509
David Howells509de812006-08-22 20:06:11 -04008510const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07008511 .version = 4, /* protocol version */
8512 .dentry_ops = &nfs4_dentry_operations,
8513 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008514 .file_inode_ops = &nfs4_file_inode_operations,
Jeff Layton1788ea62011-11-04 13:31:21 -04008515 .file_ops = &nfs4_file_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008516 .getroot = nfs4_proc_get_root,
Bryan Schumaker281cad42012-04-27 13:27:45 -04008517 .submount = nfs4_submount,
Bryan Schumakerff9099f22012-07-30 16:05:18 -04008518 .try_mount = nfs4_try_mount,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008519 .getattr = nfs4_proc_getattr,
8520 .setattr = nfs4_proc_setattr,
8521 .lookup = nfs4_proc_lookup,
8522 .access = nfs4_proc_access,
8523 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008524 .create = nfs4_proc_create,
8525 .remove = nfs4_proc_remove,
8526 .unlink_setup = nfs4_proc_unlink_setup,
Bryan Schumaker34e137c2012-03-19 14:54:41 -04008527 .unlink_rpc_prepare = nfs4_proc_unlink_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008528 .unlink_done = nfs4_proc_unlink_done,
Jeff Laytond3d41522010-09-17 17:31:57 -04008529 .rename_setup = nfs4_proc_rename_setup,
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04008530 .rename_rpc_prepare = nfs4_proc_rename_rpc_prepare,
Jeff Laytond3d41522010-09-17 17:31:57 -04008531 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008532 .link = nfs4_proc_link,
8533 .symlink = nfs4_proc_symlink,
8534 .mkdir = nfs4_proc_mkdir,
8535 .rmdir = nfs4_proc_remove,
8536 .readdir = nfs4_proc_readdir,
8537 .mknod = nfs4_proc_mknod,
8538 .statfs = nfs4_proc_statfs,
8539 .fsinfo = nfs4_proc_fsinfo,
8540 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04008541 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008542 .decode_dirent = nfs4_decode_dirent,
Anna Schumakera4cdda52014-05-06 09:12:31 -04008543 .pgio_rpc_prepare = nfs4_proc_pgio_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008544 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05008545 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008546 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008547 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008548 .commit_setup = nfs4_proc_commit_setup,
Fred Isaman0b7c0152012-04-20 14:47:39 -04008549 .commit_rpc_prepare = nfs4_proc_commit_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008550 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008551 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00008552 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04008553 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04008554 .open_context = nfs4_atomic_open,
Bryan Schumaker011e2a72012-06-20 15:53:43 -04008555 .have_delegation = nfs4_have_delegation,
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04008556 .return_delegation = nfs4_inode_return_delegation,
Bryan Schumaker6663ee72012-06-20 15:53:46 -04008557 .alloc_client = nfs4_alloc_client,
Andy Adamson45a52a02011-03-01 01:34:08 +00008558 .init_client = nfs4_init_client,
Bryan Schumakercdb7ece2012-06-20 15:53:45 -04008559 .free_client = nfs4_free_client,
Bryan Schumaker1179acc2012-07-30 16:05:19 -04008560 .create_server = nfs4_create_server,
8561 .clone_server = nfs_clone_server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008562};
8563
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008564static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
8565 .prefix = XATTR_NAME_NFSV4_ACL,
8566 .list = nfs4_xattr_list_nfs4_acl,
8567 .get = nfs4_xattr_get_nfs4_acl,
8568 .set = nfs4_xattr_set_nfs4_acl,
8569};
8570
8571const struct xattr_handler *nfs4_xattr_handlers[] = {
8572 &nfs4_xattr_nfs4_acl_handler,
David Quigleyc9bccef2013-05-22 12:50:45 -04008573#ifdef CONFIG_NFS_V4_SECURITY_LABEL
8574 &nfs4_xattr_nfs4_label_handler,
8575#endif
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008576 NULL
8577};
8578
Linus Torvalds1da177e2005-04-16 15:20:36 -07008579/*
8580 * Local variables:
8581 * c-basic-offset: 8
8582 * End:
8583 */