blob: 282d9fa6994af716a44a0c9792a205f776713f95 [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
69#define NFSDBG_FACILITY NFSDBG_PROC
70
Trond Myklebust2066fe82006-09-15 08:30:46 -040071#define NFS4_POLL_RETRY_MIN (HZ/10)
Linus Torvalds1da177e2005-04-16 15:20:36 -070072#define NFS4_POLL_RETRY_MAX (15*HZ)
73
Trond Myklebustcdd4e682006-01-03 09:55:12 +010074struct nfs4_opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +010075static int _nfs4_proc_open(struct nfs4_opendata *data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -080076static int _nfs4_recover_proc_open(struct nfs4_opendata *data);
Linus Torvalds1da177e2005-04-16 15:20:36 -070077static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
Trond Myklebust9e33bed2008-12-23 15:21:46 -050078static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *);
Chuck Lever81934dd2012-03-01 17:01:57 -050079static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr);
Bryan Schumakerbae36242012-05-10 15:07:31 -040080static int nfs4_proc_getattr(struct nfs_server *, struct nfs_fh *, struct nfs_fattr *);
Trond Myklebust99367812007-07-17 21:52:41 -040081static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
Trond Myklebust0ab64e02010-04-16 16:22:51 -040082static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
83 struct nfs_fattr *fattr, struct iattr *sattr,
84 struct nfs4_state *state);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040085#ifdef CONFIG_NFS_V4_1
Bryan Schumaker1cab0652012-01-31 10:39:29 -050086static int nfs41_test_stateid(struct nfs_server *, nfs4_stateid *);
87static int nfs41_free_stateid(struct nfs_server *, nfs4_stateid *);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040088#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070089/* Prevent leaks of NFSv4 errors into userland */
WANG Cong46f72f52008-12-30 16:35:55 -050090static int nfs4_map_errors(int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -070091{
Trond Myklebust52567b02009-10-23 14:46:42 -040092 if (err >= -1000)
93 return err;
94 switch (err) {
95 case -NFS4ERR_RESOURCE:
Weston Andros Adamson30005122013-02-28 20:30:10 -050096 case -NFS4ERR_LAYOUTTRYLATER:
97 case -NFS4ERR_RECALLCONFLICT:
Trond Myklebust52567b02009-10-23 14:46:42 -040098 return -EREMOTEIO;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +000099 case -NFS4ERR_WRONGSEC:
100 return -EPERM;
Trond Myklebust3ddeb7c2011-02-22 15:44:31 -0800101 case -NFS4ERR_BADOWNER:
102 case -NFS4ERR_BADNAME:
103 return -EINVAL;
Trond Myklebustfb13bfa2012-05-28 11:36:28 -0400104 case -NFS4ERR_SHARE_DENIED:
105 return -EACCES;
Steve Dicksonf25efd82012-06-06 14:12:07 -0400106 case -NFS4ERR_MINOR_VERS_MISMATCH:
107 return -EPROTONOSUPPORT;
Weston Andros Adamson6168f622012-09-10 14:00:46 -0400108 case -NFS4ERR_ACCESS:
109 return -EACCES;
Trond Myklebust6e3cf242013-03-23 15:22:45 -0400110 case -NFS4ERR_FILE_OPEN:
111 return -EBUSY;
Trond Myklebust52567b02009-10-23 14:46:42 -0400112 default:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -0700114 __func__, -err);
Trond Myklebust52567b02009-10-23 14:46:42 -0400115 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116 }
Trond Myklebust52567b02009-10-23 14:46:42 -0400117 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118}
119
120/*
121 * This is our standard bitmap for GETATTR requests.
122 */
Trond Myklebust1549210f2012-06-05 09:16:47 -0400123const u32 nfs4_fattr_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124 FATTR4_WORD0_TYPE
125 | FATTR4_WORD0_CHANGE
126 | FATTR4_WORD0_SIZE
127 | FATTR4_WORD0_FSID
128 | FATTR4_WORD0_FILEID,
129 FATTR4_WORD1_MODE
130 | FATTR4_WORD1_NUMLINKS
131 | FATTR4_WORD1_OWNER
132 | FATTR4_WORD1_OWNER_GROUP
133 | FATTR4_WORD1_RAWDEV
134 | FATTR4_WORD1_SPACE_USED
135 | FATTR4_WORD1_TIME_ACCESS
136 | FATTR4_WORD1_TIME_METADATA
137 | FATTR4_WORD1_TIME_MODIFY
138};
139
Trond Myklebust1549210f2012-06-05 09:16:47 -0400140static const u32 nfs4_pnfs_open_bitmap[3] = {
141 FATTR4_WORD0_TYPE
142 | FATTR4_WORD0_CHANGE
143 | FATTR4_WORD0_SIZE
144 | FATTR4_WORD0_FSID
145 | FATTR4_WORD0_FILEID,
146 FATTR4_WORD1_MODE
147 | FATTR4_WORD1_NUMLINKS
148 | FATTR4_WORD1_OWNER
149 | FATTR4_WORD1_OWNER_GROUP
150 | FATTR4_WORD1_RAWDEV
151 | FATTR4_WORD1_SPACE_USED
152 | FATTR4_WORD1_TIME_ACCESS
153 | FATTR4_WORD1_TIME_METADATA
154 | FATTR4_WORD1_TIME_MODIFY,
155 FATTR4_WORD2_MDSTHRESHOLD
156};
157
Andy Adamsone23008e2012-10-02 21:07:32 -0400158static const u32 nfs4_open_noattr_bitmap[3] = {
159 FATTR4_WORD0_TYPE
160 | FATTR4_WORD0_CHANGE
161 | FATTR4_WORD0_FILEID,
162};
163
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164const u32 nfs4_statfs_bitmap[2] = {
165 FATTR4_WORD0_FILES_AVAIL
166 | FATTR4_WORD0_FILES_FREE
167 | FATTR4_WORD0_FILES_TOTAL,
168 FATTR4_WORD1_SPACE_AVAIL
169 | FATTR4_WORD1_SPACE_FREE
170 | FATTR4_WORD1_SPACE_TOTAL
171};
172
Trond Myklebust4ce79712005-06-22 17:16:21 +0000173const u32 nfs4_pathconf_bitmap[2] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174 FATTR4_WORD0_MAXLINK
175 | FATTR4_WORD0_MAXNAME,
176 0
177};
178
Fred Isamandae100c2011-07-30 20:52:37 -0400179const u32 nfs4_fsinfo_bitmap[3] = { FATTR4_WORD0_MAXFILESIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180 | FATTR4_WORD0_MAXREAD
181 | FATTR4_WORD0_MAXWRITE
182 | FATTR4_WORD0_LEASE_TIME,
Ricardo Labiaga55b6e772010-10-12 16:30:06 -0700183 FATTR4_WORD1_TIME_DELTA
Fred Isamandae100c2011-07-30 20:52:37 -0400184 | FATTR4_WORD1_FS_LAYOUT_TYPES,
185 FATTR4_WORD2_LAYOUT_BLKSIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186};
187
Manoj Naik830b8e32006-06-09 09:34:25 -0400188const u32 nfs4_fs_locations_bitmap[2] = {
189 FATTR4_WORD0_TYPE
190 | FATTR4_WORD0_CHANGE
191 | FATTR4_WORD0_SIZE
192 | FATTR4_WORD0_FSID
193 | FATTR4_WORD0_FILEID
194 | FATTR4_WORD0_FS_LOCATIONS,
195 FATTR4_WORD1_MODE
196 | FATTR4_WORD1_NUMLINKS
197 | FATTR4_WORD1_OWNER
198 | FATTR4_WORD1_OWNER_GROUP
199 | FATTR4_WORD1_RAWDEV
200 | FATTR4_WORD1_SPACE_USED
201 | FATTR4_WORD1_TIME_ACCESS
202 | FATTR4_WORD1_TIME_METADATA
203 | FATTR4_WORD1_TIME_MODIFY
204 | FATTR4_WORD1_MOUNTED_ON_FILEID
205};
206
Al Virobc4785c2006-10-19 23:28:51 -0700207static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 struct nfs4_readdir_arg *readdir)
209{
Al Viro0dbb4c62006-10-19 23:28:49 -0700210 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000213 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700214 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
215 return;
216 }
217
218 readdir->cookie = 0;
219 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
220 if (cookie == 2)
221 return;
222
223 /*
224 * NFSv4 servers do not return entries for '.' and '..'
225 * Therefore, we fake these entries here. We let '.'
226 * have cookie 0 and '..' have cookie 1. Note that
227 * when talking to the server, we always send cookie 0
228 * instead of 1 or 2.
229 */
Cong Wang2b86ce22011-11-25 23:14:33 +0800230 start = p = kmap_atomic(*readdir->pages);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231
232 if (cookie == 0) {
233 *p++ = xdr_one; /* next */
234 *p++ = xdr_zero; /* cookie, first word */
235 *p++ = xdr_one; /* cookie, second word */
236 *p++ = xdr_one; /* entry len */
237 memcpy(p, ".\0\0\0", 4); /* entry */
238 p++;
239 *p++ = xdr_one; /* bitmap length */
240 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
241 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400242 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243 }
244
245 *p++ = xdr_one; /* next */
246 *p++ = xdr_zero; /* cookie, first word */
247 *p++ = xdr_two; /* cookie, second word */
248 *p++ = xdr_two; /* entry len */
249 memcpy(p, "..\0\0", 4); /* entry */
250 p++;
251 *p++ = xdr_one; /* bitmap length */
252 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
253 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400254 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255
256 readdir->pgbase = (char *)p - (char *)start;
257 readdir->count -= readdir->pgbase;
Cong Wang2b86ce22011-11-25 23:14:33 +0800258 kunmap_atomic(start);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700259}
260
Trond Myklebust65de8722008-12-23 15:21:44 -0500261static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
262{
263 int res = 0;
264
265 might_sleep();
266
267 if (*timeout <= 0)
268 *timeout = NFS4_POLL_RETRY_MIN;
269 if (*timeout > NFS4_POLL_RETRY_MAX)
270 *timeout = NFS4_POLL_RETRY_MAX;
Jeff Laytond3103102011-12-01 22:44:39 +0100271 freezable_schedule_timeout_killable(*timeout);
Trond Myklebust65de8722008-12-23 15:21:44 -0500272 if (fatal_signal_pending(current))
273 res = -ERESTARTSYS;
274 *timeout <<= 1;
275 return res;
276}
277
278/* This is the error handling routine for processes that are allowed
279 * to sleep.
280 */
Trond Myklebustb064eca22011-02-22 15:44:32 -0800281static int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
Trond Myklebust65de8722008-12-23 15:21:44 -0500282{
283 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500284 struct nfs4_state *state = exception->state;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500285 struct inode *inode = exception->inode;
Trond Myklebust65de8722008-12-23 15:21:44 -0500286 int ret = errorcode;
287
288 exception->retry = 0;
289 switch(errorcode) {
290 case 0:
291 return 0;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500292 case -NFS4ERR_OPENMODE:
Bryan Schumaker011e2a72012-06-20 15:53:43 -0400293 if (inode && nfs4_have_delegation(inode, FMODE_READ)) {
Bryan Schumaker57ec14c2012-06-20 15:53:44 -0400294 nfs4_inode_return_delegation(inode);
Trond Myklebust3114ea72012-03-07 16:39:06 -0500295 exception->retry = 1;
296 return 0;
297 }
298 if (state == NULL)
299 break;
Trond Myklebust5d422302013-03-14 16:57:48 -0400300 ret = nfs4_schedule_stateid_recovery(server, state);
301 if (ret < 0)
302 break;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500303 goto wait_on_recovery;
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -0500304 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500305 case -NFS4ERR_ADMIN_REVOKED:
306 case -NFS4ERR_BAD_STATEID:
Trond Myklebustb570a972013-04-12 15:04:51 -0400307 if (inode != NULL && nfs4_have_delegation(inode, FMODE_READ)) {
308 nfs_remove_bad_delegation(inode);
309 exception->retry = 1;
310 break;
311 }
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500312 if (state == NULL)
313 break;
Trond Myklebust5d422302013-03-14 16:57:48 -0400314 ret = nfs4_schedule_stateid_recovery(server, state);
315 if (ret < 0)
316 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500317 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -0400318 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -0400319 if (state != NULL) {
320 ret = nfs4_schedule_stateid_recovery(server, state);
321 if (ret < 0)
322 break;
323 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500324 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500325 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500326 nfs4_schedule_lease_recovery(clp);
327 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500328#if defined(CONFIG_NFS_V4_1)
Andy Adamson4745e312009-04-01 09:22:42 -0400329 case -NFS4ERR_BADSESSION:
330 case -NFS4ERR_BADSLOT:
331 case -NFS4ERR_BAD_HIGH_SLOT:
332 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
333 case -NFS4ERR_DEADSESSION:
334 case -NFS4ERR_SEQ_FALSE_RETRY:
335 case -NFS4ERR_SEQ_MISORDERED:
336 dprintk("%s ERROR: %d Reset session\n", __func__,
337 errorcode);
Trond Myklebust9f594792012-05-27 13:02:53 -0400338 nfs4_schedule_session_recovery(clp->cl_session, errorcode);
Bryan Schumaker399f11c2012-10-30 16:06:35 -0400339 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500340#endif /* defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500341 case -NFS4ERR_FILE_OPEN:
NeilBrown44ed3552009-12-03 15:58:56 -0500342 if (exception->timeout > HZ) {
343 /* We have retried a decent amount, time to
344 * fail
345 */
346 ret = -EBUSY;
347 break;
348 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500349 case -NFS4ERR_GRACE:
350 case -NFS4ERR_DELAY:
351 ret = nfs4_delay(server->client, &exception->timeout);
352 if (ret != 0)
353 break;
Andy Adamsona8a4ae32011-05-03 13:43:03 -0400354 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebust65de8722008-12-23 15:21:44 -0500355 case -NFS4ERR_OLD_STATEID:
356 exception->retry = 1;
Trond Myklebustb064eca22011-02-22 15:44:32 -0800357 break;
358 case -NFS4ERR_BADOWNER:
359 /* The following works around a Linux server bug! */
360 case -NFS4ERR_BADNAME:
361 if (server->caps & NFS_CAP_UIDGID_NOMAP) {
362 server->caps &= ~NFS_CAP_UIDGID_NOMAP;
363 exception->retry = 1;
364 printk(KERN_WARNING "NFS: v4 server %s "
365 "does not accept raw "
366 "uid/gids. "
367 "Reenabling the idmapper.\n",
368 server->nfs_client->cl_hostname);
369 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500370 }
371 /* We failed to handle the error */
372 return nfs4_map_errors(ret);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500373wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500374 ret = nfs4_wait_clnt_recover(clp);
375 if (ret == 0)
376 exception->retry = 1;
377 return ret;
Trond Myklebust65de8722008-12-23 15:21:44 -0500378}
379
380
Trond Myklebust452e9352010-07-31 14:29:06 -0400381static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383 spin_lock(&clp->cl_lock);
384 if (time_before(clp->cl_last_renewal,timestamp))
385 clp->cl_last_renewal = timestamp;
386 spin_unlock(&clp->cl_lock);
387}
388
Trond Myklebust452e9352010-07-31 14:29:06 -0400389static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
390{
391 do_renew_lease(server->nfs_client, timestamp);
392}
393
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400394#if defined(CONFIG_NFS_V4_1)
395
Trond Myklebustd185a332010-06-16 09:52:25 -0400396static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res)
Andy Adamson13615872009-04-01 09:22:17 -0400397{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500398 struct nfs4_session *session;
Andy Adamson13615872009-04-01 09:22:17 -0400399 struct nfs4_slot_table *tbl;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500400 bool send_new_highest_used_slotid = false;
Andy Adamson13615872009-04-01 09:22:17 -0400401
Benny Halevydfb4f3092010-09-24 09:17:01 -0400402 if (!res->sr_slot) {
Andy Adamson13615872009-04-01 09:22:17 -0400403 /* just wake up the next guy waiting since
404 * we may have not consumed a slot after all */
Andy Adamson691daf32009-12-04 15:55:39 -0500405 dprintk("%s: No slot\n", __func__);
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500406 return;
Andy Adamson13615872009-04-01 09:22:17 -0400407 }
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500408 tbl = res->sr_slot->table;
409 session = tbl->session;
Andy Adamsonea028ac2009-12-04 15:55:38 -0500410
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500411 spin_lock(&tbl->slot_tbl_lock);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500412 /* Be nice to the server: try to ensure that the last transmitted
413 * value for highest_user_slotid <= target_highest_slotid
414 */
415 if (tbl->highest_used_slotid > tbl->target_highest_slotid)
416 send_new_highest_used_slotid = true;
417
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500418 if (nfs41_wake_and_assign_slot(tbl, res->sr_slot)) {
419 send_new_highest_used_slotid = false;
420 goto out_unlock;
421 }
Trond Myklebustf4af6e2a2012-11-20 14:17:32 -0500422 nfs4_free_slot(tbl, res->sr_slot);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500423
424 if (tbl->highest_used_slotid != NFS4_NO_SLOT)
425 send_new_highest_used_slotid = false;
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500426out_unlock:
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500427 spin_unlock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400428 res->sr_slot = NULL;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500429 if (send_new_highest_used_slotid)
430 nfs41_server_notify_highest_slotid_update(session->clp);
Andy Adamson13615872009-04-01 09:22:17 -0400431}
432
Trond Myklebust14516c32010-07-31 14:29:06 -0400433static int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Andy Adamsonb0df8062009-04-01 09:22:18 -0400434{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500435 struct nfs4_session *session;
Trond Myklebust933602e2012-11-16 12:12:38 -0500436 struct nfs4_slot *slot;
Trond Myklebust14516c32010-07-31 14:29:06 -0400437 struct nfs_client *clp;
Trond Myklebustac20d162012-12-15 15:36:07 -0500438 bool interrupted = false;
Trond Myklebust85563072012-12-11 10:31:12 -0500439 int ret = 1;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400440
Bryan Schumaker468f8612011-04-18 15:57:32 -0400441 /* don't increment the sequence number if the task wasn't sent */
442 if (!RPC_WAS_SENT(task))
Andy Adamsonb0df8062009-04-01 09:22:18 -0400443 goto out;
444
Trond Myklebust933602e2012-11-16 12:12:38 -0500445 slot = res->sr_slot;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500446 session = slot->table->session;
Trond Myklebust933602e2012-11-16 12:12:38 -0500447
Trond Myklebustac20d162012-12-15 15:36:07 -0500448 if (slot->interrupted) {
449 slot->interrupted = 0;
450 interrupted = true;
451 }
452
Andy Adamson691daf32009-12-04 15:55:39 -0500453 /* Check the SEQUENCE operation status */
Trond Myklebust14516c32010-07-31 14:29:06 -0400454 switch (res->sr_status) {
455 case 0:
Andy Adamsonb0df8062009-04-01 09:22:18 -0400456 /* Update the slot's sequence and clientid lease timer */
Trond Myklebust933602e2012-11-16 12:12:38 -0500457 ++slot->seq_nr;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500458 clp = session->clp;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500459 do_renew_lease(clp, res->sr_timestamp);
Alexandros Batsakis0629e372009-12-05 13:46:14 -0500460 /* Check sequence flags */
Trond Myklebustb4410c22011-03-09 16:00:55 -0500461 if (res->sr_status_flags != 0)
462 nfs4_schedule_lease_recovery(clp);
Trond Myklebust464ee9f2012-11-20 12:49:27 -0500463 nfs41_update_target_slotid(slot->table, slot, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400464 break;
Trond Myklebustac20d162012-12-15 15:36:07 -0500465 case 1:
466 /*
467 * sr_status remains 1 if an RPC level error occurred.
468 * The server may or may not have processed the sequence
469 * operation..
470 * Mark the slot as having hosted an interrupted RPC call.
471 */
472 slot->interrupted = 1;
473 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400474 case -NFS4ERR_DELAY:
475 /* The server detected a resend of the RPC call and
476 * returned NFS4ERR_DELAY as per Section 2.10.6.2
477 * of RFC5661.
478 */
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500479 dprintk("%s: slot=%u seq=%u: Operation in progress\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400480 __func__,
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500481 slot->slot_nr,
Trond Myklebust933602e2012-11-16 12:12:38 -0500482 slot->seq_nr);
Trond Myklebust14516c32010-07-31 14:29:06 -0400483 goto out_retry;
Trond Myklebust85563072012-12-11 10:31:12 -0500484 case -NFS4ERR_BADSLOT:
485 /*
486 * The slot id we used was probably retired. Try again
487 * using a different slot id.
488 */
Trond Myklebuste8794442012-12-15 13:56:18 -0500489 goto retry_nowait;
490 case -NFS4ERR_SEQ_MISORDERED:
491 /*
Trond Myklebustac20d162012-12-15 15:36:07 -0500492 * Was the last operation on this sequence interrupted?
493 * If so, retry after bumping the sequence number.
494 */
495 if (interrupted) {
496 ++slot->seq_nr;
497 goto retry_nowait;
498 }
499 /*
Trond Myklebuste8794442012-12-15 13:56:18 -0500500 * Could this slot have been previously retired?
501 * If so, then the server may be expecting seq_nr = 1!
502 */
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500503 if (slot->seq_nr != 1) {
504 slot->seq_nr = 1;
505 goto retry_nowait;
506 }
507 break;
Trond Myklebuste8794442012-12-15 13:56:18 -0500508 case -NFS4ERR_SEQ_FALSE_RETRY:
509 ++slot->seq_nr;
510 goto retry_nowait;
Trond Myklebust14516c32010-07-31 14:29:06 -0400511 default:
512 /* Just update the slot sequence no. */
Trond Myklebust933602e2012-11-16 12:12:38 -0500513 ++slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400514 }
515out:
516 /* The session may be reset by one of the error handlers. */
517 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
Trond Myklebustd185a332010-06-16 09:52:25 -0400518 nfs41_sequence_free_slot(res);
Trond Myklebust85563072012-12-11 10:31:12 -0500519 return ret;
Trond Myklebuste8794442012-12-15 13:56:18 -0500520retry_nowait:
521 if (rpc_restart_call_prepare(task)) {
522 task->tk_status = 0;
523 ret = 0;
524 }
525 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400526out_retry:
Trond Myklebustd05dd4e2010-07-31 14:29:07 -0400527 if (!rpc_restart_call(task))
Trond Myklebust14516c32010-07-31 14:29:06 -0400528 goto out;
529 rpc_delay(task, NFS4_POLL_RETRY_MAX);
530 return 0;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400531}
532
Trond Myklebust14516c32010-07-31 14:29:06 -0400533static int nfs4_sequence_done(struct rpc_task *task,
534 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400535{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500536 if (res->sr_slot == NULL)
Trond Myklebust14516c32010-07-31 14:29:06 -0400537 return 1;
538 return nfs41_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400539}
540
Trond Myklebust9d12b212012-01-17 22:04:25 -0500541static void nfs41_init_sequence(struct nfs4_sequence_args *args,
542 struct nfs4_sequence_res *res, int cache_reply)
543{
Trond Myklebust2b2fa712012-11-16 12:58:36 -0500544 args->sa_slot = NULL;
Trond Myklebust9d12b212012-01-17 22:04:25 -0500545 args->sa_cache_this = 0;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400546 args->sa_privileged = 0;
Trond Myklebust9d12b212012-01-17 22:04:25 -0500547 if (cache_reply)
548 args->sa_cache_this = 1;
Trond Myklebust9d12b212012-01-17 22:04:25 -0500549 res->sr_slot = NULL;
550}
551
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400552static void nfs4_set_sequence_privileged(struct nfs4_sequence_args *args)
553{
554 args->sa_privileged = 1;
555}
556
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000557int nfs41_setup_sequence(struct nfs4_session *session,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400558 struct nfs4_sequence_args *args,
559 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400560 struct rpc_task *task)
561{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400562 struct nfs4_slot *slot;
563 struct nfs4_slot_table *tbl;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400564
565 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400566 /* slot already allocated? */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400567 if (res->sr_slot != NULL)
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400568 goto out_success;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400569
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400570 tbl = &session->fc_slot_table;
571
Trond Myklebust69d206b2012-11-22 13:21:02 -0500572 task->tk_timeout = 0;
573
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400574 spin_lock(&tbl->slot_tbl_lock);
Trond Myklebusta2118c32010-06-16 09:52:26 -0400575 if (test_bit(NFS4_SESSION_DRAINING, &session->session_state) &&
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400576 !args->sa_privileged) {
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500577 /* The state manager will wait until the slot table is empty */
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500578 dprintk("%s session is draining\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400579 goto out_sleep;
Andy Adamsonb069d942009-04-01 09:22:43 -0400580 }
581
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500582 slot = nfs4_alloc_slot(tbl);
Trond Myklebust69d206b2012-11-22 13:21:02 -0500583 if (IS_ERR(slot)) {
584 /* If out of memory, try again in 1/4 second */
585 if (slot == ERR_PTR(-ENOMEM))
586 task->tk_timeout = HZ >> 2;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400587 dprintk("<-- %s: no free slots\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400588 goto out_sleep;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400589 }
590 spin_unlock(&tbl->slot_tbl_lock);
591
Trond Myklebust2b2fa712012-11-16 12:58:36 -0500592 args->sa_slot = slot;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400593
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500594 dprintk("<-- %s slotid=%d seqid=%d\n", __func__,
595 slot->slot_nr, slot->seq_nr);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400596
Benny Halevydfb4f3092010-09-24 09:17:01 -0400597 res->sr_slot = slot;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500598 res->sr_timestamp = jiffies;
Trond Myklebust2a6e26c2010-06-16 09:52:25 -0400599 res->sr_status_flags = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400600 /*
601 * sr_status is only set in decode_sequence, and so will remain
602 * set to 1 if an rpc level failure occurs.
603 */
604 res->sr_status = 1;
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400605out_success:
606 rpc_call_start(task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400607 return 0;
Trond Myklebust7b939a32012-11-01 15:19:46 -0400608out_sleep:
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400609 /* Privileged tasks are queued with top priority */
610 if (args->sa_privileged)
Trond Myklebust1e1093c2012-11-01 16:44:05 -0400611 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
612 NULL, RPC_PRIORITY_PRIVILEGED);
613 else
614 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400615 spin_unlock(&tbl->slot_tbl_lock);
616 return -EAGAIN;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400617}
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000618EXPORT_SYMBOL_GPL(nfs41_setup_sequence);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400619
Trond Myklebust035168a2010-06-16 09:52:26 -0400620int nfs4_setup_sequence(const struct nfs_server *server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400621 struct nfs4_sequence_args *args,
622 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400623 struct rpc_task *task)
624{
Trond Myklebust035168a2010-06-16 09:52:26 -0400625 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400626 int ret = 0;
627
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400628 if (session == NULL) {
629 rpc_call_start(task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400630 goto out;
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400631 }
Trond Myklebust035168a2010-06-16 09:52:26 -0400632
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500633 dprintk("--> %s clp %p session %p sr_slot %d\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400634 __func__, session->clp, session, res->sr_slot ?
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500635 res->sr_slot->slot_nr : -1);
Trond Myklebust035168a2010-06-16 09:52:26 -0400636
Trond Myklebust9d12b212012-01-17 22:04:25 -0500637 ret = nfs41_setup_sequence(session, args, res, task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400638out:
639 dprintk("<-- %s status=%d\n", __func__, ret);
640 return ret;
641}
642
643struct nfs41_call_sync_data {
Trond Myklebust035168a2010-06-16 09:52:26 -0400644 const struct nfs_server *seq_server;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400645 struct nfs4_sequence_args *seq_args;
646 struct nfs4_sequence_res *seq_res;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400647};
648
649static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
650{
651 struct nfs41_call_sync_data *data = calldata;
Trond Myklebust6ba7db32012-10-22 20:07:20 -0400652 struct nfs4_session *session = nfs4_get_session(data->seq_server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400653
Trond Myklebust035168a2010-06-16 09:52:26 -0400654 dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server);
655
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400656 nfs41_setup_sequence(session, data->seq_args, data->seq_res, task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400657}
658
Andy Adamson69ab40c2009-04-01 09:22:19 -0400659static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
660{
661 struct nfs41_call_sync_data *data = calldata;
662
Trond Myklebust14516c32010-07-31 14:29:06 -0400663 nfs41_sequence_done(task, data->seq_res);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400664}
665
Trond Myklebust17280172012-03-11 13:11:00 -0400666static const struct rpc_call_ops nfs41_call_sync_ops = {
Andy Adamsonce5039c2009-04-01 09:22:13 -0400667 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400668 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400669};
670
Bryan Schumaker7c513052011-03-24 17:12:24 +0000671static int nfs4_call_sync_sequence(struct rpc_clnt *clnt,
672 struct nfs_server *server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400673 struct rpc_message *msg,
674 struct nfs4_sequence_args *args,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400675 struct nfs4_sequence_res *res)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400676{
677 int ret;
678 struct rpc_task *task;
679 struct nfs41_call_sync_data data = {
Trond Myklebust035168a2010-06-16 09:52:26 -0400680 .seq_server = server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400681 .seq_args = args,
682 .seq_res = res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400683 };
684 struct rpc_task_setup task_setup = {
Bryan Schumaker7c513052011-03-24 17:12:24 +0000685 .rpc_client = clnt,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400686 .rpc_message = msg,
687 .callback_ops = &nfs41_call_sync_ops,
688 .callback_data = &data
689 };
690
Andy Adamsonce5039c2009-04-01 09:22:13 -0400691 task = rpc_run_task(&task_setup);
692 if (IS_ERR(task))
693 ret = PTR_ERR(task);
694 else {
695 ret = task->tk_status;
696 rpc_put_task(task);
697 }
698 return ret;
699}
700
Trond Myklebustdf896452010-06-16 09:52:26 -0400701#else
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400702static
Trond Myklebust9d12b212012-01-17 22:04:25 -0500703void nfs41_init_sequence(struct nfs4_sequence_args *args,
704 struct nfs4_sequence_res *res, int cache_reply)
705{
706}
707
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400708static void nfs4_set_sequence_privileged(struct nfs4_sequence_args *args)
709{
710}
711
712
Trond Myklebust14516c32010-07-31 14:29:06 -0400713static int nfs4_sequence_done(struct rpc_task *task,
714 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400715{
Trond Myklebust14516c32010-07-31 14:29:06 -0400716 return 1;
Trond Myklebustdf896452010-06-16 09:52:26 -0400717}
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400718#endif /* CONFIG_NFS_V4_1 */
719
Trond Myklebustfd0c0952012-11-01 14:43:38 -0400720static
Bryan Schumaker7c513052011-03-24 17:12:24 +0000721int _nfs4_call_sync(struct rpc_clnt *clnt,
722 struct nfs_server *server,
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400723 struct rpc_message *msg,
724 struct nfs4_sequence_args *args,
Trond Myklebustfd0c0952012-11-01 14:43:38 -0400725 struct nfs4_sequence_res *res)
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400726{
Bryan Schumaker7c513052011-03-24 17:12:24 +0000727 return rpc_call_sync(clnt, msg, 0);
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400728}
729
Trond Myklebustfd0c0952012-11-01 14:43:38 -0400730static
Bryan Schumaker7c513052011-03-24 17:12:24 +0000731int nfs4_call_sync(struct rpc_clnt *clnt,
732 struct nfs_server *server,
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000733 struct rpc_message *msg,
734 struct nfs4_sequence_args *args,
735 struct nfs4_sequence_res *res,
736 int cache_reply)
737{
Trond Myklebustfd0c0952012-11-01 14:43:38 -0400738 nfs41_init_sequence(args, res, cache_reply);
Bryan Schumaker7c513052011-03-24 17:12:24 +0000739 return server->nfs_client->cl_mvops->call_sync(clnt, server, msg,
Trond Myklebustfd0c0952012-11-01 14:43:38 -0400740 args, res);
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000741}
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400742
Trond Myklebust38478b22006-05-25 01:40:57 -0400743static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700744{
Trond Myklebust38478b22006-05-25 01:40:57 -0400745 struct nfs_inode *nfsi = NFS_I(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700746
Trond Myklebust38478b22006-05-25 01:40:57 -0400747 spin_lock(&dir->i_lock);
Trond Myklebust359d7d12012-05-28 10:01:34 -0400748 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_DATA;
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700749 if (!cinfo->atomic || cinfo->before != dir->i_version)
Trond Myklebustbfc69a42007-10-15 18:18:29 -0400750 nfs_force_lookup_revalidate(dir);
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700751 dir->i_version = cinfo->after;
David Howellsde242c02012-12-20 21:52:38 +0000752 nfs_fscache_invalidate(dir);
Trond Myklebust38478b22006-05-25 01:40:57 -0400753 spin_unlock(&dir->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754}
755
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100756struct nfs4_opendata {
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400757 struct kref kref;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100758 struct nfs_openargs o_arg;
759 struct nfs_openres o_res;
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100760 struct nfs_open_confirmargs c_arg;
761 struct nfs_open_confirmres c_res;
Trond Myklebust6926afd2012-01-07 13:22:46 -0500762 struct nfs4_string owner_name;
763 struct nfs4_string group_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100764 struct nfs_fattr f_attr;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100765 struct dentry *dir;
Al Viro82a2c1b2011-06-22 18:30:55 -0400766 struct dentry *dentry;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100767 struct nfs4_state_owner *owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400768 struct nfs4_state *state;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100769 struct iattr attrs;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100770 unsigned long timestamp;
Trond Myklebust3e309912007-07-07 13:19:59 -0400771 unsigned int rpc_done : 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100772 int rpc_status;
773 int cancelled;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100774};
775
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400776static bool nfs4_clear_cap_atomic_open_v1(struct nfs_server *server,
777 int err, struct nfs4_exception *exception)
778{
779 if (err != -EINVAL)
780 return false;
781 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
782 return false;
783 server->caps &= ~NFS_CAP_ATOMIC_OPEN_V1;
784 exception->retry = 1;
785 return true;
786}
787
788static enum open_claim_type4
789nfs4_map_atomic_open_claim(struct nfs_server *server,
790 enum open_claim_type4 claim)
791{
792 if (server->caps & NFS_CAP_ATOMIC_OPEN_V1)
793 return claim;
794 switch (claim) {
795 default:
796 return claim;
797 case NFS4_OPEN_CLAIM_FH:
798 return NFS4_OPEN_CLAIM_NULL;
799 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
800 return NFS4_OPEN_CLAIM_DELEGATE_CUR;
801 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
802 return NFS4_OPEN_CLAIM_DELEGATE_PREV;
803 }
804}
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400805
806static void nfs4_init_opendata_res(struct nfs4_opendata *p)
807{
808 p->o_res.f_attr = &p->f_attr;
Trond Myklebustc1d51932008-04-07 13:20:54 -0400809 p->o_res.seqid = p->o_arg.seqid;
810 p->c_res.seqid = p->c_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400811 p->o_res.server = p->o_arg.server;
Andy Adamson5f657532012-10-03 02:39:34 -0400812 p->o_res.access_request = p->o_arg.access;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400813 nfs_fattr_init(&p->f_attr);
Trond Myklebust6926afd2012-01-07 13:22:46 -0500814 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name);
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400815}
816
Al Viro82a2c1b2011-06-22 18:30:55 -0400817static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500818 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400819 const struct iattr *attrs,
Trond Myklebust4a1c0892013-03-15 14:57:33 -0400820 enum open_claim_type4 claim,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400821 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100822{
Al Viro82a2c1b2011-06-22 18:30:55 -0400823 struct dentry *parent = dget_parent(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100824 struct inode *dir = parent->d_inode;
825 struct nfs_server *server = NFS_SERVER(dir);
826 struct nfs4_opendata *p;
827
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400828 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100829 if (p == NULL)
830 goto err;
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400831 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100832 if (p->o_arg.seqid == NULL)
833 goto err_free;
Al Viro82a2c1b2011-06-22 18:30:55 -0400834 nfs_sb_active(dentry->d_sb);
835 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100836 p->dir = parent;
837 p->owner = sp;
838 atomic_inc(&sp->so_count);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500839 p->o_arg.open_flags = flags;
840 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -0700841 /* don't put an ACCESS op in OPEN compound if O_EXCL, because ACCESS
842 * will return permission denied for all bits until close */
843 if (!(flags & O_EXCL)) {
844 /* ask server to check for all possible rights as results
845 * are cached */
846 p->o_arg.access = NFS4_ACCESS_READ | NFS4_ACCESS_MODIFY |
847 NFS4_ACCESS_EXTEND | NFS4_ACCESS_EXECUTE;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -0700848 }
David Howells7539bba2006-08-22 20:06:09 -0400849 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust95b72eb2012-04-20 19:24:51 -0400850 p->o_arg.id.create_time = ktime_to_ns(sp->so_seqid.create_time);
851 p->o_arg.id.uniquifier = sp->so_seqid.owner_id;
Al Viro82a2c1b2011-06-22 18:30:55 -0400852 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100853 p->o_arg.server = server;
854 p->o_arg.bitmask = server->attr_bitmask;
Trond Myklebust1549210f2012-06-05 09:16:47 -0400855 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0];
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400856 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim);
857 switch (p->o_arg.claim) {
Trond Myklebust4a1c0892013-03-15 14:57:33 -0400858 case NFS4_OPEN_CLAIM_NULL:
859 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
860 case NFS4_OPEN_CLAIM_DELEGATE_PREV:
861 p->o_arg.fh = NFS_FH(dir);
862 break;
863 case NFS4_OPEN_CLAIM_PREVIOUS:
864 case NFS4_OPEN_CLAIM_FH:
865 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
866 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
867 p->o_arg.fh = NFS_FH(dentry->d_inode);
868 }
Trond Myklebust536e43d2012-01-17 22:04:26 -0500869 if (attrs != NULL && attrs->ia_valid != 0) {
Chuck Levercd937102012-03-02 17:14:31 -0500870 __be32 verf[2];
Trond Myklebustd77d76f2010-06-16 09:52:27 -0400871
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100872 p->o_arg.u.attrs = &p->attrs;
873 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Chuck Levercd937102012-03-02 17:14:31 -0500874
875 verf[0] = jiffies;
876 verf[1] = current->pid;
877 memcpy(p->o_arg.u.verifier.data, verf,
878 sizeof(p->o_arg.u.verifier.data));
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100879 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100880 p->c_arg.fh = &p->o_res.fh;
881 p->c_arg.stateid = &p->o_res.stateid;
882 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400883 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400884 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100885 return p;
886err_free:
887 kfree(p);
888err:
889 dput(parent);
890 return NULL;
891}
892
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400893static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100894{
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400895 struct nfs4_opendata *p = container_of(kref,
896 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -0400897 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400898
899 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400900 if (p->state != NULL)
901 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400902 nfs4_put_state_owner(p->owner);
903 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -0400904 dput(p->dentry);
905 nfs_sb_deactive(sb);
Trond Myklebust6926afd2012-01-07 13:22:46 -0500906 nfs_fattr_free_names(&p->f_attr);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400907 kfree(p);
908}
909
910static void nfs4_opendata_put(struct nfs4_opendata *p)
911{
912 if (p != NULL)
913 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100914}
915
Trond Myklebust06f814a2006-01-03 09:55:07 +0100916static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
917{
Trond Myklebust06f814a2006-01-03 09:55:07 +0100918 int ret;
919
Trond Myklebust06f814a2006-01-03 09:55:07 +0100920 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +0100921 return ret;
922}
923
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500924static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -0400925{
926 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500927
Trond Myklebust536e43d2012-01-17 22:04:26 -0500928 if (open_mode & (O_EXCL|O_TRUNC))
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500929 goto out;
930 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400931 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -0500932 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
933 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400934 break;
935 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -0500936 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
937 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400938 break;
939 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -0500940 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
941 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400942 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500943out:
Trond Myklebust6ee41262007-07-08 14:11:36 -0400944 return ret;
945}
946
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500947static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400948{
Trond Myklebust652f89f2011-12-09 19:05:58 -0500949 if (delegation == NULL)
950 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500951 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400952 return 0;
Trond Myklebust15c831b2008-12-23 15:21:39 -0500953 if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
Trond Myklebustaac00a82007-07-05 19:02:21 -0400954 return 0;
Trond Myklebustd25be542013-02-05 11:43:28 -0500955 if (test_bit(NFS_DELEGATION_RETURNING, &delegation->flags))
956 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -0500957 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400958 return 1;
959}
960
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500961static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +0100962{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500963 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +0100964 case FMODE_WRITE:
965 state->n_wronly++;
966 break;
967 case FMODE_READ:
968 state->n_rdonly++;
969 break;
970 case FMODE_READ|FMODE_WRITE:
971 state->n_rdwr++;
972 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500973 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +0100974}
975
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500976static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400977{
978 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -0500979 nfs4_stateid_copy(&state->stateid, stateid);
980 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500981 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -0400982 case FMODE_READ:
983 set_bit(NFS_O_RDONLY_STATE, &state->flags);
984 break;
985 case FMODE_WRITE:
986 set_bit(NFS_O_WRONLY_STATE, &state->flags);
987 break;
988 case FMODE_READ|FMODE_WRITE:
989 set_bit(NFS_O_RDWR_STATE, &state->flags);
990 }
991}
992
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500993static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400994{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400995 write_seqlock(&state->seqlock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500996 nfs_set_open_stateid_locked(state, stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400997 write_sequnlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400998}
999
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001000static 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 -07001001{
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001002 /*
1003 * Protect the call to nfs4_state_set_mode_locked and
1004 * serialise the stateid update
1005 */
1006 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001007 if (deleg_stateid != NULL) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001008 nfs4_stateid_copy(&state->stateid, deleg_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001009 set_bit(NFS_DELEGATED_STATE, &state->flags);
1010 }
1011 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001012 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001013 write_sequnlock(&state->seqlock);
1014 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001015 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -07001016 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001017}
1018
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001019static 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 -05001020{
1021 struct nfs_inode *nfsi = NFS_I(state->inode);
1022 struct nfs_delegation *deleg_cur;
1023 int ret = 0;
1024
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001025 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -05001026
1027 rcu_read_lock();
1028 deleg_cur = rcu_dereference(nfsi->delegation);
1029 if (deleg_cur == NULL)
1030 goto no_delegation;
1031
1032 spin_lock(&deleg_cur->lock);
1033 if (nfsi->delegation != deleg_cur ||
Trond Myklebustd25be542013-02-05 11:43:28 -05001034 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001035 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -05001036 goto no_delegation_unlock;
1037
1038 if (delegation == NULL)
1039 delegation = &deleg_cur->stateid;
Trond Myklebustf597c532012-03-04 18:13:56 -05001040 else if (!nfs4_stateid_match(&deleg_cur->stateid, delegation))
Trond Myklebust34310432008-12-23 15:21:38 -05001041 goto no_delegation_unlock;
1042
Trond Myklebustb7391f42008-12-23 15:21:52 -05001043 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001044 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001045 ret = 1;
1046no_delegation_unlock:
1047 spin_unlock(&deleg_cur->lock);
1048no_delegation:
1049 rcu_read_unlock();
1050
1051 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001052 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001053 ret = 1;
1054 }
1055
1056 return ret;
1057}
1058
1059
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001060static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001061{
1062 struct nfs_delegation *delegation;
1063
1064 rcu_read_lock();
1065 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001066 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001067 rcu_read_unlock();
1068 return;
1069 }
1070 rcu_read_unlock();
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04001071 nfs4_inode_return_delegation(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001072}
1073
Trond Myklebust6ee41262007-07-08 14:11:36 -04001074static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001075{
1076 struct nfs4_state *state = opendata->state;
1077 struct nfs_inode *nfsi = NFS_I(state->inode);
1078 struct nfs_delegation *delegation;
Trond Myklebust536e43d2012-01-17 22:04:26 -05001079 int open_mode = opendata->o_arg.open_flags & (O_EXCL|O_TRUNC);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001080 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001081 nfs4_stateid stateid;
1082 int ret = -EAGAIN;
1083
Trond Myklebustaac00a82007-07-05 19:02:21 -04001084 for (;;) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001085 if (can_open_cached(state, fmode, open_mode)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001086 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001087 if (can_open_cached(state, fmode, open_mode)) {
1088 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001089 spin_unlock(&state->owner->so_lock);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001090 goto out_return_state;
1091 }
1092 spin_unlock(&state->owner->so_lock);
1093 }
Trond Myklebust34310432008-12-23 15:21:38 -05001094 rcu_read_lock();
1095 delegation = rcu_dereference(nfsi->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001096 if (!can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001097 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001098 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001099 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001100 /* Save the delegation */
Trond Myklebustf597c532012-03-04 18:13:56 -05001101 nfs4_stateid_copy(&stateid, &delegation->stateid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001102 rcu_read_unlock();
Trond Myklebustaf22f942007-08-10 17:45:10 -04001103 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001104 if (ret != 0)
1105 goto out;
1106 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001107
1108 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001109 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001110 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001111 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001112out:
1113 return ERR_PTR(ret);
1114out_return_state:
1115 atomic_inc(&state->count);
1116 return state;
1117}
1118
Andy Adamsone23008e2012-10-02 21:07:32 -04001119static void
1120nfs4_opendata_check_deleg(struct nfs4_opendata *data, struct nfs4_state *state)
1121{
1122 struct nfs_client *clp = NFS_SERVER(state->inode)->nfs_client;
1123 struct nfs_delegation *delegation;
1124 int delegation_flags = 0;
1125
1126 rcu_read_lock();
1127 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
1128 if (delegation)
1129 delegation_flags = delegation->flags;
1130 rcu_read_unlock();
1131 if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) {
1132 pr_err_ratelimited("NFS: Broken NFSv4 server %s is "
1133 "returning a delegation for "
1134 "OPEN(CLAIM_DELEGATE_CUR)\n",
1135 clp->cl_hostname);
1136 } else if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
1137 nfs_inode_set_delegation(state->inode,
1138 data->owner->so_cred,
1139 &data->o_res);
1140 else
1141 nfs_inode_reclaim_delegation(state->inode,
1142 data->owner->so_cred,
1143 &data->o_res);
1144}
1145
1146/*
1147 * Check the inode attributes against the CLAIM_PREVIOUS returned attributes
1148 * and update the nfs4_state.
1149 */
1150static struct nfs4_state *
1151_nfs4_opendata_reclaim_to_nfs4_state(struct nfs4_opendata *data)
1152{
1153 struct inode *inode = data->state->inode;
1154 struct nfs4_state *state = data->state;
1155 int ret;
1156
1157 if (!data->rpc_done) {
1158 ret = data->rpc_status;
1159 goto err;
1160 }
1161
1162 ret = -ESTALE;
1163 if (!(data->f_attr.valid & NFS_ATTR_FATTR_TYPE) ||
1164 !(data->f_attr.valid & NFS_ATTR_FATTR_FILEID) ||
1165 !(data->f_attr.valid & NFS_ATTR_FATTR_CHANGE))
1166 goto err;
1167
1168 ret = -ENOMEM;
1169 state = nfs4_get_open_state(inode, data->owner);
1170 if (state == NULL)
1171 goto err;
1172
1173 ret = nfs_refresh_inode(inode, &data->f_attr);
1174 if (ret)
1175 goto err;
1176
1177 if (data->o_res.delegation_type != 0)
1178 nfs4_opendata_check_deleg(data, state);
1179 update_open_stateid(state, &data->o_res.stateid, NULL,
1180 data->o_arg.fmode);
1181
1182 return state;
1183err:
1184 return ERR_PTR(ret);
1185
1186}
1187
1188static struct nfs4_state *
1189_nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001190{
1191 struct inode *inode;
1192 struct nfs4_state *state = NULL;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001193 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001194
Trond Myklebustaac00a82007-07-05 19:02:21 -04001195 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001196 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001197 goto out;
1198 }
1199
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001200 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001201 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001202 goto err;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001203 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001204 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001205 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001206 goto err;
1207 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001208 state = nfs4_get_open_state(inode, data->owner);
1209 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001210 goto err_put_inode;
Andy Adamsone23008e2012-10-02 21:07:32 -04001211 if (data->o_res.delegation_type != 0)
1212 nfs4_opendata_check_deleg(data, state);
Trond Myklebust34310432008-12-23 15:21:38 -05001213 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001214 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001215 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001216out:
Trond Myklebust7aa262b52013-02-28 16:19:59 -08001217 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001218 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001219err_put_inode:
1220 iput(inode);
1221err:
1222 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001223}
1224
Andy Adamsone23008e2012-10-02 21:07:32 -04001225static struct nfs4_state *
1226nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1227{
1228 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS)
1229 return _nfs4_opendata_reclaim_to_nfs4_state(data);
1230 return _nfs4_opendata_to_nfs4_state(data);
1231}
1232
Trond Myklebust864472e2006-01-03 09:55:15 +01001233static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1234{
1235 struct nfs_inode *nfsi = NFS_I(state->inode);
1236 struct nfs_open_context *ctx;
1237
1238 spin_lock(&state->inode->i_lock);
1239 list_for_each_entry(ctx, &nfsi->open_files, list) {
1240 if (ctx->state != state)
1241 continue;
1242 get_nfs_open_context(ctx);
1243 spin_unlock(&state->inode->i_lock);
1244 return ctx;
1245 }
1246 spin_unlock(&state->inode->i_lock);
1247 return ERR_PTR(-ENOENT);
1248}
1249
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001250static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx,
1251 struct nfs4_state *state, enum open_claim_type4 claim)
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001252{
1253 struct nfs4_opendata *opendata;
1254
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001255 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0,
1256 NULL, claim, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001257 if (opendata == NULL)
1258 return ERR_PTR(-ENOMEM);
1259 opendata->state = state;
1260 atomic_inc(&state->count);
1261 return opendata;
1262}
1263
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001264static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001265{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001266 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001267 int ret;
1268
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001269 opendata->o_arg.open_flags = 0;
1270 opendata->o_arg.fmode = fmode;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001271 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1272 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1273 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001274 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001275 if (ret != 0)
1276 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001277 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001278 if (IS_ERR(newstate))
1279 return PTR_ERR(newstate);
Al Viro643168c2011-06-22 18:20:23 -04001280 nfs4_close_state(newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001281 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001282 return 0;
1283}
1284
1285static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1286{
Trond Myklebust864472e2006-01-03 09:55:15 +01001287 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001288 int ret;
1289
1290 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001291 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001292 smp_rmb();
1293 if (state->n_rdwr != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001294 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001295 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001296 if (ret != 0)
1297 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001298 if (newstate != state)
1299 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001300 }
1301 if (state->n_wronly != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001302 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001303 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001304 if (ret != 0)
1305 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001306 if (newstate != state)
1307 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001308 }
1309 if (state->n_rdonly != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001310 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001311 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001312 if (ret != 0)
1313 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001314 if (newstate != state)
1315 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001316 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001317 /*
1318 * We may have performed cached opens for all three recoveries.
1319 * Check if we need to update the current stateid.
1320 */
1321 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
Trond Myklebustf597c532012-03-04 18:13:56 -05001322 !nfs4_stateid_match(&state->stateid, &state->open_stateid)) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001323 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001324 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001325 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001326 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001327 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001328 return 0;
1329}
1330
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331/*
1332 * OPEN_RECLAIM:
1333 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001335static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001336{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001337 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001338 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001339 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340 int status;
1341
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001342 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1343 NFS4_OPEN_CLAIM_PREVIOUS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001344 if (IS_ERR(opendata))
1345 return PTR_ERR(opendata);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001346 rcu_read_lock();
1347 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001348 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001349 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001350 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001351 opendata->o_arg.u.delegation_type = delegation_type;
1352 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001353 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354 return status;
1355}
1356
Trond Myklebust539cd032007-06-05 11:46:42 -04001357static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001358{
1359 struct nfs_server *server = NFS_SERVER(state->inode);
1360 struct nfs4_exception exception = { };
1361 int err;
1362 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001363 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001364 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
1365 continue;
Trond Myklebust168667c2010-10-19 19:47:49 -04001366 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001367 break;
1368 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001369 } while (exception.retry);
1370 return err;
1371}
1372
Trond Myklebust864472e2006-01-03 09:55:15 +01001373static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1374{
1375 struct nfs_open_context *ctx;
1376 int ret;
1377
1378 ctx = nfs4_state_find_open_context(state);
1379 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04001380 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04001381 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001382 put_nfs_open_context(ctx);
1383 return ret;
1384}
1385
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001386static 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 -07001387{
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001388 switch (err) {
1389 default:
1390 printk(KERN_ERR "NFS: %s: unhandled error "
1391 "%d.\n", __func__, err);
1392 case 0:
1393 case -ENOENT:
1394 case -ESTALE:
1395 break;
1396 case -NFS4ERR_BADSESSION:
1397 case -NFS4ERR_BADSLOT:
1398 case -NFS4ERR_BAD_HIGH_SLOT:
1399 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1400 case -NFS4ERR_DEADSESSION:
1401 set_bit(NFS_DELEGATED_STATE, &state->flags);
1402 nfs4_schedule_session_recovery(server->nfs_client->cl_session, err);
1403 return -EAGAIN;
1404 case -NFS4ERR_STALE_CLIENTID:
1405 case -NFS4ERR_STALE_STATEID:
1406 set_bit(NFS_DELEGATED_STATE, &state->flags);
1407 case -NFS4ERR_EXPIRED:
1408 /* Don't recall a delegation if it was lost */
1409 nfs4_schedule_lease_recovery(server->nfs_client);
1410 return -EAGAIN;
1411 case -NFS4ERR_DELEG_REVOKED:
1412 case -NFS4ERR_ADMIN_REVOKED:
1413 case -NFS4ERR_BAD_STATEID:
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001414 case -NFS4ERR_OPENMODE:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001415 nfs_inode_find_state_and_recover(state->inode,
1416 stateid);
1417 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001418 return 0;
1419 case -NFS4ERR_DELAY:
1420 case -NFS4ERR_GRACE:
1421 set_bit(NFS_DELEGATED_STATE, &state->flags);
1422 ssleep(1);
1423 return -EAGAIN;
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001424 case -ENOMEM:
1425 case -NFS4ERR_DENIED:
1426 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
1427 return 0;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001428 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001429 return err;
1430}
1431
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001432int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
1433{
1434 struct nfs_server *server = NFS_SERVER(state->inode);
1435 struct nfs4_opendata *opendata;
1436 int err;
1437
1438 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1439 NFS4_OPEN_CLAIM_DELEG_CUR_FH);
1440 if (IS_ERR(opendata))
1441 return PTR_ERR(opendata);
1442 nfs4_stateid_copy(&opendata->o_arg.u.delegation, stateid);
1443 err = nfs4_open_recover(opendata, state);
1444 nfs4_opendata_put(opendata);
1445 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
1446}
1447
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001448static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1449{
1450 struct nfs4_opendata *data = calldata;
1451
1452 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001453 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001454 nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid);
Trond Myklebustbb226292008-01-02 15:19:18 -05001455 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001456 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001457 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001458 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001459}
1460
1461static void nfs4_open_confirm_release(void *calldata)
1462{
1463 struct nfs4_opendata *data = calldata;
1464 struct nfs4_state *state = NULL;
1465
1466 /* If this request hasn't been cancelled, do nothing */
1467 if (data->cancelled == 0)
1468 goto out_free;
1469 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001470 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001471 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001472 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001473 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001474 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001475out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001476 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001477}
1478
1479static const struct rpc_call_ops nfs4_open_confirm_ops = {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001480 .rpc_call_done = nfs4_open_confirm_done,
1481 .rpc_release = nfs4_open_confirm_release,
1482};
1483
1484/*
1485 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1486 */
1487static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1488{
1489 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
1490 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001491 struct rpc_message msg = {
1492 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1493 .rpc_argp = &data->c_arg,
1494 .rpc_resp = &data->c_res,
1495 .rpc_cred = data->owner->so_cred,
1496 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001497 struct rpc_task_setup task_setup_data = {
1498 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001499 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001500 .callback_ops = &nfs4_open_confirm_ops,
1501 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001502 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001503 .flags = RPC_TASK_ASYNC,
1504 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505 int status;
1506
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001507 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001508 data->rpc_done = 0;
1509 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001510 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001511 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001512 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001513 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001514 status = nfs4_wait_for_completion_rpc_task(task);
1515 if (status != 0) {
1516 data->cancelled = 1;
1517 smp_wmb();
1518 } else
1519 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001520 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521 return status;
1522}
1523
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001524static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001526 struct nfs4_opendata *data = calldata;
1527 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust549b19c2013-04-16 18:42:34 -04001528 struct nfs_client *clp = sp->so_server->nfs_client;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001529
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001530 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001531 goto out_wait;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001532 /*
1533 * Check if we still need to send an OPEN call, or if we can use
1534 * a delegation instead.
1535 */
1536 if (data->state != NULL) {
1537 struct nfs_delegation *delegation;
1538
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001539 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001540 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001541 rcu_read_lock();
1542 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001543 if (data->o_arg.claim != NFS4_OPEN_CLAIM_DELEGATE_CUR &&
1544 can_open_delegated(delegation, data->o_arg.fmode))
1545 goto unlock_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001546 rcu_read_unlock();
1547 }
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001548 /* Update client id. */
Trond Myklebust549b19c2013-04-16 18:42:34 -04001549 data->o_arg.clientid = clp->cl_clientid;
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001550 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001551 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Andy Adamsone23008e2012-10-02 21:07:32 -04001552 data->o_arg.open_bitmap = &nfs4_open_noattr_bitmap[0];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001553 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1554 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001555 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001556 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001557 &data->o_arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04001558 &data->o_res.seq_res,
1559 task) != 0)
1560 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust549b19c2013-04-16 18:42:34 -04001561
1562 /* Set the create mode (note dependency on the session type) */
1563 data->o_arg.createmode = NFS4_CREATE_UNCHECKED;
1564 if (data->o_arg.open_flags & O_EXCL) {
1565 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE;
1566 if (nfs4_has_persistent_session(clp))
1567 data->o_arg.createmode = NFS4_CREATE_GUARDED;
1568 else if (clp->cl_mvops->minor_version > 0)
1569 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE4_1;
1570 }
Trond Myklebust6ee41262007-07-08 14:11:36 -04001571 return;
Trond Myklebust652f89f2011-12-09 19:05:58 -05001572unlock_no_action:
1573 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001574out_no_action:
1575 task->tk_action = NULL;
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001576out_wait:
Trond Myklebustb75ad4c2012-11-29 17:27:47 -05001577 nfs4_sequence_done(task, &data->o_res.seq_res);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001578}
1579
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001580static void nfs4_open_done(struct rpc_task *task, void *calldata)
1581{
1582 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001584 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001585
Trond Myklebust14516c32010-07-31 14:29:06 -04001586 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1587 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001588
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001589 if (task->tk_status == 0) {
Trond Myklebust807d66d82012-10-02 17:09:00 -07001590 if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) {
1591 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001592 case S_IFREG:
1593 break;
1594 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001595 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001596 break;
1597 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001598 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001599 break;
1600 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001601 data->rpc_status = -ENOTDIR;
Trond Myklebust807d66d82012-10-02 17:09:00 -07001602 }
Trond Myklebust6f926b52005-10-18 14:20:18 -07001603 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001604 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001605 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1606 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001607 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001608 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001609}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001610
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001611static void nfs4_open_release(void *calldata)
1612{
1613 struct nfs4_opendata *data = calldata;
1614 struct nfs4_state *state = NULL;
1615
1616 /* If this request hasn't been cancelled, do nothing */
1617 if (data->cancelled == 0)
1618 goto out_free;
1619 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001620 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001621 goto out_free;
1622 /* In case we need an open_confirm, no cleanup! */
1623 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1624 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001625 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001626 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001627 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001628out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001629 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001630}
1631
1632static const struct rpc_call_ops nfs4_open_ops = {
1633 .rpc_call_prepare = nfs4_open_prepare,
1634 .rpc_call_done = nfs4_open_done,
1635 .rpc_release = nfs4_open_release,
1636};
1637
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001638static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001639{
1640 struct inode *dir = data->dir->d_inode;
1641 struct nfs_server *server = NFS_SERVER(dir);
1642 struct nfs_openargs *o_arg = &data->o_arg;
1643 struct nfs_openres *o_res = &data->o_res;
1644 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001645 struct rpc_message msg = {
1646 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1647 .rpc_argp = o_arg,
1648 .rpc_resp = o_res,
1649 .rpc_cred = data->owner->so_cred,
1650 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001651 struct rpc_task_setup task_setup_data = {
1652 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001653 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001654 .callback_ops = &nfs4_open_ops,
1655 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001656 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001657 .flags = RPC_TASK_ASYNC,
1658 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001659 int status;
1660
Trond Myklebust9d12b212012-01-17 22:04:25 -05001661 nfs41_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001662 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001663 data->rpc_done = 0;
1664 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001665 data->cancelled = 0;
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001666 if (isrecover)
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04001667 nfs4_set_sequence_privileged(&o_arg->seq_args);
Trond Myklebustc970aa82007-07-14 15:39:59 -04001668 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001669 if (IS_ERR(task))
1670 return PTR_ERR(task);
1671 status = nfs4_wait_for_completion_rpc_task(task);
1672 if (status != 0) {
1673 data->cancelled = 1;
1674 smp_wmb();
1675 } else
1676 status = data->rpc_status;
1677 rpc_put_task(task);
1678
1679 return status;
1680}
1681
1682static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
1683{
1684 struct inode *dir = data->dir->d_inode;
1685 struct nfs_openres *o_res = &data->o_res;
1686 int status;
1687
1688 status = nfs4_run_open_task(data, 1);
1689 if (status != 0 || !data->rpc_done)
1690 return status;
1691
Trond Myklebust6926afd2012-01-07 13:22:46 -05001692 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
1693
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001694 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
1695 status = _nfs4_proc_open_confirm(data);
1696 if (status != 0)
1697 return status;
1698 }
1699
1700 return status;
1701}
1702
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001703static int nfs4_opendata_access(struct rpc_cred *cred,
1704 struct nfs4_opendata *opendata,
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05001705 struct nfs4_state *state, fmode_t fmode,
1706 int openflags)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001707{
1708 struct nfs_access_entry cache;
1709 u32 mask;
1710
1711 /* access call failed or for some reason the server doesn't
1712 * support any access modes -- defer access call until later */
1713 if (opendata->o_res.access_supported == 0)
1714 return 0;
1715
1716 mask = 0;
Weston Andros Adamsonbbd3a8e2012-10-02 14:49:51 -07001717 /* don't check MAY_WRITE - a newly created file may not have
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05001718 * write mode bits, but POSIX allows the creating process to write.
1719 * use openflags to check for exec, because fmode won't
1720 * always have FMODE_EXEC set when file open for exec. */
1721 if (openflags & __FMODE_EXEC) {
1722 /* ONLY check for exec rights */
1723 mask = MAY_EXEC;
1724 } else if (fmode & FMODE_READ)
1725 mask = MAY_READ;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001726
1727 cache.cred = cred;
1728 cache.jiffies = jiffies;
1729 nfs_access_set_mask(&cache, opendata->o_res.access_result);
1730 nfs_access_add_cache(state->inode, &cache);
1731
Weston Andros Adamsonbbd3a8e2012-10-02 14:49:51 -07001732 if ((mask & ~cache.mask & (MAY_READ | MAY_EXEC)) == 0)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001733 return 0;
1734
1735 /* even though OPEN succeeded, access is denied. Close the file */
1736 nfs4_close_state(state, fmode);
Weston Andros Adamson998f40b2012-11-02 18:00:56 -04001737 return -EACCES;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001738}
1739
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001740/*
1741 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
1742 */
1743static int _nfs4_proc_open(struct nfs4_opendata *data)
1744{
1745 struct inode *dir = data->dir->d_inode;
1746 struct nfs_server *server = NFS_SERVER(dir);
1747 struct nfs_openargs *o_arg = &data->o_arg;
1748 struct nfs_openres *o_res = &data->o_res;
1749 int status;
1750
1751 status = nfs4_run_open_task(data, 0);
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07001752 if (!data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001753 return status;
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07001754 if (status != 0) {
1755 if (status == -NFS4ERR_BADNAME &&
1756 !(o_arg->open_flags & O_CREAT))
1757 return -ENOENT;
1758 return status;
1759 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001760
Trond Myklebust6926afd2012-01-07 13:22:46 -05001761 nfs_fattr_map_and_free_names(server, &data->f_attr);
1762
Trond Myklebust90ff0c52012-04-27 13:48:18 -04001763 if (o_arg->open_flags & O_CREAT)
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001764 update_changeattr(dir, &o_res->cinfo);
Trond Myklebust0df5dd42010-04-11 16:48:44 -04001765 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
1766 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001768 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001770 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001771 }
1772 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Trond Myklebust99367812007-07-17 21:52:41 -04001773 _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001774 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001775}
1776
Andy Adamsond83217c2011-03-01 01:34:17 +00001777static int nfs4_recover_expired_lease(struct nfs_server *server)
1778{
1779 return nfs4_client_recover_expired_lease(server->nfs_client);
1780}
1781
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782/*
1783 * OPEN_EXPIRED:
1784 * reclaim state on the server after a network partition.
1785 * Assumes caller holds the appropriate lock
1786 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001787static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001789 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001790 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001792 opendata = nfs4_open_recoverdata_alloc(ctx, state,
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001793 NFS4_OPEN_CLAIM_FH);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001794 if (IS_ERR(opendata))
1795 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001796 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04001797 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04001798 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001799 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001800 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801}
1802
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001803static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001804{
Trond Myklebust539cd032007-06-05 11:46:42 -04001805 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001806 struct nfs4_exception exception = { };
1807 int err;
1808
1809 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001810 err = _nfs4_open_expired(ctx, state);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001811 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
1812 continue;
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001813 switch (err) {
1814 default:
1815 goto out;
1816 case -NFS4ERR_GRACE:
1817 case -NFS4ERR_DELAY:
1818 nfs4_handle_exception(server, err, &exception);
1819 err = 0;
1820 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00001821 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001822out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00001823 return err;
1824}
1825
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1827{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01001829 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830
Trond Myklebust864472e2006-01-03 09:55:15 +01001831 ctx = nfs4_state_find_open_context(state);
1832 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04001833 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04001834 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001835 put_nfs_open_context(ctx);
1836 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837}
1838
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001839#if defined(CONFIG_NFS_V4_1)
Chuck Lever3e60ffd2012-07-11 16:30:14 -04001840static void nfs41_clear_delegation_stateid(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001841{
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001842 struct nfs_server *server = NFS_SERVER(state->inode);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04001843 nfs4_stateid *stateid = &state->stateid;
1844 int status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001845
Chuck Lever3e60ffd2012-07-11 16:30:14 -04001846 /* If a state reset has been done, test_stateid is unneeded */
1847 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1848 return;
1849
1850 status = nfs41_test_stateid(server, stateid);
1851 if (status != NFS_OK) {
1852 /* Free the stateid unless the server explicitly
1853 * informs us the stateid is unrecognized. */
1854 if (status != -NFS4ERR_BAD_STATEID)
1855 nfs41_free_stateid(server, stateid);
Bryan Schumaker69388672012-09-26 15:25:52 -04001856 nfs_remove_bad_delegation(state->inode);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04001857
Bryan Schumaker69388672012-09-26 15:25:52 -04001858 write_seqlock(&state->seqlock);
1859 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
1860 write_sequnlock(&state->seqlock);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04001861 clear_bit(NFS_DELEGATED_STATE, &state->flags);
1862 }
1863}
1864
1865/**
1866 * nfs41_check_open_stateid - possibly free an open stateid
1867 *
1868 * @state: NFSv4 state for an inode
1869 *
1870 * Returns NFS_OK if recovery for this stateid is now finished.
1871 * Otherwise a negative NFS4ERR value is returned.
1872 */
1873static int nfs41_check_open_stateid(struct nfs4_state *state)
1874{
1875 struct nfs_server *server = NFS_SERVER(state->inode);
Bryan Schumakerfcb6d9c2012-09-26 15:25:53 -04001876 nfs4_stateid *stateid = &state->open_stateid;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04001877 int status;
1878
1879 /* If a state reset has been done, test_stateid is unneeded */
1880 if ((test_bit(NFS_O_RDONLY_STATE, &state->flags) == 0) &&
1881 (test_bit(NFS_O_WRONLY_STATE, &state->flags) == 0) &&
1882 (test_bit(NFS_O_RDWR_STATE, &state->flags) == 0))
1883 return -NFS4ERR_BAD_STATEID;
1884
1885 status = nfs41_test_stateid(server, stateid);
1886 if (status != NFS_OK) {
1887 /* Free the stateid unless the server explicitly
1888 * informs us the stateid is unrecognized. */
1889 if (status != -NFS4ERR_BAD_STATEID)
1890 nfs41_free_stateid(server, stateid);
1891
1892 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1893 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1894 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05001895 }
1896 return status;
1897}
1898
1899static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1900{
Chuck Levereb64cf92012-07-11 16:30:05 -04001901 int status;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05001902
Chuck Lever3e60ffd2012-07-11 16:30:14 -04001903 nfs41_clear_delegation_stateid(state);
1904 status = nfs41_check_open_stateid(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04001905 if (status != NFS_OK)
1906 status = nfs4_open_expired(sp, state);
1907 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001908}
1909#endif
1910
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001912 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
1913 * fields corresponding to attributes that were used to store the verifier.
1914 * Make sure we clobber those fields in the later setattr call
1915 */
1916static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
1917{
1918 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
1919 !(sattr->ia_valid & ATTR_ATIME_SET))
1920 sattr->ia_valid |= ATTR_ATIME;
1921
1922 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
1923 !(sattr->ia_valid & ATTR_MTIME_SET))
1924 sattr->ia_valid |= ATTR_MTIME;
1925}
1926
Trond Myklebustc21443c2013-02-07 14:26:21 -05001927static int _nfs4_open_and_get_state(struct nfs4_opendata *opendata,
1928 fmode_t fmode,
1929 int flags,
1930 struct nfs4_state **res)
1931{
1932 struct nfs4_state_owner *sp = opendata->owner;
1933 struct nfs_server *server = sp->so_server;
1934 struct nfs4_state *state;
1935 unsigned int seq;
1936 int ret;
1937
1938 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
1939
1940 ret = _nfs4_proc_open(opendata);
1941 if (ret != 0)
1942 goto out;
1943
1944 state = nfs4_opendata_to_nfs4_state(opendata);
1945 ret = PTR_ERR(state);
1946 if (IS_ERR(state))
1947 goto out;
1948 if (server->caps & NFS_CAP_POSIX_LOCK)
1949 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
1950
1951 ret = nfs4_opendata_access(sp->so_cred, opendata, state, fmode, flags);
1952 if (ret != 0)
1953 goto out;
1954
Trond Myklebust91876b12013-03-28 14:01:33 -04001955 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq))
Trond Myklebustc21443c2013-02-07 14:26:21 -05001956 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebustc21443c2013-02-07 14:26:21 -05001957 *res = state;
1958out:
1959 return ret;
1960}
1961
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001962/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001963 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964 */
Andy Adamson82be4172012-05-23 05:02:35 -04001965static int _nfs4_do_open(struct inode *dir,
1966 struct dentry *dentry,
1967 fmode_t fmode,
1968 int flags,
1969 struct iattr *sattr,
1970 struct rpc_cred *cred,
1971 struct nfs4_state **res,
1972 struct nfs4_threshold **ctx_th)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973{
1974 struct nfs4_state_owner *sp;
1975 struct nfs4_state *state = NULL;
1976 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001977 struct nfs4_opendata *opendata;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001978 enum open_claim_type4 claim = NFS4_OPEN_CLAIM_NULL;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001979 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001980
1981 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982 status = -ENOMEM;
Trond Myklebustd1e284d2012-01-17 22:04:24 -05001983 sp = nfs4_get_state_owner(server, cred, GFP_KERNEL);
1984 if (sp == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
1986 goto out_err;
1987 }
Trond Myklebust58d97142006-01-03 09:55:24 +01001988 status = nfs4_recover_expired_lease(server);
1989 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01001990 goto err_put_state_owner;
Al Viro82a2c1b2011-06-22 18:30:55 -04001991 if (dentry->d_inode != NULL)
1992 nfs4_return_incompatible_delegation(dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01001993 status = -ENOMEM;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001994 if (dentry->d_inode)
1995 claim = NFS4_OPEN_CLAIM_FH;
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001996 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr,
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001997 claim, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001998 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05001999 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000
Andy Adamson82be4172012-05-23 05:02:35 -04002001 if (ctx_th && server->attr_bitmask[2] & FATTR4_WORD2_MDSTHRESHOLD) {
2002 opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc();
2003 if (!opendata->f_attr.mdsthreshold)
2004 goto err_opendata_put;
Trond Myklebust1549210f2012-06-05 09:16:47 -04002005 opendata->o_arg.open_bitmap = &nfs4_pnfs_open_bitmap[0];
Andy Adamson82be4172012-05-23 05:02:35 -04002006 }
Al Viro82a2c1b2011-06-22 18:30:55 -04002007 if (dentry->d_inode != NULL)
2008 opendata->state = nfs4_get_open_state(dentry->d_inode, sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04002009
Trond Myklebustc21443c2013-02-07 14:26:21 -05002010 status = _nfs4_open_and_get_state(opendata, fmode, flags, &state);
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002011 if (status != 0)
2012 goto err_opendata_put;
2013
Trond Myklebust549b19c2013-04-16 18:42:34 -04002014 if ((opendata->o_arg.open_flags & O_EXCL) &&
2015 (opendata->o_arg.createmode != NFS4_CREATE_GUARDED)) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002016 nfs4_exclusive_attrset(opendata, sattr);
2017
2018 nfs_fattr_init(opendata->o_res.f_attr);
2019 status = nfs4_do_setattr(state->inode, cred,
2020 opendata->o_res.f_attr, sattr,
2021 state);
2022 if (status == 0)
2023 nfs_setattr_update_inode(state->inode, sattr);
2024 nfs_post_op_update_inode(state->inode, opendata->o_res.f_attr);
2025 }
Andy Adamson82be4172012-05-23 05:02:35 -04002026
2027 if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server))
2028 *ctx_th = opendata->f_attr.mdsthreshold;
2029 else
2030 kfree(opendata->f_attr.mdsthreshold);
2031 opendata->f_attr.mdsthreshold = NULL;
2032
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002033 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035 *res = state;
2036 return 0;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002037err_opendata_put:
Andy Adamson82be4172012-05-23 05:02:35 -04002038 kfree(opendata->f_attr.mdsthreshold);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002039 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002040err_put_state_owner:
2041 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043 *res = NULL;
2044 return status;
2045}
2046
2047
Andy Adamson82be4172012-05-23 05:02:35 -04002048static struct nfs4_state *nfs4_do_open(struct inode *dir,
2049 struct dentry *dentry,
2050 fmode_t fmode,
2051 int flags,
2052 struct iattr *sattr,
2053 struct rpc_cred *cred,
2054 struct nfs4_threshold **ctx_th)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055{
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002056 struct nfs_server *server = NFS_SERVER(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002057 struct nfs4_exception exception = { };
2058 struct nfs4_state *res;
2059 int status;
2060
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002061 fmode &= FMODE_READ|FMODE_WRITE|FMODE_EXEC;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062 do {
Andy Adamson82be4172012-05-23 05:02:35 -04002063 status = _nfs4_do_open(dir, dentry, fmode, flags, sattr, cred,
2064 &res, ctx_th);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065 if (status == 0)
2066 break;
2067 /* NOTE: BAD_SEQID means the server and client disagree about the
2068 * book-keeping w.r.t. state-changing operations
2069 * (OPEN/CLOSE/LOCK/LOCKU...)
2070 * It is actually a sign of a bug on the client or on the server.
2071 *
2072 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07002073 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074 * have unhashed the old state_owner for us, and that we can
2075 * therefore safely retry using a new one. We should still warn
2076 * the user though...
2077 */
2078 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust9a3ba432012-03-12 18:01:48 -04002079 pr_warn_ratelimited("NFS: v4 server %s "
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04002080 " returned a bad sequence-id error!\n",
2081 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082 exception.retry = 1;
2083 continue;
2084 }
Trond Myklebust550f5742005-10-18 14:20:21 -07002085 /*
2086 * BAD_STATEID on OPEN means that the server cancelled our
2087 * state before it received the OPEN_CONFIRM.
2088 * Recover by retrying the request as per the discussion
2089 * on Page 181 of RFC3530.
2090 */
2091 if (status == -NFS4ERR_BAD_STATEID) {
2092 exception.retry = 1;
2093 continue;
2094 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04002095 if (status == -EAGAIN) {
2096 /* We must have found a delegation */
2097 exception.retry = 1;
2098 continue;
2099 }
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002100 if (nfs4_clear_cap_atomic_open_v1(server, status, &exception))
2101 continue;
2102 res = ERR_PTR(nfs4_handle_exception(server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103 status, &exception));
2104 } while (exception.retry);
2105 return res;
2106}
2107
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002108static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2109 struct nfs_fattr *fattr, struct iattr *sattr,
2110 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002112 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002114 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115 .iap = sattr,
2116 .server = server,
2117 .bitmask = server->attr_bitmask,
2118 };
2119 struct nfs_setattrres res = {
2120 .fattr = fattr,
2121 .server = server,
2122 };
2123 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002124 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
2125 .rpc_argp = &arg,
2126 .rpc_resp = &res,
2127 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01002129 unsigned long timestamp = jiffies;
Trond Myklebust65e43082005-08-16 11:49:44 -04002130 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131
Trond Myklebust0e574af2005-10-27 22:12:38 -04002132 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133
Trond Myklebust5d422302013-03-14 16:57:48 -04002134 if (state != NULL && nfs4_valid_open_stateid(state)) {
Trond Myklebust2a369152012-08-13 18:54:45 -04002135 struct nfs_lockowner lockowner = {
2136 .l_owner = current->files,
2137 .l_pid = current->tgid,
2138 };
Trond Myklebust4fc87962012-03-08 17:42:01 -05002139 nfs4_select_rw_stateid(&arg.stateid, state, FMODE_WRITE,
Trond Myklebust2a369152012-08-13 18:54:45 -04002140 &lockowner);
Trond Myklebust4fc87962012-03-08 17:42:01 -05002141 } else if (nfs4_copy_delegation_stateid(&arg.stateid, inode,
2142 FMODE_WRITE)) {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002143 /* Use that stateid */
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002144 } else
Trond Myklebustf597c532012-03-04 18:13:56 -05002145 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146
Bryan Schumaker7c513052011-03-24 17:12:24 +00002147 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002148 if (status == 0 && state != NULL)
2149 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04002150 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151}
2152
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002153static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2154 struct nfs_fattr *fattr, struct iattr *sattr,
2155 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002157 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002158 struct nfs4_exception exception = {
2159 .state = state,
Trond Myklebust3114ea72012-03-07 16:39:06 -05002160 .inode = inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002161 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162 int err;
2163 do {
Trond Myklebust451146b2012-04-18 16:29:11 -04002164 err = _nfs4_do_setattr(inode, cred, fattr, sattr, state);
2165 switch (err) {
2166 case -NFS4ERR_OPENMODE:
2167 if (state && !(state->state & FMODE_WRITE)) {
2168 err = -EBADF;
2169 if (sattr->ia_valid & ATTR_OPEN)
2170 err = -EACCES;
2171 goto out;
2172 }
2173 }
2174 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175 } while (exception.retry);
Trond Myklebust451146b2012-04-18 16:29:11 -04002176out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177 return err;
2178}
2179
2180struct nfs4_closedata {
2181 struct inode *inode;
2182 struct nfs4_state *state;
2183 struct nfs_closeargs arg;
2184 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002185 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002186 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00002187 bool roc;
2188 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189};
2190
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002191static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07002192{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002193 struct nfs4_closedata *calldata = data;
2194 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04002195 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07002196
Fred Isamanf7e89172011-01-06 11:36:32 +00002197 if (calldata->roc)
2198 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07002199 nfs4_put_open_state(calldata->state);
2200 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07002201 nfs4_put_state_owner(sp);
Trond Myklebust322b2b92013-01-11 16:39:51 -05002202 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002203 kfree(calldata);
2204}
2205
Trond Myklebust88069f72009-12-08 08:33:16 -05002206static void nfs4_close_clear_stateid_flags(struct nfs4_state *state,
2207 fmode_t fmode)
2208{
2209 spin_lock(&state->owner->so_lock);
2210 if (!(fmode & FMODE_READ))
2211 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2212 if (!(fmode & FMODE_WRITE))
2213 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2214 clear_bit(NFS_O_RDWR_STATE, &state->flags);
2215 spin_unlock(&state->owner->so_lock);
2216}
2217
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002218static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002220 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002221 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222 struct nfs_server *server = NFS_SERVER(calldata->inode);
2223
Chuck Levera3ca5652012-03-01 17:00:40 -05002224 dprintk("%s: begin!\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04002225 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
2226 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227 /* hmm. we are done with the inode, and in the process of freeing
2228 * the state_owner. we keep this around to process errors
2229 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230 switch (task->tk_status) {
2231 case 0:
Fred Isamanf7e89172011-01-06 11:36:32 +00002232 if (calldata->roc)
2233 pnfs_roc_set_barrier(state->inode,
2234 calldata->roc_barrier);
Trond Myklebust45328c32007-07-26 17:47:34 -04002235 nfs_set_open_stateid(state, &calldata->res.stateid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002236 renew_lease(server, calldata->timestamp);
Trond Myklebust88069f72009-12-08 08:33:16 -05002237 nfs4_close_clear_stateid_flags(state,
2238 calldata->arg.fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239 break;
2240 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002241 case -NFS4ERR_OLD_STATEID:
2242 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243 case -NFS4ERR_EXPIRED:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002244 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002245 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246 default:
Trond Myklebust72211db2009-12-15 14:47:36 -05002247 if (nfs4_async_handle_error(task, server, state) == -EAGAIN)
2248 rpc_restart_call_prepare(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249 }
Trond Myklebust72211db2009-12-15 14:47:36 -05002250 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04002251 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Chuck Levera3ca5652012-03-01 17:00:40 -05002252 dprintk("%s: done, ret = %d!\n", __func__, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253}
2254
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002255static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002257 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07002258 struct nfs4_state *state = calldata->state;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002259 struct inode *inode = calldata->inode;
Trond Myklebust88069f72009-12-08 08:33:16 -05002260 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07002261
Chuck Levera3ca5652012-03-01 17:00:40 -05002262 dprintk("%s: begin!\n", __func__);
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002263 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002264 goto out_wait;
Trond Myklebust003707c2007-07-05 18:07:55 -04002265
Trond Myklebust88069f72009-12-08 08:33:16 -05002266 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
2267 calldata->arg.fmode = FMODE_READ|FMODE_WRITE;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002268 spin_lock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04002269 /* Calculate the change in open mode */
Trond Myklebuste7616922006-01-03 09:55:13 +01002270 if (state->n_rdwr == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04002271 if (state->n_rdonly == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002272 call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags);
2273 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags);
2274 calldata->arg.fmode &= ~FMODE_READ;
Trond Myklebust003707c2007-07-05 18:07:55 -04002275 }
2276 if (state->n_wronly == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002277 call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags);
2278 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags);
2279 calldata->arg.fmode &= ~FMODE_WRITE;
Trond Myklebust003707c2007-07-05 18:07:55 -04002280 }
Trond Myklebuste7616922006-01-03 09:55:13 +01002281 }
Trond Myklebust5d422302013-03-14 16:57:48 -04002282 if (!nfs4_valid_open_stateid(state))
2283 call_close = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002284 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002285
2286 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002287 /* Note: exit _without_ calling nfs4_close_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002288 goto out_no_action;
Trond Myklebust95121352005-10-18 14:20:12 -07002289 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002290
Fred Isamanf7e89172011-01-06 11:36:32 +00002291 if (calldata->arg.fmode == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002292 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Fred Isamanf7e89172011-01-06 11:36:32 +00002293 if (calldata->roc &&
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002294 pnfs_roc_drain(inode, &calldata->roc_barrier, task)) {
2295 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002296 goto out_wait;
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002297 }
Fred Isamanf7e89172011-01-06 11:36:32 +00002298 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002299
Trond Myklebust516a6af2005-10-27 22:12:41 -04002300 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002301 calldata->timestamp = jiffies;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002302 if (nfs4_setup_sequence(NFS_SERVER(inode),
Trond Myklebust9d12b212012-01-17 22:04:25 -05002303 &calldata->arg.seq_args,
2304 &calldata->res.seq_res,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04002305 task) != 0)
2306 nfs_release_seqid(calldata->arg.seqid);
Chuck Levera3ca5652012-03-01 17:00:40 -05002307 dprintk("%s: done!\n", __func__);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002308 return;
2309out_no_action:
2310 task->tk_action = NULL;
2311out_wait:
2312 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313}
2314
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002315static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002316 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002317 .rpc_call_done = nfs4_close_done,
2318 .rpc_release = nfs4_free_closedata,
2319};
2320
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321/*
2322 * It is possible for data to be read/written from a mem-mapped file
2323 * after the sys_close call (which hits the vfs layer as a flush).
2324 * This means that we can't safely call nfsv4 close on a file until
2325 * the inode is cleared. This in turn means that we are not good
2326 * NFSv4 citizens - we do not indicate to the server to update the file's
2327 * share state even when we are done with one of the three share
2328 * stateid's in the inode.
2329 *
2330 * NOTE: Caller must be holding the sp->so_owner semaphore!
2331 */
Trond Myklebust1f7977c2012-09-20 20:31:51 -04002332int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002333{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002334 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002336 struct nfs4_state_owner *sp = state->owner;
2337 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002338 struct rpc_message msg = {
2339 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2340 .rpc_cred = state->owner->so_cred,
2341 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002342 struct rpc_task_setup task_setup_data = {
2343 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002344 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002345 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002346 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002347 .flags = RPC_TASK_ASYNC,
2348 };
Trond Myklebust95121352005-10-18 14:20:12 -07002349 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002351 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002353 goto out;
Trond Myklebust9d12b212012-01-17 22:04:25 -05002354 nfs41_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002355 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002357 calldata->arg.fh = NFS_FH(state->inode);
Trond Myklebust003707c2007-07-05 18:07:55 -04002358 calldata->arg.stateid = &state->open_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359 /* Serialization for the sequence id */
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002360 calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebust95121352005-10-18 14:20:12 -07002361 if (calldata->arg.seqid == NULL)
2362 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002363 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002364 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002365 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002366 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002367 calldata->res.server = server;
Trond Myklebust1f7977c2012-09-20 20:31:51 -04002368 calldata->roc = pnfs_roc(state->inode);
Al Viro643168c2011-06-22 18:20:23 -04002369 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002370
Trond Myklebust1174dd12010-12-21 10:52:24 -05002371 msg.rpc_argp = &calldata->arg;
2372 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002373 task_setup_data.callback_data = calldata;
2374 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002375 if (IS_ERR(task))
2376 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002377 status = 0;
2378 if (wait)
2379 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002380 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002381 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002382out_free_calldata:
2383 kfree(calldata);
2384out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04002385 nfs4_put_open_state(state);
2386 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002387 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388}
2389
Trond Myklebust2b484292010-09-17 10:56:51 -04002390static struct inode *
Trond Myklebustcd9a1c02010-09-17 10:56:50 -04002391nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx, int open_flags, struct iattr *attr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393 struct nfs4_state *state;
2394
Trond Myklebust565277f2007-10-15 18:17:53 -04002395 /* Protect against concurrent sillydeletes */
Andy Adamson82be4172012-05-23 05:02:35 -04002396 state = nfs4_do_open(dir, ctx->dentry, ctx->mode, open_flags, attr,
2397 ctx->cred, &ctx->mdsthreshold);
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002398 if (IS_ERR(state))
2399 return ERR_CAST(state);
Trond Myklebustcd9a1c02010-09-17 10:56:50 -04002400 ctx->state = state;
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002401 return igrab(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402}
2403
Trond Myklebust1185a552009-12-03 15:54:02 -05002404static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002405{
2406 if (ctx->state == NULL)
2407 return;
2408 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04002409 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002410 else
Al Viro643168c2011-06-22 18:20:23 -04002411 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002412}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413
2414static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2415{
Benny Halevy43652ad2009-04-01 09:21:54 -04002416 struct nfs4_server_caps_arg args = {
2417 .fhandle = fhandle,
2418 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419 struct nfs4_server_caps_res res = {};
2420 struct rpc_message msg = {
2421 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002422 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423 .rpc_resp = &res,
2424 };
2425 int status;
2426
Bryan Schumaker7c513052011-03-24 17:12:24 +00002427 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428 if (status == 0) {
2429 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002430 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2431 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2432 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2433 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
2434 NFS_CAP_CTIME|NFS_CAP_MTIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002435 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL)
2436 server->caps |= NFS_CAP_ACLS;
2437 if (res.has_links != 0)
2438 server->caps |= NFS_CAP_HARDLINKS;
2439 if (res.has_symlinks != 0)
2440 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002441 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2442 server->caps |= NFS_CAP_FILEID;
2443 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2444 server->caps |= NFS_CAP_MODE;
2445 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2446 server->caps |= NFS_CAP_NLINK;
2447 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2448 server->caps |= NFS_CAP_OWNER;
2449 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2450 server->caps |= NFS_CAP_OWNER_GROUP;
2451 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2452 server->caps |= NFS_CAP_ATIME;
2453 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2454 server->caps |= NFS_CAP_CTIME;
2455 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2456 server->caps |= NFS_CAP_MTIME;
2457
Trond Myklebusta65318b2009-03-11 14:10:28 -04002458 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2459 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2460 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461 server->acl_bitmask = res.acl_bitmask;
Chuck Lever264e6352012-03-01 17:02:05 -05002462 server->fh_expire_type = res.fh_expire_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002464
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465 return status;
2466}
2467
Trond Myklebust55a97592006-06-09 09:34:19 -04002468int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002469{
2470 struct nfs4_exception exception = { };
2471 int err;
2472 do {
2473 err = nfs4_handle_exception(server,
2474 _nfs4_server_capabilities(server, fhandle),
2475 &exception);
2476 } while (exception.retry);
2477 return err;
2478}
2479
2480static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2481 struct nfs_fsinfo *info)
2482{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483 struct nfs4_lookup_root_arg args = {
2484 .bitmask = nfs4_fattr_bitmap,
2485 };
2486 struct nfs4_lookup_res res = {
2487 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002488 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489 .fh = fhandle,
2490 };
2491 struct rpc_message msg = {
2492 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2493 .rpc_argp = &args,
2494 .rpc_resp = &res,
2495 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002496
Trond Myklebust0e574af2005-10-27 22:12:38 -04002497 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002498 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499}
2500
2501static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2502 struct nfs_fsinfo *info)
2503{
2504 struct nfs4_exception exception = { };
2505 int err;
2506 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002507 err = _nfs4_lookup_root(server, fhandle, info);
2508 switch (err) {
2509 case 0:
2510 case -NFS4ERR_WRONGSEC:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002511 goto out;
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002512 default:
2513 err = nfs4_handle_exception(server, err, &exception);
2514 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002516out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517 return err;
2518}
2519
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002520static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
2521 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
2522{
2523 struct rpc_auth *auth;
2524 int ret;
2525
2526 auth = rpcauth_create(flavor, server->client);
Wei Yongjune8d920c2012-09-21 12:27:41 +08002527 if (IS_ERR(auth)) {
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002528 ret = -EIO;
2529 goto out;
2530 }
2531 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002532out:
2533 return ret;
2534}
2535
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002536static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04002537 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538{
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002539 int i, len, status = 0;
Bryan Schumaker0fabee22011-04-13 14:31:29 -04002540 rpc_authflavor_t flav_array[NFS_MAX_SECFLAVORS];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541
Chuck Lever6a1a1e32012-07-11 16:31:08 -04002542 len = rpcauth_list_flavors(flav_array, ARRAY_SIZE(flav_array));
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04002543 if (len < 0)
2544 return len;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002545
2546 for (i = 0; i < len; i++) {
Chuck Lever6a1a1e32012-07-11 16:31:08 -04002547 /* AUTH_UNIX is the default flavor if none was specified,
2548 * thus has already been tried. */
2549 if (flav_array[i] == RPC_AUTH_UNIX)
2550 continue;
2551
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002552 status = nfs4_lookup_root_sec(server, fhandle, info, flav_array[i]);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002553 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
Bryan Schumakerd1a80162011-04-13 14:31:28 -04002554 continue;
2555 break;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002556 }
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002557 /*
2558 * -EACCESS could mean that the user doesn't have correct permissions
2559 * to access the mount. It could also mean that we tried to mount
2560 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
2561 * existing mount programs don't handle -EACCES very well so it should
2562 * be mapped to -EPERM instead.
2563 */
2564 if (status == -EACCES)
2565 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002566 return status;
2567}
2568
2569/*
2570 * get the file handle for the "/" directory on the server
2571 */
Bryan Schumaker3028eb22012-05-10 15:07:30 -04002572int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle,
2573 struct nfs_fsinfo *info)
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002574{
Bryan Schumakerfca78d62011-06-02 14:59:07 -04002575 int minor_version = server->nfs_client->cl_minorversion;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002576 int status = nfs4_lookup_root(server, fhandle, info);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002577 if ((status == -NFS4ERR_WRONGSEC) && !(server->flags & NFS_MOUNT_SECFLAVOUR))
2578 /*
2579 * A status of -NFS4ERR_WRONGSEC will be mapped to -EPERM
2580 * by nfs4_map_errors() as this function exits.
2581 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04002582 status = nfs_v4_minor_ops[minor_version]->find_root_sec(server, fhandle, info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583 if (status == 0)
2584 status = nfs4_server_capabilities(server, fhandle);
2585 if (status == 0)
2586 status = nfs4_do_fsinfo(server, fhandle, info);
Trond Myklebustc12e87f2006-03-13 21:20:47 -08002587 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588}
2589
Bryan Schumakerbae36242012-05-10 15:07:31 -04002590static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh,
2591 struct nfs_fsinfo *info)
2592{
2593 int error;
2594 struct nfs_fattr *fattr = info->fattr;
2595
2596 error = nfs4_server_capabilities(server, mntfh);
2597 if (error < 0) {
2598 dprintk("nfs4_get_root: getcaps error = %d\n", -error);
2599 return error;
2600 }
2601
2602 error = nfs4_proc_getattr(server, mntfh, fattr);
2603 if (error < 0) {
2604 dprintk("nfs4_get_root: getattr error = %d\n", -error);
2605 return error;
2606 }
2607
2608 if (fattr->valid & NFS_ATTR_FATTR_FSID &&
2609 !nfs_fsid_equal(&server->fsid, &fattr->fsid))
2610 memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid));
2611
2612 return error;
2613}
2614
Manoj Naik6b97fd32006-06-09 09:34:29 -04002615/*
2616 * Get locations and (maybe) other attributes of a referral.
2617 * Note that we'll actually follow the referral later when
2618 * we detect fsid mismatch in inode revalidation
2619 */
Bryan Schumakerf05d1472012-04-27 13:27:41 -04002620static int nfs4_get_referral(struct rpc_clnt *client, struct inode *dir,
2621 const struct qstr *name, struct nfs_fattr *fattr,
2622 struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04002623{
2624 int status = -ENOMEM;
2625 struct page *page = NULL;
2626 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04002627
2628 page = alloc_page(GFP_KERNEL);
2629 if (page == NULL)
2630 goto out;
2631 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
2632 if (locations == NULL)
2633 goto out;
2634
Bryan Schumakerf05d1472012-04-27 13:27:41 -04002635 status = nfs4_proc_fs_locations(client, dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002636 if (status != 0)
2637 goto out;
2638 /* Make sure server returned a different fsid for the referral */
2639 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04002640 dprintk("%s: server did not return a different fsid for"
2641 " a referral at %s\n", __func__, name->name);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002642 status = -EIO;
2643 goto out;
2644 }
Andy Adamson533eb462011-06-13 18:25:56 -04002645 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
2646 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002647
Andy Adamson533eb462011-06-13 18:25:56 -04002648 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04002649 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04002650 memset(fhandle, 0, sizeof(struct nfs_fh));
2651out:
2652 if (page)
2653 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04002654 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002655 return status;
2656}
2657
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2659{
2660 struct nfs4_getattr_arg args = {
2661 .fh = fhandle,
2662 .bitmask = server->attr_bitmask,
2663 };
2664 struct nfs4_getattr_res res = {
2665 .fattr = fattr,
2666 .server = server,
2667 };
2668 struct rpc_message msg = {
2669 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
2670 .rpc_argp = &args,
2671 .rpc_resp = &res,
2672 };
2673
Trond Myklebust0e574af2005-10-27 22:12:38 -04002674 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002675 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676}
2677
2678static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2679{
2680 struct nfs4_exception exception = { };
2681 int err;
2682 do {
2683 err = nfs4_handle_exception(server,
2684 _nfs4_proc_getattr(server, fhandle, fattr),
2685 &exception);
2686 } while (exception.retry);
2687 return err;
2688}
2689
2690/*
2691 * The file is not closed if it is opened due to the a request to change
2692 * the size of the file. The open call will not be needed once the
2693 * VFS layer lookup-intents are implemented.
2694 *
2695 * Close is called when the inode is destroyed.
2696 * If we haven't opened the file for O_WRONLY, we
2697 * need to in the size_change case to obtain a stateid.
2698 *
2699 * Got race?
2700 * Because OPEN is always done by name in nfsv4, it is
2701 * possible that we opened a different file by the same
2702 * name. We can recognize this race condition, but we
2703 * can't do anything about it besides returning an error.
2704 *
2705 * This will be fixed with VFS changes (lookup-intent).
2706 */
2707static int
2708nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
2709 struct iattr *sattr)
2710{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002711 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002712 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05002713 struct nfs4_state *state = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002714 int status;
2715
Benny Halevy8a1636c2010-07-14 15:43:57 -04002716 if (pnfs_ld_layoutret_on_setattr(inode))
Trond Myklebust24028672013-03-20 13:23:33 -04002717 pnfs_commit_and_return_layout(inode);
Benny Halevy8a1636c2010-07-14 15:43:57 -04002718
Trond Myklebust0e574af2005-10-27 22:12:38 -04002719 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720
Andy Adamson26699402012-05-30 16:12:24 -04002721 /* Deal with open(O_TRUNC) */
2722 if (sattr->ia_valid & ATTR_OPEN)
2723 sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME|ATTR_OPEN);
2724
2725 /* Optimization: if the end result is no change, don't RPC */
2726 if ((sattr->ia_valid & ~(ATTR_FILE)) == 0)
2727 return 0;
2728
Trond Myklebustd5308382005-11-04 15:33:38 -05002729 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002730 if (sattr->ia_valid & ATTR_FILE) {
2731 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002732
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002733 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11002734 if (ctx) {
2735 cred = ctx->cred;
2736 state = ctx->state;
2737 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002738 }
2739
2740 status = nfs4_do_setattr(inode, cred, fattr, sattr, state);
Trond Myklebust65e43082005-08-16 11:49:44 -04002741 if (status == 0)
2742 nfs_setattr_update_inode(inode, sattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743 return status;
2744}
2745
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002746static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
2747 const struct qstr *name, struct nfs_fh *fhandle,
2748 struct nfs_fattr *fattr)
David Howells2b3de442006-08-22 20:06:09 -04002749{
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002750 struct nfs_server *server = NFS_SERVER(dir);
David Howells2b3de442006-08-22 20:06:09 -04002751 int status;
2752 struct nfs4_lookup_arg args = {
2753 .bitmask = server->attr_bitmask,
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002754 .dir_fh = NFS_FH(dir),
David Howells2b3de442006-08-22 20:06:09 -04002755 .name = name,
2756 };
2757 struct nfs4_lookup_res res = {
2758 .server = server,
2759 .fattr = fattr,
2760 .fh = fhandle,
2761 };
2762 struct rpc_message msg = {
2763 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
2764 .rpc_argp = &args,
2765 .rpc_resp = &res,
2766 };
2767
2768 nfs_fattr_init(fattr);
2769
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002771 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772 dprintk("NFS reply lookup: %d\n", status);
2773 return status;
2774}
2775
Bryan Schumaker72de53e2012-04-27 13:27:40 -04002776static void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr)
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00002777{
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00002778 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Bryan Schumaker72de53e2012-04-27 13:27:40 -04002779 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_MOUNTPOINT;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00002780 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
2781 fattr->nlink = 2;
2782}
2783
Bryan Schumaker72de53e2012-04-27 13:27:40 -04002784static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir,
2785 struct qstr *name, struct nfs_fh *fhandle,
2786 struct nfs_fattr *fattr)
2787{
2788 struct nfs4_exception exception = { };
2789 struct rpc_clnt *client = *clnt;
2790 int err;
2791 do {
2792 err = _nfs4_proc_lookup(client, dir, name, fhandle, fattr);
2793 switch (err) {
2794 case -NFS4ERR_BADNAME:
2795 err = -ENOENT;
2796 goto out;
2797 case -NFS4ERR_MOVED:
Bryan Schumakerf05d1472012-04-27 13:27:41 -04002798 err = nfs4_get_referral(client, dir, name, fattr, fhandle);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04002799 goto out;
2800 case -NFS4ERR_WRONGSEC:
2801 err = -EPERM;
2802 if (client != *clnt)
2803 goto out;
2804
2805 client = nfs4_create_sec_client(client, dir, name);
2806 if (IS_ERR(client))
2807 return PTR_ERR(client);
2808
2809 exception.retry = 1;
2810 break;
2811 default:
2812 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
2813 }
2814 } while (exception.retry);
2815
2816out:
2817 if (err == 0)
2818 *clnt = client;
2819 else if (client != *clnt)
2820 rpc_shutdown_client(client);
2821
2822 return err;
2823}
2824
Bryan Schumaker80a16b22012-04-27 13:27:46 -04002825static int nfs4_proc_lookup(struct inode *dir, struct qstr *name,
Bryan Schumaker7c513052011-03-24 17:12:24 +00002826 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827{
Bryan Schumaker72de53e2012-04-27 13:27:40 -04002828 int status;
2829 struct rpc_clnt *client = NFS_CLIENT(dir);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002830
Bryan Schumaker72de53e2012-04-27 13:27:40 -04002831 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr);
2832 if (client != NFS_CLIENT(dir)) {
2833 rpc_shutdown_client(client);
2834 nfs_fixup_secinfo_attributes(fattr);
2835 }
2836 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837}
2838
Bryan Schumakerf05d1472012-04-27 13:27:41 -04002839struct rpc_clnt *
2840nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name,
2841 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2842{
2843 int status;
2844 struct rpc_clnt *client = rpc_clone_client(NFS_CLIENT(dir));
2845
2846 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr);
2847 if (status < 0) {
2848 rpc_shutdown_client(client);
2849 return ERR_PTR(status);
2850 }
2851 return client;
2852}
2853
Linus Torvalds1da177e2005-04-16 15:20:36 -07002854static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2855{
Trond Myklebust76b32992007-08-10 17:45:11 -04002856 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857 struct nfs4_accessargs args = {
2858 .fh = NFS_FH(inode),
Trond Myklebusta4980e72012-01-30 15:43:56 -05002859 .bitmask = server->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002860 };
Trond Myklebust76b32992007-08-10 17:45:11 -04002861 struct nfs4_accessres res = {
2862 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04002863 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864 struct rpc_message msg = {
2865 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
2866 .rpc_argp = &args,
2867 .rpc_resp = &res,
2868 .rpc_cred = entry->cred,
2869 };
2870 int mode = entry->mask;
2871 int status;
2872
2873 /*
2874 * Determine which access bits we want to ask for...
2875 */
2876 if (mode & MAY_READ)
2877 args.access |= NFS4_ACCESS_READ;
2878 if (S_ISDIR(inode->i_mode)) {
2879 if (mode & MAY_WRITE)
2880 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
2881 if (mode & MAY_EXEC)
2882 args.access |= NFS4_ACCESS_LOOKUP;
2883 } else {
2884 if (mode & MAY_WRITE)
2885 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
2886 if (mode & MAY_EXEC)
2887 args.access |= NFS4_ACCESS_EXECUTE;
2888 }
Trond Myklebustc407d412010-04-16 16:22:48 -04002889
2890 res.fattr = nfs_alloc_fattr();
2891 if (res.fattr == NULL)
2892 return -ENOMEM;
2893
Bryan Schumaker7c513052011-03-24 17:12:24 +00002894 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002895 if (!status) {
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002896 nfs_access_set_mask(entry, res.access);
Trond Myklebustc407d412010-04-16 16:22:48 -04002897 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898 }
Trond Myklebustc407d412010-04-16 16:22:48 -04002899 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900 return status;
2901}
2902
2903static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2904{
2905 struct nfs4_exception exception = { };
2906 int err;
2907 do {
2908 err = nfs4_handle_exception(NFS_SERVER(inode),
2909 _nfs4_proc_access(inode, entry),
2910 &exception);
2911 } while (exception.retry);
2912 return err;
2913}
2914
2915/*
2916 * TODO: For the time being, we don't try to get any attributes
2917 * along with any of the zero-copy operations READ, READDIR,
2918 * READLINK, WRITE.
2919 *
2920 * In the case of the first three, we want to put the GETATTR
2921 * after the read-type operation -- this is because it is hard
2922 * to predict the length of a GETATTR response in v4, and thus
2923 * align the READ data correctly. This means that the GETATTR
2924 * may end up partially falling into the page cache, and we should
2925 * shift it into the 'tail' of the xdr_buf before processing.
2926 * To do this efficiently, we need to know the total length
2927 * of data received, which doesn't seem to be available outside
2928 * of the RPC layer.
2929 *
2930 * In the case of WRITE, we also want to put the GETATTR after
2931 * the operation -- in this case because we want to make sure
Trond Myklebust140150d2012-06-05 15:20:25 -04002932 * we get the post-operation mtime and size.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002933 *
2934 * Both of these changes to the XDR layer would in fact be quite
2935 * minor, but I decided to leave them for a subsequent patch.
2936 */
2937static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
2938 unsigned int pgbase, unsigned int pglen)
2939{
2940 struct nfs4_readlink args = {
2941 .fh = NFS_FH(inode),
2942 .pgbase = pgbase,
2943 .pglen = pglen,
2944 .pages = &page,
2945 };
Benny Halevyf50c7002009-04-01 09:21:55 -04002946 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947 struct rpc_message msg = {
2948 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
2949 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04002950 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002951 };
2952
Bryan Schumaker7c513052011-03-24 17:12:24 +00002953 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 -07002954}
2955
2956static int nfs4_proc_readlink(struct inode *inode, struct page *page,
2957 unsigned int pgbase, unsigned int pglen)
2958{
2959 struct nfs4_exception exception = { };
2960 int err;
2961 do {
2962 err = nfs4_handle_exception(NFS_SERVER(inode),
2963 _nfs4_proc_readlink(inode, page, pgbase, pglen),
2964 &exception);
2965 } while (exception.retry);
2966 return err;
2967}
2968
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969/*
Miklos Szeredi8867fe52012-06-05 15:10:19 +02002970 * This is just for mknod. open(O_CREAT) will always do ->open_context().
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972static int
2973nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Miklos Szeredi8867fe52012-06-05 15:10:19 +02002974 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975{
Miklos Szeredi8867fe52012-06-05 15:10:19 +02002976 struct nfs_open_context *ctx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977 struct nfs4_state *state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978 int status = 0;
2979
Miklos Szeredi8867fe52012-06-05 15:10:19 +02002980 ctx = alloc_nfs_open_context(dentry, FMODE_READ);
2981 if (IS_ERR(ctx))
2982 return PTR_ERR(ctx);
2983
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00002984 sattr->ia_mode &= ~current_umask();
Trond Myklebust8626e4a2012-07-16 12:01:42 -04002985 state = nfs4_do_open(dir, dentry, ctx->mode,
2986 flags, sattr, ctx->cred,
2987 &ctx->mdsthreshold);
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002988 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989 if (IS_ERR(state)) {
2990 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002991 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992 }
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002993 d_add(dentry, igrab(state->inode));
Trond Myklebustd75340c2007-10-01 21:42:01 -04002994 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Miklos Szeredi8867fe52012-06-05 15:10:19 +02002995 ctx->state = state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996out:
Miklos Szeredi8867fe52012-06-05 15:10:19 +02002997 put_nfs_open_context(ctx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998 return status;
2999}
3000
3001static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
3002{
Trond Myklebust16e42952005-10-27 22:12:44 -04003003 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003004 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005 .fh = NFS_FH(dir),
Linus Torvalds26fe5752012-05-10 13:14:12 -07003006 .name = *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003008 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04003009 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04003010 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003011 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003012 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
3013 .rpc_argp = &args,
3014 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015 };
Trond Myklebust778d2812012-04-27 13:48:19 -04003016 int status;
Trond Myklebustd3468902010-04-16 16:22:50 -04003017
Bryan Schumaker7c513052011-03-24 17:12:24 +00003018 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust778d2812012-04-27 13:48:19 -04003019 if (status == 0)
Trond Myklebust16e42952005-10-27 22:12:44 -04003020 update_changeattr(dir, &res.cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021 return status;
3022}
3023
3024static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
3025{
3026 struct nfs4_exception exception = { };
3027 int err;
3028 do {
3029 err = nfs4_handle_exception(NFS_SERVER(dir),
3030 _nfs4_proc_remove(dir, name),
3031 &exception);
3032 } while (exception.retry);
3033 return err;
3034}
3035
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003036static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003037{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003038 struct nfs_server *server = NFS_SERVER(dir);
3039 struct nfs_removeargs *args = msg->rpc_argp;
3040 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003041
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003042 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Trond Myklebust9d12b212012-01-17 22:04:25 -05003044 nfs41_init_sequence(&args->seq_args, &res->seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045}
3046
Bryan Schumaker34e137c2012-03-19 14:54:41 -04003047static void nfs4_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data)
3048{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003049 nfs4_setup_sequence(NFS_SERVER(data->dir),
3050 &data->args.seq_args,
3051 &data->res.seq_res,
3052 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053}
3054
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003055static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003057 struct nfs_removeres *res = task->tk_msg.rpc_resp;
3058
Trond Myklebust14516c32010-07-31 14:29:06 -04003059 if (!nfs4_sequence_done(task, &res->seq_res))
3060 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003061 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003062 return 0;
3063 update_changeattr(dir, &res->cinfo);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003064 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065}
3066
Jeff Laytond3d41522010-09-17 17:31:57 -04003067static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
3068{
3069 struct nfs_server *server = NFS_SERVER(dir);
3070 struct nfs_renameargs *arg = msg->rpc_argp;
3071 struct nfs_renameres *res = msg->rpc_resp;
3072
3073 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
Jeff Laytond3d41522010-09-17 17:31:57 -04003074 res->server = server;
Trond Myklebust9d12b212012-01-17 22:04:25 -05003075 nfs41_init_sequence(&arg->seq_args, &res->seq_res, 1);
Jeff Laytond3d41522010-09-17 17:31:57 -04003076}
3077
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04003078static void nfs4_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data)
3079{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003080 nfs4_setup_sequence(NFS_SERVER(data->old_dir),
3081 &data->args.seq_args,
3082 &data->res.seq_res,
3083 task);
Jeff Laytond3d41522010-09-17 17:31:57 -04003084}
3085
3086static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
3087 struct inode *new_dir)
3088{
3089 struct nfs_renameres *res = task->tk_msg.rpc_resp;
3090
3091 if (!nfs4_sequence_done(task, &res->seq_res))
3092 return 0;
3093 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
3094 return 0;
3095
3096 update_changeattr(old_dir, &res->old_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003097 update_changeattr(new_dir, &res->new_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003098 return 1;
3099}
3100
Linus Torvalds1da177e2005-04-16 15:20:36 -07003101static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
3102 struct inode *new_dir, struct qstr *new_name)
3103{
Trond Myklebust6caf2c82005-10-27 22:12:43 -04003104 struct nfs_server *server = NFS_SERVER(old_dir);
Jeff Layton920769f2010-09-17 17:30:25 -04003105 struct nfs_renameargs arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106 .old_dir = NFS_FH(old_dir),
3107 .new_dir = NFS_FH(new_dir),
3108 .old_name = old_name,
3109 .new_name = new_name,
3110 };
Jeff Laytone8582a82010-09-17 17:31:06 -04003111 struct nfs_renameres res = {
Trond Myklebust6caf2c82005-10-27 22:12:43 -04003112 .server = server,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04003113 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114 struct rpc_message msg = {
3115 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME],
3116 .rpc_argp = &arg,
3117 .rpc_resp = &res,
3118 };
Trond Myklebust011fff72010-04-16 16:22:49 -04003119 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120
Bryan Schumaker7c513052011-03-24 17:12:24 +00003121 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003122 if (!status) {
3123 update_changeattr(old_dir, &res.old_cinfo);
3124 update_changeattr(new_dir, &res.new_cinfo);
3125 }
3126 return status;
3127}
3128
3129static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
3130 struct inode *new_dir, struct qstr *new_name)
3131{
3132 struct nfs4_exception exception = { };
3133 int err;
3134 do {
3135 err = nfs4_handle_exception(NFS_SERVER(old_dir),
3136 _nfs4_proc_rename(old_dir, old_name,
3137 new_dir, new_name),
3138 &exception);
3139 } while (exception.retry);
3140 return err;
3141}
3142
3143static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3144{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003145 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146 struct nfs4_link_arg arg = {
3147 .fh = NFS_FH(inode),
3148 .dir_fh = NFS_FH(dir),
3149 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003150 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003151 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003152 struct nfs4_link_res res = {
3153 .server = server,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003154 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155 struct rpc_message msg = {
3156 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
3157 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003158 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003159 };
Trond Myklebust136f2622010-04-16 16:22:49 -04003160 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161
Trond Myklebust136f2622010-04-16 16:22:49 -04003162 res.fattr = nfs_alloc_fattr();
Trond Myklebust778d2812012-04-27 13:48:19 -04003163 if (res.fattr == NULL)
Trond Myklebust136f2622010-04-16 16:22:49 -04003164 goto out;
3165
Bryan Schumaker7c513052011-03-24 17:12:24 +00003166 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003167 if (!status) {
3168 update_changeattr(dir, &res.cinfo);
Trond Myklebust73a3d072006-05-25 01:40:47 -04003169 nfs_post_op_update_inode(inode, res.fattr);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003170 }
Trond Myklebust136f2622010-04-16 16:22:49 -04003171out:
Trond Myklebust136f2622010-04-16 16:22:49 -04003172 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173 return status;
3174}
3175
3176static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3177{
3178 struct nfs4_exception exception = { };
3179 int err;
3180 do {
3181 err = nfs4_handle_exception(NFS_SERVER(inode),
3182 _nfs4_proc_link(inode, dir, name),
3183 &exception);
3184 } while (exception.retry);
3185 return err;
3186}
3187
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003188struct nfs4_createdata {
3189 struct rpc_message msg;
3190 struct nfs4_create_arg arg;
3191 struct nfs4_create_res res;
3192 struct nfs_fh fh;
3193 struct nfs_fattr fattr;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003194};
3195
3196static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
3197 struct qstr *name, struct iattr *sattr, u32 ftype)
3198{
3199 struct nfs4_createdata *data;
3200
3201 data = kzalloc(sizeof(*data), GFP_KERNEL);
3202 if (data != NULL) {
3203 struct nfs_server *server = NFS_SERVER(dir);
3204
3205 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
3206 data->msg.rpc_argp = &data->arg;
3207 data->msg.rpc_resp = &data->res;
3208 data->arg.dir_fh = NFS_FH(dir);
3209 data->arg.server = server;
3210 data->arg.name = name;
3211 data->arg.attrs = sattr;
3212 data->arg.ftype = ftype;
3213 data->arg.bitmask = server->attr_bitmask;
3214 data->res.server = server;
3215 data->res.fh = &data->fh;
3216 data->res.fattr = &data->fattr;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003217 nfs_fattr_init(data->res.fattr);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003218 }
3219 return data;
3220}
3221
3222static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
3223{
Bryan Schumaker7c513052011-03-24 17:12:24 +00003224 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00003225 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003226 if (status == 0) {
3227 update_changeattr(dir, &data->res.dir_cinfo);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003228 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr);
3229 }
3230 return status;
3231}
3232
3233static void nfs4_free_createdata(struct nfs4_createdata *data)
3234{
3235 kfree(data);
3236}
3237
Chuck Lever4f390c12006-08-22 20:06:22 -04003238static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04003239 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003241 struct nfs4_createdata *data;
3242 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003243
Chuck Lever94a6d752006-08-22 20:06:23 -04003244 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003245 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04003246
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003247 status = -ENOMEM;
3248 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
3249 if (data == NULL)
3250 goto out;
3251
3252 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
3253 data->arg.u.symlink.pages = &page;
3254 data->arg.u.symlink.len = len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003255
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003256 status = nfs4_do_create(dir, dentry, data);
3257
3258 nfs4_free_createdata(data);
3259out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003260 return status;
3261}
3262
Chuck Lever4f390c12006-08-22 20:06:22 -04003263static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04003264 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003265{
3266 struct nfs4_exception exception = { };
3267 int err;
3268 do {
3269 err = nfs4_handle_exception(NFS_SERVER(dir),
Chuck Lever94a6d752006-08-22 20:06:23 -04003270 _nfs4_proc_symlink(dir, dentry, page,
3271 len, sattr),
Linus Torvalds1da177e2005-04-16 15:20:36 -07003272 &exception);
3273 } while (exception.retry);
3274 return err;
3275}
3276
3277static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
3278 struct iattr *sattr)
3279{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003280 struct nfs4_createdata *data;
3281 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003282
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003283 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
3284 if (data == NULL)
3285 goto out;
3286
3287 status = nfs4_do_create(dir, dentry, data);
3288
3289 nfs4_free_createdata(data);
3290out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291 return status;
3292}
3293
3294static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
3295 struct iattr *sattr)
3296{
3297 struct nfs4_exception exception = { };
3298 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003299
3300 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301 do {
3302 err = nfs4_handle_exception(NFS_SERVER(dir),
3303 _nfs4_proc_mkdir(dir, dentry, sattr),
3304 &exception);
3305 } while (exception.retry);
3306 return err;
3307}
3308
3309static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003310 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003311{
3312 struct inode *dir = dentry->d_inode;
3313 struct nfs4_readdir_arg args = {
3314 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003315 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003316 .pgbase = 0,
3317 .count = count,
Trond Myklebust96d25e52009-11-11 16:15:42 +09003318 .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04003319 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003320 };
3321 struct nfs4_readdir_res res;
3322 struct rpc_message msg = {
3323 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
3324 .rpc_argp = &args,
3325 .rpc_resp = &res,
3326 .rpc_cred = cred,
3327 };
3328 int status;
3329
Harvey Harrison3110ff82008-05-02 13:42:44 -07003330 dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003331 dentry->d_parent->d_name.name,
3332 dentry->d_name.name,
3333 (unsigned long long)cookie);
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003334 nfs4_setup_readdir(cookie, NFS_I(dir)->cookieverf, dentry, &args);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003335 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00003336 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 -05003337 if (status >= 0) {
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003338 memcpy(NFS_I(dir)->cookieverf, res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05003339 status += args.pgbase;
3340 }
Trond Myklebustc4812992007-09-28 17:11:45 -04003341
3342 nfs_invalidate_atime(dir);
3343
Harvey Harrison3110ff82008-05-02 13:42:44 -07003344 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003345 return status;
3346}
3347
3348static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003349 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350{
3351 struct nfs4_exception exception = { };
3352 int err;
3353 do {
3354 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode),
3355 _nfs4_proc_readdir(dentry, cred, cookie,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003356 pages, count, plus),
Linus Torvalds1da177e2005-04-16 15:20:36 -07003357 &exception);
3358 } while (exception.retry);
3359 return err;
3360}
3361
3362static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3363 struct iattr *sattr, dev_t rdev)
3364{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003365 struct nfs4_createdata *data;
3366 int mode = sattr->ia_mode;
3367 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003369 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
3370 if (data == NULL)
3371 goto out;
3372
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003374 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003376 data->arg.ftype = NF4BLK;
3377 data->arg.u.device.specdata1 = MAJOR(rdev);
3378 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003379 }
3380 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003381 data->arg.ftype = NF4CHR;
3382 data->arg.u.device.specdata1 = MAJOR(rdev);
3383 data->arg.u.device.specdata2 = MINOR(rdev);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003384 } else if (!S_ISSOCK(mode)) {
3385 status = -EINVAL;
3386 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003388
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003389 status = nfs4_do_create(dir, dentry, data);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003390out_free:
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003391 nfs4_free_createdata(data);
3392out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003393 return status;
3394}
3395
3396static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3397 struct iattr *sattr, dev_t rdev)
3398{
3399 struct nfs4_exception exception = { };
3400 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003401
3402 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003403 do {
3404 err = nfs4_handle_exception(NFS_SERVER(dir),
3405 _nfs4_proc_mknod(dir, dentry, sattr, rdev),
3406 &exception);
3407 } while (exception.retry);
3408 return err;
3409}
3410
3411static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
3412 struct nfs_fsstat *fsstat)
3413{
3414 struct nfs4_statfs_arg args = {
3415 .fh = fhandle,
3416 .bitmask = server->attr_bitmask,
3417 };
Benny Halevy24ad1482009-04-01 09:21:56 -04003418 struct nfs4_statfs_res res = {
3419 .fsstat = fsstat,
3420 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421 struct rpc_message msg = {
3422 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
3423 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04003424 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425 };
3426
Trond Myklebust0e574af2005-10-27 22:12:38 -04003427 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003428 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429}
3430
3431static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
3432{
3433 struct nfs4_exception exception = { };
3434 int err;
3435 do {
3436 err = nfs4_handle_exception(server,
3437 _nfs4_proc_statfs(server, fhandle, fsstat),
3438 &exception);
3439 } while (exception.retry);
3440 return err;
3441}
3442
3443static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
3444 struct nfs_fsinfo *fsinfo)
3445{
3446 struct nfs4_fsinfo_arg args = {
3447 .fh = fhandle,
3448 .bitmask = server->attr_bitmask,
3449 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04003450 struct nfs4_fsinfo_res res = {
3451 .fsinfo = fsinfo,
3452 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003453 struct rpc_message msg = {
3454 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
3455 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04003456 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003457 };
3458
Bryan Schumaker7c513052011-03-24 17:12:24 +00003459 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460}
3461
3462static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
3463{
3464 struct nfs4_exception exception = { };
3465 int err;
3466
3467 do {
3468 err = nfs4_handle_exception(server,
3469 _nfs4_do_fsinfo(server, fhandle, fsinfo),
3470 &exception);
3471 } while (exception.retry);
3472 return err;
3473}
3474
3475static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
3476{
Bryan Schumakere38eb652012-06-20 15:53:40 -04003477 int error;
3478
Trond Myklebust0e574af2005-10-27 22:12:38 -04003479 nfs_fattr_init(fsinfo->fattr);
Bryan Schumakere38eb652012-06-20 15:53:40 -04003480 error = nfs4_do_fsinfo(server, fhandle, fsinfo);
Peng Taodc182542012-08-24 00:27:49 +08003481 if (error == 0) {
3482 /* block layout checks this! */
3483 server->pnfs_blksize = fsinfo->blksize;
Bryan Schumakere38eb652012-06-20 15:53:40 -04003484 set_pnfs_layoutdriver(server, fhandle, fsinfo->layouttype);
Peng Taodc182542012-08-24 00:27:49 +08003485 }
Bryan Schumakere38eb652012-06-20 15:53:40 -04003486
3487 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488}
3489
3490static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
3491 struct nfs_pathconf *pathconf)
3492{
3493 struct nfs4_pathconf_arg args = {
3494 .fh = fhandle,
3495 .bitmask = server->attr_bitmask,
3496 };
Benny Halevyd45b2982009-04-01 09:21:58 -04003497 struct nfs4_pathconf_res res = {
3498 .pathconf = pathconf,
3499 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003500 struct rpc_message msg = {
3501 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
3502 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04003503 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003504 };
3505
3506 /* None of the pathconf attributes are mandatory to implement */
3507 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
3508 memset(pathconf, 0, sizeof(*pathconf));
3509 return 0;
3510 }
3511
Trond Myklebust0e574af2005-10-27 22:12:38 -04003512 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003513 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003514}
3515
3516static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
3517 struct nfs_pathconf *pathconf)
3518{
3519 struct nfs4_exception exception = { };
3520 int err;
3521
3522 do {
3523 err = nfs4_handle_exception(server,
3524 _nfs4_proc_pathconf(server, fhandle, pathconf),
3525 &exception);
3526 } while (exception.retry);
3527 return err;
3528}
3529
Trond Myklebust5521abf2013-03-16 20:54:34 -04003530int nfs4_set_rw_stateid(nfs4_stateid *stateid,
Trond Myklebust9b206142013-03-17 15:52:00 -04003531 const struct nfs_open_context *ctx,
3532 const struct nfs_lock_context *l_ctx,
3533 fmode_t fmode)
3534{
3535 const struct nfs_lockowner *lockowner = NULL;
3536
3537 if (l_ctx != NULL)
3538 lockowner = &l_ctx->lockowner;
Trond Myklebust5521abf2013-03-16 20:54:34 -04003539 return nfs4_select_rw_stateid(stateid, ctx->state, fmode, lockowner);
Trond Myklebust9b206142013-03-17 15:52:00 -04003540}
3541EXPORT_SYMBOL_GPL(nfs4_set_rw_stateid);
3542
Trond Myklebust5521abf2013-03-16 20:54:34 -04003543static bool nfs4_stateid_is_current(nfs4_stateid *stateid,
3544 const struct nfs_open_context *ctx,
3545 const struct nfs_lock_context *l_ctx,
3546 fmode_t fmode)
3547{
3548 nfs4_stateid current_stateid;
3549
3550 if (nfs4_set_rw_stateid(&current_stateid, ctx, l_ctx, fmode))
3551 return false;
3552 return nfs4_stateid_match(stateid, &current_stateid);
3553}
3554
3555static bool nfs4_error_stateid_expired(int err)
3556{
3557 switch (err) {
3558 case -NFS4ERR_DELEG_REVOKED:
3559 case -NFS4ERR_ADMIN_REVOKED:
3560 case -NFS4ERR_BAD_STATEID:
3561 case -NFS4ERR_STALE_STATEID:
3562 case -NFS4ERR_OLD_STATEID:
3563 case -NFS4ERR_OPENMODE:
3564 case -NFS4ERR_EXPIRED:
3565 return true;
3566 }
3567 return false;
3568}
3569
Benny Halevyd20581a2011-05-22 19:52:03 +03003570void __nfs4_read_done_cb(struct nfs_read_data *data)
3571{
Fred Isamancd841602012-04-20 14:47:44 -04003572 nfs_invalidate_atime(data->header->inode);
Benny Halevyd20581a2011-05-22 19:52:03 +03003573}
3574
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003575static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_read_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003576{
Fred Isamancd841602012-04-20 14:47:44 -04003577 struct nfs_server *server = NFS_SERVER(data->header->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003578
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003579 if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07003580 rpc_restart_call_prepare(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05003581 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582 }
Trond Myklebust8850df92007-09-28 17:20:07 -04003583
Benny Halevyd20581a2011-05-22 19:52:03 +03003584 __nfs4_read_done_cb(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003585 if (task->tk_status > 0)
Trond Myklebustec06c092006-03-20 13:44:27 -05003586 renew_lease(server, data->timestamp);
3587 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003588}
3589
Trond Myklebust5521abf2013-03-16 20:54:34 -04003590static bool nfs4_read_stateid_changed(struct rpc_task *task,
3591 struct nfs_readargs *args)
3592{
3593
3594 if (!nfs4_error_stateid_expired(task->tk_status) ||
3595 nfs4_stateid_is_current(&args->stateid,
3596 args->context,
3597 args->lock_context,
3598 FMODE_READ))
3599 return false;
3600 rpc_restart_call_prepare(task);
3601 return true;
3602}
3603
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003604static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data)
3605{
3606
3607 dprintk("--> %s\n", __func__);
3608
3609 if (!nfs4_sequence_done(task, &data->res.seq_res))
3610 return -EAGAIN;
Trond Myklebust5521abf2013-03-16 20:54:34 -04003611 if (nfs4_read_stateid_changed(task, &data->args))
3612 return -EAGAIN;
Benny Halevyd20581a2011-05-22 19:52:03 +03003613 return data->read_done_cb ? data->read_done_cb(task, data) :
3614 nfs4_read_done_cb(task, data);
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003615}
3616
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003617static void nfs4_proc_read_setup(struct nfs_read_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003618{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619 data->timestamp = jiffies;
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003620 data->read_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003621 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Trond Myklebust9d12b212012-01-17 22:04:25 -05003622 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623}
3624
Bryan Schumakerea7c3302012-03-19 14:54:40 -04003625static void nfs4_proc_read_rpc_prepare(struct rpc_task *task, struct nfs_read_data *data)
3626{
Trond Myklebust9b206142013-03-17 15:52:00 -04003627 if (nfs4_setup_sequence(NFS_SERVER(data->header->inode),
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003628 &data->args.seq_args,
3629 &data->res.seq_res,
Trond Myklebust9b206142013-03-17 15:52:00 -04003630 task))
3631 return;
3632 nfs4_set_rw_stateid(&data->args.stateid, data->args.context,
3633 data->args.lock_context, FMODE_READ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003634}
3635
Fred Isamanb029bc92011-03-03 15:13:42 +00003636static int nfs4_write_done_cb(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003637{
Fred Isamancd841602012-04-20 14:47:44 -04003638 struct inode *inode = data->header->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003640 if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07003641 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003642 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003643 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003644 if (task->tk_status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003645 renew_lease(NFS_SERVER(inode), data->timestamp);
Trond Myklebust5a37f852012-04-28 14:55:16 -04003646 nfs_post_op_update_inode_force_wcc(inode, &data->fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003647 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05003648 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003649}
3650
Trond Myklebust5521abf2013-03-16 20:54:34 -04003651static bool nfs4_write_stateid_changed(struct rpc_task *task,
3652 struct nfs_writeargs *args)
3653{
3654
3655 if (!nfs4_error_stateid_expired(task->tk_status) ||
3656 nfs4_stateid_is_current(&args->stateid,
3657 args->context,
3658 args->lock_context,
3659 FMODE_WRITE))
3660 return false;
3661 rpc_restart_call_prepare(task);
3662 return true;
3663}
3664
Fred Isamanb029bc92011-03-03 15:13:42 +00003665static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data)
3666{
3667 if (!nfs4_sequence_done(task, &data->res.seq_res))
3668 return -EAGAIN;
Trond Myklebust5521abf2013-03-16 20:54:34 -04003669 if (nfs4_write_stateid_changed(task, &data->args))
3670 return -EAGAIN;
Benny Halevyd20581a2011-05-22 19:52:03 +03003671 return data->write_done_cb ? data->write_done_cb(task, data) :
3672 nfs4_write_done_cb(task, data);
Fred Isamanb029bc92011-03-03 15:13:42 +00003673}
3674
Trond Myklebust5a37f852012-04-28 14:55:16 -04003675static
3676bool nfs4_write_need_cache_consistency_data(const struct nfs_write_data *data)
Fred Isamana69aef12011-03-03 15:13:47 +00003677{
Trond Myklebust5a37f852012-04-28 14:55:16 -04003678 const struct nfs_pgio_header *hdr = data->header;
3679
3680 /* Don't request attributes for pNFS or O_DIRECT writes */
3681 if (data->ds_clp != NULL || hdr->dreq != NULL)
3682 return false;
3683 /* Otherwise, request attributes if and only if we don't hold
3684 * a delegation
3685 */
Bryan Schumaker011e2a72012-06-20 15:53:43 -04003686 return nfs4_have_delegation(hdr->inode, FMODE_READ) == 0;
Fred Isamana69aef12011-03-03 15:13:47 +00003687}
Fred Isamana69aef12011-03-03 15:13:47 +00003688
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003689static void nfs4_proc_write_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003690{
Fred Isamancd841602012-04-20 14:47:44 -04003691 struct nfs_server *server = NFS_SERVER(data->header->inode);
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003692
Trond Myklebust5a37f852012-04-28 14:55:16 -04003693 if (!nfs4_write_need_cache_consistency_data(data)) {
Fred Isaman7ffd1062011-03-03 15:13:46 +00003694 data->args.bitmask = NULL;
3695 data->res.fattr = NULL;
3696 } else
3697 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust5a37f852012-04-28 14:55:16 -04003698
Fred Isamanb029bc92011-03-03 15:13:42 +00003699 if (!data->write_done_cb)
3700 data->write_done_cb = nfs4_write_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003701 data->res.server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003702 data->timestamp = jiffies;
3703
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003704 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Trond Myklebust9d12b212012-01-17 22:04:25 -05003705 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706}
3707
Bryan Schumakerc6cb80d2012-03-19 14:54:39 -04003708static void nfs4_proc_write_rpc_prepare(struct rpc_task *task, struct nfs_write_data *data)
3709{
Trond Myklebust9b206142013-03-17 15:52:00 -04003710 if (nfs4_setup_sequence(NFS_SERVER(data->header->inode),
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003711 &data->args.seq_args,
3712 &data->res.seq_res,
Trond Myklebust9b206142013-03-17 15:52:00 -04003713 task))
3714 return;
3715 nfs4_set_rw_stateid(&data->args.stateid, data->args.context,
3716 data->args.lock_context, FMODE_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717}
3718
Fred Isaman0b7c0152012-04-20 14:47:39 -04003719static void nfs4_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data)
3720{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003721 nfs4_setup_sequence(NFS_SERVER(data->inode),
3722 &data->args.seq_args,
3723 &data->res.seq_res,
3724 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725}
3726
Fred Isaman0b7c0152012-04-20 14:47:39 -04003727static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_commit_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003728{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003729 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04003730
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003731 if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07003732 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003733 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05003735 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003736}
3737
Fred Isaman0b7c0152012-04-20 14:47:39 -04003738static int nfs4_commit_done(struct rpc_task *task, struct nfs_commit_data *data)
Fred Isaman5f452432011-03-23 13:27:46 +00003739{
3740 if (!nfs4_sequence_done(task, &data->res.seq_res))
3741 return -EAGAIN;
Fred Isaman0b7c0152012-04-20 14:47:39 -04003742 return data->commit_done_cb(task, data);
Fred Isaman5f452432011-03-23 13:27:46 +00003743}
3744
Fred Isaman0b7c0152012-04-20 14:47:39 -04003745static void nfs4_proc_commit_setup(struct nfs_commit_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003746{
Trond Myklebust788e7a82006-03-20 13:44:27 -05003747 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00003748
Fred Isaman0b7c0152012-04-20 14:47:39 -04003749 if (data->commit_done_cb == NULL)
3750 data->commit_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003751 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003752 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Trond Myklebust9d12b212012-01-17 22:04:25 -05003753 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003754}
3755
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003756struct nfs4_renewdata {
3757 struct nfs_client *client;
3758 unsigned long timestamp;
3759};
3760
Linus Torvalds1da177e2005-04-16 15:20:36 -07003761/*
3762 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
3763 * standalone procedure for queueing an asynchronous RENEW.
3764 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003765static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003766{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003767 struct nfs4_renewdata *data = calldata;
3768 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003769
Alexandros Batsakis0851de062010-02-05 03:45:06 -08003770 if (atomic_read(&clp->cl_count) > 1)
3771 nfs4_schedule_state_renewal(clp);
3772 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003773 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003774}
3775
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003776static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003777{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003778 struct nfs4_renewdata *data = calldata;
3779 struct nfs_client *clp = data->client;
3780 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781
3782 if (task->tk_status < 0) {
Trond Myklebust95baa252009-05-26 14:51:00 -04003783 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04003784 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
3785 return;
3786 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003787 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04003788 return;
3789 }
3790 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791 }
Trond Myklebust452e9352010-07-31 14:29:06 -04003792 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003793}
3794
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003795static const struct rpc_call_ops nfs4_renew_ops = {
3796 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003797 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003798};
3799
Trond Myklebust2f60ea62011-08-24 15:07:37 -04003800static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003801{
3802 struct rpc_message msg = {
3803 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3804 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003805 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003806 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003807 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003808
Trond Myklebust2f60ea62011-08-24 15:07:37 -04003809 if (renew_flags == 0)
3810 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08003811 if (!atomic_inc_not_zero(&clp->cl_count))
3812 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04003813 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003814 if (data == NULL)
3815 return -ENOMEM;
3816 data->client = clp;
3817 data->timestamp = jiffies;
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04003818 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003819 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820}
3821
Trond Myklebust8534d4e2011-08-24 15:07:37 -04003822static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003823{
3824 struct rpc_message msg = {
3825 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3826 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003827 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003828 };
3829 unsigned long now = jiffies;
3830 int status;
3831
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04003832 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833 if (status < 0)
3834 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04003835 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003836 return 0;
3837}
3838
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003839static inline int nfs4_server_supports_acls(struct nfs_server *server)
3840{
3841 return (server->caps & NFS_CAP_ACLS)
3842 && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
3843 && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL);
3844}
3845
Trond Myklebust21f498c2012-08-24 10:59:25 -04003846/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_SIZE, and that
3847 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_SIZE) bytes on
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003848 * the stack.
3849 */
Trond Myklebust21f498c2012-08-24 10:59:25 -04003850#define NFS4ACL_MAXPAGES DIV_ROUND_UP(XATTR_SIZE_MAX, PAGE_SIZE)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003851
Neil Hormane9e3d722011-03-04 19:26:03 -05003852static int buf_to_pages_noslab(const void *buf, size_t buflen,
3853 struct page **pages, unsigned int *pgbase)
3854{
3855 struct page *newpage, **spages;
3856 int rc = 0;
3857 size_t len;
3858 spages = pages;
3859
3860 do {
Trond Myklebust21f498c2012-08-24 10:59:25 -04003861 len = min_t(size_t, PAGE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05003862 newpage = alloc_page(GFP_KERNEL);
3863
3864 if (newpage == NULL)
3865 goto unwind;
3866 memcpy(page_address(newpage), buf, len);
3867 buf += len;
3868 buflen -= len;
3869 *pages++ = newpage;
3870 rc++;
3871 } while (buflen != 0);
3872
3873 return rc;
3874
3875unwind:
3876 for(; rc > 0; rc--)
3877 __free_page(spages[rc-1]);
3878 return -ENOMEM;
3879}
3880
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003881struct nfs4_cached_acl {
3882 int cached;
3883 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00003884 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003885};
3886
3887static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003888{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003889 struct nfs_inode *nfsi = NFS_I(inode);
3890
3891 spin_lock(&inode->i_lock);
3892 kfree(nfsi->nfs4_acl);
3893 nfsi->nfs4_acl = acl;
3894 spin_unlock(&inode->i_lock);
3895}
3896
3897static void nfs4_zap_acl_attr(struct inode *inode)
3898{
3899 nfs4_set_cached_acl(inode, NULL);
3900}
3901
3902static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
3903{
3904 struct nfs_inode *nfsi = NFS_I(inode);
3905 struct nfs4_cached_acl *acl;
3906 int ret = -ENOENT;
3907
3908 spin_lock(&inode->i_lock);
3909 acl = nfsi->nfs4_acl;
3910 if (acl == NULL)
3911 goto out;
3912 if (buf == NULL) /* user is just asking for length */
3913 goto out_len;
3914 if (acl->cached == 0)
3915 goto out;
3916 ret = -ERANGE; /* see getxattr(2) man page */
3917 if (acl->len > buflen)
3918 goto out;
3919 memcpy(buf, acl->data, acl->len);
3920out_len:
3921 ret = acl->len;
3922out:
3923 spin_unlock(&inode->i_lock);
3924 return ret;
3925}
3926
Sachin Prabhu5794d212012-04-17 14:36:40 +01003927static 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 +00003928{
3929 struct nfs4_cached_acl *acl;
Trond Myklebustb291f1b2012-08-14 18:30:41 -04003930 size_t buflen = sizeof(*acl) + acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003931
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07003932 if (buflen <= PAGE_SIZE) {
Trond Myklebustb291f1b2012-08-14 18:30:41 -04003933 acl = kmalloc(buflen, GFP_KERNEL);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003934 if (acl == NULL)
3935 goto out;
3936 acl->cached = 1;
Sachin Prabhu5794d212012-04-17 14:36:40 +01003937 _copy_from_pages(acl->data, pages, pgbase, acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003938 } else {
3939 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
3940 if (acl == NULL)
3941 goto out;
3942 acl->cached = 0;
3943 }
3944 acl->len = acl_len;
3945out:
3946 nfs4_set_cached_acl(inode, acl);
3947}
3948
Andy Adamsonbf118a32011-12-07 11:55:27 -05003949/*
3950 * The getxattr API returns the required buffer length when called with a
3951 * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating
3952 * the required buf. On a NULL buf, we send a page of data to the server
3953 * guessing that the ACL request can be serviced by a page. If so, we cache
3954 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
3955 * the cache. If not so, we throw away the page, and cache the required
3956 * length. The next getxattr call will then produce another round trip to
3957 * the server, this time with the input buf of the required size.
3958 */
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003959static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003960{
Andy Adamsonbf118a32011-12-07 11:55:27 -05003961 struct page *pages[NFS4ACL_MAXPAGES] = {NULL, };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003962 struct nfs_getaclargs args = {
3963 .fh = NFS_FH(inode),
3964 .acl_pages = pages,
3965 .acl_len = buflen,
3966 };
Benny Halevy663c79b2009-04-01 09:21:59 -04003967 struct nfs_getaclres res = {
3968 .acl_len = buflen,
3969 };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003970 struct rpc_message msg = {
3971 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
3972 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04003973 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003974 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04003975 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
3976 int ret = -ENOMEM, i;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003977
Andy Adamsonbf118a32011-12-07 11:55:27 -05003978 /* As long as we're doing a round trip to the server anyway,
3979 * let's be prepared for a page of acl data. */
3980 if (npages == 0)
3981 npages = 1;
Trond Myklebust21f498c2012-08-24 10:59:25 -04003982 if (npages > ARRAY_SIZE(pages))
3983 return -ERANGE;
Sachin Prabhu5a006892012-04-17 14:35:39 +01003984
Andy Adamsonbf118a32011-12-07 11:55:27 -05003985 for (i = 0; i < npages; i++) {
3986 pages[i] = alloc_page(GFP_KERNEL);
3987 if (!pages[i])
3988 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003989 }
Sachin Prabhu5a006892012-04-17 14:35:39 +01003990
3991 /* for decoding across pages */
3992 res.acl_scratch = alloc_page(GFP_KERNEL);
3993 if (!res.acl_scratch)
3994 goto out_free;
3995
Andy Adamsonbf118a32011-12-07 11:55:27 -05003996 args.acl_len = npages * PAGE_SIZE;
3997 args.acl_pgbase = 0;
Sachin Prabhu5a006892012-04-17 14:35:39 +01003998
Peng Taode040be2012-01-10 22:42:47 +08003999 dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n",
Andy Adamsonbf118a32011-12-07 11:55:27 -05004000 __func__, buf, buflen, npages, args.acl_len);
4001 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode),
4002 &msg, &args.seq_args, &res.seq_res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004003 if (ret)
4004 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05004005
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004006 /* Handle the case where the passed-in buffer is too short */
4007 if (res.acl_flags & NFS4_ACL_TRUNC) {
4008 /* Did the user only issue a request for the acl length? */
4009 if (buf == NULL)
4010 goto out_ok;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004011 ret = -ERANGE;
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004012 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004013 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004014 nfs4_write_cached_acl(inode, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004015 if (buf) {
4016 if (res.acl_len > buflen) {
4017 ret = -ERANGE;
4018 goto out_free;
4019 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004020 _copy_from_pages(buf, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004021 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004022out_ok:
4023 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004024out_free:
Andy Adamsonbf118a32011-12-07 11:55:27 -05004025 for (i = 0; i < npages; i++)
4026 if (pages[i])
4027 __free_page(pages[i]);
Trond Myklebust331818f2012-02-03 18:30:53 -05004028 if (res.acl_scratch)
4029 __free_page(res.acl_scratch);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004030 return ret;
4031}
4032
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004033static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
4034{
4035 struct nfs4_exception exception = { };
4036 ssize_t ret;
4037 do {
4038 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
4039 if (ret >= 0)
4040 break;
4041 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
4042 } while (exception.retry);
4043 return ret;
4044}
4045
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004046static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
4047{
4048 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004049 int ret;
4050
4051 if (!nfs4_server_supports_acls(server))
4052 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004053 ret = nfs_revalidate_inode(server, inode);
4054 if (ret < 0)
4055 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004056 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
4057 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004058 ret = nfs4_read_cached_acl(inode, buf, buflen);
4059 if (ret != -ENOENT)
Andy Adamsonbf118a32011-12-07 11:55:27 -05004060 /* -ENOENT is returned if there is no ACL or if there is an ACL
4061 * but no cached acl data, just the acl length */
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004062 return ret;
4063 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004064}
4065
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004066static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004067{
4068 struct nfs_server *server = NFS_SERVER(inode);
4069 struct page *pages[NFS4ACL_MAXPAGES];
4070 struct nfs_setaclargs arg = {
4071 .fh = NFS_FH(inode),
4072 .acl_pages = pages,
4073 .acl_len = buflen,
4074 };
Benny Halevy73c403a2009-04-01 09:22:01 -04004075 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004076 struct rpc_message msg = {
4077 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
4078 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04004079 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004080 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004081 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
Neil Hormane9e3d722011-03-04 19:26:03 -05004082 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004083
4084 if (!nfs4_server_supports_acls(server))
4085 return -EOPNOTSUPP;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004086 if (npages > ARRAY_SIZE(pages))
4087 return -ERANGE;
Neil Hormane9e3d722011-03-04 19:26:03 -05004088 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
4089 if (i < 0)
4090 return i;
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04004091 nfs4_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004092 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05004093
4094 /*
4095 * Free each page after tx, so the only ref left is
4096 * held by the network stack
4097 */
4098 for (; i > 0; i--)
4099 put_page(pages[i-1]);
4100
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004101 /*
4102 * Acl update can result in inode attribute update.
4103 * so mark the attribute cache invalid.
4104 */
4105 spin_lock(&inode->i_lock);
4106 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
4107 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04004108 nfs_access_zap_cache(inode);
4109 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004110 return ret;
4111}
4112
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004113static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
4114{
4115 struct nfs4_exception exception = { };
4116 int err;
4117 do {
4118 err = nfs4_handle_exception(NFS_SERVER(inode),
4119 __nfs4_proc_set_acl(inode, buf, buflen),
4120 &exception);
4121 } while (exception.retry);
4122 return err;
4123}
4124
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125static int
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004126nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004128 struct nfs_client *clp = server->nfs_client;
4129
4130 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004131 return 0;
4132 switch(task->tk_status) {
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05004133 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004134 case -NFS4ERR_ADMIN_REVOKED:
4135 case -NFS4ERR_BAD_STATEID:
Trond Myklebust14977482012-03-27 18:31:25 -04004136 if (state == NULL)
4137 break;
4138 nfs_remove_bad_delegation(state->inode);
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004139 case -NFS4ERR_OPENMODE:
4140 if (state == NULL)
4141 break;
Trond Myklebust5d422302013-03-14 16:57:48 -04004142 if (nfs4_schedule_stateid_recovery(server, state) < 0)
4143 goto stateid_invalid;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004144 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -04004145 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -04004146 if (state != NULL) {
4147 if (nfs4_schedule_stateid_recovery(server, state) < 0)
4148 goto stateid_invalid;
4149 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004150 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004151 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004152 nfs4_schedule_lease_recovery(clp);
4153 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004154#if defined(CONFIG_NFS_V4_1)
4155 case -NFS4ERR_BADSESSION:
4156 case -NFS4ERR_BADSLOT:
4157 case -NFS4ERR_BAD_HIGH_SLOT:
4158 case -NFS4ERR_DEADSESSION:
4159 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4160 case -NFS4ERR_SEQ_FALSE_RETRY:
4161 case -NFS4ERR_SEQ_MISORDERED:
4162 dprintk("%s ERROR %d, Reset session\n", __func__,
4163 task->tk_status);
Trond Myklebust9f594792012-05-27 13:02:53 -04004164 nfs4_schedule_session_recovery(clp->cl_session, task->tk_status);
Andy Adamson4745e312009-04-01 09:22:42 -04004165 task->tk_status = 0;
4166 return -EAGAIN;
4167#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004169 nfs_inc_server_stats(server, NFSIOS_DELAY);
Chuck Lever006ea732006-03-20 13:44:14 -05004170 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004171 rpc_delay(task, NFS4_POLL_RETRY_MAX);
4172 task->tk_status = 0;
4173 return -EAGAIN;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04004174 case -NFS4ERR_RETRY_UNCACHED_REP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004175 case -NFS4ERR_OLD_STATEID:
4176 task->tk_status = 0;
4177 return -EAGAIN;
4178 }
4179 task->tk_status = nfs4_map_errors(task->tk_status);
4180 return 0;
Trond Myklebust5d422302013-03-14 16:57:48 -04004181stateid_invalid:
4182 task->tk_status = -EIO;
4183 return 0;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004184wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004185 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004186 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
4187 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
4188 task->tk_status = 0;
4189 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004190}
4191
Chuck Leverf0920752012-05-21 22:45:41 -04004192static void nfs4_init_boot_verifier(const struct nfs_client *clp,
4193 nfs4_verifier *bootverf)
Chuck Levercd937102012-03-02 17:14:31 -05004194{
4195 __be32 verf[2];
4196
Chuck Lever2c820d92012-05-21 22:45:33 -04004197 if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) {
4198 /* An impossible timestamp guarantees this value
4199 * will never match a generated boot time. */
4200 verf[0] = 0;
4201 verf[1] = (__be32)(NSEC_PER_SEC + 1);
4202 } else {
Chuck Leverf0920752012-05-21 22:45:41 -04004203 struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id);
4204 verf[0] = (__be32)nn->boot_time.tv_sec;
4205 verf[1] = (__be32)nn->boot_time.tv_nsec;
Chuck Lever2c820d92012-05-21 22:45:33 -04004206 }
Chuck Levercd937102012-03-02 17:14:31 -05004207 memcpy(bootverf->data, verf, sizeof(bootverf->data));
4208}
4209
Chuck Levere984a552012-09-14 17:24:21 -04004210static unsigned int
4211nfs4_init_nonuniform_client_string(const struct nfs_client *clp,
4212 char *buf, size_t len)
4213{
4214 unsigned int result;
4215
4216 rcu_read_lock();
4217 result = scnprintf(buf, len, "Linux NFSv4.0 %s/%s %s",
4218 clp->cl_ipaddr,
4219 rpc_peeraddr2str(clp->cl_rpcclient,
4220 RPC_DISPLAY_ADDR),
4221 rpc_peeraddr2str(clp->cl_rpcclient,
4222 RPC_DISPLAY_PROTO));
4223 rcu_read_unlock();
4224 return result;
4225}
4226
4227static unsigned int
4228nfs4_init_uniform_client_string(const struct nfs_client *clp,
4229 char *buf, size_t len)
4230{
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04004231 char *nodename = clp->cl_rpcclient->cl_nodename;
4232
4233 if (nfs4_client_id_uniquifier[0] != '\0')
4234 nodename = nfs4_client_id_uniquifier;
Chuck Levere984a552012-09-14 17:24:21 -04004235 return scnprintf(buf, len, "Linux NFSv%u.%u %s",
4236 clp->rpc_ops->version, clp->cl_minorversion,
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04004237 nodename);
Chuck Levere984a552012-09-14 17:24:21 -04004238}
4239
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004240/**
4241 * nfs4_proc_setclientid - Negotiate client ID
4242 * @clp: state data structure
4243 * @program: RPC program for NFSv4 callback service
4244 * @port: IP port number for NFS4 callback service
4245 * @cred: RPC credential to use for this call
4246 * @res: where to place the result
4247 *
4248 * Returns zero, a negative errno, or a negative NFS4ERR status code.
4249 */
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04004250int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
4251 unsigned short port, struct rpc_cred *cred,
4252 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004253{
4254 nfs4_verifier sc_verifier;
4255 struct nfs4_setclientid setclientid = {
4256 .sc_verifier = &sc_verifier,
4257 .sc_prog = program,
Andy Adamsonf4eecd52011-01-06 02:04:30 +00004258 .sc_cb_ident = clp->cl_cb_ident,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004259 };
4260 struct rpc_message msg = {
4261 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
4262 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04004263 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01004264 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004265 };
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004266 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004267
Chuck Leverde734832012-07-11 16:30:50 -04004268 /* nfs_client_id4 */
Chuck Leverf0920752012-05-21 22:45:41 -04004269 nfs4_init_boot_verifier(clp, &sc_verifier);
Chuck Levere984a552012-09-14 17:24:21 -04004270 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags))
4271 setclientid.sc_name_len =
4272 nfs4_init_uniform_client_string(clp,
4273 setclientid.sc_name,
4274 sizeof(setclientid.sc_name));
4275 else
4276 setclientid.sc_name_len =
4277 nfs4_init_nonuniform_client_string(clp,
4278 setclientid.sc_name,
4279 sizeof(setclientid.sc_name));
Chuck Leverde734832012-07-11 16:30:50 -04004280 /* cb_client4 */
Chuck Levere984a552012-09-14 17:24:21 -04004281 rcu_read_lock();
Chuck Leverde734832012-07-11 16:30:50 -04004282 setclientid.sc_netid_len = scnprintf(setclientid.sc_netid,
Chuck Leverd4d3c502007-12-10 14:57:09 -05004283 sizeof(setclientid.sc_netid),
4284 rpc_peeraddr2str(clp->cl_rpcclient,
4285 RPC_DISPLAY_NETID));
Chuck Leverde734832012-07-11 16:30:50 -04004286 rcu_read_unlock();
4287 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05004288 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07004289 clp->cl_ipaddr, port >> 8, port & 255);
4290
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004291 dprintk("NFS call setclientid auth=%s, '%.*s'\n",
4292 clp->cl_rpcclient->cl_auth->au_ops->au_name,
4293 setclientid.sc_name_len, setclientid.sc_name);
4294 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
4295 dprintk("NFS reply setclientid: %d\n", status);
4296 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004297}
4298
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004299/**
4300 * nfs4_proc_setclientid_confirm - Confirm client ID
4301 * @clp: state data structure
4302 * @res: result of a previous SETCLIENTID
4303 * @cred: RPC credential to use for this call
4304 *
4305 * Returns zero, a negative errno, or a negative NFS4ERR status code.
4306 */
Trond Myklebustfd954ae2011-04-24 14:28:18 -04004307int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04004308 struct nfs4_setclientid_res *arg,
4309 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004310{
4311 struct nfs_fsinfo fsinfo;
4312 struct rpc_message msg = {
4313 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04004314 .rpc_argp = arg,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004315 .rpc_resp = &fsinfo,
Trond Myklebust286d7d62006-01-03 09:55:26 +01004316 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004317 };
4318 unsigned long now;
4319 int status;
4320
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004321 dprintk("NFS call setclientid_confirm auth=%s, (client ID %llx)\n",
4322 clp->cl_rpcclient->cl_auth->au_ops->au_name,
4323 clp->cl_clientid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004324 now = jiffies;
Trond Myklebust1bd714f2011-04-24 14:29:33 -04004325 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326 if (status == 0) {
4327 spin_lock(&clp->cl_lock);
4328 clp->cl_lease_time = fsinfo.lease_time * HZ;
4329 clp->cl_last_renewal = now;
4330 spin_unlock(&clp->cl_lock);
4331 }
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004332 dprintk("NFS reply setclientid_confirm: %d\n", status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004333 return status;
4334}
4335
Trond Myklebustfe650402006-01-03 09:55:18 +01004336struct nfs4_delegreturndata {
4337 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01004338 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01004339 struct nfs_fh fh;
4340 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004341 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01004342 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01004343 int rpc_status;
4344};
4345
Trond Myklebustfe650402006-01-03 09:55:18 +01004346static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
4347{
4348 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04004349
Trond Myklebust14516c32010-07-31 14:29:06 -04004350 if (!nfs4_sequence_done(task, &data->res.seq_res))
4351 return;
Andy Adamson938e1012009-04-01 09:22:28 -04004352
Ricardo Labiaga79708862009-12-07 09:23:21 -05004353 switch (task->tk_status) {
4354 case -NFS4ERR_STALE_STATEID:
4355 case -NFS4ERR_EXPIRED:
4356 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01004357 renew_lease(data->res.server, data->timestamp);
Ricardo Labiaga79708862009-12-07 09:23:21 -05004358 break;
4359 default:
4360 if (nfs4_async_handle_error(task, data->res.server, NULL) ==
4361 -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004362 rpc_restart_call_prepare(task);
Ricardo Labiaga79708862009-12-07 09:23:21 -05004363 return;
4364 }
4365 }
4366 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01004367}
4368
4369static void nfs4_delegreturn_release(void *calldata)
4370{
Trond Myklebustfe650402006-01-03 09:55:18 +01004371 kfree(calldata);
4372}
4373
Andy Adamson938e1012009-04-01 09:22:28 -04004374#if defined(CONFIG_NFS_V4_1)
4375static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
4376{
4377 struct nfs4_delegreturndata *d_data;
4378
4379 d_data = (struct nfs4_delegreturndata *)data;
4380
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004381 nfs4_setup_sequence(d_data->res.server,
4382 &d_data->args.seq_args,
4383 &d_data->res.seq_res,
4384 task);
Andy Adamson938e1012009-04-01 09:22:28 -04004385}
4386#endif /* CONFIG_NFS_V4_1 */
4387
Jesper Juhlc8d149f2006-03-20 13:44:07 -05004388static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04004389#if defined(CONFIG_NFS_V4_1)
4390 .rpc_call_prepare = nfs4_delegreturn_prepare,
4391#endif /* CONFIG_NFS_V4_1 */
Trond Myklebustfe650402006-01-03 09:55:18 +01004392 .rpc_call_done = nfs4_delegreturn_done,
4393 .rpc_release = nfs4_delegreturn_release,
4394};
4395
Trond Myklebuste6f81072008-01-24 18:14:34 -05004396static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01004397{
4398 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01004399 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01004400 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004401 struct rpc_message msg = {
4402 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
4403 .rpc_cred = cred,
4404 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04004405 struct rpc_task_setup task_setup_data = {
4406 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04004407 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004408 .callback_ops = &nfs4_delegreturn_ops,
4409 .flags = RPC_TASK_ASYNC,
4410 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05004411 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01004412
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004413 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01004414 if (data == NULL)
4415 return -ENOMEM;
Trond Myklebust9d12b212012-01-17 22:04:25 -05004416 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Trond Myklebustfe650402006-01-03 09:55:18 +01004417 data->args.fhandle = &data->fh;
4418 data->args.stateid = &data->stateid;
Trond Myklebust9e907fe2012-04-27 13:48:17 -04004419 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01004420 nfs_copy_fh(&data->fh, NFS_FH(inode));
Trond Myklebustf597c532012-03-04 18:13:56 -05004421 nfs4_stateid_copy(&data->stateid, stateid);
Trond Myklebustfa178f22006-01-03 09:55:38 +01004422 data->res.fattr = &data->fattr;
4423 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004424 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01004425 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01004426 data->rpc_status = 0;
4427
Trond Myklebustc970aa82007-07-14 15:39:59 -04004428 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05004429 msg.rpc_argp = &data->args;
4430 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04004431 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05004432 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01004433 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05004434 if (!issync)
4435 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01004436 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05004437 if (status != 0)
4438 goto out;
4439 status = data->rpc_status;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04004440 if (status == 0)
4441 nfs_post_op_update_inode_force_wcc(inode, &data->fattr);
4442 else
4443 nfs_refresh_inode(inode, &data->fattr);
Trond Myklebuste6f81072008-01-24 18:14:34 -05004444out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05004445 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01004446 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004447}
4448
Trond Myklebuste6f81072008-01-24 18:14:34 -05004449int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004450{
4451 struct nfs_server *server = NFS_SERVER(inode);
4452 struct nfs4_exception exception = { };
4453 int err;
4454 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05004455 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004456 switch (err) {
4457 case -NFS4ERR_STALE_STATEID:
4458 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004459 case 0:
4460 return 0;
4461 }
4462 err = nfs4_handle_exception(server, err, &exception);
4463 } while (exception.retry);
4464 return err;
4465}
4466
4467#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
4468#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
4469
4470/*
4471 * sleep, with exponential backoff, and retry the LOCK operation.
4472 */
4473static unsigned long
4474nfs4_set_lock_task_retry(unsigned long timeout)
4475{
Jeff Laytond3103102011-12-01 22:44:39 +01004476 freezable_schedule_timeout_killable(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004477 timeout <<= 1;
4478 if (timeout > NFS4_LOCK_MAXTIMEOUT)
4479 return NFS4_LOCK_MAXTIMEOUT;
4480 return timeout;
4481}
4482
Linus Torvalds1da177e2005-04-16 15:20:36 -07004483static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4484{
4485 struct inode *inode = state->inode;
4486 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04004487 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004488 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004489 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004490 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004491 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004492 struct nfs_lockt_res res = {
4493 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004494 };
4495 struct rpc_message msg = {
4496 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
4497 .rpc_argp = &arg,
4498 .rpc_resp = &res,
4499 .rpc_cred = state->owner->so_cred,
4500 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004501 struct nfs4_lock_state *lsp;
4502 int status;
4503
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004504 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00004505 status = nfs4_set_lock_state(state, request);
4506 if (status != 0)
4507 goto out;
4508 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05004509 arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05004510 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00004511 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004512 switch (status) {
4513 case 0:
4514 request->fl_type = F_UNLCK;
4515 break;
4516 case -NFS4ERR_DENIED:
4517 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004518 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05004519 request->fl_ops->fl_release_private(request);
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00004520out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004521 return status;
4522}
4523
4524static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4525{
4526 struct nfs4_exception exception = { };
4527 int err;
4528
4529 do {
4530 err = nfs4_handle_exception(NFS_SERVER(state->inode),
4531 _nfs4_proc_getlk(state, cmd, request),
4532 &exception);
4533 } while (exception.retry);
4534 return err;
4535}
4536
4537static int do_vfs_lock(struct file *file, struct file_lock *fl)
4538{
4539 int res = 0;
4540 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
4541 case FL_POSIX:
4542 res = posix_lock_file_wait(file, fl);
4543 break;
4544 case FL_FLOCK:
4545 res = flock_lock_file_wait(file, fl);
4546 break;
4547 default:
4548 BUG();
4549 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004550 return res;
4551}
4552
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004553struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004554 struct nfs_locku_args arg;
4555 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004556 struct nfs4_lock_state *lsp;
4557 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004558 struct file_lock fl;
4559 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004560 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004561};
4562
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004563static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
4564 struct nfs_open_context *ctx,
4565 struct nfs4_lock_state *lsp,
4566 struct nfs_seqid *seqid)
4567{
4568 struct nfs4_unlockdata *p;
4569 struct inode *inode = lsp->ls_state->inode;
4570
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004571 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004572 if (p == NULL)
4573 return NULL;
4574 p->arg.fh = NFS_FH(inode);
4575 p->arg.fl = &p->fl;
4576 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04004577 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004578 p->arg.stateid = &lsp->ls_stateid;
4579 p->lsp = lsp;
4580 atomic_inc(&lsp->ls_count);
4581 /* Ensure we don't close file until we're done freeing locks! */
4582 p->ctx = get_nfs_open_context(ctx);
4583 memcpy(&p->fl, fl, sizeof(p->fl));
4584 p->server = NFS_SERVER(inode);
4585 return p;
4586}
4587
Trond Myklebust06f814a2006-01-03 09:55:07 +01004588static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004589{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004590 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004591 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01004592 nfs4_put_lock_state(calldata->lsp);
4593 put_nfs_open_context(calldata->ctx);
4594 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004595}
4596
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004597static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004598{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004599 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004600
Trond Myklebust14516c32010-07-31 14:29:06 -04004601 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
4602 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004603 switch (task->tk_status) {
4604 case 0:
Trond Myklebustf597c532012-03-04 18:13:56 -05004605 nfs4_stateid_copy(&calldata->lsp->ls_stateid,
4606 &calldata->res.stateid);
Trond Myklebust26e976a2006-01-03 09:55:21 +01004607 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004608 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004609 case -NFS4ERR_BAD_STATEID:
4610 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004611 case -NFS4ERR_STALE_STATEID:
4612 case -NFS4ERR_EXPIRED:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004613 break;
4614 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004615 if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN)
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004616 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004617 }
Trond Myklebust2b1bc302012-10-29 18:53:23 -04004618 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004619}
4620
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01004621static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004622{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01004623 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004624
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004625 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05004626 goto out_wait;
Trond Myklebust795a88c2012-09-10 13:26:49 -04004627 if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004628 /* Note: exit _without_ running nfs4_locku_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05004629 goto out_no_action;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004630 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01004631 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04004632 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04004633 &calldata->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04004634 &calldata->res.seq_res,
4635 task) != 0)
4636 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05004637 return;
4638out_no_action:
4639 task->tk_action = NULL;
4640out_wait:
4641 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004642}
4643
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004644static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01004645 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004646 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01004647 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004648};
4649
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004650static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
4651 struct nfs_open_context *ctx,
4652 struct nfs4_lock_state *lsp,
4653 struct nfs_seqid *seqid)
4654{
4655 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004656 struct rpc_message msg = {
4657 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
4658 .rpc_cred = ctx->cred,
4659 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04004660 struct rpc_task_setup task_setup_data = {
4661 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04004662 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004663 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05004664 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004665 .flags = RPC_TASK_ASYNC,
4666 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004667
Frank Filz137d6ac2007-07-09 15:32:29 -07004668 /* Ensure this is an unlock - when canceling a lock, the
4669 * canceled lock is passed in, and it won't be an unlock.
4670 */
4671 fl->fl_type = F_UNLCK;
4672
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004673 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
4674 if (data == NULL) {
4675 nfs_free_seqid(seqid);
4676 return ERR_PTR(-ENOMEM);
4677 }
4678
Trond Myklebust9d12b212012-01-17 22:04:25 -05004679 nfs41_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05004680 msg.rpc_argp = &data->arg;
4681 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04004682 task_setup_data.callback_data = data;
4683 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004684}
4685
Linus Torvalds1da177e2005-04-16 15:20:36 -07004686static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
4687{
Trond Myklebust65b62a22013-02-07 10:54:07 -05004688 struct inode *inode = state->inode;
4689 struct nfs4_state_owner *sp = state->owner;
4690 struct nfs_inode *nfsi = NFS_I(inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004691 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004692 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01004693 struct rpc_task *task;
4694 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04004695 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004696
Trond Myklebust9b073572006-06-29 16:38:34 -04004697 status = nfs4_set_lock_state(state, request);
4698 /* Unlock _before_ we do the RPC call */
4699 request->fl_flags |= FL_EXISTS;
Trond Myklebust65b62a22013-02-07 10:54:07 -05004700 /* Exclude nfs_delegation_claim_locks() */
4701 mutex_lock(&sp->so_delegreturn_mutex);
4702 /* Exclude nfs4_reclaim_open_stateid() - note nesting! */
Trond Myklebust19e03c52008-12-23 15:21:44 -05004703 down_read(&nfsi->rwsem);
4704 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
4705 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05004706 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04004707 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004708 }
4709 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05004710 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04004711 if (status != 0)
4712 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004713 /* Is this a delegated lock? */
4714 if (test_bit(NFS_DELEGATED_STATE, &state->flags))
Trond Myklebust9b073572006-06-29 16:38:34 -04004715 goto out;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004716 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004717 seqid = nfs_alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04004718 status = -ENOMEM;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004719 if (seqid == NULL)
Trond Myklebust9b073572006-06-29 16:38:34 -04004720 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004721 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004722 status = PTR_ERR(task);
4723 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04004724 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004725 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05004726 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04004727out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04004728 request->fl_flags = fl_flags;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004729 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004730}
4731
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004732struct nfs4_lockdata {
4733 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004734 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004735 struct nfs4_lock_state *lsp;
4736 struct nfs_open_context *ctx;
4737 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004738 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004739 int rpc_status;
4740 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04004741 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004742};
4743
4744static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004745 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
4746 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004747{
4748 struct nfs4_lockdata *p;
4749 struct inode *inode = lsp->ls_state->inode;
4750 struct nfs_server *server = NFS_SERVER(inode);
4751
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004752 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004753 if (p == NULL)
4754 return NULL;
4755
4756 p->arg.fh = NFS_FH(inode);
4757 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004758 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004759 if (p->arg.open_seqid == NULL)
4760 goto out_free;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004761 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004762 if (p->arg.lock_seqid == NULL)
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004763 goto out_free_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004764 p->arg.lock_stateid = &lsp->ls_stateid;
David Howells7539bba2006-08-22 20:06:09 -04004765 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05004766 p->arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05004767 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04004768 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004769 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04004770 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004771 atomic_inc(&lsp->ls_count);
4772 p->ctx = get_nfs_open_context(ctx);
4773 memcpy(&p->fl, fl, sizeof(p->fl));
4774 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004775out_free_seqid:
4776 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004777out_free:
4778 kfree(p);
4779 return NULL;
4780}
4781
4782static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
4783{
4784 struct nfs4_lockdata *data = calldata;
4785 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004786
Harvey Harrison3110ff82008-05-02 13:42:44 -07004787 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004788 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05004789 goto out_wait;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004790 /* Do we need to do an open_to_lock_owner? */
4791 if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04004792 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) {
Trond Myklebust2240a9e2012-10-29 18:37:40 -04004793 goto out_release_lock_seqid;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04004794 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004795 data->arg.open_stateid = &state->stateid;
4796 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04004797 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004798 } else
4799 data->arg.new_lock_owner = 0;
Trond Myklebust5d422302013-03-14 16:57:48 -04004800 if (!nfs4_valid_open_stateid(state)) {
4801 data->rpc_status = -EBADF;
4802 task->tk_action = NULL;
4803 goto out_release_open_seqid;
4804 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01004805 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04004806 if (nfs4_setup_sequence(data->server,
4807 &data->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04004808 &data->res.seq_res,
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004809 task) == 0)
Andy Adamson66179ef2009-04-01 09:22:22 -04004810 return;
Trond Myklebust5d422302013-03-14 16:57:48 -04004811out_release_open_seqid:
Trond Myklebust2240a9e2012-10-29 18:37:40 -04004812 nfs_release_seqid(data->arg.open_seqid);
4813out_release_lock_seqid:
4814 nfs_release_seqid(data->arg.lock_seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05004815out_wait:
4816 nfs4_sequence_done(task, &data->res.seq_res);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04004817 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004818}
4819
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004820static void nfs4_lock_done(struct rpc_task *task, void *calldata)
4821{
4822 struct nfs4_lockdata *data = calldata;
4823
Harvey Harrison3110ff82008-05-02 13:42:44 -07004824 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004825
Trond Myklebust14516c32010-07-31 14:29:06 -04004826 if (!nfs4_sequence_done(task, &data->res.seq_res))
4827 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04004828
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004829 data->rpc_status = task->tk_status;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004830 if (data->arg.new_lock_owner != 0) {
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004831 if (data->rpc_status == 0)
4832 nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
4833 else
4834 goto out;
4835 }
4836 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05004837 nfs4_stateid_copy(&data->lsp->ls_stateid, &data->res.stateid);
Trond Myklebust795a88c2012-09-10 13:26:49 -04004838 set_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags);
Al Viro3d4ff432011-06-22 18:40:12 -04004839 renew_lease(NFS_SERVER(data->ctx->dentry->d_inode), data->timestamp);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004840 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004841out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07004842 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004843}
4844
4845static void nfs4_lock_release(void *calldata)
4846{
4847 struct nfs4_lockdata *data = calldata;
4848
Harvey Harrison3110ff82008-05-02 13:42:44 -07004849 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004850 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004851 if (data->cancelled != 0) {
4852 struct rpc_task *task;
4853 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
4854 data->arg.lock_seqid);
4855 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08004856 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004857 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004858 } else
4859 nfs_free_seqid(data->arg.lock_seqid);
4860 nfs4_put_lock_state(data->lsp);
4861 put_nfs_open_context(data->ctx);
4862 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004863 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004864}
4865
4866static const struct rpc_call_ops nfs4_lock_ops = {
4867 .rpc_call_prepare = nfs4_lock_prepare,
4868 .rpc_call_done = nfs4_lock_done,
4869 .rpc_release = nfs4_lock_release,
4870};
4871
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004872static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
4873{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004874 switch (error) {
4875 case -NFS4ERR_ADMIN_REVOKED:
4876 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05004877 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004878 if (new_lock_owner != 0 ||
Trond Myklebust795a88c2012-09-10 13:26:49 -04004879 test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05004880 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004881 break;
4882 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004883 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05004884 case -NFS4ERR_EXPIRED:
4885 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004886 };
4887}
4888
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004889static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004890{
4891 struct nfs4_lockdata *data;
4892 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004893 struct rpc_message msg = {
4894 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
4895 .rpc_cred = state->owner->so_cred,
4896 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04004897 struct rpc_task_setup task_setup_data = {
4898 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04004899 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004900 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05004901 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004902 .flags = RPC_TASK_ASYNC,
4903 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004904 int ret;
4905
Harvey Harrison3110ff82008-05-02 13:42:44 -07004906 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004907 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004908 fl->fl_u.nfs4_fl.owner,
4909 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004910 if (data == NULL)
4911 return -ENOMEM;
4912 if (IS_SETLKW(cmd))
4913 data->arg.block = 1;
Trond Myklebust9d12b212012-01-17 22:04:25 -05004914 nfs41_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05004915 msg.rpc_argp = &data->arg;
4916 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04004917 task_setup_data.callback_data = data;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04004918 if (recovery_type > NFS_LOCK_NEW) {
4919 if (recovery_type == NFS_LOCK_RECLAIM)
4920 data->arg.reclaim = NFS_LOCK_RECLAIM;
4921 nfs4_set_sequence_privileged(&data->arg.seq_args);
4922 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04004923 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05004924 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004925 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004926 ret = nfs4_wait_for_completion_rpc_task(task);
4927 if (ret == 0) {
4928 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004929 if (ret)
4930 nfs4_handle_setlk_error(data->server, data->lsp,
4931 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004932 } else
4933 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05004934 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004935 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004936 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004937}
4938
4939static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
4940{
Trond Myklebust202b50d2005-06-22 17:16:29 +00004941 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04004942 struct nfs4_exception exception = {
4943 .inode = state->inode,
4944 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00004945 int err;
4946
4947 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04004948 /* Cache the lock if possible... */
4949 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
4950 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004951 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebust168667c2010-10-19 19:47:49 -04004952 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00004953 break;
4954 nfs4_handle_exception(server, err, &exception);
4955 } while (exception.retry);
4956 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004957}
4958
4959static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
4960{
Trond Myklebust202b50d2005-06-22 17:16:29 +00004961 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04004962 struct nfs4_exception exception = {
4963 .inode = state->inode,
4964 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00004965 int err;
4966
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004967 err = nfs4_set_lock_state(state, request);
4968 if (err != 0)
4969 return err;
Trond Myklebust202b50d2005-06-22 17:16:29 +00004970 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04004971 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
4972 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004973 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05004974 switch (err) {
4975 default:
4976 goto out;
4977 case -NFS4ERR_GRACE:
4978 case -NFS4ERR_DELAY:
4979 nfs4_handle_exception(server, err, &exception);
4980 err = 0;
4981 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00004982 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05004983out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00004984 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004985}
4986
Bryan Schumakerf062eb62011-06-02 14:59:10 -04004987#if defined(CONFIG_NFS_V4_1)
Chuck Lever3e60ffd2012-07-11 16:30:14 -04004988/**
4989 * nfs41_check_expired_locks - possibly free a lock stateid
4990 *
4991 * @state: NFSv4 state for an inode
4992 *
4993 * Returns NFS_OK if recovery for this stateid is now finished.
4994 * Otherwise a negative NFS4ERR value is returned.
4995 */
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05004996static int nfs41_check_expired_locks(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04004997{
Chuck Levereb64cf92012-07-11 16:30:05 -04004998 int status, ret = -NFS4ERR_BAD_STATEID;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05004999 struct nfs4_lock_state *lsp;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005000 struct nfs_server *server = NFS_SERVER(state->inode);
5001
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005002 list_for_each_entry(lsp, &state->lock_states, ls_locks) {
Trond Myklebust795a88c2012-09-10 13:26:49 -04005003 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) {
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005004 status = nfs41_test_stateid(server, &lsp->ls_stateid);
5005 if (status != NFS_OK) {
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005006 /* Free the stateid unless the server
5007 * informs us the stateid is unrecognized. */
Chuck Lever89af2732012-07-11 16:29:56 -04005008 if (status != -NFS4ERR_BAD_STATEID)
5009 nfs41_free_stateid(server,
5010 &lsp->ls_stateid);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005011 clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005012 ret = status;
5013 }
5014 }
5015 };
5016
5017 return ret;
5018}
5019
5020static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
5021{
5022 int status = NFS_OK;
5023
5024 if (test_bit(LK_STATE_IN_USE, &state->flags))
5025 status = nfs41_check_expired_locks(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04005026 if (status != NFS_OK)
5027 status = nfs4_lock_expired(state, request);
5028 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005029}
5030#endif
5031
Linus Torvalds1da177e2005-04-16 15:20:36 -07005032static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5033{
Trond Myklebust9a99af492013-02-04 20:17:49 -05005034 struct nfs4_state_owner *sp = state->owner;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005035 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005036 unsigned char fl_flags = request->fl_flags;
Trond Myklebust9a99af492013-02-04 20:17:49 -05005037 unsigned int seq;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005038 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005039
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005040 if ((fl_flags & FL_POSIX) &&
5041 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
5042 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005043 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005044 status = nfs4_set_lock_state(state, request);
5045 if (status != 0)
5046 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005047 request->fl_flags |= FL_ACCESS;
5048 status = do_vfs_lock(request->fl_file, request);
5049 if (status < 0)
5050 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005051 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005052 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04005053 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04005054 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005055 request->fl_flags = fl_flags & ~FL_SLEEP;
5056 status = do_vfs_lock(request->fl_file, request);
5057 goto out_unlock;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005058 }
Trond Myklebust9a99af492013-02-04 20:17:49 -05005059 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
5060 up_read(&nfsi->rwsem);
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005061 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005062 if (status != 0)
Trond Myklebust9a99af492013-02-04 20:17:49 -05005063 goto out;
5064 down_read(&nfsi->rwsem);
5065 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq)) {
5066 status = -NFS4ERR_DELAY;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005067 goto out_unlock;
Trond Myklebust9a99af492013-02-04 20:17:49 -05005068 }
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005069 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04005070 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005071 if (do_vfs_lock(request->fl_file, request) < 0)
Weston Andros Adamsona0308892012-01-26 13:32:23 -05005072 printk(KERN_WARNING "NFS: %s: VFS is out of sync with lock "
5073 "manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005074out_unlock:
Trond Myklebust19e03c52008-12-23 15:21:44 -05005075 up_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005076out:
5077 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005078 return status;
5079}
5080
5081static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5082{
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05005083 struct nfs4_exception exception = {
5084 .state = state,
Trond Myklebust05ffe242012-04-18 12:20:10 -04005085 .inode = state->inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05005086 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005087 int err;
5088
5089 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07005090 err = _nfs4_proc_setlk(state, cmd, request);
5091 if (err == -NFS4ERR_DENIED)
5092 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005093 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07005094 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005095 } while (exception.retry);
5096 return err;
5097}
5098
5099static int
5100nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
5101{
5102 struct nfs_open_context *ctx;
5103 struct nfs4_state *state;
5104 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
5105 int status;
5106
5107 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005108 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005109 state = ctx->state;
5110
5111 if (request->fl_start < 0 || request->fl_end < 0)
5112 return -EINVAL;
5113
Trond Myklebustd9531262009-07-21 19:22:38 -04005114 if (IS_GETLK(cmd)) {
5115 if (state != NULL)
5116 return nfs4_proc_getlk(state, F_GETLK, request);
5117 return 0;
5118 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005119
5120 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
5121 return -EINVAL;
5122
Trond Myklebustd9531262009-07-21 19:22:38 -04005123 if (request->fl_type == F_UNLCK) {
5124 if (state != NULL)
5125 return nfs4_proc_unlck(state, cmd, request);
5126 return 0;
5127 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005128
Trond Myklebustd9531262009-07-21 19:22:38 -04005129 if (state == NULL)
5130 return -ENOLCK;
Trond Myklebust55725512012-04-18 12:48:35 -04005131 /*
5132 * Don't rely on the VFS having checked the file open mode,
5133 * since it won't do this for flock() locks.
5134 */
Jeff Laytonf44106e2012-07-23 15:49:56 -04005135 switch (request->fl_type) {
Trond Myklebust55725512012-04-18 12:48:35 -04005136 case F_RDLCK:
5137 if (!(filp->f_mode & FMODE_READ))
5138 return -EBADF;
5139 break;
5140 case F_WRLCK:
5141 if (!(filp->f_mode & FMODE_WRITE))
5142 return -EBADF;
5143 }
5144
Linus Torvalds1da177e2005-04-16 15:20:36 -07005145 do {
5146 status = nfs4_proc_setlk(state, cmd, request);
5147 if ((status != -EAGAIN) || IS_SETLK(cmd))
5148 break;
5149 timeout = nfs4_set_lock_task_retry(timeout);
5150 status = -ERESTARTSYS;
5151 if (signalled())
5152 break;
5153 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005154 return status;
5155}
5156
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04005157int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid *stateid)
Trond Myklebust888e6942005-11-04 15:38:11 -05005158{
5159 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust888e6942005-11-04 15:38:11 -05005160 int err;
5161
5162 err = nfs4_set_lock_state(state, fl);
5163 if (err != 0)
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04005164 return err;
Trond Myklebust4a706fa2013-04-01 14:47:22 -04005165 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04005166 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
Trond Myklebust888e6942005-11-04 15:38:11 -05005167}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005168
Trond Myklebustcf470c32012-03-07 13:49:12 -05005169struct nfs_release_lockowner_data {
5170 struct nfs4_lock_state *lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04005171 struct nfs_server *server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05005172 struct nfs_release_lockowner_args args;
5173};
5174
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005175static void nfs4_release_lockowner_release(void *calldata)
5176{
Trond Myklebustcf470c32012-03-07 13:49:12 -05005177 struct nfs_release_lockowner_data *data = calldata;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04005178 nfs4_free_lock_state(data->server, data->lsp);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005179 kfree(calldata);
5180}
5181
Trond Myklebust17280172012-03-11 13:11:00 -04005182static const struct rpc_call_ops nfs4_release_lockowner_ops = {
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005183 .rpc_release = nfs4_release_lockowner_release,
5184};
5185
Trond Myklebustcf470c32012-03-07 13:49:12 -05005186int nfs4_release_lockowner(struct nfs4_lock_state *lsp)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005187{
5188 struct nfs_server *server = lsp->ls_state->owner->so_server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05005189 struct nfs_release_lockowner_data *data;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005190 struct rpc_message msg = {
5191 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
5192 };
5193
5194 if (server->nfs_client->cl_mvops->minor_version != 0)
Trond Myklebustcf470c32012-03-07 13:49:12 -05005195 return -EINVAL;
5196 data = kmalloc(sizeof(*data), GFP_NOFS);
5197 if (!data)
5198 return -ENOMEM;
5199 data->lsp = lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04005200 data->server = server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05005201 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
5202 data->args.lock_owner.id = lsp->ls_seqid.owner_id;
5203 data->args.lock_owner.s_dev = server->s_dev;
5204 msg.rpc_argp = &data->args;
5205 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data);
5206 return 0;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005207}
5208
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00005209#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
5210
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005211static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
5212 const void *buf, size_t buflen,
5213 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005214{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005215 if (strcmp(key, "") != 0)
5216 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00005217
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005218 return nfs4_proc_set_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005219}
5220
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005221static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
5222 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005223{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005224 if (strcmp(key, "") != 0)
5225 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00005226
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005227 return nfs4_proc_get_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005228}
5229
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005230static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
5231 size_t list_len, const char *name,
5232 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005233{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005234 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005235
J. Bruce Fields096455a2006-03-20 23:23:42 -05005236 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
5237 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005238
5239 if (list && len <= list_len)
5240 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00005241 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005242}
5243
Andy Adamson533eb462011-06-13 18:25:56 -04005244/*
5245 * nfs_fhget will use either the mounted_on_fileid or the fileid
5246 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04005247static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
5248{
Andy Adamson533eb462011-06-13 18:25:56 -04005249 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
5250 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
5251 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
Chuck Lever81934dd2012-03-01 17:01:57 -05005252 (fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04005253 return;
5254
5255 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Chuck Lever81934dd2012-03-01 17:01:57 -05005256 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_V4_REFERRAL;
Trond Myklebust69aaaae2009-03-11 14:10:28 -04005257 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
5258 fattr->nlink = 2;
5259}
5260
Bryan Schumakerf05d1472012-04-27 13:27:41 -04005261static int _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
5262 const struct qstr *name,
5263 struct nfs4_fs_locations *fs_locations,
5264 struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04005265{
5266 struct nfs_server *server = NFS_SERVER(dir);
5267 u32 bitmask[2] = {
Manoj Naik361e6242006-06-09 09:34:24 -04005268 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04005269 };
5270 struct nfs4_fs_locations_arg args = {
5271 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05005272 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04005273 .page = page,
5274 .bitmask = bitmask,
5275 };
Benny Halevy22958462009-04-01 09:22:02 -04005276 struct nfs4_fs_locations_res res = {
5277 .fs_locations = fs_locations,
5278 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04005279 struct rpc_message msg = {
5280 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
5281 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04005282 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04005283 };
5284 int status;
5285
Harvey Harrison3110ff82008-05-02 13:42:44 -07005286 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04005287
5288 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
5289 * is not supported */
5290 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
5291 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
5292 else
5293 bitmask[0] |= FATTR4_WORD0_FILEID;
5294
Trond Myklebustc228fd32007-01-13 02:28:11 -05005295 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04005296 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04005297 fs_locations->nlocations = 0;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04005298 status = nfs4_call_sync(client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005299 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04005300 return status;
5301}
5302
Bryan Schumakerf05d1472012-04-27 13:27:41 -04005303int nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
5304 const struct qstr *name,
5305 struct nfs4_fs_locations *fs_locations,
5306 struct page *page)
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04005307{
5308 struct nfs4_exception exception = { };
5309 int err;
5310 do {
5311 err = nfs4_handle_exception(NFS_SERVER(dir),
Bryan Schumakerf05d1472012-04-27 13:27:41 -04005312 _nfs4_proc_fs_locations(client, dir, name, fs_locations, page),
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04005313 &exception);
5314 } while (exception.retry);
5315 return err;
5316}
5317
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005318static int _nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors)
5319{
5320 int status;
5321 struct nfs4_secinfo_arg args = {
5322 .dir_fh = NFS_FH(dir),
5323 .name = name,
5324 };
5325 struct nfs4_secinfo_res res = {
5326 .flavors = flavors,
5327 };
5328 struct rpc_message msg = {
5329 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
5330 .rpc_argp = &args,
5331 .rpc_resp = &res,
5332 };
5333
5334 dprintk("NFS call secinfo %s\n", name->name);
5335 status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &msg, &args.seq_args, &res.seq_res, 0);
5336 dprintk("NFS reply secinfo: %d\n", status);
5337 return status;
5338}
5339
Bryan Schumaker72de53e2012-04-27 13:27:40 -04005340int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name,
5341 struct nfs4_secinfo_flavors *flavors)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005342{
5343 struct nfs4_exception exception = { };
5344 int err;
5345 do {
5346 err = nfs4_handle_exception(NFS_SERVER(dir),
5347 _nfs4_proc_secinfo(dir, name, flavors),
5348 &exception);
5349 } while (exception.retry);
5350 return err;
5351}
5352
Andy Adamson557134a2009-04-01 09:21:53 -04005353#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04005354/*
Andy Adamson357f54d2010-12-14 10:11:57 -05005355 * Check the exchange flags returned by the server for invalid flags, having
5356 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
5357 * DS flags set.
5358 */
5359static int nfs4_check_cl_exchange_flags(u32 flags)
5360{
5361 if (flags & ~EXCHGID4_FLAG_MASK_R)
5362 goto out_inval;
5363 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
5364 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
5365 goto out_inval;
5366 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
5367 goto out_inval;
5368 return NFS_OK;
5369out_inval:
5370 return -NFS4ERR_INVAL;
5371}
5372
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005373static bool
Chuck Lever79d4e1f2012-05-21 22:44:31 -04005374nfs41_same_server_scope(struct nfs41_server_scope *a,
5375 struct nfs41_server_scope *b)
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005376{
5377 if (a->server_scope_sz == b->server_scope_sz &&
5378 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
5379 return true;
5380
5381 return false;
5382}
5383
Andy Adamson357f54d2010-12-14 10:11:57 -05005384/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04005385 * nfs4_proc_bind_conn_to_session()
5386 *
5387 * The 4.1 client currently uses the same TCP connection for the
5388 * fore and backchannel.
5389 */
Trond Myklebust2cf047c2012-05-25 17:57:41 -04005390int nfs4_proc_bind_conn_to_session(struct nfs_client *clp, struct rpc_cred *cred)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04005391{
5392 int status;
5393 struct nfs41_bind_conn_to_session_res res;
5394 struct rpc_message msg = {
5395 .rpc_proc =
5396 &nfs4_procedures[NFSPROC4_CLNT_BIND_CONN_TO_SESSION],
5397 .rpc_argp = clp,
5398 .rpc_resp = &res,
Trond Myklebust2cf047c2012-05-25 17:57:41 -04005399 .rpc_cred = cred,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04005400 };
5401
5402 dprintk("--> %s\n", __func__);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04005403
5404 res.session = kzalloc(sizeof(struct nfs4_session), GFP_NOFS);
5405 if (unlikely(res.session == NULL)) {
5406 status = -ENOMEM;
5407 goto out;
5408 }
5409
5410 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
5411 if (status == 0) {
5412 if (memcmp(res.session->sess_id.data,
5413 clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) {
5414 dprintk("NFS: %s: Session ID mismatch\n", __func__);
5415 status = -EIO;
5416 goto out_session;
5417 }
5418 if (res.dir != NFS4_CDFS4_BOTH) {
5419 dprintk("NFS: %s: Unexpected direction from server\n",
5420 __func__);
5421 status = -EIO;
5422 goto out_session;
5423 }
5424 if (res.use_conn_in_rdma_mode) {
5425 dprintk("NFS: %s: Server returned RDMA mode = true\n",
5426 __func__);
5427 status = -EIO;
5428 goto out_session;
5429 }
5430 }
5431out_session:
5432 kfree(res.session);
5433out:
5434 dprintk("<-- %s status= %d\n", __func__, status);
5435 return status;
5436}
5437
5438/*
Benny Halevy99fe60d2009-04-01 09:22:29 -04005439 * nfs4_proc_exchange_id()
5440 *
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005441 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5442 *
Benny Halevy99fe60d2009-04-01 09:22:29 -04005443 * Since the clientid has expired, all compounds using sessions
5444 * associated with the stale clientid will be returning
5445 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
5446 * be in some phase of session reset.
5447 */
Andy Adamson4d643d12009-12-04 15:52:24 -05005448int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
Benny Halevy99fe60d2009-04-01 09:22:29 -04005449{
5450 nfs4_verifier verifier;
5451 struct nfs41_exchange_id_args args = {
Chuck Levercd937102012-03-02 17:14:31 -05005452 .verifier = &verifier,
Benny Halevy99fe60d2009-04-01 09:22:29 -04005453 .client = clp,
Andy Adamson357f54d2010-12-14 10:11:57 -05005454 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER,
Benny Halevy99fe60d2009-04-01 09:22:29 -04005455 };
5456 struct nfs41_exchange_id_res res = {
Trond Myklebust32b01312012-05-26 13:41:04 -04005457 0
Benny Halevy99fe60d2009-04-01 09:22:29 -04005458 };
5459 int status;
5460 struct rpc_message msg = {
5461 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
5462 .rpc_argp = &args,
5463 .rpc_resp = &res,
5464 .rpc_cred = cred,
5465 };
Benny Halevy99fe60d2009-04-01 09:22:29 -04005466
Chuck Leverf0920752012-05-21 22:45:41 -04005467 nfs4_init_boot_verifier(clp, &verifier);
Chuck Levere984a552012-09-14 17:24:21 -04005468 args.id_len = nfs4_init_uniform_client_string(clp, args.id,
5469 sizeof(args.id));
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005470 dprintk("NFS call exchange_id auth=%s, '%.*s'\n",
5471 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5472 args.id_len, args.id);
Benny Halevy99fe60d2009-04-01 09:22:29 -04005473
Chuck Leveracdeb692012-05-21 22:46:16 -04005474 res.server_owner = kzalloc(sizeof(struct nfs41_server_owner),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04005475 GFP_NOFS);
Chuck Leveracdeb692012-05-21 22:46:16 -04005476 if (unlikely(res.server_owner == NULL)) {
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05005477 status = -ENOMEM;
5478 goto out;
5479 }
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005480
Chuck Lever79d4e1f2012-05-21 22:44:31 -04005481 res.server_scope = kzalloc(sizeof(struct nfs41_server_scope),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04005482 GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04005483 if (unlikely(res.server_scope == NULL)) {
Benny Halevy99fe60d2009-04-01 09:22:29 -04005484 status = -ENOMEM;
Chuck Leveracdeb692012-05-21 22:46:16 -04005485 goto out_server_owner;
Benny Halevy99fe60d2009-04-01 09:22:29 -04005486 }
5487
Trond Myklebustbbafffd2012-05-24 16:31:39 -04005488 res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04005489 if (unlikely(res.impl_id == NULL)) {
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05005490 status = -ENOMEM;
5491 goto out_server_scope;
5492 }
5493
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005494 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Chuck Lever177313f2012-05-21 22:44:58 -04005495 if (status == 0)
Trond Myklebust32b01312012-05-26 13:41:04 -04005496 status = nfs4_check_cl_exchange_flags(res.flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005497
Chuck Lever177313f2012-05-21 22:44:58 -04005498 if (status == 0) {
Trond Myklebust32b01312012-05-26 13:41:04 -04005499 clp->cl_clientid = res.clientid;
5500 clp->cl_exchange_flags = (res.flags & ~EXCHGID4_FLAG_CONFIRMED_R);
5501 if (!(res.flags & EXCHGID4_FLAG_CONFIRMED_R))
5502 clp->cl_seqid = res.seqid;
5503
Chuck Leveracdeb692012-05-21 22:46:16 -04005504 kfree(clp->cl_serverowner);
5505 clp->cl_serverowner = res.server_owner;
5506 res.server_owner = NULL;
Chuck Leveracdeb692012-05-21 22:46:16 -04005507
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05005508 /* use the most recent implementation id */
Chuck Lever59155542012-05-21 22:44:41 -04005509 kfree(clp->cl_implid);
5510 clp->cl_implid = res.impl_id;
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05005511
Chuck Lever177313f2012-05-21 22:44:58 -04005512 if (clp->cl_serverscope != NULL &&
Chuck Lever79d4e1f2012-05-21 22:44:31 -04005513 !nfs41_same_server_scope(clp->cl_serverscope,
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005514 res.server_scope)) {
5515 dprintk("%s: server_scope mismatch detected\n",
5516 __func__);
5517 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
Chuck Lever79d4e1f2012-05-21 22:44:31 -04005518 kfree(clp->cl_serverscope);
5519 clp->cl_serverscope = NULL;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005520 }
5521
Chuck Lever177313f2012-05-21 22:44:58 -04005522 if (clp->cl_serverscope == NULL) {
Chuck Lever79d4e1f2012-05-21 22:44:31 -04005523 clp->cl_serverscope = res.server_scope;
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05005524 goto out;
5525 }
Trond Myklebust32b01312012-05-26 13:41:04 -04005526 } else
5527 kfree(res.impl_id);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05005528
Chuck Leveracdeb692012-05-21 22:46:16 -04005529out_server_owner:
5530 kfree(res.server_owner);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05005531out_server_scope:
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05005532 kfree(res.server_scope);
5533out:
Chuck Lever177313f2012-05-21 22:44:58 -04005534 if (clp->cl_implid != NULL)
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005535 dprintk("NFS reply exchange_id: Server Implementation ID: "
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05005536 "domain: %s, name: %s, date: %llu,%u\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005537 clp->cl_implid->domain, clp->cl_implid->name,
Chuck Lever59155542012-05-21 22:44:41 -04005538 clp->cl_implid->date.seconds,
5539 clp->cl_implid->date.nseconds);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005540 dprintk("NFS reply exchange_id: %d\n", status);
Benny Halevy99fe60d2009-04-01 09:22:29 -04005541 return status;
5542}
5543
Trond Myklebust66245532012-05-25 17:18:09 -04005544static int _nfs4_proc_destroy_clientid(struct nfs_client *clp,
5545 struct rpc_cred *cred)
5546{
5547 struct rpc_message msg = {
5548 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_CLIENTID],
5549 .rpc_argp = clp,
5550 .rpc_cred = cred,
5551 };
5552 int status;
5553
5554 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
5555 if (status)
Trond Myklebust02c67522012-06-07 13:45:53 -04005556 dprintk("NFS: Got error %d from the server %s on "
Trond Myklebust66245532012-05-25 17:18:09 -04005557 "DESTROY_CLIENTID.", status, clp->cl_hostname);
5558 return status;
5559}
5560
5561static int nfs4_proc_destroy_clientid(struct nfs_client *clp,
5562 struct rpc_cred *cred)
5563{
5564 unsigned int loop;
5565 int ret;
5566
5567 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
5568 ret = _nfs4_proc_destroy_clientid(clp, cred);
5569 switch (ret) {
5570 case -NFS4ERR_DELAY:
5571 case -NFS4ERR_CLIENTID_BUSY:
5572 ssleep(1);
5573 break;
5574 default:
5575 return ret;
5576 }
5577 }
5578 return 0;
5579}
5580
5581int nfs4_destroy_clientid(struct nfs_client *clp)
5582{
5583 struct rpc_cred *cred;
5584 int ret = 0;
5585
5586 if (clp->cl_mvops->minor_version < 1)
5587 goto out;
5588 if (clp->cl_exchange_flags == 0)
5589 goto out;
Chuck Lever05f4c352012-09-14 17:24:32 -04005590 if (clp->cl_preserve_clid)
5591 goto out;
Trond Myklebust66245532012-05-25 17:18:09 -04005592 cred = nfs4_get_exchange_id_cred(clp);
5593 ret = nfs4_proc_destroy_clientid(clp, cred);
5594 if (cred)
5595 put_rpccred(cred);
5596 switch (ret) {
5597 case 0:
5598 case -NFS4ERR_STALE_CLIENTID:
5599 clp->cl_exchange_flags = 0;
5600 }
5601out:
5602 return ret;
5603}
5604
Andy Adamson2050f0c2009-04-01 09:22:30 -04005605struct nfs4_get_lease_time_data {
5606 struct nfs4_get_lease_time_args *args;
5607 struct nfs4_get_lease_time_res *res;
5608 struct nfs_client *clp;
5609};
5610
5611static void nfs4_get_lease_time_prepare(struct rpc_task *task,
5612 void *calldata)
5613{
Andy Adamson2050f0c2009-04-01 09:22:30 -04005614 struct nfs4_get_lease_time_data *data =
5615 (struct nfs4_get_lease_time_data *)calldata;
5616
5617 dprintk("--> %s\n", __func__);
5618 /* just setup sequence, do not trigger session recovery
5619 since we're invoked within one */
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005620 nfs41_setup_sequence(data->clp->cl_session,
5621 &data->args->la_seq_args,
5622 &data->res->lr_seq_res,
5623 task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04005624 dprintk("<-- %s\n", __func__);
5625}
5626
5627/*
5628 * Called from nfs4_state_manager thread for session setup, so don't recover
5629 * from sequence operation or clientid errors.
5630 */
5631static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
5632{
5633 struct nfs4_get_lease_time_data *data =
5634 (struct nfs4_get_lease_time_data *)calldata;
5635
5636 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04005637 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
5638 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04005639 switch (task->tk_status) {
5640 case -NFS4ERR_DELAY:
5641 case -NFS4ERR_GRACE:
5642 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
5643 rpc_delay(task, NFS4_POLL_RETRY_MIN);
5644 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04005645 /* fall through */
5646 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005647 rpc_restart_call_prepare(task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04005648 return;
5649 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04005650 dprintk("<-- %s\n", __func__);
5651}
5652
Trond Myklebust17280172012-03-11 13:11:00 -04005653static const struct rpc_call_ops nfs4_get_lease_time_ops = {
Andy Adamson2050f0c2009-04-01 09:22:30 -04005654 .rpc_call_prepare = nfs4_get_lease_time_prepare,
5655 .rpc_call_done = nfs4_get_lease_time_done,
5656};
5657
5658int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
5659{
5660 struct rpc_task *task;
5661 struct nfs4_get_lease_time_args args;
5662 struct nfs4_get_lease_time_res res = {
5663 .lr_fsinfo = fsinfo,
5664 };
5665 struct nfs4_get_lease_time_data data = {
5666 .args = &args,
5667 .res = &res,
5668 .clp = clp,
5669 };
5670 struct rpc_message msg = {
5671 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
5672 .rpc_argp = &args,
5673 .rpc_resp = &res,
5674 };
5675 struct rpc_task_setup task_setup = {
5676 .rpc_client = clp->cl_rpcclient,
5677 .rpc_message = &msg,
5678 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005679 .callback_data = &data,
5680 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04005681 };
5682 int status;
5683
Trond Myklebust9d12b212012-01-17 22:04:25 -05005684 nfs41_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005685 nfs4_set_sequence_privileged(&args.la_seq_args);
Andy Adamson2050f0c2009-04-01 09:22:30 -04005686 dprintk("--> %s\n", __func__);
5687 task = rpc_run_task(&task_setup);
5688
5689 if (IS_ERR(task))
5690 status = PTR_ERR(task);
5691 else {
5692 status = task->tk_status;
5693 rpc_put_task(task);
5694 }
5695 dprintk("<-- %s return %d\n", __func__, status);
5696
5697 return status;
5698}
5699
Andy Adamsonfc931582009-04-01 09:22:31 -04005700/*
5701 * Initialize the values to be used by the client in CREATE_SESSION
5702 * If nfs4_init_session set the fore channel request and response sizes,
5703 * use them.
5704 *
5705 * Set the back channel max_resp_sz_cached to zero to force the client to
5706 * always set csa_cachethis to FALSE because the current implementation
5707 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
5708 */
5709static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
5710{
5711 struct nfs4_session *session = args->client->cl_session;
Trond Myklebustae72ae672012-11-20 11:02:55 -05005712 unsigned int mxrqst_sz = session->fc_target_max_rqst_sz,
5713 mxresp_sz = session->fc_target_max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04005714
5715 if (mxrqst_sz == 0)
5716 mxrqst_sz = NFS_MAX_FILE_IO_SIZE;
5717 if (mxresp_sz == 0)
5718 mxresp_sz = NFS_MAX_FILE_IO_SIZE;
5719 /* Fore channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04005720 args->fc_attrs.max_rqst_sz = mxrqst_sz;
5721 args->fc_attrs.max_resp_sz = mxresp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04005722 args->fc_attrs.max_ops = NFS4_MAX_OPS;
Trond Myklebustef159e92012-02-06 19:50:40 -05005723 args->fc_attrs.max_reqs = max_session_slots;
Andy Adamsonfc931582009-04-01 09:22:31 -04005724
5725 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05005726 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04005727 __func__,
5728 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05005729 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04005730
5731 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04005732 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
5733 args->bc_attrs.max_resp_sz = PAGE_SIZE;
5734 args->bc_attrs.max_resp_sz_cached = 0;
5735 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
5736 args->bc_attrs.max_reqs = 1;
5737
5738 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
5739 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
5740 __func__,
5741 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
5742 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
5743 args->bc_attrs.max_reqs);
5744}
5745
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005746static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
Andy Adamson8d353012009-04-01 09:22:32 -04005747{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005748 struct nfs4_channel_attrs *sent = &args->fc_attrs;
5749 struct nfs4_channel_attrs *rcvd = &session->fc_attrs;
5750
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005751 if (rcvd->max_resp_sz > sent->max_resp_sz)
5752 return -EINVAL;
5753 /*
5754 * Our requested max_ops is the minimum we need; we're not
5755 * prepared to break up compounds into smaller pieces than that.
5756 * So, no point even trying to continue if the server won't
5757 * cooperate:
5758 */
5759 if (rcvd->max_ops < sent->max_ops)
5760 return -EINVAL;
5761 if (rcvd->max_reqs == 0)
5762 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04005763 if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE)
5764 rcvd->max_reqs = NFS4_MAX_SLOT_TABLE;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005765 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04005766}
5767
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005768static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
5769{
5770 struct nfs4_channel_attrs *sent = &args->bc_attrs;
5771 struct nfs4_channel_attrs *rcvd = &session->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04005772
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005773 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
5774 return -EINVAL;
5775 if (rcvd->max_resp_sz < sent->max_resp_sz)
5776 return -EINVAL;
5777 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
5778 return -EINVAL;
5779 /* These would render the backchannel useless: */
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04005780 if (rcvd->max_ops != sent->max_ops)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005781 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04005782 if (rcvd->max_reqs != sent->max_reqs)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005783 return -EINVAL;
5784 return 0;
5785}
Andy Adamson8d353012009-04-01 09:22:32 -04005786
Andy Adamson8d353012009-04-01 09:22:32 -04005787static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
5788 struct nfs4_session *session)
5789{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005790 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04005791
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005792 ret = nfs4_verify_fore_channel_attrs(args, session);
5793 if (ret)
5794 return ret;
5795 return nfs4_verify_back_channel_attrs(args, session);
Andy Adamson8d353012009-04-01 09:22:32 -04005796}
5797
Trond Myklebust848f5bd2012-05-25 17:51:23 -04005798static int _nfs4_proc_create_session(struct nfs_client *clp,
5799 struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04005800{
5801 struct nfs4_session *session = clp->cl_session;
5802 struct nfs41_create_session_args args = {
5803 .client = clp,
5804 .cb_program = NFS4_CALLBACK,
5805 };
5806 struct nfs41_create_session_res res = {
5807 .client = clp,
5808 };
5809 struct rpc_message msg = {
5810 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
5811 .rpc_argp = &args,
5812 .rpc_resp = &res,
Trond Myklebust848f5bd2012-05-25 17:51:23 -04005813 .rpc_cred = cred,
Andy Adamsonfc931582009-04-01 09:22:31 -04005814 };
5815 int status;
5816
5817 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04005818 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04005819
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005820 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Andy Adamsonfc931582009-04-01 09:22:31 -04005821
Trond Myklebust43095d32012-11-20 11:13:12 -05005822 if (!status) {
Andy Adamson8d353012009-04-01 09:22:32 -04005823 /* Verify the session's negotiated channel_attrs values */
5824 status = nfs4_verify_channel_attrs(&args, session);
Andy Adamsonfc931582009-04-01 09:22:31 -04005825 /* Increment the clientid slot sequence id */
5826 clp->cl_seqid++;
5827 }
5828
5829 return status;
5830}
5831
5832/*
5833 * Issues a CREATE_SESSION operation to the server.
5834 * It is the responsibility of the caller to verify the session is
5835 * expired before calling this routine.
5836 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04005837int nfs4_proc_create_session(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04005838{
5839 int status;
5840 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04005841 struct nfs4_session *session = clp->cl_session;
5842
5843 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
5844
Trond Myklebust848f5bd2012-05-25 17:51:23 -04005845 status = _nfs4_proc_create_session(clp, cred);
Andy Adamsonfc931582009-04-01 09:22:31 -04005846 if (status)
5847 goto out;
5848
Andy Adamsonaacd5532011-11-09 13:58:21 -05005849 /* Init or reset the session slot tables */
5850 status = nfs4_setup_session_slot_tables(session);
5851 dprintk("slot table setup returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04005852 if (status)
5853 goto out;
5854
5855 ptr = (unsigned *)&session->sess_id.data[0];
5856 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
5857 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04005858out:
5859 dprintk("<-- %s\n", __func__);
5860 return status;
5861}
5862
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005863/*
5864 * Issue the over-the-wire RPC DESTROY_SESSION.
5865 * The caller must serialize access to this routine.
5866 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04005867int nfs4_proc_destroy_session(struct nfs4_session *session,
5868 struct rpc_cred *cred)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005869{
Trond Myklebust848f5bd2012-05-25 17:51:23 -04005870 struct rpc_message msg = {
5871 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION],
5872 .rpc_argp = session,
5873 .rpc_cred = cred,
5874 };
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005875 int status = 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005876
5877 dprintk("--> nfs4_proc_destroy_session\n");
5878
5879 /* session is still being setup */
5880 if (session->clp->cl_cons_state != NFS_CS_READY)
5881 return status;
5882
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005883 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005884
5885 if (status)
Trond Myklebust08106ac2012-06-05 10:08:24 -04005886 dprintk("NFS: Got error %d from the server on DESTROY_SESSION. "
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005887 "Session has been destroyed regardless...\n", status);
5888
5889 dprintk("<-- nfs4_proc_destroy_session\n");
5890 return status;
5891}
5892
Trond Myklebust7b38c362012-05-23 13:23:31 -04005893/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005894 * Renew the cl_session lease.
5895 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005896struct nfs4_sequence_data {
5897 struct nfs_client *clp;
5898 struct nfs4_sequence_args args;
5899 struct nfs4_sequence_res res;
5900};
5901
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005902static void nfs41_sequence_release(void *data)
5903{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005904 struct nfs4_sequence_data *calldata = data;
5905 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005906
Alexandros Batsakis71358402010-02-05 03:45:05 -08005907 if (atomic_read(&clp->cl_count) > 1)
5908 nfs4_schedule_state_renewal(clp);
5909 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005910 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005911}
5912
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005913static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
5914{
5915 switch(task->tk_status) {
5916 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005917 rpc_delay(task, NFS4_POLL_RETRY_MAX);
5918 return -EAGAIN;
5919 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05005920 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005921 }
5922 return 0;
5923}
5924
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005925static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005926{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005927 struct nfs4_sequence_data *calldata = data;
5928 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005929
Trond Myklebust14516c32010-07-31 14:29:06 -04005930 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
5931 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005932
5933 if (task->tk_status < 0) {
5934 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08005935 if (atomic_read(&clp->cl_count) == 1)
5936 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005937
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005938 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
5939 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005940 return;
5941 }
5942 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005943 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08005944out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005945 dprintk("<-- %s\n", __func__);
5946}
5947
5948static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
5949{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005950 struct nfs4_sequence_data *calldata = data;
5951 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005952 struct nfs4_sequence_args *args;
5953 struct nfs4_sequence_res *res;
5954
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005955 args = task->tk_msg.rpc_argp;
5956 res = task->tk_msg.rpc_resp;
5957
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005958 nfs41_setup_sequence(clp->cl_session, args, res, task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005959}
5960
5961static const struct rpc_call_ops nfs41_sequence_ops = {
5962 .rpc_call_done = nfs41_sequence_call_done,
5963 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005964 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005965};
5966
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005967static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp,
5968 struct rpc_cred *cred,
5969 bool is_privileged)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005970{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005971 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005972 struct rpc_message msg = {
5973 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
5974 .rpc_cred = cred,
5975 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005976 struct rpc_task_setup task_setup_data = {
5977 .rpc_client = clp->cl_rpcclient,
5978 .rpc_message = &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005979 .callback_ops = &nfs41_sequence_ops,
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04005980 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT,
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005981 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005982
Alexandros Batsakis71358402010-02-05 03:45:05 -08005983 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005984 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04005985 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005986 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08005987 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005988 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005989 }
Trond Myklebust9d12b212012-01-17 22:04:25 -05005990 nfs41_init_sequence(&calldata->args, &calldata->res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005991 if (is_privileged)
5992 nfs4_set_sequence_privileged(&calldata->args);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005993 msg.rpc_argp = &calldata->args;
5994 msg.rpc_resp = &calldata->res;
5995 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005996 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005997
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005998 return rpc_run_task(&task_setup_data);
5999}
6000
Trond Myklebust2f60ea62011-08-24 15:07:37 -04006001static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006002{
6003 struct rpc_task *task;
6004 int ret = 0;
6005
Trond Myklebust2f60ea62011-08-24 15:07:37 -04006006 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
6007 return 0;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006008 task = _nfs41_proc_sequence(clp, cred, false);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006009 if (IS_ERR(task))
6010 ret = PTR_ERR(task);
6011 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08006012 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006013 dprintk("<-- %s status=%d\n", __func__, ret);
6014 return ret;
6015}
6016
6017static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
6018{
6019 struct rpc_task *task;
6020 int ret;
6021
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006022 task = _nfs41_proc_sequence(clp, cred, true);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006023 if (IS_ERR(task)) {
6024 ret = PTR_ERR(task);
6025 goto out;
6026 }
6027 ret = rpc_wait_for_completion_task(task);
Trond Myklebustb4410c22011-03-09 16:00:55 -05006028 if (!ret) {
6029 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp;
6030
6031 if (task->tk_status == 0)
6032 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006033 ret = task->tk_status;
Trond Myklebustb4410c22011-03-09 16:00:55 -05006034 }
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006035 rpc_put_task(task);
6036out:
6037 dprintk("<-- %s status=%d\n", __func__, ret);
6038 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006039}
6040
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006041struct nfs4_reclaim_complete_data {
6042 struct nfs_client *clp;
6043 struct nfs41_reclaim_complete_args arg;
6044 struct nfs41_reclaim_complete_res res;
6045};
6046
6047static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
6048{
6049 struct nfs4_reclaim_complete_data *calldata = data;
6050
Trond Myklebustd9afbd12012-10-22 20:28:44 -04006051 nfs41_setup_sequence(calldata->clp->cl_session,
6052 &calldata->arg.seq_args,
6053 &calldata->res.seq_res,
6054 task);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006055}
6056
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006057static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
6058{
6059 switch(task->tk_status) {
6060 case 0:
6061 case -NFS4ERR_COMPLETE_ALREADY:
6062 case -NFS4ERR_WRONG_CRED: /* What to do here? */
6063 break;
6064 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006065 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04006066 /* fall through */
6067 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006068 return -EAGAIN;
6069 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05006070 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006071 }
6072 return 0;
6073}
6074
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006075static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
6076{
6077 struct nfs4_reclaim_complete_data *calldata = data;
6078 struct nfs_client *clp = calldata->clp;
6079 struct nfs4_sequence_res *res = &calldata->res.seq_res;
6080
6081 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04006082 if (!nfs41_sequence_done(task, res))
6083 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006084
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006085 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
6086 rpc_restart_call_prepare(task);
6087 return;
6088 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006089 dprintk("<-- %s\n", __func__);
6090}
6091
6092static void nfs4_free_reclaim_complete_data(void *data)
6093{
6094 struct nfs4_reclaim_complete_data *calldata = data;
6095
6096 kfree(calldata);
6097}
6098
6099static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
6100 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
6101 .rpc_call_done = nfs4_reclaim_complete_done,
6102 .rpc_release = nfs4_free_reclaim_complete_data,
6103};
6104
6105/*
6106 * Issue a global reclaim complete.
6107 */
6108static int nfs41_proc_reclaim_complete(struct nfs_client *clp)
6109{
6110 struct nfs4_reclaim_complete_data *calldata;
6111 struct rpc_task *task;
6112 struct rpc_message msg = {
6113 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
6114 };
6115 struct rpc_task_setup task_setup_data = {
6116 .rpc_client = clp->cl_rpcclient,
6117 .rpc_message = &msg,
6118 .callback_ops = &nfs4_reclaim_complete_call_ops,
6119 .flags = RPC_TASK_ASYNC,
6120 };
6121 int status = -ENOMEM;
6122
6123 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04006124 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006125 if (calldata == NULL)
6126 goto out;
6127 calldata->clp = clp;
6128 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006129
Trond Myklebust9d12b212012-01-17 22:04:25 -05006130 nfs41_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006131 nfs4_set_sequence_privileged(&calldata->arg.seq_args);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006132 msg.rpc_argp = &calldata->arg;
6133 msg.rpc_resp = &calldata->res;
6134 task_setup_data.callback_data = calldata;
6135 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02006136 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006137 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02006138 goto out;
6139 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05006140 status = nfs4_wait_for_completion_rpc_task(task);
6141 if (status == 0)
6142 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006143 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02006144 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006145out:
6146 dprintk("<-- %s status=%d\n", __func__, status);
6147 return status;
6148}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006149
6150static void
6151nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
6152{
6153 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00006154 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04006155 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006156
6157 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00006158 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
6159 * right now covering the LAYOUTGET we are about to send.
6160 * However, that is not so catastrophic, and there seems
6161 * to be no way to prevent it completely.
6162 */
Trond Myklebust6ba7db32012-10-22 20:07:20 -04006163 if (nfs41_setup_sequence(session, &lgp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05006164 &lgp->res.seq_res, task))
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006165 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00006166 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
6167 NFS_I(lgp->args.inode)->layout,
6168 lgp->args.ctx->state)) {
6169 rpc_exit(task, NFS4_OK);
Fred Isamancf7d63f2011-01-06 11:36:25 +00006170 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006171}
6172
6173static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
6174{
6175 struct nfs4_layoutget *lgp = calldata;
Trond Myklebustee314c22012-10-01 17:25:48 -07006176 struct inode *inode = lgp->args.inode;
6177 struct nfs_server *server = NFS_SERVER(inode);
6178 struct pnfs_layout_hdr *lo;
6179 struct nfs4_state *state = NULL;
Weston Andros Adamson30005122013-02-28 20:30:10 -05006180 unsigned long timeo, giveup;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006181
6182 dprintk("--> %s\n", __func__);
6183
Trond Myklebust6ba7db32012-10-22 20:07:20 -04006184 if (!nfs41_sequence_done(task, &lgp->res.seq_res))
Trond Myklebustee314c22012-10-01 17:25:48 -07006185 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006186
6187 switch (task->tk_status) {
6188 case 0:
Trond Myklebustee314c22012-10-01 17:25:48 -07006189 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006190 case -NFS4ERR_LAYOUTTRYLATER:
6191 case -NFS4ERR_RECALLCONFLICT:
Weston Andros Adamson30005122013-02-28 20:30:10 -05006192 timeo = rpc_get_timeout(task->tk_client);
6193 giveup = lgp->args.timestamp + timeo;
6194 if (time_after(giveup, jiffies))
6195 task->tk_status = -NFS4ERR_DELAY;
Trond Myklebustee314c22012-10-01 17:25:48 -07006196 break;
6197 case -NFS4ERR_EXPIRED:
6198 case -NFS4ERR_BAD_STATEID:
6199 spin_lock(&inode->i_lock);
6200 lo = NFS_I(inode)->layout;
6201 if (!lo || list_empty(&lo->plh_segs)) {
6202 spin_unlock(&inode->i_lock);
6203 /* If the open stateid was bad, then recover it. */
6204 state = lgp->args.ctx->state;
6205 } else {
6206 LIST_HEAD(head);
6207
6208 pnfs_mark_matching_lsegs_invalid(lo, &head, NULL);
6209 spin_unlock(&inode->i_lock);
6210 /* Mark the bad layout state as invalid, then
6211 * retry using the open stateid. */
6212 pnfs_free_lseg_list(&head);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006213 }
6214 }
Trond Myklebustee314c22012-10-01 17:25:48 -07006215 if (nfs4_async_handle_error(task, server, state) == -EAGAIN)
6216 rpc_restart_call_prepare(task);
6217out:
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006218 dprintk("<-- %s\n", __func__);
6219}
6220
Idan Kedar85541162012-08-02 11:47:10 +03006221static size_t max_response_pages(struct nfs_server *server)
6222{
6223 u32 max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz;
6224 return nfs_page_array_len(0, max_resp_sz);
6225}
6226
6227static void nfs4_free_pages(struct page **pages, size_t size)
6228{
6229 int i;
6230
6231 if (!pages)
6232 return;
6233
6234 for (i = 0; i < size; i++) {
6235 if (!pages[i])
6236 break;
6237 __free_page(pages[i]);
6238 }
6239 kfree(pages);
6240}
6241
6242static struct page **nfs4_alloc_pages(size_t size, gfp_t gfp_flags)
6243{
6244 struct page **pages;
6245 int i;
6246
6247 pages = kcalloc(size, sizeof(struct page *), gfp_flags);
6248 if (!pages) {
6249 dprintk("%s: can't alloc array of %zu pages\n", __func__, size);
6250 return NULL;
6251 }
6252
6253 for (i = 0; i < size; i++) {
6254 pages[i] = alloc_page(gfp_flags);
6255 if (!pages[i]) {
6256 dprintk("%s: failed to allocate page\n", __func__);
6257 nfs4_free_pages(pages, size);
6258 return NULL;
6259 }
6260 }
6261
6262 return pages;
6263}
6264
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006265static void nfs4_layoutget_release(void *calldata)
6266{
6267 struct nfs4_layoutget *lgp = calldata;
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05006268 struct inode *inode = lgp->args.inode;
6269 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03006270 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006271
6272 dprintk("--> %s\n", __func__);
Idan Kedar85541162012-08-02 11:47:10 +03006273 nfs4_free_pages(lgp->args.layout.pages, max_pages);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05006274 pnfs_put_layout_hdr(NFS_I(inode)->layout);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006275 put_nfs_open_context(lgp->args.ctx);
6276 kfree(calldata);
6277 dprintk("<-- %s\n", __func__);
6278}
6279
6280static const struct rpc_call_ops nfs4_layoutget_call_ops = {
6281 .rpc_call_prepare = nfs4_layoutget_prepare,
6282 .rpc_call_done = nfs4_layoutget_done,
6283 .rpc_release = nfs4_layoutget_release,
6284};
6285
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04006286struct pnfs_layout_segment *
6287nfs4_proc_layoutget(struct nfs4_layoutget *lgp, gfp_t gfp_flags)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006288{
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05006289 struct inode *inode = lgp->args.inode;
6290 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03006291 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006292 struct rpc_task *task;
6293 struct rpc_message msg = {
6294 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
6295 .rpc_argp = &lgp->args,
6296 .rpc_resp = &lgp->res,
6297 };
6298 struct rpc_task_setup task_setup_data = {
6299 .rpc_client = server->client,
6300 .rpc_message = &msg,
6301 .callback_ops = &nfs4_layoutget_call_ops,
6302 .callback_data = lgp,
6303 .flags = RPC_TASK_ASYNC,
6304 };
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04006305 struct pnfs_layout_segment *lseg = NULL;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006306 int status = 0;
6307
6308 dprintk("--> %s\n", __func__);
6309
Idan Kedar85541162012-08-02 11:47:10 +03006310 lgp->args.layout.pages = nfs4_alloc_pages(max_pages, gfp_flags);
6311 if (!lgp->args.layout.pages) {
6312 nfs4_layoutget_release(lgp);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04006313 return ERR_PTR(-ENOMEM);
Idan Kedar85541162012-08-02 11:47:10 +03006314 }
6315 lgp->args.layout.pglen = max_pages * PAGE_SIZE;
Weston Andros Adamson30005122013-02-28 20:30:10 -05006316 lgp->args.timestamp = jiffies;
Idan Kedar85541162012-08-02 11:47:10 +03006317
Weston Andros Adamson35124a02011-03-24 16:48:21 -04006318 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006319 lgp->res.seq_res.sr_slot = NULL;
Trond Myklebust9d12b212012-01-17 22:04:25 -05006320 nfs41_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05006321
6322 /* nfs4_layoutget_release calls pnfs_put_layout_hdr */
6323 pnfs_get_layout_hdr(NFS_I(inode)->layout);
6324
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006325 task = rpc_run_task(&task_setup_data);
6326 if (IS_ERR(task))
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04006327 return ERR_CAST(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006328 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00006329 if (status == 0)
6330 status = task->tk_status;
Weston Andros Adamson085b7a42013-02-15 16:03:46 -05006331 /* if layoutp->len is 0, nfs4_layoutget_prepare called rpc_exit */
6332 if (status == 0 && lgp->res.layoutp->len)
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04006333 lseg = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006334 rpc_put_task(task);
6335 dprintk("<-- %s status=%d\n", __func__, status);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04006336 if (status)
6337 return ERR_PTR(status);
6338 return lseg;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006339}
6340
Benny Halevycbe82602011-05-22 19:52:37 +03006341static void
6342nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
6343{
6344 struct nfs4_layoutreturn *lrp = calldata;
6345
6346 dprintk("--> %s\n", __func__);
Trond Myklebustd9afbd12012-10-22 20:28:44 -04006347 nfs41_setup_sequence(lrp->clp->cl_session,
6348 &lrp->args.seq_args,
6349 &lrp->res.seq_res,
6350 task);
Benny Halevycbe82602011-05-22 19:52:37 +03006351}
6352
6353static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
6354{
6355 struct nfs4_layoutreturn *lrp = calldata;
6356 struct nfs_server *server;
6357
6358 dprintk("--> %s\n", __func__);
6359
Trond Myklebust6ba7db32012-10-22 20:07:20 -04006360 if (!nfs41_sequence_done(task, &lrp->res.seq_res))
Benny Halevycbe82602011-05-22 19:52:37 +03006361 return;
6362
6363 server = NFS_SERVER(lrp->args.inode);
6364 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07006365 rpc_restart_call_prepare(task);
Benny Halevycbe82602011-05-22 19:52:37 +03006366 return;
6367 }
Benny Halevycbe82602011-05-22 19:52:37 +03006368 dprintk("<-- %s\n", __func__);
6369}
6370
6371static void nfs4_layoutreturn_release(void *calldata)
6372{
6373 struct nfs4_layoutreturn *lrp = calldata;
Trond Myklebust849b2862012-09-24 14:18:39 -04006374 struct pnfs_layout_hdr *lo = lrp->args.layout;
Benny Halevycbe82602011-05-22 19:52:37 +03006375
6376 dprintk("--> %s\n", __func__);
Trond Myklebust849b2862012-09-24 14:18:39 -04006377 spin_lock(&lo->plh_inode->i_lock);
6378 if (lrp->res.lrs_present)
6379 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
6380 lo->plh_block_lgets--;
6381 spin_unlock(&lo->plh_inode->i_lock);
Trond Myklebust70c3bd22012-09-18 20:51:13 -04006382 pnfs_put_layout_hdr(lrp->args.layout);
Benny Halevycbe82602011-05-22 19:52:37 +03006383 kfree(calldata);
6384 dprintk("<-- %s\n", __func__);
6385}
6386
6387static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
6388 .rpc_call_prepare = nfs4_layoutreturn_prepare,
6389 .rpc_call_done = nfs4_layoutreturn_done,
6390 .rpc_release = nfs4_layoutreturn_release,
6391};
6392
6393int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp)
6394{
6395 struct rpc_task *task;
6396 struct rpc_message msg = {
6397 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
6398 .rpc_argp = &lrp->args,
6399 .rpc_resp = &lrp->res,
6400 };
6401 struct rpc_task_setup task_setup_data = {
6402 .rpc_client = lrp->clp->cl_rpcclient,
6403 .rpc_message = &msg,
6404 .callback_ops = &nfs4_layoutreturn_call_ops,
6405 .callback_data = lrp,
6406 };
6407 int status;
6408
6409 dprintk("--> %s\n", __func__);
Trond Myklebust9d12b212012-01-17 22:04:25 -05006410 nfs41_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1);
Benny Halevycbe82602011-05-22 19:52:37 +03006411 task = rpc_run_task(&task_setup_data);
6412 if (IS_ERR(task))
6413 return PTR_ERR(task);
6414 status = task->tk_status;
6415 dprintk("<-- %s status=%d\n", __func__, status);
6416 rpc_put_task(task);
6417 return status;
6418}
6419
Andy Adamson7f11d8d2011-07-30 20:52:35 -04006420/*
6421 * Retrieve the list of Data Server devices from the MDS.
6422 */
6423static int _nfs4_getdevicelist(struct nfs_server *server,
6424 const struct nfs_fh *fh,
6425 struct pnfs_devicelist *devlist)
6426{
6427 struct nfs4_getdevicelist_args args = {
6428 .fh = fh,
6429 .layoutclass = server->pnfs_curr_ld->id,
6430 };
6431 struct nfs4_getdevicelist_res res = {
6432 .devlist = devlist,
6433 };
6434 struct rpc_message msg = {
6435 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICELIST],
6436 .rpc_argp = &args,
6437 .rpc_resp = &res,
6438 };
6439 int status;
6440
6441 dprintk("--> %s\n", __func__);
6442 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args,
6443 &res.seq_res, 0);
6444 dprintk("<-- %s status=%d\n", __func__, status);
6445 return status;
6446}
6447
6448int nfs4_proc_getdevicelist(struct nfs_server *server,
6449 const struct nfs_fh *fh,
6450 struct pnfs_devicelist *devlist)
6451{
6452 struct nfs4_exception exception = { };
6453 int err;
6454
6455 do {
6456 err = nfs4_handle_exception(server,
6457 _nfs4_getdevicelist(server, fh, devlist),
6458 &exception);
6459 } while (exception.retry);
6460
6461 dprintk("%s: err=%d, num_devs=%u\n", __func__,
6462 err, devlist->num_devs);
6463
6464 return err;
6465}
6466EXPORT_SYMBOL_GPL(nfs4_proc_getdevicelist);
6467
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006468static int
6469_nfs4_proc_getdeviceinfo(struct nfs_server *server, struct pnfs_device *pdev)
6470{
6471 struct nfs4_getdeviceinfo_args args = {
6472 .pdev = pdev,
6473 };
6474 struct nfs4_getdeviceinfo_res res = {
6475 .pdev = pdev,
6476 };
6477 struct rpc_message msg = {
6478 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
6479 .rpc_argp = &args,
6480 .rpc_resp = &res,
6481 };
6482 int status;
6483
6484 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00006485 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006486 dprintk("<-- %s status=%d\n", __func__, status);
6487
6488 return status;
6489}
6490
6491int nfs4_proc_getdeviceinfo(struct nfs_server *server, struct pnfs_device *pdev)
6492{
6493 struct nfs4_exception exception = { };
6494 int err;
6495
6496 do {
6497 err = nfs4_handle_exception(server,
6498 _nfs4_proc_getdeviceinfo(server, pdev),
6499 &exception);
6500 } while (exception.retry);
6501 return err;
6502}
6503EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
6504
Andy Adamson863a3c62011-03-23 13:27:54 +00006505static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
6506{
6507 struct nfs4_layoutcommit_data *data = calldata;
6508 struct nfs_server *server = NFS_SERVER(data->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04006509 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamson863a3c62011-03-23 13:27:54 +00006510
Trond Myklebustd9afbd12012-10-22 20:28:44 -04006511 nfs41_setup_sequence(session,
6512 &data->args.seq_args,
6513 &data->res.seq_res,
6514 task);
Andy Adamson863a3c62011-03-23 13:27:54 +00006515}
6516
6517static void
6518nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
6519{
6520 struct nfs4_layoutcommit_data *data = calldata;
6521 struct nfs_server *server = NFS_SERVER(data->args.inode);
6522
Trond Myklebust6ba7db32012-10-22 20:07:20 -04006523 if (!nfs41_sequence_done(task, &data->res.seq_res))
Andy Adamson863a3c62011-03-23 13:27:54 +00006524 return;
6525
6526 switch (task->tk_status) { /* Just ignore these failures */
Trond Myklebuste59d27e2012-03-27 18:22:19 -04006527 case -NFS4ERR_DELEG_REVOKED: /* layout was recalled */
6528 case -NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
6529 case -NFS4ERR_BADLAYOUT: /* no layout */
6530 case -NFS4ERR_GRACE: /* loca_recalim always false */
Andy Adamson863a3c62011-03-23 13:27:54 +00006531 task->tk_status = 0;
Trond Myklebuste59d27e2012-03-27 18:22:19 -04006532 break;
6533 case 0:
Andy Adamson863a3c62011-03-23 13:27:54 +00006534 nfs_post_op_update_inode_force_wcc(data->args.inode,
6535 data->res.fattr);
Trond Myklebuste59d27e2012-03-27 18:22:19 -04006536 break;
6537 default:
6538 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
6539 rpc_restart_call_prepare(task);
6540 return;
6541 }
6542 }
Andy Adamson863a3c62011-03-23 13:27:54 +00006543}
6544
6545static void nfs4_layoutcommit_release(void *calldata)
6546{
6547 struct nfs4_layoutcommit_data *data = calldata;
6548
Andy Adamsondb29c082011-07-30 20:52:38 -04006549 pnfs_cleanup_layoutcommit(data);
Andy Adamson863a3c62011-03-23 13:27:54 +00006550 put_rpccred(data->cred);
6551 kfree(data);
6552}
6553
6554static const struct rpc_call_ops nfs4_layoutcommit_ops = {
6555 .rpc_call_prepare = nfs4_layoutcommit_prepare,
6556 .rpc_call_done = nfs4_layoutcommit_done,
6557 .rpc_release = nfs4_layoutcommit_release,
6558};
6559
6560int
Andy Adamsonef311532011-03-12 02:58:10 -05006561nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00006562{
6563 struct rpc_message msg = {
6564 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
6565 .rpc_argp = &data->args,
6566 .rpc_resp = &data->res,
6567 .rpc_cred = data->cred,
6568 };
6569 struct rpc_task_setup task_setup_data = {
6570 .task = &data->task,
6571 .rpc_client = NFS_CLIENT(data->args.inode),
6572 .rpc_message = &msg,
6573 .callback_ops = &nfs4_layoutcommit_ops,
6574 .callback_data = data,
6575 .flags = RPC_TASK_ASYNC,
6576 };
6577 struct rpc_task *task;
6578 int status = 0;
6579
6580 dprintk("NFS: %4d initiating layoutcommit call. sync %d "
6581 "lbw: %llu inode %lu\n",
6582 data->task.tk_pid, sync,
6583 data->args.lastbytewritten,
6584 data->args.inode->i_ino);
6585
Trond Myklebust9d12b212012-01-17 22:04:25 -05006586 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Andy Adamson863a3c62011-03-23 13:27:54 +00006587 task = rpc_run_task(&task_setup_data);
6588 if (IS_ERR(task))
6589 return PTR_ERR(task);
Andy Adamsonef311532011-03-12 02:58:10 -05006590 if (sync == false)
Andy Adamson863a3c62011-03-23 13:27:54 +00006591 goto out;
6592 status = nfs4_wait_for_completion_rpc_task(task);
6593 if (status != 0)
6594 goto out;
6595 status = task->tk_status;
6596out:
6597 dprintk("%s: status %d\n", __func__, status);
6598 rpc_put_task(task);
6599 return status;
6600}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006601
6602static int
6603_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
6604 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
6605{
6606 struct nfs41_secinfo_no_name_args args = {
6607 .style = SECINFO_STYLE_CURRENT_FH,
6608 };
6609 struct nfs4_secinfo_res res = {
6610 .flavors = flavors,
6611 };
6612 struct rpc_message msg = {
6613 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
6614 .rpc_argp = &args,
6615 .rpc_resp = &res,
6616 };
6617 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
6618}
6619
6620static int
6621nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
6622 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
6623{
6624 struct nfs4_exception exception = { };
6625 int err;
6626 do {
6627 err = _nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
6628 switch (err) {
6629 case 0:
6630 case -NFS4ERR_WRONGSEC:
6631 case -NFS4ERR_NOTSUPP:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04006632 goto out;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006633 default:
6634 err = nfs4_handle_exception(server, err, &exception);
6635 }
6636 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04006637out:
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006638 return err;
6639}
6640
6641static int
6642nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
6643 struct nfs_fsinfo *info)
6644{
6645 int err;
6646 struct page *page;
6647 rpc_authflavor_t flavor;
6648 struct nfs4_secinfo_flavors *flavors;
6649
6650 page = alloc_page(GFP_KERNEL);
6651 if (!page) {
6652 err = -ENOMEM;
6653 goto out;
6654 }
6655
6656 flavors = page_address(page);
6657 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
6658
6659 /*
6660 * Fall back on "guess and check" method if
6661 * the server doesn't support SECINFO_NO_NAME
6662 */
6663 if (err == -NFS4ERR_WRONGSEC || err == -NFS4ERR_NOTSUPP) {
6664 err = nfs4_find_root_sec(server, fhandle, info);
6665 goto out_freepage;
6666 }
6667 if (err)
6668 goto out_freepage;
6669
6670 flavor = nfs_find_best_sec(flavors);
6671 if (err == 0)
6672 err = nfs4_lookup_root_sec(server, fhandle, info, flavor);
6673
6674out_freepage:
6675 put_page(page);
6676 if (err == -EACCES)
6677 return -EPERM;
6678out:
6679 return err;
6680}
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006681
6682static int _nfs41_test_stateid(struct nfs_server *server, nfs4_stateid *stateid)
Bryan Schumaker7d974792011-06-02 14:59:08 -04006683{
6684 int status;
6685 struct nfs41_test_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006686 .stateid = stateid,
Bryan Schumaker7d974792011-06-02 14:59:08 -04006687 };
6688 struct nfs41_test_stateid_res res;
6689 struct rpc_message msg = {
6690 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
6691 .rpc_argp = &args,
6692 .rpc_resp = &res,
6693 };
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006694
Chuck Lever38527b12012-07-11 16:30:23 -04006695 dprintk("NFS call test_stateid %p\n", stateid);
Trond Myklebust9d12b212012-01-17 22:04:25 -05006696 nfs41_init_sequence(&args.seq_args, &res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006697 nfs4_set_sequence_privileged(&args.seq_args);
6698 status = nfs4_call_sync_sequence(server->client, server, &msg,
6699 &args.seq_args, &res.seq_res);
Chuck Lever38527b12012-07-11 16:30:23 -04006700 if (status != NFS_OK) {
6701 dprintk("NFS reply test_stateid: failed, %d\n", status);
Chuck Lever377e5072012-07-11 16:29:45 -04006702 return status;
Chuck Lever38527b12012-07-11 16:30:23 -04006703 }
6704 dprintk("NFS reply test_stateid: succeeded, %d\n", -res.status);
Chuck Lever377e5072012-07-11 16:29:45 -04006705 return -res.status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04006706}
6707
Chuck Lever38527b12012-07-11 16:30:23 -04006708/**
6709 * nfs41_test_stateid - perform a TEST_STATEID operation
6710 *
6711 * @server: server / transport on which to perform the operation
6712 * @stateid: state ID to test
6713 *
6714 * Returns NFS_OK if the server recognizes that "stateid" is valid.
6715 * Otherwise a negative NFS4ERR value is returned if the operation
6716 * failed or the state ID is not currently valid.
6717 */
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006718static int nfs41_test_stateid(struct nfs_server *server, nfs4_stateid *stateid)
Bryan Schumaker7d974792011-06-02 14:59:08 -04006719{
6720 struct nfs4_exception exception = { };
6721 int err;
6722 do {
Chuck Lever377e5072012-07-11 16:29:45 -04006723 err = _nfs41_test_stateid(server, stateid);
6724 if (err != -NFS4ERR_DELAY)
6725 break;
6726 nfs4_handle_exception(server, err, &exception);
Bryan Schumaker7d974792011-06-02 14:59:08 -04006727 } while (exception.retry);
6728 return err;
6729}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006730
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006731static int _nfs4_free_stateid(struct nfs_server *server, nfs4_stateid *stateid)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006732{
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006733 struct nfs41_free_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006734 .stateid = stateid,
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006735 };
6736 struct nfs41_free_stateid_res res;
6737 struct rpc_message msg = {
6738 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
6739 .rpc_argp = &args,
6740 .rpc_resp = &res,
6741 };
Chuck Lever38527b12012-07-11 16:30:23 -04006742 int status;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006743
Chuck Lever38527b12012-07-11 16:30:23 -04006744 dprintk("NFS call free_stateid %p\n", stateid);
Trond Myklebust9d12b212012-01-17 22:04:25 -05006745 nfs41_init_sequence(&args.seq_args, &res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006746 nfs4_set_sequence_privileged(&args.seq_args);
Chuck Lever38527b12012-07-11 16:30:23 -04006747 status = nfs4_call_sync_sequence(server->client, server, &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006748 &args.seq_args, &res.seq_res);
Chuck Lever38527b12012-07-11 16:30:23 -04006749 dprintk("NFS reply free_stateid: %d\n", status);
6750 return status;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006751}
6752
Chuck Lever38527b12012-07-11 16:30:23 -04006753/**
6754 * nfs41_free_stateid - perform a FREE_STATEID operation
6755 *
6756 * @server: server / transport on which to perform the operation
6757 * @stateid: state ID to release
6758 *
6759 * Returns NFS_OK if the server freed "stateid". Otherwise a
6760 * negative NFS4ERR value is returned.
6761 */
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006762static int nfs41_free_stateid(struct nfs_server *server, nfs4_stateid *stateid)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006763{
6764 struct nfs4_exception exception = { };
6765 int err;
6766 do {
Chuck Lever377e5072012-07-11 16:29:45 -04006767 err = _nfs4_free_stateid(server, stateid);
6768 if (err != -NFS4ERR_DELAY)
6769 break;
6770 nfs4_handle_exception(server, err, &exception);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006771 } while (exception.retry);
6772 return err;
6773}
Trond Myklebust36281ca2012-03-04 18:13:56 -05006774
6775static bool nfs41_match_stateid(const nfs4_stateid *s1,
6776 const nfs4_stateid *s2)
6777{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05006778 if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05006779 return false;
6780
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05006781 if (s1->seqid == s2->seqid)
Trond Myklebust36281ca2012-03-04 18:13:56 -05006782 return true;
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05006783 if (s1->seqid == 0 || s2->seqid == 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05006784 return true;
6785
6786 return false;
6787}
6788
Andy Adamson557134a2009-04-01 09:21:53 -04006789#endif /* CONFIG_NFS_V4_1 */
6790
Trond Myklebust36281ca2012-03-04 18:13:56 -05006791static bool nfs4_match_stateid(const nfs4_stateid *s1,
6792 const nfs4_stateid *s2)
6793{
Trond Myklebustf597c532012-03-04 18:13:56 -05006794 return nfs4_stateid_match(s1, s2);
Trond Myklebust36281ca2012-03-04 18:13:56 -05006795}
6796
6797
Trond Myklebust17280172012-03-11 13:11:00 -04006798static const struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05006799 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05006800 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006801 .recover_open = nfs4_open_reclaim,
6802 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04006803 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04006804 .get_clid_cred = nfs4_get_setclientid_cred,
Chuck Lever05f4c352012-09-14 17:24:32 -04006805 .detect_trunking = nfs40_discover_server_trunking,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006806};
6807
Andy Adamson591d71c2009-04-01 09:22:47 -04006808#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04006809static const struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04006810 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
6811 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
6812 .recover_open = nfs4_open_reclaim,
6813 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05006814 .establish_clid = nfs41_init_clientid,
Andy Adamsonb4b82602009-04-01 09:22:49 -04006815 .get_clid_cred = nfs4_get_exchange_id_cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006816 .reclaim_complete = nfs41_proc_reclaim_complete,
Chuck Lever05f4c352012-09-14 17:24:32 -04006817 .detect_trunking = nfs41_discover_server_trunking,
Andy Adamson591d71c2009-04-01 09:22:47 -04006818};
6819#endif /* CONFIG_NFS_V4_1 */
6820
Trond Myklebust17280172012-03-11 13:11:00 -04006821static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05006822 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05006823 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006824 .recover_open = nfs4_open_expired,
6825 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04006826 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04006827 .get_clid_cred = nfs4_get_setclientid_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006828};
6829
Andy Adamson591d71c2009-04-01 09:22:47 -04006830#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04006831static const struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04006832 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
6833 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04006834 .recover_open = nfs41_open_expired,
6835 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05006836 .establish_clid = nfs41_init_clientid,
Andy Adamsonb4b82602009-04-01 09:22:49 -04006837 .get_clid_cred = nfs4_get_exchange_id_cred,
Andy Adamson591d71c2009-04-01 09:22:47 -04006838};
6839#endif /* CONFIG_NFS_V4_1 */
6840
Trond Myklebust17280172012-03-11 13:11:00 -04006841static const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04006842 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04006843 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04006844 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04006845};
6846
6847#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04006848static const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04006849 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04006850 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04006851 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04006852};
6853#endif
6854
Trond Myklebust97dc1352010-06-16 09:52:26 -04006855static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
6856 .minor_version = 0,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04006857 .init_caps = NFS_CAP_READDIRPLUS
6858 | NFS_CAP_ATOMIC_OPEN
6859 | NFS_CAP_CHANGE_ATTR
6860 | NFS_CAP_POSIX_LOCK,
Trond Myklebust97dc1352010-06-16 09:52:26 -04006861 .call_sync = _nfs4_call_sync,
Trond Myklebust36281ca2012-03-04 18:13:56 -05006862 .match_stateid = nfs4_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006863 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04006864 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
6865 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
6866 .state_renewal_ops = &nfs40_state_renewal_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04006867};
6868
6869#if defined(CONFIG_NFS_V4_1)
6870static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
6871 .minor_version = 1,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04006872 .init_caps = NFS_CAP_READDIRPLUS
6873 | NFS_CAP_ATOMIC_OPEN
6874 | NFS_CAP_CHANGE_ATTR
Trond Myklebust3b664862013-03-17 15:31:15 -04006875 | NFS_CAP_POSIX_LOCK
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04006876 | NFS_CAP_STATEID_NFSV41
6877 | NFS_CAP_ATOMIC_OPEN_V1,
Bryan Schumaker104287c2012-11-12 14:13:13 -05006878 .call_sync = nfs4_call_sync_sequence,
Trond Myklebust36281ca2012-03-04 18:13:56 -05006879 .match_stateid = nfs41_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006880 .find_root_sec = nfs41_find_root_sec,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04006881 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
6882 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
6883 .state_renewal_ops = &nfs41_state_renewal_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04006884};
6885#endif
6886
Trond Myklebust97dc1352010-06-16 09:52:26 -04006887const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
6888 [0] = &nfs_v4_0_minor_ops,
6889#if defined(CONFIG_NFS_V4_1)
6890 [1] = &nfs_v4_1_minor_ops,
6891#endif
6892};
6893
Bryan Schumaker73a79702012-07-16 16:39:12 -04006894const struct inode_operations nfs4_dir_inode_operations = {
6895 .create = nfs_create,
6896 .lookup = nfs_lookup,
6897 .atomic_open = nfs_atomic_open,
6898 .link = nfs_link,
6899 .unlink = nfs_unlink,
6900 .symlink = nfs_symlink,
6901 .mkdir = nfs_mkdir,
6902 .rmdir = nfs_rmdir,
6903 .mknod = nfs_mknod,
6904 .rename = nfs_rename,
6905 .permission = nfs_permission,
6906 .getattr = nfs_getattr,
6907 .setattr = nfs_setattr,
6908 .getxattr = generic_getxattr,
6909 .setxattr = generic_setxattr,
6910 .listxattr = generic_listxattr,
6911 .removexattr = generic_removexattr,
6912};
6913
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08006914static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006915 .permission = nfs_permission,
6916 .getattr = nfs_getattr,
6917 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006918 .getxattr = generic_getxattr,
6919 .setxattr = generic_setxattr,
6920 .listxattr = generic_listxattr,
6921 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006922};
6923
David Howells509de812006-08-22 20:06:11 -04006924const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07006925 .version = 4, /* protocol version */
6926 .dentry_ops = &nfs4_dentry_operations,
6927 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006928 .file_inode_ops = &nfs4_file_inode_operations,
Jeff Layton1788ea62011-11-04 13:31:21 -04006929 .file_ops = &nfs4_file_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006930 .getroot = nfs4_proc_get_root,
Bryan Schumaker281cad42012-04-27 13:27:45 -04006931 .submount = nfs4_submount,
Bryan Schumakerff9099f22012-07-30 16:05:18 -04006932 .try_mount = nfs4_try_mount,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006933 .getattr = nfs4_proc_getattr,
6934 .setattr = nfs4_proc_setattr,
6935 .lookup = nfs4_proc_lookup,
6936 .access = nfs4_proc_access,
6937 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006938 .create = nfs4_proc_create,
6939 .remove = nfs4_proc_remove,
6940 .unlink_setup = nfs4_proc_unlink_setup,
Bryan Schumaker34e137c2012-03-19 14:54:41 -04006941 .unlink_rpc_prepare = nfs4_proc_unlink_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006942 .unlink_done = nfs4_proc_unlink_done,
6943 .rename = nfs4_proc_rename,
Jeff Laytond3d41522010-09-17 17:31:57 -04006944 .rename_setup = nfs4_proc_rename_setup,
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04006945 .rename_rpc_prepare = nfs4_proc_rename_rpc_prepare,
Jeff Laytond3d41522010-09-17 17:31:57 -04006946 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006947 .link = nfs4_proc_link,
6948 .symlink = nfs4_proc_symlink,
6949 .mkdir = nfs4_proc_mkdir,
6950 .rmdir = nfs4_proc_remove,
6951 .readdir = nfs4_proc_readdir,
6952 .mknod = nfs4_proc_mknod,
6953 .statfs = nfs4_proc_statfs,
6954 .fsinfo = nfs4_proc_fsinfo,
6955 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04006956 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006957 .decode_dirent = nfs4_decode_dirent,
6958 .read_setup = nfs4_proc_read_setup,
Bryan Schumaker1abb50882012-06-20 15:53:47 -04006959 .read_pageio_init = pnfs_pageio_init_read,
Bryan Schumakerea7c3302012-03-19 14:54:40 -04006960 .read_rpc_prepare = nfs4_proc_read_rpc_prepare,
Trond Myklebustec06c092006-03-20 13:44:27 -05006961 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006962 .write_setup = nfs4_proc_write_setup,
Bryan Schumaker57208fa2012-06-20 15:53:48 -04006963 .write_pageio_init = pnfs_pageio_init_write,
Bryan Schumakerc6cb80d2012-03-19 14:54:39 -04006964 .write_rpc_prepare = nfs4_proc_write_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05006965 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006966 .commit_setup = nfs4_proc_commit_setup,
Fred Isaman0b7c0152012-04-20 14:47:39 -04006967 .commit_rpc_prepare = nfs4_proc_commit_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05006968 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006969 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00006970 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04006971 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04006972 .open_context = nfs4_atomic_open,
Bryan Schumaker011e2a72012-06-20 15:53:43 -04006973 .have_delegation = nfs4_have_delegation,
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04006974 .return_delegation = nfs4_inode_return_delegation,
Bryan Schumaker6663ee72012-06-20 15:53:46 -04006975 .alloc_client = nfs4_alloc_client,
Andy Adamson45a52a02011-03-01 01:34:08 +00006976 .init_client = nfs4_init_client,
Bryan Schumakercdb7ece2012-06-20 15:53:45 -04006977 .free_client = nfs4_free_client,
Bryan Schumaker1179acc2012-07-30 16:05:19 -04006978 .create_server = nfs4_create_server,
6979 .clone_server = nfs_clone_server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006980};
6981
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006982static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
6983 .prefix = XATTR_NAME_NFSV4_ACL,
6984 .list = nfs4_xattr_list_nfs4_acl,
6985 .get = nfs4_xattr_get_nfs4_acl,
6986 .set = nfs4_xattr_set_nfs4_acl,
6987};
6988
6989const struct xattr_handler *nfs4_xattr_handlers[] = {
6990 &nfs4_xattr_nfs4_acl_handler,
6991 NULL
6992};
6993
Linus Torvalds1da177e2005-04-16 15:20:36 -07006994/*
6995 * Local variables:
6996 * c-basic-offset: 8
6997 * End:
6998 */