blob: dd892a4e7eb307f353232c520637b0d711f7f97f [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * fs/nfs/nfs4proc.c
3 *
4 * Client-side procedure declarations for NFSv4.
5 *
6 * Copyright (c) 2002 The Regents of the University of Michigan.
7 * All rights reserved.
8 *
9 * Kendrick Smith <kmsmith@umich.edu>
10 * Andy Adamson <andros@umich.edu>
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 *
16 * 1. Redistributions of source code must retain the above copyright
17 * notice, this list of conditions and the following disclaimer.
18 * 2. Redistributions in binary form must reproduce the above copyright
19 * notice, this list of conditions and the following disclaimer in the
20 * documentation and/or other materials provided with the distribution.
21 * 3. Neither the name of the University nor the names of its
22 * contributors may be used to endorse or promote products derived
23 * from this software without specific prior written permission.
24 *
25 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
26 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
27 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28 * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
29 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
32 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
33 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
34 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
35 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 */
37
38#include <linux/mm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070039#include <linux/delay.h>
40#include <linux/errno.h>
41#include <linux/string.h>
Trond Myklebust652f89f2011-12-09 19:05:58 -050042#include <linux/ratelimit.h>
43#include <linux/printk.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090044#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070045#include <linux/sunrpc/clnt.h>
46#include <linux/nfs.h>
47#include <linux/nfs4.h>
48#include <linux/nfs_fs.h>
49#include <linux/nfs_page.h>
Bryan Schumaker9b7160c2011-04-13 14:31:30 -040050#include <linux/nfs_mount.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070051#include <linux/namei.h>
Trond Myklebust02a913a2005-10-18 14:20:17 -070052#include <linux/mount.h>
Benny Halevy99fe60d2009-04-01 09:22:29 -040053#include <linux/module.h>
Trond Myklebust6926afd2012-01-07 13:22:46 -050054#include <linux/nfs_idmap.h>
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +000055#include <linux/xattr.h>
Andy Adamsonc7a360b2011-01-25 19:15:32 -050056#include <linux/utsname.h>
Jeff Laytond3103102011-12-01 22:44:39 +010057#include <linux/freezer.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070058
Trond Myklebust4ce79712005-06-22 17:16:21 +000059#include "nfs4_fs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070060#include "delegation.h"
Trond Myklebust101070c2008-02-19 20:04:23 -050061#include "internal.h"
Chuck Lever006ea732006-03-20 13:44:14 -050062#include "iostat.h"
Andy Adamsonfc931582009-04-01 09:22:31 -040063#include "callback.h"
Andy Adamsonb1f69b72010-10-20 00:18:03 -040064#include "pnfs.h"
Chuck Leverf0920752012-05-21 22:45:41 -040065#include "netns.h"
Trond Myklebust73e39aa2012-11-26 12:49:34 -050066#include "nfs4session.h"
David Howellsde242c02012-12-20 21:52:38 +000067#include "fscache.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
Trond Myklebustc6d01c62013-08-09 11:51:26 -040069#include "nfs4trace.h"
70
Linus Torvalds1da177e2005-04-16 15:20:36 -070071#define NFSDBG_FACILITY NFSDBG_PROC
72
Trond Myklebust2066fe82006-09-15 08:30:46 -040073#define NFS4_POLL_RETRY_MIN (HZ/10)
Linus Torvalds1da177e2005-04-16 15:20:36 -070074#define NFS4_POLL_RETRY_MAX (15*HZ)
75
Trond Myklebustcdd4e682006-01-03 09:55:12 +010076struct nfs4_opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +010077static int _nfs4_proc_open(struct nfs4_opendata *data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -080078static int _nfs4_recover_proc_open(struct nfs4_opendata *data);
Linus Torvalds1da177e2005-04-16 15:20:36 -070079static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
NeilBrown8478eaa2014-09-18 16:09:27 +100080static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *, long *);
Chuck Lever81934dd2012-03-01 17:01:57 -050081static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr);
David Quigley1775fd32013-05-22 12:50:42 -040082static int nfs4_proc_getattr(struct nfs_server *, struct nfs_fh *, struct nfs_fattr *, struct nfs4_label *label);
83static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr, struct nfs4_label *label);
Trond Myklebust0ab64e02010-04-16 16:22:51 -040084static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
85 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -040086 struct nfs4_state *state, struct nfs4_label *ilabel,
87 struct nfs4_label *olabel);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040088#ifdef CONFIG_NFS_V4_1
Trond Myklebustab7cb0d2013-05-20 11:20:27 -040089static int nfs41_test_stateid(struct nfs_server *, nfs4_stateid *,
90 struct rpc_cred *);
91static int nfs41_free_stateid(struct nfs_server *, nfs4_stateid *,
92 struct rpc_cred *);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040093#endif
David Quigleyaa9c2662013-05-22 12:50:44 -040094
95#ifdef CONFIG_NFS_V4_SECURITY_LABEL
96static inline struct nfs4_label *
97nfs4_label_init_security(struct inode *dir, struct dentry *dentry,
98 struct iattr *sattr, struct nfs4_label *label)
99{
100 int err;
101
102 if (label == NULL)
103 return NULL;
104
105 if (nfs_server_capable(dir, NFS_CAP_SECURITY_LABEL) == 0)
106 return NULL;
107
David Quigleyaa9c2662013-05-22 12:50:44 -0400108 err = security_dentry_init_security(dentry, sattr->ia_mode,
109 &dentry->d_name, (void **)&label->label, &label->len);
110 if (err == 0)
111 return label;
112
113 return NULL;
114}
115static inline void
116nfs4_label_release_security(struct nfs4_label *label)
117{
118 if (label)
119 security_release_secctx(label->label, label->len);
120}
121static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)
122{
123 if (label)
124 return server->attr_bitmask;
125
126 return server->attr_bitmask_nl;
127}
128#else
129static inline struct nfs4_label *
130nfs4_label_init_security(struct inode *dir, struct dentry *dentry,
131 struct iattr *sattr, struct nfs4_label *l)
132{ return NULL; }
133static inline void
134nfs4_label_release_security(struct nfs4_label *label)
135{ return; }
136static inline u32 *
137nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)
138{ return server->attr_bitmask; }
139#endif
140
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141/* Prevent leaks of NFSv4 errors into userland */
WANG Cong46f72f52008-12-30 16:35:55 -0500142static int nfs4_map_errors(int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143{
Trond Myklebust52567b02009-10-23 14:46:42 -0400144 if (err >= -1000)
145 return err;
146 switch (err) {
147 case -NFS4ERR_RESOURCE:
Weston Andros Adamson30005122013-02-28 20:30:10 -0500148 case -NFS4ERR_LAYOUTTRYLATER:
149 case -NFS4ERR_RECALLCONFLICT:
Trond Myklebust52567b02009-10-23 14:46:42 -0400150 return -EREMOTEIO;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +0000151 case -NFS4ERR_WRONGSEC:
Weston Andros Adamson88975382013-08-13 16:37:38 -0400152 case -NFS4ERR_WRONG_CRED:
Bryan Schumaker7ebb9312011-03-24 17:12:30 +0000153 return -EPERM;
Trond Myklebust3ddeb7c2011-02-22 15:44:31 -0800154 case -NFS4ERR_BADOWNER:
155 case -NFS4ERR_BADNAME:
156 return -EINVAL;
Trond Myklebustfb13bfa2012-05-28 11:36:28 -0400157 case -NFS4ERR_SHARE_DENIED:
158 return -EACCES;
Steve Dicksonf25efd82012-06-06 14:12:07 -0400159 case -NFS4ERR_MINOR_VERS_MISMATCH:
160 return -EPROTONOSUPPORT;
Trond Myklebust6e3cf242013-03-23 15:22:45 -0400161 case -NFS4ERR_FILE_OPEN:
162 return -EBUSY;
Trond Myklebust52567b02009-10-23 14:46:42 -0400163 default:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -0700165 __func__, -err);
Trond Myklebust52567b02009-10-23 14:46:42 -0400166 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167 }
Trond Myklebust52567b02009-10-23 14:46:42 -0400168 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169}
170
171/*
172 * This is our standard bitmap for GETATTR requests.
173 */
Trond Myklebust1549210f2012-06-05 09:16:47 -0400174const u32 nfs4_fattr_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175 FATTR4_WORD0_TYPE
176 | FATTR4_WORD0_CHANGE
177 | FATTR4_WORD0_SIZE
178 | FATTR4_WORD0_FSID
179 | FATTR4_WORD0_FILEID,
180 FATTR4_WORD1_MODE
181 | FATTR4_WORD1_NUMLINKS
182 | FATTR4_WORD1_OWNER
183 | FATTR4_WORD1_OWNER_GROUP
184 | FATTR4_WORD1_RAWDEV
185 | FATTR4_WORD1_SPACE_USED
186 | FATTR4_WORD1_TIME_ACCESS
187 | FATTR4_WORD1_TIME_METADATA
David Quigleyaa9c2662013-05-22 12:50:44 -0400188 | FATTR4_WORD1_TIME_MODIFY,
189#ifdef CONFIG_NFS_V4_SECURITY_LABEL
190 FATTR4_WORD2_SECURITY_LABEL
191#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192};
193
Trond Myklebust1549210f2012-06-05 09:16:47 -0400194static const u32 nfs4_pnfs_open_bitmap[3] = {
195 FATTR4_WORD0_TYPE
196 | FATTR4_WORD0_CHANGE
197 | FATTR4_WORD0_SIZE
198 | FATTR4_WORD0_FSID
199 | FATTR4_WORD0_FILEID,
200 FATTR4_WORD1_MODE
201 | FATTR4_WORD1_NUMLINKS
202 | FATTR4_WORD1_OWNER
203 | FATTR4_WORD1_OWNER_GROUP
204 | FATTR4_WORD1_RAWDEV
205 | FATTR4_WORD1_SPACE_USED
206 | FATTR4_WORD1_TIME_ACCESS
207 | FATTR4_WORD1_TIME_METADATA
208 | FATTR4_WORD1_TIME_MODIFY,
209 FATTR4_WORD2_MDSTHRESHOLD
210};
211
Andy Adamsone23008e2012-10-02 21:07:32 -0400212static const u32 nfs4_open_noattr_bitmap[3] = {
213 FATTR4_WORD0_TYPE
214 | FATTR4_WORD0_CHANGE
215 | FATTR4_WORD0_FILEID,
216};
217
David Quigleya09df2c2013-05-22 12:50:41 -0400218const u32 nfs4_statfs_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219 FATTR4_WORD0_FILES_AVAIL
220 | FATTR4_WORD0_FILES_FREE
221 | FATTR4_WORD0_FILES_TOTAL,
222 FATTR4_WORD1_SPACE_AVAIL
223 | FATTR4_WORD1_SPACE_FREE
224 | FATTR4_WORD1_SPACE_TOTAL
225};
226
David Quigleya09df2c2013-05-22 12:50:41 -0400227const u32 nfs4_pathconf_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228 FATTR4_WORD0_MAXLINK
229 | FATTR4_WORD0_MAXNAME,
230 0
231};
232
Fred Isamandae100c2011-07-30 20:52:37 -0400233const u32 nfs4_fsinfo_bitmap[3] = { FATTR4_WORD0_MAXFILESIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234 | FATTR4_WORD0_MAXREAD
235 | FATTR4_WORD0_MAXWRITE
236 | FATTR4_WORD0_LEASE_TIME,
Ricardo Labiaga55b6e772010-10-12 16:30:06 -0700237 FATTR4_WORD1_TIME_DELTA
Fred Isamandae100c2011-07-30 20:52:37 -0400238 | FATTR4_WORD1_FS_LAYOUT_TYPES,
239 FATTR4_WORD2_LAYOUT_BLKSIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240};
241
David Quigleya09df2c2013-05-22 12:50:41 -0400242const u32 nfs4_fs_locations_bitmap[3] = {
Manoj Naik830b8e32006-06-09 09:34:25 -0400243 FATTR4_WORD0_TYPE
244 | FATTR4_WORD0_CHANGE
245 | FATTR4_WORD0_SIZE
246 | FATTR4_WORD0_FSID
247 | FATTR4_WORD0_FILEID
248 | FATTR4_WORD0_FS_LOCATIONS,
249 FATTR4_WORD1_MODE
250 | FATTR4_WORD1_NUMLINKS
251 | FATTR4_WORD1_OWNER
252 | FATTR4_WORD1_OWNER_GROUP
253 | FATTR4_WORD1_RAWDEV
254 | FATTR4_WORD1_SPACE_USED
255 | FATTR4_WORD1_TIME_ACCESS
256 | FATTR4_WORD1_TIME_METADATA
257 | FATTR4_WORD1_TIME_MODIFY
David Quigleya09df2c2013-05-22 12:50:41 -0400258 | FATTR4_WORD1_MOUNTED_ON_FILEID,
Manoj Naik830b8e32006-06-09 09:34:25 -0400259};
260
Al Virobc4785c2006-10-19 23:28:51 -0700261static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262 struct nfs4_readdir_arg *readdir)
263{
Al Viro0dbb4c62006-10-19 23:28:49 -0700264 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000267 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
269 return;
270 }
271
272 readdir->cookie = 0;
273 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
274 if (cookie == 2)
275 return;
276
277 /*
278 * NFSv4 servers do not return entries for '.' and '..'
279 * Therefore, we fake these entries here. We let '.'
280 * have cookie 0 and '..' have cookie 1. Note that
281 * when talking to the server, we always send cookie 0
282 * instead of 1 or 2.
283 */
Cong Wang2b86ce22011-11-25 23:14:33 +0800284 start = p = kmap_atomic(*readdir->pages);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285
286 if (cookie == 0) {
287 *p++ = xdr_one; /* next */
288 *p++ = xdr_zero; /* cookie, first word */
289 *p++ = xdr_one; /* cookie, second word */
290 *p++ = xdr_one; /* entry len */
291 memcpy(p, ".\0\0\0", 4); /* entry */
292 p++;
293 *p++ = xdr_one; /* bitmap length */
294 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
295 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400296 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297 }
298
299 *p++ = xdr_one; /* next */
300 *p++ = xdr_zero; /* cookie, first word */
301 *p++ = xdr_two; /* cookie, second word */
302 *p++ = xdr_two; /* entry len */
303 memcpy(p, "..\0\0", 4); /* entry */
304 p++;
305 *p++ = xdr_one; /* bitmap length */
306 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
307 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400308 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309
310 readdir->pgbase = (char *)p - (char *)start;
311 readdir->count -= readdir->pgbase;
Cong Wang2b86ce22011-11-25 23:14:33 +0800312 kunmap_atomic(start);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313}
314
NeilBrown8478eaa2014-09-18 16:09:27 +1000315static long nfs4_update_delay(long *timeout)
316{
317 long ret;
318 if (!timeout)
319 return NFS4_POLL_RETRY_MAX;
320 if (*timeout <= 0)
321 *timeout = NFS4_POLL_RETRY_MIN;
322 if (*timeout > NFS4_POLL_RETRY_MAX)
323 *timeout = NFS4_POLL_RETRY_MAX;
324 ret = *timeout;
325 *timeout <<= 1;
326 return ret;
327}
328
Trond Myklebust65de8722008-12-23 15:21:44 -0500329static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
330{
331 int res = 0;
332
333 might_sleep();
334
NeilBrown8478eaa2014-09-18 16:09:27 +1000335 freezable_schedule_timeout_killable_unsafe(
336 nfs4_update_delay(timeout));
Trond Myklebust65de8722008-12-23 15:21:44 -0500337 if (fatal_signal_pending(current))
338 res = -ERESTARTSYS;
Trond Myklebust65de8722008-12-23 15:21:44 -0500339 return res;
340}
341
342/* This is the error handling routine for processes that are allowed
343 * to sleep.
344 */
Anna Schumakerf4ac1672014-11-25 13:18:15 -0500345int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
Trond Myklebust65de8722008-12-23 15:21:44 -0500346{
347 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500348 struct nfs4_state *state = exception->state;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500349 struct inode *inode = exception->inode;
Trond Myklebust65de8722008-12-23 15:21:44 -0500350 int ret = errorcode;
351
352 exception->retry = 0;
353 switch(errorcode) {
354 case 0:
355 return 0;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500356 case -NFS4ERR_OPENMODE:
Bryan Schumaker011e2a72012-06-20 15:53:43 -0400357 if (inode && nfs4_have_delegation(inode, FMODE_READ)) {
Bryan Schumaker57ec14c2012-06-20 15:53:44 -0400358 nfs4_inode_return_delegation(inode);
Trond Myklebust3114ea72012-03-07 16:39:06 -0500359 exception->retry = 1;
360 return 0;
361 }
362 if (state == NULL)
363 break;
Trond Myklebust5d422302013-03-14 16:57:48 -0400364 ret = nfs4_schedule_stateid_recovery(server, state);
365 if (ret < 0)
366 break;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500367 goto wait_on_recovery;
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -0500368 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500369 case -NFS4ERR_ADMIN_REVOKED:
370 case -NFS4ERR_BAD_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500371 if (state == NULL)
372 break;
Trond Myklebust5d422302013-03-14 16:57:48 -0400373 ret = nfs4_schedule_stateid_recovery(server, state);
374 if (ret < 0)
375 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500376 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -0400377 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -0400378 if (state != NULL) {
379 ret = nfs4_schedule_stateid_recovery(server, state);
380 if (ret < 0)
381 break;
382 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500383 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500384 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500385 nfs4_schedule_lease_recovery(clp);
386 goto wait_on_recovery;
Chuck Lever519ae252013-10-17 14:13:19 -0400387 case -NFS4ERR_MOVED:
388 ret = nfs4_schedule_migration_recovery(server);
389 if (ret < 0)
390 break;
391 goto wait_on_recovery;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -0400392 case -NFS4ERR_LEASE_MOVED:
393 nfs4_schedule_lease_moved_recovery(clp);
394 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500395#if defined(CONFIG_NFS_V4_1)
Andy Adamson4745e312009-04-01 09:22:42 -0400396 case -NFS4ERR_BADSESSION:
397 case -NFS4ERR_BADSLOT:
398 case -NFS4ERR_BAD_HIGH_SLOT:
399 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
400 case -NFS4ERR_DEADSESSION:
401 case -NFS4ERR_SEQ_FALSE_RETRY:
402 case -NFS4ERR_SEQ_MISORDERED:
403 dprintk("%s ERROR: %d Reset session\n", __func__,
404 errorcode);
Trond Myklebust9f594792012-05-27 13:02:53 -0400405 nfs4_schedule_session_recovery(clp->cl_session, errorcode);
Bryan Schumaker399f11c2012-10-30 16:06:35 -0400406 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500407#endif /* defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500408 case -NFS4ERR_FILE_OPEN:
NeilBrown44ed3552009-12-03 15:58:56 -0500409 if (exception->timeout > HZ) {
410 /* We have retried a decent amount, time to
411 * fail
412 */
413 ret = -EBUSY;
414 break;
415 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500416 case -NFS4ERR_GRACE:
417 case -NFS4ERR_DELAY:
418 ret = nfs4_delay(server->client, &exception->timeout);
419 if (ret != 0)
420 break;
Andy Adamsona8a4ae32011-05-03 13:43:03 -0400421 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebust65de8722008-12-23 15:21:44 -0500422 case -NFS4ERR_OLD_STATEID:
423 exception->retry = 1;
Trond Myklebustb064eca22011-02-22 15:44:32 -0800424 break;
425 case -NFS4ERR_BADOWNER:
426 /* The following works around a Linux server bug! */
427 case -NFS4ERR_BADNAME:
428 if (server->caps & NFS_CAP_UIDGID_NOMAP) {
429 server->caps &= ~NFS_CAP_UIDGID_NOMAP;
430 exception->retry = 1;
431 printk(KERN_WARNING "NFS: v4 server %s "
432 "does not accept raw "
433 "uid/gids. "
434 "Reenabling the idmapper.\n",
435 server->nfs_client->cl_hostname);
436 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500437 }
438 /* We failed to handle the error */
439 return nfs4_map_errors(ret);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500440wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500441 ret = nfs4_wait_clnt_recover(clp);
Chuck Lever519ae252013-10-17 14:13:19 -0400442 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
443 return -EIO;
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500444 if (ret == 0)
445 exception->retry = 1;
446 return ret;
Trond Myklebust65de8722008-12-23 15:21:44 -0500447}
448
Weston Andros Adamsona5250de2013-09-03 15:18:49 -0400449/*
450 * Return 'true' if 'clp' is using an rpc_client that is integrity protected
451 * or 'false' otherwise.
452 */
453static bool _nfs4_is_integrity_protected(struct nfs_client *clp)
454{
455 rpc_authflavor_t flavor = clp->cl_rpcclient->cl_auth->au_flavor;
456
457 if (flavor == RPC_AUTH_GSS_KRB5I ||
458 flavor == RPC_AUTH_GSS_KRB5P)
459 return true;
460
461 return false;
462}
Trond Myklebust65de8722008-12-23 15:21:44 -0500463
Trond Myklebust452e9352010-07-31 14:29:06 -0400464static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466 spin_lock(&clp->cl_lock);
467 if (time_before(clp->cl_last_renewal,timestamp))
468 clp->cl_last_renewal = timestamp;
469 spin_unlock(&clp->cl_lock);
470}
471
Trond Myklebust452e9352010-07-31 14:29:06 -0400472static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
473{
474 do_renew_lease(server->nfs_client, timestamp);
475}
476
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400477struct nfs4_call_sync_data {
478 const struct nfs_server *seq_server;
479 struct nfs4_sequence_args *seq_args;
480 struct nfs4_sequence_res *seq_res;
481};
482
Chuck Levera9c92d62013-08-09 12:48:18 -0400483static void nfs4_init_sequence(struct nfs4_sequence_args *args,
484 struct nfs4_sequence_res *res, int cache_reply)
485{
486 args->sa_slot = NULL;
487 args->sa_cache_this = cache_reply;
488 args->sa_privileged = 0;
489
490 res->sr_slot = NULL;
491}
492
493static void nfs4_set_sequence_privileged(struct nfs4_sequence_args *args)
494{
495 args->sa_privileged = 1;
496}
497
Peng Taocb04ad22014-06-11 05:24:15 +0800498int nfs40_setup_sequence(struct nfs4_slot_table *tbl,
499 struct nfs4_sequence_args *args,
500 struct nfs4_sequence_res *res,
501 struct rpc_task *task)
Chuck Lever3bd23842013-08-09 12:49:19 -0400502{
Chuck Lever3bd23842013-08-09 12:49:19 -0400503 struct nfs4_slot *slot;
504
505 /* slot already allocated? */
506 if (res->sr_slot != NULL)
507 goto out_start;
508
509 spin_lock(&tbl->slot_tbl_lock);
510 if (nfs4_slot_tbl_draining(tbl) && !args->sa_privileged)
511 goto out_sleep;
512
513 slot = nfs4_alloc_slot(tbl);
514 if (IS_ERR(slot)) {
515 if (slot == ERR_PTR(-ENOMEM))
516 task->tk_timeout = HZ >> 2;
517 goto out_sleep;
518 }
519 spin_unlock(&tbl->slot_tbl_lock);
520
521 args->sa_slot = slot;
522 res->sr_slot = slot;
523
524out_start:
525 rpc_call_start(task);
526 return 0;
527
528out_sleep:
529 if (args->sa_privileged)
530 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
531 NULL, RPC_PRIORITY_PRIVILEGED);
532 else
533 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
534 spin_unlock(&tbl->slot_tbl_lock);
535 return -EAGAIN;
536}
Peng Taocb04ad22014-06-11 05:24:15 +0800537EXPORT_SYMBOL_GPL(nfs40_setup_sequence);
Chuck Lever3bd23842013-08-09 12:49:19 -0400538
539static int nfs40_sequence_done(struct rpc_task *task,
540 struct nfs4_sequence_res *res)
541{
542 struct nfs4_slot *slot = res->sr_slot;
543 struct nfs4_slot_table *tbl;
544
Trond Myklebustcab92c12014-01-29 12:12:15 -0500545 if (slot == NULL)
Chuck Lever3bd23842013-08-09 12:49:19 -0400546 goto out;
547
548 tbl = slot->table;
549 spin_lock(&tbl->slot_tbl_lock);
550 if (!nfs41_wake_and_assign_slot(tbl, slot))
551 nfs4_free_slot(tbl, slot);
552 spin_unlock(&tbl->slot_tbl_lock);
553
554 res->sr_slot = NULL;
555out:
556 return 1;
557}
558
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400559#if defined(CONFIG_NFS_V4_1)
560
Trond Myklebustd185a332010-06-16 09:52:25 -0400561static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res)
Andy Adamson13615872009-04-01 09:22:17 -0400562{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500563 struct nfs4_session *session;
Andy Adamson13615872009-04-01 09:22:17 -0400564 struct nfs4_slot_table *tbl;
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500565 struct nfs4_slot *slot = res->sr_slot;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500566 bool send_new_highest_used_slotid = false;
Andy Adamson13615872009-04-01 09:22:17 -0400567
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500568 tbl = slot->table;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500569 session = tbl->session;
Andy Adamsonea028ac2009-12-04 15:55:38 -0500570
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500571 spin_lock(&tbl->slot_tbl_lock);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500572 /* Be nice to the server: try to ensure that the last transmitted
573 * value for highest_user_slotid <= target_highest_slotid
574 */
575 if (tbl->highest_used_slotid > tbl->target_highest_slotid)
576 send_new_highest_used_slotid = true;
577
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500578 if (nfs41_wake_and_assign_slot(tbl, slot)) {
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500579 send_new_highest_used_slotid = false;
580 goto out_unlock;
581 }
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500582 nfs4_free_slot(tbl, slot);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500583
584 if (tbl->highest_used_slotid != NFS4_NO_SLOT)
585 send_new_highest_used_slotid = false;
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500586out_unlock:
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500587 spin_unlock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400588 res->sr_slot = NULL;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500589 if (send_new_highest_used_slotid)
590 nfs41_server_notify_highest_slotid_update(session->clp);
Andy Adamson13615872009-04-01 09:22:17 -0400591}
592
Andy Adamsonf9c96fc2014-01-29 11:34:38 -0500593int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Andy Adamsonb0df8062009-04-01 09:22:18 -0400594{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500595 struct nfs4_session *session;
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500596 struct nfs4_slot *slot = res->sr_slot;
Trond Myklebust14516c32010-07-31 14:29:06 -0400597 struct nfs_client *clp;
Trond Myklebustac20d162012-12-15 15:36:07 -0500598 bool interrupted = false;
Trond Myklebust85563072012-12-11 10:31:12 -0500599 int ret = 1;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400600
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500601 if (slot == NULL)
602 goto out_noaction;
Bryan Schumaker468f8612011-04-18 15:57:32 -0400603 /* don't increment the sequence number if the task wasn't sent */
604 if (!RPC_WAS_SENT(task))
Andy Adamsonb0df8062009-04-01 09:22:18 -0400605 goto out;
606
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500607 session = slot->table->session;
Trond Myklebust933602e2012-11-16 12:12:38 -0500608
Trond Myklebustac20d162012-12-15 15:36:07 -0500609 if (slot->interrupted) {
610 slot->interrupted = 0;
611 interrupted = true;
612 }
613
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400614 trace_nfs4_sequence_done(session, res);
Andy Adamson691daf32009-12-04 15:55:39 -0500615 /* Check the SEQUENCE operation status */
Trond Myklebust14516c32010-07-31 14:29:06 -0400616 switch (res->sr_status) {
617 case 0:
Andy Adamsonb0df8062009-04-01 09:22:18 -0400618 /* Update the slot's sequence and clientid lease timer */
Trond Myklebust933602e2012-11-16 12:12:38 -0500619 ++slot->seq_nr;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500620 clp = session->clp;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500621 do_renew_lease(clp, res->sr_timestamp);
Alexandros Batsakis0629e372009-12-05 13:46:14 -0500622 /* Check sequence flags */
Trond Myklebustb4410c22011-03-09 16:00:55 -0500623 if (res->sr_status_flags != 0)
624 nfs4_schedule_lease_recovery(clp);
Trond Myklebust464ee9f2012-11-20 12:49:27 -0500625 nfs41_update_target_slotid(slot->table, slot, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400626 break;
Trond Myklebustac20d162012-12-15 15:36:07 -0500627 case 1:
628 /*
629 * sr_status remains 1 if an RPC level error occurred.
630 * The server may or may not have processed the sequence
631 * operation..
632 * Mark the slot as having hosted an interrupted RPC call.
633 */
634 slot->interrupted = 1;
635 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400636 case -NFS4ERR_DELAY:
637 /* The server detected a resend of the RPC call and
638 * returned NFS4ERR_DELAY as per Section 2.10.6.2
639 * of RFC5661.
640 */
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500641 dprintk("%s: slot=%u seq=%u: Operation in progress\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400642 __func__,
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500643 slot->slot_nr,
Trond Myklebust933602e2012-11-16 12:12:38 -0500644 slot->seq_nr);
Trond Myklebust14516c32010-07-31 14:29:06 -0400645 goto out_retry;
Trond Myklebust85563072012-12-11 10:31:12 -0500646 case -NFS4ERR_BADSLOT:
647 /*
648 * The slot id we used was probably retired. Try again
649 * using a different slot id.
650 */
Trond Myklebuste8794442012-12-15 13:56:18 -0500651 goto retry_nowait;
652 case -NFS4ERR_SEQ_MISORDERED:
653 /*
Trond Myklebustac20d162012-12-15 15:36:07 -0500654 * Was the last operation on this sequence interrupted?
655 * If so, retry after bumping the sequence number.
656 */
657 if (interrupted) {
658 ++slot->seq_nr;
659 goto retry_nowait;
660 }
661 /*
Trond Myklebuste8794442012-12-15 13:56:18 -0500662 * Could this slot have been previously retired?
663 * If so, then the server may be expecting seq_nr = 1!
664 */
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500665 if (slot->seq_nr != 1) {
666 slot->seq_nr = 1;
667 goto retry_nowait;
668 }
669 break;
Trond Myklebuste8794442012-12-15 13:56:18 -0500670 case -NFS4ERR_SEQ_FALSE_RETRY:
671 ++slot->seq_nr;
672 goto retry_nowait;
Trond Myklebust14516c32010-07-31 14:29:06 -0400673 default:
674 /* Just update the slot sequence no. */
Trond Myklebust933602e2012-11-16 12:12:38 -0500675 ++slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400676 }
677out:
678 /* The session may be reset by one of the error handlers. */
679 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
Trond Myklebustd185a332010-06-16 09:52:25 -0400680 nfs41_sequence_free_slot(res);
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500681out_noaction:
Trond Myklebust85563072012-12-11 10:31:12 -0500682 return ret;
Trond Myklebuste8794442012-12-15 13:56:18 -0500683retry_nowait:
684 if (rpc_restart_call_prepare(task)) {
685 task->tk_status = 0;
686 ret = 0;
687 }
688 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400689out_retry:
Trond Myklebustd05dd4e2010-07-31 14:29:07 -0400690 if (!rpc_restart_call(task))
Trond Myklebust14516c32010-07-31 14:29:06 -0400691 goto out;
692 rpc_delay(task, NFS4_POLL_RETRY_MAX);
693 return 0;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400694}
Andy Adamsonf9c96fc2014-01-29 11:34:38 -0500695EXPORT_SYMBOL_GPL(nfs41_sequence_done);
Andy Adamsonb0df8062009-04-01 09:22:18 -0400696
Peng Tao2c4b1312014-06-11 05:24:16 +0800697int nfs4_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400698{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500699 if (res->sr_slot == NULL)
Trond Myklebust14516c32010-07-31 14:29:06 -0400700 return 1;
Chuck Lever3bd23842013-08-09 12:49:19 -0400701 if (!res->sr_slot->table->session)
702 return nfs40_sequence_done(task, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400703 return nfs41_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400704}
Peng Tao2c4b1312014-06-11 05:24:16 +0800705EXPORT_SYMBOL_GPL(nfs4_sequence_done);
Trond Myklebustdf896452010-06-16 09:52:26 -0400706
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000707int nfs41_setup_sequence(struct nfs4_session *session,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400708 struct nfs4_sequence_args *args,
709 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400710 struct rpc_task *task)
711{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400712 struct nfs4_slot *slot;
713 struct nfs4_slot_table *tbl;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400714
715 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400716 /* slot already allocated? */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400717 if (res->sr_slot != NULL)
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400718 goto out_success;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400719
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400720 tbl = &session->fc_slot_table;
721
Trond Myklebust69d206b2012-11-22 13:21:02 -0500722 task->tk_timeout = 0;
723
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400724 spin_lock(&tbl->slot_tbl_lock);
Andy Adamson774d5f12013-05-20 14:13:50 -0400725 if (test_bit(NFS4_SLOT_TBL_DRAINING, &tbl->slot_tbl_state) &&
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400726 !args->sa_privileged) {
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500727 /* The state manager will wait until the slot table is empty */
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500728 dprintk("%s session is draining\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400729 goto out_sleep;
Andy Adamsonb069d942009-04-01 09:22:43 -0400730 }
731
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500732 slot = nfs4_alloc_slot(tbl);
Trond Myklebust69d206b2012-11-22 13:21:02 -0500733 if (IS_ERR(slot)) {
734 /* If out of memory, try again in 1/4 second */
735 if (slot == ERR_PTR(-ENOMEM))
736 task->tk_timeout = HZ >> 2;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400737 dprintk("<-- %s: no free slots\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400738 goto out_sleep;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400739 }
740 spin_unlock(&tbl->slot_tbl_lock);
741
Trond Myklebust2b2fa712012-11-16 12:58:36 -0500742 args->sa_slot = slot;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400743
Chuck Levere8d92382013-08-09 12:47:51 -0400744 dprintk("<-- %s slotid=%u seqid=%u\n", __func__,
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500745 slot->slot_nr, slot->seq_nr);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400746
Benny Halevydfb4f3092010-09-24 09:17:01 -0400747 res->sr_slot = slot;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500748 res->sr_timestamp = jiffies;
Trond Myklebust2a6e26c2010-06-16 09:52:25 -0400749 res->sr_status_flags = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400750 /*
751 * sr_status is only set in decode_sequence, and so will remain
752 * set to 1 if an rpc level failure occurs.
753 */
754 res->sr_status = 1;
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400755 trace_nfs4_setup_sequence(session, args);
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400756out_success:
757 rpc_call_start(task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400758 return 0;
Trond Myklebust7b939a32012-11-01 15:19:46 -0400759out_sleep:
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400760 /* Privileged tasks are queued with top priority */
761 if (args->sa_privileged)
Trond Myklebust1e1093c2012-11-01 16:44:05 -0400762 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
763 NULL, RPC_PRIORITY_PRIVILEGED);
764 else
765 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400766 spin_unlock(&tbl->slot_tbl_lock);
767 return -EAGAIN;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400768}
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000769EXPORT_SYMBOL_GPL(nfs41_setup_sequence);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400770
Chuck Lever5a580e02013-08-09 12:48:09 -0400771static int nfs4_setup_sequence(const struct nfs_server *server,
772 struct nfs4_sequence_args *args,
773 struct nfs4_sequence_res *res,
774 struct rpc_task *task)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400775{
Trond Myklebust035168a2010-06-16 09:52:26 -0400776 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400777 int ret = 0;
778
Chuck Lever3bd23842013-08-09 12:49:19 -0400779 if (!session)
Peng Taocb04ad22014-06-11 05:24:15 +0800780 return nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
781 args, res, task);
Trond Myklebust035168a2010-06-16 09:52:26 -0400782
Chuck Levere8d92382013-08-09 12:47:51 -0400783 dprintk("--> %s clp %p session %p sr_slot %u\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400784 __func__, session->clp, session, res->sr_slot ?
Chuck Levere8d92382013-08-09 12:47:51 -0400785 res->sr_slot->slot_nr : NFS4_NO_SLOT);
Trond Myklebust035168a2010-06-16 09:52:26 -0400786
Trond Myklebust9d12b212012-01-17 22:04:25 -0500787 ret = nfs41_setup_sequence(session, args, res, task);
Chuck Lever3bd23842013-08-09 12:49:19 -0400788
Andy Adamsonce5039c2009-04-01 09:22:13 -0400789 dprintk("<-- %s status=%d\n", __func__, ret);
790 return ret;
791}
792
Andy Adamsonce5039c2009-04-01 09:22:13 -0400793static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
794{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400795 struct nfs4_call_sync_data *data = calldata;
Trond Myklebust6ba7db32012-10-22 20:07:20 -0400796 struct nfs4_session *session = nfs4_get_session(data->seq_server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400797
Trond Myklebust035168a2010-06-16 09:52:26 -0400798 dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server);
799
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400800 nfs41_setup_sequence(session, data->seq_args, data->seq_res, task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400801}
802
Andy Adamson69ab40c2009-04-01 09:22:19 -0400803static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
804{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400805 struct nfs4_call_sync_data *data = calldata;
Andy Adamson69ab40c2009-04-01 09:22:19 -0400806
Trond Myklebust14516c32010-07-31 14:29:06 -0400807 nfs41_sequence_done(task, data->seq_res);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400808}
809
Trond Myklebust17280172012-03-11 13:11:00 -0400810static const struct rpc_call_ops nfs41_call_sync_ops = {
Andy Adamsonce5039c2009-04-01 09:22:13 -0400811 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400812 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400813};
814
Chuck Lever3bd23842013-08-09 12:49:19 -0400815#else /* !CONFIG_NFS_V4_1 */
816
Chuck Lever5a580e02013-08-09 12:48:09 -0400817static int nfs4_setup_sequence(const struct nfs_server *server,
818 struct nfs4_sequence_args *args,
819 struct nfs4_sequence_res *res,
820 struct rpc_task *task)
821{
Peng Taocb04ad22014-06-11 05:24:15 +0800822 return nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
823 args, res, task);
Chuck Lever5a580e02013-08-09 12:48:09 -0400824}
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400825
Peng Tao2c4b1312014-06-11 05:24:16 +0800826int nfs4_sequence_done(struct rpc_task *task,
827 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400828{
Chuck Lever3bd23842013-08-09 12:49:19 -0400829 return nfs40_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400830}
Peng Tao2c4b1312014-06-11 05:24:16 +0800831EXPORT_SYMBOL_GPL(nfs4_sequence_done);
Chuck Lever3bd23842013-08-09 12:49:19 -0400832
833#endif /* !CONFIG_NFS_V4_1 */
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400834
Chuck Lever9915ea72013-08-09 12:48:27 -0400835static void nfs40_call_sync_prepare(struct rpc_task *task, void *calldata)
836{
837 struct nfs4_call_sync_data *data = calldata;
838 nfs4_setup_sequence(data->seq_server,
839 data->seq_args, data->seq_res, task);
840}
841
842static void nfs40_call_sync_done(struct rpc_task *task, void *calldata)
843{
844 struct nfs4_call_sync_data *data = calldata;
845 nfs4_sequence_done(task, data->seq_res);
846}
847
848static const struct rpc_call_ops nfs40_call_sync_ops = {
849 .rpc_call_prepare = nfs40_call_sync_prepare,
850 .rpc_call_done = nfs40_call_sync_done,
851};
852
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400853static int nfs4_call_sync_sequence(struct rpc_clnt *clnt,
Trond Myklebustad389da2007-06-05 12:30:00 -0400854 struct nfs_server *server,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500855 struct rpc_message *msg,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100856 struct nfs4_sequence_args *args,
857 struct nfs4_sequence_res *res)
Trond Myklebustad389da2007-06-05 12:30:00 -0400858{
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100859 int ret;
860 struct rpc_task *task;
Chuck Lever9915ea72013-08-09 12:48:27 -0400861 struct nfs_client *clp = server->nfs_client;
862 struct nfs4_call_sync_data data = {
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100863 .seq_server = server,
864 .seq_args = args,
865 .seq_res = res,
866 };
867 struct rpc_task_setup task_setup = {
868 .rpc_client = clnt,
869 .rpc_message = msg,
Chuck Lever9915ea72013-08-09 12:48:27 -0400870 .callback_ops = clp->cl_mvops->call_sync_ops,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100871 .callback_data = &data
872 };
873
874 task = rpc_run_task(&task_setup);
875 if (IS_ERR(task))
876 ret = PTR_ERR(task);
877 else {
878 ret = task->tk_status;
Trond Myklebustad389da2007-06-05 12:30:00 -0400879 rpc_put_task(task);
880 }
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100881 return ret;
882}
883
Bryan Schumaker7c513052011-03-24 17:12:24 +0000884int nfs4_call_sync(struct rpc_clnt *clnt,
885 struct nfs_server *server,
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000886 struct rpc_message *msg,
887 struct nfs4_sequence_args *args,
888 struct nfs4_sequence_res *res,
889 int cache_reply)
890{
Chuck Levera9c92d62013-08-09 12:48:18 -0400891 nfs4_init_sequence(args, res, cache_reply);
Chuck Lever9915ea72013-08-09 12:48:27 -0400892 return nfs4_call_sync_sequence(clnt, server, msg, args, res);
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000893}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894
895static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
896{
897 struct nfs_inode *nfsi = NFS_I(dir);
898
899 spin_lock(&dir->i_lock);
Trond Myklebust359d7d12012-05-28 10:01:34 -0400900 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_DATA;
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700901 if (!cinfo->atomic || cinfo->before != dir->i_version)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902 nfs_force_lookup_revalidate(dir);
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700903 dir->i_version = cinfo->after;
David Howellsde242c02012-12-20 21:52:38 +0000904 nfs_fscache_invalidate(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905 spin_unlock(&dir->i_lock);
906}
907
908struct nfs4_opendata {
909 struct kref kref;
910 struct nfs_openargs o_arg;
911 struct nfs_openres o_res;
912 struct nfs_open_confirmargs c_arg;
913 struct nfs_open_confirmres c_res;
Trond Myklebust6926afd2012-01-07 13:22:46 -0500914 struct nfs4_string owner_name;
915 struct nfs4_string group_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916 struct nfs_fattr f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400917 struct nfs4_label *f_label;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918 struct dentry *dir;
Al Viro82a2c1b2011-06-22 18:30:55 -0400919 struct dentry *dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920 struct nfs4_state_owner *owner;
921 struct nfs4_state *state;
922 struct iattr attrs;
923 unsigned long timestamp;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400924 unsigned int rpc_done : 1;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -0400925 unsigned int file_created : 1;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -0400926 unsigned int is_recover : 1;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400927 int rpc_status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928 int cancelled;
929};
Trond Myklebustdecf4912005-10-27 22:12:39 -0400930
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400931static bool nfs4_clear_cap_atomic_open_v1(struct nfs_server *server,
932 int err, struct nfs4_exception *exception)
933{
934 if (err != -EINVAL)
935 return false;
936 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
937 return false;
938 server->caps &= ~NFS_CAP_ATOMIC_OPEN_V1;
939 exception->retry = 1;
940 return true;
941}
942
Trond Myklebust6ae37332015-01-30 14:21:14 -0500943static u32
944nfs4_map_atomic_open_share(struct nfs_server *server,
945 fmode_t fmode, int openflags)
946{
947 u32 res = 0;
948
949 switch (fmode & (FMODE_READ | FMODE_WRITE)) {
950 case FMODE_READ:
951 res = NFS4_SHARE_ACCESS_READ;
952 break;
953 case FMODE_WRITE:
954 res = NFS4_SHARE_ACCESS_WRITE;
955 break;
956 case FMODE_READ|FMODE_WRITE:
957 res = NFS4_SHARE_ACCESS_BOTH;
958 }
959 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
960 goto out;
961 /* Want no delegation if we're using O_DIRECT */
962 if (openflags & O_DIRECT)
963 res |= NFS4_SHARE_WANT_NO_DELEG;
964out:
965 return res;
966}
967
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400968static enum open_claim_type4
969nfs4_map_atomic_open_claim(struct nfs_server *server,
970 enum open_claim_type4 claim)
971{
972 if (server->caps & NFS_CAP_ATOMIC_OPEN_V1)
973 return claim;
974 switch (claim) {
975 default:
976 return claim;
977 case NFS4_OPEN_CLAIM_FH:
978 return NFS4_OPEN_CLAIM_NULL;
979 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
980 return NFS4_OPEN_CLAIM_DELEGATE_CUR;
981 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
982 return NFS4_OPEN_CLAIM_DELEGATE_PREV;
983 }
984}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985
986static void nfs4_init_opendata_res(struct nfs4_opendata *p)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100987{
988 p->o_res.f_attr = &p->f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400989 p->o_res.f_label = p->f_label;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100990 p->o_res.seqid = p->o_arg.seqid;
991 p->c_res.seqid = p->c_arg.seqid;
992 p->o_res.server = p->o_arg.server;
Andy Adamson5f657532012-10-03 02:39:34 -0400993 p->o_res.access_request = p->o_arg.access;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100994 nfs_fattr_init(&p->f_attr);
Trond Myklebust6926afd2012-01-07 13:22:46 -0500995 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100996}
997
Al Viro82a2c1b2011-06-22 18:30:55 -0400998static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100999 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001000 const struct iattr *attrs,
David Quigley1775fd32013-05-22 12:50:42 -04001001 struct nfs4_label *label,
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001002 enum open_claim_type4 claim,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001003 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001004{
Al Viro82a2c1b2011-06-22 18:30:55 -04001005 struct dentry *parent = dget_parent(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001006 struct inode *dir = parent->d_inode;
1007 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust63f5f792015-01-23 19:19:25 -05001008 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001009 struct nfs4_opendata *p;
1010
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001011 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001012 if (p == NULL)
1013 goto err;
David Quigley14c43f72013-05-22 12:50:43 -04001014
1015 p->f_label = nfs4_label_alloc(server, gfp_mask);
1016 if (IS_ERR(p->f_label))
1017 goto err_free_p;
1018
Trond Myklebust63f5f792015-01-23 19:19:25 -05001019 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
1020 p->o_arg.seqid = alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05001021 if (IS_ERR(p->o_arg.seqid))
David Quigley14c43f72013-05-22 12:50:43 -04001022 goto err_free_label;
Al Viro82a2c1b2011-06-22 18:30:55 -04001023 nfs_sb_active(dentry->d_sb);
1024 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001025 p->dir = parent;
1026 p->owner = sp;
1027 atomic_inc(&sp->so_count);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001028 p->o_arg.open_flags = flags;
1029 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
Trond Myklebust6ae37332015-01-30 14:21:14 -05001030 p->o_arg.share_access = nfs4_map_atomic_open_share(server,
1031 fmode, flags);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001032 /* don't put an ACCESS op in OPEN compound if O_EXCL, because ACCESS
1033 * will return permission denied for all bits until close */
1034 if (!(flags & O_EXCL)) {
1035 /* ask server to check for all possible rights as results
1036 * are cached */
1037 p->o_arg.access = NFS4_ACCESS_READ | NFS4_ACCESS_MODIFY |
1038 NFS4_ACCESS_EXTEND | NFS4_ACCESS_EXECUTE;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001039 }
David Howells7539bba2006-08-22 20:06:09 -04001040 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001041 p->o_arg.id.create_time = ktime_to_ns(sp->so_seqid.create_time);
1042 p->o_arg.id.uniquifier = sp->so_seqid.owner_id;
Al Viro82a2c1b2011-06-22 18:30:55 -04001043 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001044 p->o_arg.server = server;
David Quigleyaa9c2662013-05-22 12:50:44 -04001045 p->o_arg.bitmask = nfs4_bitmask(server, label);
Trond Myklebust1549210f2012-06-05 09:16:47 -04001046 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0];
David Quigley1775fd32013-05-22 12:50:42 -04001047 p->o_arg.label = label;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001048 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim);
1049 switch (p->o_arg.claim) {
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001050 case NFS4_OPEN_CLAIM_NULL:
1051 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1052 case NFS4_OPEN_CLAIM_DELEGATE_PREV:
1053 p->o_arg.fh = NFS_FH(dir);
1054 break;
1055 case NFS4_OPEN_CLAIM_PREVIOUS:
1056 case NFS4_OPEN_CLAIM_FH:
1057 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1058 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
1059 p->o_arg.fh = NFS_FH(dentry->d_inode);
1060 }
Trond Myklebust536e43d2012-01-17 22:04:26 -05001061 if (attrs != NULL && attrs->ia_valid != 0) {
Trond Myklebustc281fa9c2013-08-20 21:06:49 -04001062 __u32 verf[2];
Trond Myklebustd77d76f2010-06-16 09:52:27 -04001063
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001064 p->o_arg.u.attrs = &p->attrs;
1065 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Chuck Levercd937102012-03-02 17:14:31 -05001066
1067 verf[0] = jiffies;
1068 verf[1] = current->pid;
1069 memcpy(p->o_arg.u.verifier.data, verf,
1070 sizeof(p->o_arg.u.verifier.data));
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001071 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001072 p->c_arg.fh = &p->o_res.fh;
1073 p->c_arg.stateid = &p->o_res.stateid;
1074 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001075 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001076 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001077 return p;
David Quigley14c43f72013-05-22 12:50:43 -04001078
1079err_free_label:
1080 nfs4_label_free(p->f_label);
1081err_free_p:
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001082 kfree(p);
1083err:
1084 dput(parent);
1085 return NULL;
1086}
1087
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001088static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001089{
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001090 struct nfs4_opendata *p = container_of(kref,
1091 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -04001092 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001093
1094 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001095 if (p->state != NULL)
1096 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001097 nfs4_put_state_owner(p->owner);
David Quigley14c43f72013-05-22 12:50:43 -04001098
1099 nfs4_label_free(p->f_label);
1100
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001101 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -04001102 dput(p->dentry);
1103 nfs_sb_deactive(sb);
Trond Myklebust6926afd2012-01-07 13:22:46 -05001104 nfs_fattr_free_names(&p->f_attr);
Trond Myklebuste911b812014-03-26 13:24:37 -07001105 kfree(p->f_attr.mdsthreshold);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001106 kfree(p);
1107}
1108
1109static void nfs4_opendata_put(struct nfs4_opendata *p)
1110{
1111 if (p != NULL)
1112 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001113}
1114
Trond Myklebust06f814a2006-01-03 09:55:07 +01001115static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
1116{
Trond Myklebust06f814a2006-01-03 09:55:07 +01001117 int ret;
1118
Trond Myklebust06f814a2006-01-03 09:55:07 +01001119 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +01001120 return ret;
1121}
1122
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001123static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -04001124{
1125 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001126
Trond Myklebust536e43d2012-01-17 22:04:26 -05001127 if (open_mode & (O_EXCL|O_TRUNC))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001128 goto out;
1129 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001130 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -05001131 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
1132 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001133 break;
1134 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001135 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
1136 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001137 break;
1138 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001139 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
1140 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001141 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001142out:
Trond Myklebust6ee41262007-07-08 14:11:36 -04001143 return ret;
1144}
1145
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001146static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001147{
Trond Myklebust652f89f2011-12-09 19:05:58 -05001148 if (delegation == NULL)
1149 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001150 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001151 return 0;
Trond Myklebustd25be542013-02-05 11:43:28 -05001152 if (test_bit(NFS_DELEGATION_RETURNING, &delegation->flags))
1153 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -05001154 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001155 return 1;
1156}
1157
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001158static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +01001159{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001160 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +01001161 case FMODE_WRITE:
1162 state->n_wronly++;
1163 break;
1164 case FMODE_READ:
1165 state->n_rdonly++;
1166 break;
1167 case FMODE_READ|FMODE_WRITE:
1168 state->n_rdwr++;
1169 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001170 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +01001171}
1172
Trond Myklebust4f14c192014-02-12 19:15:06 -05001173static void nfs_test_and_clear_all_open_stateid(struct nfs4_state *state)
Trond Myklebust003707c2007-07-05 18:07:55 -04001174{
Trond Myklebust4f14c192014-02-12 19:15:06 -05001175 struct nfs_client *clp = state->owner->so_server->nfs_client;
1176 bool need_recover = false;
1177
1178 if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly)
1179 need_recover = true;
1180 if (test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags) && state->n_wronly)
1181 need_recover = true;
1182 if (test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags) && state->n_rdwr)
1183 need_recover = true;
1184 if (need_recover)
1185 nfs4_state_mark_reclaim_nograce(clp, state);
1186}
1187
Trond Myklebuste999e802014-02-10 18:20:47 -05001188static bool nfs_need_update_open_stateid(struct nfs4_state *state,
1189 nfs4_stateid *stateid)
1190{
1191 if (test_and_set_bit(NFS_OPEN_STATE, &state->flags) == 0)
1192 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001193 if (!nfs4_stateid_match_other(stateid, &state->open_stateid)) {
1194 nfs_test_and_clear_all_open_stateid(state);
Trond Myklebuste999e802014-02-10 18:20:47 -05001195 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001196 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001197 if (nfs4_stateid_is_newer(stateid, &state->open_stateid))
1198 return true;
1199 return false;
1200}
1201
Trond Myklebustf95549c2015-01-23 18:06:09 -05001202static void nfs_resync_open_stateid_locked(struct nfs4_state *state)
1203{
1204 if (state->n_wronly)
1205 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1206 if (state->n_rdonly)
1207 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1208 if (state->n_rdwr)
1209 set_bit(NFS_O_RDWR_STATE, &state->flags);
1210}
1211
Trond Myklebust226056c2014-02-11 10:41:07 -05001212static void nfs_clear_open_stateid_locked(struct nfs4_state *state,
1213 nfs4_stateid *stateid, fmode_t fmode)
1214{
1215 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1216 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
1217 case FMODE_WRITE:
1218 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1219 break;
1220 case FMODE_READ:
1221 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1222 break;
1223 case 0:
1224 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1225 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1226 clear_bit(NFS_OPEN_STATE, &state->flags);
1227 }
1228 if (stateid == NULL)
1229 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001230 /* Handle races with OPEN */
1231 if (!nfs4_stateid_match_other(stateid, &state->open_stateid) ||
1232 !nfs4_stateid_is_newer(stateid, &state->open_stateid)) {
1233 nfs_resync_open_stateid_locked(state);
Trond Myklebust226056c2014-02-11 10:41:07 -05001234 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001235 }
Trond Myklebust003707c2007-07-05 18:07:55 -04001236 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001237 nfs4_stateid_copy(&state->stateid, stateid);
1238 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust226056c2014-02-11 10:41:07 -05001239}
1240
1241static void nfs_clear_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1242{
1243 write_seqlock(&state->seqlock);
1244 nfs_clear_open_stateid_locked(state, stateid, fmode);
1245 write_sequnlock(&state->seqlock);
Trond Myklebust4f14c192014-02-12 19:15:06 -05001246 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1247 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust226056c2014-02-11 10:41:07 -05001248}
1249
Trond Myklebust003707c2007-07-05 18:07:55 -04001250static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1251{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001252 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001253 case FMODE_READ:
1254 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1255 break;
1256 case FMODE_WRITE:
1257 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1258 break;
1259 case FMODE_READ|FMODE_WRITE:
1260 set_bit(NFS_O_RDWR_STATE, &state->flags);
1261 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001262 if (!nfs_need_update_open_stateid(state, stateid))
1263 return;
1264 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1265 nfs4_stateid_copy(&state->stateid, stateid);
1266 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001267}
1268
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001269static 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 -07001270{
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001271 /*
1272 * Protect the call to nfs4_state_set_mode_locked and
1273 * serialise the stateid update
1274 */
1275 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001276 if (deleg_stateid != NULL) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001277 nfs4_stateid_copy(&state->stateid, deleg_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001278 set_bit(NFS_DELEGATED_STATE, &state->flags);
1279 }
1280 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001281 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001282 write_sequnlock(&state->seqlock);
1283 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001284 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -07001285 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286}
1287
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001288static 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 -05001289{
1290 struct nfs_inode *nfsi = NFS_I(state->inode);
1291 struct nfs_delegation *deleg_cur;
1292 int ret = 0;
1293
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001294 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -05001295
1296 rcu_read_lock();
1297 deleg_cur = rcu_dereference(nfsi->delegation);
1298 if (deleg_cur == NULL)
1299 goto no_delegation;
1300
1301 spin_lock(&deleg_cur->lock);
Trond Myklebust17f26b12013-08-21 15:48:42 -04001302 if (rcu_dereference(nfsi->delegation) != deleg_cur ||
Trond Myklebustd25be542013-02-05 11:43:28 -05001303 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001304 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -05001305 goto no_delegation_unlock;
1306
1307 if (delegation == NULL)
1308 delegation = &deleg_cur->stateid;
Trond Myklebustf597c532012-03-04 18:13:56 -05001309 else if (!nfs4_stateid_match(&deleg_cur->stateid, delegation))
Trond Myklebust34310432008-12-23 15:21:38 -05001310 goto no_delegation_unlock;
1311
Trond Myklebustb7391f42008-12-23 15:21:52 -05001312 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001313 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001314 ret = 1;
1315no_delegation_unlock:
1316 spin_unlock(&deleg_cur->lock);
1317no_delegation:
1318 rcu_read_unlock();
1319
1320 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001321 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001322 ret = 1;
1323 }
Trond Myklebust4f14c192014-02-12 19:15:06 -05001324 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1325 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust34310432008-12-23 15:21:38 -05001326
1327 return ret;
1328}
1329
Trond Myklebust39071e62015-01-24 15:07:56 -05001330static bool nfs4_update_lock_stateid(struct nfs4_lock_state *lsp,
1331 const nfs4_stateid *stateid)
1332{
1333 struct nfs4_state *state = lsp->ls_state;
1334 bool ret = false;
1335
1336 spin_lock(&state->state_lock);
1337 if (!nfs4_stateid_match_other(stateid, &lsp->ls_stateid))
1338 goto out_noupdate;
1339 if (!nfs4_stateid_is_newer(stateid, &lsp->ls_stateid))
1340 goto out_noupdate;
1341 nfs4_stateid_copy(&lsp->ls_stateid, stateid);
1342 ret = true;
1343out_noupdate:
1344 spin_unlock(&state->state_lock);
1345 return ret;
1346}
Trond Myklebust34310432008-12-23 15:21:38 -05001347
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001348static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001349{
1350 struct nfs_delegation *delegation;
1351
1352 rcu_read_lock();
1353 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001354 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001355 rcu_read_unlock();
1356 return;
1357 }
1358 rcu_read_unlock();
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04001359 nfs4_inode_return_delegation(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001360}
1361
Trond Myklebust6ee41262007-07-08 14:11:36 -04001362static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001363{
1364 struct nfs4_state *state = opendata->state;
1365 struct nfs_inode *nfsi = NFS_I(state->inode);
1366 struct nfs_delegation *delegation;
Trond Myklebustf448bad2013-05-29 15:36:40 -04001367 int open_mode = opendata->o_arg.open_flags;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001368 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001369 nfs4_stateid stateid;
1370 int ret = -EAGAIN;
1371
Trond Myklebustaac00a82007-07-05 19:02:21 -04001372 for (;;) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001373 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001374 if (can_open_cached(state, fmode, open_mode)) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001375 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001376 spin_unlock(&state->owner->so_lock);
Anna Schumaker61beef752014-09-03 14:15:40 -04001377 goto out_return_state;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001378 }
Anna Schumaker61beef752014-09-03 14:15:40 -04001379 spin_unlock(&state->owner->so_lock);
Trond Myklebust34310432008-12-23 15:21:38 -05001380 rcu_read_lock();
1381 delegation = rcu_dereference(nfsi->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001382 if (!can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001383 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001384 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001385 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001386 /* Save the delegation */
Trond Myklebustf597c532012-03-04 18:13:56 -05001387 nfs4_stateid_copy(&stateid, &delegation->stateid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001388 rcu_read_unlock();
Trond Myklebustfa332942013-04-09 12:56:52 -04001389 nfs_release_seqid(opendata->o_arg.seqid);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001390 if (!opendata->is_recover) {
1391 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
1392 if (ret != 0)
1393 goto out;
1394 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001395 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001396
1397 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001398 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001399 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001400 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001401out:
1402 return ERR_PTR(ret);
1403out_return_state:
1404 atomic_inc(&state->count);
1405 return state;
1406}
1407
Andy Adamsone23008e2012-10-02 21:07:32 -04001408static void
1409nfs4_opendata_check_deleg(struct nfs4_opendata *data, struct nfs4_state *state)
1410{
1411 struct nfs_client *clp = NFS_SERVER(state->inode)->nfs_client;
1412 struct nfs_delegation *delegation;
1413 int delegation_flags = 0;
1414
1415 rcu_read_lock();
1416 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
1417 if (delegation)
1418 delegation_flags = delegation->flags;
1419 rcu_read_unlock();
1420 if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) {
1421 pr_err_ratelimited("NFS: Broken NFSv4 server %s is "
1422 "returning a delegation for "
1423 "OPEN(CLAIM_DELEGATE_CUR)\n",
1424 clp->cl_hostname);
1425 } else if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
1426 nfs_inode_set_delegation(state->inode,
1427 data->owner->so_cred,
1428 &data->o_res);
1429 else
1430 nfs_inode_reclaim_delegation(state->inode,
1431 data->owner->so_cred,
1432 &data->o_res);
1433}
1434
1435/*
1436 * Check the inode attributes against the CLAIM_PREVIOUS returned attributes
1437 * and update the nfs4_state.
1438 */
1439static struct nfs4_state *
1440_nfs4_opendata_reclaim_to_nfs4_state(struct nfs4_opendata *data)
1441{
1442 struct inode *inode = data->state->inode;
1443 struct nfs4_state *state = data->state;
1444 int ret;
1445
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001446 if (!data->rpc_done) {
1447 if (data->rpc_status) {
1448 ret = data->rpc_status;
1449 goto err;
1450 }
1451 /* cached opens have already been processed */
1452 goto update;
Andy Adamsone23008e2012-10-02 21:07:32 -04001453 }
1454
Andy Adamsone23008e2012-10-02 21:07:32 -04001455 ret = nfs_refresh_inode(inode, &data->f_attr);
1456 if (ret)
1457 goto err;
1458
1459 if (data->o_res.delegation_type != 0)
1460 nfs4_opendata_check_deleg(data, state);
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001461update:
Andy Adamsone23008e2012-10-02 21:07:32 -04001462 update_open_stateid(state, &data->o_res.stateid, NULL,
1463 data->o_arg.fmode);
Trond Myklebustd49f0422013-10-28 14:57:12 -04001464 atomic_inc(&state->count);
Andy Adamsone23008e2012-10-02 21:07:32 -04001465
1466 return state;
1467err:
1468 return ERR_PTR(ret);
1469
1470}
1471
1472static struct nfs4_state *
1473_nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001474{
1475 struct inode *inode;
1476 struct nfs4_state *state = NULL;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001477 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001478
Trond Myklebustaac00a82007-07-05 19:02:21 -04001479 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001480 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001481 goto out;
1482 }
1483
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001484 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001485 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001486 goto err;
David Quigley1775fd32013-05-22 12:50:42 -04001487 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr, data->f_label);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001488 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001489 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001490 goto err;
1491 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001492 state = nfs4_get_open_state(inode, data->owner);
1493 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001494 goto err_put_inode;
Andy Adamsone23008e2012-10-02 21:07:32 -04001495 if (data->o_res.delegation_type != 0)
1496 nfs4_opendata_check_deleg(data, state);
Trond Myklebust34310432008-12-23 15:21:38 -05001497 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001498 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001499 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001500out:
Trond Myklebust7aa262b52013-02-28 16:19:59 -08001501 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001502 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001503err_put_inode:
1504 iput(inode);
1505err:
1506 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001507}
1508
Andy Adamsone23008e2012-10-02 21:07:32 -04001509static struct nfs4_state *
1510nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1511{
1512 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS)
1513 return _nfs4_opendata_reclaim_to_nfs4_state(data);
1514 return _nfs4_opendata_to_nfs4_state(data);
1515}
1516
Trond Myklebust864472e2006-01-03 09:55:15 +01001517static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1518{
1519 struct nfs_inode *nfsi = NFS_I(state->inode);
1520 struct nfs_open_context *ctx;
1521
1522 spin_lock(&state->inode->i_lock);
1523 list_for_each_entry(ctx, &nfsi->open_files, list) {
1524 if (ctx->state != state)
1525 continue;
1526 get_nfs_open_context(ctx);
1527 spin_unlock(&state->inode->i_lock);
1528 return ctx;
1529 }
1530 spin_unlock(&state->inode->i_lock);
1531 return ERR_PTR(-ENOENT);
1532}
1533
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001534static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx,
1535 struct nfs4_state *state, enum open_claim_type4 claim)
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001536{
1537 struct nfs4_opendata *opendata;
1538
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001539 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0,
David Quigley1775fd32013-05-22 12:50:42 -04001540 NULL, NULL, claim, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001541 if (opendata == NULL)
1542 return ERR_PTR(-ENOMEM);
1543 opendata->state = state;
1544 atomic_inc(&state->count);
1545 return opendata;
1546}
1547
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001548static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001549{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001550 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001551 int ret;
1552
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001553 opendata->o_arg.open_flags = 0;
1554 opendata->o_arg.fmode = fmode;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001555 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1556 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1557 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001558 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001559 if (ret != 0)
1560 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001561 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001562 if (IS_ERR(newstate))
1563 return PTR_ERR(newstate);
Al Viro643168c2011-06-22 18:20:23 -04001564 nfs4_close_state(newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001565 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001566 return 0;
1567}
1568
1569static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1570{
Trond Myklebust864472e2006-01-03 09:55:15 +01001571 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001572 int ret;
1573
Trond Myklebust4f14c192014-02-12 19:15:06 -05001574 /* Don't trigger recovery in nfs_test_and_clear_all_open_stateid */
1575 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1576 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1577 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001578 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001579 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04001580 clear_bit(NFS_OPEN_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001581 smp_rmb();
1582 if (state->n_rdwr != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001583 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001584 if (ret != 0)
1585 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001586 if (newstate != state)
1587 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001588 }
1589 if (state->n_wronly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001590 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001591 if (ret != 0)
1592 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001593 if (newstate != state)
1594 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001595 }
1596 if (state->n_rdonly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001597 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001598 if (ret != 0)
1599 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001600 if (newstate != state)
1601 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001602 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001603 /*
1604 * We may have performed cached opens for all three recoveries.
1605 * Check if we need to update the current stateid.
1606 */
1607 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
Trond Myklebustf597c532012-03-04 18:13:56 -05001608 !nfs4_stateid_match(&state->stateid, &state->open_stateid)) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001609 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001610 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001611 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001612 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001613 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001614 return 0;
1615}
1616
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617/*
1618 * OPEN_RECLAIM:
1619 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001621static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001623 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001624 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001625 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626 int status;
1627
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001628 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1629 NFS4_OPEN_CLAIM_PREVIOUS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001630 if (IS_ERR(opendata))
1631 return PTR_ERR(opendata);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001632 rcu_read_lock();
1633 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001634 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001635 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001636 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001637 opendata->o_arg.u.delegation_type = delegation_type;
1638 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001639 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640 return status;
1641}
1642
Trond Myklebust539cd032007-06-05 11:46:42 -04001643static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644{
1645 struct nfs_server *server = NFS_SERVER(state->inode);
1646 struct nfs4_exception exception = { };
1647 int err;
1648 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001649 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04001650 trace_nfs4_open_reclaim(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001651 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
1652 continue;
Trond Myklebust168667c2010-10-19 19:47:49 -04001653 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001654 break;
1655 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656 } while (exception.retry);
1657 return err;
1658}
1659
Trond Myklebust864472e2006-01-03 09:55:15 +01001660static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1661{
1662 struct nfs_open_context *ctx;
1663 int ret;
1664
1665 ctx = nfs4_state_find_open_context(state);
1666 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04001667 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04001668 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001669 put_nfs_open_context(ctx);
1670 return ret;
1671}
1672
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001673static 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 -07001674{
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001675 switch (err) {
1676 default:
1677 printk(KERN_ERR "NFS: %s: unhandled error "
1678 "%d.\n", __func__, err);
1679 case 0:
1680 case -ENOENT:
1681 case -ESTALE:
1682 break;
1683 case -NFS4ERR_BADSESSION:
1684 case -NFS4ERR_BADSLOT:
1685 case -NFS4ERR_BAD_HIGH_SLOT:
1686 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1687 case -NFS4ERR_DEADSESSION:
1688 set_bit(NFS_DELEGATED_STATE, &state->flags);
1689 nfs4_schedule_session_recovery(server->nfs_client->cl_session, err);
1690 return -EAGAIN;
1691 case -NFS4ERR_STALE_CLIENTID:
1692 case -NFS4ERR_STALE_STATEID:
1693 set_bit(NFS_DELEGATED_STATE, &state->flags);
1694 case -NFS4ERR_EXPIRED:
1695 /* Don't recall a delegation if it was lost */
1696 nfs4_schedule_lease_recovery(server->nfs_client);
1697 return -EAGAIN;
Chuck Lever352297b2013-10-17 14:13:24 -04001698 case -NFS4ERR_MOVED:
1699 nfs4_schedule_migration_recovery(server);
1700 return -EAGAIN;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04001701 case -NFS4ERR_LEASE_MOVED:
1702 nfs4_schedule_lease_moved_recovery(server->nfs_client);
1703 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001704 case -NFS4ERR_DELEG_REVOKED:
1705 case -NFS4ERR_ADMIN_REVOKED:
1706 case -NFS4ERR_BAD_STATEID:
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001707 case -NFS4ERR_OPENMODE:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001708 nfs_inode_find_state_and_recover(state->inode,
1709 stateid);
1710 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust869f9df2014-11-10 18:43:56 -05001711 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001712 case -NFS4ERR_DELAY:
1713 case -NFS4ERR_GRACE:
1714 set_bit(NFS_DELEGATED_STATE, &state->flags);
1715 ssleep(1);
1716 return -EAGAIN;
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001717 case -ENOMEM:
1718 case -NFS4ERR_DENIED:
1719 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
1720 return 0;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001721 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722 return err;
1723}
1724
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001725int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
1726{
1727 struct nfs_server *server = NFS_SERVER(state->inode);
1728 struct nfs4_opendata *opendata;
1729 int err;
1730
1731 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1732 NFS4_OPEN_CLAIM_DELEG_CUR_FH);
1733 if (IS_ERR(opendata))
1734 return PTR_ERR(opendata);
1735 nfs4_stateid_copy(&opendata->o_arg.u.delegation, stateid);
1736 err = nfs4_open_recover(opendata, state);
1737 nfs4_opendata_put(opendata);
1738 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
1739}
1740
Chuck Leverbe05c862013-08-09 12:49:47 -04001741static void nfs4_open_confirm_prepare(struct rpc_task *task, void *calldata)
1742{
1743 struct nfs4_opendata *data = calldata;
1744
Peng Taocb04ad22014-06-11 05:24:15 +08001745 nfs40_setup_sequence(data->o_arg.server->nfs_client->cl_slot_tbl,
1746 &data->c_arg.seq_args, &data->c_res.seq_res, task);
Chuck Leverbe05c862013-08-09 12:49:47 -04001747}
1748
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001749static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1750{
1751 struct nfs4_opendata *data = calldata;
1752
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001753 nfs40_sequence_done(task, &data->c_res.seq_res);
Chuck Leverbe05c862013-08-09 12:49:47 -04001754
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001755 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001756 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001757 nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid);
Trond Myklebustbb226292008-01-02 15:19:18 -05001758 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001759 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001760 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001761 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001762}
1763
1764static void nfs4_open_confirm_release(void *calldata)
1765{
1766 struct nfs4_opendata *data = calldata;
1767 struct nfs4_state *state = NULL;
1768
1769 /* If this request hasn't been cancelled, do nothing */
1770 if (data->cancelled == 0)
1771 goto out_free;
1772 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001773 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001774 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001775 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001776 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001777 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001778out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001779 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001780}
1781
1782static const struct rpc_call_ops nfs4_open_confirm_ops = {
Chuck Leverbe05c862013-08-09 12:49:47 -04001783 .rpc_call_prepare = nfs4_open_confirm_prepare,
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001784 .rpc_call_done = nfs4_open_confirm_done,
1785 .rpc_release = nfs4_open_confirm_release,
1786};
1787
1788/*
1789 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1790 */
1791static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1792{
1793 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
1794 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001795 struct rpc_message msg = {
1796 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1797 .rpc_argp = &data->c_arg,
1798 .rpc_resp = &data->c_res,
1799 .rpc_cred = data->owner->so_cred,
1800 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001801 struct rpc_task_setup task_setup_data = {
1802 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001803 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001804 .callback_ops = &nfs4_open_confirm_ops,
1805 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001806 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001807 .flags = RPC_TASK_ASYNC,
1808 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809 int status;
1810
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001811 nfs4_init_sequence(&data->c_arg.seq_args, &data->c_res.seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001812 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001813 data->rpc_done = 0;
1814 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001815 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001816 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001817 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001818 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001819 status = nfs4_wait_for_completion_rpc_task(task);
1820 if (status != 0) {
1821 data->cancelled = 1;
1822 smp_wmb();
1823 } else
1824 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001825 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826 return status;
1827}
1828
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001829static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001831 struct nfs4_opendata *data = calldata;
1832 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust549b19c2013-04-16 18:42:34 -04001833 struct nfs_client *clp = sp->so_server->nfs_client;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001834
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001835 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001836 goto out_wait;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001837 /*
1838 * Check if we still need to send an OPEN call, or if we can use
1839 * a delegation instead.
1840 */
1841 if (data->state != NULL) {
1842 struct nfs_delegation *delegation;
1843
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001844 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001845 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001846 rcu_read_lock();
1847 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001848 if (data->o_arg.claim != NFS4_OPEN_CLAIM_DELEGATE_CUR &&
Trond Myklebustcd4c9be2013-04-23 14:46:25 -04001849 data->o_arg.claim != NFS4_OPEN_CLAIM_DELEG_CUR_FH &&
Trond Myklebust652f89f2011-12-09 19:05:58 -05001850 can_open_delegated(delegation, data->o_arg.fmode))
1851 goto unlock_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001852 rcu_read_unlock();
1853 }
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001854 /* Update client id. */
Trond Myklebust549b19c2013-04-16 18:42:34 -04001855 data->o_arg.clientid = clp->cl_clientid;
Trond Myklebust8188df12013-04-23 14:31:19 -04001856 switch (data->o_arg.claim) {
1857 case NFS4_OPEN_CLAIM_PREVIOUS:
1858 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1859 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
Andy Adamsone23008e2012-10-02 21:07:32 -04001860 data->o_arg.open_bitmap = &nfs4_open_noattr_bitmap[0];
Trond Myklebust8188df12013-04-23 14:31:19 -04001861 case NFS4_OPEN_CLAIM_FH:
1862 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001863 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1864 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001865 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001866 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001867 &data->o_arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04001868 &data->o_res.seq_res,
1869 task) != 0)
1870 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust549b19c2013-04-16 18:42:34 -04001871
1872 /* Set the create mode (note dependency on the session type) */
1873 data->o_arg.createmode = NFS4_CREATE_UNCHECKED;
1874 if (data->o_arg.open_flags & O_EXCL) {
1875 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE;
1876 if (nfs4_has_persistent_session(clp))
1877 data->o_arg.createmode = NFS4_CREATE_GUARDED;
1878 else if (clp->cl_mvops->minor_version > 0)
1879 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE4_1;
1880 }
Trond Myklebust6ee41262007-07-08 14:11:36 -04001881 return;
Trond Myklebust652f89f2011-12-09 19:05:58 -05001882unlock_no_action:
1883 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001884out_no_action:
1885 task->tk_action = NULL;
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001886out_wait:
Trond Myklebustb75ad4c2012-11-29 17:27:47 -05001887 nfs4_sequence_done(task, &data->o_res.seq_res);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001888}
1889
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001890static void nfs4_open_done(struct rpc_task *task, void *calldata)
1891{
1892 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001894 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001895
Trond Myklebust14516c32010-07-31 14:29:06 -04001896 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1897 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001898
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001899 if (task->tk_status == 0) {
Trond Myklebust807d66d82012-10-02 17:09:00 -07001900 if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) {
1901 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001902 case S_IFREG:
1903 break;
1904 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001905 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001906 break;
1907 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001908 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001909 break;
1910 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001911 data->rpc_status = -ENOTDIR;
Trond Myklebust807d66d82012-10-02 17:09:00 -07001912 }
Trond Myklebust6f926b52005-10-18 14:20:18 -07001913 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001914 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001915 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1916 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001917 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001918 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001919}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001920
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001921static void nfs4_open_release(void *calldata)
1922{
1923 struct nfs4_opendata *data = calldata;
1924 struct nfs4_state *state = NULL;
1925
1926 /* If this request hasn't been cancelled, do nothing */
1927 if (data->cancelled == 0)
1928 goto out_free;
1929 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001930 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001931 goto out_free;
1932 /* In case we need an open_confirm, no cleanup! */
1933 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1934 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001935 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001936 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001937 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001938out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001939 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001940}
1941
1942static const struct rpc_call_ops nfs4_open_ops = {
1943 .rpc_call_prepare = nfs4_open_prepare,
1944 .rpc_call_done = nfs4_open_done,
1945 .rpc_release = nfs4_open_release,
1946};
1947
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001948static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001949{
1950 struct inode *dir = data->dir->d_inode;
1951 struct nfs_server *server = NFS_SERVER(dir);
1952 struct nfs_openargs *o_arg = &data->o_arg;
1953 struct nfs_openres *o_res = &data->o_res;
1954 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001955 struct rpc_message msg = {
1956 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1957 .rpc_argp = o_arg,
1958 .rpc_resp = o_res,
1959 .rpc_cred = data->owner->so_cred,
1960 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001961 struct rpc_task_setup task_setup_data = {
1962 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001963 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001964 .callback_ops = &nfs4_open_ops,
1965 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001966 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001967 .flags = RPC_TASK_ASYNC,
1968 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001969 int status;
1970
Chuck Levera9c92d62013-08-09 12:48:18 -04001971 nfs4_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001972 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001973 data->rpc_done = 0;
1974 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001975 data->cancelled = 0;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001976 data->is_recover = 0;
1977 if (isrecover) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04001978 nfs4_set_sequence_privileged(&o_arg->seq_args);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001979 data->is_recover = 1;
1980 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04001981 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001982 if (IS_ERR(task))
1983 return PTR_ERR(task);
1984 status = nfs4_wait_for_completion_rpc_task(task);
1985 if (status != 0) {
1986 data->cancelled = 1;
1987 smp_wmb();
1988 } else
1989 status = data->rpc_status;
1990 rpc_put_task(task);
1991
1992 return status;
1993}
1994
1995static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
1996{
1997 struct inode *dir = data->dir->d_inode;
1998 struct nfs_openres *o_res = &data->o_res;
1999 int status;
2000
2001 status = nfs4_run_open_task(data, 1);
2002 if (status != 0 || !data->rpc_done)
2003 return status;
2004
Trond Myklebust6926afd2012-01-07 13:22:46 -05002005 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
2006
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002007 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
2008 status = _nfs4_proc_open_confirm(data);
2009 if (status != 0)
2010 return status;
2011 }
2012
2013 return status;
2014}
2015
Trond Myklebustf3792d62014-07-10 08:54:32 -04002016/*
2017 * Additional permission checks in order to distinguish between an
2018 * open for read, and an open for execute. This works around the
2019 * fact that NFSv4 OPEN treats read and execute permissions as being
2020 * the same.
2021 * Note that in the non-execute case, we want to turn off permission
2022 * checking if we just created a new file (POSIX open() semantics).
2023 */
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002024static int nfs4_opendata_access(struct rpc_cred *cred,
2025 struct nfs4_opendata *opendata,
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002026 struct nfs4_state *state, fmode_t fmode,
2027 int openflags)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002028{
2029 struct nfs_access_entry cache;
2030 u32 mask;
2031
2032 /* access call failed or for some reason the server doesn't
2033 * support any access modes -- defer access call until later */
2034 if (opendata->o_res.access_supported == 0)
2035 return 0;
2036
2037 mask = 0;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002038 /*
2039 * Use openflags to check for exec, because fmode won't
2040 * always have FMODE_EXEC set when file open for exec.
2041 */
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002042 if (openflags & __FMODE_EXEC) {
2043 /* ONLY check for exec rights */
2044 mask = MAY_EXEC;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002045 } else if ((fmode & FMODE_READ) && !opendata->file_created)
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002046 mask = MAY_READ;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002047
2048 cache.cred = cred;
2049 cache.jiffies = jiffies;
2050 nfs_access_set_mask(&cache, opendata->o_res.access_result);
2051 nfs_access_add_cache(state->inode, &cache);
2052
Weston Andros Adamsonbbd3a8e2012-10-02 14:49:51 -07002053 if ((mask & ~cache.mask & (MAY_READ | MAY_EXEC)) == 0)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002054 return 0;
2055
2056 /* even though OPEN succeeded, access is denied. Close the file */
2057 nfs4_close_state(state, fmode);
Weston Andros Adamson998f40b2012-11-02 18:00:56 -04002058 return -EACCES;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002059}
2060
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002061/*
2062 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
2063 */
2064static int _nfs4_proc_open(struct nfs4_opendata *data)
2065{
2066 struct inode *dir = data->dir->d_inode;
2067 struct nfs_server *server = NFS_SERVER(dir);
2068 struct nfs_openargs *o_arg = &data->o_arg;
2069 struct nfs_openres *o_res = &data->o_res;
2070 int status;
2071
2072 status = nfs4_run_open_task(data, 0);
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002073 if (!data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002074 return status;
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002075 if (status != 0) {
2076 if (status == -NFS4ERR_BADNAME &&
2077 !(o_arg->open_flags & O_CREAT))
2078 return -ENOENT;
2079 return status;
2080 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002081
Trond Myklebust6926afd2012-01-07 13:22:46 -05002082 nfs_fattr_map_and_free_names(server, &data->f_attr);
2083
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002084 if (o_arg->open_flags & O_CREAT) {
Trond Myklebust56ae19f2005-10-27 22:12:40 -04002085 update_changeattr(dir, &o_res->cinfo);
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002086 if (o_arg->open_flags & O_EXCL)
2087 data->file_created = 1;
2088 else if (o_res->cinfo.before != o_res->cinfo.after)
2089 data->file_created = 1;
2090 }
Trond Myklebust0df5dd42010-04-11 16:48:44 -04002091 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
2092 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01002094 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002096 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097 }
2098 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Andy Adamson8935ef62014-05-23 06:22:59 -07002099 nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr, o_res->f_label);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002100 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101}
2102
Andy Adamsond83217c2011-03-01 01:34:17 +00002103static int nfs4_recover_expired_lease(struct nfs_server *server)
2104{
2105 return nfs4_client_recover_expired_lease(server->nfs_client);
2106}
2107
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108/*
2109 * OPEN_EXPIRED:
2110 * reclaim state on the server after a network partition.
2111 * Assumes caller holds the appropriate lock
2112 */
Trond Myklebust539cd032007-06-05 11:46:42 -04002113static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002115 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01002116 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002118 opendata = nfs4_open_recoverdata_alloc(ctx, state,
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002119 NFS4_OPEN_CLAIM_FH);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04002120 if (IS_ERR(opendata))
2121 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002122 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04002123 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04002124 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002125 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002126 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127}
2128
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002129static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00002130{
Trond Myklebust539cd032007-06-05 11:46:42 -04002131 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00002132 struct nfs4_exception exception = { };
2133 int err;
2134
2135 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04002136 err = _nfs4_open_expired(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04002137 trace_nfs4_open_expired(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002138 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
2139 continue;
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002140 switch (err) {
2141 default:
2142 goto out;
2143 case -NFS4ERR_GRACE:
2144 case -NFS4ERR_DELAY:
2145 nfs4_handle_exception(server, err, &exception);
2146 err = 0;
2147 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00002148 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002149out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00002150 return err;
2151}
2152
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2154{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01002156 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157
Trond Myklebust864472e2006-01-03 09:55:15 +01002158 ctx = nfs4_state_find_open_context(state);
2159 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04002160 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04002161 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01002162 put_nfs_open_context(ctx);
2163 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164}
2165
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03002166static void nfs_finish_clear_delegation_stateid(struct nfs4_state *state)
2167{
2168 nfs_remove_bad_delegation(state->inode);
2169 write_seqlock(&state->seqlock);
2170 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
2171 write_sequnlock(&state->seqlock);
2172 clear_bit(NFS_DELEGATED_STATE, &state->flags);
2173}
2174
2175static void nfs40_clear_delegation_stateid(struct nfs4_state *state)
2176{
2177 if (rcu_access_pointer(NFS_I(state->inode)->delegation) != NULL)
2178 nfs_finish_clear_delegation_stateid(state);
2179}
2180
2181static int nfs40_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2182{
2183 /* NFSv4.0 doesn't allow for delegation recovery on open expire */
2184 nfs40_clear_delegation_stateid(state);
2185 return nfs4_open_expired(sp, state);
2186}
2187
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002188#if defined(CONFIG_NFS_V4_1)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002189static void nfs41_check_delegation_stateid(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002190{
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002191 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002192 nfs4_stateid stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002193 struct nfs_delegation *delegation;
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002194 struct rpc_cred *cred;
2195 int status;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002196
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002197 /* Get the delegation credential for use by test/free_stateid */
2198 rcu_read_lock();
2199 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002200 if (delegation == NULL) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002201 rcu_read_unlock();
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002202 return;
2203 }
2204
2205 nfs4_stateid_copy(&stateid, &delegation->stateid);
2206 cred = get_rpccred(delegation->cred);
2207 rcu_read_unlock();
2208 status = nfs41_test_stateid(server, &stateid, cred);
2209 trace_nfs4_test_delegation_stateid(state, NULL, status);
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002210
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002211 if (status != NFS_OK) {
2212 /* Free the stateid unless the server explicitly
2213 * informs us the stateid is unrecognized. */
2214 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002215 nfs41_free_stateid(server, &stateid, cred);
2216 nfs_finish_clear_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002217 }
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002218
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002219 put_rpccred(cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002220}
2221
2222/**
2223 * nfs41_check_open_stateid - possibly free an open stateid
2224 *
2225 * @state: NFSv4 state for an inode
2226 *
2227 * Returns NFS_OK if recovery for this stateid is now finished.
2228 * Otherwise a negative NFS4ERR value is returned.
2229 */
2230static int nfs41_check_open_stateid(struct nfs4_state *state)
2231{
2232 struct nfs_server *server = NFS_SERVER(state->inode);
Bryan Schumakerfcb6d9c2012-09-26 15:25:53 -04002233 nfs4_stateid *stateid = &state->open_stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002234 struct rpc_cred *cred = state->owner->so_cred;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002235 int status;
2236
2237 /* If a state reset has been done, test_stateid is unneeded */
2238 if ((test_bit(NFS_O_RDONLY_STATE, &state->flags) == 0) &&
2239 (test_bit(NFS_O_WRONLY_STATE, &state->flags) == 0) &&
2240 (test_bit(NFS_O_RDWR_STATE, &state->flags) == 0))
2241 return -NFS4ERR_BAD_STATEID;
2242
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002243 status = nfs41_test_stateid(server, stateid, cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04002244 trace_nfs4_test_open_stateid(state, NULL, status);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002245 if (status != NFS_OK) {
2246 /* Free the stateid unless the server explicitly
2247 * informs us the stateid is unrecognized. */
2248 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002249 nfs41_free_stateid(server, stateid, cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002250
2251 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2252 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2253 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04002254 clear_bit(NFS_OPEN_STATE, &state->flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002255 }
2256 return status;
2257}
2258
2259static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2260{
Chuck Levereb64cf92012-07-11 16:30:05 -04002261 int status;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002262
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002263 nfs41_check_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002264 status = nfs41_check_open_stateid(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04002265 if (status != NFS_OK)
2266 status = nfs4_open_expired(sp, state);
2267 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002268}
2269#endif
2270
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002272 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
2273 * fields corresponding to attributes that were used to store the verifier.
2274 * Make sure we clobber those fields in the later setattr call
2275 */
2276static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
2277{
2278 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
2279 !(sattr->ia_valid & ATTR_ATIME_SET))
2280 sattr->ia_valid |= ATTR_ATIME;
2281
2282 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
2283 !(sattr->ia_valid & ATTR_MTIME_SET))
2284 sattr->ia_valid |= ATTR_MTIME;
2285}
2286
Trond Myklebustc21443c2013-02-07 14:26:21 -05002287static int _nfs4_open_and_get_state(struct nfs4_opendata *opendata,
2288 fmode_t fmode,
2289 int flags,
Trond Myklebust3efb9722013-05-29 13:17:04 -04002290 struct nfs_open_context *ctx)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002291{
2292 struct nfs4_state_owner *sp = opendata->owner;
2293 struct nfs_server *server = sp->so_server;
Trond Myklebust275bb302013-05-29 13:11:28 -04002294 struct dentry *dentry;
Trond Myklebustc21443c2013-02-07 14:26:21 -05002295 struct nfs4_state *state;
2296 unsigned int seq;
2297 int ret;
2298
2299 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
2300
2301 ret = _nfs4_proc_open(opendata);
Trond Myklebustdca780012014-10-23 19:23:03 +03002302 if (ret != 0)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002303 goto out;
2304
2305 state = nfs4_opendata_to_nfs4_state(opendata);
2306 ret = PTR_ERR(state);
2307 if (IS_ERR(state))
2308 goto out;
2309 if (server->caps & NFS_CAP_POSIX_LOCK)
2310 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
2311
Trond Myklebust275bb302013-05-29 13:11:28 -04002312 dentry = opendata->dentry;
2313 if (dentry->d_inode == NULL) {
2314 /* FIXME: Is this d_drop() ever needed? */
2315 d_drop(dentry);
2316 dentry = d_add_unique(dentry, igrab(state->inode));
2317 if (dentry == NULL) {
2318 dentry = opendata->dentry;
2319 } else if (dentry != ctx->dentry) {
2320 dput(ctx->dentry);
2321 ctx->dentry = dget(dentry);
2322 }
2323 nfs_set_verifier(dentry,
2324 nfs_save_change_attribute(opendata->dir->d_inode));
2325 }
2326
Trond Myklebustc21443c2013-02-07 14:26:21 -05002327 ret = nfs4_opendata_access(sp->so_cred, opendata, state, fmode, flags);
2328 if (ret != 0)
2329 goto out;
2330
Trond Myklebust3efb9722013-05-29 13:17:04 -04002331 ctx->state = state;
Trond Myklebustc45ffdd2013-05-29 13:34:46 -04002332 if (dentry->d_inode == state->inode) {
2333 nfs_inode_attach_open_context(ctx);
2334 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq))
2335 nfs4_schedule_stateid_recovery(server, state);
2336 }
Trond Myklebustc21443c2013-02-07 14:26:21 -05002337out:
2338 return ret;
2339}
2340
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002341/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002342 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343 */
Andy Adamson82be4172012-05-23 05:02:35 -04002344static int _nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002345 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002346 int flags,
2347 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002348 struct nfs4_label *label,
2349 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350{
2351 struct nfs4_state_owner *sp;
2352 struct nfs4_state *state = NULL;
2353 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002354 struct nfs4_opendata *opendata;
Trond Myklebust4197a052013-05-29 12:37:49 -04002355 struct dentry *dentry = ctx->dentry;
2356 struct rpc_cred *cred = ctx->cred;
2357 struct nfs4_threshold **ctx_th = &ctx->mdsthreshold;
2358 fmode_t fmode = ctx->mode & (FMODE_READ|FMODE_WRITE|FMODE_EXEC);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002359 enum open_claim_type4 claim = NFS4_OPEN_CLAIM_NULL;
David Quigley1775fd32013-05-22 12:50:42 -04002360 struct nfs4_label *olabel = NULL;
Trond Myklebustaac00a82007-07-05 19:02:21 -04002361 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362
2363 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002364 status = -ENOMEM;
Trond Myklebustd1e284d2012-01-17 22:04:24 -05002365 sp = nfs4_get_state_owner(server, cred, GFP_KERNEL);
2366 if (sp == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
2368 goto out_err;
2369 }
Trond Myklebust58d97142006-01-03 09:55:24 +01002370 status = nfs4_recover_expired_lease(server);
2371 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002372 goto err_put_state_owner;
Al Viro82a2c1b2011-06-22 18:30:55 -04002373 if (dentry->d_inode != NULL)
2374 nfs4_return_incompatible_delegation(dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01002375 status = -ENOMEM;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002376 if (dentry->d_inode)
2377 claim = NFS4_OPEN_CLAIM_FH;
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002378 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002379 label, claim, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002380 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05002381 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382
David Quigley14c43f72013-05-22 12:50:43 -04002383 if (label) {
2384 olabel = nfs4_label_alloc(server, GFP_KERNEL);
2385 if (IS_ERR(olabel)) {
2386 status = PTR_ERR(olabel);
2387 goto err_opendata_put;
2388 }
2389 }
2390
Trond Myklebuste911b812014-03-26 13:24:37 -07002391 if (server->attr_bitmask[2] & FATTR4_WORD2_MDSTHRESHOLD) {
2392 if (!opendata->f_attr.mdsthreshold) {
2393 opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc();
2394 if (!opendata->f_attr.mdsthreshold)
2395 goto err_free_label;
2396 }
Trond Myklebust1549210f2012-06-05 09:16:47 -04002397 opendata->o_arg.open_bitmap = &nfs4_pnfs_open_bitmap[0];
Andy Adamson82be4172012-05-23 05:02:35 -04002398 }
Al Viro82a2c1b2011-06-22 18:30:55 -04002399 if (dentry->d_inode != NULL)
2400 opendata->state = nfs4_get_open_state(dentry->d_inode, sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04002401
Trond Myklebust3efb9722013-05-29 13:17:04 -04002402 status = _nfs4_open_and_get_state(opendata, fmode, flags, ctx);
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002403 if (status != 0)
David Quigley14c43f72013-05-22 12:50:43 -04002404 goto err_free_label;
Trond Myklebust3efb9722013-05-29 13:17:04 -04002405 state = ctx->state;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002406
Trond Myklebust549b19c2013-04-16 18:42:34 -04002407 if ((opendata->o_arg.open_flags & O_EXCL) &&
2408 (opendata->o_arg.createmode != NFS4_CREATE_GUARDED)) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002409 nfs4_exclusive_attrset(opendata, sattr);
2410
2411 nfs_fattr_init(opendata->o_res.f_attr);
2412 status = nfs4_do_setattr(state->inode, cred,
2413 opendata->o_res.f_attr, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002414 state, label, olabel);
2415 if (status == 0) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002416 nfs_setattr_update_inode(state->inode, sattr);
David Quigley1775fd32013-05-22 12:50:42 -04002417 nfs_post_op_update_inode(state->inode, opendata->o_res.f_attr);
David Quigleyaa9c2662013-05-22 12:50:44 -04002418 nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel);
David Quigley1775fd32013-05-22 12:50:42 -04002419 }
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002420 }
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002421 if (opendata->file_created)
2422 *opened |= FILE_CREATED;
Andy Adamson82be4172012-05-23 05:02:35 -04002423
Trond Myklebuste911b812014-03-26 13:24:37 -07002424 if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server)) {
Andy Adamson82be4172012-05-23 05:02:35 -04002425 *ctx_th = opendata->f_attr.mdsthreshold;
Trond Myklebuste911b812014-03-26 13:24:37 -07002426 opendata->f_attr.mdsthreshold = NULL;
2427 }
Andy Adamson82be4172012-05-23 05:02:35 -04002428
David Quigley14c43f72013-05-22 12:50:43 -04002429 nfs4_label_free(olabel);
2430
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002431 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433 return 0;
David Quigley14c43f72013-05-22 12:50:43 -04002434err_free_label:
2435 nfs4_label_free(olabel);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002436err_opendata_put:
2437 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002438err_put_state_owner:
2439 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441 return status;
2442}
2443
2444
Andy Adamson82be4172012-05-23 05:02:35 -04002445static struct nfs4_state *nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002446 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002447 int flags,
2448 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002449 struct nfs4_label *label,
2450 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002451{
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002452 struct nfs_server *server = NFS_SERVER(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453 struct nfs4_exception exception = { };
2454 struct nfs4_state *res;
2455 int status;
2456
2457 do {
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002458 status = _nfs4_do_open(dir, ctx, flags, sattr, label, opened);
Trond Myklebust3efb9722013-05-29 13:17:04 -04002459 res = ctx->state;
Trond Myklebust42113a72013-08-12 16:19:27 -04002460 trace_nfs4_open_file(ctx, flags, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461 if (status == 0)
2462 break;
2463 /* NOTE: BAD_SEQID means the server and client disagree about the
2464 * book-keeping w.r.t. state-changing operations
2465 * (OPEN/CLOSE/LOCK/LOCKU...)
2466 * It is actually a sign of a bug on the client or on the server.
2467 *
2468 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07002469 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470 * have unhashed the old state_owner for us, and that we can
2471 * therefore safely retry using a new one. We should still warn
2472 * the user though...
2473 */
2474 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust9a3ba432012-03-12 18:01:48 -04002475 pr_warn_ratelimited("NFS: v4 server %s "
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04002476 " returned a bad sequence-id error!\n",
2477 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478 exception.retry = 1;
2479 continue;
2480 }
Trond Myklebust550f5742005-10-18 14:20:21 -07002481 /*
2482 * BAD_STATEID on OPEN means that the server cancelled our
2483 * state before it received the OPEN_CONFIRM.
2484 * Recover by retrying the request as per the discussion
2485 * on Page 181 of RFC3530.
2486 */
2487 if (status == -NFS4ERR_BAD_STATEID) {
2488 exception.retry = 1;
2489 continue;
2490 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04002491 if (status == -EAGAIN) {
2492 /* We must have found a delegation */
2493 exception.retry = 1;
2494 continue;
2495 }
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002496 if (nfs4_clear_cap_atomic_open_v1(server, status, &exception))
2497 continue;
2498 res = ERR_PTR(nfs4_handle_exception(server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499 status, &exception));
2500 } while (exception.retry);
2501 return res;
2502}
2503
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002504static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2505 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002506 struct nfs4_state *state, struct nfs4_label *ilabel,
2507 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002509 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002510 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002511 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512 .iap = sattr,
2513 .server = server,
2514 .bitmask = server->attr_bitmask,
David Quigley1775fd32013-05-22 12:50:42 -04002515 .label = ilabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516 };
2517 struct nfs_setattrres res = {
2518 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04002519 .label = olabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520 .server = server,
2521 };
2522 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002523 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
2524 .rpc_argp = &arg,
2525 .rpc_resp = &res,
2526 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01002528 unsigned long timestamp = jiffies;
Trond Myklebustee3ae842013-04-29 10:35:36 -04002529 fmode_t fmode;
2530 bool truncate;
Trond Myklebust65e43082005-08-16 11:49:44 -04002531 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532
David Quigleyaa9c2662013-05-22 12:50:44 -04002533 arg.bitmask = nfs4_bitmask(server, ilabel);
2534 if (ilabel)
2535 arg.bitmask = nfs4_bitmask(server, olabel);
2536
Trond Myklebust0e574af2005-10-27 22:12:38 -04002537 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538
Trond Myklebustee3ae842013-04-29 10:35:36 -04002539 /* Servers should only apply open mode checks for file size changes */
2540 truncate = (sattr->ia_valid & ATTR_SIZE) ? true : false;
2541 fmode = truncate ? FMODE_WRITE : FMODE_READ;
2542
2543 if (nfs4_copy_delegation_stateid(&arg.stateid, inode, fmode)) {
2544 /* Use that stateid */
Trond Myklebust0418dae2014-03-04 13:48:16 -05002545 } else if (truncate && state != NULL) {
Trond Myklebust2a369152012-08-13 18:54:45 -04002546 struct nfs_lockowner lockowner = {
2547 .l_owner = current->files,
2548 .l_pid = current->tgid,
2549 };
Trond Myklebust0418dae2014-03-04 13:48:16 -05002550 if (!nfs4_valid_open_stateid(state))
2551 return -EBADF;
2552 if (nfs4_select_rw_stateid(&arg.stateid, state, FMODE_WRITE,
2553 &lockowner) == -EIO)
2554 return -EBADF;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002555 } else
Trond Myklebustf597c532012-03-04 18:13:56 -05002556 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557
Bryan Schumaker7c513052011-03-24 17:12:24 +00002558 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002559 if (status == 0 && state != NULL)
2560 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04002561 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562}
2563
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002564static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2565 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002566 struct nfs4_state *state, struct nfs4_label *ilabel,
2567 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002569 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002570 struct nfs4_exception exception = {
2571 .state = state,
Trond Myklebust3114ea72012-03-07 16:39:06 -05002572 .inode = inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002573 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574 int err;
2575 do {
David Quigley1775fd32013-05-22 12:50:42 -04002576 err = _nfs4_do_setattr(inode, cred, fattr, sattr, state, ilabel, olabel);
Trond Myklebustc1578b72013-08-12 16:58:42 -04002577 trace_nfs4_setattr(inode, err);
Trond Myklebust451146b2012-04-18 16:29:11 -04002578 switch (err) {
2579 case -NFS4ERR_OPENMODE:
Trond Myklebust721ccfb2013-04-29 11:11:58 -04002580 if (!(sattr->ia_valid & ATTR_SIZE)) {
2581 pr_warn_once("NFSv4: server %s is incorrectly "
2582 "applying open mode checks to "
2583 "a SETATTR that is not "
2584 "changing file size.\n",
2585 server->nfs_client->cl_hostname);
2586 }
Trond Myklebust451146b2012-04-18 16:29:11 -04002587 if (state && !(state->state & FMODE_WRITE)) {
2588 err = -EBADF;
2589 if (sattr->ia_valid & ATTR_OPEN)
2590 err = -EACCES;
2591 goto out;
2592 }
2593 }
2594 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595 } while (exception.retry);
Trond Myklebust451146b2012-04-18 16:29:11 -04002596out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597 return err;
2598}
2599
2600struct nfs4_closedata {
2601 struct inode *inode;
2602 struct nfs4_state *state;
2603 struct nfs_closeargs arg;
2604 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002605 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002606 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00002607 bool roc;
2608 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609};
2610
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002611static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07002612{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002613 struct nfs4_closedata *calldata = data;
2614 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04002615 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07002616
Fred Isamanf7e89172011-01-06 11:36:32 +00002617 if (calldata->roc)
2618 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07002619 nfs4_put_open_state(calldata->state);
2620 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07002621 nfs4_put_state_owner(sp);
Trond Myklebust322b2b92013-01-11 16:39:51 -05002622 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002623 kfree(calldata);
2624}
2625
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002626static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002628 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002629 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630 struct nfs_server *server = NFS_SERVER(calldata->inode);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002631 nfs4_stateid *res_stateid = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632
Chuck Levera3ca5652012-03-01 17:00:40 -05002633 dprintk("%s: begin!\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04002634 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
2635 return;
Trond Myklebust42113a72013-08-12 16:19:27 -04002636 trace_nfs4_close(state, &calldata->arg, &calldata->res, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637 /* hmm. we are done with the inode, and in the process of freeing
2638 * the state_owner. we keep this around to process errors
2639 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002640 switch (task->tk_status) {
2641 case 0:
Trond Myklebust412f6c42014-08-25 22:09:08 -04002642 res_stateid = &calldata->res.stateid;
2643 if (calldata->arg.fmode == 0 && calldata->roc)
Fred Isamanf7e89172011-01-06 11:36:32 +00002644 pnfs_roc_set_barrier(state->inode,
2645 calldata->roc_barrier);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002646 renew_lease(server, calldata->timestamp);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002647 break;
Trond Myklebust69794ad2013-11-20 12:57:19 -05002648 case -NFS4ERR_ADMIN_REVOKED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002650 case -NFS4ERR_OLD_STATEID:
2651 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652 case -NFS4ERR_EXPIRED:
Trond Myklebust566fcec2015-01-23 15:32:46 -05002653 if (!nfs4_stateid_match(&calldata->arg.stateid,
2654 &state->stateid)) {
2655 rpc_restart_call_prepare(task);
2656 goto out_release;
2657 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002658 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002659 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10002661 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN) {
Trond Myklebust72211db2009-12-15 14:47:36 -05002662 rpc_restart_call_prepare(task);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002663 goto out_release;
2664 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665 }
Trond Myklebust412f6c42014-08-25 22:09:08 -04002666 nfs_clear_open_stateid(state, res_stateid, calldata->arg.fmode);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002667out_release:
Trond Myklebust72211db2009-12-15 14:47:36 -05002668 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04002669 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Chuck Levera3ca5652012-03-01 17:00:40 -05002670 dprintk("%s: done, ret = %d!\n", __func__, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671}
2672
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002673static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002675 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07002676 struct nfs4_state *state = calldata->state;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002677 struct inode *inode = calldata->inode;
Trond Myklebustaee7af32014-08-25 22:33:12 -04002678 bool is_rdonly, is_wronly, is_rdwr;
Trond Myklebust88069f72009-12-08 08:33:16 -05002679 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07002680
Chuck Levera3ca5652012-03-01 17:00:40 -05002681 dprintk("%s: begin!\n", __func__);
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002682 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002683 goto out_wait;
Trond Myklebust003707c2007-07-05 18:07:55 -04002684
Trond Myklebust88069f72009-12-08 08:33:16 -05002685 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebust4cecb762005-11-04 15:32:58 -05002686 spin_lock(&state->owner->so_lock);
Trond Myklebustaee7af32014-08-25 22:33:12 -04002687 is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags);
2688 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags);
2689 is_wronly = test_bit(NFS_O_WRONLY_STATE, &state->flags);
Trond Myklebust566fcec2015-01-23 15:32:46 -05002690 nfs4_stateid_copy(&calldata->arg.stateid, &state->stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04002691 /* Calculate the change in open mode */
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002692 calldata->arg.fmode = 0;
Trond Myklebuste7616922006-01-03 09:55:13 +01002693 if (state->n_rdwr == 0) {
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002694 if (state->n_rdonly == 0)
2695 call_close |= is_rdonly;
2696 else if (is_rdonly)
2697 calldata->arg.fmode |= FMODE_READ;
2698 if (state->n_wronly == 0)
2699 call_close |= is_wronly;
2700 else if (is_wronly)
2701 calldata->arg.fmode |= FMODE_WRITE;
2702 } else if (is_rdwr)
2703 calldata->arg.fmode |= FMODE_READ|FMODE_WRITE;
2704
2705 if (calldata->arg.fmode == 0)
2706 call_close |= is_rdwr;
2707
Trond Myklebust5d422302013-03-14 16:57:48 -04002708 if (!nfs4_valid_open_stateid(state))
2709 call_close = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002710 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002711
2712 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002713 /* Note: exit _without_ calling nfs4_close_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002714 goto out_no_action;
Trond Myklebust95121352005-10-18 14:20:12 -07002715 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002716
Fred Isamanf7e89172011-01-06 11:36:32 +00002717 if (calldata->arg.fmode == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002718 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Fred Isamanf7e89172011-01-06 11:36:32 +00002719 if (calldata->roc &&
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002720 pnfs_roc_drain(inode, &calldata->roc_barrier, task)) {
2721 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002722 goto out_wait;
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002723 }
Fred Isamanf7e89172011-01-06 11:36:32 +00002724 }
Trond Myklebust6ae37332015-01-30 14:21:14 -05002725 calldata->arg.share_access =
2726 nfs4_map_atomic_open_share(NFS_SERVER(inode),
2727 calldata->arg.fmode, 0);
Trond Myklebust88069f72009-12-08 08:33:16 -05002728
Trond Myklebust516a6af2005-10-27 22:12:41 -04002729 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002730 calldata->timestamp = jiffies;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002731 if (nfs4_setup_sequence(NFS_SERVER(inode),
Trond Myklebust9d12b212012-01-17 22:04:25 -05002732 &calldata->arg.seq_args,
2733 &calldata->res.seq_res,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04002734 task) != 0)
2735 nfs_release_seqid(calldata->arg.seqid);
Chuck Levera3ca5652012-03-01 17:00:40 -05002736 dprintk("%s: done!\n", __func__);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002737 return;
2738out_no_action:
2739 task->tk_action = NULL;
2740out_wait:
2741 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742}
2743
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002744static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002745 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002746 .rpc_call_done = nfs4_close_done,
2747 .rpc_release = nfs4_free_closedata,
2748};
2749
Peng Taofe08c542014-07-03 13:05:01 +08002750static bool nfs4_roc(struct inode *inode)
2751{
Trond Myklebust40dd4b72015-01-24 13:54:37 -05002752 if (!nfs_have_layout(inode))
Peng Taofe08c542014-07-03 13:05:01 +08002753 return false;
Peng Taofe08c542014-07-03 13:05:01 +08002754 return pnfs_roc(inode);
2755}
2756
Linus Torvalds1da177e2005-04-16 15:20:36 -07002757/*
2758 * It is possible for data to be read/written from a mem-mapped file
2759 * after the sys_close call (which hits the vfs layer as a flush).
2760 * This means that we can't safely call nfsv4 close on a file until
2761 * the inode is cleared. This in turn means that we are not good
2762 * NFSv4 citizens - we do not indicate to the server to update the file's
2763 * share state even when we are done with one of the three share
2764 * stateid's in the inode.
2765 *
2766 * NOTE: Caller must be holding the sp->so_owner semaphore!
2767 */
Trond Myklebust1f7977c2012-09-20 20:31:51 -04002768int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002770 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust63f5f792015-01-23 19:19:25 -05002771 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002773 struct nfs4_state_owner *sp = state->owner;
2774 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002775 struct rpc_message msg = {
2776 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2777 .rpc_cred = state->owner->so_cred,
2778 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002779 struct rpc_task_setup task_setup_data = {
2780 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002781 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002782 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002783 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002784 .flags = RPC_TASK_ASYNC,
2785 };
Trond Myklebust95121352005-10-18 14:20:12 -07002786 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002787
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04002788 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_CLEANUP,
2789 &task_setup_data.rpc_client, &msg);
2790
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002791 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002792 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002793 goto out;
Chuck Levera9c92d62013-08-09 12:48:18 -04002794 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002795 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002797 calldata->arg.fh = NFS_FH(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002798 /* Serialization for the sequence id */
Trond Myklebust63f5f792015-01-23 19:19:25 -05002799 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
2800 calldata->arg.seqid = alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05002801 if (IS_ERR(calldata->arg.seqid))
Trond Myklebust95121352005-10-18 14:20:12 -07002802 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002803 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002804 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002805 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002806 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002807 calldata->res.server = server;
Peng Taofe08c542014-07-03 13:05:01 +08002808 calldata->roc = nfs4_roc(state->inode);
Al Viro643168c2011-06-22 18:20:23 -04002809 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002810
Trond Myklebust1174dd12010-12-21 10:52:24 -05002811 msg.rpc_argp = &calldata->arg;
2812 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002813 task_setup_data.callback_data = calldata;
2814 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002815 if (IS_ERR(task))
2816 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002817 status = 0;
2818 if (wait)
2819 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002820 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002821 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002822out_free_calldata:
2823 kfree(calldata);
2824out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04002825 nfs4_put_open_state(state);
2826 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002827 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002828}
2829
Trond Myklebust2b484292010-09-17 10:56:51 -04002830static struct inode *
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002831nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx,
2832 int open_flags, struct iattr *attr, int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002834 struct nfs4_state *state;
David Quigleyaa9c2662013-05-22 12:50:44 -04002835 struct nfs4_label l = {0, 0, 0, NULL}, *label = NULL;
2836
2837 label = nfs4_label_init_security(dir, ctx->dentry, attr, &l);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002838
Trond Myklebust565277f2007-10-15 18:17:53 -04002839 /* Protect against concurrent sillydeletes */
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002840 state = nfs4_do_open(dir, ctx, open_flags, attr, label, opened);
David Quigleyaa9c2662013-05-22 12:50:44 -04002841
2842 nfs4_label_release_security(label);
2843
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002844 if (IS_ERR(state))
2845 return ERR_CAST(state);
Trond Myklebust275bb302013-05-29 13:11:28 -04002846 return state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002847}
2848
Trond Myklebust1185a552009-12-03 15:54:02 -05002849static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002850{
2851 if (ctx->state == NULL)
2852 return;
2853 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04002854 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002855 else
Al Viro643168c2011-06-22 18:20:23 -04002856 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002857}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002858
Trond Myklebustb944dba2013-11-04 15:20:20 -05002859#define FATTR4_WORD1_NFS40_MASK (2*FATTR4_WORD1_MOUNTED_ON_FILEID - 1UL)
2860#define FATTR4_WORD2_NFS41_MASK (2*FATTR4_WORD2_SUPPATTR_EXCLCREAT - 1UL)
J. Bruce Fields999e5682014-06-03 17:33:35 -04002861#define FATTR4_WORD2_NFS42_MASK (2*FATTR4_WORD2_SECURITY_LABEL - 1UL)
Trond Myklebustb944dba2013-11-04 15:20:20 -05002862
Linus Torvalds1da177e2005-04-16 15:20:36 -07002863static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2864{
Benny Halevy43652ad2009-04-01 09:21:54 -04002865 struct nfs4_server_caps_arg args = {
2866 .fhandle = fhandle,
2867 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002868 struct nfs4_server_caps_res res = {};
2869 struct rpc_message msg = {
2870 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002871 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872 .rpc_resp = &res,
2873 };
2874 int status;
2875
Bryan Schumaker7c513052011-03-24 17:12:24 +00002876 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002877 if (status == 0) {
Trond Myklebustb944dba2013-11-04 15:20:20 -05002878 /* Sanity check the server answers */
2879 switch (server->nfs_client->cl_minorversion) {
2880 case 0:
2881 res.attr_bitmask[1] &= FATTR4_WORD1_NFS40_MASK;
2882 res.attr_bitmask[2] = 0;
2883 break;
2884 case 1:
2885 res.attr_bitmask[2] &= FATTR4_WORD2_NFS41_MASK;
2886 break;
2887 case 2:
2888 res.attr_bitmask[2] &= FATTR4_WORD2_NFS42_MASK;
2889 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002890 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002891 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2892 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2893 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2894 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
Trond Myklebustb944dba2013-11-04 15:20:20 -05002895 NFS_CAP_CTIME|NFS_CAP_MTIME|
2896 NFS_CAP_SECURITY_LABEL);
Malahal Naineni7dd7d952014-01-23 08:54:55 -06002897 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL &&
2898 res.acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899 server->caps |= NFS_CAP_ACLS;
2900 if (res.has_links != 0)
2901 server->caps |= NFS_CAP_HARDLINKS;
2902 if (res.has_symlinks != 0)
2903 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002904 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2905 server->caps |= NFS_CAP_FILEID;
2906 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2907 server->caps |= NFS_CAP_MODE;
2908 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2909 server->caps |= NFS_CAP_NLINK;
2910 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2911 server->caps |= NFS_CAP_OWNER;
2912 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2913 server->caps |= NFS_CAP_OWNER_GROUP;
2914 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2915 server->caps |= NFS_CAP_ATIME;
2916 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2917 server->caps |= NFS_CAP_CTIME;
2918 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2919 server->caps |= NFS_CAP_MTIME;
David Quigleyaa9c2662013-05-22 12:50:44 -04002920#ifdef CONFIG_NFS_V4_SECURITY_LABEL
2921 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL)
2922 server->caps |= NFS_CAP_SECURITY_LABEL;
2923#endif
2924 memcpy(server->attr_bitmask_nl, res.attr_bitmask,
2925 sizeof(server->attr_bitmask));
Trond Myklebustb944dba2013-11-04 15:20:20 -05002926 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002927
Trond Myklebusta65318b2009-03-11 14:10:28 -04002928 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2929 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2930 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Trond Myklebustb944dba2013-11-04 15:20:20 -05002931 server->cache_consistency_bitmask[2] = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002932 server->acl_bitmask = res.acl_bitmask;
Chuck Lever264e6352012-03-01 17:02:05 -05002933 server->fh_expire_type = res.fh_expire_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002934 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002935
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936 return status;
2937}
2938
Trond Myklebust55a97592006-06-09 09:34:19 -04002939int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002940{
2941 struct nfs4_exception exception = { };
2942 int err;
2943 do {
2944 err = nfs4_handle_exception(server,
2945 _nfs4_server_capabilities(server, fhandle),
2946 &exception);
2947 } while (exception.retry);
2948 return err;
2949}
2950
2951static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2952 struct nfs_fsinfo *info)
2953{
David Quigleyaa9c2662013-05-22 12:50:44 -04002954 u32 bitmask[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955 struct nfs4_lookup_root_arg args = {
David Quigleyaa9c2662013-05-22 12:50:44 -04002956 .bitmask = bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002957 };
2958 struct nfs4_lookup_res res = {
2959 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002960 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961 .fh = fhandle,
2962 };
2963 struct rpc_message msg = {
2964 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2965 .rpc_argp = &args,
2966 .rpc_resp = &res,
2967 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002968
David Quigleyaa9c2662013-05-22 12:50:44 -04002969 bitmask[0] = nfs4_fattr_bitmap[0];
2970 bitmask[1] = nfs4_fattr_bitmap[1];
2971 /*
2972 * Process the label in the upcoming getfattr
2973 */
2974 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL;
2975
Trond Myklebust0e574af2005-10-27 22:12:38 -04002976 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002977 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978}
2979
2980static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2981 struct nfs_fsinfo *info)
2982{
2983 struct nfs4_exception exception = { };
2984 int err;
2985 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002986 err = _nfs4_lookup_root(server, fhandle, info);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04002987 trace_nfs4_lookup_root(server, fhandle, info->fattr, err);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002988 switch (err) {
2989 case 0:
2990 case -NFS4ERR_WRONGSEC:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002991 goto out;
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002992 default:
2993 err = nfs4_handle_exception(server, err, &exception);
2994 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002996out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002997 return err;
2998}
2999
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003000static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
3001 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
3002{
Trond Myklebustc2190662013-08-26 19:23:04 -04003003 struct rpc_auth_create_args auth_args = {
3004 .pseudoflavor = flavor,
3005 };
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003006 struct rpc_auth *auth;
3007 int ret;
3008
Trond Myklebustc2190662013-08-26 19:23:04 -04003009 auth = rpcauth_create(&auth_args, server->client);
Wei Yongjune8d920c2012-09-21 12:27:41 +08003010 if (IS_ERR(auth)) {
Chuck Lever75bc8822013-03-16 15:55:36 -04003011 ret = -EACCES;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003012 goto out;
3013 }
3014 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003015out:
3016 return ret;
3017}
3018
Chuck Lever9a744ba2013-03-16 15:56:02 -04003019/*
3020 * Retry pseudoroot lookup with various security flavors. We do this when:
3021 *
3022 * NFSv4.0: the PUTROOTFH operation returns NFS4ERR_WRONGSEC
3023 * NFSv4.1: the server does not support the SECINFO_NO_NAME operation
3024 *
3025 * Returns zero on success, or a negative NFS4ERR value, or a
3026 * negative errno value.
3027 */
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003028static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04003029 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003030{
Chuck Lever9a744ba2013-03-16 15:56:02 -04003031 /* Per 3530bis 15.33.5 */
3032 static const rpc_authflavor_t flav_array[] = {
3033 RPC_AUTH_GSS_KRB5P,
3034 RPC_AUTH_GSS_KRB5I,
3035 RPC_AUTH_GSS_KRB5,
Chuck Leverc4eafe12013-03-16 15:56:11 -04003036 RPC_AUTH_UNIX, /* courtesy */
Chuck Lever9a744ba2013-03-16 15:56:02 -04003037 RPC_AUTH_NULL,
3038 };
3039 int status = -EPERM;
3040 size_t i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003041
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04003042 if (server->auth_info.flavor_len > 0) {
3043 /* try each flavor specified by user */
3044 for (i = 0; i < server->auth_info.flavor_len; i++) {
3045 status = nfs4_lookup_root_sec(server, fhandle, info,
3046 server->auth_info.flavors[i]);
3047 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3048 continue;
3049 break;
3050 }
3051 } else {
3052 /* no flavors specified by user, try default list */
3053 for (i = 0; i < ARRAY_SIZE(flav_array); i++) {
3054 status = nfs4_lookup_root_sec(server, fhandle, info,
3055 flav_array[i]);
3056 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3057 continue;
3058 break;
3059 }
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003060 }
Chuck Lever9a744ba2013-03-16 15:56:02 -04003061
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003062 /*
3063 * -EACCESS could mean that the user doesn't have correct permissions
3064 * to access the mount. It could also mean that we tried to mount
3065 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
3066 * existing mount programs don't handle -EACCES very well so it should
3067 * be mapped to -EPERM instead.
3068 */
3069 if (status == -EACCES)
3070 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003071 return status;
3072}
3073
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003074static int nfs4_do_find_root_sec(struct nfs_server *server,
3075 struct nfs_fh *fhandle, struct nfs_fsinfo *info)
3076{
3077 int mv = server->nfs_client->cl_minorversion;
3078 return nfs_v4_minor_ops[mv]->find_root_sec(server, fhandle, info);
3079}
3080
3081/**
3082 * nfs4_proc_get_rootfh - get file handle for server's pseudoroot
3083 * @server: initialized nfs_server handle
3084 * @fhandle: we fill in the pseudo-fs root file handle
3085 * @info: we fill in an FSINFO struct
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003086 * @auth_probe: probe the auth flavours
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003087 *
3088 * Returns zero on success, or a negative errno.
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003089 */
Bryan Schumaker3028eb22012-05-10 15:07:30 -04003090int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle,
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003091 struct nfs_fsinfo *info,
3092 bool auth_probe)
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003093{
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003094 int status;
3095
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003096 switch (auth_probe) {
3097 case false:
3098 status = nfs4_lookup_root(server, fhandle, info);
3099 if (status != -NFS4ERR_WRONGSEC)
3100 break;
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003101 default:
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003102 status = nfs4_do_find_root_sec(server, fhandle, info);
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003103 }
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003104
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105 if (status == 0)
3106 status = nfs4_server_capabilities(server, fhandle);
3107 if (status == 0)
3108 status = nfs4_do_fsinfo(server, fhandle, info);
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003109
Trond Myklebustc12e87f2006-03-13 21:20:47 -08003110 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003111}
3112
Bryan Schumakerbae36242012-05-10 15:07:31 -04003113static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh,
3114 struct nfs_fsinfo *info)
3115{
3116 int error;
3117 struct nfs_fattr *fattr = info->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003118 struct nfs4_label *label = NULL;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003119
3120 error = nfs4_server_capabilities(server, mntfh);
3121 if (error < 0) {
3122 dprintk("nfs4_get_root: getcaps error = %d\n", -error);
3123 return error;
3124 }
3125
David Quigley14c43f72013-05-22 12:50:43 -04003126 label = nfs4_label_alloc(server, GFP_KERNEL);
3127 if (IS_ERR(label))
3128 return PTR_ERR(label);
3129
David Quigley1775fd32013-05-22 12:50:42 -04003130 error = nfs4_proc_getattr(server, mntfh, fattr, label);
Bryan Schumakerbae36242012-05-10 15:07:31 -04003131 if (error < 0) {
3132 dprintk("nfs4_get_root: getattr error = %d\n", -error);
David Quigley14c43f72013-05-22 12:50:43 -04003133 goto err_free_label;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003134 }
3135
3136 if (fattr->valid & NFS_ATTR_FATTR_FSID &&
3137 !nfs_fsid_equal(&server->fsid, &fattr->fsid))
3138 memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid));
3139
David Quigley14c43f72013-05-22 12:50:43 -04003140err_free_label:
3141 nfs4_label_free(label);
3142
Bryan Schumakerbae36242012-05-10 15:07:31 -04003143 return error;
3144}
3145
Manoj Naik6b97fd32006-06-09 09:34:29 -04003146/*
3147 * Get locations and (maybe) other attributes of a referral.
3148 * Note that we'll actually follow the referral later when
3149 * we detect fsid mismatch in inode revalidation
3150 */
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003151static int nfs4_get_referral(struct rpc_clnt *client, struct inode *dir,
3152 const struct qstr *name, struct nfs_fattr *fattr,
3153 struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04003154{
3155 int status = -ENOMEM;
3156 struct page *page = NULL;
3157 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003158
3159 page = alloc_page(GFP_KERNEL);
3160 if (page == NULL)
3161 goto out;
3162 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
3163 if (locations == NULL)
3164 goto out;
3165
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003166 status = nfs4_proc_fs_locations(client, dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003167 if (status != 0)
3168 goto out;
Chuck Lever519ae252013-10-17 14:13:19 -04003169
3170 /*
3171 * If the fsid didn't change, this is a migration event, not a
3172 * referral. Cause us to drop into the exception handler, which
3173 * will kick off migration recovery.
3174 */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003175 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04003176 dprintk("%s: server did not return a different fsid for"
3177 " a referral at %s\n", __func__, name->name);
Chuck Lever519ae252013-10-17 14:13:19 -04003178 status = -NFS4ERR_MOVED;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003179 goto out;
3180 }
Andy Adamson533eb462011-06-13 18:25:56 -04003181 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
3182 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003183
Andy Adamson533eb462011-06-13 18:25:56 -04003184 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003185 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04003186 memset(fhandle, 0, sizeof(struct nfs_fh));
3187out:
3188 if (page)
3189 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04003190 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003191 return status;
3192}
3193
David Quigley1775fd32013-05-22 12:50:42 -04003194static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3195 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196{
3197 struct nfs4_getattr_arg args = {
3198 .fh = fhandle,
3199 .bitmask = server->attr_bitmask,
3200 };
3201 struct nfs4_getattr_res res = {
3202 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04003203 .label = label,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204 .server = server,
3205 };
3206 struct rpc_message msg = {
3207 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
3208 .rpc_argp = &args,
3209 .rpc_resp = &res,
3210 };
David Quigleyaa9c2662013-05-22 12:50:44 -04003211
3212 args.bitmask = nfs4_bitmask(server, label);
3213
Trond Myklebust0e574af2005-10-27 22:12:38 -04003214 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003215 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216}
3217
David Quigley1775fd32013-05-22 12:50:42 -04003218static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3219 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220{
3221 struct nfs4_exception exception = { };
3222 int err;
3223 do {
Trond Myklebustb5f875a2013-08-13 13:01:39 -04003224 err = _nfs4_proc_getattr(server, fhandle, fattr, label);
3225 trace_nfs4_getattr(server, fhandle, fattr, err);
3226 err = nfs4_handle_exception(server, err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003227 &exception);
3228 } while (exception.retry);
3229 return err;
3230}
3231
3232/*
3233 * The file is not closed if it is opened due to the a request to change
3234 * the size of the file. The open call will not be needed once the
3235 * VFS layer lookup-intents are implemented.
3236 *
3237 * Close is called when the inode is destroyed.
3238 * If we haven't opened the file for O_WRONLY, we
3239 * need to in the size_change case to obtain a stateid.
3240 *
3241 * Got race?
3242 * Because OPEN is always done by name in nfsv4, it is
3243 * possible that we opened a different file by the same
3244 * name. We can recognize this race condition, but we
3245 * can't do anything about it besides returning an error.
3246 *
3247 * This will be fixed with VFS changes (lookup-intent).
3248 */
3249static int
3250nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
3251 struct iattr *sattr)
3252{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003253 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003254 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05003255 struct nfs4_state *state = NULL;
David Quigley14c43f72013-05-22 12:50:43 -04003256 struct nfs4_label *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003257 int status;
3258
Peng Tao88ac8152014-09-12 11:04:10 +08003259 if (pnfs_ld_layoutret_on_setattr(inode) &&
3260 sattr->ia_valid & ATTR_SIZE &&
3261 sattr->ia_size < i_size_read(inode))
Trond Myklebust24028672013-03-20 13:23:33 -04003262 pnfs_commit_and_return_layout(inode);
Benny Halevy8a1636c2010-07-14 15:43:57 -04003263
Trond Myklebust0e574af2005-10-27 22:12:38 -04003264 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003265
Andy Adamson26699402012-05-30 16:12:24 -04003266 /* Deal with open(O_TRUNC) */
3267 if (sattr->ia_valid & ATTR_OPEN)
Nadav Shemercc7936f2013-07-21 17:21:43 +03003268 sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME);
Andy Adamson26699402012-05-30 16:12:24 -04003269
3270 /* Optimization: if the end result is no change, don't RPC */
Nadav Shemercc7936f2013-07-21 17:21:43 +03003271 if ((sattr->ia_valid & ~(ATTR_FILE|ATTR_OPEN)) == 0)
Andy Adamson26699402012-05-30 16:12:24 -04003272 return 0;
3273
Trond Myklebustd5308382005-11-04 15:33:38 -05003274 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003275 if (sattr->ia_valid & ATTR_FILE) {
3276 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003277
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003278 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11003279 if (ctx) {
3280 cred = ctx->cred;
3281 state = ctx->state;
3282 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003283 }
3284
David Quigley14c43f72013-05-22 12:50:43 -04003285 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
3286 if (IS_ERR(label))
3287 return PTR_ERR(label);
3288
3289 status = nfs4_do_setattr(inode, cred, fattr, sattr, state, NULL, label);
David Quigleyaa9c2662013-05-22 12:50:44 -04003290 if (status == 0) {
Trond Myklebust65e43082005-08-16 11:49:44 -04003291 nfs_setattr_update_inode(inode, sattr);
David Quigleyaa9c2662013-05-22 12:50:44 -04003292 nfs_setsecurity(inode, fattr, label);
3293 }
David Quigley14c43f72013-05-22 12:50:43 -04003294 nfs4_label_free(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295 return status;
3296}
3297
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003298static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
3299 const struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003300 struct nfs_fattr *fattr, struct nfs4_label *label)
David Howells2b3de442006-08-22 20:06:09 -04003301{
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003302 struct nfs_server *server = NFS_SERVER(dir);
David Howells2b3de442006-08-22 20:06:09 -04003303 int status;
3304 struct nfs4_lookup_arg args = {
3305 .bitmask = server->attr_bitmask,
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003306 .dir_fh = NFS_FH(dir),
David Howells2b3de442006-08-22 20:06:09 -04003307 .name = name,
3308 };
3309 struct nfs4_lookup_res res = {
3310 .server = server,
3311 .fattr = fattr,
David Quigleyaa9c2662013-05-22 12:50:44 -04003312 .label = label,
David Howells2b3de442006-08-22 20:06:09 -04003313 .fh = fhandle,
3314 };
3315 struct rpc_message msg = {
3316 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
3317 .rpc_argp = &args,
3318 .rpc_resp = &res,
3319 };
3320
David Quigleyaa9c2662013-05-22 12:50:44 -04003321 args.bitmask = nfs4_bitmask(server, label);
3322
David Howells2b3de442006-08-22 20:06:09 -04003323 nfs_fattr_init(fattr);
3324
Linus Torvalds1da177e2005-04-16 15:20:36 -07003325 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003326 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327 dprintk("NFS reply lookup: %d\n", status);
3328 return status;
3329}
3330
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003331static void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr)
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003332{
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003333 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003334 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_MOUNTPOINT;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003335 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
3336 fattr->nlink = 2;
3337}
3338
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003339static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir,
3340 struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003341 struct nfs_fattr *fattr, struct nfs4_label *label)
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003342{
3343 struct nfs4_exception exception = { };
3344 struct rpc_clnt *client = *clnt;
3345 int err;
3346 do {
David Quigley1775fd32013-05-22 12:50:42 -04003347 err = _nfs4_proc_lookup(client, dir, name, fhandle, fattr, label);
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003348 trace_nfs4_lookup(dir, name, err);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003349 switch (err) {
3350 case -NFS4ERR_BADNAME:
3351 err = -ENOENT;
3352 goto out;
3353 case -NFS4ERR_MOVED:
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003354 err = nfs4_get_referral(client, dir, name, fattr, fhandle);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003355 goto out;
3356 case -NFS4ERR_WRONGSEC:
3357 err = -EPERM;
3358 if (client != *clnt)
3359 goto out;
Andy Adamson66b06862014-06-12 15:02:32 -04003360 client = nfs4_negotiate_security(client, dir, name);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003361 if (IS_ERR(client))
3362 return PTR_ERR(client);
3363
3364 exception.retry = 1;
3365 break;
3366 default:
3367 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
3368 }
3369 } while (exception.retry);
3370
3371out:
3372 if (err == 0)
3373 *clnt = client;
3374 else if (client != *clnt)
3375 rpc_shutdown_client(client);
3376
3377 return err;
3378}
3379
Bryan Schumaker80a16b22012-04-27 13:27:46 -04003380static int nfs4_proc_lookup(struct inode *dir, struct qstr *name,
David Quigley1775fd32013-05-22 12:50:42 -04003381 struct nfs_fh *fhandle, struct nfs_fattr *fattr,
3382 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383{
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003384 int status;
3385 struct rpc_clnt *client = NFS_CLIENT(dir);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003386
David Quigley1775fd32013-05-22 12:50:42 -04003387 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, label);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003388 if (client != NFS_CLIENT(dir)) {
3389 rpc_shutdown_client(client);
3390 nfs_fixup_secinfo_attributes(fattr);
3391 }
3392 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003393}
3394
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003395struct rpc_clnt *
3396nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name,
3397 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
3398{
Trond Myklebustb72888c2013-08-07 20:38:07 -04003399 struct rpc_clnt *client = NFS_CLIENT(dir);
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003400 int status;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003401
David Quigley1775fd32013-05-22 12:50:42 -04003402 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, NULL);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003403 if (status < 0)
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003404 return ERR_PTR(status);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003405 return (client == NFS_CLIENT(dir)) ? rpc_clone_client(client) : client;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003406}
3407
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3409{
Trond Myklebust76b32992007-08-10 17:45:11 -04003410 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411 struct nfs4_accessargs args = {
3412 .fh = NFS_FH(inode),
Trond Myklebusta4980e72012-01-30 15:43:56 -05003413 .bitmask = server->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414 };
Trond Myklebust76b32992007-08-10 17:45:11 -04003415 struct nfs4_accessres res = {
3416 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04003417 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003418 struct rpc_message msg = {
3419 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
3420 .rpc_argp = &args,
3421 .rpc_resp = &res,
3422 .rpc_cred = entry->cred,
3423 };
3424 int mode = entry->mask;
David Quigleyaa9c2662013-05-22 12:50:44 -04003425 int status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003426
3427 /*
3428 * Determine which access bits we want to ask for...
3429 */
3430 if (mode & MAY_READ)
3431 args.access |= NFS4_ACCESS_READ;
3432 if (S_ISDIR(inode->i_mode)) {
3433 if (mode & MAY_WRITE)
3434 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
3435 if (mode & MAY_EXEC)
3436 args.access |= NFS4_ACCESS_LOOKUP;
3437 } else {
3438 if (mode & MAY_WRITE)
3439 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
3440 if (mode & MAY_EXEC)
3441 args.access |= NFS4_ACCESS_EXECUTE;
3442 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003443
3444 res.fattr = nfs_alloc_fattr();
3445 if (res.fattr == NULL)
3446 return -ENOMEM;
3447
Bryan Schumaker7c513052011-03-24 17:12:24 +00003448 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449 if (!status) {
Weston Andros Adamson6168f622012-09-10 14:00:46 -04003450 nfs_access_set_mask(entry, res.access);
Trond Myklebustc407d412010-04-16 16:22:48 -04003451 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003452 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003453 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003454 return status;
3455}
3456
3457static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3458{
3459 struct nfs4_exception exception = { };
3460 int err;
3461 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003462 err = _nfs4_proc_access(inode, entry);
3463 trace_nfs4_access(inode, err);
3464 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465 &exception);
3466 } while (exception.retry);
3467 return err;
3468}
3469
3470/*
3471 * TODO: For the time being, we don't try to get any attributes
3472 * along with any of the zero-copy operations READ, READDIR,
3473 * READLINK, WRITE.
3474 *
3475 * In the case of the first three, we want to put the GETATTR
3476 * after the read-type operation -- this is because it is hard
3477 * to predict the length of a GETATTR response in v4, and thus
3478 * align the READ data correctly. This means that the GETATTR
3479 * may end up partially falling into the page cache, and we should
3480 * shift it into the 'tail' of the xdr_buf before processing.
3481 * To do this efficiently, we need to know the total length
3482 * of data received, which doesn't seem to be available outside
3483 * of the RPC layer.
3484 *
3485 * In the case of WRITE, we also want to put the GETATTR after
3486 * the operation -- in this case because we want to make sure
Trond Myklebust140150d2012-06-05 15:20:25 -04003487 * we get the post-operation mtime and size.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488 *
3489 * Both of these changes to the XDR layer would in fact be quite
3490 * minor, but I decided to leave them for a subsequent patch.
3491 */
3492static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
3493 unsigned int pgbase, unsigned int pglen)
3494{
3495 struct nfs4_readlink args = {
3496 .fh = NFS_FH(inode),
3497 .pgbase = pgbase,
3498 .pglen = pglen,
3499 .pages = &page,
3500 };
Benny Halevyf50c7002009-04-01 09:21:55 -04003501 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502 struct rpc_message msg = {
3503 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
3504 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04003505 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003506 };
3507
Bryan Schumaker7c513052011-03-24 17:12:24 +00003508 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 -07003509}
3510
3511static int nfs4_proc_readlink(struct inode *inode, struct page *page,
3512 unsigned int pgbase, unsigned int pglen)
3513{
3514 struct nfs4_exception exception = { };
3515 int err;
3516 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003517 err = _nfs4_proc_readlink(inode, page, pgbase, pglen);
3518 trace_nfs4_readlink(inode, err);
3519 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003520 &exception);
3521 } while (exception.retry);
3522 return err;
3523}
3524
Linus Torvalds1da177e2005-04-16 15:20:36 -07003525/*
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003526 * This is just for mknod. open(O_CREAT) will always do ->open_context().
Linus Torvalds1da177e2005-04-16 15:20:36 -07003527 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003528static int
3529nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003530 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003531{
David Quigleyaa9c2662013-05-22 12:50:44 -04003532 struct nfs4_label l, *ilabel = NULL;
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003533 struct nfs_open_context *ctx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003534 struct nfs4_state *state;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003535 int opened = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003536 int status = 0;
3537
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003538 ctx = alloc_nfs_open_context(dentry, FMODE_READ);
3539 if (IS_ERR(ctx))
3540 return PTR_ERR(ctx);
3541
David Quigleyaa9c2662013-05-22 12:50:44 -04003542 ilabel = nfs4_label_init_security(dir, dentry, sattr, &l);
3543
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003544 sattr->ia_mode &= ~current_umask();
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003545 state = nfs4_do_open(dir, ctx, flags, sattr, ilabel, &opened);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003546 if (IS_ERR(state)) {
3547 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04003548 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003549 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003550out:
David Quigleyaa9c2662013-05-22 12:50:44 -04003551 nfs4_label_release_security(ilabel);
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003552 put_nfs_open_context(ctx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003553 return status;
3554}
3555
3556static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
3557{
Trond Myklebust16e42952005-10-27 22:12:44 -04003558 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003559 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003560 .fh = NFS_FH(dir),
Linus Torvalds26fe5752012-05-10 13:14:12 -07003561 .name = *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003562 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003563 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04003564 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04003565 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003567 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
3568 .rpc_argp = &args,
3569 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003570 };
Trond Myklebust778d2812012-04-27 13:48:19 -04003571 int status;
Trond Myklebustd3468902010-04-16 16:22:50 -04003572
Bryan Schumaker7c513052011-03-24 17:12:24 +00003573 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust778d2812012-04-27 13:48:19 -04003574 if (status == 0)
Trond Myklebust16e42952005-10-27 22:12:44 -04003575 update_changeattr(dir, &res.cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003576 return status;
3577}
3578
3579static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
3580{
3581 struct nfs4_exception exception = { };
3582 int err;
3583 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003584 err = _nfs4_proc_remove(dir, name);
3585 trace_nfs4_remove(dir, name, err);
3586 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587 &exception);
3588 } while (exception.retry);
3589 return err;
3590}
3591
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003592static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003593{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003594 struct nfs_server *server = NFS_SERVER(dir);
3595 struct nfs_removeargs *args = msg->rpc_argp;
3596 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003597
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003598 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Chuck Levera9c92d62013-08-09 12:48:18 -04003600 nfs4_init_sequence(&args->seq_args, &res->seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04003601
3602 nfs_fattr_init(res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603}
3604
Bryan Schumaker34e137c2012-03-19 14:54:41 -04003605static void nfs4_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data)
3606{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003607 nfs4_setup_sequence(NFS_SERVER(data->dir),
3608 &data->args.seq_args,
3609 &data->res.seq_res,
3610 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003611}
3612
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003613static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614{
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003615 struct nfs_unlinkdata *data = task->tk_calldata;
3616 struct nfs_removeres *res = &data->res;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003617
Trond Myklebust14516c32010-07-31 14:29:06 -04003618 if (!nfs4_sequence_done(task, &res->seq_res))
3619 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003620 if (nfs4_async_handle_error(task, res->server, NULL,
3621 &data->timeout) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003622 return 0;
3623 update_changeattr(dir, &res->cinfo);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003624 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003625}
3626
Jeff Laytond3d41522010-09-17 17:31:57 -04003627static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
3628{
3629 struct nfs_server *server = NFS_SERVER(dir);
3630 struct nfs_renameargs *arg = msg->rpc_argp;
3631 struct nfs_renameres *res = msg->rpc_resp;
3632
3633 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
Jeff Laytond3d41522010-09-17 17:31:57 -04003634 res->server = server;
Chuck Levera9c92d62013-08-09 12:48:18 -04003635 nfs4_init_sequence(&arg->seq_args, &res->seq_res, 1);
Jeff Laytond3d41522010-09-17 17:31:57 -04003636}
3637
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04003638static void nfs4_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data)
3639{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003640 nfs4_setup_sequence(NFS_SERVER(data->old_dir),
3641 &data->args.seq_args,
3642 &data->res.seq_res,
3643 task);
Jeff Laytond3d41522010-09-17 17:31:57 -04003644}
3645
3646static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
3647 struct inode *new_dir)
3648{
Trond Myklebustfbc6f7c2013-08-12 17:08:26 -04003649 struct nfs_renamedata *data = task->tk_calldata;
3650 struct nfs_renameres *res = &data->res;
Jeff Laytond3d41522010-09-17 17:31:57 -04003651
3652 if (!nfs4_sequence_done(task, &res->seq_res))
3653 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003654 if (nfs4_async_handle_error(task, res->server, NULL, &data->timeout) == -EAGAIN)
Jeff Laytond3d41522010-09-17 17:31:57 -04003655 return 0;
3656
3657 update_changeattr(old_dir, &res->old_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003658 update_changeattr(new_dir, &res->new_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003659 return 1;
3660}
3661
Linus Torvalds1da177e2005-04-16 15:20:36 -07003662static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3663{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003664 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003665 struct nfs4_link_arg arg = {
3666 .fh = NFS_FH(inode),
3667 .dir_fh = NFS_FH(dir),
3668 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003669 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003670 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003671 struct nfs4_link_res res = {
3672 .server = server,
David Quigley1775fd32013-05-22 12:50:42 -04003673 .label = NULL,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003674 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003675 struct rpc_message msg = {
3676 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
3677 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003678 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679 };
Trond Myklebust136f2622010-04-16 16:22:49 -04003680 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681
Trond Myklebust136f2622010-04-16 16:22:49 -04003682 res.fattr = nfs_alloc_fattr();
Trond Myklebust778d2812012-04-27 13:48:19 -04003683 if (res.fattr == NULL)
Trond Myklebust136f2622010-04-16 16:22:49 -04003684 goto out;
3685
David Quigley14c43f72013-05-22 12:50:43 -04003686 res.label = nfs4_label_alloc(server, GFP_KERNEL);
3687 if (IS_ERR(res.label)) {
3688 status = PTR_ERR(res.label);
3689 goto out;
3690 }
David Quigleyaa9c2662013-05-22 12:50:44 -04003691 arg.bitmask = nfs4_bitmask(server, res.label);
David Quigley14c43f72013-05-22 12:50:43 -04003692
Bryan Schumaker7c513052011-03-24 17:12:24 +00003693 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003694 if (!status) {
3695 update_changeattr(dir, &res.cinfo);
David Quigleyaa9c2662013-05-22 12:50:44 -04003696 status = nfs_post_op_update_inode(inode, res.fattr);
3697 if (!status)
3698 nfs_setsecurity(inode, res.fattr, res.label);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003699 }
David Quigley14c43f72013-05-22 12:50:43 -04003700
3701
3702 nfs4_label_free(res.label);
3703
Trond Myklebust136f2622010-04-16 16:22:49 -04003704out:
Trond Myklebust136f2622010-04-16 16:22:49 -04003705 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706 return status;
3707}
3708
3709static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3710{
3711 struct nfs4_exception exception = { };
3712 int err;
3713 do {
3714 err = nfs4_handle_exception(NFS_SERVER(inode),
3715 _nfs4_proc_link(inode, dir, name),
3716 &exception);
3717 } while (exception.retry);
3718 return err;
3719}
3720
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003721struct nfs4_createdata {
3722 struct rpc_message msg;
3723 struct nfs4_create_arg arg;
3724 struct nfs4_create_res res;
3725 struct nfs_fh fh;
3726 struct nfs_fattr fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003727 struct nfs4_label *label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003728};
3729
3730static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
3731 struct qstr *name, struct iattr *sattr, u32 ftype)
3732{
3733 struct nfs4_createdata *data;
3734
3735 data = kzalloc(sizeof(*data), GFP_KERNEL);
3736 if (data != NULL) {
3737 struct nfs_server *server = NFS_SERVER(dir);
3738
David Quigley14c43f72013-05-22 12:50:43 -04003739 data->label = nfs4_label_alloc(server, GFP_KERNEL);
3740 if (IS_ERR(data->label))
3741 goto out_free;
3742
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003743 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
3744 data->msg.rpc_argp = &data->arg;
3745 data->msg.rpc_resp = &data->res;
3746 data->arg.dir_fh = NFS_FH(dir);
3747 data->arg.server = server;
3748 data->arg.name = name;
3749 data->arg.attrs = sattr;
3750 data->arg.ftype = ftype;
David Quigleyaa9c2662013-05-22 12:50:44 -04003751 data->arg.bitmask = nfs4_bitmask(server, data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003752 data->res.server = server;
3753 data->res.fh = &data->fh;
3754 data->res.fattr = &data->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003755 data->res.label = data->label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003756 nfs_fattr_init(data->res.fattr);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003757 }
3758 return data;
David Quigley14c43f72013-05-22 12:50:43 -04003759out_free:
3760 kfree(data);
3761 return NULL;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003762}
3763
3764static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
3765{
Bryan Schumaker7c513052011-03-24 17:12:24 +00003766 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00003767 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003768 if (status == 0) {
3769 update_changeattr(dir, &data->res.dir_cinfo);
David Quigley1775fd32013-05-22 12:50:42 -04003770 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr, data->res.label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003771 }
3772 return status;
3773}
3774
3775static void nfs4_free_createdata(struct nfs4_createdata *data)
3776{
David Quigley14c43f72013-05-22 12:50:43 -04003777 nfs4_label_free(data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003778 kfree(data);
3779}
3780
Chuck Lever4f390c12006-08-22 20:06:22 -04003781static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003782 struct page *page, unsigned int len, struct iattr *sattr,
3783 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003785 struct nfs4_createdata *data;
3786 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787
Chuck Lever94a6d752006-08-22 20:06:23 -04003788 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003789 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04003790
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003791 status = -ENOMEM;
3792 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
3793 if (data == NULL)
3794 goto out;
3795
3796 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
3797 data->arg.u.symlink.pages = &page;
3798 data->arg.u.symlink.len = len;
David Quigley1775fd32013-05-22 12:50:42 -04003799 data->arg.label = label;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003800
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003801 status = nfs4_do_create(dir, dentry, data);
3802
3803 nfs4_free_createdata(data);
3804out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805 return status;
3806}
3807
Chuck Lever4f390c12006-08-22 20:06:22 -04003808static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04003809 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003810{
3811 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003812 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003813 int err;
David Quigleyaa9c2662013-05-22 12:50:44 -04003814
3815 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3816
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003818 err = _nfs4_proc_symlink(dir, dentry, page, len, sattr, label);
3819 trace_nfs4_symlink(dir, &dentry->d_name, err);
3820 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821 &exception);
3822 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003823
3824 nfs4_label_release_security(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003825 return err;
3826}
3827
3828static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003829 struct iattr *sattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003830{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003831 struct nfs4_createdata *data;
3832 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003834 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
3835 if (data == NULL)
3836 goto out;
3837
David Quigley1775fd32013-05-22 12:50:42 -04003838 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003839 status = nfs4_do_create(dir, dentry, data);
3840
3841 nfs4_free_createdata(data);
3842out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003843 return status;
3844}
3845
3846static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
3847 struct iattr *sattr)
3848{
3849 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003850 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003851 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003852
David Quigleyaa9c2662013-05-22 12:50:44 -04003853 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3854
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003855 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003857 err = _nfs4_proc_mkdir(dir, dentry, sattr, label);
3858 trace_nfs4_mkdir(dir, &dentry->d_name, err);
3859 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860 &exception);
3861 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003862 nfs4_label_release_security(label);
3863
Linus Torvalds1da177e2005-04-16 15:20:36 -07003864 return err;
3865}
3866
3867static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003868 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869{
3870 struct inode *dir = dentry->d_inode;
3871 struct nfs4_readdir_arg args = {
3872 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003873 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003874 .pgbase = 0,
3875 .count = count,
Trond Myklebust96d25e52009-11-11 16:15:42 +09003876 .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04003877 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878 };
3879 struct nfs4_readdir_res res;
3880 struct rpc_message msg = {
3881 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
3882 .rpc_argp = &args,
3883 .rpc_resp = &res,
3884 .rpc_cred = cred,
3885 };
3886 int status;
3887
Al Viro6de14722013-09-16 10:53:17 -04003888 dprintk("%s: dentry = %pd2, cookie = %Lu\n", __func__,
3889 dentry,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003890 (unsigned long long)cookie);
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003891 nfs4_setup_readdir(cookie, NFS_I(dir)->cookieverf, dentry, &args);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003892 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00003893 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 -05003894 if (status >= 0) {
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003895 memcpy(NFS_I(dir)->cookieverf, res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05003896 status += args.pgbase;
3897 }
Trond Myklebustc4812992007-09-28 17:11:45 -04003898
3899 nfs_invalidate_atime(dir);
3900
Harvey Harrison3110ff82008-05-02 13:42:44 -07003901 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902 return status;
3903}
3904
3905static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003906 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003907{
3908 struct nfs4_exception exception = { };
3909 int err;
3910 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003911 err = _nfs4_proc_readdir(dentry, cred, cookie,
3912 pages, count, plus);
3913 trace_nfs4_readdir(dentry->d_inode, err);
3914 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915 &exception);
3916 } while (exception.retry);
3917 return err;
3918}
3919
3920static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
David Quigleyaa9c2662013-05-22 12:50:44 -04003921 struct iattr *sattr, struct nfs4_label *label, dev_t rdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003922{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003923 struct nfs4_createdata *data;
3924 int mode = sattr->ia_mode;
3925 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003926
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003927 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
3928 if (data == NULL)
3929 goto out;
3930
Linus Torvalds1da177e2005-04-16 15:20:36 -07003931 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003932 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003934 data->arg.ftype = NF4BLK;
3935 data->arg.u.device.specdata1 = MAJOR(rdev);
3936 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937 }
3938 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003939 data->arg.ftype = NF4CHR;
3940 data->arg.u.device.specdata1 = MAJOR(rdev);
3941 data->arg.u.device.specdata2 = MINOR(rdev);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003942 } else if (!S_ISSOCK(mode)) {
3943 status = -EINVAL;
3944 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003945 }
David Quigley1775fd32013-05-22 12:50:42 -04003946
David Quigleyaa9c2662013-05-22 12:50:44 -04003947 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003948 status = nfs4_do_create(dir, dentry, data);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003949out_free:
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003950 nfs4_free_createdata(data);
3951out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003952 return status;
3953}
3954
3955static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3956 struct iattr *sattr, dev_t rdev)
3957{
3958 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003959 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003960 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003961
David Quigleyaa9c2662013-05-22 12:50:44 -04003962 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3963
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003964 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003965 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003966 err = _nfs4_proc_mknod(dir, dentry, sattr, label, rdev);
3967 trace_nfs4_mknod(dir, &dentry->d_name, err);
3968 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969 &exception);
3970 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003971
3972 nfs4_label_release_security(label);
3973
Linus Torvalds1da177e2005-04-16 15:20:36 -07003974 return err;
3975}
3976
3977static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
3978 struct nfs_fsstat *fsstat)
3979{
3980 struct nfs4_statfs_arg args = {
3981 .fh = fhandle,
3982 .bitmask = server->attr_bitmask,
3983 };
Benny Halevy24ad1482009-04-01 09:21:56 -04003984 struct nfs4_statfs_res res = {
3985 .fsstat = fsstat,
3986 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003987 struct rpc_message msg = {
3988 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
3989 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04003990 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003991 };
3992
Trond Myklebust0e574af2005-10-27 22:12:38 -04003993 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003994 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003995}
3996
3997static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
3998{
3999 struct nfs4_exception exception = { };
4000 int err;
4001 do {
4002 err = nfs4_handle_exception(server,
4003 _nfs4_proc_statfs(server, fhandle, fsstat),
4004 &exception);
4005 } while (exception.retry);
4006 return err;
4007}
4008
4009static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
4010 struct nfs_fsinfo *fsinfo)
4011{
4012 struct nfs4_fsinfo_arg args = {
4013 .fh = fhandle,
4014 .bitmask = server->attr_bitmask,
4015 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04004016 struct nfs4_fsinfo_res res = {
4017 .fsinfo = fsinfo,
4018 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004019 struct rpc_message msg = {
4020 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
4021 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04004022 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004023 };
4024
Bryan Schumaker7c513052011-03-24 17:12:24 +00004025 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004026}
4027
4028static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4029{
4030 struct nfs4_exception exception = { };
Chuck Lever83ca7f52013-03-16 15:55:53 -04004031 unsigned long now = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004032 int err;
4033
4034 do {
Chuck Lever83ca7f52013-03-16 15:55:53 -04004035 err = _nfs4_do_fsinfo(server, fhandle, fsinfo);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04004036 trace_nfs4_fsinfo(server, fhandle, fsinfo->fattr, err);
Chuck Lever83ca7f52013-03-16 15:55:53 -04004037 if (err == 0) {
4038 struct nfs_client *clp = server->nfs_client;
4039
4040 spin_lock(&clp->cl_lock);
4041 clp->cl_lease_time = fsinfo->lease_time * HZ;
4042 clp->cl_last_renewal = now;
4043 spin_unlock(&clp->cl_lock);
4044 break;
4045 }
4046 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004047 } while (exception.retry);
4048 return err;
4049}
4050
4051static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4052{
Bryan Schumakere38eb652012-06-20 15:53:40 -04004053 int error;
4054
Trond Myklebust0e574af2005-10-27 22:12:38 -04004055 nfs_fattr_init(fsinfo->fattr);
Bryan Schumakere38eb652012-06-20 15:53:40 -04004056 error = nfs4_do_fsinfo(server, fhandle, fsinfo);
Peng Taodc182542012-08-24 00:27:49 +08004057 if (error == 0) {
4058 /* block layout checks this! */
4059 server->pnfs_blksize = fsinfo->blksize;
Bryan Schumakere38eb652012-06-20 15:53:40 -04004060 set_pnfs_layoutdriver(server, fhandle, fsinfo->layouttype);
Peng Taodc182542012-08-24 00:27:49 +08004061 }
Bryan Schumakere38eb652012-06-20 15:53:40 -04004062
4063 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004064}
4065
4066static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4067 struct nfs_pathconf *pathconf)
4068{
4069 struct nfs4_pathconf_arg args = {
4070 .fh = fhandle,
4071 .bitmask = server->attr_bitmask,
4072 };
Benny Halevyd45b2982009-04-01 09:21:58 -04004073 struct nfs4_pathconf_res res = {
4074 .pathconf = pathconf,
4075 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004076 struct rpc_message msg = {
4077 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
4078 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04004079 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004080 };
4081
4082 /* None of the pathconf attributes are mandatory to implement */
4083 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
4084 memset(pathconf, 0, sizeof(*pathconf));
4085 return 0;
4086 }
4087
Trond Myklebust0e574af2005-10-27 22:12:38 -04004088 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004089 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004090}
4091
4092static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4093 struct nfs_pathconf *pathconf)
4094{
4095 struct nfs4_exception exception = { };
4096 int err;
4097
4098 do {
4099 err = nfs4_handle_exception(server,
4100 _nfs4_proc_pathconf(server, fhandle, pathconf),
4101 &exception);
4102 } while (exception.retry);
4103 return err;
4104}
4105
Trond Myklebust5521abf2013-03-16 20:54:34 -04004106int nfs4_set_rw_stateid(nfs4_stateid *stateid,
Trond Myklebust9b206142013-03-17 15:52:00 -04004107 const struct nfs_open_context *ctx,
4108 const struct nfs_lock_context *l_ctx,
4109 fmode_t fmode)
4110{
4111 const struct nfs_lockowner *lockowner = NULL;
4112
4113 if (l_ctx != NULL)
4114 lockowner = &l_ctx->lockowner;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004115 return nfs4_select_rw_stateid(stateid, ctx->state, fmode, lockowner);
Trond Myklebust9b206142013-03-17 15:52:00 -04004116}
4117EXPORT_SYMBOL_GPL(nfs4_set_rw_stateid);
4118
Trond Myklebust5521abf2013-03-16 20:54:34 -04004119static bool nfs4_stateid_is_current(nfs4_stateid *stateid,
4120 const struct nfs_open_context *ctx,
4121 const struct nfs_lock_context *l_ctx,
4122 fmode_t fmode)
4123{
4124 nfs4_stateid current_stateid;
4125
Trond Myklebuste1253be2014-03-05 08:44:23 -05004126 /* If the current stateid represents a lost lock, then exit */
4127 if (nfs4_set_rw_stateid(&current_stateid, ctx, l_ctx, fmode) == -EIO)
4128 return true;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004129 return nfs4_stateid_match(stateid, &current_stateid);
4130}
4131
4132static bool nfs4_error_stateid_expired(int err)
4133{
4134 switch (err) {
4135 case -NFS4ERR_DELEG_REVOKED:
4136 case -NFS4ERR_ADMIN_REVOKED:
4137 case -NFS4ERR_BAD_STATEID:
4138 case -NFS4ERR_STALE_STATEID:
4139 case -NFS4ERR_OLD_STATEID:
4140 case -NFS4ERR_OPENMODE:
4141 case -NFS4ERR_EXPIRED:
4142 return true;
4143 }
4144 return false;
4145}
4146
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004147void __nfs4_read_done_cb(struct nfs_pgio_header *hdr)
Benny Halevyd20581a2011-05-22 19:52:03 +03004148{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004149 nfs_invalidate_atime(hdr->inode);
Benny Halevyd20581a2011-05-22 19:52:03 +03004150}
4151
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004152static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004153{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004154 struct nfs_server *server = NFS_SERVER(hdr->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004155
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004156 trace_nfs4_read(hdr, task->tk_status);
4157 if (nfs4_async_handle_error(task, server,
NeilBrown8478eaa2014-09-18 16:09:27 +10004158 hdr->args.context->state,
4159 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004160 rpc_restart_call_prepare(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05004161 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004162 }
Trond Myklebust8850df92007-09-28 17:20:07 -04004163
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004164 __nfs4_read_done_cb(hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004165 if (task->tk_status > 0)
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004166 renew_lease(server, hdr->timestamp);
Trond Myklebustec06c092006-03-20 13:44:27 -05004167 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168}
4169
Trond Myklebust5521abf2013-03-16 20:54:34 -04004170static bool nfs4_read_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004171 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004172{
4173
4174 if (!nfs4_error_stateid_expired(task->tk_status) ||
4175 nfs4_stateid_is_current(&args->stateid,
4176 args->context,
4177 args->lock_context,
4178 FMODE_READ))
4179 return false;
4180 rpc_restart_call_prepare(task);
4181 return true;
4182}
4183
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004184static int nfs4_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004185{
4186
4187 dprintk("--> %s\n", __func__);
4188
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004189 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004190 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004191 if (nfs4_read_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004192 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004193 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4194 nfs4_read_done_cb(task, hdr);
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004195}
4196
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004197static void nfs4_proc_read_setup(struct nfs_pgio_header *hdr,
4198 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004199{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004200 hdr->timestamp = jiffies;
4201 hdr->pgio_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004202 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004203 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004204}
4205
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004206static int nfs4_proc_pgio_rpc_prepare(struct rpc_task *task,
4207 struct nfs_pgio_header *hdr)
Bryan Schumakerea7c3302012-03-19 14:54:40 -04004208{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004209 if (nfs4_setup_sequence(NFS_SERVER(hdr->inode),
4210 &hdr->args.seq_args,
4211 &hdr->res.seq_res,
Trond Myklebust9b206142013-03-17 15:52:00 -04004212 task))
NeilBrownef1820f2013-09-04 17:04:49 +10004213 return 0;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004214 if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context,
4215 hdr->args.lock_context,
4216 hdr->rw_ops->rw_mode) == -EIO)
NeilBrownef1820f2013-09-04 17:04:49 +10004217 return -EIO;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004218 if (unlikely(test_bit(NFS_CONTEXT_BAD, &hdr->args.context->flags)))
NeilBrownef1820f2013-09-04 17:04:49 +10004219 return -EIO;
4220 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221}
4222
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004223static int nfs4_write_done_cb(struct rpc_task *task,
4224 struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004225{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004226 struct inode *inode = hdr->inode;
NeilBrown8478eaa2014-09-18 16:09:27 +10004227
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004228 trace_nfs4_write(hdr, task->tk_status);
4229 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
NeilBrown8478eaa2014-09-18 16:09:27 +10004230 hdr->args.context->state,
4231 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004232 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004233 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004234 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004235 if (task->tk_status >= 0) {
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004236 renew_lease(NFS_SERVER(inode), hdr->timestamp);
4237 nfs_post_op_update_inode_force_wcc(inode, &hdr->fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004238 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004239 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004240}
4241
Trond Myklebust5521abf2013-03-16 20:54:34 -04004242static bool nfs4_write_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004243 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004244{
4245
4246 if (!nfs4_error_stateid_expired(task->tk_status) ||
4247 nfs4_stateid_is_current(&args->stateid,
4248 args->context,
4249 args->lock_context,
4250 FMODE_WRITE))
4251 return false;
4252 rpc_restart_call_prepare(task);
4253 return true;
4254}
4255
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004256static int nfs4_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Fred Isamanb029bc92011-03-03 15:13:42 +00004257{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004258 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Fred Isamanb029bc92011-03-03 15:13:42 +00004259 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004260 if (nfs4_write_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004261 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004262 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4263 nfs4_write_done_cb(task, hdr);
Fred Isamanb029bc92011-03-03 15:13:42 +00004264}
4265
Trond Myklebust5a37f852012-04-28 14:55:16 -04004266static
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004267bool nfs4_write_need_cache_consistency_data(struct nfs_pgio_header *hdr)
Fred Isamana69aef12011-03-03 15:13:47 +00004268{
Trond Myklebust5a37f852012-04-28 14:55:16 -04004269 /* Don't request attributes for pNFS or O_DIRECT writes */
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004270 if (hdr->ds_clp != NULL || hdr->dreq != NULL)
Trond Myklebust5a37f852012-04-28 14:55:16 -04004271 return false;
4272 /* Otherwise, request attributes if and only if we don't hold
4273 * a delegation
4274 */
Bryan Schumaker011e2a72012-06-20 15:53:43 -04004275 return nfs4_have_delegation(hdr->inode, FMODE_READ) == 0;
Fred Isamana69aef12011-03-03 15:13:47 +00004276}
Fred Isamana69aef12011-03-03 15:13:47 +00004277
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004278static void nfs4_proc_write_setup(struct nfs_pgio_header *hdr,
4279 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004280{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004281 struct nfs_server *server = NFS_SERVER(hdr->inode);
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004282
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004283 if (!nfs4_write_need_cache_consistency_data(hdr)) {
4284 hdr->args.bitmask = NULL;
4285 hdr->res.fattr = NULL;
Fred Isaman7ffd1062011-03-03 15:13:46 +00004286 } else
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004287 hdr->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust5a37f852012-04-28 14:55:16 -04004288
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004289 if (!hdr->pgio_done_cb)
4290 hdr->pgio_done_cb = nfs4_write_done_cb;
4291 hdr->res.server = server;
4292 hdr->timestamp = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004293
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004294 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004295 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296}
4297
Fred Isaman0b7c0152012-04-20 14:47:39 -04004298static void nfs4_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data)
4299{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004300 nfs4_setup_sequence(NFS_SERVER(data->inode),
4301 &data->args.seq_args,
4302 &data->res.seq_res,
4303 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004304}
4305
Fred Isaman0b7c0152012-04-20 14:47:39 -04004306static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_commit_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004307{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004308 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04004309
Trond Myklebustcc668ab2013-08-14 15:31:28 -04004310 trace_nfs4_commit(data, task->tk_status);
NeilBrown8478eaa2014-09-18 16:09:27 +10004311 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
4312 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004313 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004314 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004315 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004316 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004317}
4318
Fred Isaman0b7c0152012-04-20 14:47:39 -04004319static int nfs4_commit_done(struct rpc_task *task, struct nfs_commit_data *data)
Fred Isaman5f452432011-03-23 13:27:46 +00004320{
4321 if (!nfs4_sequence_done(task, &data->res.seq_res))
4322 return -EAGAIN;
Fred Isaman0b7c0152012-04-20 14:47:39 -04004323 return data->commit_done_cb(task, data);
Fred Isaman5f452432011-03-23 13:27:46 +00004324}
4325
Fred Isaman0b7c0152012-04-20 14:47:39 -04004326static void nfs4_proc_commit_setup(struct nfs_commit_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004327{
Trond Myklebust788e7a82006-03-20 13:44:27 -05004328 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00004329
Fred Isaman0b7c0152012-04-20 14:47:39 -04004330 if (data->commit_done_cb == NULL)
4331 data->commit_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004332 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004333 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Chuck Levera9c92d62013-08-09 12:48:18 -04004334 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004335}
4336
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004337struct nfs4_renewdata {
4338 struct nfs_client *client;
4339 unsigned long timestamp;
4340};
4341
Linus Torvalds1da177e2005-04-16 15:20:36 -07004342/*
4343 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
4344 * standalone procedure for queueing an asynchronous RENEW.
4345 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004346static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004347{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004348 struct nfs4_renewdata *data = calldata;
4349 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004350
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004351 if (atomic_read(&clp->cl_count) > 1)
4352 nfs4_schedule_state_renewal(clp);
4353 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004354 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004355}
4356
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004357static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004358{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004359 struct nfs4_renewdata *data = calldata;
4360 struct nfs_client *clp = data->client;
4361 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362
Trond Myklebustc6d01c62013-08-09 11:51:26 -04004363 trace_nfs4_renew_async(clp, task->tk_status);
Chuck Leverf8aba1e2013-10-17 14:13:53 -04004364 switch (task->tk_status) {
4365 case 0:
4366 break;
4367 case -NFS4ERR_LEASE_MOVED:
4368 nfs4_schedule_lease_moved_recovery(clp);
4369 break;
4370 default:
Trond Myklebust95baa252009-05-26 14:51:00 -04004371 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04004372 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
4373 return;
4374 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004375 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04004376 return;
4377 }
4378 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004379 }
Trond Myklebust452e9352010-07-31 14:29:06 -04004380 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004381}
4382
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004383static const struct rpc_call_ops nfs4_renew_ops = {
4384 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004385 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004386};
4387
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004388static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004389{
4390 struct rpc_message msg = {
4391 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4392 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004393 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004394 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004395 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004396
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004397 if (renew_flags == 0)
4398 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004399 if (!atomic_inc_not_zero(&clp->cl_count))
4400 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04004401 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004402 if (data == NULL)
4403 return -ENOMEM;
4404 data->client = clp;
4405 data->timestamp = jiffies;
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004406 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004407 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004408}
4409
Trond Myklebust8534d4e2011-08-24 15:07:37 -04004410static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004411{
4412 struct rpc_message msg = {
4413 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4414 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004415 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004416 };
4417 unsigned long now = jiffies;
4418 int status;
4419
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004420 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004421 if (status < 0)
4422 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04004423 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004424 return 0;
4425}
4426
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004427static inline int nfs4_server_supports_acls(struct nfs_server *server)
4428{
Malahal Naineni7dd7d952014-01-23 08:54:55 -06004429 return server->caps & NFS_CAP_ACLS;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004430}
4431
Trond Myklebust21f498c2012-08-24 10:59:25 -04004432/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_SIZE, and that
4433 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_SIZE) bytes on
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004434 * the stack.
4435 */
Trond Myklebust21f498c2012-08-24 10:59:25 -04004436#define NFS4ACL_MAXPAGES DIV_ROUND_UP(XATTR_SIZE_MAX, PAGE_SIZE)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004437
Neil Hormane9e3d722011-03-04 19:26:03 -05004438static int buf_to_pages_noslab(const void *buf, size_t buflen,
4439 struct page **pages, unsigned int *pgbase)
4440{
4441 struct page *newpage, **spages;
4442 int rc = 0;
4443 size_t len;
4444 spages = pages;
4445
4446 do {
Trond Myklebust21f498c2012-08-24 10:59:25 -04004447 len = min_t(size_t, PAGE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05004448 newpage = alloc_page(GFP_KERNEL);
4449
4450 if (newpage == NULL)
4451 goto unwind;
4452 memcpy(page_address(newpage), buf, len);
4453 buf += len;
4454 buflen -= len;
4455 *pages++ = newpage;
4456 rc++;
4457 } while (buflen != 0);
4458
4459 return rc;
4460
4461unwind:
4462 for(; rc > 0; rc--)
4463 __free_page(spages[rc-1]);
4464 return -ENOMEM;
4465}
4466
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004467struct nfs4_cached_acl {
4468 int cached;
4469 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00004470 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004471};
4472
4473static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004474{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004475 struct nfs_inode *nfsi = NFS_I(inode);
4476
4477 spin_lock(&inode->i_lock);
4478 kfree(nfsi->nfs4_acl);
4479 nfsi->nfs4_acl = acl;
4480 spin_unlock(&inode->i_lock);
4481}
4482
4483static void nfs4_zap_acl_attr(struct inode *inode)
4484{
4485 nfs4_set_cached_acl(inode, NULL);
4486}
4487
4488static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
4489{
4490 struct nfs_inode *nfsi = NFS_I(inode);
4491 struct nfs4_cached_acl *acl;
4492 int ret = -ENOENT;
4493
4494 spin_lock(&inode->i_lock);
4495 acl = nfsi->nfs4_acl;
4496 if (acl == NULL)
4497 goto out;
4498 if (buf == NULL) /* user is just asking for length */
4499 goto out_len;
4500 if (acl->cached == 0)
4501 goto out;
4502 ret = -ERANGE; /* see getxattr(2) man page */
4503 if (acl->len > buflen)
4504 goto out;
4505 memcpy(buf, acl->data, acl->len);
4506out_len:
4507 ret = acl->len;
4508out:
4509 spin_unlock(&inode->i_lock);
4510 return ret;
4511}
4512
Sachin Prabhu5794d212012-04-17 14:36:40 +01004513static 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 +00004514{
4515 struct nfs4_cached_acl *acl;
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004516 size_t buflen = sizeof(*acl) + acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004517
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004518 if (buflen <= PAGE_SIZE) {
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004519 acl = kmalloc(buflen, GFP_KERNEL);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004520 if (acl == NULL)
4521 goto out;
4522 acl->cached = 1;
Sachin Prabhu5794d212012-04-17 14:36:40 +01004523 _copy_from_pages(acl->data, pages, pgbase, acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004524 } else {
4525 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
4526 if (acl == NULL)
4527 goto out;
4528 acl->cached = 0;
4529 }
4530 acl->len = acl_len;
4531out:
4532 nfs4_set_cached_acl(inode, acl);
4533}
4534
Andy Adamsonbf118a32011-12-07 11:55:27 -05004535/*
4536 * The getxattr API returns the required buffer length when called with a
4537 * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating
4538 * the required buf. On a NULL buf, we send a page of data to the server
4539 * guessing that the ACL request can be serviced by a page. If so, we cache
4540 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
4541 * the cache. If not so, we throw away the page, and cache the required
4542 * length. The next getxattr call will then produce another round trip to
4543 * the server, this time with the input buf of the required size.
4544 */
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004545static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004546{
Andy Adamsonbf118a32011-12-07 11:55:27 -05004547 struct page *pages[NFS4ACL_MAXPAGES] = {NULL, };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004548 struct nfs_getaclargs args = {
4549 .fh = NFS_FH(inode),
4550 .acl_pages = pages,
4551 .acl_len = buflen,
4552 };
Benny Halevy663c79b2009-04-01 09:21:59 -04004553 struct nfs_getaclres res = {
4554 .acl_len = buflen,
4555 };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004556 struct rpc_message msg = {
4557 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
4558 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04004559 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004560 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004561 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
4562 int ret = -ENOMEM, i;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004563
Andy Adamsonbf118a32011-12-07 11:55:27 -05004564 /* As long as we're doing a round trip to the server anyway,
4565 * let's be prepared for a page of acl data. */
4566 if (npages == 0)
4567 npages = 1;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004568 if (npages > ARRAY_SIZE(pages))
4569 return -ERANGE;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004570
Andy Adamsonbf118a32011-12-07 11:55:27 -05004571 for (i = 0; i < npages; i++) {
4572 pages[i] = alloc_page(GFP_KERNEL);
4573 if (!pages[i])
4574 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004575 }
Sachin Prabhu5a006892012-04-17 14:35:39 +01004576
4577 /* for decoding across pages */
4578 res.acl_scratch = alloc_page(GFP_KERNEL);
4579 if (!res.acl_scratch)
4580 goto out_free;
4581
Andy Adamsonbf118a32011-12-07 11:55:27 -05004582 args.acl_len = npages * PAGE_SIZE;
4583 args.acl_pgbase = 0;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004584
Peng Taode040be2012-01-10 22:42:47 +08004585 dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n",
Andy Adamsonbf118a32011-12-07 11:55:27 -05004586 __func__, buf, buflen, npages, args.acl_len);
4587 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode),
4588 &msg, &args.seq_args, &res.seq_res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004589 if (ret)
4590 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05004591
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004592 /* Handle the case where the passed-in buffer is too short */
4593 if (res.acl_flags & NFS4_ACL_TRUNC) {
4594 /* Did the user only issue a request for the acl length? */
4595 if (buf == NULL)
4596 goto out_ok;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004597 ret = -ERANGE;
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004598 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004599 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004600 nfs4_write_cached_acl(inode, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004601 if (buf) {
4602 if (res.acl_len > buflen) {
4603 ret = -ERANGE;
4604 goto out_free;
4605 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004606 _copy_from_pages(buf, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004607 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004608out_ok:
4609 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004610out_free:
Andy Adamsonbf118a32011-12-07 11:55:27 -05004611 for (i = 0; i < npages; i++)
4612 if (pages[i])
4613 __free_page(pages[i]);
Trond Myklebust331818f2012-02-03 18:30:53 -05004614 if (res.acl_scratch)
4615 __free_page(res.acl_scratch);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004616 return ret;
4617}
4618
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004619static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
4620{
4621 struct nfs4_exception exception = { };
4622 ssize_t ret;
4623 do {
4624 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
Trond Myklebustc1578b72013-08-12 16:58:42 -04004625 trace_nfs4_get_acl(inode, ret);
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004626 if (ret >= 0)
4627 break;
4628 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
4629 } while (exception.retry);
4630 return ret;
4631}
4632
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004633static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
4634{
4635 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004636 int ret;
4637
4638 if (!nfs4_server_supports_acls(server))
4639 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004640 ret = nfs_revalidate_inode(server, inode);
4641 if (ret < 0)
4642 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004643 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
4644 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004645 ret = nfs4_read_cached_acl(inode, buf, buflen);
4646 if (ret != -ENOENT)
Andy Adamsonbf118a32011-12-07 11:55:27 -05004647 /* -ENOENT is returned if there is no ACL or if there is an ACL
4648 * but no cached acl data, just the acl length */
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004649 return ret;
4650 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004651}
4652
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004653static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004654{
4655 struct nfs_server *server = NFS_SERVER(inode);
4656 struct page *pages[NFS4ACL_MAXPAGES];
4657 struct nfs_setaclargs arg = {
4658 .fh = NFS_FH(inode),
4659 .acl_pages = pages,
4660 .acl_len = buflen,
4661 };
Benny Halevy73c403a2009-04-01 09:22:01 -04004662 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004663 struct rpc_message msg = {
4664 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
4665 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04004666 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004667 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004668 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
Neil Hormane9e3d722011-03-04 19:26:03 -05004669 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004670
4671 if (!nfs4_server_supports_acls(server))
4672 return -EOPNOTSUPP;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004673 if (npages > ARRAY_SIZE(pages))
4674 return -ERANGE;
Neil Hormane9e3d722011-03-04 19:26:03 -05004675 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
4676 if (i < 0)
4677 return i;
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04004678 nfs4_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004679 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05004680
4681 /*
4682 * Free each page after tx, so the only ref left is
4683 * held by the network stack
4684 */
4685 for (; i > 0; i--)
4686 put_page(pages[i-1]);
4687
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004688 /*
4689 * Acl update can result in inode attribute update.
4690 * so mark the attribute cache invalid.
4691 */
4692 spin_lock(&inode->i_lock);
4693 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
4694 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04004695 nfs_access_zap_cache(inode);
4696 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004697 return ret;
4698}
4699
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004700static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
4701{
4702 struct nfs4_exception exception = { };
4703 int err;
4704 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004705 err = __nfs4_proc_set_acl(inode, buf, buflen);
4706 trace_nfs4_set_acl(inode, err);
4707 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004708 &exception);
4709 } while (exception.retry);
4710 return err;
4711}
4712
David Quigleyaa9c2662013-05-22 12:50:44 -04004713#ifdef CONFIG_NFS_V4_SECURITY_LABEL
4714static int _nfs4_get_security_label(struct inode *inode, void *buf,
4715 size_t buflen)
4716{
4717 struct nfs_server *server = NFS_SERVER(inode);
4718 struct nfs_fattr fattr;
4719 struct nfs4_label label = {0, 0, buflen, buf};
4720
4721 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004722 struct nfs4_getattr_arg arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004723 .fh = NFS_FH(inode),
4724 .bitmask = bitmask,
4725 };
4726 struct nfs4_getattr_res res = {
4727 .fattr = &fattr,
4728 .label = &label,
4729 .server = server,
4730 };
4731 struct rpc_message msg = {
4732 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004733 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004734 .rpc_resp = &res,
4735 };
4736 int ret;
4737
4738 nfs_fattr_init(&fattr);
4739
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004740 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 0);
David Quigleyaa9c2662013-05-22 12:50:44 -04004741 if (ret)
4742 return ret;
4743 if (!(fattr.valid & NFS_ATTR_FATTR_V4_SECURITY_LABEL))
4744 return -ENOENT;
4745 if (buflen < label.len)
4746 return -ERANGE;
4747 return 0;
4748}
4749
4750static int nfs4_get_security_label(struct inode *inode, void *buf,
4751 size_t buflen)
4752{
4753 struct nfs4_exception exception = { };
4754 int err;
4755
4756 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4757 return -EOPNOTSUPP;
4758
4759 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004760 err = _nfs4_get_security_label(inode, buf, buflen);
4761 trace_nfs4_get_security_label(inode, err);
4762 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004763 &exception);
4764 } while (exception.retry);
4765 return err;
4766}
4767
4768static int _nfs4_do_set_security_label(struct inode *inode,
4769 struct nfs4_label *ilabel,
4770 struct nfs_fattr *fattr,
4771 struct nfs4_label *olabel)
4772{
4773
4774 struct iattr sattr = {0};
4775 struct nfs_server *server = NFS_SERVER(inode);
4776 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Jeff Layton12207f62013-11-01 10:49:32 -04004777 struct nfs_setattrargs arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004778 .fh = NFS_FH(inode),
4779 .iap = &sattr,
4780 .server = server,
4781 .bitmask = bitmask,
4782 .label = ilabel,
4783 };
4784 struct nfs_setattrres res = {
4785 .fattr = fattr,
4786 .label = olabel,
4787 .server = server,
4788 };
4789 struct rpc_message msg = {
4790 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
Jeff Layton12207f62013-11-01 10:49:32 -04004791 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004792 .rpc_resp = &res,
4793 };
4794 int status;
4795
Jeff Layton12207f62013-11-01 10:49:32 -04004796 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
David Quigleyaa9c2662013-05-22 12:50:44 -04004797
Jeff Layton12207f62013-11-01 10:49:32 -04004798 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04004799 if (status)
4800 dprintk("%s failed: %d\n", __func__, status);
4801
4802 return status;
4803}
4804
4805static int nfs4_do_set_security_label(struct inode *inode,
4806 struct nfs4_label *ilabel,
4807 struct nfs_fattr *fattr,
4808 struct nfs4_label *olabel)
4809{
4810 struct nfs4_exception exception = { };
4811 int err;
4812
4813 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004814 err = _nfs4_do_set_security_label(inode, ilabel,
4815 fattr, olabel);
4816 trace_nfs4_set_security_label(inode, err);
4817 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004818 &exception);
4819 } while (exception.retry);
4820 return err;
4821}
4822
4823static int
4824nfs4_set_security_label(struct dentry *dentry, const void *buf, size_t buflen)
4825{
4826 struct nfs4_label ilabel, *olabel = NULL;
4827 struct nfs_fattr fattr;
4828 struct rpc_cred *cred;
4829 struct inode *inode = dentry->d_inode;
4830 int status;
4831
4832 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4833 return -EOPNOTSUPP;
4834
4835 nfs_fattr_init(&fattr);
4836
4837 ilabel.pi = 0;
4838 ilabel.lfs = 0;
4839 ilabel.label = (char *)buf;
4840 ilabel.len = buflen;
4841
4842 cred = rpc_lookup_cred();
4843 if (IS_ERR(cred))
4844 return PTR_ERR(cred);
4845
4846 olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
4847 if (IS_ERR(olabel)) {
4848 status = -PTR_ERR(olabel);
4849 goto out;
4850 }
4851
4852 status = nfs4_do_set_security_label(inode, &ilabel, &fattr, olabel);
4853 if (status == 0)
4854 nfs_setsecurity(inode, &fattr, olabel);
4855
4856 nfs4_label_free(olabel);
4857out:
4858 put_rpccred(cred);
4859 return status;
4860}
4861#endif /* CONFIG_NFS_V4_SECURITY_LABEL */
4862
4863
Linus Torvalds1da177e2005-04-16 15:20:36 -07004864static int
NeilBrown8478eaa2014-09-18 16:09:27 +10004865nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server,
4866 struct nfs4_state *state, long *timeout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004867{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004868 struct nfs_client *clp = server->nfs_client;
4869
4870 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004871 return 0;
4872 switch(task->tk_status) {
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05004873 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004874 case -NFS4ERR_ADMIN_REVOKED:
4875 case -NFS4ERR_BAD_STATEID:
4876 case -NFS4ERR_OPENMODE:
4877 if (state == NULL)
4878 break;
Trond Myklebust5d422302013-03-14 16:57:48 -04004879 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004880 goto recovery_failed;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004881 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -04004882 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -04004883 if (state != NULL) {
4884 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004885 goto recovery_failed;
Trond Myklebust5d422302013-03-14 16:57:48 -04004886 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004887 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004888 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004889 nfs4_schedule_lease_recovery(clp);
4890 goto wait_on_recovery;
Chuck Lever519ae252013-10-17 14:13:19 -04004891 case -NFS4ERR_MOVED:
4892 if (nfs4_schedule_migration_recovery(server) < 0)
4893 goto recovery_failed;
4894 goto wait_on_recovery;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04004895 case -NFS4ERR_LEASE_MOVED:
4896 nfs4_schedule_lease_moved_recovery(clp);
4897 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004898#if defined(CONFIG_NFS_V4_1)
4899 case -NFS4ERR_BADSESSION:
4900 case -NFS4ERR_BADSLOT:
4901 case -NFS4ERR_BAD_HIGH_SLOT:
4902 case -NFS4ERR_DEADSESSION:
4903 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4904 case -NFS4ERR_SEQ_FALSE_RETRY:
4905 case -NFS4ERR_SEQ_MISORDERED:
4906 dprintk("%s ERROR %d, Reset session\n", __func__,
4907 task->tk_status);
Trond Myklebust9f594792012-05-27 13:02:53 -04004908 nfs4_schedule_session_recovery(clp->cl_session, task->tk_status);
Andy Adamson4a82fd72013-11-15 16:36:16 -05004909 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004910#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004911 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004912 nfs_inc_server_stats(server, NFSIOS_DELAY);
NeilBrown8478eaa2014-09-18 16:09:27 +10004913 rpc_delay(task, nfs4_update_delay(timeout));
4914 goto restart_call;
Chuck Lever006ea732006-03-20 13:44:14 -05004915 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004916 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04004917 case -NFS4ERR_RETRY_UNCACHED_REP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004918 case -NFS4ERR_OLD_STATEID:
Chuck Leverf1478c12013-10-17 14:13:07 -04004919 goto restart_call;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004920 }
4921 task->tk_status = nfs4_map_errors(task->tk_status);
4922 return 0;
Chuck Lever9f51a782013-10-17 14:13:13 -04004923recovery_failed:
Trond Myklebust5d422302013-03-14 16:57:48 -04004924 task->tk_status = -EIO;
4925 return 0;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004926wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004927 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004928 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
4929 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
Chuck Lever519ae252013-10-17 14:13:19 -04004930 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
4931 goto recovery_failed;
Chuck Leverf1478c12013-10-17 14:13:07 -04004932restart_call:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004933 task->tk_status = 0;
4934 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004935}
4936
Chuck Leverf0920752012-05-21 22:45:41 -04004937static void nfs4_init_boot_verifier(const struct nfs_client *clp,
4938 nfs4_verifier *bootverf)
Chuck Levercd937102012-03-02 17:14:31 -05004939{
4940 __be32 verf[2];
4941
Chuck Lever2c820d92012-05-21 22:45:33 -04004942 if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) {
4943 /* An impossible timestamp guarantees this value
4944 * will never match a generated boot time. */
4945 verf[0] = 0;
Trond Myklebust17f26b12013-08-21 15:48:42 -04004946 verf[1] = cpu_to_be32(NSEC_PER_SEC + 1);
Chuck Lever2c820d92012-05-21 22:45:33 -04004947 } else {
Chuck Leverf0920752012-05-21 22:45:41 -04004948 struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id);
Trond Myklebust17f26b12013-08-21 15:48:42 -04004949 verf[0] = cpu_to_be32(nn->boot_time.tv_sec);
4950 verf[1] = cpu_to_be32(nn->boot_time.tv_nsec);
Chuck Lever2c820d92012-05-21 22:45:33 -04004951 }
Chuck Levercd937102012-03-02 17:14:31 -05004952 memcpy(bootverf->data, verf, sizeof(bootverf->data));
4953}
4954
Chuck Levere984a552012-09-14 17:24:21 -04004955static unsigned int
Trond Myklebustceb3a162015-01-03 15:16:04 -05004956nfs4_init_nonuniform_client_string(struct nfs_client *clp,
Chuck Levere984a552012-09-14 17:24:21 -04004957 char *buf, size_t len)
4958{
4959 unsigned int result;
4960
Trond Myklebustceb3a162015-01-03 15:16:04 -05004961 if (clp->cl_owner_id != NULL)
4962 return strlcpy(buf, clp->cl_owner_id, len);
4963
Chuck Levere984a552012-09-14 17:24:21 -04004964 rcu_read_lock();
4965 result = scnprintf(buf, len, "Linux NFSv4.0 %s/%s %s",
4966 clp->cl_ipaddr,
4967 rpc_peeraddr2str(clp->cl_rpcclient,
4968 RPC_DISPLAY_ADDR),
4969 rpc_peeraddr2str(clp->cl_rpcclient,
4970 RPC_DISPLAY_PROTO));
4971 rcu_read_unlock();
Trond Myklebustceb3a162015-01-03 15:16:04 -05004972 clp->cl_owner_id = kstrdup(buf, GFP_KERNEL);
Chuck Levere984a552012-09-14 17:24:21 -04004973 return result;
4974}
4975
4976static unsigned int
Trond Myklebustceb3a162015-01-03 15:16:04 -05004977nfs4_init_uniform_client_string(struct nfs_client *clp,
Chuck Levere984a552012-09-14 17:24:21 -04004978 char *buf, size_t len)
4979{
Trond Myklebust55b59292013-07-24 16:36:35 -04004980 const char *nodename = clp->cl_rpcclient->cl_nodename;
Trond Myklebustceb3a162015-01-03 15:16:04 -05004981 unsigned int result;
4982
4983 if (clp->cl_owner_id != NULL)
4984 return strlcpy(buf, clp->cl_owner_id, len);
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04004985
4986 if (nfs4_client_id_uniquifier[0] != '\0')
Trond Myklebustceb3a162015-01-03 15:16:04 -05004987 result = scnprintf(buf, len, "Linux NFSv%u.%u %s/%s",
Trond Myklebust55b59292013-07-24 16:36:35 -04004988 clp->rpc_ops->version,
4989 clp->cl_minorversion,
4990 nfs4_client_id_uniquifier,
4991 nodename);
Trond Myklebustceb3a162015-01-03 15:16:04 -05004992 else
4993 result = scnprintf(buf, len, "Linux NFSv%u.%u %s",
Chuck Levere984a552012-09-14 17:24:21 -04004994 clp->rpc_ops->version, clp->cl_minorversion,
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04004995 nodename);
Trond Myklebustceb3a162015-01-03 15:16:04 -05004996 clp->cl_owner_id = kstrdup(buf, GFP_KERNEL);
4997 return result;
Chuck Levere984a552012-09-14 17:24:21 -04004998}
4999
Chuck Lever706cb8d2014-03-12 12:51:47 -04005000/*
5001 * nfs4_callback_up_net() starts only "tcp" and "tcp6" callback
5002 * services. Advertise one based on the address family of the
5003 * clientaddr.
5004 */
5005static unsigned int
5006nfs4_init_callback_netid(const struct nfs_client *clp, char *buf, size_t len)
5007{
5008 if (strchr(clp->cl_ipaddr, ':') != NULL)
5009 return scnprintf(buf, len, "tcp6");
5010 else
5011 return scnprintf(buf, len, "tcp");
5012}
5013
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005014static void nfs4_setclientid_done(struct rpc_task *task, void *calldata)
5015{
5016 struct nfs4_setclientid *sc = calldata;
5017
5018 if (task->tk_status == 0)
5019 sc->sc_cred = get_rpccred(task->tk_rqstp->rq_cred);
5020}
5021
5022static const struct rpc_call_ops nfs4_setclientid_ops = {
5023 .rpc_call_done = nfs4_setclientid_done,
5024};
5025
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005026/**
5027 * nfs4_proc_setclientid - Negotiate client ID
5028 * @clp: state data structure
5029 * @program: RPC program for NFSv4 callback service
5030 * @port: IP port number for NFS4 callback service
5031 * @cred: RPC credential to use for this call
5032 * @res: where to place the result
5033 *
5034 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5035 */
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005036int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
5037 unsigned short port, struct rpc_cred *cred,
5038 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005039{
5040 nfs4_verifier sc_verifier;
5041 struct nfs4_setclientid setclientid = {
5042 .sc_verifier = &sc_verifier,
5043 .sc_prog = program,
Andy Adamsonf4eecd52011-01-06 02:04:30 +00005044 .sc_cb_ident = clp->cl_cb_ident,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005045 };
5046 struct rpc_message msg = {
5047 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
5048 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005049 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005050 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005051 };
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005052 struct rpc_task *task;
5053 struct rpc_task_setup task_setup_data = {
5054 .rpc_client = clp->cl_rpcclient,
5055 .rpc_message = &msg,
5056 .callback_ops = &nfs4_setclientid_ops,
5057 .callback_data = &setclientid,
5058 .flags = RPC_TASK_TIMEOUT,
5059 };
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005060 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005061
Chuck Leverde734832012-07-11 16:30:50 -04005062 /* nfs_client_id4 */
Chuck Leverf0920752012-05-21 22:45:41 -04005063 nfs4_init_boot_verifier(clp, &sc_verifier);
Chuck Levere984a552012-09-14 17:24:21 -04005064 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags))
5065 setclientid.sc_name_len =
5066 nfs4_init_uniform_client_string(clp,
5067 setclientid.sc_name,
5068 sizeof(setclientid.sc_name));
5069 else
5070 setclientid.sc_name_len =
5071 nfs4_init_nonuniform_client_string(clp,
5072 setclientid.sc_name,
5073 sizeof(setclientid.sc_name));
Chuck Leverde734832012-07-11 16:30:50 -04005074 /* cb_client4 */
Chuck Lever706cb8d2014-03-12 12:51:47 -04005075 setclientid.sc_netid_len =
5076 nfs4_init_callback_netid(clp,
5077 setclientid.sc_netid,
5078 sizeof(setclientid.sc_netid));
Chuck Leverde734832012-07-11 16:30:50 -04005079 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05005080 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07005081 clp->cl_ipaddr, port >> 8, port & 255);
5082
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005083 dprintk("NFS call setclientid auth=%s, '%.*s'\n",
5084 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5085 setclientid.sc_name_len, setclientid.sc_name);
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005086 task = rpc_run_task(&task_setup_data);
5087 if (IS_ERR(task)) {
5088 status = PTR_ERR(task);
5089 goto out;
5090 }
5091 status = task->tk_status;
5092 if (setclientid.sc_cred) {
5093 clp->cl_acceptor = rpcauth_stringify_acceptor(setclientid.sc_cred);
5094 put_rpccred(setclientid.sc_cred);
5095 }
5096 rpc_put_task(task);
5097out:
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005098 trace_nfs4_setclientid(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005099 dprintk("NFS reply setclientid: %d\n", status);
5100 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005101}
5102
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005103/**
5104 * nfs4_proc_setclientid_confirm - Confirm client ID
5105 * @clp: state data structure
5106 * @res: result of a previous SETCLIENTID
5107 * @cred: RPC credential to use for this call
5108 *
5109 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5110 */
Trond Myklebustfd954ae2011-04-24 14:28:18 -04005111int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005112 struct nfs4_setclientid_res *arg,
5113 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005114{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005115 struct rpc_message msg = {
5116 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005117 .rpc_argp = arg,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005118 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005119 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005120 int status;
5121
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005122 dprintk("NFS call setclientid_confirm auth=%s, (client ID %llx)\n",
5123 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5124 clp->cl_clientid);
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005125 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005126 trace_nfs4_setclientid_confirm(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005127 dprintk("NFS reply setclientid_confirm: %d\n", status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005128 return status;
5129}
5130
Trond Myklebustfe650402006-01-03 09:55:18 +01005131struct nfs4_delegreturndata {
5132 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005133 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01005134 struct nfs_fh fh;
5135 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005136 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005137 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01005138 int rpc_status;
Peng Tao039b7562014-07-03 13:05:02 +08005139 struct inode *inode;
5140 bool roc;
5141 u32 roc_barrier;
Trond Myklebustfe650402006-01-03 09:55:18 +01005142};
5143
Trond Myklebustfe650402006-01-03 09:55:18 +01005144static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
5145{
5146 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04005147
Trond Myklebust14516c32010-07-31 14:29:06 -04005148 if (!nfs4_sequence_done(task, &data->res.seq_res))
5149 return;
Andy Adamson938e1012009-04-01 09:22:28 -04005150
Trond Myklebustca8acf82013-08-13 10:36:56 -04005151 trace_nfs4_delegreturn_exit(&data->args, &data->res, task->tk_status);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005152 switch (task->tk_status) {
Ricardo Labiaga79708862009-12-07 09:23:21 -05005153 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01005154 renew_lease(data->res.server, data->timestamp);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005155 case -NFS4ERR_ADMIN_REVOKED:
5156 case -NFS4ERR_DELEG_REVOKED:
5157 case -NFS4ERR_BAD_STATEID:
5158 case -NFS4ERR_OLD_STATEID:
5159 case -NFS4ERR_STALE_STATEID:
5160 case -NFS4ERR_EXPIRED:
5161 task->tk_status = 0;
Peng Tao039b7562014-07-03 13:05:02 +08005162 if (data->roc)
5163 pnfs_roc_set_barrier(data->inode, data->roc_barrier);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005164 break;
Ricardo Labiaga79708862009-12-07 09:23:21 -05005165 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005166 if (nfs4_async_handle_error(task, data->res.server,
5167 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005168 rpc_restart_call_prepare(task);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005169 return;
5170 }
5171 }
5172 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01005173}
5174
5175static void nfs4_delegreturn_release(void *calldata)
5176{
Peng Tao039b7562014-07-03 13:05:02 +08005177 struct nfs4_delegreturndata *data = calldata;
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005178 struct inode *inode = data->inode;
Peng Tao039b7562014-07-03 13:05:02 +08005179
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005180 if (inode) {
5181 if (data->roc)
5182 pnfs_roc_release(inode);
5183 nfs_iput_and_deactive(inode);
5184 }
Trond Myklebustfe650402006-01-03 09:55:18 +01005185 kfree(calldata);
5186}
5187
Andy Adamson938e1012009-04-01 09:22:28 -04005188static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
5189{
5190 struct nfs4_delegreturndata *d_data;
5191
5192 d_data = (struct nfs4_delegreturndata *)data;
5193
Peng Tao039b7562014-07-03 13:05:02 +08005194 if (d_data->roc &&
5195 pnfs_roc_drain(d_data->inode, &d_data->roc_barrier, task))
5196 return;
5197
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005198 nfs4_setup_sequence(d_data->res.server,
5199 &d_data->args.seq_args,
5200 &d_data->res.seq_res,
5201 task);
Andy Adamson938e1012009-04-01 09:22:28 -04005202}
Andy Adamson938e1012009-04-01 09:22:28 -04005203
Jesper Juhlc8d149f2006-03-20 13:44:07 -05005204static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04005205 .rpc_call_prepare = nfs4_delegreturn_prepare,
Trond Myklebustfe650402006-01-03 09:55:18 +01005206 .rpc_call_done = nfs4_delegreturn_done,
5207 .rpc_release = nfs4_delegreturn_release,
5208};
5209
Trond Myklebuste6f81072008-01-24 18:14:34 -05005210static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01005211{
5212 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005213 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005214 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005215 struct rpc_message msg = {
5216 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
5217 .rpc_cred = cred,
5218 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005219 struct rpc_task_setup task_setup_data = {
5220 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04005221 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005222 .callback_ops = &nfs4_delegreturn_ops,
5223 .flags = RPC_TASK_ASYNC,
5224 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05005225 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01005226
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005227 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01005228 if (data == NULL)
5229 return -ENOMEM;
Chuck Levera9c92d62013-08-09 12:48:18 -04005230 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Trond Myklebustfe650402006-01-03 09:55:18 +01005231 data->args.fhandle = &data->fh;
5232 data->args.stateid = &data->stateid;
Trond Myklebust9e907fe2012-04-27 13:48:17 -04005233 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01005234 nfs_copy_fh(&data->fh, NFS_FH(inode));
Trond Myklebustf597c532012-03-04 18:13:56 -05005235 nfs4_stateid_copy(&data->stateid, stateid);
Trond Myklebustfa178f22006-01-03 09:55:38 +01005236 data->res.fattr = &data->fattr;
5237 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005238 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01005239 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01005240 data->rpc_status = 0;
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005241 data->inode = nfs_igrab_and_active(inode);
5242 if (data->inode)
5243 data->roc = nfs4_roc(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005244
Trond Myklebustc970aa82007-07-14 15:39:59 -04005245 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05005246 msg.rpc_argp = &data->args;
5247 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005248 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005249 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01005250 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005251 if (!issync)
5252 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01005253 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005254 if (status != 0)
5255 goto out;
5256 status = data->rpc_status;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04005257 if (status == 0)
5258 nfs_post_op_update_inode_force_wcc(inode, &data->fattr);
5259 else
5260 nfs_refresh_inode(inode, &data->fattr);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005261out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005262 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01005263 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005264}
5265
Trond Myklebuste6f81072008-01-24 18:14:34 -05005266int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005267{
5268 struct nfs_server *server = NFS_SERVER(inode);
5269 struct nfs4_exception exception = { };
5270 int err;
5271 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05005272 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Trond Myklebustca8acf82013-08-13 10:36:56 -04005273 trace_nfs4_delegreturn(inode, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005274 switch (err) {
5275 case -NFS4ERR_STALE_STATEID:
5276 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005277 case 0:
5278 return 0;
5279 }
5280 err = nfs4_handle_exception(server, err, &exception);
5281 } while (exception.retry);
5282 return err;
5283}
5284
5285#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
5286#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
5287
5288/*
5289 * sleep, with exponential backoff, and retry the LOCK operation.
5290 */
5291static unsigned long
5292nfs4_set_lock_task_retry(unsigned long timeout)
5293{
Colin Cross416ad3c2013-05-06 23:50:06 +00005294 freezable_schedule_timeout_killable_unsafe(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005295 timeout <<= 1;
5296 if (timeout > NFS4_LOCK_MAXTIMEOUT)
5297 return NFS4_LOCK_MAXTIMEOUT;
5298 return timeout;
5299}
5300
Linus Torvalds1da177e2005-04-16 15:20:36 -07005301static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5302{
5303 struct inode *inode = state->inode;
5304 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04005305 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005306 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005307 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005308 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005309 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005310 struct nfs_lockt_res res = {
5311 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005312 };
5313 struct rpc_message msg = {
5314 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
5315 .rpc_argp = &arg,
5316 .rpc_resp = &res,
5317 .rpc_cred = state->owner->so_cred,
5318 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005319 struct nfs4_lock_state *lsp;
5320 int status;
5321
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005322 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005323 status = nfs4_set_lock_state(state, request);
5324 if (status != 0)
5325 goto out;
5326 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005327 arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005328 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00005329 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005330 switch (status) {
5331 case 0:
5332 request->fl_type = F_UNLCK;
5333 break;
5334 case -NFS4ERR_DENIED:
5335 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005336 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05005337 request->fl_ops->fl_release_private(request);
Trond Myklebusta6f951d2013-10-01 14:24:58 -04005338 request->fl_ops = NULL;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005339out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005340 return status;
5341}
5342
5343static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5344{
5345 struct nfs4_exception exception = { };
5346 int err;
5347
5348 do {
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005349 err = _nfs4_proc_getlk(state, cmd, request);
5350 trace_nfs4_get_lock(request, state, cmd, err);
5351 err = nfs4_handle_exception(NFS_SERVER(state->inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005352 &exception);
5353 } while (exception.retry);
5354 return err;
5355}
5356
5357static int do_vfs_lock(struct file *file, struct file_lock *fl)
5358{
5359 int res = 0;
5360 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
5361 case FL_POSIX:
5362 res = posix_lock_file_wait(file, fl);
5363 break;
5364 case FL_FLOCK:
5365 res = flock_lock_file_wait(file, fl);
5366 break;
5367 default:
5368 BUG();
5369 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005370 return res;
5371}
5372
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005373struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005374 struct nfs_locku_args arg;
5375 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005376 struct nfs4_lock_state *lsp;
5377 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005378 struct file_lock fl;
5379 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005380 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005381};
5382
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005383static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
5384 struct nfs_open_context *ctx,
5385 struct nfs4_lock_state *lsp,
5386 struct nfs_seqid *seqid)
5387{
5388 struct nfs4_unlockdata *p;
5389 struct inode *inode = lsp->ls_state->inode;
5390
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005391 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005392 if (p == NULL)
5393 return NULL;
5394 p->arg.fh = NFS_FH(inode);
5395 p->arg.fl = &p->fl;
5396 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005397 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005398 p->lsp = lsp;
5399 atomic_inc(&lsp->ls_count);
5400 /* Ensure we don't close file until we're done freeing locks! */
5401 p->ctx = get_nfs_open_context(ctx);
5402 memcpy(&p->fl, fl, sizeof(p->fl));
5403 p->server = NFS_SERVER(inode);
5404 return p;
5405}
5406
Trond Myklebust06f814a2006-01-03 09:55:07 +01005407static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005408{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005409 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005410 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005411 nfs4_put_lock_state(calldata->lsp);
5412 put_nfs_open_context(calldata->ctx);
5413 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005414}
5415
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005416static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005417{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005418 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005419
Trond Myklebust14516c32010-07-31 14:29:06 -04005420 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
5421 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005422 switch (task->tk_status) {
5423 case 0:
Trond Myklebust26e976a2006-01-03 09:55:21 +01005424 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005425 do_vfs_lock(calldata->fl.fl_file, &calldata->fl);
5426 if (nfs4_update_lock_stateid(calldata->lsp,
5427 &calldata->res.stateid))
5428 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05005429 case -NFS4ERR_BAD_STATEID:
5430 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005431 case -NFS4ERR_STALE_STATEID:
5432 case -NFS4ERR_EXPIRED:
Trond Myklebust425c1d42015-01-24 14:57:53 -05005433 if (!nfs4_stateid_match(&calldata->arg.stateid,
5434 &calldata->lsp->ls_stateid))
5435 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005436 break;
5437 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005438 if (nfs4_async_handle_error(task, calldata->server,
5439 NULL, NULL) == -EAGAIN)
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005440 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005441 }
Trond Myklebust2b1bc302012-10-29 18:53:23 -04005442 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005443}
5444
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005445static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005446{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005447 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005448
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005449 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005450 goto out_wait;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005451 nfs4_stateid_copy(&calldata->arg.stateid, &calldata->lsp->ls_stateid);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005452 if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005453 /* Note: exit _without_ running nfs4_locku_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005454 goto out_no_action;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005455 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005456 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005457 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04005458 &calldata->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005459 &calldata->res.seq_res,
5460 task) != 0)
5461 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005462 return;
5463out_no_action:
5464 task->tk_action = NULL;
5465out_wait:
5466 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005467}
5468
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005469static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005470 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005471 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01005472 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005473};
5474
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005475static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
5476 struct nfs_open_context *ctx,
5477 struct nfs4_lock_state *lsp,
5478 struct nfs_seqid *seqid)
5479{
5480 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005481 struct rpc_message msg = {
5482 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
5483 .rpc_cred = ctx->cred,
5484 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005485 struct rpc_task_setup task_setup_data = {
5486 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005487 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005488 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005489 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005490 .flags = RPC_TASK_ASYNC,
5491 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005492
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04005493 nfs4_state_protect(NFS_SERVER(lsp->ls_state->inode)->nfs_client,
5494 NFS_SP4_MACH_CRED_CLEANUP, &task_setup_data.rpc_client, &msg);
5495
Frank Filz137d6ac2007-07-09 15:32:29 -07005496 /* Ensure this is an unlock - when canceling a lock, the
5497 * canceled lock is passed in, and it won't be an unlock.
5498 */
5499 fl->fl_type = F_UNLCK;
5500
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005501 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
5502 if (data == NULL) {
5503 nfs_free_seqid(seqid);
5504 return ERR_PTR(-ENOMEM);
5505 }
5506
Chuck Levera9c92d62013-08-09 12:48:18 -04005507 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005508 msg.rpc_argp = &data->arg;
5509 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005510 task_setup_data.callback_data = data;
5511 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005512}
5513
Linus Torvalds1da177e2005-04-16 15:20:36 -07005514static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
5515{
Trond Myklebust65b62a22013-02-07 10:54:07 -05005516 struct inode *inode = state->inode;
5517 struct nfs4_state_owner *sp = state->owner;
5518 struct nfs_inode *nfsi = NFS_I(inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005519 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005520 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01005521 struct rpc_task *task;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005522 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005523 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005524 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005525
Trond Myklebust9b073572006-06-29 16:38:34 -04005526 status = nfs4_set_lock_state(state, request);
5527 /* Unlock _before_ we do the RPC call */
5528 request->fl_flags |= FL_EXISTS;
Trond Myklebust65b62a22013-02-07 10:54:07 -05005529 /* Exclude nfs_delegation_claim_locks() */
5530 mutex_lock(&sp->so_delegreturn_mutex);
5531 /* Exclude nfs4_reclaim_open_stateid() - note nesting! */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005532 down_read(&nfsi->rwsem);
5533 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
5534 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005535 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005536 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005537 }
5538 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005539 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005540 if (status != 0)
5541 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005542 /* Is this a delegated lock? */
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005543 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebustc5a2a152013-04-30 12:43:42 -04005544 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) == 0)
5545 goto out;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005546 alloc_seqid = NFS_SERVER(inode)->nfs_client->cl_mvops->alloc_seqid;
5547 seqid = alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04005548 status = -ENOMEM;
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005549 if (IS_ERR(seqid))
Trond Myklebust9b073572006-06-29 16:38:34 -04005550 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005551 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005552 status = PTR_ERR(task);
5553 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04005554 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005555 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005556 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04005557out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005558 request->fl_flags = fl_flags;
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005559 trace_nfs4_unlock(request, state, F_SETLK, status);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005560 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005561}
5562
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005563struct nfs4_lockdata {
5564 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005565 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005566 struct nfs4_lock_state *lsp;
5567 struct nfs_open_context *ctx;
5568 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005569 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005570 int rpc_status;
5571 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04005572 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005573};
5574
5575static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005576 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
5577 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005578{
5579 struct nfs4_lockdata *p;
5580 struct inode *inode = lsp->ls_state->inode;
5581 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustb4019c02015-01-24 14:19:19 -05005582 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005583
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005584 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005585 if (p == NULL)
5586 return NULL;
5587
5588 p->arg.fh = NFS_FH(inode);
5589 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005590 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005591 if (IS_ERR(p->arg.open_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005592 goto out_free;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005593 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
5594 p->arg.lock_seqid = alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005595 if (IS_ERR(p->arg.lock_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005596 goto out_free_seqid;
David Howells7539bba2006-08-22 20:06:09 -04005597 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005598 p->arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005599 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005600 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005601 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04005602 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005603 atomic_inc(&lsp->ls_count);
5604 p->ctx = get_nfs_open_context(ctx);
5605 memcpy(&p->fl, fl, sizeof(p->fl));
5606 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005607out_free_seqid:
5608 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005609out_free:
5610 kfree(p);
5611 return NULL;
5612}
5613
5614static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
5615{
5616 struct nfs4_lockdata *data = calldata;
5617 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005618
Harvey Harrison3110ff82008-05-02 13:42:44 -07005619 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005620 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005621 goto out_wait;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005622 /* Do we need to do an open_to_lock_owner? */
Trond Myklebust6b447532015-01-24 18:38:15 -05005623 if (!test_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags)) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005624 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) {
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005625 goto out_release_lock_seqid;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005626 }
Trond Myklebust425c1d42015-01-24 14:57:53 -05005627 nfs4_stateid_copy(&data->arg.open_stateid,
5628 &state->open_stateid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005629 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005630 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005631 } else {
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005632 data->arg.new_lock_owner = 0;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005633 nfs4_stateid_copy(&data->arg.lock_stateid,
5634 &data->lsp->ls_stateid);
5635 }
Trond Myklebust5d422302013-03-14 16:57:48 -04005636 if (!nfs4_valid_open_stateid(state)) {
5637 data->rpc_status = -EBADF;
5638 task->tk_action = NULL;
5639 goto out_release_open_seqid;
5640 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005641 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005642 if (nfs4_setup_sequence(data->server,
5643 &data->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005644 &data->res.seq_res,
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005645 task) == 0)
Andy Adamson66179ef2009-04-01 09:22:22 -04005646 return;
Trond Myklebust5d422302013-03-14 16:57:48 -04005647out_release_open_seqid:
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005648 nfs_release_seqid(data->arg.open_seqid);
5649out_release_lock_seqid:
5650 nfs_release_seqid(data->arg.lock_seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005651out_wait:
5652 nfs4_sequence_done(task, &data->res.seq_res);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005653 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005654}
5655
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005656static void nfs4_lock_done(struct rpc_task *task, void *calldata)
5657{
5658 struct nfs4_lockdata *data = calldata;
Trond Myklebust39071e62015-01-24 15:07:56 -05005659 struct nfs4_lock_state *lsp = data->lsp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005660
Harvey Harrison3110ff82008-05-02 13:42:44 -07005661 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005662
Trond Myklebust14516c32010-07-31 14:29:06 -04005663 if (!nfs4_sequence_done(task, &data->res.seq_res))
5664 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04005665
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005666 data->rpc_status = task->tk_status;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005667 switch (task->tk_status) {
5668 case 0:
Trond Myklebust39071e62015-01-24 15:07:56 -05005669 renew_lease(NFS_SERVER(data->ctx->dentry->d_inode),
5670 data->timestamp);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005671 if (data->arg.new_lock) {
5672 data->fl.fl_flags &= ~(FL_SLEEP | FL_ACCESS);
5673 if (do_vfs_lock(data->fl.fl_file, &data->fl) < 0) {
5674 rpc_restart_call_prepare(task);
5675 break;
5676 }
5677 }
Trond Myklebust39071e62015-01-24 15:07:56 -05005678 if (data->arg.new_lock_owner != 0) {
5679 nfs_confirm_seqid(&lsp->ls_seqid, 0);
5680 nfs4_stateid_copy(&lsp->ls_stateid, &data->res.stateid);
5681 set_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
5682 } else if (!nfs4_update_lock_stateid(lsp, &data->res.stateid))
5683 rpc_restart_call_prepare(task);
Trond Myklebust425c1d42015-01-24 14:57:53 -05005684 break;
5685 case -NFS4ERR_BAD_STATEID:
5686 case -NFS4ERR_OLD_STATEID:
5687 case -NFS4ERR_STALE_STATEID:
5688 case -NFS4ERR_EXPIRED:
5689 if (data->arg.new_lock_owner != 0) {
5690 if (!nfs4_stateid_match(&data->arg.open_stateid,
5691 &lsp->ls_state->open_stateid))
5692 rpc_restart_call_prepare(task);
5693 } else if (!nfs4_stateid_match(&data->arg.lock_stateid,
5694 &lsp->ls_stateid))
5695 rpc_restart_call_prepare(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005696 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07005697 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005698}
5699
5700static void nfs4_lock_release(void *calldata)
5701{
5702 struct nfs4_lockdata *data = calldata;
5703
Harvey Harrison3110ff82008-05-02 13:42:44 -07005704 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005705 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005706 if (data->cancelled != 0) {
5707 struct rpc_task *task;
5708 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
5709 data->arg.lock_seqid);
5710 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08005711 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005712 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005713 } else
5714 nfs_free_seqid(data->arg.lock_seqid);
5715 nfs4_put_lock_state(data->lsp);
5716 put_nfs_open_context(data->ctx);
5717 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005718 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005719}
5720
5721static const struct rpc_call_ops nfs4_lock_ops = {
5722 .rpc_call_prepare = nfs4_lock_prepare,
5723 .rpc_call_done = nfs4_lock_done,
5724 .rpc_release = nfs4_lock_release,
5725};
5726
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005727static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
5728{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005729 switch (error) {
5730 case -NFS4ERR_ADMIN_REVOKED:
5731 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05005732 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005733 if (new_lock_owner != 0 ||
Trond Myklebust795a88c2012-09-10 13:26:49 -04005734 test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05005735 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005736 break;
5737 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005738 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05005739 case -NFS4ERR_EXPIRED:
5740 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005741 };
5742}
5743
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005744static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005745{
5746 struct nfs4_lockdata *data;
5747 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005748 struct rpc_message msg = {
5749 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
5750 .rpc_cred = state->owner->so_cred,
5751 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005752 struct rpc_task_setup task_setup_data = {
5753 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005754 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005755 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005756 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005757 .flags = RPC_TASK_ASYNC,
5758 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005759 int ret;
5760
Harvey Harrison3110ff82008-05-02 13:42:44 -07005761 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005762 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005763 fl->fl_u.nfs4_fl.owner,
5764 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005765 if (data == NULL)
5766 return -ENOMEM;
5767 if (IS_SETLKW(cmd))
5768 data->arg.block = 1;
Chuck Levera9c92d62013-08-09 12:48:18 -04005769 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005770 msg.rpc_argp = &data->arg;
5771 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005772 task_setup_data.callback_data = data;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005773 if (recovery_type > NFS_LOCK_NEW) {
5774 if (recovery_type == NFS_LOCK_RECLAIM)
5775 data->arg.reclaim = NFS_LOCK_RECLAIM;
5776 nfs4_set_sequence_privileged(&data->arg.seq_args);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005777 } else
5778 data->arg.new_lock = 1;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005779 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005780 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005781 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005782 ret = nfs4_wait_for_completion_rpc_task(task);
5783 if (ret == 0) {
5784 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005785 if (ret)
5786 nfs4_handle_setlk_error(data->server, data->lsp,
5787 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005788 } else
5789 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005790 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005791 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005792 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005793}
5794
5795static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
5796{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005797 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005798 struct nfs4_exception exception = {
5799 .inode = state->inode,
5800 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005801 int err;
5802
5803 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005804 /* Cache the lock if possible... */
5805 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5806 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005807 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005808 trace_nfs4_lock_reclaim(request, state, F_SETLK, err);
Trond Myklebust168667c2010-10-19 19:47:49 -04005809 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00005810 break;
5811 nfs4_handle_exception(server, err, &exception);
5812 } while (exception.retry);
5813 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005814}
5815
5816static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
5817{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005818 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005819 struct nfs4_exception exception = {
5820 .inode = state->inode,
5821 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005822 int err;
5823
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005824 err = nfs4_set_lock_state(state, request);
5825 if (err != 0)
5826 return err;
Trond Myklebustf6de7a32013-09-04 10:08:54 -04005827 if (!recover_lost_locks) {
NeilBrownef1820f2013-09-04 17:04:49 +10005828 set_bit(NFS_LOCK_LOST, &request->fl_u.nfs4_fl.owner->ls_flags);
5829 return 0;
5830 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005831 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005832 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5833 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005834 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005835 trace_nfs4_lock_expired(request, state, F_SETLK, err);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005836 switch (err) {
5837 default:
5838 goto out;
5839 case -NFS4ERR_GRACE:
5840 case -NFS4ERR_DELAY:
5841 nfs4_handle_exception(server, err, &exception);
5842 err = 0;
5843 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005844 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005845out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00005846 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005847}
5848
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005849#if defined(CONFIG_NFS_V4_1)
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005850/**
5851 * nfs41_check_expired_locks - possibly free a lock stateid
5852 *
5853 * @state: NFSv4 state for an inode
5854 *
5855 * Returns NFS_OK if recovery for this stateid is now finished.
5856 * Otherwise a negative NFS4ERR value is returned.
5857 */
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005858static int nfs41_check_expired_locks(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005859{
Chuck Levereb64cf92012-07-11 16:30:05 -04005860 int status, ret = -NFS4ERR_BAD_STATEID;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005861 struct nfs4_lock_state *lsp;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005862 struct nfs_server *server = NFS_SERVER(state->inode);
5863
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005864 list_for_each_entry(lsp, &state->lock_states, ls_locks) {
Trond Myklebust795a88c2012-09-10 13:26:49 -04005865 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005866 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
5867
5868 status = nfs41_test_stateid(server,
5869 &lsp->ls_stateid,
5870 cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04005871 trace_nfs4_test_lock_stateid(state, lsp, status);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005872 if (status != NFS_OK) {
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005873 /* Free the stateid unless the server
5874 * informs us the stateid is unrecognized. */
Chuck Lever89af2732012-07-11 16:29:56 -04005875 if (status != -NFS4ERR_BAD_STATEID)
5876 nfs41_free_stateid(server,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005877 &lsp->ls_stateid,
5878 cred);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005879 clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005880 ret = status;
5881 }
5882 }
5883 };
5884
5885 return ret;
5886}
5887
5888static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
5889{
5890 int status = NFS_OK;
5891
5892 if (test_bit(LK_STATE_IN_USE, &state->flags))
5893 status = nfs41_check_expired_locks(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04005894 if (status != NFS_OK)
5895 status = nfs4_lock_expired(state, request);
5896 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005897}
5898#endif
5899
Linus Torvalds1da177e2005-04-16 15:20:36 -07005900static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5901{
Trond Myklebust19e03c52008-12-23 15:21:44 -05005902 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005903 unsigned char fl_flags = request->fl_flags;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005904 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005905
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005906 if ((fl_flags & FL_POSIX) &&
5907 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
5908 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005909 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005910 status = nfs4_set_lock_state(state, request);
5911 if (status != 0)
5912 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005913 request->fl_flags |= FL_ACCESS;
5914 status = do_vfs_lock(request->fl_file, request);
5915 if (status < 0)
5916 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005917 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005918 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04005919 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04005920 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005921 request->fl_flags = fl_flags & ~FL_SLEEP;
5922 status = do_vfs_lock(request->fl_file, request);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005923 up_read(&nfsi->rwsem);
5924 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005925 }
Trond Myklebust9a99af492013-02-04 20:17:49 -05005926 up_read(&nfsi->rwsem);
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005927 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005928out:
5929 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005930 return status;
5931}
5932
5933static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5934{
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05005935 struct nfs4_exception exception = {
5936 .state = state,
Trond Myklebust05ffe242012-04-18 12:20:10 -04005937 .inode = state->inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05005938 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005939 int err;
5940
5941 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07005942 err = _nfs4_proc_setlk(state, cmd, request);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005943 trace_nfs4_set_lock(request, state, cmd, err);
Trond Myklebust965b5d62009-06-17 13:22:59 -07005944 if (err == -NFS4ERR_DENIED)
5945 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005946 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07005947 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005948 } while (exception.retry);
5949 return err;
5950}
5951
5952static int
5953nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
5954{
5955 struct nfs_open_context *ctx;
5956 struct nfs4_state *state;
5957 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
5958 int status;
5959
5960 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005961 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005962 state = ctx->state;
5963
5964 if (request->fl_start < 0 || request->fl_end < 0)
5965 return -EINVAL;
5966
Trond Myklebustd9531262009-07-21 19:22:38 -04005967 if (IS_GETLK(cmd)) {
5968 if (state != NULL)
5969 return nfs4_proc_getlk(state, F_GETLK, request);
5970 return 0;
5971 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005972
5973 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
5974 return -EINVAL;
5975
Trond Myklebustd9531262009-07-21 19:22:38 -04005976 if (request->fl_type == F_UNLCK) {
5977 if (state != NULL)
5978 return nfs4_proc_unlck(state, cmd, request);
5979 return 0;
5980 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005981
Trond Myklebustd9531262009-07-21 19:22:38 -04005982 if (state == NULL)
5983 return -ENOLCK;
Trond Myklebust55725512012-04-18 12:48:35 -04005984 /*
5985 * Don't rely on the VFS having checked the file open mode,
5986 * since it won't do this for flock() locks.
5987 */
Jeff Laytonf44106e2012-07-23 15:49:56 -04005988 switch (request->fl_type) {
Trond Myklebust55725512012-04-18 12:48:35 -04005989 case F_RDLCK:
5990 if (!(filp->f_mode & FMODE_READ))
5991 return -EBADF;
5992 break;
5993 case F_WRLCK:
5994 if (!(filp->f_mode & FMODE_WRITE))
5995 return -EBADF;
5996 }
5997
Linus Torvalds1da177e2005-04-16 15:20:36 -07005998 do {
5999 status = nfs4_proc_setlk(state, cmd, request);
6000 if ((status != -EAGAIN) || IS_SETLK(cmd))
6001 break;
6002 timeout = nfs4_set_lock_task_retry(timeout);
6003 status = -ERESTARTSYS;
6004 if (signalled())
6005 break;
6006 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006007 return status;
6008}
6009
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006010int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid *stateid)
Trond Myklebust888e6942005-11-04 15:38:11 -05006011{
6012 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust888e6942005-11-04 15:38:11 -05006013 int err;
6014
6015 err = nfs4_set_lock_state(state, fl);
6016 if (err != 0)
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006017 return err;
Trond Myklebust4a706fa2013-04-01 14:47:22 -04006018 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006019 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
Trond Myklebust888e6942005-11-04 15:38:11 -05006020}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006021
Trond Myklebustcf470c32012-03-07 13:49:12 -05006022struct nfs_release_lockowner_data {
6023 struct nfs4_lock_state *lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006024 struct nfs_server *server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006025 struct nfs_release_lockowner_args args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006026 struct nfs_release_lockowner_res res;
Chuck Lever60ea6812013-10-17 14:13:47 -04006027 unsigned long timestamp;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006028};
6029
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006030static void nfs4_release_lockowner_prepare(struct rpc_task *task, void *calldata)
6031{
6032 struct nfs_release_lockowner_data *data = calldata;
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006033 struct nfs_server *server = data->server;
Peng Taocb04ad22014-06-11 05:24:15 +08006034 nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
6035 &data->args.seq_args, &data->res.seq_res, task);
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006036 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
Chuck Lever60ea6812013-10-17 14:13:47 -04006037 data->timestamp = jiffies;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006038}
6039
6040static void nfs4_release_lockowner_done(struct rpc_task *task, void *calldata)
6041{
6042 struct nfs_release_lockowner_data *data = calldata;
Chuck Lever60ea6812013-10-17 14:13:47 -04006043 struct nfs_server *server = data->server;
6044
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006045 nfs40_sequence_done(task, &data->res.seq_res);
Chuck Lever60ea6812013-10-17 14:13:47 -04006046
6047 switch (task->tk_status) {
6048 case 0:
6049 renew_lease(server, data->timestamp);
6050 break;
6051 case -NFS4ERR_STALE_CLIENTID:
6052 case -NFS4ERR_EXPIRED:
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006053 nfs4_schedule_lease_recovery(server->nfs_client);
6054 break;
Chuck Lever60ea6812013-10-17 14:13:47 -04006055 case -NFS4ERR_LEASE_MOVED:
6056 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10006057 if (nfs4_async_handle_error(task, server,
6058 NULL, NULL) == -EAGAIN)
Chuck Lever60ea6812013-10-17 14:13:47 -04006059 rpc_restart_call_prepare(task);
6060 }
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006061}
6062
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006063static void nfs4_release_lockowner_release(void *calldata)
6064{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006065 struct nfs_release_lockowner_data *data = calldata;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006066 nfs4_free_lock_state(data->server, data->lsp);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006067 kfree(calldata);
6068}
6069
Trond Myklebust17280172012-03-11 13:11:00 -04006070static const struct rpc_call_ops nfs4_release_lockowner_ops = {
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006071 .rpc_call_prepare = nfs4_release_lockowner_prepare,
6072 .rpc_call_done = nfs4_release_lockowner_done,
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006073 .rpc_release = nfs4_release_lockowner_release,
6074};
6075
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006076static void
6077nfs4_release_lockowner(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006078{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006079 struct nfs_release_lockowner_data *data;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006080 struct rpc_message msg = {
6081 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
6082 };
6083
6084 if (server->nfs_client->cl_mvops->minor_version != 0)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006085 return;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006086
Trond Myklebustcf470c32012-03-07 13:49:12 -05006087 data = kmalloc(sizeof(*data), GFP_NOFS);
6088 if (!data)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006089 return;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006090 data->lsp = lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006091 data->server = server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006092 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
6093 data->args.lock_owner.id = lsp->ls_seqid.owner_id;
6094 data->args.lock_owner.s_dev = server->s_dev;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006095
Trond Myklebustcf470c32012-03-07 13:49:12 -05006096 msg.rpc_argp = &data->args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006097 msg.rpc_resp = &data->res;
6098 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebustcf470c32012-03-07 13:49:12 -05006099 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006100}
6101
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006102#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
6103
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006104static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
6105 const void *buf, size_t buflen,
6106 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006107{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006108 if (strcmp(key, "") != 0)
6109 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00006110
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006111 return nfs4_proc_set_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006112}
6113
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006114static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
6115 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006116{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006117 if (strcmp(key, "") != 0)
6118 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006119
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006120 return nfs4_proc_get_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006121}
6122
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006123static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
6124 size_t list_len, const char *name,
6125 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006126{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006127 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006128
J. Bruce Fields096455a2006-03-20 23:23:42 -05006129 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
6130 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006131
6132 if (list && len <= list_len)
6133 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006134 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006135}
6136
David Quigleyc9bccef2013-05-22 12:50:45 -04006137#ifdef CONFIG_NFS_V4_SECURITY_LABEL
6138static inline int nfs4_server_supports_labels(struct nfs_server *server)
6139{
6140 return server->caps & NFS_CAP_SECURITY_LABEL;
6141}
6142
6143static int nfs4_xattr_set_nfs4_label(struct dentry *dentry, const char *key,
6144 const void *buf, size_t buflen,
6145 int flags, int type)
6146{
6147 if (security_ismaclabel(key))
6148 return nfs4_set_security_label(dentry, buf, buflen);
6149
6150 return -EOPNOTSUPP;
6151}
6152
6153static int nfs4_xattr_get_nfs4_label(struct dentry *dentry, const char *key,
6154 void *buf, size_t buflen, int type)
6155{
6156 if (security_ismaclabel(key))
6157 return nfs4_get_security_label(dentry->d_inode, buf, buflen);
6158 return -EOPNOTSUPP;
6159}
6160
6161static size_t nfs4_xattr_list_nfs4_label(struct dentry *dentry, char *list,
6162 size_t list_len, const char *name,
6163 size_t name_len, int type)
6164{
6165 size_t len = 0;
6166
6167 if (nfs_server_capable(dentry->d_inode, NFS_CAP_SECURITY_LABEL)) {
6168 len = security_inode_listsecurity(dentry->d_inode, NULL, 0);
6169 if (list && len <= list_len)
6170 security_inode_listsecurity(dentry->d_inode, list, len);
6171 }
6172 return len;
6173}
6174
6175static const struct xattr_handler nfs4_xattr_nfs4_label_handler = {
6176 .prefix = XATTR_SECURITY_PREFIX,
6177 .list = nfs4_xattr_list_nfs4_label,
6178 .get = nfs4_xattr_get_nfs4_label,
6179 .set = nfs4_xattr_set_nfs4_label,
6180};
6181#endif
6182
6183
Andy Adamson533eb462011-06-13 18:25:56 -04006184/*
6185 * nfs_fhget will use either the mounted_on_fileid or the fileid
6186 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006187static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
6188{
Andy Adamson533eb462011-06-13 18:25:56 -04006189 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
6190 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
6191 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
Chuck Lever81934dd2012-03-01 17:01:57 -05006192 (fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006193 return;
6194
6195 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Chuck Lever81934dd2012-03-01 17:01:57 -05006196 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_V4_REFERRAL;
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006197 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
6198 fattr->nlink = 2;
6199}
6200
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006201static int _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6202 const struct qstr *name,
6203 struct nfs4_fs_locations *fs_locations,
6204 struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006205{
6206 struct nfs_server *server = NFS_SERVER(dir);
David Quigleya09df2c2013-05-22 12:50:41 -04006207 u32 bitmask[3] = {
Manoj Naik361e6242006-06-09 09:34:24 -04006208 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006209 };
6210 struct nfs4_fs_locations_arg args = {
6211 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05006212 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006213 .page = page,
6214 .bitmask = bitmask,
6215 };
Benny Halevy22958462009-04-01 09:22:02 -04006216 struct nfs4_fs_locations_res res = {
6217 .fs_locations = fs_locations,
6218 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04006219 struct rpc_message msg = {
6220 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6221 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04006222 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006223 };
6224 int status;
6225
Harvey Harrison3110ff82008-05-02 13:42:44 -07006226 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04006227
6228 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
6229 * is not supported */
6230 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
6231 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
6232 else
6233 bitmask[0] |= FATTR4_WORD0_FILEID;
6234
Trond Myklebustc228fd32007-01-13 02:28:11 -05006235 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006236 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04006237 fs_locations->nlocations = 0;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006238 status = nfs4_call_sync(client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07006239 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006240 return status;
6241}
6242
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006243int nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6244 const struct qstr *name,
6245 struct nfs4_fs_locations *fs_locations,
6246 struct page *page)
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006247{
6248 struct nfs4_exception exception = { };
6249 int err;
6250 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006251 err = _nfs4_proc_fs_locations(client, dir, name,
6252 fs_locations, page);
6253 trace_nfs4_get_fs_locations(dir, name, err);
6254 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006255 &exception);
6256 } while (exception.retry);
6257 return err;
6258}
6259
Chuck Leverb03d7352013-10-17 14:12:50 -04006260/*
6261 * This operation also signals the server that this client is
6262 * performing migration recovery. The server can stop returning
6263 * NFS4ERR_LEASE_MOVED to this client. A RENEW operation is
6264 * appended to this compound to identify the client ID which is
6265 * performing recovery.
6266 */
6267static int _nfs40_proc_get_locations(struct inode *inode,
6268 struct nfs4_fs_locations *locations,
6269 struct page *page, struct rpc_cred *cred)
6270{
6271 struct nfs_server *server = NFS_SERVER(inode);
6272 struct rpc_clnt *clnt = server->client;
6273 u32 bitmask[2] = {
6274 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6275 };
6276 struct nfs4_fs_locations_arg args = {
6277 .clientid = server->nfs_client->cl_clientid,
6278 .fh = NFS_FH(inode),
6279 .page = page,
6280 .bitmask = bitmask,
6281 .migration = 1, /* skip LOOKUP */
6282 .renew = 1, /* append RENEW */
6283 };
6284 struct nfs4_fs_locations_res res = {
6285 .fs_locations = locations,
6286 .migration = 1,
6287 .renew = 1,
6288 };
6289 struct rpc_message msg = {
6290 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6291 .rpc_argp = &args,
6292 .rpc_resp = &res,
6293 .rpc_cred = cred,
6294 };
6295 unsigned long now = jiffies;
6296 int status;
6297
6298 nfs_fattr_init(&locations->fattr);
6299 locations->server = server;
6300 locations->nlocations = 0;
6301
6302 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6303 nfs4_set_sequence_privileged(&args.seq_args);
6304 status = nfs4_call_sync_sequence(clnt, server, &msg,
6305 &args.seq_args, &res.seq_res);
6306 if (status)
6307 return status;
6308
6309 renew_lease(server, now);
6310 return 0;
6311}
6312
6313#ifdef CONFIG_NFS_V4_1
6314
6315/*
6316 * This operation also signals the server that this client is
6317 * performing migration recovery. The server can stop asserting
6318 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID
6319 * performing this operation is identified in the SEQUENCE
6320 * operation in this compound.
6321 *
6322 * When the client supports GETATTR(fs_locations_info), it can
6323 * be plumbed in here.
6324 */
6325static int _nfs41_proc_get_locations(struct inode *inode,
6326 struct nfs4_fs_locations *locations,
6327 struct page *page, struct rpc_cred *cred)
6328{
6329 struct nfs_server *server = NFS_SERVER(inode);
6330 struct rpc_clnt *clnt = server->client;
6331 u32 bitmask[2] = {
6332 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6333 };
6334 struct nfs4_fs_locations_arg args = {
6335 .fh = NFS_FH(inode),
6336 .page = page,
6337 .bitmask = bitmask,
6338 .migration = 1, /* skip LOOKUP */
6339 };
6340 struct nfs4_fs_locations_res res = {
6341 .fs_locations = locations,
6342 .migration = 1,
6343 };
6344 struct rpc_message msg = {
6345 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6346 .rpc_argp = &args,
6347 .rpc_resp = &res,
6348 .rpc_cred = cred,
6349 };
6350 int status;
6351
6352 nfs_fattr_init(&locations->fattr);
6353 locations->server = server;
6354 locations->nlocations = 0;
6355
6356 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6357 nfs4_set_sequence_privileged(&args.seq_args);
6358 status = nfs4_call_sync_sequence(clnt, server, &msg,
6359 &args.seq_args, &res.seq_res);
6360 if (status == NFS4_OK &&
6361 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6362 status = -NFS4ERR_LEASE_MOVED;
6363 return status;
6364}
6365
6366#endif /* CONFIG_NFS_V4_1 */
6367
6368/**
6369 * nfs4_proc_get_locations - discover locations for a migrated FSID
6370 * @inode: inode on FSID that is migrating
6371 * @locations: result of query
6372 * @page: buffer
6373 * @cred: credential to use for this operation
6374 *
6375 * Returns NFS4_OK on success, a negative NFS4ERR status code if the
6376 * operation failed, or a negative errno if a local error occurred.
6377 *
6378 * On success, "locations" is filled in, but if the server has
6379 * no locations information, NFS_ATTR_FATTR_V4_LOCATIONS is not
6380 * asserted.
6381 *
6382 * -NFS4ERR_LEASE_MOVED is returned if the server still has leases
6383 * from this client that require migration recovery.
6384 */
6385int nfs4_proc_get_locations(struct inode *inode,
6386 struct nfs4_fs_locations *locations,
6387 struct page *page, struct rpc_cred *cred)
6388{
6389 struct nfs_server *server = NFS_SERVER(inode);
6390 struct nfs_client *clp = server->nfs_client;
6391 const struct nfs4_mig_recovery_ops *ops =
6392 clp->cl_mvops->mig_recovery_ops;
6393 struct nfs4_exception exception = { };
6394 int status;
6395
6396 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6397 (unsigned long long)server->fsid.major,
6398 (unsigned long long)server->fsid.minor,
6399 clp->cl_hostname);
6400 nfs_display_fhandle(NFS_FH(inode), __func__);
6401
6402 do {
6403 status = ops->get_locations(inode, locations, page, cred);
6404 if (status != -NFS4ERR_DELAY)
6405 break;
6406 nfs4_handle_exception(server, status, &exception);
6407 } while (exception.retry);
6408 return status;
6409}
6410
Chuck Lever44c99932013-10-17 14:13:30 -04006411/*
6412 * This operation also signals the server that this client is
6413 * performing "lease moved" recovery. The server can stop
6414 * returning NFS4ERR_LEASE_MOVED to this client. A RENEW operation
6415 * is appended to this compound to identify the client ID which is
6416 * performing recovery.
6417 */
6418static int _nfs40_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6419{
6420 struct nfs_server *server = NFS_SERVER(inode);
6421 struct nfs_client *clp = NFS_SERVER(inode)->nfs_client;
6422 struct rpc_clnt *clnt = server->client;
6423 struct nfs4_fsid_present_arg args = {
6424 .fh = NFS_FH(inode),
6425 .clientid = clp->cl_clientid,
6426 .renew = 1, /* append RENEW */
6427 };
6428 struct nfs4_fsid_present_res res = {
6429 .renew = 1,
6430 };
6431 struct rpc_message msg = {
6432 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6433 .rpc_argp = &args,
6434 .rpc_resp = &res,
6435 .rpc_cred = cred,
6436 };
6437 unsigned long now = jiffies;
6438 int status;
6439
6440 res.fh = nfs_alloc_fhandle();
6441 if (res.fh == NULL)
6442 return -ENOMEM;
6443
6444 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6445 nfs4_set_sequence_privileged(&args.seq_args);
6446 status = nfs4_call_sync_sequence(clnt, server, &msg,
6447 &args.seq_args, &res.seq_res);
6448 nfs_free_fhandle(res.fh);
6449 if (status)
6450 return status;
6451
6452 do_renew_lease(clp, now);
6453 return 0;
6454}
6455
6456#ifdef CONFIG_NFS_V4_1
6457
6458/*
6459 * This operation also signals the server that this client is
6460 * performing "lease moved" recovery. The server can stop asserting
6461 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID performing
6462 * this operation is identified in the SEQUENCE operation in this
6463 * compound.
6464 */
6465static int _nfs41_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6466{
6467 struct nfs_server *server = NFS_SERVER(inode);
6468 struct rpc_clnt *clnt = server->client;
6469 struct nfs4_fsid_present_arg args = {
6470 .fh = NFS_FH(inode),
6471 };
6472 struct nfs4_fsid_present_res res = {
6473 };
6474 struct rpc_message msg = {
6475 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6476 .rpc_argp = &args,
6477 .rpc_resp = &res,
6478 .rpc_cred = cred,
6479 };
6480 int status;
6481
6482 res.fh = nfs_alloc_fhandle();
6483 if (res.fh == NULL)
6484 return -ENOMEM;
6485
6486 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6487 nfs4_set_sequence_privileged(&args.seq_args);
6488 status = nfs4_call_sync_sequence(clnt, server, &msg,
6489 &args.seq_args, &res.seq_res);
6490 nfs_free_fhandle(res.fh);
6491 if (status == NFS4_OK &&
6492 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6493 status = -NFS4ERR_LEASE_MOVED;
6494 return status;
6495}
6496
6497#endif /* CONFIG_NFS_V4_1 */
6498
6499/**
6500 * nfs4_proc_fsid_present - Is this FSID present or absent on server?
6501 * @inode: inode on FSID to check
6502 * @cred: credential to use for this operation
6503 *
6504 * Server indicates whether the FSID is present, moved, or not
6505 * recognized. This operation is necessary to clear a LEASE_MOVED
6506 * condition for this client ID.
6507 *
6508 * Returns NFS4_OK if the FSID is present on this server,
6509 * -NFS4ERR_MOVED if the FSID is no longer present, a negative
6510 * NFS4ERR code if some error occurred on the server, or a
6511 * negative errno if a local failure occurred.
6512 */
6513int nfs4_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6514{
6515 struct nfs_server *server = NFS_SERVER(inode);
6516 struct nfs_client *clp = server->nfs_client;
6517 const struct nfs4_mig_recovery_ops *ops =
6518 clp->cl_mvops->mig_recovery_ops;
6519 struct nfs4_exception exception = { };
6520 int status;
6521
6522 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6523 (unsigned long long)server->fsid.major,
6524 (unsigned long long)server->fsid.minor,
6525 clp->cl_hostname);
6526 nfs_display_fhandle(NFS_FH(inode), __func__);
6527
6528 do {
6529 status = ops->fsid_present(inode, cred);
6530 if (status != -NFS4ERR_DELAY)
6531 break;
6532 nfs4_handle_exception(server, status, &exception);
6533 } while (exception.retry);
6534 return status;
6535}
6536
Andy Adamson5ec16a82013-08-08 10:57:55 -04006537/**
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006538 * If 'use_integrity' is true and the state managment nfs_client
6539 * cl_rpcclient is using krb5i/p, use the integrity protected cl_rpcclient
6540 * and the machine credential as per RFC3530bis and RFC5661 Security
6541 * Considerations sections. Otherwise, just use the user cred with the
6542 * filesystem's rpc_client.
Andy Adamson5ec16a82013-08-08 10:57:55 -04006543 */
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006544static int _nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors, bool use_integrity)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006545{
6546 int status;
6547 struct nfs4_secinfo_arg args = {
6548 .dir_fh = NFS_FH(dir),
6549 .name = name,
6550 };
6551 struct nfs4_secinfo_res res = {
6552 .flavors = flavors,
6553 };
6554 struct rpc_message msg = {
6555 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
6556 .rpc_argp = &args,
6557 .rpc_resp = &res,
6558 };
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006559 struct rpc_clnt *clnt = NFS_SERVER(dir)->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006560 struct rpc_cred *cred = NULL;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006561
6562 if (use_integrity) {
6563 clnt = NFS_SERVER(dir)->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006564 cred = nfs4_get_clid_cred(NFS_SERVER(dir)->nfs_client);
6565 msg.rpc_cred = cred;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006566 }
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006567
6568 dprintk("NFS call secinfo %s\n", name->name);
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006569
6570 nfs4_state_protect(NFS_SERVER(dir)->nfs_client,
6571 NFS_SP4_MACH_CRED_SECINFO, &clnt, &msg);
6572
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006573 status = nfs4_call_sync(clnt, NFS_SERVER(dir), &msg, &args.seq_args,
6574 &res.seq_res, 0);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006575 dprintk("NFS reply secinfo: %d\n", status);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006576
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006577 if (cred)
6578 put_rpccred(cred);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006579
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006580 return status;
6581}
6582
Bryan Schumaker72de53e2012-04-27 13:27:40 -04006583int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name,
6584 struct nfs4_secinfo_flavors *flavors)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006585{
6586 struct nfs4_exception exception = { };
6587 int err;
6588 do {
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006589 err = -NFS4ERR_WRONGSEC;
6590
6591 /* try to use integrity protection with machine cred */
6592 if (_nfs4_is_integrity_protected(NFS_SERVER(dir)->nfs_client))
6593 err = _nfs4_proc_secinfo(dir, name, flavors, true);
6594
6595 /*
6596 * if unable to use integrity protection, or SECINFO with
6597 * integrity protection returns NFS4ERR_WRONGSEC (which is
6598 * disallowed by spec, but exists in deployed servers) use
6599 * the current filesystem's rpc_client and the user cred.
6600 */
6601 if (err == -NFS4ERR_WRONGSEC)
6602 err = _nfs4_proc_secinfo(dir, name, flavors, false);
6603
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006604 trace_nfs4_secinfo(dir, name, err);
6605 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006606 &exception);
6607 } while (exception.retry);
6608 return err;
6609}
6610
Andy Adamson557134a2009-04-01 09:21:53 -04006611#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04006612/*
Andy Adamson357f54d2010-12-14 10:11:57 -05006613 * Check the exchange flags returned by the server for invalid flags, having
6614 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
6615 * DS flags set.
6616 */
6617static int nfs4_check_cl_exchange_flags(u32 flags)
6618{
6619 if (flags & ~EXCHGID4_FLAG_MASK_R)
6620 goto out_inval;
6621 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
6622 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
6623 goto out_inval;
6624 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
6625 goto out_inval;
6626 return NFS_OK;
6627out_inval:
6628 return -NFS4ERR_INVAL;
6629}
6630
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006631static bool
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006632nfs41_same_server_scope(struct nfs41_server_scope *a,
6633 struct nfs41_server_scope *b)
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006634{
6635 if (a->server_scope_sz == b->server_scope_sz &&
6636 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
6637 return true;
6638
6639 return false;
6640}
6641
Andy Adamson357f54d2010-12-14 10:11:57 -05006642/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006643 * nfs4_proc_bind_conn_to_session()
6644 *
6645 * The 4.1 client currently uses the same TCP connection for the
6646 * fore and backchannel.
6647 */
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006648int nfs4_proc_bind_conn_to_session(struct nfs_client *clp, struct rpc_cred *cred)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006649{
6650 int status;
6651 struct nfs41_bind_conn_to_session_res res;
6652 struct rpc_message msg = {
6653 .rpc_proc =
6654 &nfs4_procedures[NFSPROC4_CLNT_BIND_CONN_TO_SESSION],
6655 .rpc_argp = clp,
6656 .rpc_resp = &res,
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006657 .rpc_cred = cred,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006658 };
6659
6660 dprintk("--> %s\n", __func__);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006661
6662 res.session = kzalloc(sizeof(struct nfs4_session), GFP_NOFS);
6663 if (unlikely(res.session == NULL)) {
6664 status = -ENOMEM;
6665 goto out;
6666 }
6667
6668 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006669 trace_nfs4_bind_conn_to_session(clp, status);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006670 if (status == 0) {
6671 if (memcmp(res.session->sess_id.data,
6672 clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) {
6673 dprintk("NFS: %s: Session ID mismatch\n", __func__);
6674 status = -EIO;
6675 goto out_session;
6676 }
6677 if (res.dir != NFS4_CDFS4_BOTH) {
6678 dprintk("NFS: %s: Unexpected direction from server\n",
6679 __func__);
6680 status = -EIO;
6681 goto out_session;
6682 }
6683 if (res.use_conn_in_rdma_mode) {
6684 dprintk("NFS: %s: Server returned RDMA mode = true\n",
6685 __func__);
6686 status = -EIO;
6687 goto out_session;
6688 }
6689 }
6690out_session:
6691 kfree(res.session);
6692out:
6693 dprintk("<-- %s status= %d\n", __func__, status);
6694 return status;
6695}
6696
6697/*
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006698 * Minimum set of SP4_MACH_CRED operations from RFC 5661 in the enforce map
6699 * and operations we'd like to see to enable certain features in the allow map
Benny Halevy99fe60d2009-04-01 09:22:29 -04006700 */
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006701static const struct nfs41_state_protection nfs4_sp4_mach_cred_request = {
6702 .how = SP4_MACH_CRED,
6703 .enforce.u.words = {
6704 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6705 1 << (OP_EXCHANGE_ID - 32) |
6706 1 << (OP_CREATE_SESSION - 32) |
6707 1 << (OP_DESTROY_SESSION - 32) |
6708 1 << (OP_DESTROY_CLIENTID - 32)
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006709 },
6710 .allow.u.words = {
6711 [0] = 1 << (OP_CLOSE) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006712 1 << (OP_LOCKU) |
6713 1 << (OP_COMMIT),
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006714 [1] = 1 << (OP_SECINFO - 32) |
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006715 1 << (OP_SECINFO_NO_NAME - 32) |
6716 1 << (OP_TEST_STATEID - 32) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006717 1 << (OP_FREE_STATEID - 32) |
6718 1 << (OP_WRITE - 32)
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006719 }
6720};
6721
6722/*
6723 * Select the state protection mode for client `clp' given the server results
6724 * from exchange_id in `sp'.
6725 *
6726 * Returns 0 on success, negative errno otherwise.
6727 */
6728static int nfs4_sp4_select_mode(struct nfs_client *clp,
6729 struct nfs41_state_protection *sp)
6730{
6731 static const u32 supported_enforce[NFS4_OP_MAP_NUM_WORDS] = {
6732 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6733 1 << (OP_EXCHANGE_ID - 32) |
6734 1 << (OP_CREATE_SESSION - 32) |
6735 1 << (OP_DESTROY_SESSION - 32) |
6736 1 << (OP_DESTROY_CLIENTID - 32)
6737 };
6738 unsigned int i;
6739
6740 if (sp->how == SP4_MACH_CRED) {
6741 /* Print state protect result */
6742 dfprintk(MOUNT, "Server SP4_MACH_CRED support:\n");
6743 for (i = 0; i <= LAST_NFS4_OP; i++) {
6744 if (test_bit(i, sp->enforce.u.longs))
6745 dfprintk(MOUNT, " enforce op %d\n", i);
6746 if (test_bit(i, sp->allow.u.longs))
6747 dfprintk(MOUNT, " allow op %d\n", i);
6748 }
6749
6750 /* make sure nothing is on enforce list that isn't supported */
6751 for (i = 0; i < NFS4_OP_MAP_NUM_WORDS; i++) {
6752 if (sp->enforce.u.words[i] & ~supported_enforce[i]) {
6753 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6754 return -EINVAL;
6755 }
6756 }
6757
6758 /*
6759 * Minimal mode - state operations are allowed to use machine
6760 * credential. Note this already happens by default, so the
6761 * client doesn't have to do anything more than the negotiation.
6762 *
6763 * NOTE: we don't care if EXCHANGE_ID is in the list -
6764 * we're already using the machine cred for exchange_id
6765 * and will never use a different cred.
6766 */
6767 if (test_bit(OP_BIND_CONN_TO_SESSION, sp->enforce.u.longs) &&
6768 test_bit(OP_CREATE_SESSION, sp->enforce.u.longs) &&
6769 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) &&
6770 test_bit(OP_DESTROY_CLIENTID, sp->enforce.u.longs)) {
6771 dfprintk(MOUNT, "sp4_mach_cred:\n");
6772 dfprintk(MOUNT, " minimal mode enabled\n");
6773 set_bit(NFS_SP4_MACH_CRED_MINIMAL, &clp->cl_sp4_flags);
6774 } else {
6775 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6776 return -EINVAL;
6777 }
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006778
6779 if (test_bit(OP_CLOSE, sp->allow.u.longs) &&
6780 test_bit(OP_LOCKU, sp->allow.u.longs)) {
6781 dfprintk(MOUNT, " cleanup mode enabled\n");
6782 set_bit(NFS_SP4_MACH_CRED_CLEANUP, &clp->cl_sp4_flags);
6783 }
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006784
6785 if (test_bit(OP_SECINFO, sp->allow.u.longs) &&
6786 test_bit(OP_SECINFO_NO_NAME, sp->allow.u.longs)) {
6787 dfprintk(MOUNT, " secinfo mode enabled\n");
6788 set_bit(NFS_SP4_MACH_CRED_SECINFO, &clp->cl_sp4_flags);
6789 }
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006790
6791 if (test_bit(OP_TEST_STATEID, sp->allow.u.longs) &&
6792 test_bit(OP_FREE_STATEID, sp->allow.u.longs)) {
6793 dfprintk(MOUNT, " stateid mode enabled\n");
6794 set_bit(NFS_SP4_MACH_CRED_STATEID, &clp->cl_sp4_flags);
6795 }
Weston Andros Adamson8c21c622013-08-13 16:37:37 -04006796
6797 if (test_bit(OP_WRITE, sp->allow.u.longs)) {
6798 dfprintk(MOUNT, " write mode enabled\n");
6799 set_bit(NFS_SP4_MACH_CRED_WRITE, &clp->cl_sp4_flags);
6800 }
6801
6802 if (test_bit(OP_COMMIT, sp->allow.u.longs)) {
6803 dfprintk(MOUNT, " commit mode enabled\n");
6804 set_bit(NFS_SP4_MACH_CRED_COMMIT, &clp->cl_sp4_flags);
6805 }
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006806 }
6807
6808 return 0;
6809}
6810
6811/*
6812 * _nfs4_proc_exchange_id()
6813 *
6814 * Wrapper for EXCHANGE_ID operation.
6815 */
6816static int _nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred,
6817 u32 sp4_how)
Benny Halevy99fe60d2009-04-01 09:22:29 -04006818{
6819 nfs4_verifier verifier;
6820 struct nfs41_exchange_id_args args = {
Chuck Levercd937102012-03-02 17:14:31 -05006821 .verifier = &verifier,
Benny Halevy99fe60d2009-04-01 09:22:29 -04006822 .client = clp,
Chuck Levercd3fade2013-10-17 14:14:04 -04006823#ifdef CONFIG_NFS_V4_1_MIGRATION
Trond Myklebust4f0b4292013-05-20 12:24:03 -04006824 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
Chuck Levercd3fade2013-10-17 14:14:04 -04006825 EXCHGID4_FLAG_BIND_PRINC_STATEID |
6826 EXCHGID4_FLAG_SUPP_MOVED_MIGR,
6827#else
6828 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
6829 EXCHGID4_FLAG_BIND_PRINC_STATEID,
6830#endif
Benny Halevy99fe60d2009-04-01 09:22:29 -04006831 };
6832 struct nfs41_exchange_id_res res = {
Trond Myklebust32b01312012-05-26 13:41:04 -04006833 0
Benny Halevy99fe60d2009-04-01 09:22:29 -04006834 };
6835 int status;
6836 struct rpc_message msg = {
6837 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
6838 .rpc_argp = &args,
6839 .rpc_resp = &res,
6840 .rpc_cred = cred,
6841 };
Benny Halevy99fe60d2009-04-01 09:22:29 -04006842
Chuck Leverf0920752012-05-21 22:45:41 -04006843 nfs4_init_boot_verifier(clp, &verifier);
Chuck Levere984a552012-09-14 17:24:21 -04006844 args.id_len = nfs4_init_uniform_client_string(clp, args.id,
6845 sizeof(args.id));
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006846 dprintk("NFS call exchange_id auth=%s, '%.*s'\n",
6847 clp->cl_rpcclient->cl_auth->au_ops->au_name,
6848 args.id_len, args.id);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006849
Chuck Leveracdeb692012-05-21 22:46:16 -04006850 res.server_owner = kzalloc(sizeof(struct nfs41_server_owner),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006851 GFP_NOFS);
Chuck Leveracdeb692012-05-21 22:46:16 -04006852 if (unlikely(res.server_owner == NULL)) {
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006853 status = -ENOMEM;
6854 goto out;
6855 }
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006856
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006857 res.server_scope = kzalloc(sizeof(struct nfs41_server_scope),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006858 GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006859 if (unlikely(res.server_scope == NULL)) {
Benny Halevy99fe60d2009-04-01 09:22:29 -04006860 status = -ENOMEM;
Chuck Leveracdeb692012-05-21 22:46:16 -04006861 goto out_server_owner;
Benny Halevy99fe60d2009-04-01 09:22:29 -04006862 }
6863
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006864 res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006865 if (unlikely(res.impl_id == NULL)) {
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006866 status = -ENOMEM;
6867 goto out_server_scope;
6868 }
6869
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006870 switch (sp4_how) {
6871 case SP4_NONE:
6872 args.state_protect.how = SP4_NONE;
6873 break;
6874
6875 case SP4_MACH_CRED:
6876 args.state_protect = nfs4_sp4_mach_cred_request;
6877 break;
6878
6879 default:
6880 /* unsupported! */
6881 WARN_ON_ONCE(1);
6882 status = -EINVAL;
6883 goto out_server_scope;
6884 }
6885
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006886 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006887 trace_nfs4_exchange_id(clp, status);
Chuck Lever177313f2012-05-21 22:44:58 -04006888 if (status == 0)
Trond Myklebust32b01312012-05-26 13:41:04 -04006889 status = nfs4_check_cl_exchange_flags(res.flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006890
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006891 if (status == 0)
6892 status = nfs4_sp4_select_mode(clp, &res.state_protect);
6893
Chuck Lever177313f2012-05-21 22:44:58 -04006894 if (status == 0) {
Trond Myklebust32b01312012-05-26 13:41:04 -04006895 clp->cl_clientid = res.clientid;
6896 clp->cl_exchange_flags = (res.flags & ~EXCHGID4_FLAG_CONFIRMED_R);
6897 if (!(res.flags & EXCHGID4_FLAG_CONFIRMED_R))
6898 clp->cl_seqid = res.seqid;
6899
Chuck Leveracdeb692012-05-21 22:46:16 -04006900 kfree(clp->cl_serverowner);
6901 clp->cl_serverowner = res.server_owner;
6902 res.server_owner = NULL;
Chuck Leveracdeb692012-05-21 22:46:16 -04006903
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006904 /* use the most recent implementation id */
Chuck Lever59155542012-05-21 22:44:41 -04006905 kfree(clp->cl_implid);
6906 clp->cl_implid = res.impl_id;
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006907
Chuck Lever177313f2012-05-21 22:44:58 -04006908 if (clp->cl_serverscope != NULL &&
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006909 !nfs41_same_server_scope(clp->cl_serverscope,
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006910 res.server_scope)) {
6911 dprintk("%s: server_scope mismatch detected\n",
6912 __func__);
6913 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006914 kfree(clp->cl_serverscope);
6915 clp->cl_serverscope = NULL;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006916 }
6917
Chuck Lever177313f2012-05-21 22:44:58 -04006918 if (clp->cl_serverscope == NULL) {
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006919 clp->cl_serverscope = res.server_scope;
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006920 goto out;
6921 }
Trond Myklebust32b01312012-05-26 13:41:04 -04006922 } else
6923 kfree(res.impl_id);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006924
Chuck Leveracdeb692012-05-21 22:46:16 -04006925out_server_owner:
6926 kfree(res.server_owner);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006927out_server_scope:
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006928 kfree(res.server_scope);
6929out:
Chuck Lever177313f2012-05-21 22:44:58 -04006930 if (clp->cl_implid != NULL)
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006931 dprintk("NFS reply exchange_id: Server Implementation ID: "
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006932 "domain: %s, name: %s, date: %llu,%u\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006933 clp->cl_implid->domain, clp->cl_implid->name,
Chuck Lever59155542012-05-21 22:44:41 -04006934 clp->cl_implid->date.seconds,
6935 clp->cl_implid->date.nseconds);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006936 dprintk("NFS reply exchange_id: %d\n", status);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006937 return status;
6938}
6939
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006940/*
6941 * nfs4_proc_exchange_id()
6942 *
6943 * Returns zero, a negative errno, or a negative NFS4ERR status code.
6944 *
6945 * Since the clientid has expired, all compounds using sessions
6946 * associated with the stale clientid will be returning
6947 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
6948 * be in some phase of session reset.
6949 *
6950 * Will attempt to negotiate SP4_MACH_CRED if krb5i / krb5p auth is used.
6951 */
6952int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
6953{
6954 rpc_authflavor_t authflavor = clp->cl_rpcclient->cl_auth->au_flavor;
6955 int status;
6956
6957 /* try SP4_MACH_CRED if krb5i/p */
6958 if (authflavor == RPC_AUTH_GSS_KRB5I ||
6959 authflavor == RPC_AUTH_GSS_KRB5P) {
6960 status = _nfs4_proc_exchange_id(clp, cred, SP4_MACH_CRED);
6961 if (!status)
6962 return 0;
6963 }
6964
6965 /* try SP4_NONE */
6966 return _nfs4_proc_exchange_id(clp, cred, SP4_NONE);
6967}
6968
Trond Myklebust66245532012-05-25 17:18:09 -04006969static int _nfs4_proc_destroy_clientid(struct nfs_client *clp,
6970 struct rpc_cred *cred)
6971{
6972 struct rpc_message msg = {
6973 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_CLIENTID],
6974 .rpc_argp = clp,
6975 .rpc_cred = cred,
6976 };
6977 int status;
6978
6979 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006980 trace_nfs4_destroy_clientid(clp, status);
Trond Myklebust66245532012-05-25 17:18:09 -04006981 if (status)
Trond Myklebust02c67522012-06-07 13:45:53 -04006982 dprintk("NFS: Got error %d from the server %s on "
Trond Myklebust66245532012-05-25 17:18:09 -04006983 "DESTROY_CLIENTID.", status, clp->cl_hostname);
6984 return status;
6985}
6986
6987static int nfs4_proc_destroy_clientid(struct nfs_client *clp,
6988 struct rpc_cred *cred)
6989{
6990 unsigned int loop;
6991 int ret;
6992
6993 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
6994 ret = _nfs4_proc_destroy_clientid(clp, cred);
6995 switch (ret) {
6996 case -NFS4ERR_DELAY:
6997 case -NFS4ERR_CLIENTID_BUSY:
6998 ssleep(1);
6999 break;
7000 default:
7001 return ret;
7002 }
7003 }
7004 return 0;
7005}
7006
7007int nfs4_destroy_clientid(struct nfs_client *clp)
7008{
7009 struct rpc_cred *cred;
7010 int ret = 0;
7011
7012 if (clp->cl_mvops->minor_version < 1)
7013 goto out;
7014 if (clp->cl_exchange_flags == 0)
7015 goto out;
Chuck Lever05f4c352012-09-14 17:24:32 -04007016 if (clp->cl_preserve_clid)
7017 goto out;
Chuck Lever73d8bde2013-07-24 12:28:37 -04007018 cred = nfs4_get_clid_cred(clp);
Trond Myklebust66245532012-05-25 17:18:09 -04007019 ret = nfs4_proc_destroy_clientid(clp, cred);
7020 if (cred)
7021 put_rpccred(cred);
7022 switch (ret) {
7023 case 0:
7024 case -NFS4ERR_STALE_CLIENTID:
7025 clp->cl_exchange_flags = 0;
7026 }
7027out:
7028 return ret;
7029}
7030
Andy Adamson2050f0c2009-04-01 09:22:30 -04007031struct nfs4_get_lease_time_data {
7032 struct nfs4_get_lease_time_args *args;
7033 struct nfs4_get_lease_time_res *res;
7034 struct nfs_client *clp;
7035};
7036
7037static void nfs4_get_lease_time_prepare(struct rpc_task *task,
7038 void *calldata)
7039{
Andy Adamson2050f0c2009-04-01 09:22:30 -04007040 struct nfs4_get_lease_time_data *data =
7041 (struct nfs4_get_lease_time_data *)calldata;
7042
7043 dprintk("--> %s\n", __func__);
7044 /* just setup sequence, do not trigger session recovery
7045 since we're invoked within one */
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007046 nfs41_setup_sequence(data->clp->cl_session,
7047 &data->args->la_seq_args,
7048 &data->res->lr_seq_res,
7049 task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007050 dprintk("<-- %s\n", __func__);
7051}
7052
7053/*
7054 * Called from nfs4_state_manager thread for session setup, so don't recover
7055 * from sequence operation or clientid errors.
7056 */
7057static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
7058{
7059 struct nfs4_get_lease_time_data *data =
7060 (struct nfs4_get_lease_time_data *)calldata;
7061
7062 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007063 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
7064 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04007065 switch (task->tk_status) {
7066 case -NFS4ERR_DELAY:
7067 case -NFS4ERR_GRACE:
7068 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
7069 rpc_delay(task, NFS4_POLL_RETRY_MIN);
7070 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007071 /* fall through */
7072 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007073 rpc_restart_call_prepare(task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007074 return;
7075 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04007076 dprintk("<-- %s\n", __func__);
7077}
7078
Trond Myklebust17280172012-03-11 13:11:00 -04007079static const struct rpc_call_ops nfs4_get_lease_time_ops = {
Andy Adamson2050f0c2009-04-01 09:22:30 -04007080 .rpc_call_prepare = nfs4_get_lease_time_prepare,
7081 .rpc_call_done = nfs4_get_lease_time_done,
7082};
7083
7084int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
7085{
7086 struct rpc_task *task;
7087 struct nfs4_get_lease_time_args args;
7088 struct nfs4_get_lease_time_res res = {
7089 .lr_fsinfo = fsinfo,
7090 };
7091 struct nfs4_get_lease_time_data data = {
7092 .args = &args,
7093 .res = &res,
7094 .clp = clp,
7095 };
7096 struct rpc_message msg = {
7097 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
7098 .rpc_argp = &args,
7099 .rpc_resp = &res,
7100 };
7101 struct rpc_task_setup task_setup = {
7102 .rpc_client = clp->cl_rpcclient,
7103 .rpc_message = &msg,
7104 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007105 .callback_data = &data,
7106 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04007107 };
7108 int status;
7109
Chuck Levera9c92d62013-08-09 12:48:18 -04007110 nfs4_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007111 nfs4_set_sequence_privileged(&args.la_seq_args);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007112 dprintk("--> %s\n", __func__);
7113 task = rpc_run_task(&task_setup);
7114
7115 if (IS_ERR(task))
7116 status = PTR_ERR(task);
7117 else {
7118 status = task->tk_status;
7119 rpc_put_task(task);
7120 }
7121 dprintk("<-- %s return %d\n", __func__, status);
7122
7123 return status;
7124}
7125
Andy Adamsonfc931582009-04-01 09:22:31 -04007126/*
7127 * Initialize the values to be used by the client in CREATE_SESSION
7128 * If nfs4_init_session set the fore channel request and response sizes,
7129 * use them.
7130 *
7131 * Set the back channel max_resp_sz_cached to zero to force the client to
7132 * always set csa_cachethis to FALSE because the current implementation
7133 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
7134 */
7135static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
7136{
Andy Adamson18aad3d2013-06-26 12:21:49 -04007137 unsigned int max_rqst_sz, max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007138
Andy Adamson18aad3d2013-06-26 12:21:49 -04007139 max_rqst_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxwrite_overhead;
7140 max_resp_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxread_overhead;
7141
Andy Adamsonfc931582009-04-01 09:22:31 -04007142 /* Fore channel attributes */
Andy Adamson18aad3d2013-06-26 12:21:49 -04007143 args->fc_attrs.max_rqst_sz = max_rqst_sz;
7144 args->fc_attrs.max_resp_sz = max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007145 args->fc_attrs.max_ops = NFS4_MAX_OPS;
Trond Myklebustef159e92012-02-06 19:50:40 -05007146 args->fc_attrs.max_reqs = max_session_slots;
Andy Adamsonfc931582009-04-01 09:22:31 -04007147
7148 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05007149 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04007150 __func__,
7151 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05007152 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04007153
7154 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04007155 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
7156 args->bc_attrs.max_resp_sz = PAGE_SIZE;
7157 args->bc_attrs.max_resp_sz_cached = 0;
7158 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
7159 args->bc_attrs.max_reqs = 1;
7160
7161 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
7162 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
7163 __func__,
7164 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
7165 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
7166 args->bc_attrs.max_reqs);
7167}
7168
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007169static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
Andy Adamson8d353012009-04-01 09:22:32 -04007170{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007171 struct nfs4_channel_attrs *sent = &args->fc_attrs;
7172 struct nfs4_channel_attrs *rcvd = &session->fc_attrs;
7173
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007174 if (rcvd->max_resp_sz > sent->max_resp_sz)
7175 return -EINVAL;
7176 /*
7177 * Our requested max_ops is the minimum we need; we're not
7178 * prepared to break up compounds into smaller pieces than that.
7179 * So, no point even trying to continue if the server won't
7180 * cooperate:
7181 */
7182 if (rcvd->max_ops < sent->max_ops)
7183 return -EINVAL;
7184 if (rcvd->max_reqs == 0)
7185 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007186 if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE)
7187 rcvd->max_reqs = NFS4_MAX_SLOT_TABLE;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007188 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04007189}
7190
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007191static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
7192{
7193 struct nfs4_channel_attrs *sent = &args->bc_attrs;
7194 struct nfs4_channel_attrs *rcvd = &session->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04007195
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007196 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
7197 return -EINVAL;
7198 if (rcvd->max_resp_sz < sent->max_resp_sz)
7199 return -EINVAL;
7200 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
7201 return -EINVAL;
7202 /* These would render the backchannel useless: */
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007203 if (rcvd->max_ops != sent->max_ops)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007204 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007205 if (rcvd->max_reqs != sent->max_reqs)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007206 return -EINVAL;
7207 return 0;
7208}
Andy Adamson8d353012009-04-01 09:22:32 -04007209
Andy Adamson8d353012009-04-01 09:22:32 -04007210static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
7211 struct nfs4_session *session)
7212{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007213 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04007214
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007215 ret = nfs4_verify_fore_channel_attrs(args, session);
7216 if (ret)
7217 return ret;
7218 return nfs4_verify_back_channel_attrs(args, session);
Andy Adamson8d353012009-04-01 09:22:32 -04007219}
7220
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007221static int _nfs4_proc_create_session(struct nfs_client *clp,
7222 struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007223{
7224 struct nfs4_session *session = clp->cl_session;
7225 struct nfs41_create_session_args args = {
7226 .client = clp,
7227 .cb_program = NFS4_CALLBACK,
7228 };
7229 struct nfs41_create_session_res res = {
7230 .client = clp,
7231 };
7232 struct rpc_message msg = {
7233 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
7234 .rpc_argp = &args,
7235 .rpc_resp = &res,
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007236 .rpc_cred = cred,
Andy Adamsonfc931582009-04-01 09:22:31 -04007237 };
7238 int status;
7239
7240 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04007241 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04007242
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007243 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007244 trace_nfs4_create_session(clp, status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007245
Trond Myklebust43095d32012-11-20 11:13:12 -05007246 if (!status) {
Andy Adamson8d353012009-04-01 09:22:32 -04007247 /* Verify the session's negotiated channel_attrs values */
7248 status = nfs4_verify_channel_attrs(&args, session);
Andy Adamsonfc931582009-04-01 09:22:31 -04007249 /* Increment the clientid slot sequence id */
7250 clp->cl_seqid++;
7251 }
7252
7253 return status;
7254}
7255
7256/*
7257 * Issues a CREATE_SESSION operation to the server.
7258 * It is the responsibility of the caller to verify the session is
7259 * expired before calling this routine.
7260 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007261int nfs4_proc_create_session(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007262{
7263 int status;
7264 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04007265 struct nfs4_session *session = clp->cl_session;
7266
7267 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
7268
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007269 status = _nfs4_proc_create_session(clp, cred);
Andy Adamsonfc931582009-04-01 09:22:31 -04007270 if (status)
7271 goto out;
7272
Andy Adamsonaacd5532011-11-09 13:58:21 -05007273 /* Init or reset the session slot tables */
7274 status = nfs4_setup_session_slot_tables(session);
7275 dprintk("slot table setup returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007276 if (status)
7277 goto out;
7278
7279 ptr = (unsigned *)&session->sess_id.data[0];
7280 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
7281 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04007282out:
7283 dprintk("<-- %s\n", __func__);
7284 return status;
7285}
7286
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007287/*
7288 * Issue the over-the-wire RPC DESTROY_SESSION.
7289 * The caller must serialize access to this routine.
7290 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007291int nfs4_proc_destroy_session(struct nfs4_session *session,
7292 struct rpc_cred *cred)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007293{
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007294 struct rpc_message msg = {
7295 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION],
7296 .rpc_argp = session,
7297 .rpc_cred = cred,
7298 };
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007299 int status = 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007300
7301 dprintk("--> nfs4_proc_destroy_session\n");
7302
7303 /* session is still being setup */
7304 if (session->clp->cl_cons_state != NFS_CS_READY)
7305 return status;
7306
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007307 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007308 trace_nfs4_destroy_session(session->clp, status);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007309
7310 if (status)
Trond Myklebust08106ac2012-06-05 10:08:24 -04007311 dprintk("NFS: Got error %d from the server on DESTROY_SESSION. "
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007312 "Session has been destroyed regardless...\n", status);
7313
7314 dprintk("<-- nfs4_proc_destroy_session\n");
7315 return status;
7316}
7317
Trond Myklebust7b38c362012-05-23 13:23:31 -04007318/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007319 * Renew the cl_session lease.
7320 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007321struct nfs4_sequence_data {
7322 struct nfs_client *clp;
7323 struct nfs4_sequence_args args;
7324 struct nfs4_sequence_res res;
7325};
7326
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007327static void nfs41_sequence_release(void *data)
7328{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007329 struct nfs4_sequence_data *calldata = data;
7330 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007331
Alexandros Batsakis71358402010-02-05 03:45:05 -08007332 if (atomic_read(&clp->cl_count) > 1)
7333 nfs4_schedule_state_renewal(clp);
7334 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007335 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007336}
7337
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007338static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7339{
7340 switch(task->tk_status) {
7341 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007342 rpc_delay(task, NFS4_POLL_RETRY_MAX);
7343 return -EAGAIN;
7344 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007345 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007346 }
7347 return 0;
7348}
7349
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007350static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007351{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007352 struct nfs4_sequence_data *calldata = data;
7353 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007354
Trond Myklebust14516c32010-07-31 14:29:06 -04007355 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
7356 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007357
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007358 trace_nfs4_sequence(clp, task->tk_status);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007359 if (task->tk_status < 0) {
7360 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007361 if (atomic_read(&clp->cl_count) == 1)
7362 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007363
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007364 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
7365 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007366 return;
7367 }
7368 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007369 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007370out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007371 dprintk("<-- %s\n", __func__);
7372}
7373
7374static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
7375{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007376 struct nfs4_sequence_data *calldata = data;
7377 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007378 struct nfs4_sequence_args *args;
7379 struct nfs4_sequence_res *res;
7380
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007381 args = task->tk_msg.rpc_argp;
7382 res = task->tk_msg.rpc_resp;
7383
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007384 nfs41_setup_sequence(clp->cl_session, args, res, task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007385}
7386
7387static const struct rpc_call_ops nfs41_sequence_ops = {
7388 .rpc_call_done = nfs41_sequence_call_done,
7389 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007390 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007391};
7392
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007393static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp,
7394 struct rpc_cred *cred,
7395 bool is_privileged)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007396{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007397 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007398 struct rpc_message msg = {
7399 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
7400 .rpc_cred = cred,
7401 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007402 struct rpc_task_setup task_setup_data = {
7403 .rpc_client = clp->cl_rpcclient,
7404 .rpc_message = &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007405 .callback_ops = &nfs41_sequence_ops,
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04007406 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT,
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007407 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007408
Alexandros Batsakis71358402010-02-05 03:45:05 -08007409 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007410 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04007411 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007412 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08007413 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007414 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007415 }
Chuck Levera9c92d62013-08-09 12:48:18 -04007416 nfs4_init_sequence(&calldata->args, &calldata->res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007417 if (is_privileged)
7418 nfs4_set_sequence_privileged(&calldata->args);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007419 msg.rpc_argp = &calldata->args;
7420 msg.rpc_resp = &calldata->res;
7421 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007422 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007423
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007424 return rpc_run_task(&task_setup_data);
7425}
7426
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007427static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007428{
7429 struct rpc_task *task;
7430 int ret = 0;
7431
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007432 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
Andy Adamsond1f456b2014-09-29 12:31:57 -04007433 return -EAGAIN;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007434 task = _nfs41_proc_sequence(clp, cred, false);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007435 if (IS_ERR(task))
7436 ret = PTR_ERR(task);
7437 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08007438 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007439 dprintk("<-- %s status=%d\n", __func__, ret);
7440 return ret;
7441}
7442
7443static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
7444{
7445 struct rpc_task *task;
7446 int ret;
7447
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007448 task = _nfs41_proc_sequence(clp, cred, true);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007449 if (IS_ERR(task)) {
7450 ret = PTR_ERR(task);
7451 goto out;
7452 }
7453 ret = rpc_wait_for_completion_task(task);
Trond Myklebustb4410c22011-03-09 16:00:55 -05007454 if (!ret) {
7455 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp;
7456
7457 if (task->tk_status == 0)
7458 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007459 ret = task->tk_status;
Trond Myklebustb4410c22011-03-09 16:00:55 -05007460 }
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007461 rpc_put_task(task);
7462out:
7463 dprintk("<-- %s status=%d\n", __func__, ret);
7464 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007465}
7466
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007467struct nfs4_reclaim_complete_data {
7468 struct nfs_client *clp;
7469 struct nfs41_reclaim_complete_args arg;
7470 struct nfs41_reclaim_complete_res res;
7471};
7472
7473static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
7474{
7475 struct nfs4_reclaim_complete_data *calldata = data;
7476
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007477 nfs41_setup_sequence(calldata->clp->cl_session,
7478 &calldata->arg.seq_args,
7479 &calldata->res.seq_res,
7480 task);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007481}
7482
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007483static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7484{
7485 switch(task->tk_status) {
7486 case 0:
7487 case -NFS4ERR_COMPLETE_ALREADY:
7488 case -NFS4ERR_WRONG_CRED: /* What to do here? */
7489 break;
7490 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007491 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007492 /* fall through */
7493 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007494 return -EAGAIN;
7495 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007496 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007497 }
7498 return 0;
7499}
7500
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007501static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
7502{
7503 struct nfs4_reclaim_complete_data *calldata = data;
7504 struct nfs_client *clp = calldata->clp;
7505 struct nfs4_sequence_res *res = &calldata->res.seq_res;
7506
7507 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007508 if (!nfs41_sequence_done(task, res))
7509 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007510
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007511 trace_nfs4_reclaim_complete(clp, task->tk_status);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007512 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
7513 rpc_restart_call_prepare(task);
7514 return;
7515 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007516 dprintk("<-- %s\n", __func__);
7517}
7518
7519static void nfs4_free_reclaim_complete_data(void *data)
7520{
7521 struct nfs4_reclaim_complete_data *calldata = data;
7522
7523 kfree(calldata);
7524}
7525
7526static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
7527 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
7528 .rpc_call_done = nfs4_reclaim_complete_done,
7529 .rpc_release = nfs4_free_reclaim_complete_data,
7530};
7531
7532/*
7533 * Issue a global reclaim complete.
7534 */
Trond Myklebust965e9c22013-05-20 11:05:17 -04007535static int nfs41_proc_reclaim_complete(struct nfs_client *clp,
7536 struct rpc_cred *cred)
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007537{
7538 struct nfs4_reclaim_complete_data *calldata;
7539 struct rpc_task *task;
7540 struct rpc_message msg = {
7541 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
Trond Myklebust965e9c22013-05-20 11:05:17 -04007542 .rpc_cred = cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007543 };
7544 struct rpc_task_setup task_setup_data = {
7545 .rpc_client = clp->cl_rpcclient,
7546 .rpc_message = &msg,
7547 .callback_ops = &nfs4_reclaim_complete_call_ops,
7548 .flags = RPC_TASK_ASYNC,
7549 };
7550 int status = -ENOMEM;
7551
7552 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04007553 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007554 if (calldata == NULL)
7555 goto out;
7556 calldata->clp = clp;
7557 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007558
Chuck Levera9c92d62013-08-09 12:48:18 -04007559 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007560 nfs4_set_sequence_privileged(&calldata->arg.seq_args);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007561 msg.rpc_argp = &calldata->arg;
7562 msg.rpc_resp = &calldata->res;
7563 task_setup_data.callback_data = calldata;
7564 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007565 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007566 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007567 goto out;
7568 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05007569 status = nfs4_wait_for_completion_rpc_task(task);
7570 if (status == 0)
7571 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007572 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007573 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007574out:
7575 dprintk("<-- %s status=%d\n", __func__, status);
7576 return status;
7577}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007578
7579static void
7580nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
7581{
7582 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00007583 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007584 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007585
7586 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00007587 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
7588 * right now covering the LAYOUTGET we are about to send.
7589 * However, that is not so catastrophic, and there seems
7590 * to be no way to prevent it completely.
7591 */
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007592 if (nfs41_setup_sequence(session, &lgp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05007593 &lgp->res.seq_res, task))
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007594 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00007595 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
7596 NFS_I(lgp->args.inode)->layout,
Peng Taoce6ab4f2014-09-06 00:53:24 +08007597 &lgp->args.range,
Fred Isamancf7d63f2011-01-06 11:36:25 +00007598 lgp->args.ctx->state)) {
7599 rpc_exit(task, NFS4_OK);
Fred Isamancf7d63f2011-01-06 11:36:25 +00007600 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007601}
7602
7603static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
7604{
7605 struct nfs4_layoutget *lgp = calldata;
Trond Myklebustee314c22012-10-01 17:25:48 -07007606 struct inode *inode = lgp->args.inode;
7607 struct nfs_server *server = NFS_SERVER(inode);
7608 struct pnfs_layout_hdr *lo;
7609 struct nfs4_state *state = NULL;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007610 unsigned long timeo, now, giveup;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007611
Boaz Harroshed7e5422014-01-22 20:34:54 +02007612 dprintk("--> %s tk_status => %d\n", __func__, -task->tk_status);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007613
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007614 if (!nfs41_sequence_done(task, &lgp->res.seq_res))
Trond Myklebustee314c22012-10-01 17:25:48 -07007615 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007616
7617 switch (task->tk_status) {
7618 case 0:
Trond Myklebustee314c22012-10-01 17:25:48 -07007619 goto out;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007620 /*
7621 * NFS4ERR_LAYOUTTRYLATER is a conflict with another client
7622 * (or clients) writing to the same RAID stripe
7623 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007624 case -NFS4ERR_LAYOUTTRYLATER:
Boaz Harroshed7e5422014-01-22 20:34:54 +02007625 /*
7626 * NFS4ERR_RECALLCONFLICT is when conflict with self (must recall
7627 * existing layout before getting a new one).
7628 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007629 case -NFS4ERR_RECALLCONFLICT:
Weston Andros Adamson30005122013-02-28 20:30:10 -05007630 timeo = rpc_get_timeout(task->tk_client);
7631 giveup = lgp->args.timestamp + timeo;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007632 now = jiffies;
7633 if (time_after(giveup, now)) {
7634 unsigned long delay;
7635
7636 /* Delay for:
7637 * - Not less then NFS4_POLL_RETRY_MIN.
7638 * - One last time a jiffie before we give up
7639 * - exponential backoff (time_now minus start_attempt)
7640 */
7641 delay = max_t(unsigned long, NFS4_POLL_RETRY_MIN,
7642 min((giveup - now - 1),
7643 now - lgp->args.timestamp));
7644
7645 dprintk("%s: NFS4ERR_RECALLCONFLICT waiting %lu\n",
7646 __func__, delay);
7647 rpc_delay(task, delay);
7648 task->tk_status = 0;
7649 rpc_restart_call_prepare(task);
7650 goto out; /* Do not call nfs4_async_handle_error() */
7651 }
Trond Myklebustee314c22012-10-01 17:25:48 -07007652 break;
7653 case -NFS4ERR_EXPIRED:
7654 case -NFS4ERR_BAD_STATEID:
7655 spin_lock(&inode->i_lock);
7656 lo = NFS_I(inode)->layout;
7657 if (!lo || list_empty(&lo->plh_segs)) {
7658 spin_unlock(&inode->i_lock);
7659 /* If the open stateid was bad, then recover it. */
7660 state = lgp->args.ctx->state;
7661 } else {
7662 LIST_HEAD(head);
7663
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007664 /*
7665 * Mark the bad layout state as invalid, then retry
7666 * with the current stateid.
7667 */
Trond Myklebustee314c22012-10-01 17:25:48 -07007668 pnfs_mark_matching_lsegs_invalid(lo, &head, NULL);
7669 spin_unlock(&inode->i_lock);
Trond Myklebustee314c22012-10-01 17:25:48 -07007670 pnfs_free_lseg_list(&head);
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007671
7672 task->tk_status = 0;
7673 rpc_restart_call_prepare(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007674 }
7675 }
NeilBrown8478eaa2014-09-18 16:09:27 +10007676 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN)
Trond Myklebustee314c22012-10-01 17:25:48 -07007677 rpc_restart_call_prepare(task);
7678out:
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007679 dprintk("<-- %s\n", __func__);
7680}
7681
Idan Kedar85541162012-08-02 11:47:10 +03007682static size_t max_response_pages(struct nfs_server *server)
7683{
7684 u32 max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz;
7685 return nfs_page_array_len(0, max_resp_sz);
7686}
7687
7688static void nfs4_free_pages(struct page **pages, size_t size)
7689{
7690 int i;
7691
7692 if (!pages)
7693 return;
7694
7695 for (i = 0; i < size; i++) {
7696 if (!pages[i])
7697 break;
7698 __free_page(pages[i]);
7699 }
7700 kfree(pages);
7701}
7702
7703static struct page **nfs4_alloc_pages(size_t size, gfp_t gfp_flags)
7704{
7705 struct page **pages;
7706 int i;
7707
7708 pages = kcalloc(size, sizeof(struct page *), gfp_flags);
7709 if (!pages) {
7710 dprintk("%s: can't alloc array of %zu pages\n", __func__, size);
7711 return NULL;
7712 }
7713
7714 for (i = 0; i < size; i++) {
7715 pages[i] = alloc_page(gfp_flags);
7716 if (!pages[i]) {
7717 dprintk("%s: failed to allocate page\n", __func__);
7718 nfs4_free_pages(pages, size);
7719 return NULL;
7720 }
7721 }
7722
7723 return pages;
7724}
7725
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007726static void nfs4_layoutget_release(void *calldata)
7727{
7728 struct nfs4_layoutget *lgp = calldata;
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007729 struct inode *inode = lgp->args.inode;
7730 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007731 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007732
7733 dprintk("--> %s\n", __func__);
Idan Kedar85541162012-08-02 11:47:10 +03007734 nfs4_free_pages(lgp->args.layout.pages, max_pages);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007735 pnfs_put_layout_hdr(NFS_I(inode)->layout);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007736 put_nfs_open_context(lgp->args.ctx);
7737 kfree(calldata);
7738 dprintk("<-- %s\n", __func__);
7739}
7740
7741static const struct rpc_call_ops nfs4_layoutget_call_ops = {
7742 .rpc_call_prepare = nfs4_layoutget_prepare,
7743 .rpc_call_done = nfs4_layoutget_done,
7744 .rpc_release = nfs4_layoutget_release,
7745};
7746
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007747struct pnfs_layout_segment *
7748nfs4_proc_layoutget(struct nfs4_layoutget *lgp, gfp_t gfp_flags)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007749{
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007750 struct inode *inode = lgp->args.inode;
7751 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007752 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007753 struct rpc_task *task;
7754 struct rpc_message msg = {
7755 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
7756 .rpc_argp = &lgp->args,
7757 .rpc_resp = &lgp->res,
Trond Myklebust6ab59342013-05-20 10:49:34 -04007758 .rpc_cred = lgp->cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007759 };
7760 struct rpc_task_setup task_setup_data = {
7761 .rpc_client = server->client,
7762 .rpc_message = &msg,
7763 .callback_ops = &nfs4_layoutget_call_ops,
7764 .callback_data = lgp,
7765 .flags = RPC_TASK_ASYNC,
7766 };
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007767 struct pnfs_layout_segment *lseg = NULL;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007768 int status = 0;
7769
7770 dprintk("--> %s\n", __func__);
7771
Peng Tao4bd5a982014-11-17 11:05:17 +08007772 /* nfs4_layoutget_release calls pnfs_put_layout_hdr */
7773 pnfs_get_layout_hdr(NFS_I(inode)->layout);
7774
Idan Kedar85541162012-08-02 11:47:10 +03007775 lgp->args.layout.pages = nfs4_alloc_pages(max_pages, gfp_flags);
7776 if (!lgp->args.layout.pages) {
7777 nfs4_layoutget_release(lgp);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007778 return ERR_PTR(-ENOMEM);
Idan Kedar85541162012-08-02 11:47:10 +03007779 }
7780 lgp->args.layout.pglen = max_pages * PAGE_SIZE;
Weston Andros Adamson30005122013-02-28 20:30:10 -05007781 lgp->args.timestamp = jiffies;
Idan Kedar85541162012-08-02 11:47:10 +03007782
Weston Andros Adamson35124a02011-03-24 16:48:21 -04007783 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007784 lgp->res.seq_res.sr_slot = NULL;
Chuck Levera9c92d62013-08-09 12:48:18 -04007785 nfs4_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007786
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007787 task = rpc_run_task(&task_setup_data);
7788 if (IS_ERR(task))
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007789 return ERR_CAST(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007790 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00007791 if (status == 0)
7792 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007793 trace_nfs4_layoutget(lgp->args.ctx,
7794 &lgp->args.range,
7795 &lgp->res.range,
7796 status);
Weston Andros Adamson085b7a42013-02-15 16:03:46 -05007797 /* if layoutp->len is 0, nfs4_layoutget_prepare called rpc_exit */
7798 if (status == 0 && lgp->res.layoutp->len)
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007799 lseg = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007800 rpc_put_task(task);
7801 dprintk("<-- %s status=%d\n", __func__, status);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007802 if (status)
7803 return ERR_PTR(status);
7804 return lseg;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007805}
7806
Benny Halevycbe82602011-05-22 19:52:37 +03007807static void
7808nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
7809{
7810 struct nfs4_layoutreturn *lrp = calldata;
7811
7812 dprintk("--> %s\n", __func__);
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007813 nfs41_setup_sequence(lrp->clp->cl_session,
7814 &lrp->args.seq_args,
7815 &lrp->res.seq_res,
7816 task);
Benny Halevycbe82602011-05-22 19:52:37 +03007817}
7818
7819static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
7820{
7821 struct nfs4_layoutreturn *lrp = calldata;
7822 struct nfs_server *server;
7823
7824 dprintk("--> %s\n", __func__);
7825
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007826 if (!nfs41_sequence_done(task, &lrp->res.seq_res))
Benny Halevycbe82602011-05-22 19:52:37 +03007827 return;
7828
7829 server = NFS_SERVER(lrp->args.inode);
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007830 switch (task->tk_status) {
7831 default:
7832 task->tk_status = 0;
7833 case 0:
7834 break;
7835 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10007836 if (nfs4_async_handle_error(task, server, NULL, NULL) != -EAGAIN)
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007837 break;
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007838 rpc_restart_call_prepare(task);
Benny Halevycbe82602011-05-22 19:52:37 +03007839 return;
7840 }
Benny Halevycbe82602011-05-22 19:52:37 +03007841 dprintk("<-- %s\n", __func__);
7842}
7843
7844static void nfs4_layoutreturn_release(void *calldata)
7845{
7846 struct nfs4_layoutreturn *lrp = calldata;
Trond Myklebust849b2862012-09-24 14:18:39 -04007847 struct pnfs_layout_hdr *lo = lrp->args.layout;
Benny Halevycbe82602011-05-22 19:52:37 +03007848
7849 dprintk("--> %s\n", __func__);
Trond Myklebust849b2862012-09-24 14:18:39 -04007850 spin_lock(&lo->plh_inode->i_lock);
7851 if (lrp->res.lrs_present)
7852 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
Tom Haynesd67ae822014-12-11 17:02:04 -05007853 pnfs_clear_layoutreturn_waitbit(lo);
Peng Tao193e3aa2014-11-17 09:30:41 +08007854 clear_bit(NFS_LAYOUT_RETURN_BEFORE_CLOSE, &lo->plh_flags);
7855 rpc_wake_up(&NFS_SERVER(lo->plh_inode)->roc_rpcwaitq);
Trond Myklebust849b2862012-09-24 14:18:39 -04007856 lo->plh_block_lgets--;
7857 spin_unlock(&lo->plh_inode->i_lock);
Trond Myklebust70c3bd22012-09-18 20:51:13 -04007858 pnfs_put_layout_hdr(lrp->args.layout);
Benny Halevycbe82602011-05-22 19:52:37 +03007859 kfree(calldata);
7860 dprintk("<-- %s\n", __func__);
7861}
7862
7863static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
7864 .rpc_call_prepare = nfs4_layoutreturn_prepare,
7865 .rpc_call_done = nfs4_layoutreturn_done,
7866 .rpc_release = nfs4_layoutreturn_release,
7867};
7868
Peng Tao6c166052014-11-17 09:30:40 +08007869int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp, bool sync)
Benny Halevycbe82602011-05-22 19:52:37 +03007870{
7871 struct rpc_task *task;
7872 struct rpc_message msg = {
7873 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
7874 .rpc_argp = &lrp->args,
7875 .rpc_resp = &lrp->res,
Trond Myklebust95560002013-05-20 10:43:47 -04007876 .rpc_cred = lrp->cred,
Benny Halevycbe82602011-05-22 19:52:37 +03007877 };
7878 struct rpc_task_setup task_setup_data = {
Andy Adamson1771c572013-07-22 12:42:05 -04007879 .rpc_client = NFS_SERVER(lrp->args.inode)->client,
Benny Halevycbe82602011-05-22 19:52:37 +03007880 .rpc_message = &msg,
7881 .callback_ops = &nfs4_layoutreturn_call_ops,
7882 .callback_data = lrp,
Peng Tao6c166052014-11-17 09:30:40 +08007883 .flags = RPC_TASK_ASYNC,
Benny Halevycbe82602011-05-22 19:52:37 +03007884 };
Peng Tao6c166052014-11-17 09:30:40 +08007885 int status = 0;
Benny Halevycbe82602011-05-22 19:52:37 +03007886
7887 dprintk("--> %s\n", __func__);
Chuck Levera9c92d62013-08-09 12:48:18 -04007888 nfs4_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1);
Benny Halevycbe82602011-05-22 19:52:37 +03007889 task = rpc_run_task(&task_setup_data);
7890 if (IS_ERR(task))
7891 return PTR_ERR(task);
Peng Tao6c166052014-11-17 09:30:40 +08007892 if (sync == false)
7893 goto out;
7894 status = nfs4_wait_for_completion_rpc_task(task);
7895 if (status != 0)
7896 goto out;
Benny Halevycbe82602011-05-22 19:52:37 +03007897 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007898 trace_nfs4_layoutreturn(lrp->args.inode, status);
Peng Tao6c166052014-11-17 09:30:40 +08007899out:
Benny Halevycbe82602011-05-22 19:52:37 +03007900 dprintk("<-- %s status=%d\n", __func__, status);
7901 rpc_put_task(task);
7902 return status;
7903}
7904
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007905static int
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007906_nfs4_proc_getdeviceinfo(struct nfs_server *server,
7907 struct pnfs_device *pdev,
7908 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007909{
7910 struct nfs4_getdeviceinfo_args args = {
7911 .pdev = pdev,
7912 };
7913 struct nfs4_getdeviceinfo_res res = {
7914 .pdev = pdev,
7915 };
7916 struct rpc_message msg = {
7917 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
7918 .rpc_argp = &args,
7919 .rpc_resp = &res,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007920 .rpc_cred = cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007921 };
7922 int status;
7923
7924 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00007925 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007926 dprintk("<-- %s status=%d\n", __func__, status);
7927
7928 return status;
7929}
7930
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007931int nfs4_proc_getdeviceinfo(struct nfs_server *server,
7932 struct pnfs_device *pdev,
7933 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007934{
7935 struct nfs4_exception exception = { };
7936 int err;
7937
7938 do {
7939 err = nfs4_handle_exception(server,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007940 _nfs4_proc_getdeviceinfo(server, pdev, cred),
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007941 &exception);
7942 } while (exception.retry);
7943 return err;
7944}
7945EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
7946
Andy Adamson863a3c62011-03-23 13:27:54 +00007947static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
7948{
7949 struct nfs4_layoutcommit_data *data = calldata;
7950 struct nfs_server *server = NFS_SERVER(data->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007951 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamson863a3c62011-03-23 13:27:54 +00007952
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007953 nfs41_setup_sequence(session,
7954 &data->args.seq_args,
7955 &data->res.seq_res,
7956 task);
Andy Adamson863a3c62011-03-23 13:27:54 +00007957}
7958
7959static void
7960nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
7961{
7962 struct nfs4_layoutcommit_data *data = calldata;
7963 struct nfs_server *server = NFS_SERVER(data->args.inode);
7964
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007965 if (!nfs41_sequence_done(task, &data->res.seq_res))
Andy Adamson863a3c62011-03-23 13:27:54 +00007966 return;
7967
7968 switch (task->tk_status) { /* Just ignore these failures */
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007969 case -NFS4ERR_DELEG_REVOKED: /* layout was recalled */
7970 case -NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
7971 case -NFS4ERR_BADLAYOUT: /* no layout */
7972 case -NFS4ERR_GRACE: /* loca_recalim always false */
Andy Adamson863a3c62011-03-23 13:27:54 +00007973 task->tk_status = 0;
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007974 case 0:
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007975 break;
7976 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10007977 if (nfs4_async_handle_error(task, server, NULL, NULL) == -EAGAIN) {
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007978 rpc_restart_call_prepare(task);
7979 return;
7980 }
7981 }
Andy Adamson863a3c62011-03-23 13:27:54 +00007982}
7983
7984static void nfs4_layoutcommit_release(void *calldata)
7985{
7986 struct nfs4_layoutcommit_data *data = calldata;
7987
Andy Adamsondb29c082011-07-30 20:52:38 -04007988 pnfs_cleanup_layoutcommit(data);
Trond Myklebustd8c951c2014-01-13 12:08:11 -05007989 nfs_post_op_update_inode_force_wcc(data->args.inode,
7990 data->res.fattr);
Andy Adamson863a3c62011-03-23 13:27:54 +00007991 put_rpccred(data->cred);
7992 kfree(data);
7993}
7994
7995static const struct rpc_call_ops nfs4_layoutcommit_ops = {
7996 .rpc_call_prepare = nfs4_layoutcommit_prepare,
7997 .rpc_call_done = nfs4_layoutcommit_done,
7998 .rpc_release = nfs4_layoutcommit_release,
7999};
8000
8001int
Andy Adamsonef311532011-03-12 02:58:10 -05008002nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00008003{
8004 struct rpc_message msg = {
8005 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
8006 .rpc_argp = &data->args,
8007 .rpc_resp = &data->res,
8008 .rpc_cred = data->cred,
8009 };
8010 struct rpc_task_setup task_setup_data = {
8011 .task = &data->task,
8012 .rpc_client = NFS_CLIENT(data->args.inode),
8013 .rpc_message = &msg,
8014 .callback_ops = &nfs4_layoutcommit_ops,
8015 .callback_data = data,
8016 .flags = RPC_TASK_ASYNC,
8017 };
8018 struct rpc_task *task;
8019 int status = 0;
8020
8021 dprintk("NFS: %4d initiating layoutcommit call. sync %d "
8022 "lbw: %llu inode %lu\n",
8023 data->task.tk_pid, sync,
8024 data->args.lastbytewritten,
8025 data->args.inode->i_ino);
8026
Chuck Levera9c92d62013-08-09 12:48:18 -04008027 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Andy Adamson863a3c62011-03-23 13:27:54 +00008028 task = rpc_run_task(&task_setup_data);
8029 if (IS_ERR(task))
8030 return PTR_ERR(task);
Andy Adamsonef311532011-03-12 02:58:10 -05008031 if (sync == false)
Andy Adamson863a3c62011-03-23 13:27:54 +00008032 goto out;
8033 status = nfs4_wait_for_completion_rpc_task(task);
8034 if (status != 0)
8035 goto out;
8036 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04008037 trace_nfs4_layoutcommit(data->args.inode, status);
Andy Adamson863a3c62011-03-23 13:27:54 +00008038out:
8039 dprintk("%s: status %d\n", __func__, status);
8040 rpc_put_task(task);
8041 return status;
8042}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008043
Andy Adamson97431202013-08-08 10:57:56 -04008044/**
8045 * Use the state managment nfs_client cl_rpcclient, which uses krb5i (if
8046 * possible) as per RFC3530bis and RFC5661 Security Considerations sections
8047 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008048static int
8049_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008050 struct nfs_fsinfo *info,
8051 struct nfs4_secinfo_flavors *flavors, bool use_integrity)
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008052{
8053 struct nfs41_secinfo_no_name_args args = {
8054 .style = SECINFO_STYLE_CURRENT_FH,
8055 };
8056 struct nfs4_secinfo_res res = {
8057 .flavors = flavors,
8058 };
8059 struct rpc_message msg = {
8060 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
8061 .rpc_argp = &args,
8062 .rpc_resp = &res,
8063 };
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008064 struct rpc_clnt *clnt = server->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008065 struct rpc_cred *cred = NULL;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008066 int status;
8067
8068 if (use_integrity) {
8069 clnt = server->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008070 cred = nfs4_get_clid_cred(server->nfs_client);
8071 msg.rpc_cred = cred;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008072 }
8073
8074 dprintk("--> %s\n", __func__);
8075 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args,
8076 &res.seq_res, 0);
8077 dprintk("<-- %s status=%d\n", __func__, status);
8078
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008079 if (cred)
8080 put_rpccred(cred);
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008081
8082 return status;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008083}
8084
8085static int
8086nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
8087 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
8088{
8089 struct nfs4_exception exception = { };
8090 int err;
8091 do {
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008092 /* first try using integrity protection */
8093 err = -NFS4ERR_WRONGSEC;
8094
8095 /* try to use integrity protection with machine cred */
8096 if (_nfs4_is_integrity_protected(server->nfs_client))
8097 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8098 flavors, true);
8099
8100 /*
8101 * if unable to use integrity protection, or SECINFO with
8102 * integrity protection returns NFS4ERR_WRONGSEC (which is
8103 * disallowed by spec, but exists in deployed servers) use
8104 * the current filesystem's rpc_client and the user cred.
8105 */
8106 if (err == -NFS4ERR_WRONGSEC)
8107 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8108 flavors, false);
8109
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008110 switch (err) {
8111 case 0:
8112 case -NFS4ERR_WRONGSEC:
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008113 case -ENOTSUPP:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008114 goto out;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008115 default:
8116 err = nfs4_handle_exception(server, err, &exception);
8117 }
8118 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008119out:
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008120 return err;
8121}
8122
8123static int
8124nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
8125 struct nfs_fsinfo *info)
8126{
8127 int err;
8128 struct page *page;
Anna Schumaker367156d2013-09-25 17:02:48 -04008129 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008130 struct nfs4_secinfo_flavors *flavors;
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008131 struct nfs4_secinfo4 *secinfo;
8132 int i;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008133
8134 page = alloc_page(GFP_KERNEL);
8135 if (!page) {
8136 err = -ENOMEM;
8137 goto out;
8138 }
8139
8140 flavors = page_address(page);
8141 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
8142
8143 /*
8144 * Fall back on "guess and check" method if
8145 * the server doesn't support SECINFO_NO_NAME
8146 */
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008147 if (err == -NFS4ERR_WRONGSEC || err == -ENOTSUPP) {
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008148 err = nfs4_find_root_sec(server, fhandle, info);
8149 goto out_freepage;
8150 }
8151 if (err)
8152 goto out_freepage;
8153
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008154 for (i = 0; i < flavors->num_flavors; i++) {
8155 secinfo = &flavors->flavors[i];
8156
8157 switch (secinfo->flavor) {
8158 case RPC_AUTH_NULL:
8159 case RPC_AUTH_UNIX:
8160 case RPC_AUTH_GSS:
8161 flavor = rpcauth_get_pseudoflavor(secinfo->flavor,
8162 &secinfo->flavor_info);
8163 break;
8164 default:
8165 flavor = RPC_AUTH_MAXFLAVOR;
8166 break;
8167 }
8168
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04008169 if (!nfs_auth_info_match(&server->auth_info, flavor))
8170 flavor = RPC_AUTH_MAXFLAVOR;
8171
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008172 if (flavor != RPC_AUTH_MAXFLAVOR) {
8173 err = nfs4_lookup_root_sec(server, fhandle,
8174 info, flavor);
8175 if (!err)
8176 break;
8177 }
8178 }
8179
8180 if (flavor == RPC_AUTH_MAXFLAVOR)
8181 err = -EPERM;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008182
8183out_freepage:
8184 put_page(page);
8185 if (err == -EACCES)
8186 return -EPERM;
8187out:
8188 return err;
8189}
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008190
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008191static int _nfs41_test_stateid(struct nfs_server *server,
8192 nfs4_stateid *stateid,
8193 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008194{
8195 int status;
8196 struct nfs41_test_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008197 .stateid = stateid,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008198 };
8199 struct nfs41_test_stateid_res res;
8200 struct rpc_message msg = {
8201 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
8202 .rpc_argp = &args,
8203 .rpc_resp = &res,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008204 .rpc_cred = cred,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008205 };
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008206 struct rpc_clnt *rpc_client = server->client;
8207
8208 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8209 &rpc_client, &msg);
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008210
Chuck Lever38527b12012-07-11 16:30:23 -04008211 dprintk("NFS call test_stateid %p\n", stateid);
Chuck Levera9c92d62013-08-09 12:48:18 -04008212 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008213 nfs4_set_sequence_privileged(&args.seq_args);
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008214 status = nfs4_call_sync_sequence(rpc_client, server, &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008215 &args.seq_args, &res.seq_res);
Chuck Lever38527b12012-07-11 16:30:23 -04008216 if (status != NFS_OK) {
8217 dprintk("NFS reply test_stateid: failed, %d\n", status);
Chuck Lever377e5072012-07-11 16:29:45 -04008218 return status;
Chuck Lever38527b12012-07-11 16:30:23 -04008219 }
8220 dprintk("NFS reply test_stateid: succeeded, %d\n", -res.status);
Chuck Lever377e5072012-07-11 16:29:45 -04008221 return -res.status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04008222}
8223
Chuck Lever38527b12012-07-11 16:30:23 -04008224/**
8225 * nfs41_test_stateid - perform a TEST_STATEID operation
8226 *
8227 * @server: server / transport on which to perform the operation
8228 * @stateid: state ID to test
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008229 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008230 *
8231 * Returns NFS_OK if the server recognizes that "stateid" is valid.
8232 * Otherwise a negative NFS4ERR value is returned if the operation
8233 * failed or the state ID is not currently valid.
8234 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008235static int nfs41_test_stateid(struct nfs_server *server,
8236 nfs4_stateid *stateid,
8237 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008238{
8239 struct nfs4_exception exception = { };
8240 int err;
8241 do {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008242 err = _nfs41_test_stateid(server, stateid, cred);
Chuck Lever377e5072012-07-11 16:29:45 -04008243 if (err != -NFS4ERR_DELAY)
8244 break;
8245 nfs4_handle_exception(server, err, &exception);
Bryan Schumaker7d974792011-06-02 14:59:08 -04008246 } while (exception.retry);
8247 return err;
8248}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008249
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008250struct nfs_free_stateid_data {
8251 struct nfs_server *server;
8252 struct nfs41_free_stateid_args args;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008253 struct nfs41_free_stateid_res res;
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008254};
8255
8256static void nfs41_free_stateid_prepare(struct rpc_task *task, void *calldata)
8257{
8258 struct nfs_free_stateid_data *data = calldata;
8259 nfs41_setup_sequence(nfs4_get_session(data->server),
8260 &data->args.seq_args,
8261 &data->res.seq_res,
8262 task);
8263}
8264
8265static void nfs41_free_stateid_done(struct rpc_task *task, void *calldata)
8266{
8267 struct nfs_free_stateid_data *data = calldata;
8268
8269 nfs41_sequence_done(task, &data->res.seq_res);
8270
8271 switch (task->tk_status) {
8272 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10008273 if (nfs4_async_handle_error(task, data->server, NULL, NULL) == -EAGAIN)
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008274 rpc_restart_call_prepare(task);
8275 }
8276}
8277
8278static void nfs41_free_stateid_release(void *calldata)
8279{
8280 kfree(calldata);
8281}
8282
Trond Myklebust17f26b12013-08-21 15:48:42 -04008283static const struct rpc_call_ops nfs41_free_stateid_ops = {
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008284 .rpc_call_prepare = nfs41_free_stateid_prepare,
8285 .rpc_call_done = nfs41_free_stateid_done,
8286 .rpc_release = nfs41_free_stateid_release,
8287};
8288
8289static struct rpc_task *_nfs41_free_stateid(struct nfs_server *server,
8290 nfs4_stateid *stateid,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008291 struct rpc_cred *cred,
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008292 bool privileged)
8293{
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008294 struct rpc_message msg = {
8295 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008296 .rpc_cred = cred,
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008297 };
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008298 struct rpc_task_setup task_setup = {
8299 .rpc_client = server->client,
8300 .rpc_message = &msg,
8301 .callback_ops = &nfs41_free_stateid_ops,
8302 .flags = RPC_TASK_ASYNC,
8303 };
8304 struct nfs_free_stateid_data *data;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008305
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008306 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8307 &task_setup.rpc_client, &msg);
8308
Chuck Lever38527b12012-07-11 16:30:23 -04008309 dprintk("NFS call free_stateid %p\n", stateid);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008310 data = kmalloc(sizeof(*data), GFP_NOFS);
8311 if (!data)
8312 return ERR_PTR(-ENOMEM);
8313 data->server = server;
8314 nfs4_stateid_copy(&data->args.stateid, stateid);
8315
8316 task_setup.callback_data = data;
8317
8318 msg.rpc_argp = &data->args;
8319 msg.rpc_resp = &data->res;
Chuck Levera9c92d62013-08-09 12:48:18 -04008320 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008321 if (privileged)
8322 nfs4_set_sequence_privileged(&data->args.seq_args);
8323
8324 return rpc_run_task(&task_setup);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008325}
8326
Chuck Lever38527b12012-07-11 16:30:23 -04008327/**
8328 * nfs41_free_stateid - perform a FREE_STATEID operation
8329 *
8330 * @server: server / transport on which to perform the operation
8331 * @stateid: state ID to release
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008332 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008333 *
8334 * Returns NFS_OK if the server freed "stateid". Otherwise a
8335 * negative NFS4ERR value is returned.
8336 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008337static int nfs41_free_stateid(struct nfs_server *server,
8338 nfs4_stateid *stateid,
8339 struct rpc_cred *cred)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008340{
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008341 struct rpc_task *task;
8342 int ret;
8343
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008344 task = _nfs41_free_stateid(server, stateid, cred, true);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008345 if (IS_ERR(task))
8346 return PTR_ERR(task);
8347 ret = rpc_wait_for_completion_task(task);
8348 if (!ret)
8349 ret = task->tk_status;
8350 rpc_put_task(task);
8351 return ret;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008352}
Trond Myklebust36281ca2012-03-04 18:13:56 -05008353
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008354static void
8355nfs41_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008356{
8357 struct rpc_task *task;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008358 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008359
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008360 task = _nfs41_free_stateid(server, &lsp->ls_stateid, cred, false);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008361 nfs4_free_lock_state(server, lsp);
8362 if (IS_ERR(task))
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008363 return;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008364 rpc_put_task(task);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008365}
8366
Trond Myklebust36281ca2012-03-04 18:13:56 -05008367static bool nfs41_match_stateid(const nfs4_stateid *s1,
8368 const nfs4_stateid *s2)
8369{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008370 if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008371 return false;
8372
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008373 if (s1->seqid == s2->seqid)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008374 return true;
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008375 if (s1->seqid == 0 || s2->seqid == 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008376 return true;
8377
8378 return false;
8379}
8380
Andy Adamson557134a2009-04-01 09:21:53 -04008381#endif /* CONFIG_NFS_V4_1 */
8382
Trond Myklebust36281ca2012-03-04 18:13:56 -05008383static bool nfs4_match_stateid(const nfs4_stateid *s1,
8384 const nfs4_stateid *s2)
8385{
Trond Myklebustf597c532012-03-04 18:13:56 -05008386 return nfs4_stateid_match(s1, s2);
Trond Myklebust36281ca2012-03-04 18:13:56 -05008387}
8388
8389
Trond Myklebust17280172012-03-11 13:11:00 -04008390static const struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008391 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008392 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008393 .recover_open = nfs4_open_reclaim,
8394 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04008395 .establish_clid = nfs4_init_clientid,
Chuck Lever05f4c352012-09-14 17:24:32 -04008396 .detect_trunking = nfs40_discover_server_trunking,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008397};
8398
Andy Adamson591d71c2009-04-01 09:22:47 -04008399#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008400static const struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008401 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
8402 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
8403 .recover_open = nfs4_open_reclaim,
8404 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05008405 .establish_clid = nfs41_init_clientid,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05008406 .reclaim_complete = nfs41_proc_reclaim_complete,
Chuck Lever05f4c352012-09-14 17:24:32 -04008407 .detect_trunking = nfs41_discover_server_trunking,
Andy Adamson591d71c2009-04-01 09:22:47 -04008408};
8409#endif /* CONFIG_NFS_V4_1 */
8410
Trond Myklebust17280172012-03-11 13:11:00 -04008411static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008412 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008413 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03008414 .recover_open = nfs40_open_expired,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008415 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04008416 .establish_clid = nfs4_init_clientid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008417};
8418
Andy Adamson591d71c2009-04-01 09:22:47 -04008419#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008420static const struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008421 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
8422 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04008423 .recover_open = nfs41_open_expired,
8424 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05008425 .establish_clid = nfs41_init_clientid,
Andy Adamson591d71c2009-04-01 09:22:47 -04008426};
8427#endif /* CONFIG_NFS_V4_1 */
8428
Trond Myklebust17280172012-03-11 13:11:00 -04008429static const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008430 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04008431 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008432 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04008433};
8434
8435#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008436static const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008437 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04008438 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008439 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04008440};
8441#endif
8442
Chuck Leverec011fe2013-10-17 14:12:39 -04008443static const struct nfs4_mig_recovery_ops nfs40_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008444 .get_locations = _nfs40_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008445 .fsid_present = _nfs40_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008446};
8447
8448#if defined(CONFIG_NFS_V4_1)
8449static const struct nfs4_mig_recovery_ops nfs41_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008450 .get_locations = _nfs41_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008451 .fsid_present = _nfs41_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008452};
8453#endif /* CONFIG_NFS_V4_1 */
8454
Trond Myklebust97dc1352010-06-16 09:52:26 -04008455static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
8456 .minor_version = 0,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008457 .init_caps = NFS_CAP_READDIRPLUS
8458 | NFS_CAP_ATOMIC_OPEN
8459 | NFS_CAP_CHANGE_ATTR
8460 | NFS_CAP_POSIX_LOCK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008461 .init_client = nfs40_init_client,
8462 .shutdown_client = nfs40_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008463 .match_stateid = nfs4_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008464 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008465 .free_lock_state = nfs4_release_lockowner,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008466 .alloc_seqid = nfs_alloc_seqid,
Chuck Lever9915ea72013-08-09 12:48:27 -04008467 .call_sync_ops = &nfs40_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008468 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
8469 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
8470 .state_renewal_ops = &nfs40_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008471 .mig_recovery_ops = &nfs40_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008472};
8473
8474#if defined(CONFIG_NFS_V4_1)
Trond Myklebust63f5f792015-01-23 19:19:25 -05008475static struct nfs_seqid *
8476nfs_alloc_no_seqid(struct nfs_seqid_counter *arg1, gfp_t arg2)
8477{
8478 return NULL;
8479}
8480
Trond Myklebust97dc1352010-06-16 09:52:26 -04008481static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
8482 .minor_version = 1,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008483 .init_caps = NFS_CAP_READDIRPLUS
8484 | NFS_CAP_ATOMIC_OPEN
8485 | NFS_CAP_CHANGE_ATTR
Trond Myklebust3b664862013-03-17 15:31:15 -04008486 | NFS_CAP_POSIX_LOCK
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04008487 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008488 | NFS_CAP_ATOMIC_OPEN_V1,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008489 .init_client = nfs41_init_client,
8490 .shutdown_client = nfs41_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008491 .match_stateid = nfs41_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008492 .find_root_sec = nfs41_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008493 .free_lock_state = nfs41_free_lock_state,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008494 .alloc_seqid = nfs_alloc_no_seqid,
Chuck Lever9915ea72013-08-09 12:48:27 -04008495 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008496 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8497 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8498 .state_renewal_ops = &nfs41_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008499 .mig_recovery_ops = &nfs41_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008500};
8501#endif
8502
Steve Dickson42c2c422013-05-22 12:50:38 -04008503#if defined(CONFIG_NFS_V4_2)
8504static const struct nfs4_minor_version_ops nfs_v4_2_minor_ops = {
8505 .minor_version = 2,
Bryan Schumaker70173102013-06-19 13:41:43 -04008506 .init_caps = NFS_CAP_READDIRPLUS
8507 | NFS_CAP_ATOMIC_OPEN
8508 | NFS_CAP_CHANGE_ATTR
8509 | NFS_CAP_POSIX_LOCK
8510 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008511 | NFS_CAP_ATOMIC_OPEN_V1
Anna Schumakerf4ac1672014-11-25 13:18:15 -05008512 | NFS_CAP_ALLOCATE
Anna Schumaker624bd5b2014-11-25 13:18:16 -05008513 | NFS_CAP_DEALLOCATE
Anna Schumakere9831202014-10-22 15:53:10 -04008514 | NFS_CAP_SEEK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008515 .init_client = nfs41_init_client,
8516 .shutdown_client = nfs41_shutdown_client,
Steve Dickson42c2c422013-05-22 12:50:38 -04008517 .match_stateid = nfs41_match_stateid,
8518 .find_root_sec = nfs41_find_root_sec,
Bryan Schumaker70173102013-06-19 13:41:43 -04008519 .free_lock_state = nfs41_free_lock_state,
Chuck Lever9915ea72013-08-09 12:48:27 -04008520 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008521 .alloc_seqid = nfs_alloc_no_seqid,
Steve Dickson42c2c422013-05-22 12:50:38 -04008522 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8523 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8524 .state_renewal_ops = &nfs41_state_renewal_ops,
8525};
8526#endif
8527
Trond Myklebust97dc1352010-06-16 09:52:26 -04008528const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
8529 [0] = &nfs_v4_0_minor_ops,
8530#if defined(CONFIG_NFS_V4_1)
8531 [1] = &nfs_v4_1_minor_ops,
8532#endif
Steve Dickson42c2c422013-05-22 12:50:38 -04008533#if defined(CONFIG_NFS_V4_2)
8534 [2] = &nfs_v4_2_minor_ops,
8535#endif
Trond Myklebust97dc1352010-06-16 09:52:26 -04008536};
8537
Trond Myklebust17f26b12013-08-21 15:48:42 -04008538static const struct inode_operations nfs4_dir_inode_operations = {
Bryan Schumaker73a79702012-07-16 16:39:12 -04008539 .create = nfs_create,
8540 .lookup = nfs_lookup,
8541 .atomic_open = nfs_atomic_open,
8542 .link = nfs_link,
8543 .unlink = nfs_unlink,
8544 .symlink = nfs_symlink,
8545 .mkdir = nfs_mkdir,
8546 .rmdir = nfs_rmdir,
8547 .mknod = nfs_mknod,
8548 .rename = nfs_rename,
8549 .permission = nfs_permission,
8550 .getattr = nfs_getattr,
8551 .setattr = nfs_setattr,
8552 .getxattr = generic_getxattr,
8553 .setxattr = generic_setxattr,
8554 .listxattr = generic_listxattr,
8555 .removexattr = generic_removexattr,
8556};
8557
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08008558static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008559 .permission = nfs_permission,
8560 .getattr = nfs_getattr,
8561 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008562 .getxattr = generic_getxattr,
8563 .setxattr = generic_setxattr,
8564 .listxattr = generic_listxattr,
8565 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008566};
8567
David Howells509de812006-08-22 20:06:11 -04008568const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07008569 .version = 4, /* protocol version */
8570 .dentry_ops = &nfs4_dentry_operations,
8571 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008572 .file_inode_ops = &nfs4_file_inode_operations,
Jeff Layton1788ea62011-11-04 13:31:21 -04008573 .file_ops = &nfs4_file_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008574 .getroot = nfs4_proc_get_root,
Bryan Schumaker281cad42012-04-27 13:27:45 -04008575 .submount = nfs4_submount,
Bryan Schumakerff9099f22012-07-30 16:05:18 -04008576 .try_mount = nfs4_try_mount,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008577 .getattr = nfs4_proc_getattr,
8578 .setattr = nfs4_proc_setattr,
8579 .lookup = nfs4_proc_lookup,
8580 .access = nfs4_proc_access,
8581 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008582 .create = nfs4_proc_create,
8583 .remove = nfs4_proc_remove,
8584 .unlink_setup = nfs4_proc_unlink_setup,
Bryan Schumaker34e137c2012-03-19 14:54:41 -04008585 .unlink_rpc_prepare = nfs4_proc_unlink_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008586 .unlink_done = nfs4_proc_unlink_done,
Jeff Laytond3d41522010-09-17 17:31:57 -04008587 .rename_setup = nfs4_proc_rename_setup,
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04008588 .rename_rpc_prepare = nfs4_proc_rename_rpc_prepare,
Jeff Laytond3d41522010-09-17 17:31:57 -04008589 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008590 .link = nfs4_proc_link,
8591 .symlink = nfs4_proc_symlink,
8592 .mkdir = nfs4_proc_mkdir,
8593 .rmdir = nfs4_proc_remove,
8594 .readdir = nfs4_proc_readdir,
8595 .mknod = nfs4_proc_mknod,
8596 .statfs = nfs4_proc_statfs,
8597 .fsinfo = nfs4_proc_fsinfo,
8598 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04008599 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008600 .decode_dirent = nfs4_decode_dirent,
Anna Schumakera4cdda52014-05-06 09:12:31 -04008601 .pgio_rpc_prepare = nfs4_proc_pgio_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008602 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05008603 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008604 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008605 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008606 .commit_setup = nfs4_proc_commit_setup,
Fred Isaman0b7c0152012-04-20 14:47:39 -04008607 .commit_rpc_prepare = nfs4_proc_commit_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008608 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008609 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00008610 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04008611 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04008612 .open_context = nfs4_atomic_open,
Bryan Schumaker011e2a72012-06-20 15:53:43 -04008613 .have_delegation = nfs4_have_delegation,
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04008614 .return_delegation = nfs4_inode_return_delegation,
Bryan Schumaker6663ee72012-06-20 15:53:46 -04008615 .alloc_client = nfs4_alloc_client,
Andy Adamson45a52a02011-03-01 01:34:08 +00008616 .init_client = nfs4_init_client,
Bryan Schumakercdb7ece2012-06-20 15:53:45 -04008617 .free_client = nfs4_free_client,
Bryan Schumaker1179acc2012-07-30 16:05:19 -04008618 .create_server = nfs4_create_server,
8619 .clone_server = nfs_clone_server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008620};
8621
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008622static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
8623 .prefix = XATTR_NAME_NFSV4_ACL,
8624 .list = nfs4_xattr_list_nfs4_acl,
8625 .get = nfs4_xattr_get_nfs4_acl,
8626 .set = nfs4_xattr_set_nfs4_acl,
8627};
8628
8629const struct xattr_handler *nfs4_xattr_handlers[] = {
8630 &nfs4_xattr_nfs4_acl_handler,
David Quigleyc9bccef2013-05-22 12:50:45 -04008631#ifdef CONFIG_NFS_V4_SECURITY_LABEL
8632 &nfs4_xattr_nfs4_label_handler,
8633#endif
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008634 NULL
8635};
8636
Linus Torvalds1da177e2005-04-16 15:20:36 -07008637/*
8638 * Local variables:
8639 * c-basic-offset: 8
8640 * End:
8641 */