blob: 627f37c44456752d6bd90a8882ae373ec6d70718 [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;
Trond Myklebust3235b402015-02-26 19:52:06 -0500904 nfsi->attr_gencount = nfs_inc_attr_generation_counter();
David Howellsde242c02012-12-20 21:52:38 +0000905 nfs_fscache_invalidate(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906 spin_unlock(&dir->i_lock);
907}
908
909struct nfs4_opendata {
910 struct kref kref;
911 struct nfs_openargs o_arg;
912 struct nfs_openres o_res;
913 struct nfs_open_confirmargs c_arg;
914 struct nfs_open_confirmres c_res;
Trond Myklebust6926afd2012-01-07 13:22:46 -0500915 struct nfs4_string owner_name;
916 struct nfs4_string group_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917 struct nfs_fattr f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400918 struct nfs4_label *f_label;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919 struct dentry *dir;
Al Viro82a2c1b2011-06-22 18:30:55 -0400920 struct dentry *dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921 struct nfs4_state_owner *owner;
922 struct nfs4_state *state;
923 struct iattr attrs;
924 unsigned long timestamp;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400925 unsigned int rpc_done : 1;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -0400926 unsigned int file_created : 1;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -0400927 unsigned int is_recover : 1;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400928 int rpc_status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929 int cancelled;
930};
Trond Myklebustdecf4912005-10-27 22:12:39 -0400931
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400932static bool nfs4_clear_cap_atomic_open_v1(struct nfs_server *server,
933 int err, struct nfs4_exception *exception)
934{
935 if (err != -EINVAL)
936 return false;
937 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
938 return false;
939 server->caps &= ~NFS_CAP_ATOMIC_OPEN_V1;
940 exception->retry = 1;
941 return true;
942}
943
Trond Myklebust6ae37332015-01-30 14:21:14 -0500944static u32
945nfs4_map_atomic_open_share(struct nfs_server *server,
946 fmode_t fmode, int openflags)
947{
948 u32 res = 0;
949
950 switch (fmode & (FMODE_READ | FMODE_WRITE)) {
951 case FMODE_READ:
952 res = NFS4_SHARE_ACCESS_READ;
953 break;
954 case FMODE_WRITE:
955 res = NFS4_SHARE_ACCESS_WRITE;
956 break;
957 case FMODE_READ|FMODE_WRITE:
958 res = NFS4_SHARE_ACCESS_BOTH;
959 }
960 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
961 goto out;
962 /* Want no delegation if we're using O_DIRECT */
963 if (openflags & O_DIRECT)
964 res |= NFS4_SHARE_WANT_NO_DELEG;
965out:
966 return res;
967}
968
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400969static enum open_claim_type4
970nfs4_map_atomic_open_claim(struct nfs_server *server,
971 enum open_claim_type4 claim)
972{
973 if (server->caps & NFS_CAP_ATOMIC_OPEN_V1)
974 return claim;
975 switch (claim) {
976 default:
977 return claim;
978 case NFS4_OPEN_CLAIM_FH:
979 return NFS4_OPEN_CLAIM_NULL;
980 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
981 return NFS4_OPEN_CLAIM_DELEGATE_CUR;
982 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
983 return NFS4_OPEN_CLAIM_DELEGATE_PREV;
984 }
985}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986
987static void nfs4_init_opendata_res(struct nfs4_opendata *p)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100988{
989 p->o_res.f_attr = &p->f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400990 p->o_res.f_label = p->f_label;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100991 p->o_res.seqid = p->o_arg.seqid;
992 p->c_res.seqid = p->c_arg.seqid;
993 p->o_res.server = p->o_arg.server;
Andy Adamson5f657532012-10-03 02:39:34 -0400994 p->o_res.access_request = p->o_arg.access;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100995 nfs_fattr_init(&p->f_attr);
Trond Myklebust6926afd2012-01-07 13:22:46 -0500996 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100997}
998
Al Viro82a2c1b2011-06-22 18:30:55 -0400999static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001000 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001001 const struct iattr *attrs,
David Quigley1775fd32013-05-22 12:50:42 -04001002 struct nfs4_label *label,
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001003 enum open_claim_type4 claim,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001004 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001005{
Al Viro82a2c1b2011-06-22 18:30:55 -04001006 struct dentry *parent = dget_parent(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001007 struct inode *dir = parent->d_inode;
1008 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust63f5f792015-01-23 19:19:25 -05001009 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001010 struct nfs4_opendata *p;
1011
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001012 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001013 if (p == NULL)
1014 goto err;
David Quigley14c43f72013-05-22 12:50:43 -04001015
1016 p->f_label = nfs4_label_alloc(server, gfp_mask);
1017 if (IS_ERR(p->f_label))
1018 goto err_free_p;
1019
Trond Myklebust63f5f792015-01-23 19:19:25 -05001020 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
1021 p->o_arg.seqid = alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05001022 if (IS_ERR(p->o_arg.seqid))
David Quigley14c43f72013-05-22 12:50:43 -04001023 goto err_free_label;
Al Viro82a2c1b2011-06-22 18:30:55 -04001024 nfs_sb_active(dentry->d_sb);
1025 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001026 p->dir = parent;
1027 p->owner = sp;
1028 atomic_inc(&sp->so_count);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001029 p->o_arg.open_flags = flags;
1030 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
Trond Myklebust6ae37332015-01-30 14:21:14 -05001031 p->o_arg.share_access = nfs4_map_atomic_open_share(server,
1032 fmode, flags);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001033 /* don't put an ACCESS op in OPEN compound if O_EXCL, because ACCESS
1034 * will return permission denied for all bits until close */
1035 if (!(flags & O_EXCL)) {
1036 /* ask server to check for all possible rights as results
1037 * are cached */
1038 p->o_arg.access = NFS4_ACCESS_READ | NFS4_ACCESS_MODIFY |
1039 NFS4_ACCESS_EXTEND | NFS4_ACCESS_EXECUTE;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001040 }
David Howells7539bba2006-08-22 20:06:09 -04001041 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001042 p->o_arg.id.create_time = ktime_to_ns(sp->so_seqid.create_time);
1043 p->o_arg.id.uniquifier = sp->so_seqid.owner_id;
Al Viro82a2c1b2011-06-22 18:30:55 -04001044 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001045 p->o_arg.server = server;
David Quigleyaa9c2662013-05-22 12:50:44 -04001046 p->o_arg.bitmask = nfs4_bitmask(server, label);
Trond Myklebust1549210f2012-06-05 09:16:47 -04001047 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0];
David Quigley1775fd32013-05-22 12:50:42 -04001048 p->o_arg.label = label;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001049 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim);
1050 switch (p->o_arg.claim) {
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001051 case NFS4_OPEN_CLAIM_NULL:
1052 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1053 case NFS4_OPEN_CLAIM_DELEGATE_PREV:
1054 p->o_arg.fh = NFS_FH(dir);
1055 break;
1056 case NFS4_OPEN_CLAIM_PREVIOUS:
1057 case NFS4_OPEN_CLAIM_FH:
1058 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1059 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
1060 p->o_arg.fh = NFS_FH(dentry->d_inode);
1061 }
Trond Myklebust536e43d2012-01-17 22:04:26 -05001062 if (attrs != NULL && attrs->ia_valid != 0) {
Trond Myklebustc281fa9c2013-08-20 21:06:49 -04001063 __u32 verf[2];
Trond Myklebustd77d76f2010-06-16 09:52:27 -04001064
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001065 p->o_arg.u.attrs = &p->attrs;
1066 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Chuck Levercd937102012-03-02 17:14:31 -05001067
1068 verf[0] = jiffies;
1069 verf[1] = current->pid;
1070 memcpy(p->o_arg.u.verifier.data, verf,
1071 sizeof(p->o_arg.u.verifier.data));
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001072 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001073 p->c_arg.fh = &p->o_res.fh;
1074 p->c_arg.stateid = &p->o_res.stateid;
1075 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001076 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001077 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001078 return p;
David Quigley14c43f72013-05-22 12:50:43 -04001079
1080err_free_label:
1081 nfs4_label_free(p->f_label);
1082err_free_p:
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001083 kfree(p);
1084err:
1085 dput(parent);
1086 return NULL;
1087}
1088
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001089static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001090{
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001091 struct nfs4_opendata *p = container_of(kref,
1092 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -04001093 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001094
1095 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001096 if (p->state != NULL)
1097 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001098 nfs4_put_state_owner(p->owner);
David Quigley14c43f72013-05-22 12:50:43 -04001099
1100 nfs4_label_free(p->f_label);
1101
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001102 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -04001103 dput(p->dentry);
1104 nfs_sb_deactive(sb);
Trond Myklebust6926afd2012-01-07 13:22:46 -05001105 nfs_fattr_free_names(&p->f_attr);
Trond Myklebuste911b812014-03-26 13:24:37 -07001106 kfree(p->f_attr.mdsthreshold);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001107 kfree(p);
1108}
1109
1110static void nfs4_opendata_put(struct nfs4_opendata *p)
1111{
1112 if (p != NULL)
1113 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001114}
1115
Trond Myklebust06f814a2006-01-03 09:55:07 +01001116static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
1117{
Trond Myklebust06f814a2006-01-03 09:55:07 +01001118 int ret;
1119
Trond Myklebust06f814a2006-01-03 09:55:07 +01001120 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +01001121 return ret;
1122}
1123
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001124static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -04001125{
1126 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001127
Trond Myklebust536e43d2012-01-17 22:04:26 -05001128 if (open_mode & (O_EXCL|O_TRUNC))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001129 goto out;
1130 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001131 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -05001132 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
1133 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001134 break;
1135 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001136 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
1137 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001138 break;
1139 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001140 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
1141 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001142 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001143out:
Trond Myklebust6ee41262007-07-08 14:11:36 -04001144 return ret;
1145}
1146
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001147static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001148{
Trond Myklebust652f89f2011-12-09 19:05:58 -05001149 if (delegation == NULL)
1150 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001151 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001152 return 0;
Trond Myklebustd25be542013-02-05 11:43:28 -05001153 if (test_bit(NFS_DELEGATION_RETURNING, &delegation->flags))
1154 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -05001155 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001156 return 1;
1157}
1158
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001159static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +01001160{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001161 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +01001162 case FMODE_WRITE:
1163 state->n_wronly++;
1164 break;
1165 case FMODE_READ:
1166 state->n_rdonly++;
1167 break;
1168 case FMODE_READ|FMODE_WRITE:
1169 state->n_rdwr++;
1170 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001171 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +01001172}
1173
Trond Myklebust4f14c192014-02-12 19:15:06 -05001174static void nfs_test_and_clear_all_open_stateid(struct nfs4_state *state)
Trond Myklebust003707c2007-07-05 18:07:55 -04001175{
Trond Myklebust4f14c192014-02-12 19:15:06 -05001176 struct nfs_client *clp = state->owner->so_server->nfs_client;
1177 bool need_recover = false;
1178
1179 if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly)
1180 need_recover = true;
1181 if (test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags) && state->n_wronly)
1182 need_recover = true;
1183 if (test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags) && state->n_rdwr)
1184 need_recover = true;
1185 if (need_recover)
1186 nfs4_state_mark_reclaim_nograce(clp, state);
1187}
1188
Trond Myklebuste999e802014-02-10 18:20:47 -05001189static bool nfs_need_update_open_stateid(struct nfs4_state *state,
1190 nfs4_stateid *stateid)
1191{
1192 if (test_and_set_bit(NFS_OPEN_STATE, &state->flags) == 0)
1193 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001194 if (!nfs4_stateid_match_other(stateid, &state->open_stateid)) {
1195 nfs_test_and_clear_all_open_stateid(state);
Trond Myklebuste999e802014-02-10 18:20:47 -05001196 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001197 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001198 if (nfs4_stateid_is_newer(stateid, &state->open_stateid))
1199 return true;
1200 return false;
1201}
1202
Trond Myklebustf95549c2015-01-23 18:06:09 -05001203static void nfs_resync_open_stateid_locked(struct nfs4_state *state)
1204{
1205 if (state->n_wronly)
1206 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1207 if (state->n_rdonly)
1208 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1209 if (state->n_rdwr)
1210 set_bit(NFS_O_RDWR_STATE, &state->flags);
1211}
1212
Trond Myklebust226056c2014-02-11 10:41:07 -05001213static void nfs_clear_open_stateid_locked(struct nfs4_state *state,
1214 nfs4_stateid *stateid, fmode_t fmode)
1215{
1216 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1217 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
1218 case FMODE_WRITE:
1219 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1220 break;
1221 case FMODE_READ:
1222 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1223 break;
1224 case 0:
1225 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1226 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1227 clear_bit(NFS_OPEN_STATE, &state->flags);
1228 }
1229 if (stateid == NULL)
1230 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001231 /* Handle races with OPEN */
1232 if (!nfs4_stateid_match_other(stateid, &state->open_stateid) ||
1233 !nfs4_stateid_is_newer(stateid, &state->open_stateid)) {
1234 nfs_resync_open_stateid_locked(state);
Trond Myklebust226056c2014-02-11 10:41:07 -05001235 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001236 }
Trond Myklebust003707c2007-07-05 18:07:55 -04001237 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001238 nfs4_stateid_copy(&state->stateid, stateid);
1239 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust226056c2014-02-11 10:41:07 -05001240}
1241
1242static void nfs_clear_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1243{
1244 write_seqlock(&state->seqlock);
1245 nfs_clear_open_stateid_locked(state, stateid, fmode);
1246 write_sequnlock(&state->seqlock);
Trond Myklebust4f14c192014-02-12 19:15:06 -05001247 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1248 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust226056c2014-02-11 10:41:07 -05001249}
1250
Trond Myklebust003707c2007-07-05 18:07:55 -04001251static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1252{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001253 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001254 case FMODE_READ:
1255 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1256 break;
1257 case FMODE_WRITE:
1258 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1259 break;
1260 case FMODE_READ|FMODE_WRITE:
1261 set_bit(NFS_O_RDWR_STATE, &state->flags);
1262 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001263 if (!nfs_need_update_open_stateid(state, stateid))
1264 return;
1265 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1266 nfs4_stateid_copy(&state->stateid, stateid);
1267 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001268}
1269
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001270static 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 -07001271{
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001272 /*
1273 * Protect the call to nfs4_state_set_mode_locked and
1274 * serialise the stateid update
1275 */
1276 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001277 if (deleg_stateid != NULL) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001278 nfs4_stateid_copy(&state->stateid, deleg_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001279 set_bit(NFS_DELEGATED_STATE, &state->flags);
1280 }
1281 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001282 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001283 write_sequnlock(&state->seqlock);
1284 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001285 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -07001286 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287}
1288
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001289static 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 -05001290{
1291 struct nfs_inode *nfsi = NFS_I(state->inode);
1292 struct nfs_delegation *deleg_cur;
1293 int ret = 0;
1294
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001295 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -05001296
1297 rcu_read_lock();
1298 deleg_cur = rcu_dereference(nfsi->delegation);
1299 if (deleg_cur == NULL)
1300 goto no_delegation;
1301
1302 spin_lock(&deleg_cur->lock);
Trond Myklebust17f26b12013-08-21 15:48:42 -04001303 if (rcu_dereference(nfsi->delegation) != deleg_cur ||
Trond Myklebustd25be542013-02-05 11:43:28 -05001304 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001305 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -05001306 goto no_delegation_unlock;
1307
1308 if (delegation == NULL)
1309 delegation = &deleg_cur->stateid;
Trond Myklebustf597c532012-03-04 18:13:56 -05001310 else if (!nfs4_stateid_match(&deleg_cur->stateid, delegation))
Trond Myklebust34310432008-12-23 15:21:38 -05001311 goto no_delegation_unlock;
1312
Trond Myklebustb7391f42008-12-23 15:21:52 -05001313 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001314 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001315 ret = 1;
1316no_delegation_unlock:
1317 spin_unlock(&deleg_cur->lock);
1318no_delegation:
1319 rcu_read_unlock();
1320
1321 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001322 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001323 ret = 1;
1324 }
Trond Myklebust4f14c192014-02-12 19:15:06 -05001325 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1326 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust34310432008-12-23 15:21:38 -05001327
1328 return ret;
1329}
1330
Trond Myklebust39071e62015-01-24 15:07:56 -05001331static bool nfs4_update_lock_stateid(struct nfs4_lock_state *lsp,
1332 const nfs4_stateid *stateid)
1333{
1334 struct nfs4_state *state = lsp->ls_state;
1335 bool ret = false;
1336
1337 spin_lock(&state->state_lock);
1338 if (!nfs4_stateid_match_other(stateid, &lsp->ls_stateid))
1339 goto out_noupdate;
1340 if (!nfs4_stateid_is_newer(stateid, &lsp->ls_stateid))
1341 goto out_noupdate;
1342 nfs4_stateid_copy(&lsp->ls_stateid, stateid);
1343 ret = true;
1344out_noupdate:
1345 spin_unlock(&state->state_lock);
1346 return ret;
1347}
Trond Myklebust34310432008-12-23 15:21:38 -05001348
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001349static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001350{
1351 struct nfs_delegation *delegation;
1352
1353 rcu_read_lock();
1354 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001355 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001356 rcu_read_unlock();
1357 return;
1358 }
1359 rcu_read_unlock();
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04001360 nfs4_inode_return_delegation(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001361}
1362
Trond Myklebust6ee41262007-07-08 14:11:36 -04001363static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001364{
1365 struct nfs4_state *state = opendata->state;
1366 struct nfs_inode *nfsi = NFS_I(state->inode);
1367 struct nfs_delegation *delegation;
Trond Myklebustf448bad2013-05-29 15:36:40 -04001368 int open_mode = opendata->o_arg.open_flags;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001369 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001370 nfs4_stateid stateid;
1371 int ret = -EAGAIN;
1372
Trond Myklebustaac00a82007-07-05 19:02:21 -04001373 for (;;) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001374 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001375 if (can_open_cached(state, fmode, open_mode)) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001376 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001377 spin_unlock(&state->owner->so_lock);
Anna Schumaker61beef752014-09-03 14:15:40 -04001378 goto out_return_state;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001379 }
Anna Schumaker61beef752014-09-03 14:15:40 -04001380 spin_unlock(&state->owner->so_lock);
Trond Myklebust34310432008-12-23 15:21:38 -05001381 rcu_read_lock();
1382 delegation = rcu_dereference(nfsi->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001383 if (!can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001384 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001385 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001386 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001387 /* Save the delegation */
Trond Myklebustf597c532012-03-04 18:13:56 -05001388 nfs4_stateid_copy(&stateid, &delegation->stateid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001389 rcu_read_unlock();
Trond Myklebustfa332942013-04-09 12:56:52 -04001390 nfs_release_seqid(opendata->o_arg.seqid);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001391 if (!opendata->is_recover) {
1392 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
1393 if (ret != 0)
1394 goto out;
1395 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001396 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001397
1398 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001399 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001400 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001401 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001402out:
1403 return ERR_PTR(ret);
1404out_return_state:
1405 atomic_inc(&state->count);
1406 return state;
1407}
1408
Andy Adamsone23008e2012-10-02 21:07:32 -04001409static void
1410nfs4_opendata_check_deleg(struct nfs4_opendata *data, struct nfs4_state *state)
1411{
1412 struct nfs_client *clp = NFS_SERVER(state->inode)->nfs_client;
1413 struct nfs_delegation *delegation;
1414 int delegation_flags = 0;
1415
1416 rcu_read_lock();
1417 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
1418 if (delegation)
1419 delegation_flags = delegation->flags;
1420 rcu_read_unlock();
1421 if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) {
1422 pr_err_ratelimited("NFS: Broken NFSv4 server %s is "
1423 "returning a delegation for "
1424 "OPEN(CLAIM_DELEGATE_CUR)\n",
1425 clp->cl_hostname);
1426 } else if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
1427 nfs_inode_set_delegation(state->inode,
1428 data->owner->so_cred,
1429 &data->o_res);
1430 else
1431 nfs_inode_reclaim_delegation(state->inode,
1432 data->owner->so_cred,
1433 &data->o_res);
1434}
1435
1436/*
1437 * Check the inode attributes against the CLAIM_PREVIOUS returned attributes
1438 * and update the nfs4_state.
1439 */
1440static struct nfs4_state *
1441_nfs4_opendata_reclaim_to_nfs4_state(struct nfs4_opendata *data)
1442{
1443 struct inode *inode = data->state->inode;
1444 struct nfs4_state *state = data->state;
1445 int ret;
1446
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001447 if (!data->rpc_done) {
1448 if (data->rpc_status) {
1449 ret = data->rpc_status;
1450 goto err;
1451 }
1452 /* cached opens have already been processed */
1453 goto update;
Andy Adamsone23008e2012-10-02 21:07:32 -04001454 }
1455
Andy Adamsone23008e2012-10-02 21:07:32 -04001456 ret = nfs_refresh_inode(inode, &data->f_attr);
1457 if (ret)
1458 goto err;
1459
1460 if (data->o_res.delegation_type != 0)
1461 nfs4_opendata_check_deleg(data, state);
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001462update:
Andy Adamsone23008e2012-10-02 21:07:32 -04001463 update_open_stateid(state, &data->o_res.stateid, NULL,
1464 data->o_arg.fmode);
Trond Myklebustd49f0422013-10-28 14:57:12 -04001465 atomic_inc(&state->count);
Andy Adamsone23008e2012-10-02 21:07:32 -04001466
1467 return state;
1468err:
1469 return ERR_PTR(ret);
1470
1471}
1472
1473static struct nfs4_state *
1474_nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001475{
1476 struct inode *inode;
1477 struct nfs4_state *state = NULL;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001478 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001479
Trond Myklebustaac00a82007-07-05 19:02:21 -04001480 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001481 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001482 goto out;
1483 }
1484
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001485 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001486 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001487 goto err;
David Quigley1775fd32013-05-22 12:50:42 -04001488 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr, data->f_label);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001489 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001490 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001491 goto err;
1492 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001493 state = nfs4_get_open_state(inode, data->owner);
1494 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001495 goto err_put_inode;
Andy Adamsone23008e2012-10-02 21:07:32 -04001496 if (data->o_res.delegation_type != 0)
1497 nfs4_opendata_check_deleg(data, state);
Trond Myklebust34310432008-12-23 15:21:38 -05001498 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001499 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001500 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001501out:
Trond Myklebust7aa262b52013-02-28 16:19:59 -08001502 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001503 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001504err_put_inode:
1505 iput(inode);
1506err:
1507 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001508}
1509
Andy Adamsone23008e2012-10-02 21:07:32 -04001510static struct nfs4_state *
1511nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1512{
1513 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS)
1514 return _nfs4_opendata_reclaim_to_nfs4_state(data);
1515 return _nfs4_opendata_to_nfs4_state(data);
1516}
1517
Trond Myklebust864472e2006-01-03 09:55:15 +01001518static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1519{
1520 struct nfs_inode *nfsi = NFS_I(state->inode);
1521 struct nfs_open_context *ctx;
1522
1523 spin_lock(&state->inode->i_lock);
1524 list_for_each_entry(ctx, &nfsi->open_files, list) {
1525 if (ctx->state != state)
1526 continue;
1527 get_nfs_open_context(ctx);
1528 spin_unlock(&state->inode->i_lock);
1529 return ctx;
1530 }
1531 spin_unlock(&state->inode->i_lock);
1532 return ERR_PTR(-ENOENT);
1533}
1534
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001535static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx,
1536 struct nfs4_state *state, enum open_claim_type4 claim)
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001537{
1538 struct nfs4_opendata *opendata;
1539
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001540 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0,
David Quigley1775fd32013-05-22 12:50:42 -04001541 NULL, NULL, claim, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001542 if (opendata == NULL)
1543 return ERR_PTR(-ENOMEM);
1544 opendata->state = state;
1545 atomic_inc(&state->count);
1546 return opendata;
1547}
1548
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001549static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001550{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001551 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001552 int ret;
1553
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001554 opendata->o_arg.open_flags = 0;
1555 opendata->o_arg.fmode = fmode;
Trond Myklebustbe36e182015-02-27 17:04:17 -05001556 opendata->o_arg.share_access = nfs4_map_atomic_open_share(
1557 NFS_SB(opendata->dentry->d_sb),
1558 fmode, 0);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001559 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1560 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1561 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001562 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001563 if (ret != 0)
1564 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001565 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001566 if (IS_ERR(newstate))
1567 return PTR_ERR(newstate);
Al Viro643168c2011-06-22 18:20:23 -04001568 nfs4_close_state(newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001569 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001570 return 0;
1571}
1572
1573static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1574{
Trond Myklebust864472e2006-01-03 09:55:15 +01001575 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001576 int ret;
1577
Trond Myklebust4f14c192014-02-12 19:15:06 -05001578 /* Don't trigger recovery in nfs_test_and_clear_all_open_stateid */
1579 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1580 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1581 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001582 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001583 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04001584 clear_bit(NFS_OPEN_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001585 smp_rmb();
1586 if (state->n_rdwr != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001587 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001588 if (ret != 0)
1589 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001590 if (newstate != state)
1591 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001592 }
1593 if (state->n_wronly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001594 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001595 if (ret != 0)
1596 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001597 if (newstate != state)
1598 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001599 }
1600 if (state->n_rdonly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001601 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001602 if (ret != 0)
1603 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001604 if (newstate != state)
1605 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001606 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001607 /*
1608 * We may have performed cached opens for all three recoveries.
1609 * Check if we need to update the current stateid.
1610 */
1611 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
Trond Myklebustf597c532012-03-04 18:13:56 -05001612 !nfs4_stateid_match(&state->stateid, &state->open_stateid)) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001613 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001614 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001615 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001616 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001617 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001618 return 0;
1619}
1620
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621/*
1622 * OPEN_RECLAIM:
1623 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001625static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001627 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001628 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001629 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630 int status;
1631
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001632 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1633 NFS4_OPEN_CLAIM_PREVIOUS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001634 if (IS_ERR(opendata))
1635 return PTR_ERR(opendata);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001636 rcu_read_lock();
1637 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001638 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001639 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001640 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001641 opendata->o_arg.u.delegation_type = delegation_type;
1642 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001643 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644 return status;
1645}
1646
Trond Myklebust539cd032007-06-05 11:46:42 -04001647static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648{
1649 struct nfs_server *server = NFS_SERVER(state->inode);
1650 struct nfs4_exception exception = { };
1651 int err;
1652 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001653 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04001654 trace_nfs4_open_reclaim(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001655 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
1656 continue;
Trond Myklebust168667c2010-10-19 19:47:49 -04001657 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001658 break;
1659 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660 } while (exception.retry);
1661 return err;
1662}
1663
Trond Myklebust864472e2006-01-03 09:55:15 +01001664static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1665{
1666 struct nfs_open_context *ctx;
1667 int ret;
1668
1669 ctx = nfs4_state_find_open_context(state);
1670 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04001671 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04001672 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001673 put_nfs_open_context(ctx);
1674 return ret;
1675}
1676
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001677static 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 -07001678{
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001679 switch (err) {
1680 default:
1681 printk(KERN_ERR "NFS: %s: unhandled error "
1682 "%d.\n", __func__, err);
1683 case 0:
1684 case -ENOENT:
1685 case -ESTALE:
1686 break;
1687 case -NFS4ERR_BADSESSION:
1688 case -NFS4ERR_BADSLOT:
1689 case -NFS4ERR_BAD_HIGH_SLOT:
1690 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1691 case -NFS4ERR_DEADSESSION:
1692 set_bit(NFS_DELEGATED_STATE, &state->flags);
1693 nfs4_schedule_session_recovery(server->nfs_client->cl_session, err);
1694 return -EAGAIN;
1695 case -NFS4ERR_STALE_CLIENTID:
1696 case -NFS4ERR_STALE_STATEID:
1697 set_bit(NFS_DELEGATED_STATE, &state->flags);
1698 case -NFS4ERR_EXPIRED:
1699 /* Don't recall a delegation if it was lost */
1700 nfs4_schedule_lease_recovery(server->nfs_client);
1701 return -EAGAIN;
Chuck Lever352297b2013-10-17 14:13:24 -04001702 case -NFS4ERR_MOVED:
1703 nfs4_schedule_migration_recovery(server);
1704 return -EAGAIN;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04001705 case -NFS4ERR_LEASE_MOVED:
1706 nfs4_schedule_lease_moved_recovery(server->nfs_client);
1707 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001708 case -NFS4ERR_DELEG_REVOKED:
1709 case -NFS4ERR_ADMIN_REVOKED:
1710 case -NFS4ERR_BAD_STATEID:
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001711 case -NFS4ERR_OPENMODE:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001712 nfs_inode_find_state_and_recover(state->inode,
1713 stateid);
1714 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust869f9df2014-11-10 18:43:56 -05001715 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001716 case -NFS4ERR_DELAY:
1717 case -NFS4ERR_GRACE:
1718 set_bit(NFS_DELEGATED_STATE, &state->flags);
1719 ssleep(1);
1720 return -EAGAIN;
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001721 case -ENOMEM:
1722 case -NFS4ERR_DENIED:
1723 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
1724 return 0;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001725 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001726 return err;
1727}
1728
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001729int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
1730{
1731 struct nfs_server *server = NFS_SERVER(state->inode);
1732 struct nfs4_opendata *opendata;
1733 int err;
1734
1735 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1736 NFS4_OPEN_CLAIM_DELEG_CUR_FH);
1737 if (IS_ERR(opendata))
1738 return PTR_ERR(opendata);
1739 nfs4_stateid_copy(&opendata->o_arg.u.delegation, stateid);
1740 err = nfs4_open_recover(opendata, state);
1741 nfs4_opendata_put(opendata);
1742 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
1743}
1744
Chuck Leverbe05c862013-08-09 12:49:47 -04001745static void nfs4_open_confirm_prepare(struct rpc_task *task, void *calldata)
1746{
1747 struct nfs4_opendata *data = calldata;
1748
Peng Taocb04ad22014-06-11 05:24:15 +08001749 nfs40_setup_sequence(data->o_arg.server->nfs_client->cl_slot_tbl,
1750 &data->c_arg.seq_args, &data->c_res.seq_res, task);
Chuck Leverbe05c862013-08-09 12:49:47 -04001751}
1752
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001753static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1754{
1755 struct nfs4_opendata *data = calldata;
1756
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001757 nfs40_sequence_done(task, &data->c_res.seq_res);
Chuck Leverbe05c862013-08-09 12:49:47 -04001758
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001759 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001760 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001761 nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid);
Trond Myklebustbb226292008-01-02 15:19:18 -05001762 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001763 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001764 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001765 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001766}
1767
1768static void nfs4_open_confirm_release(void *calldata)
1769{
1770 struct nfs4_opendata *data = calldata;
1771 struct nfs4_state *state = NULL;
1772
1773 /* If this request hasn't been cancelled, do nothing */
1774 if (data->cancelled == 0)
1775 goto out_free;
1776 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001777 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001778 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001779 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001780 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001781 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001782out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001783 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001784}
1785
1786static const struct rpc_call_ops nfs4_open_confirm_ops = {
Chuck Leverbe05c862013-08-09 12:49:47 -04001787 .rpc_call_prepare = nfs4_open_confirm_prepare,
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001788 .rpc_call_done = nfs4_open_confirm_done,
1789 .rpc_release = nfs4_open_confirm_release,
1790};
1791
1792/*
1793 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1794 */
1795static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1796{
1797 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
1798 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001799 struct rpc_message msg = {
1800 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1801 .rpc_argp = &data->c_arg,
1802 .rpc_resp = &data->c_res,
1803 .rpc_cred = data->owner->so_cred,
1804 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001805 struct rpc_task_setup task_setup_data = {
1806 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001807 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001808 .callback_ops = &nfs4_open_confirm_ops,
1809 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001810 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001811 .flags = RPC_TASK_ASYNC,
1812 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813 int status;
1814
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001815 nfs4_init_sequence(&data->c_arg.seq_args, &data->c_res.seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001816 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001817 data->rpc_done = 0;
1818 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001819 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001820 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001821 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001822 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001823 status = nfs4_wait_for_completion_rpc_task(task);
1824 if (status != 0) {
1825 data->cancelled = 1;
1826 smp_wmb();
1827 } else
1828 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001829 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830 return status;
1831}
1832
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001833static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001835 struct nfs4_opendata *data = calldata;
1836 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust549b19c2013-04-16 18:42:34 -04001837 struct nfs_client *clp = sp->so_server->nfs_client;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001838
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001839 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001840 goto out_wait;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001841 /*
1842 * Check if we still need to send an OPEN call, or if we can use
1843 * a delegation instead.
1844 */
1845 if (data->state != NULL) {
1846 struct nfs_delegation *delegation;
1847
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001848 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001849 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001850 rcu_read_lock();
1851 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001852 if (data->o_arg.claim != NFS4_OPEN_CLAIM_DELEGATE_CUR &&
Trond Myklebustcd4c9be2013-04-23 14:46:25 -04001853 data->o_arg.claim != NFS4_OPEN_CLAIM_DELEG_CUR_FH &&
Trond Myklebust652f89f2011-12-09 19:05:58 -05001854 can_open_delegated(delegation, data->o_arg.fmode))
1855 goto unlock_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001856 rcu_read_unlock();
1857 }
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001858 /* Update client id. */
Trond Myklebust549b19c2013-04-16 18:42:34 -04001859 data->o_arg.clientid = clp->cl_clientid;
Trond Myklebust8188df12013-04-23 14:31:19 -04001860 switch (data->o_arg.claim) {
1861 case NFS4_OPEN_CLAIM_PREVIOUS:
1862 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1863 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
Andy Adamsone23008e2012-10-02 21:07:32 -04001864 data->o_arg.open_bitmap = &nfs4_open_noattr_bitmap[0];
Trond Myklebust8188df12013-04-23 14:31:19 -04001865 case NFS4_OPEN_CLAIM_FH:
1866 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001867 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1868 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001869 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001870 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001871 &data->o_arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04001872 &data->o_res.seq_res,
1873 task) != 0)
1874 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust549b19c2013-04-16 18:42:34 -04001875
1876 /* Set the create mode (note dependency on the session type) */
1877 data->o_arg.createmode = NFS4_CREATE_UNCHECKED;
1878 if (data->o_arg.open_flags & O_EXCL) {
1879 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE;
1880 if (nfs4_has_persistent_session(clp))
1881 data->o_arg.createmode = NFS4_CREATE_GUARDED;
1882 else if (clp->cl_mvops->minor_version > 0)
1883 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE4_1;
1884 }
Trond Myklebust6ee41262007-07-08 14:11:36 -04001885 return;
Trond Myklebust652f89f2011-12-09 19:05:58 -05001886unlock_no_action:
1887 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001888out_no_action:
1889 task->tk_action = NULL;
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001890out_wait:
Trond Myklebustb75ad4c2012-11-29 17:27:47 -05001891 nfs4_sequence_done(task, &data->o_res.seq_res);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001892}
1893
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001894static void nfs4_open_done(struct rpc_task *task, void *calldata)
1895{
1896 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001898 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001899
Trond Myklebust14516c32010-07-31 14:29:06 -04001900 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1901 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001902
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001903 if (task->tk_status == 0) {
Trond Myklebust807d66d82012-10-02 17:09:00 -07001904 if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) {
1905 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001906 case S_IFREG:
1907 break;
1908 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001909 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001910 break;
1911 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001912 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001913 break;
1914 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001915 data->rpc_status = -ENOTDIR;
Trond Myklebust807d66d82012-10-02 17:09:00 -07001916 }
Trond Myklebust6f926b52005-10-18 14:20:18 -07001917 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001918 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001919 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1920 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001921 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001922 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001923}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001924
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001925static void nfs4_open_release(void *calldata)
1926{
1927 struct nfs4_opendata *data = calldata;
1928 struct nfs4_state *state = NULL;
1929
1930 /* If this request hasn't been cancelled, do nothing */
1931 if (data->cancelled == 0)
1932 goto out_free;
1933 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001934 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001935 goto out_free;
1936 /* In case we need an open_confirm, no cleanup! */
1937 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1938 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001939 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001940 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001941 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001942out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001943 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001944}
1945
1946static const struct rpc_call_ops nfs4_open_ops = {
1947 .rpc_call_prepare = nfs4_open_prepare,
1948 .rpc_call_done = nfs4_open_done,
1949 .rpc_release = nfs4_open_release,
1950};
1951
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001952static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001953{
1954 struct inode *dir = data->dir->d_inode;
1955 struct nfs_server *server = NFS_SERVER(dir);
1956 struct nfs_openargs *o_arg = &data->o_arg;
1957 struct nfs_openres *o_res = &data->o_res;
1958 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001959 struct rpc_message msg = {
1960 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1961 .rpc_argp = o_arg,
1962 .rpc_resp = o_res,
1963 .rpc_cred = data->owner->so_cred,
1964 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001965 struct rpc_task_setup task_setup_data = {
1966 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001967 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001968 .callback_ops = &nfs4_open_ops,
1969 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001970 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001971 .flags = RPC_TASK_ASYNC,
1972 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001973 int status;
1974
Chuck Levera9c92d62013-08-09 12:48:18 -04001975 nfs4_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001976 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001977 data->rpc_done = 0;
1978 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001979 data->cancelled = 0;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001980 data->is_recover = 0;
1981 if (isrecover) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04001982 nfs4_set_sequence_privileged(&o_arg->seq_args);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001983 data->is_recover = 1;
1984 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04001985 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001986 if (IS_ERR(task))
1987 return PTR_ERR(task);
1988 status = nfs4_wait_for_completion_rpc_task(task);
1989 if (status != 0) {
1990 data->cancelled = 1;
1991 smp_wmb();
1992 } else
1993 status = data->rpc_status;
1994 rpc_put_task(task);
1995
1996 return status;
1997}
1998
1999static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
2000{
2001 struct inode *dir = data->dir->d_inode;
2002 struct nfs_openres *o_res = &data->o_res;
2003 int status;
2004
2005 status = nfs4_run_open_task(data, 1);
2006 if (status != 0 || !data->rpc_done)
2007 return status;
2008
Trond Myklebust6926afd2012-01-07 13:22:46 -05002009 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
2010
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002011 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
2012 status = _nfs4_proc_open_confirm(data);
2013 if (status != 0)
2014 return status;
2015 }
2016
2017 return status;
2018}
2019
Trond Myklebustf3792d62014-07-10 08:54:32 -04002020/*
2021 * Additional permission checks in order to distinguish between an
2022 * open for read, and an open for execute. This works around the
2023 * fact that NFSv4 OPEN treats read and execute permissions as being
2024 * the same.
2025 * Note that in the non-execute case, we want to turn off permission
2026 * checking if we just created a new file (POSIX open() semantics).
2027 */
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002028static int nfs4_opendata_access(struct rpc_cred *cred,
2029 struct nfs4_opendata *opendata,
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002030 struct nfs4_state *state, fmode_t fmode,
2031 int openflags)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002032{
2033 struct nfs_access_entry cache;
2034 u32 mask;
2035
2036 /* access call failed or for some reason the server doesn't
2037 * support any access modes -- defer access call until later */
2038 if (opendata->o_res.access_supported == 0)
2039 return 0;
2040
2041 mask = 0;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002042 /*
2043 * Use openflags to check for exec, because fmode won't
2044 * always have FMODE_EXEC set when file open for exec.
2045 */
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002046 if (openflags & __FMODE_EXEC) {
2047 /* ONLY check for exec rights */
2048 mask = MAY_EXEC;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002049 } else if ((fmode & FMODE_READ) && !opendata->file_created)
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002050 mask = MAY_READ;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002051
2052 cache.cred = cred;
2053 cache.jiffies = jiffies;
2054 nfs_access_set_mask(&cache, opendata->o_res.access_result);
2055 nfs_access_add_cache(state->inode, &cache);
2056
Weston Andros Adamsonbbd3a8e2012-10-02 14:49:51 -07002057 if ((mask & ~cache.mask & (MAY_READ | MAY_EXEC)) == 0)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002058 return 0;
2059
2060 /* even though OPEN succeeded, access is denied. Close the file */
2061 nfs4_close_state(state, fmode);
Weston Andros Adamson998f40b2012-11-02 18:00:56 -04002062 return -EACCES;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002063}
2064
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002065/*
2066 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
2067 */
2068static int _nfs4_proc_open(struct nfs4_opendata *data)
2069{
2070 struct inode *dir = data->dir->d_inode;
2071 struct nfs_server *server = NFS_SERVER(dir);
2072 struct nfs_openargs *o_arg = &data->o_arg;
2073 struct nfs_openres *o_res = &data->o_res;
2074 int status;
2075
2076 status = nfs4_run_open_task(data, 0);
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002077 if (!data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002078 return status;
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002079 if (status != 0) {
2080 if (status == -NFS4ERR_BADNAME &&
2081 !(o_arg->open_flags & O_CREAT))
2082 return -ENOENT;
2083 return status;
2084 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002085
Trond Myklebust6926afd2012-01-07 13:22:46 -05002086 nfs_fattr_map_and_free_names(server, &data->f_attr);
2087
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002088 if (o_arg->open_flags & O_CREAT) {
Trond Myklebust56ae19f2005-10-27 22:12:40 -04002089 update_changeattr(dir, &o_res->cinfo);
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002090 if (o_arg->open_flags & O_EXCL)
2091 data->file_created = 1;
2092 else if (o_res->cinfo.before != o_res->cinfo.after)
2093 data->file_created = 1;
2094 }
Trond Myklebust0df5dd42010-04-11 16:48:44 -04002095 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
2096 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01002098 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002100 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101 }
2102 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Andy Adamson8935ef62014-05-23 06:22:59 -07002103 nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr, o_res->f_label);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002104 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105}
2106
Andy Adamsond83217c2011-03-01 01:34:17 +00002107static int nfs4_recover_expired_lease(struct nfs_server *server)
2108{
2109 return nfs4_client_recover_expired_lease(server->nfs_client);
2110}
2111
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112/*
2113 * OPEN_EXPIRED:
2114 * reclaim state on the server after a network partition.
2115 * Assumes caller holds the appropriate lock
2116 */
Trond Myklebust539cd032007-06-05 11:46:42 -04002117static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002119 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01002120 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002122 opendata = nfs4_open_recoverdata_alloc(ctx, state,
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002123 NFS4_OPEN_CLAIM_FH);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04002124 if (IS_ERR(opendata))
2125 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002126 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04002127 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04002128 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002129 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002130 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131}
2132
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002133static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00002134{
Trond Myklebust539cd032007-06-05 11:46:42 -04002135 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00002136 struct nfs4_exception exception = { };
2137 int err;
2138
2139 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04002140 err = _nfs4_open_expired(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04002141 trace_nfs4_open_expired(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002142 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
2143 continue;
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002144 switch (err) {
2145 default:
2146 goto out;
2147 case -NFS4ERR_GRACE:
2148 case -NFS4ERR_DELAY:
2149 nfs4_handle_exception(server, err, &exception);
2150 err = 0;
2151 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00002152 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002153out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00002154 return err;
2155}
2156
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2158{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01002160 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161
Trond Myklebust864472e2006-01-03 09:55:15 +01002162 ctx = nfs4_state_find_open_context(state);
2163 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04002164 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04002165 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01002166 put_nfs_open_context(ctx);
2167 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168}
2169
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03002170static void nfs_finish_clear_delegation_stateid(struct nfs4_state *state)
2171{
2172 nfs_remove_bad_delegation(state->inode);
2173 write_seqlock(&state->seqlock);
2174 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
2175 write_sequnlock(&state->seqlock);
2176 clear_bit(NFS_DELEGATED_STATE, &state->flags);
2177}
2178
2179static void nfs40_clear_delegation_stateid(struct nfs4_state *state)
2180{
2181 if (rcu_access_pointer(NFS_I(state->inode)->delegation) != NULL)
2182 nfs_finish_clear_delegation_stateid(state);
2183}
2184
2185static int nfs40_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2186{
2187 /* NFSv4.0 doesn't allow for delegation recovery on open expire */
2188 nfs40_clear_delegation_stateid(state);
2189 return nfs4_open_expired(sp, state);
2190}
2191
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002192#if defined(CONFIG_NFS_V4_1)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002193static void nfs41_check_delegation_stateid(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002194{
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002195 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002196 nfs4_stateid stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002197 struct nfs_delegation *delegation;
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002198 struct rpc_cred *cred;
2199 int status;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002200
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002201 /* Get the delegation credential for use by test/free_stateid */
2202 rcu_read_lock();
2203 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002204 if (delegation == NULL) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002205 rcu_read_unlock();
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002206 return;
2207 }
2208
2209 nfs4_stateid_copy(&stateid, &delegation->stateid);
2210 cred = get_rpccred(delegation->cred);
2211 rcu_read_unlock();
2212 status = nfs41_test_stateid(server, &stateid, cred);
2213 trace_nfs4_test_delegation_stateid(state, NULL, status);
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002214
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002215 if (status != NFS_OK) {
2216 /* Free the stateid unless the server explicitly
2217 * informs us the stateid is unrecognized. */
2218 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002219 nfs41_free_stateid(server, &stateid, cred);
2220 nfs_finish_clear_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002221 }
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002222
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002223 put_rpccred(cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002224}
2225
2226/**
2227 * nfs41_check_open_stateid - possibly free an open stateid
2228 *
2229 * @state: NFSv4 state for an inode
2230 *
2231 * Returns NFS_OK if recovery for this stateid is now finished.
2232 * Otherwise a negative NFS4ERR value is returned.
2233 */
2234static int nfs41_check_open_stateid(struct nfs4_state *state)
2235{
2236 struct nfs_server *server = NFS_SERVER(state->inode);
Bryan Schumakerfcb6d9c2012-09-26 15:25:53 -04002237 nfs4_stateid *stateid = &state->open_stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002238 struct rpc_cred *cred = state->owner->so_cred;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002239 int status;
2240
2241 /* If a state reset has been done, test_stateid is unneeded */
2242 if ((test_bit(NFS_O_RDONLY_STATE, &state->flags) == 0) &&
2243 (test_bit(NFS_O_WRONLY_STATE, &state->flags) == 0) &&
2244 (test_bit(NFS_O_RDWR_STATE, &state->flags) == 0))
2245 return -NFS4ERR_BAD_STATEID;
2246
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002247 status = nfs41_test_stateid(server, stateid, cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04002248 trace_nfs4_test_open_stateid(state, NULL, status);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002249 if (status != NFS_OK) {
2250 /* Free the stateid unless the server explicitly
2251 * informs us the stateid is unrecognized. */
2252 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002253 nfs41_free_stateid(server, stateid, cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002254
2255 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2256 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2257 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04002258 clear_bit(NFS_OPEN_STATE, &state->flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002259 }
2260 return status;
2261}
2262
2263static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2264{
Chuck Levereb64cf92012-07-11 16:30:05 -04002265 int status;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002266
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002267 nfs41_check_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002268 status = nfs41_check_open_stateid(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04002269 if (status != NFS_OK)
2270 status = nfs4_open_expired(sp, state);
2271 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002272}
2273#endif
2274
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002276 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
2277 * fields corresponding to attributes that were used to store the verifier.
2278 * Make sure we clobber those fields in the later setattr call
2279 */
2280static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
2281{
2282 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
2283 !(sattr->ia_valid & ATTR_ATIME_SET))
2284 sattr->ia_valid |= ATTR_ATIME;
2285
2286 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
2287 !(sattr->ia_valid & ATTR_MTIME_SET))
2288 sattr->ia_valid |= ATTR_MTIME;
2289}
2290
Trond Myklebustc21443c2013-02-07 14:26:21 -05002291static int _nfs4_open_and_get_state(struct nfs4_opendata *opendata,
2292 fmode_t fmode,
2293 int flags,
Trond Myklebust3efb9722013-05-29 13:17:04 -04002294 struct nfs_open_context *ctx)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002295{
2296 struct nfs4_state_owner *sp = opendata->owner;
2297 struct nfs_server *server = sp->so_server;
Trond Myklebust275bb302013-05-29 13:11:28 -04002298 struct dentry *dentry;
Trond Myklebustc21443c2013-02-07 14:26:21 -05002299 struct nfs4_state *state;
2300 unsigned int seq;
2301 int ret;
2302
2303 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
2304
2305 ret = _nfs4_proc_open(opendata);
Trond Myklebustdca780012014-10-23 19:23:03 +03002306 if (ret != 0)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002307 goto out;
2308
2309 state = nfs4_opendata_to_nfs4_state(opendata);
2310 ret = PTR_ERR(state);
2311 if (IS_ERR(state))
2312 goto out;
2313 if (server->caps & NFS_CAP_POSIX_LOCK)
2314 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
2315
Trond Myklebust275bb302013-05-29 13:11:28 -04002316 dentry = opendata->dentry;
2317 if (dentry->d_inode == NULL) {
2318 /* FIXME: Is this d_drop() ever needed? */
2319 d_drop(dentry);
2320 dentry = d_add_unique(dentry, igrab(state->inode));
2321 if (dentry == NULL) {
2322 dentry = opendata->dentry;
2323 } else if (dentry != ctx->dentry) {
2324 dput(ctx->dentry);
2325 ctx->dentry = dget(dentry);
2326 }
2327 nfs_set_verifier(dentry,
2328 nfs_save_change_attribute(opendata->dir->d_inode));
2329 }
2330
Trond Myklebustc21443c2013-02-07 14:26:21 -05002331 ret = nfs4_opendata_access(sp->so_cred, opendata, state, fmode, flags);
2332 if (ret != 0)
2333 goto out;
2334
Trond Myklebust3efb9722013-05-29 13:17:04 -04002335 ctx->state = state;
Trond Myklebustc45ffdd2013-05-29 13:34:46 -04002336 if (dentry->d_inode == state->inode) {
2337 nfs_inode_attach_open_context(ctx);
2338 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq))
2339 nfs4_schedule_stateid_recovery(server, state);
2340 }
Trond Myklebustc21443c2013-02-07 14:26:21 -05002341out:
2342 return ret;
2343}
2344
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002345/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002346 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07002347 */
Andy Adamson82be4172012-05-23 05:02:35 -04002348static int _nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002349 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002350 int flags,
2351 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002352 struct nfs4_label *label,
2353 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354{
2355 struct nfs4_state_owner *sp;
2356 struct nfs4_state *state = NULL;
2357 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002358 struct nfs4_opendata *opendata;
Trond Myklebust4197a052013-05-29 12:37:49 -04002359 struct dentry *dentry = ctx->dentry;
2360 struct rpc_cred *cred = ctx->cred;
2361 struct nfs4_threshold **ctx_th = &ctx->mdsthreshold;
2362 fmode_t fmode = ctx->mode & (FMODE_READ|FMODE_WRITE|FMODE_EXEC);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002363 enum open_claim_type4 claim = NFS4_OPEN_CLAIM_NULL;
David Quigley1775fd32013-05-22 12:50:42 -04002364 struct nfs4_label *olabel = NULL;
Trond Myklebustaac00a82007-07-05 19:02:21 -04002365 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366
2367 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368 status = -ENOMEM;
Trond Myklebustd1e284d2012-01-17 22:04:24 -05002369 sp = nfs4_get_state_owner(server, cred, GFP_KERNEL);
2370 if (sp == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
2372 goto out_err;
2373 }
Trond Myklebust58d97142006-01-03 09:55:24 +01002374 status = nfs4_recover_expired_lease(server);
2375 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002376 goto err_put_state_owner;
Al Viro82a2c1b2011-06-22 18:30:55 -04002377 if (dentry->d_inode != NULL)
2378 nfs4_return_incompatible_delegation(dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01002379 status = -ENOMEM;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002380 if (dentry->d_inode)
2381 claim = NFS4_OPEN_CLAIM_FH;
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002382 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002383 label, claim, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002384 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05002385 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386
David Quigley14c43f72013-05-22 12:50:43 -04002387 if (label) {
2388 olabel = nfs4_label_alloc(server, GFP_KERNEL);
2389 if (IS_ERR(olabel)) {
2390 status = PTR_ERR(olabel);
2391 goto err_opendata_put;
2392 }
2393 }
2394
Trond Myklebuste911b812014-03-26 13:24:37 -07002395 if (server->attr_bitmask[2] & FATTR4_WORD2_MDSTHRESHOLD) {
2396 if (!opendata->f_attr.mdsthreshold) {
2397 opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc();
2398 if (!opendata->f_attr.mdsthreshold)
2399 goto err_free_label;
2400 }
Trond Myklebust1549210f2012-06-05 09:16:47 -04002401 opendata->o_arg.open_bitmap = &nfs4_pnfs_open_bitmap[0];
Andy Adamson82be4172012-05-23 05:02:35 -04002402 }
Al Viro82a2c1b2011-06-22 18:30:55 -04002403 if (dentry->d_inode != NULL)
2404 opendata->state = nfs4_get_open_state(dentry->d_inode, sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04002405
Trond Myklebust3efb9722013-05-29 13:17:04 -04002406 status = _nfs4_open_and_get_state(opendata, fmode, flags, ctx);
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002407 if (status != 0)
David Quigley14c43f72013-05-22 12:50:43 -04002408 goto err_free_label;
Trond Myklebust3efb9722013-05-29 13:17:04 -04002409 state = ctx->state;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002410
Trond Myklebust549b19c2013-04-16 18:42:34 -04002411 if ((opendata->o_arg.open_flags & O_EXCL) &&
2412 (opendata->o_arg.createmode != NFS4_CREATE_GUARDED)) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002413 nfs4_exclusive_attrset(opendata, sattr);
2414
2415 nfs_fattr_init(opendata->o_res.f_attr);
2416 status = nfs4_do_setattr(state->inode, cred,
2417 opendata->o_res.f_attr, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002418 state, label, olabel);
2419 if (status == 0) {
Trond Myklebustf0446362015-02-26 16:09:04 -05002420 nfs_setattr_update_inode(state->inode, sattr,
2421 opendata->o_res.f_attr);
David Quigleyaa9c2662013-05-22 12:50:44 -04002422 nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel);
David Quigley1775fd32013-05-22 12:50:42 -04002423 }
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002424 }
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002425 if (opendata->file_created)
2426 *opened |= FILE_CREATED;
Andy Adamson82be4172012-05-23 05:02:35 -04002427
Trond Myklebuste911b812014-03-26 13:24:37 -07002428 if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server)) {
Andy Adamson82be4172012-05-23 05:02:35 -04002429 *ctx_th = opendata->f_attr.mdsthreshold;
Trond Myklebuste911b812014-03-26 13:24:37 -07002430 opendata->f_attr.mdsthreshold = NULL;
2431 }
Andy Adamson82be4172012-05-23 05:02:35 -04002432
David Quigley14c43f72013-05-22 12:50:43 -04002433 nfs4_label_free(olabel);
2434
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002435 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002437 return 0;
David Quigley14c43f72013-05-22 12:50:43 -04002438err_free_label:
2439 nfs4_label_free(olabel);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002440err_opendata_put:
2441 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002442err_put_state_owner:
2443 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445 return status;
2446}
2447
2448
Andy Adamson82be4172012-05-23 05:02:35 -04002449static struct nfs4_state *nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002450 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002451 int flags,
2452 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002453 struct nfs4_label *label,
2454 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455{
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002456 struct nfs_server *server = NFS_SERVER(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457 struct nfs4_exception exception = { };
2458 struct nfs4_state *res;
2459 int status;
2460
2461 do {
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002462 status = _nfs4_do_open(dir, ctx, flags, sattr, label, opened);
Trond Myklebust3efb9722013-05-29 13:17:04 -04002463 res = ctx->state;
Trond Myklebust42113a72013-08-12 16:19:27 -04002464 trace_nfs4_open_file(ctx, flags, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465 if (status == 0)
2466 break;
2467 /* NOTE: BAD_SEQID means the server and client disagree about the
2468 * book-keeping w.r.t. state-changing operations
2469 * (OPEN/CLOSE/LOCK/LOCKU...)
2470 * It is actually a sign of a bug on the client or on the server.
2471 *
2472 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07002473 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474 * have unhashed the old state_owner for us, and that we can
2475 * therefore safely retry using a new one. We should still warn
2476 * the user though...
2477 */
2478 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust9a3ba432012-03-12 18:01:48 -04002479 pr_warn_ratelimited("NFS: v4 server %s "
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04002480 " returned a bad sequence-id error!\n",
2481 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482 exception.retry = 1;
2483 continue;
2484 }
Trond Myklebust550f5742005-10-18 14:20:21 -07002485 /*
2486 * BAD_STATEID on OPEN means that the server cancelled our
2487 * state before it received the OPEN_CONFIRM.
2488 * Recover by retrying the request as per the discussion
2489 * on Page 181 of RFC3530.
2490 */
2491 if (status == -NFS4ERR_BAD_STATEID) {
2492 exception.retry = 1;
2493 continue;
2494 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04002495 if (status == -EAGAIN) {
2496 /* We must have found a delegation */
2497 exception.retry = 1;
2498 continue;
2499 }
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002500 if (nfs4_clear_cap_atomic_open_v1(server, status, &exception))
2501 continue;
2502 res = ERR_PTR(nfs4_handle_exception(server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503 status, &exception));
2504 } while (exception.retry);
2505 return res;
2506}
2507
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002508static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2509 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002510 struct nfs4_state *state, struct nfs4_label *ilabel,
2511 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002513 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002515 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516 .iap = sattr,
2517 .server = server,
2518 .bitmask = server->attr_bitmask,
David Quigley1775fd32013-05-22 12:50:42 -04002519 .label = ilabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520 };
2521 struct nfs_setattrres res = {
2522 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04002523 .label = olabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524 .server = server,
2525 };
2526 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002527 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
2528 .rpc_argp = &arg,
2529 .rpc_resp = &res,
2530 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01002532 unsigned long timestamp = jiffies;
Trond Myklebustee3ae842013-04-29 10:35:36 -04002533 fmode_t fmode;
2534 bool truncate;
Trond Myklebust65e43082005-08-16 11:49:44 -04002535 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536
David Quigleyaa9c2662013-05-22 12:50:44 -04002537 arg.bitmask = nfs4_bitmask(server, ilabel);
2538 if (ilabel)
2539 arg.bitmask = nfs4_bitmask(server, olabel);
2540
Trond Myklebust0e574af2005-10-27 22:12:38 -04002541 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542
Trond Myklebustee3ae842013-04-29 10:35:36 -04002543 /* Servers should only apply open mode checks for file size changes */
2544 truncate = (sattr->ia_valid & ATTR_SIZE) ? true : false;
2545 fmode = truncate ? FMODE_WRITE : FMODE_READ;
2546
2547 if (nfs4_copy_delegation_stateid(&arg.stateid, inode, fmode)) {
2548 /* Use that stateid */
Trond Myklebust0418dae2014-03-04 13:48:16 -05002549 } else if (truncate && state != NULL) {
Trond Myklebust2a369152012-08-13 18:54:45 -04002550 struct nfs_lockowner lockowner = {
2551 .l_owner = current->files,
2552 .l_pid = current->tgid,
2553 };
Trond Myklebust0418dae2014-03-04 13:48:16 -05002554 if (!nfs4_valid_open_stateid(state))
2555 return -EBADF;
2556 if (nfs4_select_rw_stateid(&arg.stateid, state, FMODE_WRITE,
2557 &lockowner) == -EIO)
2558 return -EBADF;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002559 } else
Trond Myklebustf597c532012-03-04 18:13:56 -05002560 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561
Bryan Schumaker7c513052011-03-24 17:12:24 +00002562 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002563 if (status == 0 && state != NULL)
2564 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04002565 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566}
2567
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002568static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2569 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002570 struct nfs4_state *state, struct nfs4_label *ilabel,
2571 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002573 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002574 struct nfs4_exception exception = {
2575 .state = state,
Trond Myklebust3114ea72012-03-07 16:39:06 -05002576 .inode = inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002577 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578 int err;
2579 do {
David Quigley1775fd32013-05-22 12:50:42 -04002580 err = _nfs4_do_setattr(inode, cred, fattr, sattr, state, ilabel, olabel);
Trond Myklebustc1578b72013-08-12 16:58:42 -04002581 trace_nfs4_setattr(inode, err);
Trond Myklebust451146b2012-04-18 16:29:11 -04002582 switch (err) {
2583 case -NFS4ERR_OPENMODE:
Trond Myklebust721ccfb2013-04-29 11:11:58 -04002584 if (!(sattr->ia_valid & ATTR_SIZE)) {
2585 pr_warn_once("NFSv4: server %s is incorrectly "
2586 "applying open mode checks to "
2587 "a SETATTR that is not "
2588 "changing file size.\n",
2589 server->nfs_client->cl_hostname);
2590 }
Trond Myklebust451146b2012-04-18 16:29:11 -04002591 if (state && !(state->state & FMODE_WRITE)) {
2592 err = -EBADF;
2593 if (sattr->ia_valid & ATTR_OPEN)
2594 err = -EACCES;
2595 goto out;
2596 }
2597 }
2598 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599 } while (exception.retry);
Trond Myklebust451146b2012-04-18 16:29:11 -04002600out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601 return err;
2602}
2603
2604struct nfs4_closedata {
2605 struct inode *inode;
2606 struct nfs4_state *state;
2607 struct nfs_closeargs arg;
2608 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002609 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002610 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00002611 bool roc;
2612 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613};
2614
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002615static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07002616{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002617 struct nfs4_closedata *calldata = data;
2618 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04002619 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07002620
Fred Isamanf7e89172011-01-06 11:36:32 +00002621 if (calldata->roc)
2622 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07002623 nfs4_put_open_state(calldata->state);
2624 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07002625 nfs4_put_state_owner(sp);
Trond Myklebust322b2b92013-01-11 16:39:51 -05002626 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002627 kfree(calldata);
2628}
2629
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002630static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002632 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634 struct nfs_server *server = NFS_SERVER(calldata->inode);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002635 nfs4_stateid *res_stateid = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636
Chuck Levera3ca5652012-03-01 17:00:40 -05002637 dprintk("%s: begin!\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04002638 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
2639 return;
Trond Myklebust42113a72013-08-12 16:19:27 -04002640 trace_nfs4_close(state, &calldata->arg, &calldata->res, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002641 /* hmm. we are done with the inode, and in the process of freeing
2642 * the state_owner. we keep this around to process errors
2643 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644 switch (task->tk_status) {
2645 case 0:
Trond Myklebust412f6c42014-08-25 22:09:08 -04002646 res_stateid = &calldata->res.stateid;
2647 if (calldata->arg.fmode == 0 && calldata->roc)
Fred Isamanf7e89172011-01-06 11:36:32 +00002648 pnfs_roc_set_barrier(state->inode,
2649 calldata->roc_barrier);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002650 renew_lease(server, calldata->timestamp);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002651 break;
Trond Myklebust69794ad2013-11-20 12:57:19 -05002652 case -NFS4ERR_ADMIN_REVOKED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002654 case -NFS4ERR_OLD_STATEID:
2655 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656 case -NFS4ERR_EXPIRED:
Trond Myklebust566fcec2015-01-23 15:32:46 -05002657 if (!nfs4_stateid_match(&calldata->arg.stateid,
Anna Schumaker369d6b72015-03-02 16:46:09 -05002658 &state->open_stateid)) {
Trond Myklebust566fcec2015-01-23 15:32:46 -05002659 rpc_restart_call_prepare(task);
2660 goto out_release;
2661 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002662 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002663 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10002665 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN) {
Trond Myklebust72211db2009-12-15 14:47:36 -05002666 rpc_restart_call_prepare(task);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002667 goto out_release;
2668 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002669 }
Trond Myklebust412f6c42014-08-25 22:09:08 -04002670 nfs_clear_open_stateid(state, res_stateid, calldata->arg.fmode);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002671out_release:
Trond Myklebust72211db2009-12-15 14:47:36 -05002672 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04002673 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Chuck Levera3ca5652012-03-01 17:00:40 -05002674 dprintk("%s: done, ret = %d!\n", __func__, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675}
2676
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002677static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002679 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07002680 struct nfs4_state *state = calldata->state;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002681 struct inode *inode = calldata->inode;
Trond Myklebustaee7af32014-08-25 22:33:12 -04002682 bool is_rdonly, is_wronly, is_rdwr;
Trond Myklebust88069f72009-12-08 08:33:16 -05002683 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07002684
Chuck Levera3ca5652012-03-01 17:00:40 -05002685 dprintk("%s: begin!\n", __func__);
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002686 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002687 goto out_wait;
Trond Myklebust003707c2007-07-05 18:07:55 -04002688
Trond Myklebust88069f72009-12-08 08:33:16 -05002689 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebust4cecb762005-11-04 15:32:58 -05002690 spin_lock(&state->owner->so_lock);
Trond Myklebustaee7af32014-08-25 22:33:12 -04002691 is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags);
2692 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags);
2693 is_wronly = test_bit(NFS_O_WRONLY_STATE, &state->flags);
Anna Schumaker369d6b72015-03-02 16:46:09 -05002694 nfs4_stateid_copy(&calldata->arg.stateid, &state->open_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04002695 /* Calculate the change in open mode */
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002696 calldata->arg.fmode = 0;
Trond Myklebuste7616922006-01-03 09:55:13 +01002697 if (state->n_rdwr == 0) {
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002698 if (state->n_rdonly == 0)
2699 call_close |= is_rdonly;
2700 else if (is_rdonly)
2701 calldata->arg.fmode |= FMODE_READ;
2702 if (state->n_wronly == 0)
2703 call_close |= is_wronly;
2704 else if (is_wronly)
2705 calldata->arg.fmode |= FMODE_WRITE;
2706 } else if (is_rdwr)
2707 calldata->arg.fmode |= FMODE_READ|FMODE_WRITE;
2708
2709 if (calldata->arg.fmode == 0)
2710 call_close |= is_rdwr;
2711
Trond Myklebust5d422302013-03-14 16:57:48 -04002712 if (!nfs4_valid_open_stateid(state))
2713 call_close = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002714 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002715
2716 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002717 /* Note: exit _without_ calling nfs4_close_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002718 goto out_no_action;
Trond Myklebust95121352005-10-18 14:20:12 -07002719 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002720
Fred Isamanf7e89172011-01-06 11:36:32 +00002721 if (calldata->arg.fmode == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002722 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Fred Isamanf7e89172011-01-06 11:36:32 +00002723 if (calldata->roc &&
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002724 pnfs_roc_drain(inode, &calldata->roc_barrier, task)) {
2725 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002726 goto out_wait;
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002727 }
Fred Isamanf7e89172011-01-06 11:36:32 +00002728 }
Trond Myklebust6ae37332015-01-30 14:21:14 -05002729 calldata->arg.share_access =
2730 nfs4_map_atomic_open_share(NFS_SERVER(inode),
2731 calldata->arg.fmode, 0);
Trond Myklebust88069f72009-12-08 08:33:16 -05002732
Trond Myklebust516a6af2005-10-27 22:12:41 -04002733 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002734 calldata->timestamp = jiffies;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002735 if (nfs4_setup_sequence(NFS_SERVER(inode),
Trond Myklebust9d12b212012-01-17 22:04:25 -05002736 &calldata->arg.seq_args,
2737 &calldata->res.seq_res,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04002738 task) != 0)
2739 nfs_release_seqid(calldata->arg.seqid);
Chuck Levera3ca5652012-03-01 17:00:40 -05002740 dprintk("%s: done!\n", __func__);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002741 return;
2742out_no_action:
2743 task->tk_action = NULL;
2744out_wait:
2745 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746}
2747
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002748static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002749 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002750 .rpc_call_done = nfs4_close_done,
2751 .rpc_release = nfs4_free_closedata,
2752};
2753
Peng Taofe08c542014-07-03 13:05:01 +08002754static bool nfs4_roc(struct inode *inode)
2755{
Trond Myklebust40dd4b72015-01-24 13:54:37 -05002756 if (!nfs_have_layout(inode))
Peng Taofe08c542014-07-03 13:05:01 +08002757 return false;
Peng Taofe08c542014-07-03 13:05:01 +08002758 return pnfs_roc(inode);
2759}
2760
Linus Torvalds1da177e2005-04-16 15:20:36 -07002761/*
2762 * It is possible for data to be read/written from a mem-mapped file
2763 * after the sys_close call (which hits the vfs layer as a flush).
2764 * This means that we can't safely call nfsv4 close on a file until
2765 * the inode is cleared. This in turn means that we are not good
2766 * NFSv4 citizens - we do not indicate to the server to update the file's
2767 * share state even when we are done with one of the three share
2768 * stateid's in the inode.
2769 *
2770 * NOTE: Caller must be holding the sp->so_owner semaphore!
2771 */
Trond Myklebust1f7977c2012-09-20 20:31:51 -04002772int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002773{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002774 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust63f5f792015-01-23 19:19:25 -05002775 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002777 struct nfs4_state_owner *sp = state->owner;
2778 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002779 struct rpc_message msg = {
2780 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2781 .rpc_cred = state->owner->so_cred,
2782 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002783 struct rpc_task_setup task_setup_data = {
2784 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002785 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002786 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002787 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002788 .flags = RPC_TASK_ASYNC,
2789 };
Trond Myklebust95121352005-10-18 14:20:12 -07002790 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04002792 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_CLEANUP,
2793 &task_setup_data.rpc_client, &msg);
2794
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002795 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002797 goto out;
Chuck Levera9c92d62013-08-09 12:48:18 -04002798 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002799 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002801 calldata->arg.fh = NFS_FH(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802 /* Serialization for the sequence id */
Trond Myklebust63f5f792015-01-23 19:19:25 -05002803 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
2804 calldata->arg.seqid = alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05002805 if (IS_ERR(calldata->arg.seqid))
Trond Myklebust95121352005-10-18 14:20:12 -07002806 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002807 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002808 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002809 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002810 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002811 calldata->res.server = server;
Peng Taofe08c542014-07-03 13:05:01 +08002812 calldata->roc = nfs4_roc(state->inode);
Al Viro643168c2011-06-22 18:20:23 -04002813 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002814
Trond Myklebust1174dd12010-12-21 10:52:24 -05002815 msg.rpc_argp = &calldata->arg;
2816 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002817 task_setup_data.callback_data = calldata;
2818 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002819 if (IS_ERR(task))
2820 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002821 status = 0;
2822 if (wait)
2823 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002824 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002825 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002826out_free_calldata:
2827 kfree(calldata);
2828out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04002829 nfs4_put_open_state(state);
2830 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002831 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002832}
2833
Trond Myklebust2b484292010-09-17 10:56:51 -04002834static struct inode *
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002835nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx,
2836 int open_flags, struct iattr *attr, int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002838 struct nfs4_state *state;
David Quigleyaa9c2662013-05-22 12:50:44 -04002839 struct nfs4_label l = {0, 0, 0, NULL}, *label = NULL;
2840
2841 label = nfs4_label_init_security(dir, ctx->dentry, attr, &l);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842
Trond Myklebust565277f2007-10-15 18:17:53 -04002843 /* Protect against concurrent sillydeletes */
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002844 state = nfs4_do_open(dir, ctx, open_flags, attr, label, opened);
David Quigleyaa9c2662013-05-22 12:50:44 -04002845
2846 nfs4_label_release_security(label);
2847
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002848 if (IS_ERR(state))
2849 return ERR_CAST(state);
Trond Myklebust275bb302013-05-29 13:11:28 -04002850 return state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851}
2852
Trond Myklebust1185a552009-12-03 15:54:02 -05002853static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002854{
2855 if (ctx->state == NULL)
2856 return;
2857 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04002858 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002859 else
Al Viro643168c2011-06-22 18:20:23 -04002860 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002861}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002862
Trond Myklebustb944dba2013-11-04 15:20:20 -05002863#define FATTR4_WORD1_NFS40_MASK (2*FATTR4_WORD1_MOUNTED_ON_FILEID - 1UL)
2864#define FATTR4_WORD2_NFS41_MASK (2*FATTR4_WORD2_SUPPATTR_EXCLCREAT - 1UL)
J. Bruce Fields999e5682014-06-03 17:33:35 -04002865#define FATTR4_WORD2_NFS42_MASK (2*FATTR4_WORD2_SECURITY_LABEL - 1UL)
Trond Myklebustb944dba2013-11-04 15:20:20 -05002866
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2868{
Benny Halevy43652ad2009-04-01 09:21:54 -04002869 struct nfs4_server_caps_arg args = {
2870 .fhandle = fhandle,
2871 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872 struct nfs4_server_caps_res res = {};
2873 struct rpc_message msg = {
2874 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002875 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002876 .rpc_resp = &res,
2877 };
2878 int status;
2879
Bryan Schumaker7c513052011-03-24 17:12:24 +00002880 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881 if (status == 0) {
Trond Myklebustb944dba2013-11-04 15:20:20 -05002882 /* Sanity check the server answers */
2883 switch (server->nfs_client->cl_minorversion) {
2884 case 0:
2885 res.attr_bitmask[1] &= FATTR4_WORD1_NFS40_MASK;
2886 res.attr_bitmask[2] = 0;
2887 break;
2888 case 1:
2889 res.attr_bitmask[2] &= FATTR4_WORD2_NFS41_MASK;
2890 break;
2891 case 2:
2892 res.attr_bitmask[2] &= FATTR4_WORD2_NFS42_MASK;
2893 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002894 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002895 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2896 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2897 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2898 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
Trond Myklebustb944dba2013-11-04 15:20:20 -05002899 NFS_CAP_CTIME|NFS_CAP_MTIME|
2900 NFS_CAP_SECURITY_LABEL);
Malahal Naineni7dd7d952014-01-23 08:54:55 -06002901 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL &&
2902 res.acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002903 server->caps |= NFS_CAP_ACLS;
2904 if (res.has_links != 0)
2905 server->caps |= NFS_CAP_HARDLINKS;
2906 if (res.has_symlinks != 0)
2907 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002908 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2909 server->caps |= NFS_CAP_FILEID;
2910 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2911 server->caps |= NFS_CAP_MODE;
2912 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2913 server->caps |= NFS_CAP_NLINK;
2914 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2915 server->caps |= NFS_CAP_OWNER;
2916 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2917 server->caps |= NFS_CAP_OWNER_GROUP;
2918 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2919 server->caps |= NFS_CAP_ATIME;
2920 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2921 server->caps |= NFS_CAP_CTIME;
2922 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2923 server->caps |= NFS_CAP_MTIME;
David Quigleyaa9c2662013-05-22 12:50:44 -04002924#ifdef CONFIG_NFS_V4_SECURITY_LABEL
2925 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL)
2926 server->caps |= NFS_CAP_SECURITY_LABEL;
2927#endif
2928 memcpy(server->attr_bitmask_nl, res.attr_bitmask,
2929 sizeof(server->attr_bitmask));
Trond Myklebustb944dba2013-11-04 15:20:20 -05002930 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002931
Trond Myklebusta65318b2009-03-11 14:10:28 -04002932 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2933 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2934 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Trond Myklebustb944dba2013-11-04 15:20:20 -05002935 server->cache_consistency_bitmask[2] = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936 server->acl_bitmask = res.acl_bitmask;
Chuck Lever264e6352012-03-01 17:02:05 -05002937 server->fh_expire_type = res.fh_expire_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002939
Linus Torvalds1da177e2005-04-16 15:20:36 -07002940 return status;
2941}
2942
Trond Myklebust55a97592006-06-09 09:34:19 -04002943int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002944{
2945 struct nfs4_exception exception = { };
2946 int err;
2947 do {
2948 err = nfs4_handle_exception(server,
2949 _nfs4_server_capabilities(server, fhandle),
2950 &exception);
2951 } while (exception.retry);
2952 return err;
2953}
2954
2955static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2956 struct nfs_fsinfo *info)
2957{
David Quigleyaa9c2662013-05-22 12:50:44 -04002958 u32 bitmask[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959 struct nfs4_lookup_root_arg args = {
David Quigleyaa9c2662013-05-22 12:50:44 -04002960 .bitmask = bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961 };
2962 struct nfs4_lookup_res res = {
2963 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002964 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965 .fh = fhandle,
2966 };
2967 struct rpc_message msg = {
2968 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2969 .rpc_argp = &args,
2970 .rpc_resp = &res,
2971 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002972
David Quigleyaa9c2662013-05-22 12:50:44 -04002973 bitmask[0] = nfs4_fattr_bitmap[0];
2974 bitmask[1] = nfs4_fattr_bitmap[1];
2975 /*
2976 * Process the label in the upcoming getfattr
2977 */
2978 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL;
2979
Trond Myklebust0e574af2005-10-27 22:12:38 -04002980 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002981 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982}
2983
2984static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2985 struct nfs_fsinfo *info)
2986{
2987 struct nfs4_exception exception = { };
2988 int err;
2989 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002990 err = _nfs4_lookup_root(server, fhandle, info);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04002991 trace_nfs4_lookup_root(server, fhandle, info->fattr, err);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002992 switch (err) {
2993 case 0:
2994 case -NFS4ERR_WRONGSEC:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002995 goto out;
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002996 default:
2997 err = nfs4_handle_exception(server, err, &exception);
2998 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04003000out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001 return err;
3002}
3003
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003004static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
3005 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
3006{
Trond Myklebustc2190662013-08-26 19:23:04 -04003007 struct rpc_auth_create_args auth_args = {
3008 .pseudoflavor = flavor,
3009 };
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003010 struct rpc_auth *auth;
3011 int ret;
3012
Trond Myklebustc2190662013-08-26 19:23:04 -04003013 auth = rpcauth_create(&auth_args, server->client);
Wei Yongjune8d920c2012-09-21 12:27:41 +08003014 if (IS_ERR(auth)) {
Chuck Lever75bc8822013-03-16 15:55:36 -04003015 ret = -EACCES;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003016 goto out;
3017 }
3018 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003019out:
3020 return ret;
3021}
3022
Chuck Lever9a744ba2013-03-16 15:56:02 -04003023/*
3024 * Retry pseudoroot lookup with various security flavors. We do this when:
3025 *
3026 * NFSv4.0: the PUTROOTFH operation returns NFS4ERR_WRONGSEC
3027 * NFSv4.1: the server does not support the SECINFO_NO_NAME operation
3028 *
3029 * Returns zero on success, or a negative NFS4ERR value, or a
3030 * negative errno value.
3031 */
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003032static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04003033 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034{
Chuck Lever9a744ba2013-03-16 15:56:02 -04003035 /* Per 3530bis 15.33.5 */
3036 static const rpc_authflavor_t flav_array[] = {
3037 RPC_AUTH_GSS_KRB5P,
3038 RPC_AUTH_GSS_KRB5I,
3039 RPC_AUTH_GSS_KRB5,
Chuck Leverc4eafe12013-03-16 15:56:11 -04003040 RPC_AUTH_UNIX, /* courtesy */
Chuck Lever9a744ba2013-03-16 15:56:02 -04003041 RPC_AUTH_NULL,
3042 };
3043 int status = -EPERM;
3044 size_t i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04003046 if (server->auth_info.flavor_len > 0) {
3047 /* try each flavor specified by user */
3048 for (i = 0; i < server->auth_info.flavor_len; i++) {
3049 status = nfs4_lookup_root_sec(server, fhandle, info,
3050 server->auth_info.flavors[i]);
3051 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3052 continue;
3053 break;
3054 }
3055 } else {
3056 /* no flavors specified by user, try default list */
3057 for (i = 0; i < ARRAY_SIZE(flav_array); i++) {
3058 status = nfs4_lookup_root_sec(server, fhandle, info,
3059 flav_array[i]);
3060 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3061 continue;
3062 break;
3063 }
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003064 }
Chuck Lever9a744ba2013-03-16 15:56:02 -04003065
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003066 /*
3067 * -EACCESS could mean that the user doesn't have correct permissions
3068 * to access the mount. It could also mean that we tried to mount
3069 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
3070 * existing mount programs don't handle -EACCES very well so it should
3071 * be mapped to -EPERM instead.
3072 */
3073 if (status == -EACCES)
3074 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003075 return status;
3076}
3077
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003078static int nfs4_do_find_root_sec(struct nfs_server *server,
3079 struct nfs_fh *fhandle, struct nfs_fsinfo *info)
3080{
3081 int mv = server->nfs_client->cl_minorversion;
3082 return nfs_v4_minor_ops[mv]->find_root_sec(server, fhandle, info);
3083}
3084
3085/**
3086 * nfs4_proc_get_rootfh - get file handle for server's pseudoroot
3087 * @server: initialized nfs_server handle
3088 * @fhandle: we fill in the pseudo-fs root file handle
3089 * @info: we fill in an FSINFO struct
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003090 * @auth_probe: probe the auth flavours
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003091 *
3092 * Returns zero on success, or a negative errno.
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003093 */
Bryan Schumaker3028eb22012-05-10 15:07:30 -04003094int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle,
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003095 struct nfs_fsinfo *info,
3096 bool auth_probe)
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003097{
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003098 int status;
3099
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003100 switch (auth_probe) {
3101 case false:
3102 status = nfs4_lookup_root(server, fhandle, info);
3103 if (status != -NFS4ERR_WRONGSEC)
3104 break;
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003105 default:
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003106 status = nfs4_do_find_root_sec(server, fhandle, info);
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003107 }
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003108
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109 if (status == 0)
3110 status = nfs4_server_capabilities(server, fhandle);
3111 if (status == 0)
3112 status = nfs4_do_fsinfo(server, fhandle, info);
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003113
Trond Myklebustc12e87f2006-03-13 21:20:47 -08003114 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003115}
3116
Bryan Schumakerbae36242012-05-10 15:07:31 -04003117static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh,
3118 struct nfs_fsinfo *info)
3119{
3120 int error;
3121 struct nfs_fattr *fattr = info->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003122 struct nfs4_label *label = NULL;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003123
3124 error = nfs4_server_capabilities(server, mntfh);
3125 if (error < 0) {
3126 dprintk("nfs4_get_root: getcaps error = %d\n", -error);
3127 return error;
3128 }
3129
David Quigley14c43f72013-05-22 12:50:43 -04003130 label = nfs4_label_alloc(server, GFP_KERNEL);
3131 if (IS_ERR(label))
3132 return PTR_ERR(label);
3133
David Quigley1775fd32013-05-22 12:50:42 -04003134 error = nfs4_proc_getattr(server, mntfh, fattr, label);
Bryan Schumakerbae36242012-05-10 15:07:31 -04003135 if (error < 0) {
3136 dprintk("nfs4_get_root: getattr error = %d\n", -error);
David Quigley14c43f72013-05-22 12:50:43 -04003137 goto err_free_label;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003138 }
3139
3140 if (fattr->valid & NFS_ATTR_FATTR_FSID &&
3141 !nfs_fsid_equal(&server->fsid, &fattr->fsid))
3142 memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid));
3143
David Quigley14c43f72013-05-22 12:50:43 -04003144err_free_label:
3145 nfs4_label_free(label);
3146
Bryan Schumakerbae36242012-05-10 15:07:31 -04003147 return error;
3148}
3149
Manoj Naik6b97fd32006-06-09 09:34:29 -04003150/*
3151 * Get locations and (maybe) other attributes of a referral.
3152 * Note that we'll actually follow the referral later when
3153 * we detect fsid mismatch in inode revalidation
3154 */
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003155static int nfs4_get_referral(struct rpc_clnt *client, struct inode *dir,
3156 const struct qstr *name, struct nfs_fattr *fattr,
3157 struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04003158{
3159 int status = -ENOMEM;
3160 struct page *page = NULL;
3161 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003162
3163 page = alloc_page(GFP_KERNEL);
3164 if (page == NULL)
3165 goto out;
3166 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
3167 if (locations == NULL)
3168 goto out;
3169
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003170 status = nfs4_proc_fs_locations(client, dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003171 if (status != 0)
3172 goto out;
Chuck Lever519ae252013-10-17 14:13:19 -04003173
3174 /*
3175 * If the fsid didn't change, this is a migration event, not a
3176 * referral. Cause us to drop into the exception handler, which
3177 * will kick off migration recovery.
3178 */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003179 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04003180 dprintk("%s: server did not return a different fsid for"
3181 " a referral at %s\n", __func__, name->name);
Chuck Lever519ae252013-10-17 14:13:19 -04003182 status = -NFS4ERR_MOVED;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003183 goto out;
3184 }
Andy Adamson533eb462011-06-13 18:25:56 -04003185 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
3186 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003187
Andy Adamson533eb462011-06-13 18:25:56 -04003188 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003189 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04003190 memset(fhandle, 0, sizeof(struct nfs_fh));
3191out:
3192 if (page)
3193 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04003194 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003195 return status;
3196}
3197
David Quigley1775fd32013-05-22 12:50:42 -04003198static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3199 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200{
3201 struct nfs4_getattr_arg args = {
3202 .fh = fhandle,
3203 .bitmask = server->attr_bitmask,
3204 };
3205 struct nfs4_getattr_res res = {
3206 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04003207 .label = label,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208 .server = server,
3209 };
3210 struct rpc_message msg = {
3211 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
3212 .rpc_argp = &args,
3213 .rpc_resp = &res,
3214 };
David Quigleyaa9c2662013-05-22 12:50:44 -04003215
3216 args.bitmask = nfs4_bitmask(server, label);
3217
Trond Myklebust0e574af2005-10-27 22:12:38 -04003218 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003219 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220}
3221
David Quigley1775fd32013-05-22 12:50:42 -04003222static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3223 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224{
3225 struct nfs4_exception exception = { };
3226 int err;
3227 do {
Trond Myklebustb5f875a2013-08-13 13:01:39 -04003228 err = _nfs4_proc_getattr(server, fhandle, fattr, label);
3229 trace_nfs4_getattr(server, fhandle, fattr, err);
3230 err = nfs4_handle_exception(server, err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231 &exception);
3232 } while (exception.retry);
3233 return err;
3234}
3235
3236/*
3237 * The file is not closed if it is opened due to the a request to change
3238 * the size of the file. The open call will not be needed once the
3239 * VFS layer lookup-intents are implemented.
3240 *
3241 * Close is called when the inode is destroyed.
3242 * If we haven't opened the file for O_WRONLY, we
3243 * need to in the size_change case to obtain a stateid.
3244 *
3245 * Got race?
3246 * Because OPEN is always done by name in nfsv4, it is
3247 * possible that we opened a different file by the same
3248 * name. We can recognize this race condition, but we
3249 * can't do anything about it besides returning an error.
3250 *
3251 * This will be fixed with VFS changes (lookup-intent).
3252 */
3253static int
3254nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
3255 struct iattr *sattr)
3256{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003257 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003258 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05003259 struct nfs4_state *state = NULL;
David Quigley14c43f72013-05-22 12:50:43 -04003260 struct nfs4_label *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261 int status;
3262
Peng Tao88ac8152014-09-12 11:04:10 +08003263 if (pnfs_ld_layoutret_on_setattr(inode) &&
3264 sattr->ia_valid & ATTR_SIZE &&
3265 sattr->ia_size < i_size_read(inode))
Trond Myklebust24028672013-03-20 13:23:33 -04003266 pnfs_commit_and_return_layout(inode);
Benny Halevy8a1636c2010-07-14 15:43:57 -04003267
Trond Myklebust0e574af2005-10-27 22:12:38 -04003268 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003269
Andy Adamson26699402012-05-30 16:12:24 -04003270 /* Deal with open(O_TRUNC) */
3271 if (sattr->ia_valid & ATTR_OPEN)
Nadav Shemercc7936f2013-07-21 17:21:43 +03003272 sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME);
Andy Adamson26699402012-05-30 16:12:24 -04003273
3274 /* Optimization: if the end result is no change, don't RPC */
Nadav Shemercc7936f2013-07-21 17:21:43 +03003275 if ((sattr->ia_valid & ~(ATTR_FILE|ATTR_OPEN)) == 0)
Andy Adamson26699402012-05-30 16:12:24 -04003276 return 0;
3277
Trond Myklebustd5308382005-11-04 15:33:38 -05003278 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003279 if (sattr->ia_valid & ATTR_FILE) {
3280 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003281
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003282 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11003283 if (ctx) {
3284 cred = ctx->cred;
3285 state = ctx->state;
3286 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003287 }
3288
David Quigley14c43f72013-05-22 12:50:43 -04003289 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
3290 if (IS_ERR(label))
3291 return PTR_ERR(label);
3292
3293 status = nfs4_do_setattr(inode, cred, fattr, sattr, state, NULL, label);
David Quigleyaa9c2662013-05-22 12:50:44 -04003294 if (status == 0) {
Trond Myklebustf0446362015-02-26 16:09:04 -05003295 nfs_setattr_update_inode(inode, sattr, fattr);
David Quigleyaa9c2662013-05-22 12:50:44 -04003296 nfs_setsecurity(inode, fattr, label);
3297 }
David Quigley14c43f72013-05-22 12:50:43 -04003298 nfs4_label_free(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299 return status;
3300}
3301
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003302static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
3303 const struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003304 struct nfs_fattr *fattr, struct nfs4_label *label)
David Howells2b3de442006-08-22 20:06:09 -04003305{
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003306 struct nfs_server *server = NFS_SERVER(dir);
David Howells2b3de442006-08-22 20:06:09 -04003307 int status;
3308 struct nfs4_lookup_arg args = {
3309 .bitmask = server->attr_bitmask,
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003310 .dir_fh = NFS_FH(dir),
David Howells2b3de442006-08-22 20:06:09 -04003311 .name = name,
3312 };
3313 struct nfs4_lookup_res res = {
3314 .server = server,
3315 .fattr = fattr,
David Quigleyaa9c2662013-05-22 12:50:44 -04003316 .label = label,
David Howells2b3de442006-08-22 20:06:09 -04003317 .fh = fhandle,
3318 };
3319 struct rpc_message msg = {
3320 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
3321 .rpc_argp = &args,
3322 .rpc_resp = &res,
3323 };
3324
David Quigleyaa9c2662013-05-22 12:50:44 -04003325 args.bitmask = nfs4_bitmask(server, label);
3326
David Howells2b3de442006-08-22 20:06:09 -04003327 nfs_fattr_init(fattr);
3328
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003330 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003331 dprintk("NFS reply lookup: %d\n", status);
3332 return status;
3333}
3334
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003335static void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr)
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003336{
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003337 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003338 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_MOUNTPOINT;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003339 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
3340 fattr->nlink = 2;
3341}
3342
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003343static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir,
3344 struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003345 struct nfs_fattr *fattr, struct nfs4_label *label)
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003346{
3347 struct nfs4_exception exception = { };
3348 struct rpc_clnt *client = *clnt;
3349 int err;
3350 do {
David Quigley1775fd32013-05-22 12:50:42 -04003351 err = _nfs4_proc_lookup(client, dir, name, fhandle, fattr, label);
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003352 trace_nfs4_lookup(dir, name, err);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003353 switch (err) {
3354 case -NFS4ERR_BADNAME:
3355 err = -ENOENT;
3356 goto out;
3357 case -NFS4ERR_MOVED:
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003358 err = nfs4_get_referral(client, dir, name, fattr, fhandle);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003359 goto out;
3360 case -NFS4ERR_WRONGSEC:
3361 err = -EPERM;
3362 if (client != *clnt)
3363 goto out;
Andy Adamson66b06862014-06-12 15:02:32 -04003364 client = nfs4_negotiate_security(client, dir, name);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003365 if (IS_ERR(client))
3366 return PTR_ERR(client);
3367
3368 exception.retry = 1;
3369 break;
3370 default:
3371 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
3372 }
3373 } while (exception.retry);
3374
3375out:
3376 if (err == 0)
3377 *clnt = client;
3378 else if (client != *clnt)
3379 rpc_shutdown_client(client);
3380
3381 return err;
3382}
3383
Bryan Schumaker80a16b22012-04-27 13:27:46 -04003384static int nfs4_proc_lookup(struct inode *dir, struct qstr *name,
David Quigley1775fd32013-05-22 12:50:42 -04003385 struct nfs_fh *fhandle, struct nfs_fattr *fattr,
3386 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387{
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003388 int status;
3389 struct rpc_clnt *client = NFS_CLIENT(dir);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003390
David Quigley1775fd32013-05-22 12:50:42 -04003391 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, label);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003392 if (client != NFS_CLIENT(dir)) {
3393 rpc_shutdown_client(client);
3394 nfs_fixup_secinfo_attributes(fattr);
3395 }
3396 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397}
3398
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003399struct rpc_clnt *
3400nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name,
3401 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
3402{
Trond Myklebustb72888c2013-08-07 20:38:07 -04003403 struct rpc_clnt *client = NFS_CLIENT(dir);
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003404 int status;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003405
David Quigley1775fd32013-05-22 12:50:42 -04003406 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, NULL);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003407 if (status < 0)
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003408 return ERR_PTR(status);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003409 return (client == NFS_CLIENT(dir)) ? rpc_clone_client(client) : client;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003410}
3411
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3413{
Trond Myklebust76b32992007-08-10 17:45:11 -04003414 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003415 struct nfs4_accessargs args = {
3416 .fh = NFS_FH(inode),
Trond Myklebusta4980e72012-01-30 15:43:56 -05003417 .bitmask = server->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003418 };
Trond Myklebust76b32992007-08-10 17:45:11 -04003419 struct nfs4_accessres res = {
3420 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04003421 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422 struct rpc_message msg = {
3423 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
3424 .rpc_argp = &args,
3425 .rpc_resp = &res,
3426 .rpc_cred = entry->cred,
3427 };
3428 int mode = entry->mask;
David Quigleyaa9c2662013-05-22 12:50:44 -04003429 int status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430
3431 /*
3432 * Determine which access bits we want to ask for...
3433 */
3434 if (mode & MAY_READ)
3435 args.access |= NFS4_ACCESS_READ;
3436 if (S_ISDIR(inode->i_mode)) {
3437 if (mode & MAY_WRITE)
3438 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
3439 if (mode & MAY_EXEC)
3440 args.access |= NFS4_ACCESS_LOOKUP;
3441 } else {
3442 if (mode & MAY_WRITE)
3443 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
3444 if (mode & MAY_EXEC)
3445 args.access |= NFS4_ACCESS_EXECUTE;
3446 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003447
3448 res.fattr = nfs_alloc_fattr();
3449 if (res.fattr == NULL)
3450 return -ENOMEM;
3451
Bryan Schumaker7c513052011-03-24 17:12:24 +00003452 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003453 if (!status) {
Weston Andros Adamson6168f622012-09-10 14:00:46 -04003454 nfs_access_set_mask(entry, res.access);
Trond Myklebustc407d412010-04-16 16:22:48 -04003455 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003456 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003457 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003458 return status;
3459}
3460
3461static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3462{
3463 struct nfs4_exception exception = { };
3464 int err;
3465 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003466 err = _nfs4_proc_access(inode, entry);
3467 trace_nfs4_access(inode, err);
3468 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003469 &exception);
3470 } while (exception.retry);
3471 return err;
3472}
3473
3474/*
3475 * TODO: For the time being, we don't try to get any attributes
3476 * along with any of the zero-copy operations READ, READDIR,
3477 * READLINK, WRITE.
3478 *
3479 * In the case of the first three, we want to put the GETATTR
3480 * after the read-type operation -- this is because it is hard
3481 * to predict the length of a GETATTR response in v4, and thus
3482 * align the READ data correctly. This means that the GETATTR
3483 * may end up partially falling into the page cache, and we should
3484 * shift it into the 'tail' of the xdr_buf before processing.
3485 * To do this efficiently, we need to know the total length
3486 * of data received, which doesn't seem to be available outside
3487 * of the RPC layer.
3488 *
3489 * In the case of WRITE, we also want to put the GETATTR after
3490 * the operation -- in this case because we want to make sure
Trond Myklebust140150d2012-06-05 15:20:25 -04003491 * we get the post-operation mtime and size.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003492 *
3493 * Both of these changes to the XDR layer would in fact be quite
3494 * minor, but I decided to leave them for a subsequent patch.
3495 */
3496static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
3497 unsigned int pgbase, unsigned int pglen)
3498{
3499 struct nfs4_readlink args = {
3500 .fh = NFS_FH(inode),
3501 .pgbase = pgbase,
3502 .pglen = pglen,
3503 .pages = &page,
3504 };
Benny Halevyf50c7002009-04-01 09:21:55 -04003505 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003506 struct rpc_message msg = {
3507 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
3508 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04003509 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510 };
3511
Bryan Schumaker7c513052011-03-24 17:12:24 +00003512 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 -07003513}
3514
3515static int nfs4_proc_readlink(struct inode *inode, struct page *page,
3516 unsigned int pgbase, unsigned int pglen)
3517{
3518 struct nfs4_exception exception = { };
3519 int err;
3520 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003521 err = _nfs4_proc_readlink(inode, page, pgbase, pglen);
3522 trace_nfs4_readlink(inode, err);
3523 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003524 &exception);
3525 } while (exception.retry);
3526 return err;
3527}
3528
Linus Torvalds1da177e2005-04-16 15:20:36 -07003529/*
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003530 * This is just for mknod. open(O_CREAT) will always do ->open_context().
Linus Torvalds1da177e2005-04-16 15:20:36 -07003531 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003532static int
3533nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003534 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003535{
David Quigleyaa9c2662013-05-22 12:50:44 -04003536 struct nfs4_label l, *ilabel = NULL;
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003537 struct nfs_open_context *ctx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003538 struct nfs4_state *state;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003539 int opened = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003540 int status = 0;
3541
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003542 ctx = alloc_nfs_open_context(dentry, FMODE_READ);
3543 if (IS_ERR(ctx))
3544 return PTR_ERR(ctx);
3545
David Quigleyaa9c2662013-05-22 12:50:44 -04003546 ilabel = nfs4_label_init_security(dir, dentry, sattr, &l);
3547
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003548 sattr->ia_mode &= ~current_umask();
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003549 state = nfs4_do_open(dir, ctx, flags, sattr, ilabel, &opened);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003550 if (IS_ERR(state)) {
3551 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04003552 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003553 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003554out:
David Quigleyaa9c2662013-05-22 12:50:44 -04003555 nfs4_label_release_security(ilabel);
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003556 put_nfs_open_context(ctx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003557 return status;
3558}
3559
3560static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
3561{
Trond Myklebust16e42952005-10-27 22:12:44 -04003562 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003563 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003564 .fh = NFS_FH(dir),
Linus Torvalds26fe5752012-05-10 13:14:12 -07003565 .name = *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003567 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04003568 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04003569 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003570 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003571 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
3572 .rpc_argp = &args,
3573 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003574 };
Trond Myklebust778d2812012-04-27 13:48:19 -04003575 int status;
Trond Myklebustd3468902010-04-16 16:22:50 -04003576
Bryan Schumaker7c513052011-03-24 17:12:24 +00003577 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust778d2812012-04-27 13:48:19 -04003578 if (status == 0)
Trond Myklebust16e42952005-10-27 22:12:44 -04003579 update_changeattr(dir, &res.cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003580 return status;
3581}
3582
3583static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
3584{
3585 struct nfs4_exception exception = { };
3586 int err;
3587 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003588 err = _nfs4_proc_remove(dir, name);
3589 trace_nfs4_remove(dir, name, err);
3590 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003591 &exception);
3592 } while (exception.retry);
3593 return err;
3594}
3595
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003596static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003597{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003598 struct nfs_server *server = NFS_SERVER(dir);
3599 struct nfs_removeargs *args = msg->rpc_argp;
3600 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003601
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003602 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Chuck Levera9c92d62013-08-09 12:48:18 -04003604 nfs4_init_sequence(&args->seq_args, &res->seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04003605
3606 nfs_fattr_init(res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003607}
3608
Bryan Schumaker34e137c2012-03-19 14:54:41 -04003609static void nfs4_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data)
3610{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003611 nfs4_setup_sequence(NFS_SERVER(data->dir),
3612 &data->args.seq_args,
3613 &data->res.seq_res,
3614 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003615}
3616
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003617static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003618{
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003619 struct nfs_unlinkdata *data = task->tk_calldata;
3620 struct nfs_removeres *res = &data->res;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003621
Trond Myklebust14516c32010-07-31 14:29:06 -04003622 if (!nfs4_sequence_done(task, &res->seq_res))
3623 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003624 if (nfs4_async_handle_error(task, res->server, NULL,
3625 &data->timeout) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003626 return 0;
3627 update_changeattr(dir, &res->cinfo);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003628 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003629}
3630
Jeff Laytond3d41522010-09-17 17:31:57 -04003631static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
3632{
3633 struct nfs_server *server = NFS_SERVER(dir);
3634 struct nfs_renameargs *arg = msg->rpc_argp;
3635 struct nfs_renameres *res = msg->rpc_resp;
3636
3637 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
Jeff Laytond3d41522010-09-17 17:31:57 -04003638 res->server = server;
Chuck Levera9c92d62013-08-09 12:48:18 -04003639 nfs4_init_sequence(&arg->seq_args, &res->seq_res, 1);
Jeff Laytond3d41522010-09-17 17:31:57 -04003640}
3641
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04003642static void nfs4_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data)
3643{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003644 nfs4_setup_sequence(NFS_SERVER(data->old_dir),
3645 &data->args.seq_args,
3646 &data->res.seq_res,
3647 task);
Jeff Laytond3d41522010-09-17 17:31:57 -04003648}
3649
3650static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
3651 struct inode *new_dir)
3652{
Trond Myklebustfbc6f7c2013-08-12 17:08:26 -04003653 struct nfs_renamedata *data = task->tk_calldata;
3654 struct nfs_renameres *res = &data->res;
Jeff Laytond3d41522010-09-17 17:31:57 -04003655
3656 if (!nfs4_sequence_done(task, &res->seq_res))
3657 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003658 if (nfs4_async_handle_error(task, res->server, NULL, &data->timeout) == -EAGAIN)
Jeff Laytond3d41522010-09-17 17:31:57 -04003659 return 0;
3660
3661 update_changeattr(old_dir, &res->old_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003662 update_changeattr(new_dir, &res->new_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003663 return 1;
3664}
3665
Linus Torvalds1da177e2005-04-16 15:20:36 -07003666static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3667{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003668 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003669 struct nfs4_link_arg arg = {
3670 .fh = NFS_FH(inode),
3671 .dir_fh = NFS_FH(dir),
3672 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003673 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003674 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003675 struct nfs4_link_res res = {
3676 .server = server,
David Quigley1775fd32013-05-22 12:50:42 -04003677 .label = NULL,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003678 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679 struct rpc_message msg = {
3680 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
3681 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003682 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003683 };
Trond Myklebust136f2622010-04-16 16:22:49 -04003684 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003685
Trond Myklebust136f2622010-04-16 16:22:49 -04003686 res.fattr = nfs_alloc_fattr();
Trond Myklebust778d2812012-04-27 13:48:19 -04003687 if (res.fattr == NULL)
Trond Myklebust136f2622010-04-16 16:22:49 -04003688 goto out;
3689
David Quigley14c43f72013-05-22 12:50:43 -04003690 res.label = nfs4_label_alloc(server, GFP_KERNEL);
3691 if (IS_ERR(res.label)) {
3692 status = PTR_ERR(res.label);
3693 goto out;
3694 }
David Quigleyaa9c2662013-05-22 12:50:44 -04003695 arg.bitmask = nfs4_bitmask(server, res.label);
David Quigley14c43f72013-05-22 12:50:43 -04003696
Bryan Schumaker7c513052011-03-24 17:12:24 +00003697 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003698 if (!status) {
3699 update_changeattr(dir, &res.cinfo);
David Quigleyaa9c2662013-05-22 12:50:44 -04003700 status = nfs_post_op_update_inode(inode, res.fattr);
3701 if (!status)
3702 nfs_setsecurity(inode, res.fattr, res.label);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003703 }
David Quigley14c43f72013-05-22 12:50:43 -04003704
3705
3706 nfs4_label_free(res.label);
3707
Trond Myklebust136f2622010-04-16 16:22:49 -04003708out:
Trond Myklebust136f2622010-04-16 16:22:49 -04003709 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710 return status;
3711}
3712
3713static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3714{
3715 struct nfs4_exception exception = { };
3716 int err;
3717 do {
3718 err = nfs4_handle_exception(NFS_SERVER(inode),
3719 _nfs4_proc_link(inode, dir, name),
3720 &exception);
3721 } while (exception.retry);
3722 return err;
3723}
3724
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003725struct nfs4_createdata {
3726 struct rpc_message msg;
3727 struct nfs4_create_arg arg;
3728 struct nfs4_create_res res;
3729 struct nfs_fh fh;
3730 struct nfs_fattr fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003731 struct nfs4_label *label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003732};
3733
3734static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
3735 struct qstr *name, struct iattr *sattr, u32 ftype)
3736{
3737 struct nfs4_createdata *data;
3738
3739 data = kzalloc(sizeof(*data), GFP_KERNEL);
3740 if (data != NULL) {
3741 struct nfs_server *server = NFS_SERVER(dir);
3742
David Quigley14c43f72013-05-22 12:50:43 -04003743 data->label = nfs4_label_alloc(server, GFP_KERNEL);
3744 if (IS_ERR(data->label))
3745 goto out_free;
3746
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003747 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
3748 data->msg.rpc_argp = &data->arg;
3749 data->msg.rpc_resp = &data->res;
3750 data->arg.dir_fh = NFS_FH(dir);
3751 data->arg.server = server;
3752 data->arg.name = name;
3753 data->arg.attrs = sattr;
3754 data->arg.ftype = ftype;
David Quigleyaa9c2662013-05-22 12:50:44 -04003755 data->arg.bitmask = nfs4_bitmask(server, data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003756 data->res.server = server;
3757 data->res.fh = &data->fh;
3758 data->res.fattr = &data->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003759 data->res.label = data->label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003760 nfs_fattr_init(data->res.fattr);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003761 }
3762 return data;
David Quigley14c43f72013-05-22 12:50:43 -04003763out_free:
3764 kfree(data);
3765 return NULL;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003766}
3767
3768static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
3769{
Bryan Schumaker7c513052011-03-24 17:12:24 +00003770 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00003771 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003772 if (status == 0) {
3773 update_changeattr(dir, &data->res.dir_cinfo);
David Quigley1775fd32013-05-22 12:50:42 -04003774 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr, data->res.label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003775 }
3776 return status;
3777}
3778
3779static void nfs4_free_createdata(struct nfs4_createdata *data)
3780{
David Quigley14c43f72013-05-22 12:50:43 -04003781 nfs4_label_free(data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003782 kfree(data);
3783}
3784
Chuck Lever4f390c12006-08-22 20:06:22 -04003785static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003786 struct page *page, unsigned int len, struct iattr *sattr,
3787 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003788{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003789 struct nfs4_createdata *data;
3790 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791
Chuck Lever94a6d752006-08-22 20:06:23 -04003792 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003793 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04003794
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003795 status = -ENOMEM;
3796 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
3797 if (data == NULL)
3798 goto out;
3799
3800 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
3801 data->arg.u.symlink.pages = &page;
3802 data->arg.u.symlink.len = len;
David Quigley1775fd32013-05-22 12:50:42 -04003803 data->arg.label = label;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003804
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003805 status = nfs4_do_create(dir, dentry, data);
3806
3807 nfs4_free_createdata(data);
3808out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003809 return status;
3810}
3811
Chuck Lever4f390c12006-08-22 20:06:22 -04003812static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04003813 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814{
3815 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003816 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817 int err;
David Quigleyaa9c2662013-05-22 12:50:44 -04003818
3819 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3820
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003822 err = _nfs4_proc_symlink(dir, dentry, page, len, sattr, label);
3823 trace_nfs4_symlink(dir, &dentry->d_name, err);
3824 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003825 &exception);
3826 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003827
3828 nfs4_label_release_security(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003829 return err;
3830}
3831
3832static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003833 struct iattr *sattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003835 struct nfs4_createdata *data;
3836 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003838 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
3839 if (data == NULL)
3840 goto out;
3841
David Quigley1775fd32013-05-22 12:50:42 -04003842 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003843 status = nfs4_do_create(dir, dentry, data);
3844
3845 nfs4_free_createdata(data);
3846out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003847 return status;
3848}
3849
3850static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
3851 struct iattr *sattr)
3852{
3853 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003854 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003855 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003856
David Quigleyaa9c2662013-05-22 12:50:44 -04003857 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3858
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003859 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003861 err = _nfs4_proc_mkdir(dir, dentry, sattr, label);
3862 trace_nfs4_mkdir(dir, &dentry->d_name, err);
3863 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003864 &exception);
3865 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003866 nfs4_label_release_security(label);
3867
Linus Torvalds1da177e2005-04-16 15:20:36 -07003868 return err;
3869}
3870
3871static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003872 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873{
3874 struct inode *dir = dentry->d_inode;
3875 struct nfs4_readdir_arg args = {
3876 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003877 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878 .pgbase = 0,
3879 .count = count,
Trond Myklebust96d25e52009-11-11 16:15:42 +09003880 .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04003881 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003882 };
3883 struct nfs4_readdir_res res;
3884 struct rpc_message msg = {
3885 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
3886 .rpc_argp = &args,
3887 .rpc_resp = &res,
3888 .rpc_cred = cred,
3889 };
3890 int status;
3891
Al Viro6de14722013-09-16 10:53:17 -04003892 dprintk("%s: dentry = %pd2, cookie = %Lu\n", __func__,
3893 dentry,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003894 (unsigned long long)cookie);
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003895 nfs4_setup_readdir(cookie, NFS_I(dir)->cookieverf, dentry, &args);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003896 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00003897 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 -05003898 if (status >= 0) {
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003899 memcpy(NFS_I(dir)->cookieverf, res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05003900 status += args.pgbase;
3901 }
Trond Myklebustc4812992007-09-28 17:11:45 -04003902
3903 nfs_invalidate_atime(dir);
3904
Harvey Harrison3110ff82008-05-02 13:42:44 -07003905 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003906 return status;
3907}
3908
3909static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003910 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003911{
3912 struct nfs4_exception exception = { };
3913 int err;
3914 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003915 err = _nfs4_proc_readdir(dentry, cred, cookie,
3916 pages, count, plus);
3917 trace_nfs4_readdir(dentry->d_inode, err);
3918 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003919 &exception);
3920 } while (exception.retry);
3921 return err;
3922}
3923
3924static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
David Quigleyaa9c2662013-05-22 12:50:44 -04003925 struct iattr *sattr, struct nfs4_label *label, dev_t rdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003926{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003927 struct nfs4_createdata *data;
3928 int mode = sattr->ia_mode;
3929 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003930
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003931 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
3932 if (data == NULL)
3933 goto out;
3934
Linus Torvalds1da177e2005-04-16 15:20:36 -07003935 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003936 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003938 data->arg.ftype = NF4BLK;
3939 data->arg.u.device.specdata1 = MAJOR(rdev);
3940 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003941 }
3942 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003943 data->arg.ftype = NF4CHR;
3944 data->arg.u.device.specdata1 = MAJOR(rdev);
3945 data->arg.u.device.specdata2 = MINOR(rdev);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003946 } else if (!S_ISSOCK(mode)) {
3947 status = -EINVAL;
3948 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003949 }
David Quigley1775fd32013-05-22 12:50:42 -04003950
David Quigleyaa9c2662013-05-22 12:50:44 -04003951 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003952 status = nfs4_do_create(dir, dentry, data);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003953out_free:
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003954 nfs4_free_createdata(data);
3955out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003956 return status;
3957}
3958
3959static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3960 struct iattr *sattr, dev_t rdev)
3961{
3962 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003963 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003964 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003965
David Quigleyaa9c2662013-05-22 12:50:44 -04003966 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3967
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003968 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003970 err = _nfs4_proc_mknod(dir, dentry, sattr, label, rdev);
3971 trace_nfs4_mknod(dir, &dentry->d_name, err);
3972 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973 &exception);
3974 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003975
3976 nfs4_label_release_security(label);
3977
Linus Torvalds1da177e2005-04-16 15:20:36 -07003978 return err;
3979}
3980
3981static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
3982 struct nfs_fsstat *fsstat)
3983{
3984 struct nfs4_statfs_arg args = {
3985 .fh = fhandle,
3986 .bitmask = server->attr_bitmask,
3987 };
Benny Halevy24ad1482009-04-01 09:21:56 -04003988 struct nfs4_statfs_res res = {
3989 .fsstat = fsstat,
3990 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003991 struct rpc_message msg = {
3992 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
3993 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04003994 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003995 };
3996
Trond Myklebust0e574af2005-10-27 22:12:38 -04003997 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003998 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003999}
4000
4001static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
4002{
4003 struct nfs4_exception exception = { };
4004 int err;
4005 do {
4006 err = nfs4_handle_exception(server,
4007 _nfs4_proc_statfs(server, fhandle, fsstat),
4008 &exception);
4009 } while (exception.retry);
4010 return err;
4011}
4012
4013static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
4014 struct nfs_fsinfo *fsinfo)
4015{
4016 struct nfs4_fsinfo_arg args = {
4017 .fh = fhandle,
4018 .bitmask = server->attr_bitmask,
4019 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04004020 struct nfs4_fsinfo_res res = {
4021 .fsinfo = fsinfo,
4022 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004023 struct rpc_message msg = {
4024 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
4025 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04004026 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004027 };
4028
Bryan Schumaker7c513052011-03-24 17:12:24 +00004029 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004030}
4031
4032static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4033{
4034 struct nfs4_exception exception = { };
Chuck Lever83ca7f52013-03-16 15:55:53 -04004035 unsigned long now = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004036 int err;
4037
4038 do {
Chuck Lever83ca7f52013-03-16 15:55:53 -04004039 err = _nfs4_do_fsinfo(server, fhandle, fsinfo);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04004040 trace_nfs4_fsinfo(server, fhandle, fsinfo->fattr, err);
Chuck Lever83ca7f52013-03-16 15:55:53 -04004041 if (err == 0) {
4042 struct nfs_client *clp = server->nfs_client;
4043
4044 spin_lock(&clp->cl_lock);
4045 clp->cl_lease_time = fsinfo->lease_time * HZ;
4046 clp->cl_last_renewal = now;
4047 spin_unlock(&clp->cl_lock);
4048 break;
4049 }
4050 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004051 } while (exception.retry);
4052 return err;
4053}
4054
4055static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4056{
Bryan Schumakere38eb652012-06-20 15:53:40 -04004057 int error;
4058
Trond Myklebust0e574af2005-10-27 22:12:38 -04004059 nfs_fattr_init(fsinfo->fattr);
Bryan Schumakere38eb652012-06-20 15:53:40 -04004060 error = nfs4_do_fsinfo(server, fhandle, fsinfo);
Peng Taodc182542012-08-24 00:27:49 +08004061 if (error == 0) {
4062 /* block layout checks this! */
4063 server->pnfs_blksize = fsinfo->blksize;
Bryan Schumakere38eb652012-06-20 15:53:40 -04004064 set_pnfs_layoutdriver(server, fhandle, fsinfo->layouttype);
Peng Taodc182542012-08-24 00:27:49 +08004065 }
Bryan Schumakere38eb652012-06-20 15:53:40 -04004066
4067 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004068}
4069
4070static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4071 struct nfs_pathconf *pathconf)
4072{
4073 struct nfs4_pathconf_arg args = {
4074 .fh = fhandle,
4075 .bitmask = server->attr_bitmask,
4076 };
Benny Halevyd45b2982009-04-01 09:21:58 -04004077 struct nfs4_pathconf_res res = {
4078 .pathconf = pathconf,
4079 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004080 struct rpc_message msg = {
4081 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
4082 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04004083 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004084 };
4085
4086 /* None of the pathconf attributes are mandatory to implement */
4087 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
4088 memset(pathconf, 0, sizeof(*pathconf));
4089 return 0;
4090 }
4091
Trond Myklebust0e574af2005-10-27 22:12:38 -04004092 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004093 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004094}
4095
4096static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4097 struct nfs_pathconf *pathconf)
4098{
4099 struct nfs4_exception exception = { };
4100 int err;
4101
4102 do {
4103 err = nfs4_handle_exception(server,
4104 _nfs4_proc_pathconf(server, fhandle, pathconf),
4105 &exception);
4106 } while (exception.retry);
4107 return err;
4108}
4109
Trond Myklebust5521abf2013-03-16 20:54:34 -04004110int nfs4_set_rw_stateid(nfs4_stateid *stateid,
Trond Myklebust9b206142013-03-17 15:52:00 -04004111 const struct nfs_open_context *ctx,
4112 const struct nfs_lock_context *l_ctx,
4113 fmode_t fmode)
4114{
4115 const struct nfs_lockowner *lockowner = NULL;
4116
4117 if (l_ctx != NULL)
4118 lockowner = &l_ctx->lockowner;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004119 return nfs4_select_rw_stateid(stateid, ctx->state, fmode, lockowner);
Trond Myklebust9b206142013-03-17 15:52:00 -04004120}
4121EXPORT_SYMBOL_GPL(nfs4_set_rw_stateid);
4122
Trond Myklebust5521abf2013-03-16 20:54:34 -04004123static bool nfs4_stateid_is_current(nfs4_stateid *stateid,
4124 const struct nfs_open_context *ctx,
4125 const struct nfs_lock_context *l_ctx,
4126 fmode_t fmode)
4127{
4128 nfs4_stateid current_stateid;
4129
Trond Myklebuste1253be2014-03-05 08:44:23 -05004130 /* If the current stateid represents a lost lock, then exit */
4131 if (nfs4_set_rw_stateid(&current_stateid, ctx, l_ctx, fmode) == -EIO)
4132 return true;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004133 return nfs4_stateid_match(stateid, &current_stateid);
4134}
4135
4136static bool nfs4_error_stateid_expired(int err)
4137{
4138 switch (err) {
4139 case -NFS4ERR_DELEG_REVOKED:
4140 case -NFS4ERR_ADMIN_REVOKED:
4141 case -NFS4ERR_BAD_STATEID:
4142 case -NFS4ERR_STALE_STATEID:
4143 case -NFS4ERR_OLD_STATEID:
4144 case -NFS4ERR_OPENMODE:
4145 case -NFS4ERR_EXPIRED:
4146 return true;
4147 }
4148 return false;
4149}
4150
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004151void __nfs4_read_done_cb(struct nfs_pgio_header *hdr)
Benny Halevyd20581a2011-05-22 19:52:03 +03004152{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004153 nfs_invalidate_atime(hdr->inode);
Benny Halevyd20581a2011-05-22 19:52:03 +03004154}
4155
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004156static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004158 struct nfs_server *server = NFS_SERVER(hdr->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004159
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004160 trace_nfs4_read(hdr, task->tk_status);
4161 if (nfs4_async_handle_error(task, server,
NeilBrown8478eaa2014-09-18 16:09:27 +10004162 hdr->args.context->state,
4163 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004164 rpc_restart_call_prepare(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05004165 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004166 }
Trond Myklebust8850df92007-09-28 17:20:07 -04004167
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004168 __nfs4_read_done_cb(hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004169 if (task->tk_status > 0)
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004170 renew_lease(server, hdr->timestamp);
Trond Myklebustec06c092006-03-20 13:44:27 -05004171 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004172}
4173
Trond Myklebust5521abf2013-03-16 20:54:34 -04004174static bool nfs4_read_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004175 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004176{
4177
4178 if (!nfs4_error_stateid_expired(task->tk_status) ||
4179 nfs4_stateid_is_current(&args->stateid,
4180 args->context,
4181 args->lock_context,
4182 FMODE_READ))
4183 return false;
4184 rpc_restart_call_prepare(task);
4185 return true;
4186}
4187
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004188static int nfs4_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004189{
4190
4191 dprintk("--> %s\n", __func__);
4192
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004193 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004194 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004195 if (nfs4_read_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004196 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004197 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4198 nfs4_read_done_cb(task, hdr);
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004199}
4200
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004201static void nfs4_proc_read_setup(struct nfs_pgio_header *hdr,
4202 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004203{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004204 hdr->timestamp = jiffies;
4205 hdr->pgio_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004206 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004207 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004208}
4209
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004210static int nfs4_proc_pgio_rpc_prepare(struct rpc_task *task,
4211 struct nfs_pgio_header *hdr)
Bryan Schumakerea7c3302012-03-19 14:54:40 -04004212{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004213 if (nfs4_setup_sequence(NFS_SERVER(hdr->inode),
4214 &hdr->args.seq_args,
4215 &hdr->res.seq_res,
Trond Myklebust9b206142013-03-17 15:52:00 -04004216 task))
NeilBrownef1820f2013-09-04 17:04:49 +10004217 return 0;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004218 if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context,
4219 hdr->args.lock_context,
4220 hdr->rw_ops->rw_mode) == -EIO)
NeilBrownef1820f2013-09-04 17:04:49 +10004221 return -EIO;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004222 if (unlikely(test_bit(NFS_CONTEXT_BAD, &hdr->args.context->flags)))
NeilBrownef1820f2013-09-04 17:04:49 +10004223 return -EIO;
4224 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004225}
4226
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004227static int nfs4_write_done_cb(struct rpc_task *task,
4228 struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004229{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004230 struct inode *inode = hdr->inode;
NeilBrown8478eaa2014-09-18 16:09:27 +10004231
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004232 trace_nfs4_write(hdr, task->tk_status);
4233 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
NeilBrown8478eaa2014-09-18 16:09:27 +10004234 hdr->args.context->state,
4235 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004236 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004237 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004239 if (task->tk_status >= 0) {
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004240 renew_lease(NFS_SERVER(inode), hdr->timestamp);
Trond Myklebusta08a8cd2015-02-26 17:36:09 -05004241 nfs_writeback_update_inode(hdr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004242 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004243 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004244}
4245
Trond Myklebust5521abf2013-03-16 20:54:34 -04004246static bool nfs4_write_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004247 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004248{
4249
4250 if (!nfs4_error_stateid_expired(task->tk_status) ||
4251 nfs4_stateid_is_current(&args->stateid,
4252 args->context,
4253 args->lock_context,
4254 FMODE_WRITE))
4255 return false;
4256 rpc_restart_call_prepare(task);
4257 return true;
4258}
4259
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004260static int nfs4_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Fred Isamanb029bc92011-03-03 15:13:42 +00004261{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004262 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Fred Isamanb029bc92011-03-03 15:13:42 +00004263 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004264 if (nfs4_write_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004265 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004266 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4267 nfs4_write_done_cb(task, hdr);
Fred Isamanb029bc92011-03-03 15:13:42 +00004268}
4269
Trond Myklebust5a37f852012-04-28 14:55:16 -04004270static
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004271bool nfs4_write_need_cache_consistency_data(struct nfs_pgio_header *hdr)
Fred Isamana69aef12011-03-03 15:13:47 +00004272{
Trond Myklebust5a37f852012-04-28 14:55:16 -04004273 /* Don't request attributes for pNFS or O_DIRECT writes */
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004274 if (hdr->ds_clp != NULL || hdr->dreq != NULL)
Trond Myklebust5a37f852012-04-28 14:55:16 -04004275 return false;
4276 /* Otherwise, request attributes if and only if we don't hold
4277 * a delegation
4278 */
Bryan Schumaker011e2a72012-06-20 15:53:43 -04004279 return nfs4_have_delegation(hdr->inode, FMODE_READ) == 0;
Fred Isamana69aef12011-03-03 15:13:47 +00004280}
Fred Isamana69aef12011-03-03 15:13:47 +00004281
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004282static void nfs4_proc_write_setup(struct nfs_pgio_header *hdr,
4283 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004284{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004285 struct nfs_server *server = NFS_SERVER(hdr->inode);
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004286
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004287 if (!nfs4_write_need_cache_consistency_data(hdr)) {
4288 hdr->args.bitmask = NULL;
4289 hdr->res.fattr = NULL;
Fred Isaman7ffd1062011-03-03 15:13:46 +00004290 } else
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004291 hdr->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust5a37f852012-04-28 14:55:16 -04004292
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004293 if (!hdr->pgio_done_cb)
4294 hdr->pgio_done_cb = nfs4_write_done_cb;
4295 hdr->res.server = server;
4296 hdr->timestamp = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004297
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004298 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004299 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004300}
4301
Fred Isaman0b7c0152012-04-20 14:47:39 -04004302static void nfs4_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data)
4303{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004304 nfs4_setup_sequence(NFS_SERVER(data->inode),
4305 &data->args.seq_args,
4306 &data->res.seq_res,
4307 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004308}
4309
Fred Isaman0b7c0152012-04-20 14:47:39 -04004310static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_commit_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004311{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004312 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04004313
Trond Myklebustcc668ab2013-08-14 15:31:28 -04004314 trace_nfs4_commit(data, task->tk_status);
NeilBrown8478eaa2014-09-18 16:09:27 +10004315 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
4316 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004317 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004318 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004320 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004321}
4322
Fred Isaman0b7c0152012-04-20 14:47:39 -04004323static int nfs4_commit_done(struct rpc_task *task, struct nfs_commit_data *data)
Fred Isaman5f452432011-03-23 13:27:46 +00004324{
4325 if (!nfs4_sequence_done(task, &data->res.seq_res))
4326 return -EAGAIN;
Fred Isaman0b7c0152012-04-20 14:47:39 -04004327 return data->commit_done_cb(task, data);
Fred Isaman5f452432011-03-23 13:27:46 +00004328}
4329
Fred Isaman0b7c0152012-04-20 14:47:39 -04004330static void nfs4_proc_commit_setup(struct nfs_commit_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004331{
Trond Myklebust788e7a82006-03-20 13:44:27 -05004332 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00004333
Fred Isaman0b7c0152012-04-20 14:47:39 -04004334 if (data->commit_done_cb == NULL)
4335 data->commit_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004336 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004337 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Chuck Levera9c92d62013-08-09 12:48:18 -04004338 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004339}
4340
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004341struct nfs4_renewdata {
4342 struct nfs_client *client;
4343 unsigned long timestamp;
4344};
4345
Linus Torvalds1da177e2005-04-16 15:20:36 -07004346/*
4347 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
4348 * standalone procedure for queueing an asynchronous RENEW.
4349 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004350static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004351{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004352 struct nfs4_renewdata *data = calldata;
4353 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004354
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004355 if (atomic_read(&clp->cl_count) > 1)
4356 nfs4_schedule_state_renewal(clp);
4357 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004358 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004359}
4360
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004361static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004363 struct nfs4_renewdata *data = calldata;
4364 struct nfs_client *clp = data->client;
4365 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004366
Trond Myklebustc6d01c62013-08-09 11:51:26 -04004367 trace_nfs4_renew_async(clp, task->tk_status);
Chuck Leverf8aba1e2013-10-17 14:13:53 -04004368 switch (task->tk_status) {
4369 case 0:
4370 break;
4371 case -NFS4ERR_LEASE_MOVED:
4372 nfs4_schedule_lease_moved_recovery(clp);
4373 break;
4374 default:
Trond Myklebust95baa252009-05-26 14:51:00 -04004375 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04004376 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
4377 return;
4378 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004379 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04004380 return;
4381 }
4382 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004383 }
Trond Myklebust452e9352010-07-31 14:29:06 -04004384 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004385}
4386
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004387static const struct rpc_call_ops nfs4_renew_ops = {
4388 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004389 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004390};
4391
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004392static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004393{
4394 struct rpc_message msg = {
4395 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4396 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004397 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004398 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004399 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004400
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004401 if (renew_flags == 0)
4402 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004403 if (!atomic_inc_not_zero(&clp->cl_count))
4404 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04004405 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004406 if (data == NULL)
4407 return -ENOMEM;
4408 data->client = clp;
4409 data->timestamp = jiffies;
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004410 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004411 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004412}
4413
Trond Myklebust8534d4e2011-08-24 15:07:37 -04004414static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004415{
4416 struct rpc_message msg = {
4417 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4418 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004419 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004420 };
4421 unsigned long now = jiffies;
4422 int status;
4423
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004424 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004425 if (status < 0)
4426 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04004427 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004428 return 0;
4429}
4430
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004431static inline int nfs4_server_supports_acls(struct nfs_server *server)
4432{
Malahal Naineni7dd7d952014-01-23 08:54:55 -06004433 return server->caps & NFS_CAP_ACLS;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004434}
4435
Trond Myklebust21f498c2012-08-24 10:59:25 -04004436/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_SIZE, and that
4437 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_SIZE) bytes on
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004438 * the stack.
4439 */
Trond Myklebust21f498c2012-08-24 10:59:25 -04004440#define NFS4ACL_MAXPAGES DIV_ROUND_UP(XATTR_SIZE_MAX, PAGE_SIZE)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004441
Neil Hormane9e3d722011-03-04 19:26:03 -05004442static int buf_to_pages_noslab(const void *buf, size_t buflen,
4443 struct page **pages, unsigned int *pgbase)
4444{
4445 struct page *newpage, **spages;
4446 int rc = 0;
4447 size_t len;
4448 spages = pages;
4449
4450 do {
Trond Myklebust21f498c2012-08-24 10:59:25 -04004451 len = min_t(size_t, PAGE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05004452 newpage = alloc_page(GFP_KERNEL);
4453
4454 if (newpage == NULL)
4455 goto unwind;
4456 memcpy(page_address(newpage), buf, len);
4457 buf += len;
4458 buflen -= len;
4459 *pages++ = newpage;
4460 rc++;
4461 } while (buflen != 0);
4462
4463 return rc;
4464
4465unwind:
4466 for(; rc > 0; rc--)
4467 __free_page(spages[rc-1]);
4468 return -ENOMEM;
4469}
4470
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004471struct nfs4_cached_acl {
4472 int cached;
4473 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00004474 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004475};
4476
4477static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004478{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004479 struct nfs_inode *nfsi = NFS_I(inode);
4480
4481 spin_lock(&inode->i_lock);
4482 kfree(nfsi->nfs4_acl);
4483 nfsi->nfs4_acl = acl;
4484 spin_unlock(&inode->i_lock);
4485}
4486
4487static void nfs4_zap_acl_attr(struct inode *inode)
4488{
4489 nfs4_set_cached_acl(inode, NULL);
4490}
4491
4492static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
4493{
4494 struct nfs_inode *nfsi = NFS_I(inode);
4495 struct nfs4_cached_acl *acl;
4496 int ret = -ENOENT;
4497
4498 spin_lock(&inode->i_lock);
4499 acl = nfsi->nfs4_acl;
4500 if (acl == NULL)
4501 goto out;
4502 if (buf == NULL) /* user is just asking for length */
4503 goto out_len;
4504 if (acl->cached == 0)
4505 goto out;
4506 ret = -ERANGE; /* see getxattr(2) man page */
4507 if (acl->len > buflen)
4508 goto out;
4509 memcpy(buf, acl->data, acl->len);
4510out_len:
4511 ret = acl->len;
4512out:
4513 spin_unlock(&inode->i_lock);
4514 return ret;
4515}
4516
Sachin Prabhu5794d212012-04-17 14:36:40 +01004517static 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 +00004518{
4519 struct nfs4_cached_acl *acl;
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004520 size_t buflen = sizeof(*acl) + acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004521
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004522 if (buflen <= PAGE_SIZE) {
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004523 acl = kmalloc(buflen, GFP_KERNEL);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004524 if (acl == NULL)
4525 goto out;
4526 acl->cached = 1;
Sachin Prabhu5794d212012-04-17 14:36:40 +01004527 _copy_from_pages(acl->data, pages, pgbase, acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004528 } else {
4529 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
4530 if (acl == NULL)
4531 goto out;
4532 acl->cached = 0;
4533 }
4534 acl->len = acl_len;
4535out:
4536 nfs4_set_cached_acl(inode, acl);
4537}
4538
Andy Adamsonbf118a32011-12-07 11:55:27 -05004539/*
4540 * The getxattr API returns the required buffer length when called with a
4541 * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating
4542 * the required buf. On a NULL buf, we send a page of data to the server
4543 * guessing that the ACL request can be serviced by a page. If so, we cache
4544 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
4545 * the cache. If not so, we throw away the page, and cache the required
4546 * length. The next getxattr call will then produce another round trip to
4547 * the server, this time with the input buf of the required size.
4548 */
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004549static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004550{
Andy Adamsonbf118a32011-12-07 11:55:27 -05004551 struct page *pages[NFS4ACL_MAXPAGES] = {NULL, };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004552 struct nfs_getaclargs args = {
4553 .fh = NFS_FH(inode),
4554 .acl_pages = pages,
4555 .acl_len = buflen,
4556 };
Benny Halevy663c79b2009-04-01 09:21:59 -04004557 struct nfs_getaclres res = {
4558 .acl_len = buflen,
4559 };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004560 struct rpc_message msg = {
4561 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
4562 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04004563 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004564 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004565 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
4566 int ret = -ENOMEM, i;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004567
Andy Adamsonbf118a32011-12-07 11:55:27 -05004568 /* As long as we're doing a round trip to the server anyway,
4569 * let's be prepared for a page of acl data. */
4570 if (npages == 0)
4571 npages = 1;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004572 if (npages > ARRAY_SIZE(pages))
4573 return -ERANGE;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004574
Andy Adamsonbf118a32011-12-07 11:55:27 -05004575 for (i = 0; i < npages; i++) {
4576 pages[i] = alloc_page(GFP_KERNEL);
4577 if (!pages[i])
4578 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004579 }
Sachin Prabhu5a006892012-04-17 14:35:39 +01004580
4581 /* for decoding across pages */
4582 res.acl_scratch = alloc_page(GFP_KERNEL);
4583 if (!res.acl_scratch)
4584 goto out_free;
4585
Andy Adamsonbf118a32011-12-07 11:55:27 -05004586 args.acl_len = npages * PAGE_SIZE;
4587 args.acl_pgbase = 0;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004588
Peng Taode040be2012-01-10 22:42:47 +08004589 dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n",
Andy Adamsonbf118a32011-12-07 11:55:27 -05004590 __func__, buf, buflen, npages, args.acl_len);
4591 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode),
4592 &msg, &args.seq_args, &res.seq_res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004593 if (ret)
4594 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05004595
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004596 /* Handle the case where the passed-in buffer is too short */
4597 if (res.acl_flags & NFS4_ACL_TRUNC) {
4598 /* Did the user only issue a request for the acl length? */
4599 if (buf == NULL)
4600 goto out_ok;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004601 ret = -ERANGE;
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004602 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004603 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004604 nfs4_write_cached_acl(inode, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004605 if (buf) {
4606 if (res.acl_len > buflen) {
4607 ret = -ERANGE;
4608 goto out_free;
4609 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004610 _copy_from_pages(buf, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004611 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004612out_ok:
4613 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004614out_free:
Andy Adamsonbf118a32011-12-07 11:55:27 -05004615 for (i = 0; i < npages; i++)
4616 if (pages[i])
4617 __free_page(pages[i]);
Trond Myklebust331818f2012-02-03 18:30:53 -05004618 if (res.acl_scratch)
4619 __free_page(res.acl_scratch);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004620 return ret;
4621}
4622
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004623static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
4624{
4625 struct nfs4_exception exception = { };
4626 ssize_t ret;
4627 do {
4628 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
Trond Myklebustc1578b72013-08-12 16:58:42 -04004629 trace_nfs4_get_acl(inode, ret);
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004630 if (ret >= 0)
4631 break;
4632 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
4633 } while (exception.retry);
4634 return ret;
4635}
4636
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004637static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
4638{
4639 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004640 int ret;
4641
4642 if (!nfs4_server_supports_acls(server))
4643 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004644 ret = nfs_revalidate_inode(server, inode);
4645 if (ret < 0)
4646 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004647 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
4648 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004649 ret = nfs4_read_cached_acl(inode, buf, buflen);
4650 if (ret != -ENOENT)
Andy Adamsonbf118a32011-12-07 11:55:27 -05004651 /* -ENOENT is returned if there is no ACL or if there is an ACL
4652 * but no cached acl data, just the acl length */
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004653 return ret;
4654 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004655}
4656
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004657static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004658{
4659 struct nfs_server *server = NFS_SERVER(inode);
4660 struct page *pages[NFS4ACL_MAXPAGES];
4661 struct nfs_setaclargs arg = {
4662 .fh = NFS_FH(inode),
4663 .acl_pages = pages,
4664 .acl_len = buflen,
4665 };
Benny Halevy73c403a2009-04-01 09:22:01 -04004666 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004667 struct rpc_message msg = {
4668 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
4669 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04004670 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004671 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004672 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
Neil Hormane9e3d722011-03-04 19:26:03 -05004673 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004674
4675 if (!nfs4_server_supports_acls(server))
4676 return -EOPNOTSUPP;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004677 if (npages > ARRAY_SIZE(pages))
4678 return -ERANGE;
Neil Hormane9e3d722011-03-04 19:26:03 -05004679 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
4680 if (i < 0)
4681 return i;
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04004682 nfs4_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004683 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05004684
4685 /*
4686 * Free each page after tx, so the only ref left is
4687 * held by the network stack
4688 */
4689 for (; i > 0; i--)
4690 put_page(pages[i-1]);
4691
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004692 /*
4693 * Acl update can result in inode attribute update.
4694 * so mark the attribute cache invalid.
4695 */
4696 spin_lock(&inode->i_lock);
4697 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
4698 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04004699 nfs_access_zap_cache(inode);
4700 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004701 return ret;
4702}
4703
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004704static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
4705{
4706 struct nfs4_exception exception = { };
4707 int err;
4708 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004709 err = __nfs4_proc_set_acl(inode, buf, buflen);
4710 trace_nfs4_set_acl(inode, err);
4711 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004712 &exception);
4713 } while (exception.retry);
4714 return err;
4715}
4716
David Quigleyaa9c2662013-05-22 12:50:44 -04004717#ifdef CONFIG_NFS_V4_SECURITY_LABEL
4718static int _nfs4_get_security_label(struct inode *inode, void *buf,
4719 size_t buflen)
4720{
4721 struct nfs_server *server = NFS_SERVER(inode);
4722 struct nfs_fattr fattr;
4723 struct nfs4_label label = {0, 0, buflen, buf};
4724
4725 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004726 struct nfs4_getattr_arg arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004727 .fh = NFS_FH(inode),
4728 .bitmask = bitmask,
4729 };
4730 struct nfs4_getattr_res res = {
4731 .fattr = &fattr,
4732 .label = &label,
4733 .server = server,
4734 };
4735 struct rpc_message msg = {
4736 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004737 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004738 .rpc_resp = &res,
4739 };
4740 int ret;
4741
4742 nfs_fattr_init(&fattr);
4743
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004744 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 0);
David Quigleyaa9c2662013-05-22 12:50:44 -04004745 if (ret)
4746 return ret;
4747 if (!(fattr.valid & NFS_ATTR_FATTR_V4_SECURITY_LABEL))
4748 return -ENOENT;
4749 if (buflen < label.len)
4750 return -ERANGE;
4751 return 0;
4752}
4753
4754static int nfs4_get_security_label(struct inode *inode, void *buf,
4755 size_t buflen)
4756{
4757 struct nfs4_exception exception = { };
4758 int err;
4759
4760 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4761 return -EOPNOTSUPP;
4762
4763 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004764 err = _nfs4_get_security_label(inode, buf, buflen);
4765 trace_nfs4_get_security_label(inode, err);
4766 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004767 &exception);
4768 } while (exception.retry);
4769 return err;
4770}
4771
4772static int _nfs4_do_set_security_label(struct inode *inode,
4773 struct nfs4_label *ilabel,
4774 struct nfs_fattr *fattr,
4775 struct nfs4_label *olabel)
4776{
4777
4778 struct iattr sattr = {0};
4779 struct nfs_server *server = NFS_SERVER(inode);
4780 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Jeff Layton12207f62013-11-01 10:49:32 -04004781 struct nfs_setattrargs arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004782 .fh = NFS_FH(inode),
4783 .iap = &sattr,
4784 .server = server,
4785 .bitmask = bitmask,
4786 .label = ilabel,
4787 };
4788 struct nfs_setattrres res = {
4789 .fattr = fattr,
4790 .label = olabel,
4791 .server = server,
4792 };
4793 struct rpc_message msg = {
4794 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
Jeff Layton12207f62013-11-01 10:49:32 -04004795 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004796 .rpc_resp = &res,
4797 };
4798 int status;
4799
Jeff Layton12207f62013-11-01 10:49:32 -04004800 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
David Quigleyaa9c2662013-05-22 12:50:44 -04004801
Jeff Layton12207f62013-11-01 10:49:32 -04004802 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04004803 if (status)
4804 dprintk("%s failed: %d\n", __func__, status);
4805
4806 return status;
4807}
4808
4809static int nfs4_do_set_security_label(struct inode *inode,
4810 struct nfs4_label *ilabel,
4811 struct nfs_fattr *fattr,
4812 struct nfs4_label *olabel)
4813{
4814 struct nfs4_exception exception = { };
4815 int err;
4816
4817 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004818 err = _nfs4_do_set_security_label(inode, ilabel,
4819 fattr, olabel);
4820 trace_nfs4_set_security_label(inode, err);
4821 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004822 &exception);
4823 } while (exception.retry);
4824 return err;
4825}
4826
4827static int
4828nfs4_set_security_label(struct dentry *dentry, const void *buf, size_t buflen)
4829{
4830 struct nfs4_label ilabel, *olabel = NULL;
4831 struct nfs_fattr fattr;
4832 struct rpc_cred *cred;
4833 struct inode *inode = dentry->d_inode;
4834 int status;
4835
4836 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4837 return -EOPNOTSUPP;
4838
4839 nfs_fattr_init(&fattr);
4840
4841 ilabel.pi = 0;
4842 ilabel.lfs = 0;
4843 ilabel.label = (char *)buf;
4844 ilabel.len = buflen;
4845
4846 cred = rpc_lookup_cred();
4847 if (IS_ERR(cred))
4848 return PTR_ERR(cred);
4849
4850 olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
4851 if (IS_ERR(olabel)) {
4852 status = -PTR_ERR(olabel);
4853 goto out;
4854 }
4855
4856 status = nfs4_do_set_security_label(inode, &ilabel, &fattr, olabel);
4857 if (status == 0)
4858 nfs_setsecurity(inode, &fattr, olabel);
4859
4860 nfs4_label_free(olabel);
4861out:
4862 put_rpccred(cred);
4863 return status;
4864}
4865#endif /* CONFIG_NFS_V4_SECURITY_LABEL */
4866
4867
Linus Torvalds1da177e2005-04-16 15:20:36 -07004868static int
NeilBrown8478eaa2014-09-18 16:09:27 +10004869nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server,
4870 struct nfs4_state *state, long *timeout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004871{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004872 struct nfs_client *clp = server->nfs_client;
4873
4874 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004875 return 0;
4876 switch(task->tk_status) {
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05004877 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004878 case -NFS4ERR_ADMIN_REVOKED:
4879 case -NFS4ERR_BAD_STATEID:
4880 case -NFS4ERR_OPENMODE:
4881 if (state == NULL)
4882 break;
Trond Myklebust5d422302013-03-14 16:57:48 -04004883 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004884 goto recovery_failed;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004885 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -04004886 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -04004887 if (state != NULL) {
4888 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004889 goto recovery_failed;
Trond Myklebust5d422302013-03-14 16:57:48 -04004890 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004891 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004892 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004893 nfs4_schedule_lease_recovery(clp);
4894 goto wait_on_recovery;
Chuck Lever519ae252013-10-17 14:13:19 -04004895 case -NFS4ERR_MOVED:
4896 if (nfs4_schedule_migration_recovery(server) < 0)
4897 goto recovery_failed;
4898 goto wait_on_recovery;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04004899 case -NFS4ERR_LEASE_MOVED:
4900 nfs4_schedule_lease_moved_recovery(clp);
4901 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004902#if defined(CONFIG_NFS_V4_1)
4903 case -NFS4ERR_BADSESSION:
4904 case -NFS4ERR_BADSLOT:
4905 case -NFS4ERR_BAD_HIGH_SLOT:
4906 case -NFS4ERR_DEADSESSION:
4907 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4908 case -NFS4ERR_SEQ_FALSE_RETRY:
4909 case -NFS4ERR_SEQ_MISORDERED:
4910 dprintk("%s ERROR %d, Reset session\n", __func__,
4911 task->tk_status);
Trond Myklebust9f594792012-05-27 13:02:53 -04004912 nfs4_schedule_session_recovery(clp->cl_session, task->tk_status);
Andy Adamson4a82fd72013-11-15 16:36:16 -05004913 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004914#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004915 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004916 nfs_inc_server_stats(server, NFSIOS_DELAY);
NeilBrown8478eaa2014-09-18 16:09:27 +10004917 rpc_delay(task, nfs4_update_delay(timeout));
4918 goto restart_call;
Chuck Lever006ea732006-03-20 13:44:14 -05004919 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004920 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04004921 case -NFS4ERR_RETRY_UNCACHED_REP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004922 case -NFS4ERR_OLD_STATEID:
Chuck Leverf1478c12013-10-17 14:13:07 -04004923 goto restart_call;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004924 }
4925 task->tk_status = nfs4_map_errors(task->tk_status);
4926 return 0;
Chuck Lever9f51a782013-10-17 14:13:13 -04004927recovery_failed:
Trond Myklebust5d422302013-03-14 16:57:48 -04004928 task->tk_status = -EIO;
4929 return 0;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004930wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004931 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004932 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
4933 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
Chuck Lever519ae252013-10-17 14:13:19 -04004934 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
4935 goto recovery_failed;
Chuck Leverf1478c12013-10-17 14:13:07 -04004936restart_call:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004937 task->tk_status = 0;
4938 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004939}
4940
Chuck Leverf0920752012-05-21 22:45:41 -04004941static void nfs4_init_boot_verifier(const struct nfs_client *clp,
4942 nfs4_verifier *bootverf)
Chuck Levercd937102012-03-02 17:14:31 -05004943{
4944 __be32 verf[2];
4945
Chuck Lever2c820d92012-05-21 22:45:33 -04004946 if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) {
4947 /* An impossible timestamp guarantees this value
4948 * will never match a generated boot time. */
4949 verf[0] = 0;
Trond Myklebust17f26b12013-08-21 15:48:42 -04004950 verf[1] = cpu_to_be32(NSEC_PER_SEC + 1);
Chuck Lever2c820d92012-05-21 22:45:33 -04004951 } else {
Chuck Leverf0920752012-05-21 22:45:41 -04004952 struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id);
Trond Myklebust17f26b12013-08-21 15:48:42 -04004953 verf[0] = cpu_to_be32(nn->boot_time.tv_sec);
4954 verf[1] = cpu_to_be32(nn->boot_time.tv_nsec);
Chuck Lever2c820d92012-05-21 22:45:33 -04004955 }
Chuck Levercd937102012-03-02 17:14:31 -05004956 memcpy(bootverf->data, verf, sizeof(bootverf->data));
4957}
4958
Chuck Levere984a552012-09-14 17:24:21 -04004959static unsigned int
Trond Myklebustceb3a162015-01-03 15:16:04 -05004960nfs4_init_nonuniform_client_string(struct nfs_client *clp,
Chuck Levere984a552012-09-14 17:24:21 -04004961 char *buf, size_t len)
4962{
4963 unsigned int result;
4964
Trond Myklebustceb3a162015-01-03 15:16:04 -05004965 if (clp->cl_owner_id != NULL)
4966 return strlcpy(buf, clp->cl_owner_id, len);
4967
Chuck Levere984a552012-09-14 17:24:21 -04004968 rcu_read_lock();
4969 result = scnprintf(buf, len, "Linux NFSv4.0 %s/%s %s",
4970 clp->cl_ipaddr,
4971 rpc_peeraddr2str(clp->cl_rpcclient,
4972 RPC_DISPLAY_ADDR),
4973 rpc_peeraddr2str(clp->cl_rpcclient,
4974 RPC_DISPLAY_PROTO));
4975 rcu_read_unlock();
Trond Myklebustceb3a162015-01-03 15:16:04 -05004976 clp->cl_owner_id = kstrdup(buf, GFP_KERNEL);
Chuck Levere984a552012-09-14 17:24:21 -04004977 return result;
4978}
4979
4980static unsigned int
Trond Myklebustceb3a162015-01-03 15:16:04 -05004981nfs4_init_uniform_client_string(struct nfs_client *clp,
Chuck Levere984a552012-09-14 17:24:21 -04004982 char *buf, size_t len)
4983{
Trond Myklebust55b59292013-07-24 16:36:35 -04004984 const char *nodename = clp->cl_rpcclient->cl_nodename;
Trond Myklebustceb3a162015-01-03 15:16:04 -05004985 unsigned int result;
4986
4987 if (clp->cl_owner_id != NULL)
4988 return strlcpy(buf, clp->cl_owner_id, len);
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04004989
4990 if (nfs4_client_id_uniquifier[0] != '\0')
Trond Myklebustceb3a162015-01-03 15:16:04 -05004991 result = scnprintf(buf, len, "Linux NFSv%u.%u %s/%s",
Trond Myklebust55b59292013-07-24 16:36:35 -04004992 clp->rpc_ops->version,
4993 clp->cl_minorversion,
4994 nfs4_client_id_uniquifier,
4995 nodename);
Trond Myklebustceb3a162015-01-03 15:16:04 -05004996 else
4997 result = scnprintf(buf, len, "Linux NFSv%u.%u %s",
Chuck Levere984a552012-09-14 17:24:21 -04004998 clp->rpc_ops->version, clp->cl_minorversion,
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04004999 nodename);
Trond Myklebustceb3a162015-01-03 15:16:04 -05005000 clp->cl_owner_id = kstrdup(buf, GFP_KERNEL);
5001 return result;
Chuck Levere984a552012-09-14 17:24:21 -04005002}
5003
Chuck Lever706cb8d2014-03-12 12:51:47 -04005004/*
5005 * nfs4_callback_up_net() starts only "tcp" and "tcp6" callback
5006 * services. Advertise one based on the address family of the
5007 * clientaddr.
5008 */
5009static unsigned int
5010nfs4_init_callback_netid(const struct nfs_client *clp, char *buf, size_t len)
5011{
5012 if (strchr(clp->cl_ipaddr, ':') != NULL)
5013 return scnprintf(buf, len, "tcp6");
5014 else
5015 return scnprintf(buf, len, "tcp");
5016}
5017
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005018static void nfs4_setclientid_done(struct rpc_task *task, void *calldata)
5019{
5020 struct nfs4_setclientid *sc = calldata;
5021
5022 if (task->tk_status == 0)
5023 sc->sc_cred = get_rpccred(task->tk_rqstp->rq_cred);
5024}
5025
5026static const struct rpc_call_ops nfs4_setclientid_ops = {
5027 .rpc_call_done = nfs4_setclientid_done,
5028};
5029
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005030/**
5031 * nfs4_proc_setclientid - Negotiate client ID
5032 * @clp: state data structure
5033 * @program: RPC program for NFSv4 callback service
5034 * @port: IP port number for NFS4 callback service
5035 * @cred: RPC credential to use for this call
5036 * @res: where to place the result
5037 *
5038 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5039 */
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005040int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
5041 unsigned short port, struct rpc_cred *cred,
5042 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005043{
5044 nfs4_verifier sc_verifier;
5045 struct nfs4_setclientid setclientid = {
5046 .sc_verifier = &sc_verifier,
5047 .sc_prog = program,
Andy Adamsonf4eecd52011-01-06 02:04:30 +00005048 .sc_cb_ident = clp->cl_cb_ident,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005049 };
5050 struct rpc_message msg = {
5051 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
5052 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005053 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005054 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005055 };
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005056 struct rpc_task *task;
5057 struct rpc_task_setup task_setup_data = {
5058 .rpc_client = clp->cl_rpcclient,
5059 .rpc_message = &msg,
5060 .callback_ops = &nfs4_setclientid_ops,
5061 .callback_data = &setclientid,
5062 .flags = RPC_TASK_TIMEOUT,
5063 };
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005064 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005065
Chuck Leverde734832012-07-11 16:30:50 -04005066 /* nfs_client_id4 */
Chuck Leverf0920752012-05-21 22:45:41 -04005067 nfs4_init_boot_verifier(clp, &sc_verifier);
Chuck Levere984a552012-09-14 17:24:21 -04005068 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags))
5069 setclientid.sc_name_len =
5070 nfs4_init_uniform_client_string(clp,
5071 setclientid.sc_name,
5072 sizeof(setclientid.sc_name));
5073 else
5074 setclientid.sc_name_len =
5075 nfs4_init_nonuniform_client_string(clp,
5076 setclientid.sc_name,
5077 sizeof(setclientid.sc_name));
Chuck Leverde734832012-07-11 16:30:50 -04005078 /* cb_client4 */
Chuck Lever706cb8d2014-03-12 12:51:47 -04005079 setclientid.sc_netid_len =
5080 nfs4_init_callback_netid(clp,
5081 setclientid.sc_netid,
5082 sizeof(setclientid.sc_netid));
Chuck Leverde734832012-07-11 16:30:50 -04005083 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05005084 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07005085 clp->cl_ipaddr, port >> 8, port & 255);
5086
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005087 dprintk("NFS call setclientid auth=%s, '%.*s'\n",
5088 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5089 setclientid.sc_name_len, setclientid.sc_name);
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005090 task = rpc_run_task(&task_setup_data);
5091 if (IS_ERR(task)) {
5092 status = PTR_ERR(task);
5093 goto out;
5094 }
5095 status = task->tk_status;
5096 if (setclientid.sc_cred) {
5097 clp->cl_acceptor = rpcauth_stringify_acceptor(setclientid.sc_cred);
5098 put_rpccred(setclientid.sc_cred);
5099 }
5100 rpc_put_task(task);
5101out:
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005102 trace_nfs4_setclientid(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005103 dprintk("NFS reply setclientid: %d\n", status);
5104 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005105}
5106
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005107/**
5108 * nfs4_proc_setclientid_confirm - Confirm client ID
5109 * @clp: state data structure
5110 * @res: result of a previous SETCLIENTID
5111 * @cred: RPC credential to use for this call
5112 *
5113 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5114 */
Trond Myklebustfd954ae2011-04-24 14:28:18 -04005115int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005116 struct nfs4_setclientid_res *arg,
5117 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005118{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005119 struct rpc_message msg = {
5120 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005121 .rpc_argp = arg,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005122 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005123 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005124 int status;
5125
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005126 dprintk("NFS call setclientid_confirm auth=%s, (client ID %llx)\n",
5127 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5128 clp->cl_clientid);
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005129 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005130 trace_nfs4_setclientid_confirm(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005131 dprintk("NFS reply setclientid_confirm: %d\n", status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005132 return status;
5133}
5134
Trond Myklebustfe650402006-01-03 09:55:18 +01005135struct nfs4_delegreturndata {
5136 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005137 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01005138 struct nfs_fh fh;
5139 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005140 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005141 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01005142 int rpc_status;
Peng Tao039b7562014-07-03 13:05:02 +08005143 struct inode *inode;
5144 bool roc;
5145 u32 roc_barrier;
Trond Myklebustfe650402006-01-03 09:55:18 +01005146};
5147
Trond Myklebustfe650402006-01-03 09:55:18 +01005148static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
5149{
5150 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04005151
Trond Myklebust14516c32010-07-31 14:29:06 -04005152 if (!nfs4_sequence_done(task, &data->res.seq_res))
5153 return;
Andy Adamson938e1012009-04-01 09:22:28 -04005154
Trond Myklebustca8acf82013-08-13 10:36:56 -04005155 trace_nfs4_delegreturn_exit(&data->args, &data->res, task->tk_status);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005156 switch (task->tk_status) {
Ricardo Labiaga79708862009-12-07 09:23:21 -05005157 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01005158 renew_lease(data->res.server, data->timestamp);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005159 case -NFS4ERR_ADMIN_REVOKED:
5160 case -NFS4ERR_DELEG_REVOKED:
5161 case -NFS4ERR_BAD_STATEID:
5162 case -NFS4ERR_OLD_STATEID:
5163 case -NFS4ERR_STALE_STATEID:
5164 case -NFS4ERR_EXPIRED:
5165 task->tk_status = 0;
Peng Tao039b7562014-07-03 13:05:02 +08005166 if (data->roc)
5167 pnfs_roc_set_barrier(data->inode, data->roc_barrier);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005168 break;
Ricardo Labiaga79708862009-12-07 09:23:21 -05005169 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005170 if (nfs4_async_handle_error(task, data->res.server,
5171 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005172 rpc_restart_call_prepare(task);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005173 return;
5174 }
5175 }
5176 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01005177}
5178
5179static void nfs4_delegreturn_release(void *calldata)
5180{
Peng Tao039b7562014-07-03 13:05:02 +08005181 struct nfs4_delegreturndata *data = calldata;
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005182 struct inode *inode = data->inode;
Peng Tao039b7562014-07-03 13:05:02 +08005183
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005184 if (inode) {
5185 if (data->roc)
5186 pnfs_roc_release(inode);
5187 nfs_iput_and_deactive(inode);
5188 }
Trond Myklebustfe650402006-01-03 09:55:18 +01005189 kfree(calldata);
5190}
5191
Andy Adamson938e1012009-04-01 09:22:28 -04005192static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
5193{
5194 struct nfs4_delegreturndata *d_data;
5195
5196 d_data = (struct nfs4_delegreturndata *)data;
5197
Peng Tao039b7562014-07-03 13:05:02 +08005198 if (d_data->roc &&
5199 pnfs_roc_drain(d_data->inode, &d_data->roc_barrier, task))
5200 return;
5201
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005202 nfs4_setup_sequence(d_data->res.server,
5203 &d_data->args.seq_args,
5204 &d_data->res.seq_res,
5205 task);
Andy Adamson938e1012009-04-01 09:22:28 -04005206}
Andy Adamson938e1012009-04-01 09:22:28 -04005207
Jesper Juhlc8d149f2006-03-20 13:44:07 -05005208static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04005209 .rpc_call_prepare = nfs4_delegreturn_prepare,
Trond Myklebustfe650402006-01-03 09:55:18 +01005210 .rpc_call_done = nfs4_delegreturn_done,
5211 .rpc_release = nfs4_delegreturn_release,
5212};
5213
Trond Myklebuste6f81072008-01-24 18:14:34 -05005214static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01005215{
5216 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005217 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005218 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005219 struct rpc_message msg = {
5220 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
5221 .rpc_cred = cred,
5222 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005223 struct rpc_task_setup task_setup_data = {
5224 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04005225 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005226 .callback_ops = &nfs4_delegreturn_ops,
5227 .flags = RPC_TASK_ASYNC,
5228 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05005229 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01005230
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005231 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01005232 if (data == NULL)
5233 return -ENOMEM;
Chuck Levera9c92d62013-08-09 12:48:18 -04005234 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Trond Myklebustfe650402006-01-03 09:55:18 +01005235 data->args.fhandle = &data->fh;
5236 data->args.stateid = &data->stateid;
Trond Myklebust9e907fe2012-04-27 13:48:17 -04005237 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01005238 nfs_copy_fh(&data->fh, NFS_FH(inode));
Trond Myklebustf597c532012-03-04 18:13:56 -05005239 nfs4_stateid_copy(&data->stateid, stateid);
Trond Myklebustfa178f22006-01-03 09:55:38 +01005240 data->res.fattr = &data->fattr;
5241 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005242 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01005243 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01005244 data->rpc_status = 0;
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005245 data->inode = nfs_igrab_and_active(inode);
5246 if (data->inode)
5247 data->roc = nfs4_roc(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005248
Trond Myklebustc970aa82007-07-14 15:39:59 -04005249 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05005250 msg.rpc_argp = &data->args;
5251 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005252 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005253 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01005254 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005255 if (!issync)
5256 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01005257 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005258 if (status != 0)
5259 goto out;
5260 status = data->rpc_status;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04005261 if (status == 0)
5262 nfs_post_op_update_inode_force_wcc(inode, &data->fattr);
5263 else
5264 nfs_refresh_inode(inode, &data->fattr);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005265out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005266 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01005267 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005268}
5269
Trond Myklebuste6f81072008-01-24 18:14:34 -05005270int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005271{
5272 struct nfs_server *server = NFS_SERVER(inode);
5273 struct nfs4_exception exception = { };
5274 int err;
5275 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05005276 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Trond Myklebustca8acf82013-08-13 10:36:56 -04005277 trace_nfs4_delegreturn(inode, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005278 switch (err) {
5279 case -NFS4ERR_STALE_STATEID:
5280 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005281 case 0:
5282 return 0;
5283 }
5284 err = nfs4_handle_exception(server, err, &exception);
5285 } while (exception.retry);
5286 return err;
5287}
5288
5289#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
5290#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
5291
5292/*
5293 * sleep, with exponential backoff, and retry the LOCK operation.
5294 */
5295static unsigned long
5296nfs4_set_lock_task_retry(unsigned long timeout)
5297{
Colin Cross416ad3c2013-05-06 23:50:06 +00005298 freezable_schedule_timeout_killable_unsafe(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005299 timeout <<= 1;
5300 if (timeout > NFS4_LOCK_MAXTIMEOUT)
5301 return NFS4_LOCK_MAXTIMEOUT;
5302 return timeout;
5303}
5304
Linus Torvalds1da177e2005-04-16 15:20:36 -07005305static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5306{
5307 struct inode *inode = state->inode;
5308 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04005309 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005310 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005311 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005312 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005313 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005314 struct nfs_lockt_res res = {
5315 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005316 };
5317 struct rpc_message msg = {
5318 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
5319 .rpc_argp = &arg,
5320 .rpc_resp = &res,
5321 .rpc_cred = state->owner->so_cred,
5322 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005323 struct nfs4_lock_state *lsp;
5324 int status;
5325
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005326 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005327 status = nfs4_set_lock_state(state, request);
5328 if (status != 0)
5329 goto out;
5330 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005331 arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005332 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00005333 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005334 switch (status) {
5335 case 0:
5336 request->fl_type = F_UNLCK;
5337 break;
5338 case -NFS4ERR_DENIED:
5339 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005340 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05005341 request->fl_ops->fl_release_private(request);
Trond Myklebusta6f951d2013-10-01 14:24:58 -04005342 request->fl_ops = NULL;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005343out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005344 return status;
5345}
5346
5347static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5348{
5349 struct nfs4_exception exception = { };
5350 int err;
5351
5352 do {
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005353 err = _nfs4_proc_getlk(state, cmd, request);
5354 trace_nfs4_get_lock(request, state, cmd, err);
5355 err = nfs4_handle_exception(NFS_SERVER(state->inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005356 &exception);
5357 } while (exception.retry);
5358 return err;
5359}
5360
5361static int do_vfs_lock(struct file *file, struct file_lock *fl)
5362{
5363 int res = 0;
5364 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
5365 case FL_POSIX:
5366 res = posix_lock_file_wait(file, fl);
5367 break;
5368 case FL_FLOCK:
5369 res = flock_lock_file_wait(file, fl);
5370 break;
5371 default:
5372 BUG();
5373 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005374 return res;
5375}
5376
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005377struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005378 struct nfs_locku_args arg;
5379 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005380 struct nfs4_lock_state *lsp;
5381 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005382 struct file_lock fl;
5383 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005384 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005385};
5386
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005387static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
5388 struct nfs_open_context *ctx,
5389 struct nfs4_lock_state *lsp,
5390 struct nfs_seqid *seqid)
5391{
5392 struct nfs4_unlockdata *p;
5393 struct inode *inode = lsp->ls_state->inode;
5394
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005395 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005396 if (p == NULL)
5397 return NULL;
5398 p->arg.fh = NFS_FH(inode);
5399 p->arg.fl = &p->fl;
5400 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005401 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005402 p->lsp = lsp;
5403 atomic_inc(&lsp->ls_count);
5404 /* Ensure we don't close file until we're done freeing locks! */
5405 p->ctx = get_nfs_open_context(ctx);
5406 memcpy(&p->fl, fl, sizeof(p->fl));
5407 p->server = NFS_SERVER(inode);
5408 return p;
5409}
5410
Trond Myklebust06f814a2006-01-03 09:55:07 +01005411static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005412{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005413 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005414 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005415 nfs4_put_lock_state(calldata->lsp);
5416 put_nfs_open_context(calldata->ctx);
5417 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005418}
5419
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005420static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005421{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005422 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005423
Trond Myklebust14516c32010-07-31 14:29:06 -04005424 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
5425 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005426 switch (task->tk_status) {
5427 case 0:
Trond Myklebust26e976a2006-01-03 09:55:21 +01005428 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005429 do_vfs_lock(calldata->fl.fl_file, &calldata->fl);
5430 if (nfs4_update_lock_stateid(calldata->lsp,
5431 &calldata->res.stateid))
5432 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05005433 case -NFS4ERR_BAD_STATEID:
5434 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005435 case -NFS4ERR_STALE_STATEID:
5436 case -NFS4ERR_EXPIRED:
Trond Myklebust425c1d42015-01-24 14:57:53 -05005437 if (!nfs4_stateid_match(&calldata->arg.stateid,
5438 &calldata->lsp->ls_stateid))
5439 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005440 break;
5441 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005442 if (nfs4_async_handle_error(task, calldata->server,
5443 NULL, NULL) == -EAGAIN)
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005444 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005445 }
Trond Myklebust2b1bc302012-10-29 18:53:23 -04005446 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005447}
5448
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005449static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005450{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005451 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005452
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005453 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005454 goto out_wait;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005455 nfs4_stateid_copy(&calldata->arg.stateid, &calldata->lsp->ls_stateid);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005456 if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005457 /* Note: exit _without_ running nfs4_locku_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005458 goto out_no_action;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005459 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005460 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005461 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04005462 &calldata->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005463 &calldata->res.seq_res,
5464 task) != 0)
5465 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005466 return;
5467out_no_action:
5468 task->tk_action = NULL;
5469out_wait:
5470 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005471}
5472
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005473static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005474 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005475 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01005476 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005477};
5478
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005479static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
5480 struct nfs_open_context *ctx,
5481 struct nfs4_lock_state *lsp,
5482 struct nfs_seqid *seqid)
5483{
5484 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005485 struct rpc_message msg = {
5486 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
5487 .rpc_cred = ctx->cred,
5488 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005489 struct rpc_task_setup task_setup_data = {
5490 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005491 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005492 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005493 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005494 .flags = RPC_TASK_ASYNC,
5495 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005496
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04005497 nfs4_state_protect(NFS_SERVER(lsp->ls_state->inode)->nfs_client,
5498 NFS_SP4_MACH_CRED_CLEANUP, &task_setup_data.rpc_client, &msg);
5499
Frank Filz137d6ac2007-07-09 15:32:29 -07005500 /* Ensure this is an unlock - when canceling a lock, the
5501 * canceled lock is passed in, and it won't be an unlock.
5502 */
5503 fl->fl_type = F_UNLCK;
5504
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005505 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
5506 if (data == NULL) {
5507 nfs_free_seqid(seqid);
5508 return ERR_PTR(-ENOMEM);
5509 }
5510
Chuck Levera9c92d62013-08-09 12:48:18 -04005511 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005512 msg.rpc_argp = &data->arg;
5513 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005514 task_setup_data.callback_data = data;
5515 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005516}
5517
Linus Torvalds1da177e2005-04-16 15:20:36 -07005518static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
5519{
Trond Myklebust65b62a22013-02-07 10:54:07 -05005520 struct inode *inode = state->inode;
5521 struct nfs4_state_owner *sp = state->owner;
5522 struct nfs_inode *nfsi = NFS_I(inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005523 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005524 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01005525 struct rpc_task *task;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005526 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005527 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005528 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005529
Trond Myklebust9b073572006-06-29 16:38:34 -04005530 status = nfs4_set_lock_state(state, request);
5531 /* Unlock _before_ we do the RPC call */
5532 request->fl_flags |= FL_EXISTS;
Trond Myklebust65b62a22013-02-07 10:54:07 -05005533 /* Exclude nfs_delegation_claim_locks() */
5534 mutex_lock(&sp->so_delegreturn_mutex);
5535 /* Exclude nfs4_reclaim_open_stateid() - note nesting! */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005536 down_read(&nfsi->rwsem);
5537 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
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 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005541 }
5542 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005543 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005544 if (status != 0)
5545 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005546 /* Is this a delegated lock? */
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005547 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebustc5a2a152013-04-30 12:43:42 -04005548 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) == 0)
5549 goto out;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005550 alloc_seqid = NFS_SERVER(inode)->nfs_client->cl_mvops->alloc_seqid;
5551 seqid = alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04005552 status = -ENOMEM;
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005553 if (IS_ERR(seqid))
Trond Myklebust9b073572006-06-29 16:38:34 -04005554 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005555 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005556 status = PTR_ERR(task);
5557 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04005558 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005559 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005560 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04005561out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005562 request->fl_flags = fl_flags;
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005563 trace_nfs4_unlock(request, state, F_SETLK, status);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005564 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005565}
5566
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005567struct nfs4_lockdata {
5568 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005569 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005570 struct nfs4_lock_state *lsp;
5571 struct nfs_open_context *ctx;
5572 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005573 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005574 int rpc_status;
5575 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04005576 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005577};
5578
5579static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005580 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
5581 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005582{
5583 struct nfs4_lockdata *p;
5584 struct inode *inode = lsp->ls_state->inode;
5585 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustb4019c02015-01-24 14:19:19 -05005586 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005587
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005588 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005589 if (p == NULL)
5590 return NULL;
5591
5592 p->arg.fh = NFS_FH(inode);
5593 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005594 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005595 if (IS_ERR(p->arg.open_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005596 goto out_free;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005597 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
5598 p->arg.lock_seqid = alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005599 if (IS_ERR(p->arg.lock_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005600 goto out_free_seqid;
David Howells7539bba2006-08-22 20:06:09 -04005601 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005602 p->arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005603 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005604 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005605 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04005606 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005607 atomic_inc(&lsp->ls_count);
5608 p->ctx = get_nfs_open_context(ctx);
5609 memcpy(&p->fl, fl, sizeof(p->fl));
5610 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005611out_free_seqid:
5612 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005613out_free:
5614 kfree(p);
5615 return NULL;
5616}
5617
5618static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
5619{
5620 struct nfs4_lockdata *data = calldata;
5621 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005622
Harvey Harrison3110ff82008-05-02 13:42:44 -07005623 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005624 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005625 goto out_wait;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005626 /* Do we need to do an open_to_lock_owner? */
Trond Myklebust6b447532015-01-24 18:38:15 -05005627 if (!test_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags)) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005628 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) {
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005629 goto out_release_lock_seqid;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005630 }
Trond Myklebust425c1d42015-01-24 14:57:53 -05005631 nfs4_stateid_copy(&data->arg.open_stateid,
5632 &state->open_stateid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005633 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005634 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005635 } else {
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005636 data->arg.new_lock_owner = 0;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005637 nfs4_stateid_copy(&data->arg.lock_stateid,
5638 &data->lsp->ls_stateid);
5639 }
Trond Myklebust5d422302013-03-14 16:57:48 -04005640 if (!nfs4_valid_open_stateid(state)) {
5641 data->rpc_status = -EBADF;
5642 task->tk_action = NULL;
5643 goto out_release_open_seqid;
5644 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005645 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005646 if (nfs4_setup_sequence(data->server,
5647 &data->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005648 &data->res.seq_res,
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005649 task) == 0)
Andy Adamson66179ef2009-04-01 09:22:22 -04005650 return;
Trond Myklebust5d422302013-03-14 16:57:48 -04005651out_release_open_seqid:
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005652 nfs_release_seqid(data->arg.open_seqid);
5653out_release_lock_seqid:
5654 nfs_release_seqid(data->arg.lock_seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005655out_wait:
5656 nfs4_sequence_done(task, &data->res.seq_res);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005657 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005658}
5659
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005660static void nfs4_lock_done(struct rpc_task *task, void *calldata)
5661{
5662 struct nfs4_lockdata *data = calldata;
Trond Myklebust39071e62015-01-24 15:07:56 -05005663 struct nfs4_lock_state *lsp = data->lsp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005664
Harvey Harrison3110ff82008-05-02 13:42:44 -07005665 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005666
Trond Myklebust14516c32010-07-31 14:29:06 -04005667 if (!nfs4_sequence_done(task, &data->res.seq_res))
5668 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04005669
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005670 data->rpc_status = task->tk_status;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005671 switch (task->tk_status) {
5672 case 0:
Trond Myklebust39071e62015-01-24 15:07:56 -05005673 renew_lease(NFS_SERVER(data->ctx->dentry->d_inode),
5674 data->timestamp);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005675 if (data->arg.new_lock) {
5676 data->fl.fl_flags &= ~(FL_SLEEP | FL_ACCESS);
5677 if (do_vfs_lock(data->fl.fl_file, &data->fl) < 0) {
5678 rpc_restart_call_prepare(task);
5679 break;
5680 }
5681 }
Trond Myklebust39071e62015-01-24 15:07:56 -05005682 if (data->arg.new_lock_owner != 0) {
5683 nfs_confirm_seqid(&lsp->ls_seqid, 0);
5684 nfs4_stateid_copy(&lsp->ls_stateid, &data->res.stateid);
5685 set_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
5686 } else if (!nfs4_update_lock_stateid(lsp, &data->res.stateid))
5687 rpc_restart_call_prepare(task);
Trond Myklebust425c1d42015-01-24 14:57:53 -05005688 break;
5689 case -NFS4ERR_BAD_STATEID:
5690 case -NFS4ERR_OLD_STATEID:
5691 case -NFS4ERR_STALE_STATEID:
5692 case -NFS4ERR_EXPIRED:
5693 if (data->arg.new_lock_owner != 0) {
5694 if (!nfs4_stateid_match(&data->arg.open_stateid,
5695 &lsp->ls_state->open_stateid))
5696 rpc_restart_call_prepare(task);
5697 } else if (!nfs4_stateid_match(&data->arg.lock_stateid,
5698 &lsp->ls_stateid))
5699 rpc_restart_call_prepare(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005700 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07005701 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005702}
5703
5704static void nfs4_lock_release(void *calldata)
5705{
5706 struct nfs4_lockdata *data = calldata;
5707
Harvey Harrison3110ff82008-05-02 13:42:44 -07005708 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005709 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005710 if (data->cancelled != 0) {
5711 struct rpc_task *task;
5712 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
5713 data->arg.lock_seqid);
5714 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08005715 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005716 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005717 } else
5718 nfs_free_seqid(data->arg.lock_seqid);
5719 nfs4_put_lock_state(data->lsp);
5720 put_nfs_open_context(data->ctx);
5721 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005722 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005723}
5724
5725static const struct rpc_call_ops nfs4_lock_ops = {
5726 .rpc_call_prepare = nfs4_lock_prepare,
5727 .rpc_call_done = nfs4_lock_done,
5728 .rpc_release = nfs4_lock_release,
5729};
5730
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005731static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
5732{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005733 switch (error) {
5734 case -NFS4ERR_ADMIN_REVOKED:
5735 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05005736 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005737 if (new_lock_owner != 0 ||
Trond Myklebust795a88c2012-09-10 13:26:49 -04005738 test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05005739 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005740 break;
5741 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005742 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05005743 case -NFS4ERR_EXPIRED:
5744 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005745 };
5746}
5747
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005748static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005749{
5750 struct nfs4_lockdata *data;
5751 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005752 struct rpc_message msg = {
5753 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
5754 .rpc_cred = state->owner->so_cred,
5755 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005756 struct rpc_task_setup task_setup_data = {
5757 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005758 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005759 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005760 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005761 .flags = RPC_TASK_ASYNC,
5762 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005763 int ret;
5764
Harvey Harrison3110ff82008-05-02 13:42:44 -07005765 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005766 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005767 fl->fl_u.nfs4_fl.owner,
5768 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005769 if (data == NULL)
5770 return -ENOMEM;
5771 if (IS_SETLKW(cmd))
5772 data->arg.block = 1;
Chuck Levera9c92d62013-08-09 12:48:18 -04005773 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005774 msg.rpc_argp = &data->arg;
5775 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005776 task_setup_data.callback_data = data;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005777 if (recovery_type > NFS_LOCK_NEW) {
5778 if (recovery_type == NFS_LOCK_RECLAIM)
5779 data->arg.reclaim = NFS_LOCK_RECLAIM;
5780 nfs4_set_sequence_privileged(&data->arg.seq_args);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005781 } else
5782 data->arg.new_lock = 1;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005783 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005784 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005785 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005786 ret = nfs4_wait_for_completion_rpc_task(task);
5787 if (ret == 0) {
5788 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005789 if (ret)
5790 nfs4_handle_setlk_error(data->server, data->lsp,
5791 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005792 } else
5793 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005794 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005795 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005796 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005797}
5798
5799static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
5800{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005801 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005802 struct nfs4_exception exception = {
5803 .inode = state->inode,
5804 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005805 int err;
5806
5807 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005808 /* Cache the lock if possible... */
5809 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5810 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005811 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005812 trace_nfs4_lock_reclaim(request, state, F_SETLK, err);
Trond Myklebust168667c2010-10-19 19:47:49 -04005813 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00005814 break;
5815 nfs4_handle_exception(server, err, &exception);
5816 } while (exception.retry);
5817 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005818}
5819
5820static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
5821{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005822 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005823 struct nfs4_exception exception = {
5824 .inode = state->inode,
5825 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005826 int err;
5827
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005828 err = nfs4_set_lock_state(state, request);
5829 if (err != 0)
5830 return err;
Trond Myklebustf6de7a32013-09-04 10:08:54 -04005831 if (!recover_lost_locks) {
NeilBrownef1820f2013-09-04 17:04:49 +10005832 set_bit(NFS_LOCK_LOST, &request->fl_u.nfs4_fl.owner->ls_flags);
5833 return 0;
5834 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005835 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005836 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5837 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005838 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005839 trace_nfs4_lock_expired(request, state, F_SETLK, err);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005840 switch (err) {
5841 default:
5842 goto out;
5843 case -NFS4ERR_GRACE:
5844 case -NFS4ERR_DELAY:
5845 nfs4_handle_exception(server, err, &exception);
5846 err = 0;
5847 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005848 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005849out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00005850 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005851}
5852
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005853#if defined(CONFIG_NFS_V4_1)
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005854/**
5855 * nfs41_check_expired_locks - possibly free a lock stateid
5856 *
5857 * @state: NFSv4 state for an inode
5858 *
5859 * Returns NFS_OK if recovery for this stateid is now finished.
5860 * Otherwise a negative NFS4ERR value is returned.
5861 */
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005862static int nfs41_check_expired_locks(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005863{
Chuck Levereb64cf92012-07-11 16:30:05 -04005864 int status, ret = -NFS4ERR_BAD_STATEID;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005865 struct nfs4_lock_state *lsp;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005866 struct nfs_server *server = NFS_SERVER(state->inode);
5867
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005868 list_for_each_entry(lsp, &state->lock_states, ls_locks) {
Trond Myklebust795a88c2012-09-10 13:26:49 -04005869 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005870 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
5871
5872 status = nfs41_test_stateid(server,
5873 &lsp->ls_stateid,
5874 cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04005875 trace_nfs4_test_lock_stateid(state, lsp, status);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005876 if (status != NFS_OK) {
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005877 /* Free the stateid unless the server
5878 * informs us the stateid is unrecognized. */
Chuck Lever89af2732012-07-11 16:29:56 -04005879 if (status != -NFS4ERR_BAD_STATEID)
5880 nfs41_free_stateid(server,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005881 &lsp->ls_stateid,
5882 cred);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005883 clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005884 ret = status;
5885 }
5886 }
5887 };
5888
5889 return ret;
5890}
5891
5892static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
5893{
5894 int status = NFS_OK;
5895
5896 if (test_bit(LK_STATE_IN_USE, &state->flags))
5897 status = nfs41_check_expired_locks(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04005898 if (status != NFS_OK)
5899 status = nfs4_lock_expired(state, request);
5900 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005901}
5902#endif
5903
Linus Torvalds1da177e2005-04-16 15:20:36 -07005904static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5905{
Trond Myklebust19e03c52008-12-23 15:21:44 -05005906 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005907 unsigned char fl_flags = request->fl_flags;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005908 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005909
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005910 if ((fl_flags & FL_POSIX) &&
5911 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
5912 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005913 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005914 status = nfs4_set_lock_state(state, request);
5915 if (status != 0)
5916 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005917 request->fl_flags |= FL_ACCESS;
5918 status = do_vfs_lock(request->fl_file, request);
5919 if (status < 0)
5920 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005921 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005922 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04005923 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04005924 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005925 request->fl_flags = fl_flags & ~FL_SLEEP;
5926 status = do_vfs_lock(request->fl_file, request);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005927 up_read(&nfsi->rwsem);
5928 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005929 }
Trond Myklebust9a99af492013-02-04 20:17:49 -05005930 up_read(&nfsi->rwsem);
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005931 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005932out:
5933 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005934 return status;
5935}
5936
5937static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5938{
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05005939 struct nfs4_exception exception = {
5940 .state = state,
Trond Myklebust05ffe242012-04-18 12:20:10 -04005941 .inode = state->inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05005942 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005943 int err;
5944
5945 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07005946 err = _nfs4_proc_setlk(state, cmd, request);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005947 trace_nfs4_set_lock(request, state, cmd, err);
Trond Myklebust965b5d62009-06-17 13:22:59 -07005948 if (err == -NFS4ERR_DENIED)
5949 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005950 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07005951 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005952 } while (exception.retry);
5953 return err;
5954}
5955
5956static int
5957nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
5958{
5959 struct nfs_open_context *ctx;
5960 struct nfs4_state *state;
5961 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
5962 int status;
5963
5964 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005965 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005966 state = ctx->state;
5967
5968 if (request->fl_start < 0 || request->fl_end < 0)
5969 return -EINVAL;
5970
Trond Myklebustd9531262009-07-21 19:22:38 -04005971 if (IS_GETLK(cmd)) {
5972 if (state != NULL)
5973 return nfs4_proc_getlk(state, F_GETLK, request);
5974 return 0;
5975 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005976
5977 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
5978 return -EINVAL;
5979
Trond Myklebustd9531262009-07-21 19:22:38 -04005980 if (request->fl_type == F_UNLCK) {
5981 if (state != NULL)
5982 return nfs4_proc_unlck(state, cmd, request);
5983 return 0;
5984 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005985
Trond Myklebustd9531262009-07-21 19:22:38 -04005986 if (state == NULL)
5987 return -ENOLCK;
Trond Myklebust55725512012-04-18 12:48:35 -04005988 /*
5989 * Don't rely on the VFS having checked the file open mode,
5990 * since it won't do this for flock() locks.
5991 */
Jeff Laytonf44106e2012-07-23 15:49:56 -04005992 switch (request->fl_type) {
Trond Myklebust55725512012-04-18 12:48:35 -04005993 case F_RDLCK:
5994 if (!(filp->f_mode & FMODE_READ))
5995 return -EBADF;
5996 break;
5997 case F_WRLCK:
5998 if (!(filp->f_mode & FMODE_WRITE))
5999 return -EBADF;
6000 }
6001
Linus Torvalds1da177e2005-04-16 15:20:36 -07006002 do {
6003 status = nfs4_proc_setlk(state, cmd, request);
6004 if ((status != -EAGAIN) || IS_SETLK(cmd))
6005 break;
6006 timeout = nfs4_set_lock_task_retry(timeout);
6007 status = -ERESTARTSYS;
6008 if (signalled())
6009 break;
6010 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006011 return status;
6012}
6013
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006014int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid *stateid)
Trond Myklebust888e6942005-11-04 15:38:11 -05006015{
6016 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust888e6942005-11-04 15:38:11 -05006017 int err;
6018
6019 err = nfs4_set_lock_state(state, fl);
6020 if (err != 0)
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006021 return err;
Trond Myklebust4a706fa2013-04-01 14:47:22 -04006022 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006023 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
Trond Myklebust888e6942005-11-04 15:38:11 -05006024}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006025
Trond Myklebustcf470c32012-03-07 13:49:12 -05006026struct nfs_release_lockowner_data {
6027 struct nfs4_lock_state *lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006028 struct nfs_server *server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006029 struct nfs_release_lockowner_args args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006030 struct nfs_release_lockowner_res res;
Chuck Lever60ea6812013-10-17 14:13:47 -04006031 unsigned long timestamp;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006032};
6033
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006034static void nfs4_release_lockowner_prepare(struct rpc_task *task, void *calldata)
6035{
6036 struct nfs_release_lockowner_data *data = calldata;
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006037 struct nfs_server *server = data->server;
Peng Taocb04ad22014-06-11 05:24:15 +08006038 nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
6039 &data->args.seq_args, &data->res.seq_res, task);
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006040 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
Chuck Lever60ea6812013-10-17 14:13:47 -04006041 data->timestamp = jiffies;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006042}
6043
6044static void nfs4_release_lockowner_done(struct rpc_task *task, void *calldata)
6045{
6046 struct nfs_release_lockowner_data *data = calldata;
Chuck Lever60ea6812013-10-17 14:13:47 -04006047 struct nfs_server *server = data->server;
6048
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006049 nfs40_sequence_done(task, &data->res.seq_res);
Chuck Lever60ea6812013-10-17 14:13:47 -04006050
6051 switch (task->tk_status) {
6052 case 0:
6053 renew_lease(server, data->timestamp);
6054 break;
6055 case -NFS4ERR_STALE_CLIENTID:
6056 case -NFS4ERR_EXPIRED:
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006057 nfs4_schedule_lease_recovery(server->nfs_client);
6058 break;
Chuck Lever60ea6812013-10-17 14:13:47 -04006059 case -NFS4ERR_LEASE_MOVED:
6060 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10006061 if (nfs4_async_handle_error(task, server,
6062 NULL, NULL) == -EAGAIN)
Chuck Lever60ea6812013-10-17 14:13:47 -04006063 rpc_restart_call_prepare(task);
6064 }
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006065}
6066
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006067static void nfs4_release_lockowner_release(void *calldata)
6068{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006069 struct nfs_release_lockowner_data *data = calldata;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006070 nfs4_free_lock_state(data->server, data->lsp);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006071 kfree(calldata);
6072}
6073
Trond Myklebust17280172012-03-11 13:11:00 -04006074static const struct rpc_call_ops nfs4_release_lockowner_ops = {
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006075 .rpc_call_prepare = nfs4_release_lockowner_prepare,
6076 .rpc_call_done = nfs4_release_lockowner_done,
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006077 .rpc_release = nfs4_release_lockowner_release,
6078};
6079
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006080static void
6081nfs4_release_lockowner(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006082{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006083 struct nfs_release_lockowner_data *data;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006084 struct rpc_message msg = {
6085 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
6086 };
6087
6088 if (server->nfs_client->cl_mvops->minor_version != 0)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006089 return;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006090
Trond Myklebustcf470c32012-03-07 13:49:12 -05006091 data = kmalloc(sizeof(*data), GFP_NOFS);
6092 if (!data)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006093 return;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006094 data->lsp = lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006095 data->server = server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006096 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
6097 data->args.lock_owner.id = lsp->ls_seqid.owner_id;
6098 data->args.lock_owner.s_dev = server->s_dev;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006099
Trond Myklebustcf470c32012-03-07 13:49:12 -05006100 msg.rpc_argp = &data->args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006101 msg.rpc_resp = &data->res;
6102 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebustcf470c32012-03-07 13:49:12 -05006103 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006104}
6105
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006106#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
6107
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006108static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
6109 const void *buf, size_t buflen,
6110 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006111{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006112 if (strcmp(key, "") != 0)
6113 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00006114
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006115 return nfs4_proc_set_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006116}
6117
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006118static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
6119 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006120{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006121 if (strcmp(key, "") != 0)
6122 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006123
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006124 return nfs4_proc_get_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006125}
6126
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006127static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
6128 size_t list_len, const char *name,
6129 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006130{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006131 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006132
J. Bruce Fields096455a2006-03-20 23:23:42 -05006133 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
6134 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006135
6136 if (list && len <= list_len)
6137 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006138 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006139}
6140
David Quigleyc9bccef2013-05-22 12:50:45 -04006141#ifdef CONFIG_NFS_V4_SECURITY_LABEL
6142static inline int nfs4_server_supports_labels(struct nfs_server *server)
6143{
6144 return server->caps & NFS_CAP_SECURITY_LABEL;
6145}
6146
6147static int nfs4_xattr_set_nfs4_label(struct dentry *dentry, const char *key,
6148 const void *buf, size_t buflen,
6149 int flags, int type)
6150{
6151 if (security_ismaclabel(key))
6152 return nfs4_set_security_label(dentry, buf, buflen);
6153
6154 return -EOPNOTSUPP;
6155}
6156
6157static int nfs4_xattr_get_nfs4_label(struct dentry *dentry, const char *key,
6158 void *buf, size_t buflen, int type)
6159{
6160 if (security_ismaclabel(key))
6161 return nfs4_get_security_label(dentry->d_inode, buf, buflen);
6162 return -EOPNOTSUPP;
6163}
6164
6165static size_t nfs4_xattr_list_nfs4_label(struct dentry *dentry, char *list,
6166 size_t list_len, const char *name,
6167 size_t name_len, int type)
6168{
6169 size_t len = 0;
6170
6171 if (nfs_server_capable(dentry->d_inode, NFS_CAP_SECURITY_LABEL)) {
6172 len = security_inode_listsecurity(dentry->d_inode, NULL, 0);
6173 if (list && len <= list_len)
6174 security_inode_listsecurity(dentry->d_inode, list, len);
6175 }
6176 return len;
6177}
6178
6179static const struct xattr_handler nfs4_xattr_nfs4_label_handler = {
6180 .prefix = XATTR_SECURITY_PREFIX,
6181 .list = nfs4_xattr_list_nfs4_label,
6182 .get = nfs4_xattr_get_nfs4_label,
6183 .set = nfs4_xattr_set_nfs4_label,
6184};
6185#endif
6186
6187
Andy Adamson533eb462011-06-13 18:25:56 -04006188/*
6189 * nfs_fhget will use either the mounted_on_fileid or the fileid
6190 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006191static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
6192{
Andy Adamson533eb462011-06-13 18:25:56 -04006193 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
6194 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
6195 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
Chuck Lever81934dd2012-03-01 17:01:57 -05006196 (fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006197 return;
6198
6199 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Chuck Lever81934dd2012-03-01 17:01:57 -05006200 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_V4_REFERRAL;
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006201 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
6202 fattr->nlink = 2;
6203}
6204
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006205static int _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6206 const struct qstr *name,
6207 struct nfs4_fs_locations *fs_locations,
6208 struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006209{
6210 struct nfs_server *server = NFS_SERVER(dir);
David Quigleya09df2c2013-05-22 12:50:41 -04006211 u32 bitmask[3] = {
Manoj Naik361e6242006-06-09 09:34:24 -04006212 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006213 };
6214 struct nfs4_fs_locations_arg args = {
6215 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05006216 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006217 .page = page,
6218 .bitmask = bitmask,
6219 };
Benny Halevy22958462009-04-01 09:22:02 -04006220 struct nfs4_fs_locations_res res = {
6221 .fs_locations = fs_locations,
6222 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04006223 struct rpc_message msg = {
6224 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6225 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04006226 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006227 };
6228 int status;
6229
Harvey Harrison3110ff82008-05-02 13:42:44 -07006230 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04006231
6232 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
6233 * is not supported */
6234 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
6235 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
6236 else
6237 bitmask[0] |= FATTR4_WORD0_FILEID;
6238
Trond Myklebustc228fd32007-01-13 02:28:11 -05006239 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006240 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04006241 fs_locations->nlocations = 0;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006242 status = nfs4_call_sync(client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07006243 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006244 return status;
6245}
6246
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006247int nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6248 const struct qstr *name,
6249 struct nfs4_fs_locations *fs_locations,
6250 struct page *page)
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006251{
6252 struct nfs4_exception exception = { };
6253 int err;
6254 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006255 err = _nfs4_proc_fs_locations(client, dir, name,
6256 fs_locations, page);
6257 trace_nfs4_get_fs_locations(dir, name, err);
6258 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006259 &exception);
6260 } while (exception.retry);
6261 return err;
6262}
6263
Chuck Leverb03d7352013-10-17 14:12:50 -04006264/*
6265 * This operation also signals the server that this client is
6266 * performing migration recovery. The server can stop returning
6267 * NFS4ERR_LEASE_MOVED to this client. A RENEW operation is
6268 * appended to this compound to identify the client ID which is
6269 * performing recovery.
6270 */
6271static int _nfs40_proc_get_locations(struct inode *inode,
6272 struct nfs4_fs_locations *locations,
6273 struct page *page, struct rpc_cred *cred)
6274{
6275 struct nfs_server *server = NFS_SERVER(inode);
6276 struct rpc_clnt *clnt = server->client;
6277 u32 bitmask[2] = {
6278 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6279 };
6280 struct nfs4_fs_locations_arg args = {
6281 .clientid = server->nfs_client->cl_clientid,
6282 .fh = NFS_FH(inode),
6283 .page = page,
6284 .bitmask = bitmask,
6285 .migration = 1, /* skip LOOKUP */
6286 .renew = 1, /* append RENEW */
6287 };
6288 struct nfs4_fs_locations_res res = {
6289 .fs_locations = locations,
6290 .migration = 1,
6291 .renew = 1,
6292 };
6293 struct rpc_message msg = {
6294 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6295 .rpc_argp = &args,
6296 .rpc_resp = &res,
6297 .rpc_cred = cred,
6298 };
6299 unsigned long now = jiffies;
6300 int status;
6301
6302 nfs_fattr_init(&locations->fattr);
6303 locations->server = server;
6304 locations->nlocations = 0;
6305
6306 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6307 nfs4_set_sequence_privileged(&args.seq_args);
6308 status = nfs4_call_sync_sequence(clnt, server, &msg,
6309 &args.seq_args, &res.seq_res);
6310 if (status)
6311 return status;
6312
6313 renew_lease(server, now);
6314 return 0;
6315}
6316
6317#ifdef CONFIG_NFS_V4_1
6318
6319/*
6320 * This operation also signals the server that this client is
6321 * performing migration recovery. The server can stop asserting
6322 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID
6323 * performing this operation is identified in the SEQUENCE
6324 * operation in this compound.
6325 *
6326 * When the client supports GETATTR(fs_locations_info), it can
6327 * be plumbed in here.
6328 */
6329static int _nfs41_proc_get_locations(struct inode *inode,
6330 struct nfs4_fs_locations *locations,
6331 struct page *page, struct rpc_cred *cred)
6332{
6333 struct nfs_server *server = NFS_SERVER(inode);
6334 struct rpc_clnt *clnt = server->client;
6335 u32 bitmask[2] = {
6336 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6337 };
6338 struct nfs4_fs_locations_arg args = {
6339 .fh = NFS_FH(inode),
6340 .page = page,
6341 .bitmask = bitmask,
6342 .migration = 1, /* skip LOOKUP */
6343 };
6344 struct nfs4_fs_locations_res res = {
6345 .fs_locations = locations,
6346 .migration = 1,
6347 };
6348 struct rpc_message msg = {
6349 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6350 .rpc_argp = &args,
6351 .rpc_resp = &res,
6352 .rpc_cred = cred,
6353 };
6354 int status;
6355
6356 nfs_fattr_init(&locations->fattr);
6357 locations->server = server;
6358 locations->nlocations = 0;
6359
6360 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6361 nfs4_set_sequence_privileged(&args.seq_args);
6362 status = nfs4_call_sync_sequence(clnt, server, &msg,
6363 &args.seq_args, &res.seq_res);
6364 if (status == NFS4_OK &&
6365 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6366 status = -NFS4ERR_LEASE_MOVED;
6367 return status;
6368}
6369
6370#endif /* CONFIG_NFS_V4_1 */
6371
6372/**
6373 * nfs4_proc_get_locations - discover locations for a migrated FSID
6374 * @inode: inode on FSID that is migrating
6375 * @locations: result of query
6376 * @page: buffer
6377 * @cred: credential to use for this operation
6378 *
6379 * Returns NFS4_OK on success, a negative NFS4ERR status code if the
6380 * operation failed, or a negative errno if a local error occurred.
6381 *
6382 * On success, "locations" is filled in, but if the server has
6383 * no locations information, NFS_ATTR_FATTR_V4_LOCATIONS is not
6384 * asserted.
6385 *
6386 * -NFS4ERR_LEASE_MOVED is returned if the server still has leases
6387 * from this client that require migration recovery.
6388 */
6389int nfs4_proc_get_locations(struct inode *inode,
6390 struct nfs4_fs_locations *locations,
6391 struct page *page, struct rpc_cred *cred)
6392{
6393 struct nfs_server *server = NFS_SERVER(inode);
6394 struct nfs_client *clp = server->nfs_client;
6395 const struct nfs4_mig_recovery_ops *ops =
6396 clp->cl_mvops->mig_recovery_ops;
6397 struct nfs4_exception exception = { };
6398 int status;
6399
6400 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6401 (unsigned long long)server->fsid.major,
6402 (unsigned long long)server->fsid.minor,
6403 clp->cl_hostname);
6404 nfs_display_fhandle(NFS_FH(inode), __func__);
6405
6406 do {
6407 status = ops->get_locations(inode, locations, page, cred);
6408 if (status != -NFS4ERR_DELAY)
6409 break;
6410 nfs4_handle_exception(server, status, &exception);
6411 } while (exception.retry);
6412 return status;
6413}
6414
Chuck Lever44c99932013-10-17 14:13:30 -04006415/*
6416 * This operation also signals the server that this client is
6417 * performing "lease moved" recovery. The server can stop
6418 * returning NFS4ERR_LEASE_MOVED to this client. A RENEW operation
6419 * is appended to this compound to identify the client ID which is
6420 * performing recovery.
6421 */
6422static int _nfs40_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6423{
6424 struct nfs_server *server = NFS_SERVER(inode);
6425 struct nfs_client *clp = NFS_SERVER(inode)->nfs_client;
6426 struct rpc_clnt *clnt = server->client;
6427 struct nfs4_fsid_present_arg args = {
6428 .fh = NFS_FH(inode),
6429 .clientid = clp->cl_clientid,
6430 .renew = 1, /* append RENEW */
6431 };
6432 struct nfs4_fsid_present_res res = {
6433 .renew = 1,
6434 };
6435 struct rpc_message msg = {
6436 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6437 .rpc_argp = &args,
6438 .rpc_resp = &res,
6439 .rpc_cred = cred,
6440 };
6441 unsigned long now = jiffies;
6442 int status;
6443
6444 res.fh = nfs_alloc_fhandle();
6445 if (res.fh == NULL)
6446 return -ENOMEM;
6447
6448 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6449 nfs4_set_sequence_privileged(&args.seq_args);
6450 status = nfs4_call_sync_sequence(clnt, server, &msg,
6451 &args.seq_args, &res.seq_res);
6452 nfs_free_fhandle(res.fh);
6453 if (status)
6454 return status;
6455
6456 do_renew_lease(clp, now);
6457 return 0;
6458}
6459
6460#ifdef CONFIG_NFS_V4_1
6461
6462/*
6463 * This operation also signals the server that this client is
6464 * performing "lease moved" recovery. The server can stop asserting
6465 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID performing
6466 * this operation is identified in the SEQUENCE operation in this
6467 * compound.
6468 */
6469static int _nfs41_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6470{
6471 struct nfs_server *server = NFS_SERVER(inode);
6472 struct rpc_clnt *clnt = server->client;
6473 struct nfs4_fsid_present_arg args = {
6474 .fh = NFS_FH(inode),
6475 };
6476 struct nfs4_fsid_present_res res = {
6477 };
6478 struct rpc_message msg = {
6479 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6480 .rpc_argp = &args,
6481 .rpc_resp = &res,
6482 .rpc_cred = cred,
6483 };
6484 int status;
6485
6486 res.fh = nfs_alloc_fhandle();
6487 if (res.fh == NULL)
6488 return -ENOMEM;
6489
6490 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6491 nfs4_set_sequence_privileged(&args.seq_args);
6492 status = nfs4_call_sync_sequence(clnt, server, &msg,
6493 &args.seq_args, &res.seq_res);
6494 nfs_free_fhandle(res.fh);
6495 if (status == NFS4_OK &&
6496 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6497 status = -NFS4ERR_LEASE_MOVED;
6498 return status;
6499}
6500
6501#endif /* CONFIG_NFS_V4_1 */
6502
6503/**
6504 * nfs4_proc_fsid_present - Is this FSID present or absent on server?
6505 * @inode: inode on FSID to check
6506 * @cred: credential to use for this operation
6507 *
6508 * Server indicates whether the FSID is present, moved, or not
6509 * recognized. This operation is necessary to clear a LEASE_MOVED
6510 * condition for this client ID.
6511 *
6512 * Returns NFS4_OK if the FSID is present on this server,
6513 * -NFS4ERR_MOVED if the FSID is no longer present, a negative
6514 * NFS4ERR code if some error occurred on the server, or a
6515 * negative errno if a local failure occurred.
6516 */
6517int nfs4_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6518{
6519 struct nfs_server *server = NFS_SERVER(inode);
6520 struct nfs_client *clp = server->nfs_client;
6521 const struct nfs4_mig_recovery_ops *ops =
6522 clp->cl_mvops->mig_recovery_ops;
6523 struct nfs4_exception exception = { };
6524 int status;
6525
6526 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6527 (unsigned long long)server->fsid.major,
6528 (unsigned long long)server->fsid.minor,
6529 clp->cl_hostname);
6530 nfs_display_fhandle(NFS_FH(inode), __func__);
6531
6532 do {
6533 status = ops->fsid_present(inode, cred);
6534 if (status != -NFS4ERR_DELAY)
6535 break;
6536 nfs4_handle_exception(server, status, &exception);
6537 } while (exception.retry);
6538 return status;
6539}
6540
Andy Adamson5ec16a82013-08-08 10:57:55 -04006541/**
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006542 * If 'use_integrity' is true and the state managment nfs_client
6543 * cl_rpcclient is using krb5i/p, use the integrity protected cl_rpcclient
6544 * and the machine credential as per RFC3530bis and RFC5661 Security
6545 * Considerations sections. Otherwise, just use the user cred with the
6546 * filesystem's rpc_client.
Andy Adamson5ec16a82013-08-08 10:57:55 -04006547 */
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006548static 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 +00006549{
6550 int status;
6551 struct nfs4_secinfo_arg args = {
6552 .dir_fh = NFS_FH(dir),
6553 .name = name,
6554 };
6555 struct nfs4_secinfo_res res = {
6556 .flavors = flavors,
6557 };
6558 struct rpc_message msg = {
6559 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
6560 .rpc_argp = &args,
6561 .rpc_resp = &res,
6562 };
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006563 struct rpc_clnt *clnt = NFS_SERVER(dir)->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006564 struct rpc_cred *cred = NULL;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006565
6566 if (use_integrity) {
6567 clnt = NFS_SERVER(dir)->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006568 cred = nfs4_get_clid_cred(NFS_SERVER(dir)->nfs_client);
6569 msg.rpc_cred = cred;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006570 }
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006571
6572 dprintk("NFS call secinfo %s\n", name->name);
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006573
6574 nfs4_state_protect(NFS_SERVER(dir)->nfs_client,
6575 NFS_SP4_MACH_CRED_SECINFO, &clnt, &msg);
6576
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006577 status = nfs4_call_sync(clnt, NFS_SERVER(dir), &msg, &args.seq_args,
6578 &res.seq_res, 0);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006579 dprintk("NFS reply secinfo: %d\n", status);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006580
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006581 if (cred)
6582 put_rpccred(cred);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006583
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006584 return status;
6585}
6586
Bryan Schumaker72de53e2012-04-27 13:27:40 -04006587int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name,
6588 struct nfs4_secinfo_flavors *flavors)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006589{
6590 struct nfs4_exception exception = { };
6591 int err;
6592 do {
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006593 err = -NFS4ERR_WRONGSEC;
6594
6595 /* try to use integrity protection with machine cred */
6596 if (_nfs4_is_integrity_protected(NFS_SERVER(dir)->nfs_client))
6597 err = _nfs4_proc_secinfo(dir, name, flavors, true);
6598
6599 /*
6600 * if unable to use integrity protection, or SECINFO with
6601 * integrity protection returns NFS4ERR_WRONGSEC (which is
6602 * disallowed by spec, but exists in deployed servers) use
6603 * the current filesystem's rpc_client and the user cred.
6604 */
6605 if (err == -NFS4ERR_WRONGSEC)
6606 err = _nfs4_proc_secinfo(dir, name, flavors, false);
6607
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006608 trace_nfs4_secinfo(dir, name, err);
6609 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006610 &exception);
6611 } while (exception.retry);
6612 return err;
6613}
6614
Andy Adamson557134a2009-04-01 09:21:53 -04006615#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04006616/*
Andy Adamson357f54d2010-12-14 10:11:57 -05006617 * Check the exchange flags returned by the server for invalid flags, having
6618 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
6619 * DS flags set.
6620 */
6621static int nfs4_check_cl_exchange_flags(u32 flags)
6622{
6623 if (flags & ~EXCHGID4_FLAG_MASK_R)
6624 goto out_inval;
6625 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
6626 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
6627 goto out_inval;
6628 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
6629 goto out_inval;
6630 return NFS_OK;
6631out_inval:
6632 return -NFS4ERR_INVAL;
6633}
6634
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006635static bool
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006636nfs41_same_server_scope(struct nfs41_server_scope *a,
6637 struct nfs41_server_scope *b)
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006638{
6639 if (a->server_scope_sz == b->server_scope_sz &&
6640 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
6641 return true;
6642
6643 return false;
6644}
6645
Andy Adamson357f54d2010-12-14 10:11:57 -05006646/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006647 * nfs4_proc_bind_conn_to_session()
6648 *
6649 * The 4.1 client currently uses the same TCP connection for the
6650 * fore and backchannel.
6651 */
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006652int nfs4_proc_bind_conn_to_session(struct nfs_client *clp, struct rpc_cred *cred)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006653{
6654 int status;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006655 struct nfs41_bind_conn_to_session_args args = {
6656 .client = clp,
6657 .dir = NFS4_CDFC4_FORE_OR_BOTH,
6658 };
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006659 struct nfs41_bind_conn_to_session_res res;
6660 struct rpc_message msg = {
6661 .rpc_proc =
6662 &nfs4_procedures[NFSPROC4_CLNT_BIND_CONN_TO_SESSION],
Trond Myklebust71a097c2015-02-18 09:27:18 -08006663 .rpc_argp = &args,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006664 .rpc_resp = &res,
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006665 .rpc_cred = cred,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006666 };
6667
6668 dprintk("--> %s\n", __func__);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006669
Trond Myklebust71a097c2015-02-18 09:27:18 -08006670 nfs4_copy_sessionid(&args.sessionid, &clp->cl_session->sess_id);
6671 if (!(clp->cl_session->flags & SESSION4_BACK_CHAN))
6672 args.dir = NFS4_CDFC4_FORE;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006673
6674 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006675 trace_nfs4_bind_conn_to_session(clp, status);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006676 if (status == 0) {
Trond Myklebust71a097c2015-02-18 09:27:18 -08006677 if (memcmp(res.sessionid.data,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006678 clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) {
6679 dprintk("NFS: %s: Session ID mismatch\n", __func__);
6680 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006681 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006682 }
Trond Myklebust71a097c2015-02-18 09:27:18 -08006683 if ((res.dir & args.dir) != res.dir || res.dir == 0) {
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006684 dprintk("NFS: %s: Unexpected direction from server\n",
6685 __func__);
6686 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006687 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006688 }
Trond Myklebust71a097c2015-02-18 09:27:18 -08006689 if (res.use_conn_in_rdma_mode != args.use_conn_in_rdma_mode) {
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006690 dprintk("NFS: %s: Server returned RDMA mode = true\n",
6691 __func__);
6692 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006693 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006694 }
6695 }
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006696out:
6697 dprintk("<-- %s status= %d\n", __func__, status);
6698 return status;
6699}
6700
6701/*
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006702 * Minimum set of SP4_MACH_CRED operations from RFC 5661 in the enforce map
6703 * and operations we'd like to see to enable certain features in the allow map
Benny Halevy99fe60d2009-04-01 09:22:29 -04006704 */
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006705static const struct nfs41_state_protection nfs4_sp4_mach_cred_request = {
6706 .how = SP4_MACH_CRED,
6707 .enforce.u.words = {
6708 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6709 1 << (OP_EXCHANGE_ID - 32) |
6710 1 << (OP_CREATE_SESSION - 32) |
6711 1 << (OP_DESTROY_SESSION - 32) |
6712 1 << (OP_DESTROY_CLIENTID - 32)
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006713 },
6714 .allow.u.words = {
6715 [0] = 1 << (OP_CLOSE) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006716 1 << (OP_LOCKU) |
6717 1 << (OP_COMMIT),
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006718 [1] = 1 << (OP_SECINFO - 32) |
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006719 1 << (OP_SECINFO_NO_NAME - 32) |
6720 1 << (OP_TEST_STATEID - 32) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006721 1 << (OP_FREE_STATEID - 32) |
6722 1 << (OP_WRITE - 32)
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006723 }
6724};
6725
6726/*
6727 * Select the state protection mode for client `clp' given the server results
6728 * from exchange_id in `sp'.
6729 *
6730 * Returns 0 on success, negative errno otherwise.
6731 */
6732static int nfs4_sp4_select_mode(struct nfs_client *clp,
6733 struct nfs41_state_protection *sp)
6734{
6735 static const u32 supported_enforce[NFS4_OP_MAP_NUM_WORDS] = {
6736 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6737 1 << (OP_EXCHANGE_ID - 32) |
6738 1 << (OP_CREATE_SESSION - 32) |
6739 1 << (OP_DESTROY_SESSION - 32) |
6740 1 << (OP_DESTROY_CLIENTID - 32)
6741 };
6742 unsigned int i;
6743
6744 if (sp->how == SP4_MACH_CRED) {
6745 /* Print state protect result */
6746 dfprintk(MOUNT, "Server SP4_MACH_CRED support:\n");
6747 for (i = 0; i <= LAST_NFS4_OP; i++) {
6748 if (test_bit(i, sp->enforce.u.longs))
6749 dfprintk(MOUNT, " enforce op %d\n", i);
6750 if (test_bit(i, sp->allow.u.longs))
6751 dfprintk(MOUNT, " allow op %d\n", i);
6752 }
6753
6754 /* make sure nothing is on enforce list that isn't supported */
6755 for (i = 0; i < NFS4_OP_MAP_NUM_WORDS; i++) {
6756 if (sp->enforce.u.words[i] & ~supported_enforce[i]) {
6757 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6758 return -EINVAL;
6759 }
6760 }
6761
6762 /*
6763 * Minimal mode - state operations are allowed to use machine
6764 * credential. Note this already happens by default, so the
6765 * client doesn't have to do anything more than the negotiation.
6766 *
6767 * NOTE: we don't care if EXCHANGE_ID is in the list -
6768 * we're already using the machine cred for exchange_id
6769 * and will never use a different cred.
6770 */
6771 if (test_bit(OP_BIND_CONN_TO_SESSION, sp->enforce.u.longs) &&
6772 test_bit(OP_CREATE_SESSION, sp->enforce.u.longs) &&
6773 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) &&
6774 test_bit(OP_DESTROY_CLIENTID, sp->enforce.u.longs)) {
6775 dfprintk(MOUNT, "sp4_mach_cred:\n");
6776 dfprintk(MOUNT, " minimal mode enabled\n");
6777 set_bit(NFS_SP4_MACH_CRED_MINIMAL, &clp->cl_sp4_flags);
6778 } else {
6779 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6780 return -EINVAL;
6781 }
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006782
6783 if (test_bit(OP_CLOSE, sp->allow.u.longs) &&
6784 test_bit(OP_LOCKU, sp->allow.u.longs)) {
6785 dfprintk(MOUNT, " cleanup mode enabled\n");
6786 set_bit(NFS_SP4_MACH_CRED_CLEANUP, &clp->cl_sp4_flags);
6787 }
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006788
6789 if (test_bit(OP_SECINFO, sp->allow.u.longs) &&
6790 test_bit(OP_SECINFO_NO_NAME, sp->allow.u.longs)) {
6791 dfprintk(MOUNT, " secinfo mode enabled\n");
6792 set_bit(NFS_SP4_MACH_CRED_SECINFO, &clp->cl_sp4_flags);
6793 }
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006794
6795 if (test_bit(OP_TEST_STATEID, sp->allow.u.longs) &&
6796 test_bit(OP_FREE_STATEID, sp->allow.u.longs)) {
6797 dfprintk(MOUNT, " stateid mode enabled\n");
6798 set_bit(NFS_SP4_MACH_CRED_STATEID, &clp->cl_sp4_flags);
6799 }
Weston Andros Adamson8c21c622013-08-13 16:37:37 -04006800
6801 if (test_bit(OP_WRITE, sp->allow.u.longs)) {
6802 dfprintk(MOUNT, " write mode enabled\n");
6803 set_bit(NFS_SP4_MACH_CRED_WRITE, &clp->cl_sp4_flags);
6804 }
6805
6806 if (test_bit(OP_COMMIT, sp->allow.u.longs)) {
6807 dfprintk(MOUNT, " commit mode enabled\n");
6808 set_bit(NFS_SP4_MACH_CRED_COMMIT, &clp->cl_sp4_flags);
6809 }
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006810 }
6811
6812 return 0;
6813}
6814
6815/*
6816 * _nfs4_proc_exchange_id()
6817 *
6818 * Wrapper for EXCHANGE_ID operation.
6819 */
6820static int _nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred,
6821 u32 sp4_how)
Benny Halevy99fe60d2009-04-01 09:22:29 -04006822{
6823 nfs4_verifier verifier;
6824 struct nfs41_exchange_id_args args = {
Chuck Levercd937102012-03-02 17:14:31 -05006825 .verifier = &verifier,
Benny Halevy99fe60d2009-04-01 09:22:29 -04006826 .client = clp,
Chuck Levercd3fade2013-10-17 14:14:04 -04006827#ifdef CONFIG_NFS_V4_1_MIGRATION
Trond Myklebust4f0b4292013-05-20 12:24:03 -04006828 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
Chuck Levercd3fade2013-10-17 14:14:04 -04006829 EXCHGID4_FLAG_BIND_PRINC_STATEID |
6830 EXCHGID4_FLAG_SUPP_MOVED_MIGR,
6831#else
6832 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
6833 EXCHGID4_FLAG_BIND_PRINC_STATEID,
6834#endif
Benny Halevy99fe60d2009-04-01 09:22:29 -04006835 };
6836 struct nfs41_exchange_id_res res = {
Trond Myklebust32b01312012-05-26 13:41:04 -04006837 0
Benny Halevy99fe60d2009-04-01 09:22:29 -04006838 };
6839 int status;
6840 struct rpc_message msg = {
6841 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
6842 .rpc_argp = &args,
6843 .rpc_resp = &res,
6844 .rpc_cred = cred,
6845 };
Benny Halevy99fe60d2009-04-01 09:22:29 -04006846
Chuck Leverf0920752012-05-21 22:45:41 -04006847 nfs4_init_boot_verifier(clp, &verifier);
Chuck Levere984a552012-09-14 17:24:21 -04006848 args.id_len = nfs4_init_uniform_client_string(clp, args.id,
6849 sizeof(args.id));
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006850 dprintk("NFS call exchange_id auth=%s, '%.*s'\n",
6851 clp->cl_rpcclient->cl_auth->au_ops->au_name,
6852 args.id_len, args.id);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006853
Chuck Leveracdeb692012-05-21 22:46:16 -04006854 res.server_owner = kzalloc(sizeof(struct nfs41_server_owner),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006855 GFP_NOFS);
Chuck Leveracdeb692012-05-21 22:46:16 -04006856 if (unlikely(res.server_owner == NULL)) {
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006857 status = -ENOMEM;
6858 goto out;
6859 }
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006860
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006861 res.server_scope = kzalloc(sizeof(struct nfs41_server_scope),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006862 GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006863 if (unlikely(res.server_scope == NULL)) {
Benny Halevy99fe60d2009-04-01 09:22:29 -04006864 status = -ENOMEM;
Chuck Leveracdeb692012-05-21 22:46:16 -04006865 goto out_server_owner;
Benny Halevy99fe60d2009-04-01 09:22:29 -04006866 }
6867
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006868 res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006869 if (unlikely(res.impl_id == NULL)) {
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006870 status = -ENOMEM;
6871 goto out_server_scope;
6872 }
6873
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006874 switch (sp4_how) {
6875 case SP4_NONE:
6876 args.state_protect.how = SP4_NONE;
6877 break;
6878
6879 case SP4_MACH_CRED:
6880 args.state_protect = nfs4_sp4_mach_cred_request;
6881 break;
6882
6883 default:
6884 /* unsupported! */
6885 WARN_ON_ONCE(1);
6886 status = -EINVAL;
6887 goto out_server_scope;
6888 }
6889
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006890 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006891 trace_nfs4_exchange_id(clp, status);
Chuck Lever177313f2012-05-21 22:44:58 -04006892 if (status == 0)
Trond Myklebust32b01312012-05-26 13:41:04 -04006893 status = nfs4_check_cl_exchange_flags(res.flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006894
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006895 if (status == 0)
6896 status = nfs4_sp4_select_mode(clp, &res.state_protect);
6897
Chuck Lever177313f2012-05-21 22:44:58 -04006898 if (status == 0) {
Trond Myklebust32b01312012-05-26 13:41:04 -04006899 clp->cl_clientid = res.clientid;
Trond Myklebuste11259f2015-03-03 20:35:31 -05006900 clp->cl_exchange_flags = res.flags;
6901 /* Client ID is not confirmed */
6902 if (!(res.flags & EXCHGID4_FLAG_CONFIRMED_R)) {
6903 clear_bit(NFS4_SESSION_ESTABLISHED,
6904 &clp->cl_session->session_state);
Trond Myklebust32b01312012-05-26 13:41:04 -04006905 clp->cl_seqid = res.seqid;
Trond Myklebuste11259f2015-03-03 20:35:31 -05006906 }
Trond Myklebust32b01312012-05-26 13:41:04 -04006907
Chuck Leveracdeb692012-05-21 22:46:16 -04006908 kfree(clp->cl_serverowner);
6909 clp->cl_serverowner = res.server_owner;
6910 res.server_owner = NULL;
Chuck Leveracdeb692012-05-21 22:46:16 -04006911
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006912 /* use the most recent implementation id */
Chuck Lever59155542012-05-21 22:44:41 -04006913 kfree(clp->cl_implid);
6914 clp->cl_implid = res.impl_id;
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006915
Chuck Lever177313f2012-05-21 22:44:58 -04006916 if (clp->cl_serverscope != NULL &&
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006917 !nfs41_same_server_scope(clp->cl_serverscope,
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006918 res.server_scope)) {
6919 dprintk("%s: server_scope mismatch detected\n",
6920 __func__);
6921 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006922 kfree(clp->cl_serverscope);
6923 clp->cl_serverscope = NULL;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006924 }
6925
Chuck Lever177313f2012-05-21 22:44:58 -04006926 if (clp->cl_serverscope == NULL) {
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006927 clp->cl_serverscope = res.server_scope;
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006928 goto out;
6929 }
Trond Myklebust32b01312012-05-26 13:41:04 -04006930 } else
6931 kfree(res.impl_id);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006932
Chuck Leveracdeb692012-05-21 22:46:16 -04006933out_server_owner:
6934 kfree(res.server_owner);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006935out_server_scope:
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006936 kfree(res.server_scope);
6937out:
Chuck Lever177313f2012-05-21 22:44:58 -04006938 if (clp->cl_implid != NULL)
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006939 dprintk("NFS reply exchange_id: Server Implementation ID: "
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006940 "domain: %s, name: %s, date: %llu,%u\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006941 clp->cl_implid->domain, clp->cl_implid->name,
Chuck Lever59155542012-05-21 22:44:41 -04006942 clp->cl_implid->date.seconds,
6943 clp->cl_implid->date.nseconds);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006944 dprintk("NFS reply exchange_id: %d\n", status);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006945 return status;
6946}
6947
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006948/*
6949 * nfs4_proc_exchange_id()
6950 *
6951 * Returns zero, a negative errno, or a negative NFS4ERR status code.
6952 *
6953 * Since the clientid has expired, all compounds using sessions
6954 * associated with the stale clientid will be returning
6955 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
6956 * be in some phase of session reset.
6957 *
6958 * Will attempt to negotiate SP4_MACH_CRED if krb5i / krb5p auth is used.
6959 */
6960int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
6961{
6962 rpc_authflavor_t authflavor = clp->cl_rpcclient->cl_auth->au_flavor;
6963 int status;
6964
6965 /* try SP4_MACH_CRED if krb5i/p */
6966 if (authflavor == RPC_AUTH_GSS_KRB5I ||
6967 authflavor == RPC_AUTH_GSS_KRB5P) {
6968 status = _nfs4_proc_exchange_id(clp, cred, SP4_MACH_CRED);
6969 if (!status)
6970 return 0;
6971 }
6972
6973 /* try SP4_NONE */
6974 return _nfs4_proc_exchange_id(clp, cred, SP4_NONE);
6975}
6976
Trond Myklebust66245532012-05-25 17:18:09 -04006977static int _nfs4_proc_destroy_clientid(struct nfs_client *clp,
6978 struct rpc_cred *cred)
6979{
6980 struct rpc_message msg = {
6981 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_CLIENTID],
6982 .rpc_argp = clp,
6983 .rpc_cred = cred,
6984 };
6985 int status;
6986
6987 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006988 trace_nfs4_destroy_clientid(clp, status);
Trond Myklebust66245532012-05-25 17:18:09 -04006989 if (status)
Trond Myklebust02c67522012-06-07 13:45:53 -04006990 dprintk("NFS: Got error %d from the server %s on "
Trond Myklebust66245532012-05-25 17:18:09 -04006991 "DESTROY_CLIENTID.", status, clp->cl_hostname);
6992 return status;
6993}
6994
6995static int nfs4_proc_destroy_clientid(struct nfs_client *clp,
6996 struct rpc_cred *cred)
6997{
6998 unsigned int loop;
6999 int ret;
7000
7001 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
7002 ret = _nfs4_proc_destroy_clientid(clp, cred);
7003 switch (ret) {
7004 case -NFS4ERR_DELAY:
7005 case -NFS4ERR_CLIENTID_BUSY:
7006 ssleep(1);
7007 break;
7008 default:
7009 return ret;
7010 }
7011 }
7012 return 0;
7013}
7014
7015int nfs4_destroy_clientid(struct nfs_client *clp)
7016{
7017 struct rpc_cred *cred;
7018 int ret = 0;
7019
7020 if (clp->cl_mvops->minor_version < 1)
7021 goto out;
7022 if (clp->cl_exchange_flags == 0)
7023 goto out;
Chuck Lever05f4c352012-09-14 17:24:32 -04007024 if (clp->cl_preserve_clid)
7025 goto out;
Chuck Lever73d8bde2013-07-24 12:28:37 -04007026 cred = nfs4_get_clid_cred(clp);
Trond Myklebust66245532012-05-25 17:18:09 -04007027 ret = nfs4_proc_destroy_clientid(clp, cred);
7028 if (cred)
7029 put_rpccred(cred);
7030 switch (ret) {
7031 case 0:
7032 case -NFS4ERR_STALE_CLIENTID:
7033 clp->cl_exchange_flags = 0;
7034 }
7035out:
7036 return ret;
7037}
7038
Andy Adamson2050f0c2009-04-01 09:22:30 -04007039struct nfs4_get_lease_time_data {
7040 struct nfs4_get_lease_time_args *args;
7041 struct nfs4_get_lease_time_res *res;
7042 struct nfs_client *clp;
7043};
7044
7045static void nfs4_get_lease_time_prepare(struct rpc_task *task,
7046 void *calldata)
7047{
Andy Adamson2050f0c2009-04-01 09:22:30 -04007048 struct nfs4_get_lease_time_data *data =
7049 (struct nfs4_get_lease_time_data *)calldata;
7050
7051 dprintk("--> %s\n", __func__);
7052 /* just setup sequence, do not trigger session recovery
7053 since we're invoked within one */
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007054 nfs41_setup_sequence(data->clp->cl_session,
7055 &data->args->la_seq_args,
7056 &data->res->lr_seq_res,
7057 task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007058 dprintk("<-- %s\n", __func__);
7059}
7060
7061/*
7062 * Called from nfs4_state_manager thread for session setup, so don't recover
7063 * from sequence operation or clientid errors.
7064 */
7065static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
7066{
7067 struct nfs4_get_lease_time_data *data =
7068 (struct nfs4_get_lease_time_data *)calldata;
7069
7070 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007071 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
7072 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04007073 switch (task->tk_status) {
7074 case -NFS4ERR_DELAY:
7075 case -NFS4ERR_GRACE:
7076 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
7077 rpc_delay(task, NFS4_POLL_RETRY_MIN);
7078 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007079 /* fall through */
7080 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007081 rpc_restart_call_prepare(task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007082 return;
7083 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04007084 dprintk("<-- %s\n", __func__);
7085}
7086
Trond Myklebust17280172012-03-11 13:11:00 -04007087static const struct rpc_call_ops nfs4_get_lease_time_ops = {
Andy Adamson2050f0c2009-04-01 09:22:30 -04007088 .rpc_call_prepare = nfs4_get_lease_time_prepare,
7089 .rpc_call_done = nfs4_get_lease_time_done,
7090};
7091
7092int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
7093{
7094 struct rpc_task *task;
7095 struct nfs4_get_lease_time_args args;
7096 struct nfs4_get_lease_time_res res = {
7097 .lr_fsinfo = fsinfo,
7098 };
7099 struct nfs4_get_lease_time_data data = {
7100 .args = &args,
7101 .res = &res,
7102 .clp = clp,
7103 };
7104 struct rpc_message msg = {
7105 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
7106 .rpc_argp = &args,
7107 .rpc_resp = &res,
7108 };
7109 struct rpc_task_setup task_setup = {
7110 .rpc_client = clp->cl_rpcclient,
7111 .rpc_message = &msg,
7112 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007113 .callback_data = &data,
7114 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04007115 };
7116 int status;
7117
Chuck Levera9c92d62013-08-09 12:48:18 -04007118 nfs4_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007119 nfs4_set_sequence_privileged(&args.la_seq_args);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007120 dprintk("--> %s\n", __func__);
7121 task = rpc_run_task(&task_setup);
7122
7123 if (IS_ERR(task))
7124 status = PTR_ERR(task);
7125 else {
7126 status = task->tk_status;
7127 rpc_put_task(task);
7128 }
7129 dprintk("<-- %s return %d\n", __func__, status);
7130
7131 return status;
7132}
7133
Andy Adamsonfc931582009-04-01 09:22:31 -04007134/*
7135 * Initialize the values to be used by the client in CREATE_SESSION
7136 * If nfs4_init_session set the fore channel request and response sizes,
7137 * use them.
7138 *
7139 * Set the back channel max_resp_sz_cached to zero to force the client to
7140 * always set csa_cachethis to FALSE because the current implementation
7141 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
7142 */
7143static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
7144{
Andy Adamson18aad3d2013-06-26 12:21:49 -04007145 unsigned int max_rqst_sz, max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007146
Andy Adamson18aad3d2013-06-26 12:21:49 -04007147 max_rqst_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxwrite_overhead;
7148 max_resp_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxread_overhead;
7149
Andy Adamsonfc931582009-04-01 09:22:31 -04007150 /* Fore channel attributes */
Andy Adamson18aad3d2013-06-26 12:21:49 -04007151 args->fc_attrs.max_rqst_sz = max_rqst_sz;
7152 args->fc_attrs.max_resp_sz = max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007153 args->fc_attrs.max_ops = NFS4_MAX_OPS;
Trond Myklebustef159e92012-02-06 19:50:40 -05007154 args->fc_attrs.max_reqs = max_session_slots;
Andy Adamsonfc931582009-04-01 09:22:31 -04007155
7156 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05007157 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04007158 __func__,
7159 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05007160 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04007161
7162 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04007163 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
7164 args->bc_attrs.max_resp_sz = PAGE_SIZE;
7165 args->bc_attrs.max_resp_sz_cached = 0;
7166 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
7167 args->bc_attrs.max_reqs = 1;
7168
7169 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
7170 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
7171 __func__,
7172 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
7173 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
7174 args->bc_attrs.max_reqs);
7175}
7176
Trond Myklebust79969dd2015-02-18 11:30:18 -08007177static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args,
7178 struct nfs41_create_session_res *res)
Andy Adamson8d353012009-04-01 09:22:32 -04007179{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007180 struct nfs4_channel_attrs *sent = &args->fc_attrs;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007181 struct nfs4_channel_attrs *rcvd = &res->fc_attrs;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007182
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007183 if (rcvd->max_resp_sz > sent->max_resp_sz)
7184 return -EINVAL;
7185 /*
7186 * Our requested max_ops is the minimum we need; we're not
7187 * prepared to break up compounds into smaller pieces than that.
7188 * So, no point even trying to continue if the server won't
7189 * cooperate:
7190 */
7191 if (rcvd->max_ops < sent->max_ops)
7192 return -EINVAL;
7193 if (rcvd->max_reqs == 0)
7194 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007195 if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE)
7196 rcvd->max_reqs = NFS4_MAX_SLOT_TABLE;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007197 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04007198}
7199
Trond Myklebust79969dd2015-02-18 11:30:18 -08007200static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args,
7201 struct nfs41_create_session_res *res)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007202{
7203 struct nfs4_channel_attrs *sent = &args->bc_attrs;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007204 struct nfs4_channel_attrs *rcvd = &res->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04007205
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007206 if (!(res->flags & SESSION4_BACK_CHAN))
7207 goto out;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007208 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
7209 return -EINVAL;
7210 if (rcvd->max_resp_sz < sent->max_resp_sz)
7211 return -EINVAL;
7212 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
7213 return -EINVAL;
7214 /* These would render the backchannel useless: */
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007215 if (rcvd->max_ops != sent->max_ops)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007216 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007217 if (rcvd->max_reqs != sent->max_reqs)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007218 return -EINVAL;
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007219out:
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007220 return 0;
7221}
Andy Adamson8d353012009-04-01 09:22:32 -04007222
Andy Adamson8d353012009-04-01 09:22:32 -04007223static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
Trond Myklebust79969dd2015-02-18 11:30:18 -08007224 struct nfs41_create_session_res *res)
Andy Adamson8d353012009-04-01 09:22:32 -04007225{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007226 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04007227
Trond Myklebust79969dd2015-02-18 11:30:18 -08007228 ret = nfs4_verify_fore_channel_attrs(args, res);
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007229 if (ret)
7230 return ret;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007231 return nfs4_verify_back_channel_attrs(args, res);
7232}
7233
7234static void nfs4_update_session(struct nfs4_session *session,
7235 struct nfs41_create_session_res *res)
7236{
7237 nfs4_copy_sessionid(&session->sess_id, &res->sessionid);
Trond Myklebuste11259f2015-03-03 20:35:31 -05007238 /* Mark client id and session as being confirmed */
7239 session->clp->cl_exchange_flags |= EXCHGID4_FLAG_CONFIRMED_R;
7240 set_bit(NFS4_SESSION_ESTABLISHED, &session->session_state);
Trond Myklebust79969dd2015-02-18 11:30:18 -08007241 session->flags = res->flags;
7242 memcpy(&session->fc_attrs, &res->fc_attrs, sizeof(session->fc_attrs));
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007243 if (res->flags & SESSION4_BACK_CHAN)
7244 memcpy(&session->bc_attrs, &res->bc_attrs,
7245 sizeof(session->bc_attrs));
Andy Adamson8d353012009-04-01 09:22:32 -04007246}
7247
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007248static int _nfs4_proc_create_session(struct nfs_client *clp,
7249 struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007250{
7251 struct nfs4_session *session = clp->cl_session;
7252 struct nfs41_create_session_args args = {
7253 .client = clp,
Trond Myklebust79969dd2015-02-18 11:30:18 -08007254 .clientid = clp->cl_clientid,
7255 .seqid = clp->cl_seqid,
Andy Adamsonfc931582009-04-01 09:22:31 -04007256 .cb_program = NFS4_CALLBACK,
7257 };
Trond Myklebust79969dd2015-02-18 11:30:18 -08007258 struct nfs41_create_session_res res;
7259
Andy Adamsonfc931582009-04-01 09:22:31 -04007260 struct rpc_message msg = {
7261 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
7262 .rpc_argp = &args,
7263 .rpc_resp = &res,
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007264 .rpc_cred = cred,
Andy Adamsonfc931582009-04-01 09:22:31 -04007265 };
7266 int status;
7267
7268 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04007269 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04007270
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007271 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007272 trace_nfs4_create_session(clp, status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007273
Trond Myklebust43095d32012-11-20 11:13:12 -05007274 if (!status) {
Andy Adamson8d353012009-04-01 09:22:32 -04007275 /* Verify the session's negotiated channel_attrs values */
Trond Myklebust79969dd2015-02-18 11:30:18 -08007276 status = nfs4_verify_channel_attrs(&args, &res);
Andy Adamsonfc931582009-04-01 09:22:31 -04007277 /* Increment the clientid slot sequence id */
Trond Myklebust79969dd2015-02-18 11:30:18 -08007278 if (clp->cl_seqid == res.seqid)
7279 clp->cl_seqid++;
7280 if (status)
7281 goto out;
7282 nfs4_update_session(session, &res);
Andy Adamsonfc931582009-04-01 09:22:31 -04007283 }
Trond Myklebust79969dd2015-02-18 11:30:18 -08007284out:
Andy Adamsonfc931582009-04-01 09:22:31 -04007285 return status;
7286}
7287
7288/*
7289 * Issues a CREATE_SESSION operation to the server.
7290 * It is the responsibility of the caller to verify the session is
7291 * expired before calling this routine.
7292 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007293int nfs4_proc_create_session(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007294{
7295 int status;
7296 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04007297 struct nfs4_session *session = clp->cl_session;
7298
7299 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
7300
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007301 status = _nfs4_proc_create_session(clp, cred);
Andy Adamsonfc931582009-04-01 09:22:31 -04007302 if (status)
7303 goto out;
7304
Andy Adamsonaacd5532011-11-09 13:58:21 -05007305 /* Init or reset the session slot tables */
7306 status = nfs4_setup_session_slot_tables(session);
7307 dprintk("slot table setup returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007308 if (status)
7309 goto out;
7310
7311 ptr = (unsigned *)&session->sess_id.data[0];
7312 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
7313 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04007314out:
7315 dprintk("<-- %s\n", __func__);
7316 return status;
7317}
7318
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007319/*
7320 * Issue the over-the-wire RPC DESTROY_SESSION.
7321 * The caller must serialize access to this routine.
7322 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007323int nfs4_proc_destroy_session(struct nfs4_session *session,
7324 struct rpc_cred *cred)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007325{
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007326 struct rpc_message msg = {
7327 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION],
7328 .rpc_argp = session,
7329 .rpc_cred = cred,
7330 };
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007331 int status = 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007332
7333 dprintk("--> nfs4_proc_destroy_session\n");
7334
7335 /* session is still being setup */
Trond Myklebuste11259f2015-03-03 20:35:31 -05007336 if (!test_and_clear_bit(NFS4_SESSION_ESTABLISHED, &session->session_state))
7337 return 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007338
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007339 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007340 trace_nfs4_destroy_session(session->clp, status);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007341
7342 if (status)
Trond Myklebust08106ac2012-06-05 10:08:24 -04007343 dprintk("NFS: Got error %d from the server on DESTROY_SESSION. "
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007344 "Session has been destroyed regardless...\n", status);
7345
7346 dprintk("<-- nfs4_proc_destroy_session\n");
7347 return status;
7348}
7349
Trond Myklebust7b38c362012-05-23 13:23:31 -04007350/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007351 * Renew the cl_session lease.
7352 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007353struct nfs4_sequence_data {
7354 struct nfs_client *clp;
7355 struct nfs4_sequence_args args;
7356 struct nfs4_sequence_res res;
7357};
7358
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007359static void nfs41_sequence_release(void *data)
7360{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007361 struct nfs4_sequence_data *calldata = data;
7362 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007363
Alexandros Batsakis71358402010-02-05 03:45:05 -08007364 if (atomic_read(&clp->cl_count) > 1)
7365 nfs4_schedule_state_renewal(clp);
7366 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007367 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007368}
7369
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007370static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7371{
7372 switch(task->tk_status) {
7373 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007374 rpc_delay(task, NFS4_POLL_RETRY_MAX);
7375 return -EAGAIN;
7376 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007377 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007378 }
7379 return 0;
7380}
7381
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007382static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007383{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007384 struct nfs4_sequence_data *calldata = data;
7385 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007386
Trond Myklebust14516c32010-07-31 14:29:06 -04007387 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
7388 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007389
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007390 trace_nfs4_sequence(clp, task->tk_status);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007391 if (task->tk_status < 0) {
7392 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007393 if (atomic_read(&clp->cl_count) == 1)
7394 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007395
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007396 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
7397 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007398 return;
7399 }
7400 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007401 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007402out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007403 dprintk("<-- %s\n", __func__);
7404}
7405
7406static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
7407{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007408 struct nfs4_sequence_data *calldata = data;
7409 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007410 struct nfs4_sequence_args *args;
7411 struct nfs4_sequence_res *res;
7412
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007413 args = task->tk_msg.rpc_argp;
7414 res = task->tk_msg.rpc_resp;
7415
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007416 nfs41_setup_sequence(clp->cl_session, args, res, task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007417}
7418
7419static const struct rpc_call_ops nfs41_sequence_ops = {
7420 .rpc_call_done = nfs41_sequence_call_done,
7421 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007422 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007423};
7424
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007425static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp,
7426 struct rpc_cred *cred,
7427 bool is_privileged)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007428{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007429 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007430 struct rpc_message msg = {
7431 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
7432 .rpc_cred = cred,
7433 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007434 struct rpc_task_setup task_setup_data = {
7435 .rpc_client = clp->cl_rpcclient,
7436 .rpc_message = &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007437 .callback_ops = &nfs41_sequence_ops,
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04007438 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT,
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007439 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007440
Alexandros Batsakis71358402010-02-05 03:45:05 -08007441 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007442 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04007443 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007444 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08007445 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007446 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007447 }
Chuck Levera9c92d62013-08-09 12:48:18 -04007448 nfs4_init_sequence(&calldata->args, &calldata->res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007449 if (is_privileged)
7450 nfs4_set_sequence_privileged(&calldata->args);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007451 msg.rpc_argp = &calldata->args;
7452 msg.rpc_resp = &calldata->res;
7453 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007454 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007455
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007456 return rpc_run_task(&task_setup_data);
7457}
7458
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007459static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007460{
7461 struct rpc_task *task;
7462 int ret = 0;
7463
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007464 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
Andy Adamsond1f456b2014-09-29 12:31:57 -04007465 return -EAGAIN;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007466 task = _nfs41_proc_sequence(clp, cred, false);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007467 if (IS_ERR(task))
7468 ret = PTR_ERR(task);
7469 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08007470 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007471 dprintk("<-- %s status=%d\n", __func__, ret);
7472 return ret;
7473}
7474
7475static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
7476{
7477 struct rpc_task *task;
7478 int ret;
7479
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007480 task = _nfs41_proc_sequence(clp, cred, true);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007481 if (IS_ERR(task)) {
7482 ret = PTR_ERR(task);
7483 goto out;
7484 }
7485 ret = rpc_wait_for_completion_task(task);
Trond Myklebustb4410c22011-03-09 16:00:55 -05007486 if (!ret) {
7487 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp;
7488
7489 if (task->tk_status == 0)
7490 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007491 ret = task->tk_status;
Trond Myklebustb4410c22011-03-09 16:00:55 -05007492 }
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007493 rpc_put_task(task);
7494out:
7495 dprintk("<-- %s status=%d\n", __func__, ret);
7496 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007497}
7498
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007499struct nfs4_reclaim_complete_data {
7500 struct nfs_client *clp;
7501 struct nfs41_reclaim_complete_args arg;
7502 struct nfs41_reclaim_complete_res res;
7503};
7504
7505static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
7506{
7507 struct nfs4_reclaim_complete_data *calldata = data;
7508
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007509 nfs41_setup_sequence(calldata->clp->cl_session,
7510 &calldata->arg.seq_args,
7511 &calldata->res.seq_res,
7512 task);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007513}
7514
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007515static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7516{
7517 switch(task->tk_status) {
7518 case 0:
7519 case -NFS4ERR_COMPLETE_ALREADY:
7520 case -NFS4ERR_WRONG_CRED: /* What to do here? */
7521 break;
7522 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007523 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007524 /* fall through */
7525 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007526 return -EAGAIN;
7527 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007528 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007529 }
7530 return 0;
7531}
7532
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007533static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
7534{
7535 struct nfs4_reclaim_complete_data *calldata = data;
7536 struct nfs_client *clp = calldata->clp;
7537 struct nfs4_sequence_res *res = &calldata->res.seq_res;
7538
7539 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007540 if (!nfs41_sequence_done(task, res))
7541 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007542
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007543 trace_nfs4_reclaim_complete(clp, task->tk_status);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007544 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
7545 rpc_restart_call_prepare(task);
7546 return;
7547 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007548 dprintk("<-- %s\n", __func__);
7549}
7550
7551static void nfs4_free_reclaim_complete_data(void *data)
7552{
7553 struct nfs4_reclaim_complete_data *calldata = data;
7554
7555 kfree(calldata);
7556}
7557
7558static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
7559 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
7560 .rpc_call_done = nfs4_reclaim_complete_done,
7561 .rpc_release = nfs4_free_reclaim_complete_data,
7562};
7563
7564/*
7565 * Issue a global reclaim complete.
7566 */
Trond Myklebust965e9c22013-05-20 11:05:17 -04007567static int nfs41_proc_reclaim_complete(struct nfs_client *clp,
7568 struct rpc_cred *cred)
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007569{
7570 struct nfs4_reclaim_complete_data *calldata;
7571 struct rpc_task *task;
7572 struct rpc_message msg = {
7573 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
Trond Myklebust965e9c22013-05-20 11:05:17 -04007574 .rpc_cred = cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007575 };
7576 struct rpc_task_setup task_setup_data = {
7577 .rpc_client = clp->cl_rpcclient,
7578 .rpc_message = &msg,
7579 .callback_ops = &nfs4_reclaim_complete_call_ops,
7580 .flags = RPC_TASK_ASYNC,
7581 };
7582 int status = -ENOMEM;
7583
7584 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04007585 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007586 if (calldata == NULL)
7587 goto out;
7588 calldata->clp = clp;
7589 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007590
Chuck Levera9c92d62013-08-09 12:48:18 -04007591 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007592 nfs4_set_sequence_privileged(&calldata->arg.seq_args);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007593 msg.rpc_argp = &calldata->arg;
7594 msg.rpc_resp = &calldata->res;
7595 task_setup_data.callback_data = calldata;
7596 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007597 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007598 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007599 goto out;
7600 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05007601 status = nfs4_wait_for_completion_rpc_task(task);
7602 if (status == 0)
7603 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007604 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007605 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007606out:
7607 dprintk("<-- %s status=%d\n", __func__, status);
7608 return status;
7609}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007610
7611static void
7612nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
7613{
7614 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00007615 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007616 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007617
7618 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00007619 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
7620 * right now covering the LAYOUTGET we are about to send.
7621 * However, that is not so catastrophic, and there seems
7622 * to be no way to prevent it completely.
7623 */
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007624 if (nfs41_setup_sequence(session, &lgp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05007625 &lgp->res.seq_res, task))
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007626 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00007627 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
7628 NFS_I(lgp->args.inode)->layout,
Peng Taoce6ab4f2014-09-06 00:53:24 +08007629 &lgp->args.range,
Fred Isamancf7d63f2011-01-06 11:36:25 +00007630 lgp->args.ctx->state)) {
7631 rpc_exit(task, NFS4_OK);
Fred Isamancf7d63f2011-01-06 11:36:25 +00007632 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007633}
7634
7635static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
7636{
7637 struct nfs4_layoutget *lgp = calldata;
Trond Myklebustee314c22012-10-01 17:25:48 -07007638 struct inode *inode = lgp->args.inode;
7639 struct nfs_server *server = NFS_SERVER(inode);
7640 struct pnfs_layout_hdr *lo;
7641 struct nfs4_state *state = NULL;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007642 unsigned long timeo, now, giveup;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007643
Boaz Harroshed7e5422014-01-22 20:34:54 +02007644 dprintk("--> %s tk_status => %d\n", __func__, -task->tk_status);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007645
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007646 if (!nfs41_sequence_done(task, &lgp->res.seq_res))
Trond Myklebustee314c22012-10-01 17:25:48 -07007647 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007648
7649 switch (task->tk_status) {
7650 case 0:
Trond Myklebustee314c22012-10-01 17:25:48 -07007651 goto out;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007652 /*
7653 * NFS4ERR_LAYOUTTRYLATER is a conflict with another client
7654 * (or clients) writing to the same RAID stripe
7655 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007656 case -NFS4ERR_LAYOUTTRYLATER:
Boaz Harroshed7e5422014-01-22 20:34:54 +02007657 /*
7658 * NFS4ERR_RECALLCONFLICT is when conflict with self (must recall
7659 * existing layout before getting a new one).
7660 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007661 case -NFS4ERR_RECALLCONFLICT:
Weston Andros Adamson30005122013-02-28 20:30:10 -05007662 timeo = rpc_get_timeout(task->tk_client);
7663 giveup = lgp->args.timestamp + timeo;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007664 now = jiffies;
7665 if (time_after(giveup, now)) {
7666 unsigned long delay;
7667
7668 /* Delay for:
7669 * - Not less then NFS4_POLL_RETRY_MIN.
7670 * - One last time a jiffie before we give up
7671 * - exponential backoff (time_now minus start_attempt)
7672 */
7673 delay = max_t(unsigned long, NFS4_POLL_RETRY_MIN,
7674 min((giveup - now - 1),
7675 now - lgp->args.timestamp));
7676
7677 dprintk("%s: NFS4ERR_RECALLCONFLICT waiting %lu\n",
7678 __func__, delay);
7679 rpc_delay(task, delay);
7680 task->tk_status = 0;
7681 rpc_restart_call_prepare(task);
7682 goto out; /* Do not call nfs4_async_handle_error() */
7683 }
Trond Myklebustee314c22012-10-01 17:25:48 -07007684 break;
7685 case -NFS4ERR_EXPIRED:
7686 case -NFS4ERR_BAD_STATEID:
7687 spin_lock(&inode->i_lock);
7688 lo = NFS_I(inode)->layout;
7689 if (!lo || list_empty(&lo->plh_segs)) {
7690 spin_unlock(&inode->i_lock);
7691 /* If the open stateid was bad, then recover it. */
7692 state = lgp->args.ctx->state;
7693 } else {
7694 LIST_HEAD(head);
7695
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007696 /*
7697 * Mark the bad layout state as invalid, then retry
7698 * with the current stateid.
7699 */
Trond Myklebustee314c22012-10-01 17:25:48 -07007700 pnfs_mark_matching_lsegs_invalid(lo, &head, NULL);
7701 spin_unlock(&inode->i_lock);
Trond Myklebustee314c22012-10-01 17:25:48 -07007702 pnfs_free_lseg_list(&head);
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007703
7704 task->tk_status = 0;
7705 rpc_restart_call_prepare(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007706 }
7707 }
NeilBrown8478eaa2014-09-18 16:09:27 +10007708 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN)
Trond Myklebustee314c22012-10-01 17:25:48 -07007709 rpc_restart_call_prepare(task);
7710out:
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007711 dprintk("<-- %s\n", __func__);
7712}
7713
Idan Kedar85541162012-08-02 11:47:10 +03007714static size_t max_response_pages(struct nfs_server *server)
7715{
7716 u32 max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz;
7717 return nfs_page_array_len(0, max_resp_sz);
7718}
7719
7720static void nfs4_free_pages(struct page **pages, size_t size)
7721{
7722 int i;
7723
7724 if (!pages)
7725 return;
7726
7727 for (i = 0; i < size; i++) {
7728 if (!pages[i])
7729 break;
7730 __free_page(pages[i]);
7731 }
7732 kfree(pages);
7733}
7734
7735static struct page **nfs4_alloc_pages(size_t size, gfp_t gfp_flags)
7736{
7737 struct page **pages;
7738 int i;
7739
7740 pages = kcalloc(size, sizeof(struct page *), gfp_flags);
7741 if (!pages) {
7742 dprintk("%s: can't alloc array of %zu pages\n", __func__, size);
7743 return NULL;
7744 }
7745
7746 for (i = 0; i < size; i++) {
7747 pages[i] = alloc_page(gfp_flags);
7748 if (!pages[i]) {
7749 dprintk("%s: failed to allocate page\n", __func__);
7750 nfs4_free_pages(pages, size);
7751 return NULL;
7752 }
7753 }
7754
7755 return pages;
7756}
7757
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007758static void nfs4_layoutget_release(void *calldata)
7759{
7760 struct nfs4_layoutget *lgp = calldata;
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007761 struct inode *inode = lgp->args.inode;
7762 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007763 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007764
7765 dprintk("--> %s\n", __func__);
Idan Kedar85541162012-08-02 11:47:10 +03007766 nfs4_free_pages(lgp->args.layout.pages, max_pages);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007767 pnfs_put_layout_hdr(NFS_I(inode)->layout);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007768 put_nfs_open_context(lgp->args.ctx);
7769 kfree(calldata);
7770 dprintk("<-- %s\n", __func__);
7771}
7772
7773static const struct rpc_call_ops nfs4_layoutget_call_ops = {
7774 .rpc_call_prepare = nfs4_layoutget_prepare,
7775 .rpc_call_done = nfs4_layoutget_done,
7776 .rpc_release = nfs4_layoutget_release,
7777};
7778
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007779struct pnfs_layout_segment *
7780nfs4_proc_layoutget(struct nfs4_layoutget *lgp, gfp_t gfp_flags)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007781{
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007782 struct inode *inode = lgp->args.inode;
7783 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007784 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007785 struct rpc_task *task;
7786 struct rpc_message msg = {
7787 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
7788 .rpc_argp = &lgp->args,
7789 .rpc_resp = &lgp->res,
Trond Myklebust6ab59342013-05-20 10:49:34 -04007790 .rpc_cred = lgp->cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007791 };
7792 struct rpc_task_setup task_setup_data = {
7793 .rpc_client = server->client,
7794 .rpc_message = &msg,
7795 .callback_ops = &nfs4_layoutget_call_ops,
7796 .callback_data = lgp,
7797 .flags = RPC_TASK_ASYNC,
7798 };
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007799 struct pnfs_layout_segment *lseg = NULL;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007800 int status = 0;
7801
7802 dprintk("--> %s\n", __func__);
7803
Peng Tao4bd5a982014-11-17 11:05:17 +08007804 /* nfs4_layoutget_release calls pnfs_put_layout_hdr */
7805 pnfs_get_layout_hdr(NFS_I(inode)->layout);
7806
Idan Kedar85541162012-08-02 11:47:10 +03007807 lgp->args.layout.pages = nfs4_alloc_pages(max_pages, gfp_flags);
7808 if (!lgp->args.layout.pages) {
7809 nfs4_layoutget_release(lgp);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007810 return ERR_PTR(-ENOMEM);
Idan Kedar85541162012-08-02 11:47:10 +03007811 }
7812 lgp->args.layout.pglen = max_pages * PAGE_SIZE;
Weston Andros Adamson30005122013-02-28 20:30:10 -05007813 lgp->args.timestamp = jiffies;
Idan Kedar85541162012-08-02 11:47:10 +03007814
Weston Andros Adamson35124a02011-03-24 16:48:21 -04007815 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007816 lgp->res.seq_res.sr_slot = NULL;
Chuck Levera9c92d62013-08-09 12:48:18 -04007817 nfs4_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007818
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007819 task = rpc_run_task(&task_setup_data);
7820 if (IS_ERR(task))
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007821 return ERR_CAST(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007822 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00007823 if (status == 0)
7824 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007825 trace_nfs4_layoutget(lgp->args.ctx,
7826 &lgp->args.range,
7827 &lgp->res.range,
7828 status);
Weston Andros Adamson085b7a42013-02-15 16:03:46 -05007829 /* if layoutp->len is 0, nfs4_layoutget_prepare called rpc_exit */
7830 if (status == 0 && lgp->res.layoutp->len)
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007831 lseg = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007832 rpc_put_task(task);
7833 dprintk("<-- %s status=%d\n", __func__, status);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007834 if (status)
7835 return ERR_PTR(status);
7836 return lseg;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007837}
7838
Benny Halevycbe82602011-05-22 19:52:37 +03007839static void
7840nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
7841{
7842 struct nfs4_layoutreturn *lrp = calldata;
7843
7844 dprintk("--> %s\n", __func__);
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007845 nfs41_setup_sequence(lrp->clp->cl_session,
7846 &lrp->args.seq_args,
7847 &lrp->res.seq_res,
7848 task);
Benny Halevycbe82602011-05-22 19:52:37 +03007849}
7850
7851static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
7852{
7853 struct nfs4_layoutreturn *lrp = calldata;
7854 struct nfs_server *server;
7855
7856 dprintk("--> %s\n", __func__);
7857
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007858 if (!nfs41_sequence_done(task, &lrp->res.seq_res))
Benny Halevycbe82602011-05-22 19:52:37 +03007859 return;
7860
7861 server = NFS_SERVER(lrp->args.inode);
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007862 switch (task->tk_status) {
7863 default:
7864 task->tk_status = 0;
7865 case 0:
7866 break;
7867 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10007868 if (nfs4_async_handle_error(task, server, NULL, NULL) != -EAGAIN)
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007869 break;
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007870 rpc_restart_call_prepare(task);
Benny Halevycbe82602011-05-22 19:52:37 +03007871 return;
7872 }
Benny Halevycbe82602011-05-22 19:52:37 +03007873 dprintk("<-- %s\n", __func__);
7874}
7875
7876static void nfs4_layoutreturn_release(void *calldata)
7877{
7878 struct nfs4_layoutreturn *lrp = calldata;
Trond Myklebust849b2862012-09-24 14:18:39 -04007879 struct pnfs_layout_hdr *lo = lrp->args.layout;
Benny Halevycbe82602011-05-22 19:52:37 +03007880
7881 dprintk("--> %s\n", __func__);
Trond Myklebust849b2862012-09-24 14:18:39 -04007882 spin_lock(&lo->plh_inode->i_lock);
7883 if (lrp->res.lrs_present)
7884 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
Tom Haynesd67ae822014-12-11 17:02:04 -05007885 pnfs_clear_layoutreturn_waitbit(lo);
Peng Tao193e3aa2014-11-17 09:30:41 +08007886 clear_bit(NFS_LAYOUT_RETURN_BEFORE_CLOSE, &lo->plh_flags);
7887 rpc_wake_up(&NFS_SERVER(lo->plh_inode)->roc_rpcwaitq);
Trond Myklebust849b2862012-09-24 14:18:39 -04007888 lo->plh_block_lgets--;
7889 spin_unlock(&lo->plh_inode->i_lock);
Trond Myklebust70c3bd22012-09-18 20:51:13 -04007890 pnfs_put_layout_hdr(lrp->args.layout);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05007891 nfs_iput_and_deactive(lrp->inode);
Benny Halevycbe82602011-05-22 19:52:37 +03007892 kfree(calldata);
7893 dprintk("<-- %s\n", __func__);
7894}
7895
7896static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
7897 .rpc_call_prepare = nfs4_layoutreturn_prepare,
7898 .rpc_call_done = nfs4_layoutreturn_done,
7899 .rpc_release = nfs4_layoutreturn_release,
7900};
7901
Peng Tao6c166052014-11-17 09:30:40 +08007902int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp, bool sync)
Benny Halevycbe82602011-05-22 19:52:37 +03007903{
7904 struct rpc_task *task;
7905 struct rpc_message msg = {
7906 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
7907 .rpc_argp = &lrp->args,
7908 .rpc_resp = &lrp->res,
Trond Myklebust95560002013-05-20 10:43:47 -04007909 .rpc_cred = lrp->cred,
Benny Halevycbe82602011-05-22 19:52:37 +03007910 };
7911 struct rpc_task_setup task_setup_data = {
Andy Adamson1771c572013-07-22 12:42:05 -04007912 .rpc_client = NFS_SERVER(lrp->args.inode)->client,
Benny Halevycbe82602011-05-22 19:52:37 +03007913 .rpc_message = &msg,
7914 .callback_ops = &nfs4_layoutreturn_call_ops,
7915 .callback_data = lrp,
7916 };
Peng Tao6c166052014-11-17 09:30:40 +08007917 int status = 0;
Benny Halevycbe82602011-05-22 19:52:37 +03007918
7919 dprintk("--> %s\n", __func__);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05007920 if (!sync) {
7921 lrp->inode = nfs_igrab_and_active(lrp->args.inode);
7922 if (!lrp->inode) {
7923 nfs4_layoutreturn_release(lrp);
7924 return -EAGAIN;
7925 }
7926 task_setup_data.flags |= RPC_TASK_ASYNC;
7927 }
Chuck Levera9c92d62013-08-09 12:48:18 -04007928 nfs4_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1);
Benny Halevycbe82602011-05-22 19:52:37 +03007929 task = rpc_run_task(&task_setup_data);
7930 if (IS_ERR(task))
7931 return PTR_ERR(task);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05007932 if (sync)
7933 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007934 trace_nfs4_layoutreturn(lrp->args.inode, status);
Benny Halevycbe82602011-05-22 19:52:37 +03007935 dprintk("<-- %s status=%d\n", __func__, status);
7936 rpc_put_task(task);
7937 return status;
7938}
7939
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007940static int
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007941_nfs4_proc_getdeviceinfo(struct nfs_server *server,
7942 struct pnfs_device *pdev,
7943 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007944{
7945 struct nfs4_getdeviceinfo_args args = {
7946 .pdev = pdev,
7947 };
7948 struct nfs4_getdeviceinfo_res res = {
7949 .pdev = pdev,
7950 };
7951 struct rpc_message msg = {
7952 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
7953 .rpc_argp = &args,
7954 .rpc_resp = &res,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007955 .rpc_cred = cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007956 };
7957 int status;
7958
7959 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00007960 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007961 dprintk("<-- %s status=%d\n", __func__, status);
7962
7963 return status;
7964}
7965
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007966int nfs4_proc_getdeviceinfo(struct nfs_server *server,
7967 struct pnfs_device *pdev,
7968 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007969{
7970 struct nfs4_exception exception = { };
7971 int err;
7972
7973 do {
7974 err = nfs4_handle_exception(server,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007975 _nfs4_proc_getdeviceinfo(server, pdev, cred),
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007976 &exception);
7977 } while (exception.retry);
7978 return err;
7979}
7980EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
7981
Andy Adamson863a3c62011-03-23 13:27:54 +00007982static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
7983{
7984 struct nfs4_layoutcommit_data *data = calldata;
7985 struct nfs_server *server = NFS_SERVER(data->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007986 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamson863a3c62011-03-23 13:27:54 +00007987
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007988 nfs41_setup_sequence(session,
7989 &data->args.seq_args,
7990 &data->res.seq_res,
7991 task);
Andy Adamson863a3c62011-03-23 13:27:54 +00007992}
7993
7994static void
7995nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
7996{
7997 struct nfs4_layoutcommit_data *data = calldata;
7998 struct nfs_server *server = NFS_SERVER(data->args.inode);
7999
Trond Myklebust6ba7db32012-10-22 20:07:20 -04008000 if (!nfs41_sequence_done(task, &data->res.seq_res))
Andy Adamson863a3c62011-03-23 13:27:54 +00008001 return;
8002
8003 switch (task->tk_status) { /* Just ignore these failures */
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008004 case -NFS4ERR_DELEG_REVOKED: /* layout was recalled */
8005 case -NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
8006 case -NFS4ERR_BADLAYOUT: /* no layout */
8007 case -NFS4ERR_GRACE: /* loca_recalim always false */
Andy Adamson863a3c62011-03-23 13:27:54 +00008008 task->tk_status = 0;
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008009 case 0:
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008010 break;
8011 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10008012 if (nfs4_async_handle_error(task, server, NULL, NULL) == -EAGAIN) {
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008013 rpc_restart_call_prepare(task);
8014 return;
8015 }
8016 }
Andy Adamson863a3c62011-03-23 13:27:54 +00008017}
8018
8019static void nfs4_layoutcommit_release(void *calldata)
8020{
8021 struct nfs4_layoutcommit_data *data = calldata;
8022
Andy Adamsondb29c082011-07-30 20:52:38 -04008023 pnfs_cleanup_layoutcommit(data);
Trond Myklebustd8c951c2014-01-13 12:08:11 -05008024 nfs_post_op_update_inode_force_wcc(data->args.inode,
8025 data->res.fattr);
Andy Adamson863a3c62011-03-23 13:27:54 +00008026 put_rpccred(data->cred);
Trond Myklebust472e2592015-02-05 16:50:30 -05008027 nfs_iput_and_deactive(data->inode);
Andy Adamson863a3c62011-03-23 13:27:54 +00008028 kfree(data);
8029}
8030
8031static const struct rpc_call_ops nfs4_layoutcommit_ops = {
8032 .rpc_call_prepare = nfs4_layoutcommit_prepare,
8033 .rpc_call_done = nfs4_layoutcommit_done,
8034 .rpc_release = nfs4_layoutcommit_release,
8035};
8036
8037int
Andy Adamsonef311532011-03-12 02:58:10 -05008038nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00008039{
8040 struct rpc_message msg = {
8041 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
8042 .rpc_argp = &data->args,
8043 .rpc_resp = &data->res,
8044 .rpc_cred = data->cred,
8045 };
8046 struct rpc_task_setup task_setup_data = {
8047 .task = &data->task,
8048 .rpc_client = NFS_CLIENT(data->args.inode),
8049 .rpc_message = &msg,
8050 .callback_ops = &nfs4_layoutcommit_ops,
8051 .callback_data = data,
Andy Adamson863a3c62011-03-23 13:27:54 +00008052 };
8053 struct rpc_task *task;
8054 int status = 0;
8055
8056 dprintk("NFS: %4d initiating layoutcommit call. sync %d "
8057 "lbw: %llu inode %lu\n",
8058 data->task.tk_pid, sync,
8059 data->args.lastbytewritten,
8060 data->args.inode->i_ino);
8061
Trond Myklebust472e2592015-02-05 16:50:30 -05008062 if (!sync) {
8063 data->inode = nfs_igrab_and_active(data->args.inode);
8064 if (data->inode == NULL) {
8065 nfs4_layoutcommit_release(data);
8066 return -EAGAIN;
8067 }
8068 task_setup_data.flags = RPC_TASK_ASYNC;
8069 }
Chuck Levera9c92d62013-08-09 12:48:18 -04008070 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Andy Adamson863a3c62011-03-23 13:27:54 +00008071 task = rpc_run_task(&task_setup_data);
8072 if (IS_ERR(task))
8073 return PTR_ERR(task);
Trond Myklebust472e2592015-02-05 16:50:30 -05008074 if (sync)
8075 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04008076 trace_nfs4_layoutcommit(data->args.inode, status);
Andy Adamson863a3c62011-03-23 13:27:54 +00008077 dprintk("%s: status %d\n", __func__, status);
8078 rpc_put_task(task);
8079 return status;
8080}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008081
Andy Adamson97431202013-08-08 10:57:56 -04008082/**
8083 * Use the state managment nfs_client cl_rpcclient, which uses krb5i (if
8084 * possible) as per RFC3530bis and RFC5661 Security Considerations sections
8085 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008086static int
8087_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008088 struct nfs_fsinfo *info,
8089 struct nfs4_secinfo_flavors *flavors, bool use_integrity)
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008090{
8091 struct nfs41_secinfo_no_name_args args = {
8092 .style = SECINFO_STYLE_CURRENT_FH,
8093 };
8094 struct nfs4_secinfo_res res = {
8095 .flavors = flavors,
8096 };
8097 struct rpc_message msg = {
8098 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
8099 .rpc_argp = &args,
8100 .rpc_resp = &res,
8101 };
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008102 struct rpc_clnt *clnt = server->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008103 struct rpc_cred *cred = NULL;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008104 int status;
8105
8106 if (use_integrity) {
8107 clnt = server->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008108 cred = nfs4_get_clid_cred(server->nfs_client);
8109 msg.rpc_cred = cred;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008110 }
8111
8112 dprintk("--> %s\n", __func__);
8113 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args,
8114 &res.seq_res, 0);
8115 dprintk("<-- %s status=%d\n", __func__, status);
8116
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008117 if (cred)
8118 put_rpccred(cred);
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008119
8120 return status;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008121}
8122
8123static int
8124nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
8125 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
8126{
8127 struct nfs4_exception exception = { };
8128 int err;
8129 do {
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008130 /* first try using integrity protection */
8131 err = -NFS4ERR_WRONGSEC;
8132
8133 /* try to use integrity protection with machine cred */
8134 if (_nfs4_is_integrity_protected(server->nfs_client))
8135 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8136 flavors, true);
8137
8138 /*
8139 * if unable to use integrity protection, or SECINFO with
8140 * integrity protection returns NFS4ERR_WRONGSEC (which is
8141 * disallowed by spec, but exists in deployed servers) use
8142 * the current filesystem's rpc_client and the user cred.
8143 */
8144 if (err == -NFS4ERR_WRONGSEC)
8145 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8146 flavors, false);
8147
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008148 switch (err) {
8149 case 0:
8150 case -NFS4ERR_WRONGSEC:
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008151 case -ENOTSUPP:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008152 goto out;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008153 default:
8154 err = nfs4_handle_exception(server, err, &exception);
8155 }
8156 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008157out:
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008158 return err;
8159}
8160
8161static int
8162nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
8163 struct nfs_fsinfo *info)
8164{
8165 int err;
8166 struct page *page;
Anna Schumaker367156d2013-09-25 17:02:48 -04008167 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008168 struct nfs4_secinfo_flavors *flavors;
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008169 struct nfs4_secinfo4 *secinfo;
8170 int i;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008171
8172 page = alloc_page(GFP_KERNEL);
8173 if (!page) {
8174 err = -ENOMEM;
8175 goto out;
8176 }
8177
8178 flavors = page_address(page);
8179 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
8180
8181 /*
8182 * Fall back on "guess and check" method if
8183 * the server doesn't support SECINFO_NO_NAME
8184 */
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008185 if (err == -NFS4ERR_WRONGSEC || err == -ENOTSUPP) {
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008186 err = nfs4_find_root_sec(server, fhandle, info);
8187 goto out_freepage;
8188 }
8189 if (err)
8190 goto out_freepage;
8191
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008192 for (i = 0; i < flavors->num_flavors; i++) {
8193 secinfo = &flavors->flavors[i];
8194
8195 switch (secinfo->flavor) {
8196 case RPC_AUTH_NULL:
8197 case RPC_AUTH_UNIX:
8198 case RPC_AUTH_GSS:
8199 flavor = rpcauth_get_pseudoflavor(secinfo->flavor,
8200 &secinfo->flavor_info);
8201 break;
8202 default:
8203 flavor = RPC_AUTH_MAXFLAVOR;
8204 break;
8205 }
8206
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04008207 if (!nfs_auth_info_match(&server->auth_info, flavor))
8208 flavor = RPC_AUTH_MAXFLAVOR;
8209
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008210 if (flavor != RPC_AUTH_MAXFLAVOR) {
8211 err = nfs4_lookup_root_sec(server, fhandle,
8212 info, flavor);
8213 if (!err)
8214 break;
8215 }
8216 }
8217
8218 if (flavor == RPC_AUTH_MAXFLAVOR)
8219 err = -EPERM;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008220
8221out_freepage:
8222 put_page(page);
8223 if (err == -EACCES)
8224 return -EPERM;
8225out:
8226 return err;
8227}
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008228
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008229static int _nfs41_test_stateid(struct nfs_server *server,
8230 nfs4_stateid *stateid,
8231 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008232{
8233 int status;
8234 struct nfs41_test_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008235 .stateid = stateid,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008236 };
8237 struct nfs41_test_stateid_res res;
8238 struct rpc_message msg = {
8239 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
8240 .rpc_argp = &args,
8241 .rpc_resp = &res,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008242 .rpc_cred = cred,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008243 };
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008244 struct rpc_clnt *rpc_client = server->client;
8245
8246 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8247 &rpc_client, &msg);
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008248
Chuck Lever38527b12012-07-11 16:30:23 -04008249 dprintk("NFS call test_stateid %p\n", stateid);
Chuck Levera9c92d62013-08-09 12:48:18 -04008250 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008251 nfs4_set_sequence_privileged(&args.seq_args);
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008252 status = nfs4_call_sync_sequence(rpc_client, server, &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008253 &args.seq_args, &res.seq_res);
Chuck Lever38527b12012-07-11 16:30:23 -04008254 if (status != NFS_OK) {
8255 dprintk("NFS reply test_stateid: failed, %d\n", status);
Chuck Lever377e5072012-07-11 16:29:45 -04008256 return status;
Chuck Lever38527b12012-07-11 16:30:23 -04008257 }
8258 dprintk("NFS reply test_stateid: succeeded, %d\n", -res.status);
Chuck Lever377e5072012-07-11 16:29:45 -04008259 return -res.status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04008260}
8261
Chuck Lever38527b12012-07-11 16:30:23 -04008262/**
8263 * nfs41_test_stateid - perform a TEST_STATEID operation
8264 *
8265 * @server: server / transport on which to perform the operation
8266 * @stateid: state ID to test
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008267 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008268 *
8269 * Returns NFS_OK if the server recognizes that "stateid" is valid.
8270 * Otherwise a negative NFS4ERR value is returned if the operation
8271 * failed or the state ID is not currently valid.
8272 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008273static int nfs41_test_stateid(struct nfs_server *server,
8274 nfs4_stateid *stateid,
8275 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008276{
8277 struct nfs4_exception exception = { };
8278 int err;
8279 do {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008280 err = _nfs41_test_stateid(server, stateid, cred);
Chuck Lever377e5072012-07-11 16:29:45 -04008281 if (err != -NFS4ERR_DELAY)
8282 break;
8283 nfs4_handle_exception(server, err, &exception);
Bryan Schumaker7d974792011-06-02 14:59:08 -04008284 } while (exception.retry);
8285 return err;
8286}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008287
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008288struct nfs_free_stateid_data {
8289 struct nfs_server *server;
8290 struct nfs41_free_stateid_args args;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008291 struct nfs41_free_stateid_res res;
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008292};
8293
8294static void nfs41_free_stateid_prepare(struct rpc_task *task, void *calldata)
8295{
8296 struct nfs_free_stateid_data *data = calldata;
8297 nfs41_setup_sequence(nfs4_get_session(data->server),
8298 &data->args.seq_args,
8299 &data->res.seq_res,
8300 task);
8301}
8302
8303static void nfs41_free_stateid_done(struct rpc_task *task, void *calldata)
8304{
8305 struct nfs_free_stateid_data *data = calldata;
8306
8307 nfs41_sequence_done(task, &data->res.seq_res);
8308
8309 switch (task->tk_status) {
8310 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10008311 if (nfs4_async_handle_error(task, data->server, NULL, NULL) == -EAGAIN)
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008312 rpc_restart_call_prepare(task);
8313 }
8314}
8315
8316static void nfs41_free_stateid_release(void *calldata)
8317{
8318 kfree(calldata);
8319}
8320
Trond Myklebust17f26b12013-08-21 15:48:42 -04008321static const struct rpc_call_ops nfs41_free_stateid_ops = {
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008322 .rpc_call_prepare = nfs41_free_stateid_prepare,
8323 .rpc_call_done = nfs41_free_stateid_done,
8324 .rpc_release = nfs41_free_stateid_release,
8325};
8326
8327static struct rpc_task *_nfs41_free_stateid(struct nfs_server *server,
8328 nfs4_stateid *stateid,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008329 struct rpc_cred *cred,
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008330 bool privileged)
8331{
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008332 struct rpc_message msg = {
8333 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008334 .rpc_cred = cred,
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008335 };
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008336 struct rpc_task_setup task_setup = {
8337 .rpc_client = server->client,
8338 .rpc_message = &msg,
8339 .callback_ops = &nfs41_free_stateid_ops,
8340 .flags = RPC_TASK_ASYNC,
8341 };
8342 struct nfs_free_stateid_data *data;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008343
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008344 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8345 &task_setup.rpc_client, &msg);
8346
Chuck Lever38527b12012-07-11 16:30:23 -04008347 dprintk("NFS call free_stateid %p\n", stateid);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008348 data = kmalloc(sizeof(*data), GFP_NOFS);
8349 if (!data)
8350 return ERR_PTR(-ENOMEM);
8351 data->server = server;
8352 nfs4_stateid_copy(&data->args.stateid, stateid);
8353
8354 task_setup.callback_data = data;
8355
8356 msg.rpc_argp = &data->args;
8357 msg.rpc_resp = &data->res;
Chuck Levera9c92d62013-08-09 12:48:18 -04008358 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008359 if (privileged)
8360 nfs4_set_sequence_privileged(&data->args.seq_args);
8361
8362 return rpc_run_task(&task_setup);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008363}
8364
Chuck Lever38527b12012-07-11 16:30:23 -04008365/**
8366 * nfs41_free_stateid - perform a FREE_STATEID operation
8367 *
8368 * @server: server / transport on which to perform the operation
8369 * @stateid: state ID to release
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008370 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008371 *
8372 * Returns NFS_OK if the server freed "stateid". Otherwise a
8373 * negative NFS4ERR value is returned.
8374 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008375static int nfs41_free_stateid(struct nfs_server *server,
8376 nfs4_stateid *stateid,
8377 struct rpc_cred *cred)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008378{
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008379 struct rpc_task *task;
8380 int ret;
8381
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008382 task = _nfs41_free_stateid(server, stateid, cred, true);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008383 if (IS_ERR(task))
8384 return PTR_ERR(task);
8385 ret = rpc_wait_for_completion_task(task);
8386 if (!ret)
8387 ret = task->tk_status;
8388 rpc_put_task(task);
8389 return ret;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008390}
Trond Myklebust36281ca2012-03-04 18:13:56 -05008391
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008392static void
8393nfs41_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008394{
8395 struct rpc_task *task;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008396 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008397
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008398 task = _nfs41_free_stateid(server, &lsp->ls_stateid, cred, false);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008399 nfs4_free_lock_state(server, lsp);
8400 if (IS_ERR(task))
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008401 return;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008402 rpc_put_task(task);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008403}
8404
Trond Myklebust36281ca2012-03-04 18:13:56 -05008405static bool nfs41_match_stateid(const nfs4_stateid *s1,
8406 const nfs4_stateid *s2)
8407{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008408 if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008409 return false;
8410
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008411 if (s1->seqid == s2->seqid)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008412 return true;
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008413 if (s1->seqid == 0 || s2->seqid == 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008414 return true;
8415
8416 return false;
8417}
8418
Andy Adamson557134a2009-04-01 09:21:53 -04008419#endif /* CONFIG_NFS_V4_1 */
8420
Trond Myklebust36281ca2012-03-04 18:13:56 -05008421static bool nfs4_match_stateid(const nfs4_stateid *s1,
8422 const nfs4_stateid *s2)
8423{
Trond Myklebustf597c532012-03-04 18:13:56 -05008424 return nfs4_stateid_match(s1, s2);
Trond Myklebust36281ca2012-03-04 18:13:56 -05008425}
8426
8427
Trond Myklebust17280172012-03-11 13:11:00 -04008428static const struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008429 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008430 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008431 .recover_open = nfs4_open_reclaim,
8432 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04008433 .establish_clid = nfs4_init_clientid,
Chuck Lever05f4c352012-09-14 17:24:32 -04008434 .detect_trunking = nfs40_discover_server_trunking,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008435};
8436
Andy Adamson591d71c2009-04-01 09:22:47 -04008437#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008438static const struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008439 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
8440 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
8441 .recover_open = nfs4_open_reclaim,
8442 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05008443 .establish_clid = nfs41_init_clientid,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05008444 .reclaim_complete = nfs41_proc_reclaim_complete,
Chuck Lever05f4c352012-09-14 17:24:32 -04008445 .detect_trunking = nfs41_discover_server_trunking,
Andy Adamson591d71c2009-04-01 09:22:47 -04008446};
8447#endif /* CONFIG_NFS_V4_1 */
8448
Trond Myklebust17280172012-03-11 13:11:00 -04008449static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008450 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008451 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03008452 .recover_open = nfs40_open_expired,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008453 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04008454 .establish_clid = nfs4_init_clientid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008455};
8456
Andy Adamson591d71c2009-04-01 09:22:47 -04008457#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008458static const struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008459 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
8460 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04008461 .recover_open = nfs41_open_expired,
8462 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05008463 .establish_clid = nfs41_init_clientid,
Andy Adamson591d71c2009-04-01 09:22:47 -04008464};
8465#endif /* CONFIG_NFS_V4_1 */
8466
Trond Myklebust17280172012-03-11 13:11:00 -04008467static const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008468 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04008469 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008470 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04008471};
8472
8473#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008474static const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008475 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04008476 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008477 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04008478};
8479#endif
8480
Chuck Leverec011fe2013-10-17 14:12:39 -04008481static const struct nfs4_mig_recovery_ops nfs40_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008482 .get_locations = _nfs40_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008483 .fsid_present = _nfs40_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008484};
8485
8486#if defined(CONFIG_NFS_V4_1)
8487static const struct nfs4_mig_recovery_ops nfs41_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008488 .get_locations = _nfs41_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008489 .fsid_present = _nfs41_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008490};
8491#endif /* CONFIG_NFS_V4_1 */
8492
Trond Myklebust97dc1352010-06-16 09:52:26 -04008493static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
8494 .minor_version = 0,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008495 .init_caps = NFS_CAP_READDIRPLUS
8496 | NFS_CAP_ATOMIC_OPEN
8497 | NFS_CAP_CHANGE_ATTR
8498 | NFS_CAP_POSIX_LOCK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008499 .init_client = nfs40_init_client,
8500 .shutdown_client = nfs40_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008501 .match_stateid = nfs4_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008502 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008503 .free_lock_state = nfs4_release_lockowner,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008504 .alloc_seqid = nfs_alloc_seqid,
Chuck Lever9915ea72013-08-09 12:48:27 -04008505 .call_sync_ops = &nfs40_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008506 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
8507 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
8508 .state_renewal_ops = &nfs40_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008509 .mig_recovery_ops = &nfs40_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008510};
8511
8512#if defined(CONFIG_NFS_V4_1)
Trond Myklebust63f5f792015-01-23 19:19:25 -05008513static struct nfs_seqid *
8514nfs_alloc_no_seqid(struct nfs_seqid_counter *arg1, gfp_t arg2)
8515{
8516 return NULL;
8517}
8518
Trond Myklebust97dc1352010-06-16 09:52:26 -04008519static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
8520 .minor_version = 1,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008521 .init_caps = NFS_CAP_READDIRPLUS
8522 | NFS_CAP_ATOMIC_OPEN
8523 | NFS_CAP_CHANGE_ATTR
Trond Myklebust3b664862013-03-17 15:31:15 -04008524 | NFS_CAP_POSIX_LOCK
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04008525 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008526 | NFS_CAP_ATOMIC_OPEN_V1,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008527 .init_client = nfs41_init_client,
8528 .shutdown_client = nfs41_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008529 .match_stateid = nfs41_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008530 .find_root_sec = nfs41_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008531 .free_lock_state = nfs41_free_lock_state,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008532 .alloc_seqid = nfs_alloc_no_seqid,
Chuck Lever9915ea72013-08-09 12:48:27 -04008533 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008534 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8535 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8536 .state_renewal_ops = &nfs41_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008537 .mig_recovery_ops = &nfs41_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008538};
8539#endif
8540
Steve Dickson42c2c422013-05-22 12:50:38 -04008541#if defined(CONFIG_NFS_V4_2)
8542static const struct nfs4_minor_version_ops nfs_v4_2_minor_ops = {
8543 .minor_version = 2,
Bryan Schumaker70173102013-06-19 13:41:43 -04008544 .init_caps = NFS_CAP_READDIRPLUS
8545 | NFS_CAP_ATOMIC_OPEN
8546 | NFS_CAP_CHANGE_ATTR
8547 | NFS_CAP_POSIX_LOCK
8548 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008549 | NFS_CAP_ATOMIC_OPEN_V1
Anna Schumakerf4ac1672014-11-25 13:18:15 -05008550 | NFS_CAP_ALLOCATE
Anna Schumaker624bd5b2014-11-25 13:18:16 -05008551 | NFS_CAP_DEALLOCATE
Anna Schumakere9831202014-10-22 15:53:10 -04008552 | NFS_CAP_SEEK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008553 .init_client = nfs41_init_client,
8554 .shutdown_client = nfs41_shutdown_client,
Steve Dickson42c2c422013-05-22 12:50:38 -04008555 .match_stateid = nfs41_match_stateid,
8556 .find_root_sec = nfs41_find_root_sec,
Bryan Schumaker70173102013-06-19 13:41:43 -04008557 .free_lock_state = nfs41_free_lock_state,
Chuck Lever9915ea72013-08-09 12:48:27 -04008558 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008559 .alloc_seqid = nfs_alloc_no_seqid,
Steve Dickson42c2c422013-05-22 12:50:38 -04008560 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8561 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8562 .state_renewal_ops = &nfs41_state_renewal_ops,
8563};
8564#endif
8565
Trond Myklebust97dc1352010-06-16 09:52:26 -04008566const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
8567 [0] = &nfs_v4_0_minor_ops,
8568#if defined(CONFIG_NFS_V4_1)
8569 [1] = &nfs_v4_1_minor_ops,
8570#endif
Steve Dickson42c2c422013-05-22 12:50:38 -04008571#if defined(CONFIG_NFS_V4_2)
8572 [2] = &nfs_v4_2_minor_ops,
8573#endif
Trond Myklebust97dc1352010-06-16 09:52:26 -04008574};
8575
Trond Myklebust17f26b12013-08-21 15:48:42 -04008576static const struct inode_operations nfs4_dir_inode_operations = {
Bryan Schumaker73a79702012-07-16 16:39:12 -04008577 .create = nfs_create,
8578 .lookup = nfs_lookup,
8579 .atomic_open = nfs_atomic_open,
8580 .link = nfs_link,
8581 .unlink = nfs_unlink,
8582 .symlink = nfs_symlink,
8583 .mkdir = nfs_mkdir,
8584 .rmdir = nfs_rmdir,
8585 .mknod = nfs_mknod,
8586 .rename = nfs_rename,
8587 .permission = nfs_permission,
8588 .getattr = nfs_getattr,
8589 .setattr = nfs_setattr,
8590 .getxattr = generic_getxattr,
8591 .setxattr = generic_setxattr,
8592 .listxattr = generic_listxattr,
8593 .removexattr = generic_removexattr,
8594};
8595
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08008596static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008597 .permission = nfs_permission,
8598 .getattr = nfs_getattr,
8599 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008600 .getxattr = generic_getxattr,
8601 .setxattr = generic_setxattr,
8602 .listxattr = generic_listxattr,
8603 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008604};
8605
David Howells509de812006-08-22 20:06:11 -04008606const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07008607 .version = 4, /* protocol version */
8608 .dentry_ops = &nfs4_dentry_operations,
8609 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008610 .file_inode_ops = &nfs4_file_inode_operations,
Jeff Layton1788ea62011-11-04 13:31:21 -04008611 .file_ops = &nfs4_file_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008612 .getroot = nfs4_proc_get_root,
Bryan Schumaker281cad42012-04-27 13:27:45 -04008613 .submount = nfs4_submount,
Bryan Schumakerff9099f22012-07-30 16:05:18 -04008614 .try_mount = nfs4_try_mount,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008615 .getattr = nfs4_proc_getattr,
8616 .setattr = nfs4_proc_setattr,
8617 .lookup = nfs4_proc_lookup,
8618 .access = nfs4_proc_access,
8619 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008620 .create = nfs4_proc_create,
8621 .remove = nfs4_proc_remove,
8622 .unlink_setup = nfs4_proc_unlink_setup,
Bryan Schumaker34e137c2012-03-19 14:54:41 -04008623 .unlink_rpc_prepare = nfs4_proc_unlink_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008624 .unlink_done = nfs4_proc_unlink_done,
Jeff Laytond3d41522010-09-17 17:31:57 -04008625 .rename_setup = nfs4_proc_rename_setup,
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04008626 .rename_rpc_prepare = nfs4_proc_rename_rpc_prepare,
Jeff Laytond3d41522010-09-17 17:31:57 -04008627 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008628 .link = nfs4_proc_link,
8629 .symlink = nfs4_proc_symlink,
8630 .mkdir = nfs4_proc_mkdir,
8631 .rmdir = nfs4_proc_remove,
8632 .readdir = nfs4_proc_readdir,
8633 .mknod = nfs4_proc_mknod,
8634 .statfs = nfs4_proc_statfs,
8635 .fsinfo = nfs4_proc_fsinfo,
8636 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04008637 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008638 .decode_dirent = nfs4_decode_dirent,
Anna Schumakera4cdda52014-05-06 09:12:31 -04008639 .pgio_rpc_prepare = nfs4_proc_pgio_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008640 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05008641 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008642 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008643 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008644 .commit_setup = nfs4_proc_commit_setup,
Fred Isaman0b7c0152012-04-20 14:47:39 -04008645 .commit_rpc_prepare = nfs4_proc_commit_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008646 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008647 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00008648 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04008649 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04008650 .open_context = nfs4_atomic_open,
Bryan Schumaker011e2a72012-06-20 15:53:43 -04008651 .have_delegation = nfs4_have_delegation,
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04008652 .return_delegation = nfs4_inode_return_delegation,
Bryan Schumaker6663ee72012-06-20 15:53:46 -04008653 .alloc_client = nfs4_alloc_client,
Andy Adamson45a52a02011-03-01 01:34:08 +00008654 .init_client = nfs4_init_client,
Bryan Schumakercdb7ece2012-06-20 15:53:45 -04008655 .free_client = nfs4_free_client,
Bryan Schumaker1179acc2012-07-30 16:05:19 -04008656 .create_server = nfs4_create_server,
8657 .clone_server = nfs_clone_server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008658};
8659
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008660static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
8661 .prefix = XATTR_NAME_NFSV4_ACL,
8662 .list = nfs4_xattr_list_nfs4_acl,
8663 .get = nfs4_xattr_get_nfs4_acl,
8664 .set = nfs4_xattr_set_nfs4_acl,
8665};
8666
8667const struct xattr_handler *nfs4_xattr_handlers[] = {
8668 &nfs4_xattr_nfs4_acl_handler,
David Quigleyc9bccef2013-05-22 12:50:45 -04008669#ifdef CONFIG_NFS_V4_SECURITY_LABEL
8670 &nfs4_xattr_nfs4_label_handler,
8671#endif
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008672 NULL
8673};
8674
Linus Torvalds1da177e2005-04-16 15:20:36 -07008675/*
8676 * Local variables:
8677 * c-basic-offset: 8
8678 * End:
8679 */