blob: 989bb9d3074d0d4c88d63a486f05491423b090d4 [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 *);
Trond Myklebust9e33bed2008-12-23 15:21:46 -050080static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *);
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
108 if (NFS_SERVER(dir)->nfs_client->cl_minorversion < 2)
109 return NULL;
110
111 err = security_dentry_init_security(dentry, sattr->ia_mode,
112 &dentry->d_name, (void **)&label->label, &label->len);
113 if (err == 0)
114 return label;
115
116 return NULL;
117}
118static inline void
119nfs4_label_release_security(struct nfs4_label *label)
120{
121 if (label)
122 security_release_secctx(label->label, label->len);
123}
124static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)
125{
126 if (label)
127 return server->attr_bitmask;
128
129 return server->attr_bitmask_nl;
130}
131#else
132static inline struct nfs4_label *
133nfs4_label_init_security(struct inode *dir, struct dentry *dentry,
134 struct iattr *sattr, struct nfs4_label *l)
135{ return NULL; }
136static inline void
137nfs4_label_release_security(struct nfs4_label *label)
138{ return; }
139static inline u32 *
140nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)
141{ return server->attr_bitmask; }
142#endif
143
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144/* Prevent leaks of NFSv4 errors into userland */
WANG Cong46f72f52008-12-30 16:35:55 -0500145static int nfs4_map_errors(int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146{
Trond Myklebust52567b02009-10-23 14:46:42 -0400147 if (err >= -1000)
148 return err;
149 switch (err) {
150 case -NFS4ERR_RESOURCE:
Weston Andros Adamson30005122013-02-28 20:30:10 -0500151 case -NFS4ERR_LAYOUTTRYLATER:
152 case -NFS4ERR_RECALLCONFLICT:
Trond Myklebust52567b02009-10-23 14:46:42 -0400153 return -EREMOTEIO;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +0000154 case -NFS4ERR_WRONGSEC:
Weston Andros Adamson88975382013-08-13 16:37:38 -0400155 case -NFS4ERR_WRONG_CRED:
Bryan Schumaker7ebb9312011-03-24 17:12:30 +0000156 return -EPERM;
Trond Myklebust3ddeb7c2011-02-22 15:44:31 -0800157 case -NFS4ERR_BADOWNER:
158 case -NFS4ERR_BADNAME:
159 return -EINVAL;
Trond Myklebustfb13bfa2012-05-28 11:36:28 -0400160 case -NFS4ERR_SHARE_DENIED:
161 return -EACCES;
Steve Dicksonf25efd82012-06-06 14:12:07 -0400162 case -NFS4ERR_MINOR_VERS_MISMATCH:
163 return -EPROTONOSUPPORT;
Weston Andros Adamson6168f622012-09-10 14:00:46 -0400164 case -NFS4ERR_ACCESS:
165 return -EACCES;
Trond Myklebust6e3cf242013-03-23 15:22:45 -0400166 case -NFS4ERR_FILE_OPEN:
167 return -EBUSY;
Trond Myklebust52567b02009-10-23 14:46:42 -0400168 default:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -0700170 __func__, -err);
Trond Myklebust52567b02009-10-23 14:46:42 -0400171 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172 }
Trond Myklebust52567b02009-10-23 14:46:42 -0400173 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174}
175
176/*
177 * This is our standard bitmap for GETATTR requests.
178 */
Trond Myklebust1549210f2012-06-05 09:16:47 -0400179const u32 nfs4_fattr_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180 FATTR4_WORD0_TYPE
181 | FATTR4_WORD0_CHANGE
182 | FATTR4_WORD0_SIZE
183 | FATTR4_WORD0_FSID
184 | FATTR4_WORD0_FILEID,
185 FATTR4_WORD1_MODE
186 | FATTR4_WORD1_NUMLINKS
187 | FATTR4_WORD1_OWNER
188 | FATTR4_WORD1_OWNER_GROUP
189 | FATTR4_WORD1_RAWDEV
190 | FATTR4_WORD1_SPACE_USED
191 | FATTR4_WORD1_TIME_ACCESS
192 | FATTR4_WORD1_TIME_METADATA
David Quigleyaa9c2662013-05-22 12:50:44 -0400193 | FATTR4_WORD1_TIME_MODIFY,
194#ifdef CONFIG_NFS_V4_SECURITY_LABEL
195 FATTR4_WORD2_SECURITY_LABEL
196#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197};
198
Trond Myklebust1549210f2012-06-05 09:16:47 -0400199static const u32 nfs4_pnfs_open_bitmap[3] = {
200 FATTR4_WORD0_TYPE
201 | FATTR4_WORD0_CHANGE
202 | FATTR4_WORD0_SIZE
203 | FATTR4_WORD0_FSID
204 | FATTR4_WORD0_FILEID,
205 FATTR4_WORD1_MODE
206 | FATTR4_WORD1_NUMLINKS
207 | FATTR4_WORD1_OWNER
208 | FATTR4_WORD1_OWNER_GROUP
209 | FATTR4_WORD1_RAWDEV
210 | FATTR4_WORD1_SPACE_USED
211 | FATTR4_WORD1_TIME_ACCESS
212 | FATTR4_WORD1_TIME_METADATA
213 | FATTR4_WORD1_TIME_MODIFY,
214 FATTR4_WORD2_MDSTHRESHOLD
215};
216
Andy Adamsone23008e2012-10-02 21:07:32 -0400217static const u32 nfs4_open_noattr_bitmap[3] = {
218 FATTR4_WORD0_TYPE
219 | FATTR4_WORD0_CHANGE
220 | FATTR4_WORD0_FILEID,
221};
222
David Quigleya09df2c2013-05-22 12:50:41 -0400223const u32 nfs4_statfs_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224 FATTR4_WORD0_FILES_AVAIL
225 | FATTR4_WORD0_FILES_FREE
226 | FATTR4_WORD0_FILES_TOTAL,
227 FATTR4_WORD1_SPACE_AVAIL
228 | FATTR4_WORD1_SPACE_FREE
229 | FATTR4_WORD1_SPACE_TOTAL
230};
231
David Quigleya09df2c2013-05-22 12:50:41 -0400232const u32 nfs4_pathconf_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700233 FATTR4_WORD0_MAXLINK
234 | FATTR4_WORD0_MAXNAME,
235 0
236};
237
Fred Isamandae100c2011-07-30 20:52:37 -0400238const u32 nfs4_fsinfo_bitmap[3] = { FATTR4_WORD0_MAXFILESIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700239 | FATTR4_WORD0_MAXREAD
240 | FATTR4_WORD0_MAXWRITE
241 | FATTR4_WORD0_LEASE_TIME,
Ricardo Labiaga55b6e772010-10-12 16:30:06 -0700242 FATTR4_WORD1_TIME_DELTA
Fred Isamandae100c2011-07-30 20:52:37 -0400243 | FATTR4_WORD1_FS_LAYOUT_TYPES,
244 FATTR4_WORD2_LAYOUT_BLKSIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700245};
246
David Quigleya09df2c2013-05-22 12:50:41 -0400247const u32 nfs4_fs_locations_bitmap[3] = {
Manoj Naik830b8e32006-06-09 09:34:25 -0400248 FATTR4_WORD0_TYPE
249 | FATTR4_WORD0_CHANGE
250 | FATTR4_WORD0_SIZE
251 | FATTR4_WORD0_FSID
252 | FATTR4_WORD0_FILEID
253 | FATTR4_WORD0_FS_LOCATIONS,
254 FATTR4_WORD1_MODE
255 | FATTR4_WORD1_NUMLINKS
256 | FATTR4_WORD1_OWNER
257 | FATTR4_WORD1_OWNER_GROUP
258 | FATTR4_WORD1_RAWDEV
259 | FATTR4_WORD1_SPACE_USED
260 | FATTR4_WORD1_TIME_ACCESS
261 | FATTR4_WORD1_TIME_METADATA
262 | FATTR4_WORD1_TIME_MODIFY
David Quigleya09df2c2013-05-22 12:50:41 -0400263 | FATTR4_WORD1_MOUNTED_ON_FILEID,
Manoj Naik830b8e32006-06-09 09:34:25 -0400264};
265
Al Virobc4785c2006-10-19 23:28:51 -0700266static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700267 struct nfs4_readdir_arg *readdir)
268{
Al Viro0dbb4c62006-10-19 23:28:49 -0700269 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000272 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
274 return;
275 }
276
277 readdir->cookie = 0;
278 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
279 if (cookie == 2)
280 return;
281
282 /*
283 * NFSv4 servers do not return entries for '.' and '..'
284 * Therefore, we fake these entries here. We let '.'
285 * have cookie 0 and '..' have cookie 1. Note that
286 * when talking to the server, we always send cookie 0
287 * instead of 1 or 2.
288 */
Cong Wang2b86ce22011-11-25 23:14:33 +0800289 start = p = kmap_atomic(*readdir->pages);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290
291 if (cookie == 0) {
292 *p++ = xdr_one; /* next */
293 *p++ = xdr_zero; /* cookie, first word */
294 *p++ = xdr_one; /* cookie, second word */
295 *p++ = xdr_one; /* entry len */
296 memcpy(p, ".\0\0\0", 4); /* entry */
297 p++;
298 *p++ = xdr_one; /* bitmap length */
299 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
300 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400301 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700302 }
303
304 *p++ = xdr_one; /* next */
305 *p++ = xdr_zero; /* cookie, first word */
306 *p++ = xdr_two; /* cookie, second word */
307 *p++ = xdr_two; /* entry len */
308 memcpy(p, "..\0\0", 4); /* entry */
309 p++;
310 *p++ = xdr_one; /* bitmap length */
311 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
312 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400313 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314
315 readdir->pgbase = (char *)p - (char *)start;
316 readdir->count -= readdir->pgbase;
Cong Wang2b86ce22011-11-25 23:14:33 +0800317 kunmap_atomic(start);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318}
319
Trond Myklebust65de8722008-12-23 15:21:44 -0500320static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
321{
322 int res = 0;
323
324 might_sleep();
325
326 if (*timeout <= 0)
327 *timeout = NFS4_POLL_RETRY_MIN;
328 if (*timeout > NFS4_POLL_RETRY_MAX)
329 *timeout = NFS4_POLL_RETRY_MAX;
Colin Cross416ad3c2013-05-06 23:50:06 +0000330 freezable_schedule_timeout_killable_unsafe(*timeout);
Trond Myklebust65de8722008-12-23 15:21:44 -0500331 if (fatal_signal_pending(current))
332 res = -ERESTARTSYS;
333 *timeout <<= 1;
334 return res;
335}
336
337/* This is the error handling routine for processes that are allowed
338 * to sleep.
339 */
Trond Myklebustb064eca22011-02-22 15:44:32 -0800340static int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
Trond Myklebust65de8722008-12-23 15:21:44 -0500341{
342 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500343 struct nfs4_state *state = exception->state;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500344 struct inode *inode = exception->inode;
Trond Myklebust65de8722008-12-23 15:21:44 -0500345 int ret = errorcode;
346
347 exception->retry = 0;
348 switch(errorcode) {
349 case 0:
350 return 0;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500351 case -NFS4ERR_OPENMODE:
Bryan Schumaker011e2a72012-06-20 15:53:43 -0400352 if (inode && nfs4_have_delegation(inode, FMODE_READ)) {
Bryan Schumaker57ec14c2012-06-20 15:53:44 -0400353 nfs4_inode_return_delegation(inode);
Trond Myklebust3114ea72012-03-07 16:39:06 -0500354 exception->retry = 1;
355 return 0;
356 }
357 if (state == NULL)
358 break;
Trond Myklebust5d422302013-03-14 16:57:48 -0400359 ret = nfs4_schedule_stateid_recovery(server, state);
360 if (ret < 0)
361 break;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500362 goto wait_on_recovery;
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -0500363 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500364 case -NFS4ERR_ADMIN_REVOKED:
365 case -NFS4ERR_BAD_STATEID:
Trond Myklebustb570a972013-04-12 15:04:51 -0400366 if (inode != NULL && nfs4_have_delegation(inode, FMODE_READ)) {
367 nfs_remove_bad_delegation(inode);
368 exception->retry = 1;
369 break;
370 }
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;
Trond Myklebust03391692010-01-26 15:42:38 -0500387#if defined(CONFIG_NFS_V4_1)
Andy Adamson4745e312009-04-01 09:22:42 -0400388 case -NFS4ERR_BADSESSION:
389 case -NFS4ERR_BADSLOT:
390 case -NFS4ERR_BAD_HIGH_SLOT:
391 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
392 case -NFS4ERR_DEADSESSION:
393 case -NFS4ERR_SEQ_FALSE_RETRY:
394 case -NFS4ERR_SEQ_MISORDERED:
395 dprintk("%s ERROR: %d Reset session\n", __func__,
396 errorcode);
Trond Myklebust9f594792012-05-27 13:02:53 -0400397 nfs4_schedule_session_recovery(clp->cl_session, errorcode);
Bryan Schumaker399f11c2012-10-30 16:06:35 -0400398 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500399#endif /* defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500400 case -NFS4ERR_FILE_OPEN:
NeilBrown44ed3552009-12-03 15:58:56 -0500401 if (exception->timeout > HZ) {
402 /* We have retried a decent amount, time to
403 * fail
404 */
405 ret = -EBUSY;
406 break;
407 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500408 case -NFS4ERR_GRACE:
409 case -NFS4ERR_DELAY:
410 ret = nfs4_delay(server->client, &exception->timeout);
411 if (ret != 0)
412 break;
Andy Adamsona8a4ae32011-05-03 13:43:03 -0400413 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebust65de8722008-12-23 15:21:44 -0500414 case -NFS4ERR_OLD_STATEID:
415 exception->retry = 1;
Trond Myklebustb064eca22011-02-22 15:44:32 -0800416 break;
417 case -NFS4ERR_BADOWNER:
418 /* The following works around a Linux server bug! */
419 case -NFS4ERR_BADNAME:
420 if (server->caps & NFS_CAP_UIDGID_NOMAP) {
421 server->caps &= ~NFS_CAP_UIDGID_NOMAP;
422 exception->retry = 1;
423 printk(KERN_WARNING "NFS: v4 server %s "
424 "does not accept raw "
425 "uid/gids. "
426 "Reenabling the idmapper.\n",
427 server->nfs_client->cl_hostname);
428 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500429 }
430 /* We failed to handle the error */
431 return nfs4_map_errors(ret);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500432wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500433 ret = nfs4_wait_clnt_recover(clp);
434 if (ret == 0)
435 exception->retry = 1;
436 return ret;
Trond Myklebust65de8722008-12-23 15:21:44 -0500437}
438
Weston Andros Adamsona5250de2013-09-03 15:18:49 -0400439/*
440 * Return 'true' if 'clp' is using an rpc_client that is integrity protected
441 * or 'false' otherwise.
442 */
443static bool _nfs4_is_integrity_protected(struct nfs_client *clp)
444{
445 rpc_authflavor_t flavor = clp->cl_rpcclient->cl_auth->au_flavor;
446
447 if (flavor == RPC_AUTH_GSS_KRB5I ||
448 flavor == RPC_AUTH_GSS_KRB5P)
449 return true;
450
451 return false;
452}
Trond Myklebust65de8722008-12-23 15:21:44 -0500453
Trond Myklebust452e9352010-07-31 14:29:06 -0400454static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700456 spin_lock(&clp->cl_lock);
457 if (time_before(clp->cl_last_renewal,timestamp))
458 clp->cl_last_renewal = timestamp;
459 spin_unlock(&clp->cl_lock);
460}
461
Trond Myklebust452e9352010-07-31 14:29:06 -0400462static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
463{
464 do_renew_lease(server->nfs_client, timestamp);
465}
466
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400467struct nfs4_call_sync_data {
468 const struct nfs_server *seq_server;
469 struct nfs4_sequence_args *seq_args;
470 struct nfs4_sequence_res *seq_res;
471};
472
Chuck Levera9c92d62013-08-09 12:48:18 -0400473static void nfs4_init_sequence(struct nfs4_sequence_args *args,
474 struct nfs4_sequence_res *res, int cache_reply)
475{
476 args->sa_slot = NULL;
477 args->sa_cache_this = cache_reply;
478 args->sa_privileged = 0;
479
480 res->sr_slot = NULL;
481}
482
483static void nfs4_set_sequence_privileged(struct nfs4_sequence_args *args)
484{
485 args->sa_privileged = 1;
486}
487
Chuck Lever3bd23842013-08-09 12:49:19 -0400488static int nfs40_setup_sequence(const struct nfs_server *server,
489 struct nfs4_sequence_args *args,
490 struct nfs4_sequence_res *res,
491 struct rpc_task *task)
492{
493 struct nfs4_slot_table *tbl = server->nfs_client->cl_slot_tbl;
494 struct nfs4_slot *slot;
495
496 /* slot already allocated? */
497 if (res->sr_slot != NULL)
498 goto out_start;
499
500 spin_lock(&tbl->slot_tbl_lock);
501 if (nfs4_slot_tbl_draining(tbl) && !args->sa_privileged)
502 goto out_sleep;
503
504 slot = nfs4_alloc_slot(tbl);
505 if (IS_ERR(slot)) {
506 if (slot == ERR_PTR(-ENOMEM))
507 task->tk_timeout = HZ >> 2;
508 goto out_sleep;
509 }
510 spin_unlock(&tbl->slot_tbl_lock);
511
512 args->sa_slot = slot;
513 res->sr_slot = slot;
514
515out_start:
516 rpc_call_start(task);
517 return 0;
518
519out_sleep:
520 if (args->sa_privileged)
521 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
522 NULL, RPC_PRIORITY_PRIVILEGED);
523 else
524 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
525 spin_unlock(&tbl->slot_tbl_lock);
526 return -EAGAIN;
527}
528
529static int nfs40_sequence_done(struct rpc_task *task,
530 struct nfs4_sequence_res *res)
531{
532 struct nfs4_slot *slot = res->sr_slot;
533 struct nfs4_slot_table *tbl;
534
535 if (!RPC_WAS_SENT(task))
536 goto out;
537
538 tbl = slot->table;
539 spin_lock(&tbl->slot_tbl_lock);
540 if (!nfs41_wake_and_assign_slot(tbl, slot))
541 nfs4_free_slot(tbl, slot);
542 spin_unlock(&tbl->slot_tbl_lock);
543
544 res->sr_slot = NULL;
545out:
546 return 1;
547}
548
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400549#if defined(CONFIG_NFS_V4_1)
550
Trond Myklebustd185a332010-06-16 09:52:25 -0400551static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res)
Andy Adamson13615872009-04-01 09:22:17 -0400552{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500553 struct nfs4_session *session;
Andy Adamson13615872009-04-01 09:22:17 -0400554 struct nfs4_slot_table *tbl;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500555 bool send_new_highest_used_slotid = false;
Andy Adamson13615872009-04-01 09:22:17 -0400556
Benny Halevydfb4f3092010-09-24 09:17:01 -0400557 if (!res->sr_slot) {
Andy Adamson13615872009-04-01 09:22:17 -0400558 /* just wake up the next guy waiting since
559 * we may have not consumed a slot after all */
Andy Adamson691daf32009-12-04 15:55:39 -0500560 dprintk("%s: No slot\n", __func__);
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500561 return;
Andy Adamson13615872009-04-01 09:22:17 -0400562 }
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500563 tbl = res->sr_slot->table;
564 session = tbl->session;
Andy Adamsonea028ac2009-12-04 15:55:38 -0500565
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500566 spin_lock(&tbl->slot_tbl_lock);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500567 /* Be nice to the server: try to ensure that the last transmitted
568 * value for highest_user_slotid <= target_highest_slotid
569 */
570 if (tbl->highest_used_slotid > tbl->target_highest_slotid)
571 send_new_highest_used_slotid = true;
572
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500573 if (nfs41_wake_and_assign_slot(tbl, res->sr_slot)) {
574 send_new_highest_used_slotid = false;
575 goto out_unlock;
576 }
Trond Myklebustf4af6e2a2012-11-20 14:17:32 -0500577 nfs4_free_slot(tbl, res->sr_slot);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500578
579 if (tbl->highest_used_slotid != NFS4_NO_SLOT)
580 send_new_highest_used_slotid = false;
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500581out_unlock:
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500582 spin_unlock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400583 res->sr_slot = NULL;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500584 if (send_new_highest_used_slotid)
585 nfs41_server_notify_highest_slotid_update(session->clp);
Andy Adamson13615872009-04-01 09:22:17 -0400586}
587
Trond Myklebust14516c32010-07-31 14:29:06 -0400588static int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Andy Adamsonb0df8062009-04-01 09:22:18 -0400589{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500590 struct nfs4_session *session;
Trond Myklebust933602e2012-11-16 12:12:38 -0500591 struct nfs4_slot *slot;
Trond Myklebust14516c32010-07-31 14:29:06 -0400592 struct nfs_client *clp;
Trond Myklebustac20d162012-12-15 15:36:07 -0500593 bool interrupted = false;
Trond Myklebust85563072012-12-11 10:31:12 -0500594 int ret = 1;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400595
Bryan Schumaker468f8612011-04-18 15:57:32 -0400596 /* don't increment the sequence number if the task wasn't sent */
597 if (!RPC_WAS_SENT(task))
Andy Adamsonb0df8062009-04-01 09:22:18 -0400598 goto out;
599
Trond Myklebust933602e2012-11-16 12:12:38 -0500600 slot = res->sr_slot;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500601 session = slot->table->session;
Trond Myklebust933602e2012-11-16 12:12:38 -0500602
Trond Myklebustac20d162012-12-15 15:36:07 -0500603 if (slot->interrupted) {
604 slot->interrupted = 0;
605 interrupted = true;
606 }
607
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400608 trace_nfs4_sequence_done(session, res);
Andy Adamson691daf32009-12-04 15:55:39 -0500609 /* Check the SEQUENCE operation status */
Trond Myklebust14516c32010-07-31 14:29:06 -0400610 switch (res->sr_status) {
611 case 0:
Andy Adamsonb0df8062009-04-01 09:22:18 -0400612 /* Update the slot's sequence and clientid lease timer */
Trond Myklebust933602e2012-11-16 12:12:38 -0500613 ++slot->seq_nr;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500614 clp = session->clp;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500615 do_renew_lease(clp, res->sr_timestamp);
Alexandros Batsakis0629e372009-12-05 13:46:14 -0500616 /* Check sequence flags */
Trond Myklebustb4410c22011-03-09 16:00:55 -0500617 if (res->sr_status_flags != 0)
618 nfs4_schedule_lease_recovery(clp);
Trond Myklebust464ee9f2012-11-20 12:49:27 -0500619 nfs41_update_target_slotid(slot->table, slot, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400620 break;
Trond Myklebustac20d162012-12-15 15:36:07 -0500621 case 1:
622 /*
623 * sr_status remains 1 if an RPC level error occurred.
624 * The server may or may not have processed the sequence
625 * operation..
626 * Mark the slot as having hosted an interrupted RPC call.
627 */
628 slot->interrupted = 1;
629 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400630 case -NFS4ERR_DELAY:
631 /* The server detected a resend of the RPC call and
632 * returned NFS4ERR_DELAY as per Section 2.10.6.2
633 * of RFC5661.
634 */
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500635 dprintk("%s: slot=%u seq=%u: Operation in progress\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400636 __func__,
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500637 slot->slot_nr,
Trond Myklebust933602e2012-11-16 12:12:38 -0500638 slot->seq_nr);
Trond Myklebust14516c32010-07-31 14:29:06 -0400639 goto out_retry;
Trond Myklebust85563072012-12-11 10:31:12 -0500640 case -NFS4ERR_BADSLOT:
641 /*
642 * The slot id we used was probably retired. Try again
643 * using a different slot id.
644 */
Trond Myklebuste8794442012-12-15 13:56:18 -0500645 goto retry_nowait;
646 case -NFS4ERR_SEQ_MISORDERED:
647 /*
Trond Myklebustac20d162012-12-15 15:36:07 -0500648 * Was the last operation on this sequence interrupted?
649 * If so, retry after bumping the sequence number.
650 */
651 if (interrupted) {
652 ++slot->seq_nr;
653 goto retry_nowait;
654 }
655 /*
Trond Myklebuste8794442012-12-15 13:56:18 -0500656 * Could this slot have been previously retired?
657 * If so, then the server may be expecting seq_nr = 1!
658 */
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500659 if (slot->seq_nr != 1) {
660 slot->seq_nr = 1;
661 goto retry_nowait;
662 }
663 break;
Trond Myklebuste8794442012-12-15 13:56:18 -0500664 case -NFS4ERR_SEQ_FALSE_RETRY:
665 ++slot->seq_nr;
666 goto retry_nowait;
Trond Myklebust14516c32010-07-31 14:29:06 -0400667 default:
668 /* Just update the slot sequence no. */
Trond Myklebust933602e2012-11-16 12:12:38 -0500669 ++slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400670 }
671out:
672 /* The session may be reset by one of the error handlers. */
673 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
Trond Myklebustd185a332010-06-16 09:52:25 -0400674 nfs41_sequence_free_slot(res);
Trond Myklebust85563072012-12-11 10:31:12 -0500675 return ret;
Trond Myklebuste8794442012-12-15 13:56:18 -0500676retry_nowait:
677 if (rpc_restart_call_prepare(task)) {
678 task->tk_status = 0;
679 ret = 0;
680 }
681 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400682out_retry:
Trond Myklebustd05dd4e2010-07-31 14:29:07 -0400683 if (!rpc_restart_call(task))
Trond Myklebust14516c32010-07-31 14:29:06 -0400684 goto out;
685 rpc_delay(task, NFS4_POLL_RETRY_MAX);
686 return 0;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400687}
688
Trond Myklebust14516c32010-07-31 14:29:06 -0400689static int nfs4_sequence_done(struct rpc_task *task,
690 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400691{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500692 if (res->sr_slot == NULL)
Trond Myklebust14516c32010-07-31 14:29:06 -0400693 return 1;
Chuck Lever3bd23842013-08-09 12:49:19 -0400694 if (!res->sr_slot->table->session)
695 return nfs40_sequence_done(task, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400696 return nfs41_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400697}
698
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000699int nfs41_setup_sequence(struct nfs4_session *session,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400700 struct nfs4_sequence_args *args,
701 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400702 struct rpc_task *task)
703{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400704 struct nfs4_slot *slot;
705 struct nfs4_slot_table *tbl;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400706
707 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400708 /* slot already allocated? */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400709 if (res->sr_slot != NULL)
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400710 goto out_success;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400711
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400712 tbl = &session->fc_slot_table;
713
Trond Myklebust69d206b2012-11-22 13:21:02 -0500714 task->tk_timeout = 0;
715
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400716 spin_lock(&tbl->slot_tbl_lock);
Andy Adamson774d5f12013-05-20 14:13:50 -0400717 if (test_bit(NFS4_SLOT_TBL_DRAINING, &tbl->slot_tbl_state) &&
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400718 !args->sa_privileged) {
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500719 /* The state manager will wait until the slot table is empty */
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500720 dprintk("%s session is draining\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400721 goto out_sleep;
Andy Adamsonb069d942009-04-01 09:22:43 -0400722 }
723
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500724 slot = nfs4_alloc_slot(tbl);
Trond Myklebust69d206b2012-11-22 13:21:02 -0500725 if (IS_ERR(slot)) {
726 /* If out of memory, try again in 1/4 second */
727 if (slot == ERR_PTR(-ENOMEM))
728 task->tk_timeout = HZ >> 2;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400729 dprintk("<-- %s: no free slots\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400730 goto out_sleep;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400731 }
732 spin_unlock(&tbl->slot_tbl_lock);
733
Trond Myklebust2b2fa712012-11-16 12:58:36 -0500734 args->sa_slot = slot;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400735
Chuck Levere8d92382013-08-09 12:47:51 -0400736 dprintk("<-- %s slotid=%u seqid=%u\n", __func__,
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500737 slot->slot_nr, slot->seq_nr);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400738
Benny Halevydfb4f3092010-09-24 09:17:01 -0400739 res->sr_slot = slot;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500740 res->sr_timestamp = jiffies;
Trond Myklebust2a6e26c2010-06-16 09:52:25 -0400741 res->sr_status_flags = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400742 /*
743 * sr_status is only set in decode_sequence, and so will remain
744 * set to 1 if an rpc level failure occurs.
745 */
746 res->sr_status = 1;
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400747 trace_nfs4_setup_sequence(session, args);
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400748out_success:
749 rpc_call_start(task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400750 return 0;
Trond Myklebust7b939a32012-11-01 15:19:46 -0400751out_sleep:
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400752 /* Privileged tasks are queued with top priority */
753 if (args->sa_privileged)
Trond Myklebust1e1093c2012-11-01 16:44:05 -0400754 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
755 NULL, RPC_PRIORITY_PRIVILEGED);
756 else
757 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400758 spin_unlock(&tbl->slot_tbl_lock);
759 return -EAGAIN;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400760}
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000761EXPORT_SYMBOL_GPL(nfs41_setup_sequence);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400762
Chuck Lever5a580e02013-08-09 12:48:09 -0400763static int nfs4_setup_sequence(const struct nfs_server *server,
764 struct nfs4_sequence_args *args,
765 struct nfs4_sequence_res *res,
766 struct rpc_task *task)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400767{
Trond Myklebust035168a2010-06-16 09:52:26 -0400768 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400769 int ret = 0;
770
Chuck Lever3bd23842013-08-09 12:49:19 -0400771 if (!session)
772 return nfs40_setup_sequence(server, args, res, task);
Trond Myklebust035168a2010-06-16 09:52:26 -0400773
Chuck Levere8d92382013-08-09 12:47:51 -0400774 dprintk("--> %s clp %p session %p sr_slot %u\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400775 __func__, session->clp, session, res->sr_slot ?
Chuck Levere8d92382013-08-09 12:47:51 -0400776 res->sr_slot->slot_nr : NFS4_NO_SLOT);
Trond Myklebust035168a2010-06-16 09:52:26 -0400777
Trond Myklebust9d12b212012-01-17 22:04:25 -0500778 ret = nfs41_setup_sequence(session, args, res, task);
Chuck Lever3bd23842013-08-09 12:49:19 -0400779
Andy Adamsonce5039c2009-04-01 09:22:13 -0400780 dprintk("<-- %s status=%d\n", __func__, ret);
781 return ret;
782}
783
Andy Adamsonce5039c2009-04-01 09:22:13 -0400784static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
785{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400786 struct nfs4_call_sync_data *data = calldata;
Trond Myklebust6ba7db32012-10-22 20:07:20 -0400787 struct nfs4_session *session = nfs4_get_session(data->seq_server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400788
Trond Myklebust035168a2010-06-16 09:52:26 -0400789 dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server);
790
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400791 nfs41_setup_sequence(session, data->seq_args, data->seq_res, task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400792}
793
Andy Adamson69ab40c2009-04-01 09:22:19 -0400794static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
795{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400796 struct nfs4_call_sync_data *data = calldata;
Andy Adamson69ab40c2009-04-01 09:22:19 -0400797
Trond Myklebust14516c32010-07-31 14:29:06 -0400798 nfs41_sequence_done(task, data->seq_res);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400799}
800
Trond Myklebust17280172012-03-11 13:11:00 -0400801static const struct rpc_call_ops nfs41_call_sync_ops = {
Andy Adamsonce5039c2009-04-01 09:22:13 -0400802 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400803 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400804};
805
Chuck Lever3bd23842013-08-09 12:49:19 -0400806#else /* !CONFIG_NFS_V4_1 */
807
Chuck Lever5a580e02013-08-09 12:48:09 -0400808static int nfs4_setup_sequence(const struct nfs_server *server,
809 struct nfs4_sequence_args *args,
810 struct nfs4_sequence_res *res,
811 struct rpc_task *task)
812{
Chuck Lever3bd23842013-08-09 12:49:19 -0400813 return nfs40_setup_sequence(server, args, res, task);
Chuck Lever5a580e02013-08-09 12:48:09 -0400814}
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400815
Trond Myklebust14516c32010-07-31 14:29:06 -0400816static int nfs4_sequence_done(struct rpc_task *task,
817 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400818{
Chuck Lever3bd23842013-08-09 12:49:19 -0400819 return nfs40_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400820}
Chuck Lever3bd23842013-08-09 12:49:19 -0400821
822#endif /* !CONFIG_NFS_V4_1 */
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400823
Chuck Lever9915ea72013-08-09 12:48:27 -0400824static void nfs40_call_sync_prepare(struct rpc_task *task, void *calldata)
825{
826 struct nfs4_call_sync_data *data = calldata;
827 nfs4_setup_sequence(data->seq_server,
828 data->seq_args, data->seq_res, task);
829}
830
831static void nfs40_call_sync_done(struct rpc_task *task, void *calldata)
832{
833 struct nfs4_call_sync_data *data = calldata;
834 nfs4_sequence_done(task, data->seq_res);
835}
836
837static const struct rpc_call_ops nfs40_call_sync_ops = {
838 .rpc_call_prepare = nfs40_call_sync_prepare,
839 .rpc_call_done = nfs40_call_sync_done,
840};
841
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400842static int nfs4_call_sync_sequence(struct rpc_clnt *clnt,
Trond Myklebustad389da2007-06-05 12:30:00 -0400843 struct nfs_server *server,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500844 struct rpc_message *msg,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100845 struct nfs4_sequence_args *args,
846 struct nfs4_sequence_res *res)
Trond Myklebustad389da2007-06-05 12:30:00 -0400847{
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100848 int ret;
849 struct rpc_task *task;
Chuck Lever9915ea72013-08-09 12:48:27 -0400850 struct nfs_client *clp = server->nfs_client;
851 struct nfs4_call_sync_data data = {
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100852 .seq_server = server,
853 .seq_args = args,
854 .seq_res = res,
855 };
856 struct rpc_task_setup task_setup = {
857 .rpc_client = clnt,
858 .rpc_message = msg,
Chuck Lever9915ea72013-08-09 12:48:27 -0400859 .callback_ops = clp->cl_mvops->call_sync_ops,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100860 .callback_data = &data
861 };
862
863 task = rpc_run_task(&task_setup);
864 if (IS_ERR(task))
865 ret = PTR_ERR(task);
866 else {
867 ret = task->tk_status;
Trond Myklebustad389da2007-06-05 12:30:00 -0400868 rpc_put_task(task);
869 }
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100870 return ret;
871}
872
Trond Myklebustfd0c0952012-11-01 14:43:38 -0400873static
Bryan Schumaker7c513052011-03-24 17:12:24 +0000874int nfs4_call_sync(struct rpc_clnt *clnt,
875 struct nfs_server *server,
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000876 struct rpc_message *msg,
877 struct nfs4_sequence_args *args,
878 struct nfs4_sequence_res *res,
879 int cache_reply)
880{
Chuck Levera9c92d62013-08-09 12:48:18 -0400881 nfs4_init_sequence(args, res, cache_reply);
Chuck Lever9915ea72013-08-09 12:48:27 -0400882 return nfs4_call_sync_sequence(clnt, server, msg, args, res);
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000883}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884
885static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
886{
887 struct nfs_inode *nfsi = NFS_I(dir);
888
889 spin_lock(&dir->i_lock);
Trond Myklebust359d7d12012-05-28 10:01:34 -0400890 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_DATA;
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700891 if (!cinfo->atomic || cinfo->before != dir->i_version)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892 nfs_force_lookup_revalidate(dir);
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700893 dir->i_version = cinfo->after;
David Howellsde242c02012-12-20 21:52:38 +0000894 nfs_fscache_invalidate(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895 spin_unlock(&dir->i_lock);
896}
897
898struct nfs4_opendata {
899 struct kref kref;
900 struct nfs_openargs o_arg;
901 struct nfs_openres o_res;
902 struct nfs_open_confirmargs c_arg;
903 struct nfs_open_confirmres c_res;
Trond Myklebust6926afd2012-01-07 13:22:46 -0500904 struct nfs4_string owner_name;
905 struct nfs4_string group_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906 struct nfs_fattr f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400907 struct nfs4_label *f_label;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908 struct dentry *dir;
Al Viro82a2c1b2011-06-22 18:30:55 -0400909 struct dentry *dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700910 struct nfs4_state_owner *owner;
911 struct nfs4_state *state;
912 struct iattr attrs;
913 unsigned long timestamp;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400914 unsigned int rpc_done : 1;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -0400915 unsigned int is_recover : 1;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400916 int rpc_status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917 int cancelled;
918};
Trond Myklebustdecf4912005-10-27 22:12:39 -0400919
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400920static bool nfs4_clear_cap_atomic_open_v1(struct nfs_server *server,
921 int err, struct nfs4_exception *exception)
922{
923 if (err != -EINVAL)
924 return false;
925 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
926 return false;
927 server->caps &= ~NFS_CAP_ATOMIC_OPEN_V1;
928 exception->retry = 1;
929 return true;
930}
931
932static enum open_claim_type4
933nfs4_map_atomic_open_claim(struct nfs_server *server,
934 enum open_claim_type4 claim)
935{
936 if (server->caps & NFS_CAP_ATOMIC_OPEN_V1)
937 return claim;
938 switch (claim) {
939 default:
940 return claim;
941 case NFS4_OPEN_CLAIM_FH:
942 return NFS4_OPEN_CLAIM_NULL;
943 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
944 return NFS4_OPEN_CLAIM_DELEGATE_CUR;
945 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
946 return NFS4_OPEN_CLAIM_DELEGATE_PREV;
947 }
948}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949
950static void nfs4_init_opendata_res(struct nfs4_opendata *p)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100951{
952 p->o_res.f_attr = &p->f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400953 p->o_res.f_label = p->f_label;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100954 p->o_res.seqid = p->o_arg.seqid;
955 p->c_res.seqid = p->c_arg.seqid;
956 p->o_res.server = p->o_arg.server;
Andy Adamson5f657532012-10-03 02:39:34 -0400957 p->o_res.access_request = p->o_arg.access;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100958 nfs_fattr_init(&p->f_attr);
Trond Myklebust6926afd2012-01-07 13:22:46 -0500959 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100960}
961
Al Viro82a2c1b2011-06-22 18:30:55 -0400962static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100963 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400964 const struct iattr *attrs,
David Quigley1775fd32013-05-22 12:50:42 -0400965 struct nfs4_label *label,
Trond Myklebust4a1c0892013-03-15 14:57:33 -0400966 enum open_claim_type4 claim,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400967 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100968{
Al Viro82a2c1b2011-06-22 18:30:55 -0400969 struct dentry *parent = dget_parent(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100970 struct inode *dir = parent->d_inode;
971 struct nfs_server *server = NFS_SERVER(dir);
972 struct nfs4_opendata *p;
973
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400974 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100975 if (p == NULL)
976 goto err;
David Quigley14c43f72013-05-22 12:50:43 -0400977
978 p->f_label = nfs4_label_alloc(server, gfp_mask);
979 if (IS_ERR(p->f_label))
980 goto err_free_p;
981
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400982 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100983 if (p->o_arg.seqid == NULL)
David Quigley14c43f72013-05-22 12:50:43 -0400984 goto err_free_label;
Al Viro82a2c1b2011-06-22 18:30:55 -0400985 nfs_sb_active(dentry->d_sb);
986 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100987 p->dir = parent;
988 p->owner = sp;
989 atomic_inc(&sp->so_count);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500990 p->o_arg.open_flags = flags;
991 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -0700992 /* don't put an ACCESS op in OPEN compound if O_EXCL, because ACCESS
993 * will return permission denied for all bits until close */
994 if (!(flags & O_EXCL)) {
995 /* ask server to check for all possible rights as results
996 * are cached */
997 p->o_arg.access = NFS4_ACCESS_READ | NFS4_ACCESS_MODIFY |
998 NFS4_ACCESS_EXTEND | NFS4_ACCESS_EXECUTE;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -0700999 }
David Howells7539bba2006-08-22 20:06:09 -04001000 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001001 p->o_arg.id.create_time = ktime_to_ns(sp->so_seqid.create_time);
1002 p->o_arg.id.uniquifier = sp->so_seqid.owner_id;
Al Viro82a2c1b2011-06-22 18:30:55 -04001003 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001004 p->o_arg.server = server;
David Quigleyaa9c2662013-05-22 12:50:44 -04001005 p->o_arg.bitmask = nfs4_bitmask(server, label);
Trond Myklebust1549210f2012-06-05 09:16:47 -04001006 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0];
David Quigley1775fd32013-05-22 12:50:42 -04001007 p->o_arg.label = label;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001008 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim);
1009 switch (p->o_arg.claim) {
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001010 case NFS4_OPEN_CLAIM_NULL:
1011 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1012 case NFS4_OPEN_CLAIM_DELEGATE_PREV:
1013 p->o_arg.fh = NFS_FH(dir);
1014 break;
1015 case NFS4_OPEN_CLAIM_PREVIOUS:
1016 case NFS4_OPEN_CLAIM_FH:
1017 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1018 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
1019 p->o_arg.fh = NFS_FH(dentry->d_inode);
1020 }
Trond Myklebust536e43d2012-01-17 22:04:26 -05001021 if (attrs != NULL && attrs->ia_valid != 0) {
Trond Myklebustc281fa9c2013-08-20 21:06:49 -04001022 __u32 verf[2];
Trond Myklebustd77d76f2010-06-16 09:52:27 -04001023
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001024 p->o_arg.u.attrs = &p->attrs;
1025 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Chuck Levercd937102012-03-02 17:14:31 -05001026
1027 verf[0] = jiffies;
1028 verf[1] = current->pid;
1029 memcpy(p->o_arg.u.verifier.data, verf,
1030 sizeof(p->o_arg.u.verifier.data));
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001031 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001032 p->c_arg.fh = &p->o_res.fh;
1033 p->c_arg.stateid = &p->o_res.stateid;
1034 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001035 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001036 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001037 return p;
David Quigley14c43f72013-05-22 12:50:43 -04001038
1039err_free_label:
1040 nfs4_label_free(p->f_label);
1041err_free_p:
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001042 kfree(p);
1043err:
1044 dput(parent);
1045 return NULL;
1046}
1047
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001048static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001049{
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001050 struct nfs4_opendata *p = container_of(kref,
1051 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -04001052 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001053
1054 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001055 if (p->state != NULL)
1056 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001057 nfs4_put_state_owner(p->owner);
David Quigley14c43f72013-05-22 12:50:43 -04001058
1059 nfs4_label_free(p->f_label);
1060
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001061 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -04001062 dput(p->dentry);
1063 nfs_sb_deactive(sb);
Trond Myklebust6926afd2012-01-07 13:22:46 -05001064 nfs_fattr_free_names(&p->f_attr);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001065 kfree(p);
1066}
1067
1068static void nfs4_opendata_put(struct nfs4_opendata *p)
1069{
1070 if (p != NULL)
1071 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001072}
1073
Trond Myklebust06f814a2006-01-03 09:55:07 +01001074static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
1075{
Trond Myklebust06f814a2006-01-03 09:55:07 +01001076 int ret;
1077
Trond Myklebust06f814a2006-01-03 09:55:07 +01001078 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +01001079 return ret;
1080}
1081
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001082static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -04001083{
1084 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001085
Trond Myklebust536e43d2012-01-17 22:04:26 -05001086 if (open_mode & (O_EXCL|O_TRUNC))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001087 goto out;
1088 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001089 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -05001090 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
1091 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001092 break;
1093 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001094 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
1095 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001096 break;
1097 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001098 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
1099 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001100 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001101out:
Trond Myklebust6ee41262007-07-08 14:11:36 -04001102 return ret;
1103}
1104
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001105static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001106{
Trond Myklebust652f89f2011-12-09 19:05:58 -05001107 if (delegation == NULL)
1108 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001109 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001110 return 0;
Trond Myklebust15c831b2008-12-23 15:21:39 -05001111 if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
Trond Myklebustaac00a82007-07-05 19:02:21 -04001112 return 0;
Trond Myklebustd25be542013-02-05 11:43:28 -05001113 if (test_bit(NFS_DELEGATION_RETURNING, &delegation->flags))
1114 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -05001115 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001116 return 1;
1117}
1118
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001119static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +01001120{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001121 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +01001122 case FMODE_WRITE:
1123 state->n_wronly++;
1124 break;
1125 case FMODE_READ:
1126 state->n_rdonly++;
1127 break;
1128 case FMODE_READ|FMODE_WRITE:
1129 state->n_rdwr++;
1130 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001131 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +01001132}
1133
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001134static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -04001135{
1136 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001137 nfs4_stateid_copy(&state->stateid, stateid);
1138 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust92b40e92013-04-20 01:25:45 -04001139 set_bit(NFS_OPEN_STATE, &state->flags);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001140 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001141 case FMODE_READ:
1142 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1143 break;
1144 case FMODE_WRITE:
1145 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1146 break;
1147 case FMODE_READ|FMODE_WRITE:
1148 set_bit(NFS_O_RDWR_STATE, &state->flags);
1149 }
1150}
1151
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001152static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -04001153{
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001154 write_seqlock(&state->seqlock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001155 nfs_set_open_stateid_locked(state, stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001156 write_sequnlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001157}
1158
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001159static 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 -07001160{
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001161 /*
1162 * Protect the call to nfs4_state_set_mode_locked and
1163 * serialise the stateid update
1164 */
1165 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001166 if (deleg_stateid != NULL) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001167 nfs4_stateid_copy(&state->stateid, deleg_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001168 set_bit(NFS_DELEGATED_STATE, &state->flags);
1169 }
1170 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001171 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001172 write_sequnlock(&state->seqlock);
1173 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001174 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -07001175 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176}
1177
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001178static 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 -05001179{
1180 struct nfs_inode *nfsi = NFS_I(state->inode);
1181 struct nfs_delegation *deleg_cur;
1182 int ret = 0;
1183
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001184 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -05001185
1186 rcu_read_lock();
1187 deleg_cur = rcu_dereference(nfsi->delegation);
1188 if (deleg_cur == NULL)
1189 goto no_delegation;
1190
1191 spin_lock(&deleg_cur->lock);
Trond Myklebust17f26b12013-08-21 15:48:42 -04001192 if (rcu_dereference(nfsi->delegation) != deleg_cur ||
Trond Myklebustd25be542013-02-05 11:43:28 -05001193 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001194 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -05001195 goto no_delegation_unlock;
1196
1197 if (delegation == NULL)
1198 delegation = &deleg_cur->stateid;
Trond Myklebustf597c532012-03-04 18:13:56 -05001199 else if (!nfs4_stateid_match(&deleg_cur->stateid, delegation))
Trond Myklebust34310432008-12-23 15:21:38 -05001200 goto no_delegation_unlock;
1201
Trond Myklebustb7391f42008-12-23 15:21:52 -05001202 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001203 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001204 ret = 1;
1205no_delegation_unlock:
1206 spin_unlock(&deleg_cur->lock);
1207no_delegation:
1208 rcu_read_unlock();
1209
1210 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001211 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001212 ret = 1;
1213 }
1214
1215 return ret;
1216}
1217
1218
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001219static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001220{
1221 struct nfs_delegation *delegation;
1222
1223 rcu_read_lock();
1224 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001225 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001226 rcu_read_unlock();
1227 return;
1228 }
1229 rcu_read_unlock();
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04001230 nfs4_inode_return_delegation(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001231}
1232
Trond Myklebust6ee41262007-07-08 14:11:36 -04001233static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001234{
1235 struct nfs4_state *state = opendata->state;
1236 struct nfs_inode *nfsi = NFS_I(state->inode);
1237 struct nfs_delegation *delegation;
Trond Myklebustf448bad2013-05-29 15:36:40 -04001238 int open_mode = opendata->o_arg.open_flags;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001239 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001240 nfs4_stateid stateid;
1241 int ret = -EAGAIN;
1242
Trond Myklebustaac00a82007-07-05 19:02:21 -04001243 for (;;) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001244 if (can_open_cached(state, fmode, open_mode)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001245 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001246 if (can_open_cached(state, fmode, open_mode)) {
1247 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001248 spin_unlock(&state->owner->so_lock);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001249 goto out_return_state;
1250 }
1251 spin_unlock(&state->owner->so_lock);
1252 }
Trond Myklebust34310432008-12-23 15:21:38 -05001253 rcu_read_lock();
1254 delegation = rcu_dereference(nfsi->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001255 if (!can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001256 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001257 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001258 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001259 /* Save the delegation */
Trond Myklebustf597c532012-03-04 18:13:56 -05001260 nfs4_stateid_copy(&stateid, &delegation->stateid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001261 rcu_read_unlock();
Trond Myklebustfa332942013-04-09 12:56:52 -04001262 nfs_release_seqid(opendata->o_arg.seqid);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001263 if (!opendata->is_recover) {
1264 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
1265 if (ret != 0)
1266 goto out;
1267 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001268 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001269
1270 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001271 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001272 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001273 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001274out:
1275 return ERR_PTR(ret);
1276out_return_state:
1277 atomic_inc(&state->count);
1278 return state;
1279}
1280
Andy Adamsone23008e2012-10-02 21:07:32 -04001281static void
1282nfs4_opendata_check_deleg(struct nfs4_opendata *data, struct nfs4_state *state)
1283{
1284 struct nfs_client *clp = NFS_SERVER(state->inode)->nfs_client;
1285 struct nfs_delegation *delegation;
1286 int delegation_flags = 0;
1287
1288 rcu_read_lock();
1289 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
1290 if (delegation)
1291 delegation_flags = delegation->flags;
1292 rcu_read_unlock();
1293 if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) {
1294 pr_err_ratelimited("NFS: Broken NFSv4 server %s is "
1295 "returning a delegation for "
1296 "OPEN(CLAIM_DELEGATE_CUR)\n",
1297 clp->cl_hostname);
1298 } else if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
1299 nfs_inode_set_delegation(state->inode,
1300 data->owner->so_cred,
1301 &data->o_res);
1302 else
1303 nfs_inode_reclaim_delegation(state->inode,
1304 data->owner->so_cred,
1305 &data->o_res);
1306}
1307
1308/*
1309 * Check the inode attributes against the CLAIM_PREVIOUS returned attributes
1310 * and update the nfs4_state.
1311 */
1312static struct nfs4_state *
1313_nfs4_opendata_reclaim_to_nfs4_state(struct nfs4_opendata *data)
1314{
1315 struct inode *inode = data->state->inode;
1316 struct nfs4_state *state = data->state;
1317 int ret;
1318
1319 if (!data->rpc_done) {
1320 ret = data->rpc_status;
1321 goto err;
1322 }
1323
1324 ret = -ESTALE;
1325 if (!(data->f_attr.valid & NFS_ATTR_FATTR_TYPE) ||
1326 !(data->f_attr.valid & NFS_ATTR_FATTR_FILEID) ||
1327 !(data->f_attr.valid & NFS_ATTR_FATTR_CHANGE))
1328 goto err;
1329
1330 ret = -ENOMEM;
1331 state = nfs4_get_open_state(inode, data->owner);
1332 if (state == NULL)
1333 goto err;
1334
1335 ret = nfs_refresh_inode(inode, &data->f_attr);
1336 if (ret)
1337 goto err;
1338
David Quigleyaa9c2662013-05-22 12:50:44 -04001339 nfs_setsecurity(inode, &data->f_attr, data->f_label);
1340
Andy Adamsone23008e2012-10-02 21:07:32 -04001341 if (data->o_res.delegation_type != 0)
1342 nfs4_opendata_check_deleg(data, state);
1343 update_open_stateid(state, &data->o_res.stateid, NULL,
1344 data->o_arg.fmode);
1345
1346 return state;
1347err:
1348 return ERR_PTR(ret);
1349
1350}
1351
1352static struct nfs4_state *
1353_nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001354{
1355 struct inode *inode;
1356 struct nfs4_state *state = NULL;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001357 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001358
Trond Myklebustaac00a82007-07-05 19:02:21 -04001359 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001360 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001361 goto out;
1362 }
1363
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001364 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001365 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001366 goto err;
David Quigley1775fd32013-05-22 12:50:42 -04001367 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr, data->f_label);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001368 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001369 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001370 goto err;
1371 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001372 state = nfs4_get_open_state(inode, data->owner);
1373 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001374 goto err_put_inode;
Andy Adamsone23008e2012-10-02 21:07:32 -04001375 if (data->o_res.delegation_type != 0)
1376 nfs4_opendata_check_deleg(data, state);
Trond Myklebust34310432008-12-23 15:21:38 -05001377 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001378 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001379 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001380out:
Trond Myklebust7aa262b52013-02-28 16:19:59 -08001381 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001382 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001383err_put_inode:
1384 iput(inode);
1385err:
1386 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001387}
1388
Andy Adamsone23008e2012-10-02 21:07:32 -04001389static struct nfs4_state *
1390nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1391{
1392 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS)
1393 return _nfs4_opendata_reclaim_to_nfs4_state(data);
1394 return _nfs4_opendata_to_nfs4_state(data);
1395}
1396
Trond Myklebust864472e2006-01-03 09:55:15 +01001397static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1398{
1399 struct nfs_inode *nfsi = NFS_I(state->inode);
1400 struct nfs_open_context *ctx;
1401
1402 spin_lock(&state->inode->i_lock);
1403 list_for_each_entry(ctx, &nfsi->open_files, list) {
1404 if (ctx->state != state)
1405 continue;
1406 get_nfs_open_context(ctx);
1407 spin_unlock(&state->inode->i_lock);
1408 return ctx;
1409 }
1410 spin_unlock(&state->inode->i_lock);
1411 return ERR_PTR(-ENOENT);
1412}
1413
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001414static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx,
1415 struct nfs4_state *state, enum open_claim_type4 claim)
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001416{
1417 struct nfs4_opendata *opendata;
1418
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001419 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0,
David Quigley1775fd32013-05-22 12:50:42 -04001420 NULL, NULL, claim, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001421 if (opendata == NULL)
1422 return ERR_PTR(-ENOMEM);
1423 opendata->state = state;
1424 atomic_inc(&state->count);
1425 return opendata;
1426}
1427
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001428static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001429{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001430 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001431 int ret;
1432
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001433 opendata->o_arg.open_flags = 0;
1434 opendata->o_arg.fmode = fmode;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001435 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1436 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1437 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001438 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001439 if (ret != 0)
1440 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001441 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001442 if (IS_ERR(newstate))
1443 return PTR_ERR(newstate);
Al Viro643168c2011-06-22 18:20:23 -04001444 nfs4_close_state(newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001445 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001446 return 0;
1447}
1448
1449static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1450{
Trond Myklebust864472e2006-01-03 09:55:15 +01001451 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001452 int ret;
1453
1454 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001455 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04001456 clear_bit(NFS_OPEN_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001457 smp_rmb();
1458 if (state->n_rdwr != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001459 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001460 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001461 if (ret != 0)
1462 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001463 if (newstate != state)
1464 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001465 }
1466 if (state->n_wronly != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001467 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001468 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001469 if (ret != 0)
1470 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001471 if (newstate != state)
1472 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001473 }
1474 if (state->n_rdonly != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001475 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001476 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001477 if (ret != 0)
1478 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001479 if (newstate != state)
1480 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001481 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001482 /*
1483 * We may have performed cached opens for all three recoveries.
1484 * Check if we need to update the current stateid.
1485 */
1486 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
Trond Myklebustf597c532012-03-04 18:13:56 -05001487 !nfs4_stateid_match(&state->stateid, &state->open_stateid)) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001488 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001489 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001490 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001491 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001492 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001493 return 0;
1494}
1495
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496/*
1497 * OPEN_RECLAIM:
1498 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001500static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001502 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001503 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001504 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505 int status;
1506
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001507 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1508 NFS4_OPEN_CLAIM_PREVIOUS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001509 if (IS_ERR(opendata))
1510 return PTR_ERR(opendata);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001511 rcu_read_lock();
1512 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001513 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001514 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001515 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001516 opendata->o_arg.u.delegation_type = delegation_type;
1517 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001518 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519 return status;
1520}
1521
Trond Myklebust539cd032007-06-05 11:46:42 -04001522static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523{
1524 struct nfs_server *server = NFS_SERVER(state->inode);
1525 struct nfs4_exception exception = { };
1526 int err;
1527 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001528 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04001529 trace_nfs4_open_reclaim(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001530 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
1531 continue;
Trond Myklebust168667c2010-10-19 19:47:49 -04001532 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001533 break;
1534 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001535 } while (exception.retry);
1536 return err;
1537}
1538
Trond Myklebust864472e2006-01-03 09:55:15 +01001539static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1540{
1541 struct nfs_open_context *ctx;
1542 int ret;
1543
1544 ctx = nfs4_state_find_open_context(state);
1545 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04001546 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04001547 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001548 put_nfs_open_context(ctx);
1549 return ret;
1550}
1551
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04001552static 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 -07001553{
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001554 switch (err) {
1555 default:
1556 printk(KERN_ERR "NFS: %s: unhandled error "
1557 "%d.\n", __func__, err);
1558 case 0:
1559 case -ENOENT:
1560 case -ESTALE:
1561 break;
1562 case -NFS4ERR_BADSESSION:
1563 case -NFS4ERR_BADSLOT:
1564 case -NFS4ERR_BAD_HIGH_SLOT:
1565 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1566 case -NFS4ERR_DEADSESSION:
1567 set_bit(NFS_DELEGATED_STATE, &state->flags);
1568 nfs4_schedule_session_recovery(server->nfs_client->cl_session, err);
1569 return -EAGAIN;
1570 case -NFS4ERR_STALE_CLIENTID:
1571 case -NFS4ERR_STALE_STATEID:
1572 set_bit(NFS_DELEGATED_STATE, &state->flags);
1573 case -NFS4ERR_EXPIRED:
1574 /* Don't recall a delegation if it was lost */
1575 nfs4_schedule_lease_recovery(server->nfs_client);
1576 return -EAGAIN;
1577 case -NFS4ERR_DELEG_REVOKED:
1578 case -NFS4ERR_ADMIN_REVOKED:
1579 case -NFS4ERR_BAD_STATEID:
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04001580 case -NFS4ERR_OPENMODE:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001581 nfs_inode_find_state_and_recover(state->inode,
1582 stateid);
1583 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001584 return 0;
1585 case -NFS4ERR_DELAY:
1586 case -NFS4ERR_GRACE:
1587 set_bit(NFS_DELEGATED_STATE, &state->flags);
1588 ssleep(1);
1589 return -EAGAIN;
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04001590 case -ENOMEM:
1591 case -NFS4ERR_DENIED:
1592 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
1593 return 0;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001594 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595 return err;
1596}
1597
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04001598int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
1599{
1600 struct nfs_server *server = NFS_SERVER(state->inode);
1601 struct nfs4_opendata *opendata;
1602 int err;
1603
1604 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1605 NFS4_OPEN_CLAIM_DELEG_CUR_FH);
1606 if (IS_ERR(opendata))
1607 return PTR_ERR(opendata);
1608 nfs4_stateid_copy(&opendata->o_arg.u.delegation, stateid);
1609 err = nfs4_open_recover(opendata, state);
1610 nfs4_opendata_put(opendata);
1611 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
1612}
1613
Chuck Leverbe05c862013-08-09 12:49:47 -04001614static void nfs4_open_confirm_prepare(struct rpc_task *task, void *calldata)
1615{
1616 struct nfs4_opendata *data = calldata;
1617
1618 nfs40_setup_sequence(data->o_arg.server, &data->o_arg.seq_args,
1619 &data->o_res.seq_res, task);
1620}
1621
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001622static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1623{
1624 struct nfs4_opendata *data = calldata;
1625
Chuck Leverbe05c862013-08-09 12:49:47 -04001626 nfs40_sequence_done(task, &data->o_res.seq_res);
1627
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001628 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001629 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001630 nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid);
Trond Myklebustbb226292008-01-02 15:19:18 -05001631 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001632 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001633 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001634 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001635}
1636
1637static void nfs4_open_confirm_release(void *calldata)
1638{
1639 struct nfs4_opendata *data = calldata;
1640 struct nfs4_state *state = NULL;
1641
1642 /* If this request hasn't been cancelled, do nothing */
1643 if (data->cancelled == 0)
1644 goto out_free;
1645 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001646 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001647 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001648 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001649 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001650 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001651out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001652 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001653}
1654
1655static const struct rpc_call_ops nfs4_open_confirm_ops = {
Chuck Leverbe05c862013-08-09 12:49:47 -04001656 .rpc_call_prepare = nfs4_open_confirm_prepare,
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001657 .rpc_call_done = nfs4_open_confirm_done,
1658 .rpc_release = nfs4_open_confirm_release,
1659};
1660
1661/*
1662 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1663 */
1664static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1665{
1666 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
1667 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001668 struct rpc_message msg = {
1669 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1670 .rpc_argp = &data->c_arg,
1671 .rpc_resp = &data->c_res,
1672 .rpc_cred = data->owner->so_cred,
1673 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001674 struct rpc_task_setup task_setup_data = {
1675 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001676 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001677 .callback_ops = &nfs4_open_confirm_ops,
1678 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001679 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001680 .flags = RPC_TASK_ASYNC,
1681 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682 int status;
1683
Chuck Leverbe05c862013-08-09 12:49:47 -04001684 nfs4_init_sequence(&data->o_arg.seq_args, &data->o_res.seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001685 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001686 data->rpc_done = 0;
1687 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001688 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001689 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001690 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001691 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001692 status = nfs4_wait_for_completion_rpc_task(task);
1693 if (status != 0) {
1694 data->cancelled = 1;
1695 smp_wmb();
1696 } else
1697 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001698 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699 return status;
1700}
1701
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001702static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001704 struct nfs4_opendata *data = calldata;
1705 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust549b19c2013-04-16 18:42:34 -04001706 struct nfs_client *clp = sp->so_server->nfs_client;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001707
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001708 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001709 goto out_wait;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001710 /*
1711 * Check if we still need to send an OPEN call, or if we can use
1712 * a delegation instead.
1713 */
1714 if (data->state != NULL) {
1715 struct nfs_delegation *delegation;
1716
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001717 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001718 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001719 rcu_read_lock();
1720 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001721 if (data->o_arg.claim != NFS4_OPEN_CLAIM_DELEGATE_CUR &&
Trond Myklebustcd4c9be2013-04-23 14:46:25 -04001722 data->o_arg.claim != NFS4_OPEN_CLAIM_DELEG_CUR_FH &&
Trond Myklebust652f89f2011-12-09 19:05:58 -05001723 can_open_delegated(delegation, data->o_arg.fmode))
1724 goto unlock_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001725 rcu_read_unlock();
1726 }
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001727 /* Update client id. */
Trond Myklebust549b19c2013-04-16 18:42:34 -04001728 data->o_arg.clientid = clp->cl_clientid;
Trond Myklebust8188df12013-04-23 14:31:19 -04001729 switch (data->o_arg.claim) {
1730 case NFS4_OPEN_CLAIM_PREVIOUS:
1731 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1732 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
Andy Adamsone23008e2012-10-02 21:07:32 -04001733 data->o_arg.open_bitmap = &nfs4_open_noattr_bitmap[0];
Trond Myklebust8188df12013-04-23 14:31:19 -04001734 case NFS4_OPEN_CLAIM_FH:
1735 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001736 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1737 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001738 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001739 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001740 &data->o_arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04001741 &data->o_res.seq_res,
1742 task) != 0)
1743 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust549b19c2013-04-16 18:42:34 -04001744
1745 /* Set the create mode (note dependency on the session type) */
1746 data->o_arg.createmode = NFS4_CREATE_UNCHECKED;
1747 if (data->o_arg.open_flags & O_EXCL) {
1748 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE;
1749 if (nfs4_has_persistent_session(clp))
1750 data->o_arg.createmode = NFS4_CREATE_GUARDED;
1751 else if (clp->cl_mvops->minor_version > 0)
1752 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE4_1;
1753 }
Trond Myklebust6ee41262007-07-08 14:11:36 -04001754 return;
Trond Myklebust652f89f2011-12-09 19:05:58 -05001755unlock_no_action:
1756 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001757out_no_action:
1758 task->tk_action = NULL;
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001759out_wait:
Trond Myklebustb75ad4c2012-11-29 17:27:47 -05001760 nfs4_sequence_done(task, &data->o_res.seq_res);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001761}
1762
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001763static void nfs4_open_done(struct rpc_task *task, void *calldata)
1764{
1765 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001767 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001768
Trond Myklebust14516c32010-07-31 14:29:06 -04001769 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1770 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001771
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001772 if (task->tk_status == 0) {
Trond Myklebust807d66d82012-10-02 17:09:00 -07001773 if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) {
1774 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001775 case S_IFREG:
1776 break;
1777 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001778 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001779 break;
1780 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001781 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001782 break;
1783 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001784 data->rpc_status = -ENOTDIR;
Trond Myklebust807d66d82012-10-02 17:09:00 -07001785 }
Trond Myklebust6f926b52005-10-18 14:20:18 -07001786 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001787 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001788 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1789 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001790 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001791 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001792}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001793
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001794static void nfs4_open_release(void *calldata)
1795{
1796 struct nfs4_opendata *data = calldata;
1797 struct nfs4_state *state = NULL;
1798
1799 /* If this request hasn't been cancelled, do nothing */
1800 if (data->cancelled == 0)
1801 goto out_free;
1802 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001803 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001804 goto out_free;
1805 /* In case we need an open_confirm, no cleanup! */
1806 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1807 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001808 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001809 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001810 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001811out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001812 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001813}
1814
1815static const struct rpc_call_ops nfs4_open_ops = {
1816 .rpc_call_prepare = nfs4_open_prepare,
1817 .rpc_call_done = nfs4_open_done,
1818 .rpc_release = nfs4_open_release,
1819};
1820
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001821static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001822{
1823 struct inode *dir = data->dir->d_inode;
1824 struct nfs_server *server = NFS_SERVER(dir);
1825 struct nfs_openargs *o_arg = &data->o_arg;
1826 struct nfs_openres *o_res = &data->o_res;
1827 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001828 struct rpc_message msg = {
1829 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1830 .rpc_argp = o_arg,
1831 .rpc_resp = o_res,
1832 .rpc_cred = data->owner->so_cred,
1833 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001834 struct rpc_task_setup task_setup_data = {
1835 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001836 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001837 .callback_ops = &nfs4_open_ops,
1838 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001839 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001840 .flags = RPC_TASK_ASYNC,
1841 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001842 int status;
1843
Chuck Levera9c92d62013-08-09 12:48:18 -04001844 nfs4_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001845 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001846 data->rpc_done = 0;
1847 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001848 data->cancelled = 0;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001849 data->is_recover = 0;
1850 if (isrecover) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04001851 nfs4_set_sequence_privileged(&o_arg->seq_args);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001852 data->is_recover = 1;
1853 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04001854 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001855 if (IS_ERR(task))
1856 return PTR_ERR(task);
1857 status = nfs4_wait_for_completion_rpc_task(task);
1858 if (status != 0) {
1859 data->cancelled = 1;
1860 smp_wmb();
1861 } else
1862 status = data->rpc_status;
1863 rpc_put_task(task);
1864
1865 return status;
1866}
1867
1868static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
1869{
1870 struct inode *dir = data->dir->d_inode;
1871 struct nfs_openres *o_res = &data->o_res;
1872 int status;
1873
1874 status = nfs4_run_open_task(data, 1);
1875 if (status != 0 || !data->rpc_done)
1876 return status;
1877
Trond Myklebust6926afd2012-01-07 13:22:46 -05001878 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
1879
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001880 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
1881 status = _nfs4_proc_open_confirm(data);
1882 if (status != 0)
1883 return status;
1884 }
1885
1886 return status;
1887}
1888
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001889static int nfs4_opendata_access(struct rpc_cred *cred,
1890 struct nfs4_opendata *opendata,
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05001891 struct nfs4_state *state, fmode_t fmode,
1892 int openflags)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001893{
1894 struct nfs_access_entry cache;
1895 u32 mask;
1896
1897 /* access call failed or for some reason the server doesn't
1898 * support any access modes -- defer access call until later */
1899 if (opendata->o_res.access_supported == 0)
1900 return 0;
1901
1902 mask = 0;
Weston Andros Adamsonbbd3a8e2012-10-02 14:49:51 -07001903 /* don't check MAY_WRITE - a newly created file may not have
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05001904 * write mode bits, but POSIX allows the creating process to write.
1905 * use openflags to check for exec, because fmode won't
1906 * always have FMODE_EXEC set when file open for exec. */
1907 if (openflags & __FMODE_EXEC) {
1908 /* ONLY check for exec rights */
1909 mask = MAY_EXEC;
1910 } else if (fmode & FMODE_READ)
1911 mask = MAY_READ;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001912
1913 cache.cred = cred;
1914 cache.jiffies = jiffies;
1915 nfs_access_set_mask(&cache, opendata->o_res.access_result);
1916 nfs_access_add_cache(state->inode, &cache);
1917
Weston Andros Adamsonbbd3a8e2012-10-02 14:49:51 -07001918 if ((mask & ~cache.mask & (MAY_READ | MAY_EXEC)) == 0)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001919 return 0;
1920
1921 /* even though OPEN succeeded, access is denied. Close the file */
1922 nfs4_close_state(state, fmode);
Weston Andros Adamson998f40b2012-11-02 18:00:56 -04001923 return -EACCES;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001924}
1925
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001926/*
1927 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
1928 */
1929static int _nfs4_proc_open(struct nfs4_opendata *data)
1930{
1931 struct inode *dir = data->dir->d_inode;
1932 struct nfs_server *server = NFS_SERVER(dir);
1933 struct nfs_openargs *o_arg = &data->o_arg;
1934 struct nfs_openres *o_res = &data->o_res;
1935 int status;
1936
1937 status = nfs4_run_open_task(data, 0);
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07001938 if (!data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001939 return status;
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07001940 if (status != 0) {
1941 if (status == -NFS4ERR_BADNAME &&
1942 !(o_arg->open_flags & O_CREAT))
1943 return -ENOENT;
1944 return status;
1945 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001946
Trond Myklebust6926afd2012-01-07 13:22:46 -05001947 nfs_fattr_map_and_free_names(server, &data->f_attr);
1948
Trond Myklebust90ff0c52012-04-27 13:48:18 -04001949 if (o_arg->open_flags & O_CREAT)
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001950 update_changeattr(dir, &o_res->cinfo);
Trond Myklebust0df5dd42010-04-11 16:48:44 -04001951 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
1952 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001954 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001956 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957 }
1958 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
David Quigley1775fd32013-05-22 12:50:42 -04001959 _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr, o_res->f_label);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001960 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961}
1962
Andy Adamsond83217c2011-03-01 01:34:17 +00001963static int nfs4_recover_expired_lease(struct nfs_server *server)
1964{
1965 return nfs4_client_recover_expired_lease(server->nfs_client);
1966}
1967
Linus Torvalds1da177e2005-04-16 15:20:36 -07001968/*
1969 * OPEN_EXPIRED:
1970 * reclaim state on the server after a network partition.
1971 * Assumes caller holds the appropriate lock
1972 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001973static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001975 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001976 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001978 opendata = nfs4_open_recoverdata_alloc(ctx, state,
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001979 NFS4_OPEN_CLAIM_FH);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001980 if (IS_ERR(opendata))
1981 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001982 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04001983 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04001984 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001985 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001986 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987}
1988
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001989static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001990{
Trond Myklebust539cd032007-06-05 11:46:42 -04001991 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001992 struct nfs4_exception exception = { };
1993 int err;
1994
1995 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001996 err = _nfs4_open_expired(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04001997 trace_nfs4_open_expired(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001998 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
1999 continue;
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002000 switch (err) {
2001 default:
2002 goto out;
2003 case -NFS4ERR_GRACE:
2004 case -NFS4ERR_DELAY:
2005 nfs4_handle_exception(server, err, &exception);
2006 err = 0;
2007 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00002008 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002009out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00002010 return err;
2011}
2012
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2014{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01002016 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017
Trond Myklebust864472e2006-01-03 09:55:15 +01002018 ctx = nfs4_state_find_open_context(state);
2019 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04002020 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04002021 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01002022 put_nfs_open_context(ctx);
2023 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024}
2025
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002026#if defined(CONFIG_NFS_V4_1)
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002027static void nfs41_clear_delegation_stateid(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002028{
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002029 struct nfs_server *server = NFS_SERVER(state->inode);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002030 nfs4_stateid *stateid = &state->stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002031 struct nfs_delegation *delegation;
2032 struct rpc_cred *cred = NULL;
2033 int status = -NFS4ERR_BAD_STATEID;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002034
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002035 /* If a state reset has been done, test_stateid is unneeded */
2036 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
2037 return;
2038
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002039 /* Get the delegation credential for use by test/free_stateid */
2040 rcu_read_lock();
2041 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
2042 if (delegation != NULL &&
2043 nfs4_stateid_match(&delegation->stateid, stateid)) {
2044 cred = get_rpccred(delegation->cred);
2045 rcu_read_unlock();
2046 status = nfs41_test_stateid(server, stateid, cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04002047 trace_nfs4_test_delegation_stateid(state, NULL, status);
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002048 } else
2049 rcu_read_unlock();
2050
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002051 if (status != NFS_OK) {
2052 /* Free the stateid unless the server explicitly
2053 * informs us the stateid is unrecognized. */
2054 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002055 nfs41_free_stateid(server, stateid, cred);
Bryan Schumaker69388672012-09-26 15:25:52 -04002056 nfs_remove_bad_delegation(state->inode);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002057
Bryan Schumaker69388672012-09-26 15:25:52 -04002058 write_seqlock(&state->seqlock);
2059 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
2060 write_sequnlock(&state->seqlock);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002061 clear_bit(NFS_DELEGATED_STATE, &state->flags);
2062 }
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002063
2064 if (cred != NULL)
2065 put_rpccred(cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002066}
2067
2068/**
2069 * nfs41_check_open_stateid - possibly free an open stateid
2070 *
2071 * @state: NFSv4 state for an inode
2072 *
2073 * Returns NFS_OK if recovery for this stateid is now finished.
2074 * Otherwise a negative NFS4ERR value is returned.
2075 */
2076static int nfs41_check_open_stateid(struct nfs4_state *state)
2077{
2078 struct nfs_server *server = NFS_SERVER(state->inode);
Bryan Schumakerfcb6d9c2012-09-26 15:25:53 -04002079 nfs4_stateid *stateid = &state->open_stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002080 struct rpc_cred *cred = state->owner->so_cred;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002081 int status;
2082
2083 /* If a state reset has been done, test_stateid is unneeded */
2084 if ((test_bit(NFS_O_RDONLY_STATE, &state->flags) == 0) &&
2085 (test_bit(NFS_O_WRONLY_STATE, &state->flags) == 0) &&
2086 (test_bit(NFS_O_RDWR_STATE, &state->flags) == 0))
2087 return -NFS4ERR_BAD_STATEID;
2088
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002089 status = nfs41_test_stateid(server, stateid, cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04002090 trace_nfs4_test_open_stateid(state, NULL, status);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002091 if (status != NFS_OK) {
2092 /* Free the stateid unless the server explicitly
2093 * informs us the stateid is unrecognized. */
2094 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002095 nfs41_free_stateid(server, stateid, cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002096
2097 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2098 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2099 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04002100 clear_bit(NFS_OPEN_STATE, &state->flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002101 }
2102 return status;
2103}
2104
2105static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2106{
Chuck Levereb64cf92012-07-11 16:30:05 -04002107 int status;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002108
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002109 nfs41_clear_delegation_stateid(state);
2110 status = nfs41_check_open_stateid(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04002111 if (status != NFS_OK)
2112 status = nfs4_open_expired(sp, state);
2113 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002114}
2115#endif
2116
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002118 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
2119 * fields corresponding to attributes that were used to store the verifier.
2120 * Make sure we clobber those fields in the later setattr call
2121 */
2122static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
2123{
2124 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
2125 !(sattr->ia_valid & ATTR_ATIME_SET))
2126 sattr->ia_valid |= ATTR_ATIME;
2127
2128 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
2129 !(sattr->ia_valid & ATTR_MTIME_SET))
2130 sattr->ia_valid |= ATTR_MTIME;
2131}
2132
Trond Myklebustc21443c2013-02-07 14:26:21 -05002133static int _nfs4_open_and_get_state(struct nfs4_opendata *opendata,
2134 fmode_t fmode,
2135 int flags,
Trond Myklebust3efb9722013-05-29 13:17:04 -04002136 struct nfs_open_context *ctx)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002137{
2138 struct nfs4_state_owner *sp = opendata->owner;
2139 struct nfs_server *server = sp->so_server;
Trond Myklebust275bb302013-05-29 13:11:28 -04002140 struct dentry *dentry;
Trond Myklebustc21443c2013-02-07 14:26:21 -05002141 struct nfs4_state *state;
2142 unsigned int seq;
2143 int ret;
2144
2145 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
2146
2147 ret = _nfs4_proc_open(opendata);
2148 if (ret != 0)
2149 goto out;
2150
2151 state = nfs4_opendata_to_nfs4_state(opendata);
2152 ret = PTR_ERR(state);
2153 if (IS_ERR(state))
2154 goto out;
2155 if (server->caps & NFS_CAP_POSIX_LOCK)
2156 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
2157
Trond Myklebust275bb302013-05-29 13:11:28 -04002158 dentry = opendata->dentry;
2159 if (dentry->d_inode == NULL) {
2160 /* FIXME: Is this d_drop() ever needed? */
2161 d_drop(dentry);
2162 dentry = d_add_unique(dentry, igrab(state->inode));
2163 if (dentry == NULL) {
2164 dentry = opendata->dentry;
2165 } else if (dentry != ctx->dentry) {
2166 dput(ctx->dentry);
2167 ctx->dentry = dget(dentry);
2168 }
2169 nfs_set_verifier(dentry,
2170 nfs_save_change_attribute(opendata->dir->d_inode));
2171 }
2172
Trond Myklebustc21443c2013-02-07 14:26:21 -05002173 ret = nfs4_opendata_access(sp->so_cred, opendata, state, fmode, flags);
2174 if (ret != 0)
2175 goto out;
2176
Trond Myklebust3efb9722013-05-29 13:17:04 -04002177 ctx->state = state;
Trond Myklebustc45ffdd2013-05-29 13:34:46 -04002178 if (dentry->d_inode == state->inode) {
2179 nfs_inode_attach_open_context(ctx);
2180 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq))
2181 nfs4_schedule_stateid_recovery(server, state);
2182 }
Trond Myklebustc21443c2013-02-07 14:26:21 -05002183out:
2184 return ret;
2185}
2186
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002187/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002188 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189 */
Andy Adamson82be4172012-05-23 05:02:35 -04002190static int _nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002191 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002192 int flags,
2193 struct iattr *sattr,
Trond Myklebust959d9212013-06-28 16:29:51 -04002194 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195{
2196 struct nfs4_state_owner *sp;
2197 struct nfs4_state *state = NULL;
2198 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002199 struct nfs4_opendata *opendata;
Trond Myklebust4197a052013-05-29 12:37:49 -04002200 struct dentry *dentry = ctx->dentry;
2201 struct rpc_cred *cred = ctx->cred;
2202 struct nfs4_threshold **ctx_th = &ctx->mdsthreshold;
2203 fmode_t fmode = ctx->mode & (FMODE_READ|FMODE_WRITE|FMODE_EXEC);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002204 enum open_claim_type4 claim = NFS4_OPEN_CLAIM_NULL;
David Quigley1775fd32013-05-22 12:50:42 -04002205 struct nfs4_label *olabel = NULL;
Trond Myklebustaac00a82007-07-05 19:02:21 -04002206 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207
2208 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209 status = -ENOMEM;
Trond Myklebustd1e284d2012-01-17 22:04:24 -05002210 sp = nfs4_get_state_owner(server, cred, GFP_KERNEL);
2211 if (sp == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
2213 goto out_err;
2214 }
Trond Myklebust58d97142006-01-03 09:55:24 +01002215 status = nfs4_recover_expired_lease(server);
2216 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002217 goto err_put_state_owner;
Al Viro82a2c1b2011-06-22 18:30:55 -04002218 if (dentry->d_inode != NULL)
2219 nfs4_return_incompatible_delegation(dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01002220 status = -ENOMEM;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002221 if (dentry->d_inode)
2222 claim = NFS4_OPEN_CLAIM_FH;
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002223 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002224 label, claim, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002225 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05002226 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227
David Quigley14c43f72013-05-22 12:50:43 -04002228 if (label) {
2229 olabel = nfs4_label_alloc(server, GFP_KERNEL);
2230 if (IS_ERR(olabel)) {
2231 status = PTR_ERR(olabel);
2232 goto err_opendata_put;
2233 }
2234 }
2235
Andy Adamson82be4172012-05-23 05:02:35 -04002236 if (ctx_th && server->attr_bitmask[2] & FATTR4_WORD2_MDSTHRESHOLD) {
2237 opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc();
2238 if (!opendata->f_attr.mdsthreshold)
David Quigley14c43f72013-05-22 12:50:43 -04002239 goto err_free_label;
Trond Myklebust1549210f2012-06-05 09:16:47 -04002240 opendata->o_arg.open_bitmap = &nfs4_pnfs_open_bitmap[0];
Andy Adamson82be4172012-05-23 05:02:35 -04002241 }
Al Viro82a2c1b2011-06-22 18:30:55 -04002242 if (dentry->d_inode != NULL)
2243 opendata->state = nfs4_get_open_state(dentry->d_inode, sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04002244
Trond Myklebust3efb9722013-05-29 13:17:04 -04002245 status = _nfs4_open_and_get_state(opendata, fmode, flags, ctx);
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002246 if (status != 0)
David Quigley14c43f72013-05-22 12:50:43 -04002247 goto err_free_label;
Trond Myklebust3efb9722013-05-29 13:17:04 -04002248 state = ctx->state;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002249
Trond Myklebust549b19c2013-04-16 18:42:34 -04002250 if ((opendata->o_arg.open_flags & O_EXCL) &&
2251 (opendata->o_arg.createmode != NFS4_CREATE_GUARDED)) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002252 nfs4_exclusive_attrset(opendata, sattr);
2253
2254 nfs_fattr_init(opendata->o_res.f_attr);
2255 status = nfs4_do_setattr(state->inode, cred,
2256 opendata->o_res.f_attr, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002257 state, label, olabel);
2258 if (status == 0) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002259 nfs_setattr_update_inode(state->inode, sattr);
David Quigley1775fd32013-05-22 12:50:42 -04002260 nfs_post_op_update_inode(state->inode, opendata->o_res.f_attr);
David Quigleyaa9c2662013-05-22 12:50:44 -04002261 nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel);
David Quigley1775fd32013-05-22 12:50:42 -04002262 }
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002263 }
Andy Adamson82be4172012-05-23 05:02:35 -04002264
2265 if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server))
2266 *ctx_th = opendata->f_attr.mdsthreshold;
2267 else
2268 kfree(opendata->f_attr.mdsthreshold);
2269 opendata->f_attr.mdsthreshold = NULL;
2270
David Quigley14c43f72013-05-22 12:50:43 -04002271 nfs4_label_free(olabel);
2272
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002273 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275 return 0;
David Quigley14c43f72013-05-22 12:50:43 -04002276err_free_label:
2277 nfs4_label_free(olabel);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002278err_opendata_put:
Andy Adamson82be4172012-05-23 05:02:35 -04002279 kfree(opendata->f_attr.mdsthreshold);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002280 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002281err_put_state_owner:
2282 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284 return status;
2285}
2286
2287
Andy Adamson82be4172012-05-23 05:02:35 -04002288static struct nfs4_state *nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002289 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002290 int flags,
2291 struct iattr *sattr,
Trond Myklebust959d9212013-06-28 16:29:51 -04002292 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293{
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002294 struct nfs_server *server = NFS_SERVER(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295 struct nfs4_exception exception = { };
2296 struct nfs4_state *res;
2297 int status;
2298
2299 do {
Trond Myklebust959d9212013-06-28 16:29:51 -04002300 status = _nfs4_do_open(dir, ctx, flags, sattr, label);
Trond Myklebust3efb9722013-05-29 13:17:04 -04002301 res = ctx->state;
Trond Myklebust42113a72013-08-12 16:19:27 -04002302 trace_nfs4_open_file(ctx, flags, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303 if (status == 0)
2304 break;
2305 /* NOTE: BAD_SEQID means the server and client disagree about the
2306 * book-keeping w.r.t. state-changing operations
2307 * (OPEN/CLOSE/LOCK/LOCKU...)
2308 * It is actually a sign of a bug on the client or on the server.
2309 *
2310 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07002311 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312 * have unhashed the old state_owner for us, and that we can
2313 * therefore safely retry using a new one. We should still warn
2314 * the user though...
2315 */
2316 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust9a3ba432012-03-12 18:01:48 -04002317 pr_warn_ratelimited("NFS: v4 server %s "
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04002318 " returned a bad sequence-id error!\n",
2319 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002320 exception.retry = 1;
2321 continue;
2322 }
Trond Myklebust550f5742005-10-18 14:20:21 -07002323 /*
2324 * BAD_STATEID on OPEN means that the server cancelled our
2325 * state before it received the OPEN_CONFIRM.
2326 * Recover by retrying the request as per the discussion
2327 * on Page 181 of RFC3530.
2328 */
2329 if (status == -NFS4ERR_BAD_STATEID) {
2330 exception.retry = 1;
2331 continue;
2332 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04002333 if (status == -EAGAIN) {
2334 /* We must have found a delegation */
2335 exception.retry = 1;
2336 continue;
2337 }
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002338 if (nfs4_clear_cap_atomic_open_v1(server, status, &exception))
2339 continue;
2340 res = ERR_PTR(nfs4_handle_exception(server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341 status, &exception));
2342 } while (exception.retry);
2343 return res;
2344}
2345
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002346static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2347 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002348 struct nfs4_state *state, struct nfs4_label *ilabel,
2349 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002351 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002353 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354 .iap = sattr,
2355 .server = server,
2356 .bitmask = server->attr_bitmask,
David Quigley1775fd32013-05-22 12:50:42 -04002357 .label = ilabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002358 };
2359 struct nfs_setattrres res = {
2360 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04002361 .label = olabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362 .server = server,
2363 };
2364 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002365 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
2366 .rpc_argp = &arg,
2367 .rpc_resp = &res,
2368 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002369 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01002370 unsigned long timestamp = jiffies;
Trond Myklebustee3ae842013-04-29 10:35:36 -04002371 fmode_t fmode;
2372 bool truncate;
Trond Myklebust65e43082005-08-16 11:49:44 -04002373 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374
David Quigleyaa9c2662013-05-22 12:50:44 -04002375 arg.bitmask = nfs4_bitmask(server, ilabel);
2376 if (ilabel)
2377 arg.bitmask = nfs4_bitmask(server, olabel);
2378
Trond Myklebust0e574af2005-10-27 22:12:38 -04002379 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380
Trond Myklebustee3ae842013-04-29 10:35:36 -04002381 /* Servers should only apply open mode checks for file size changes */
2382 truncate = (sattr->ia_valid & ATTR_SIZE) ? true : false;
2383 fmode = truncate ? FMODE_WRITE : FMODE_READ;
2384
2385 if (nfs4_copy_delegation_stateid(&arg.stateid, inode, fmode)) {
2386 /* Use that stateid */
2387 } else if (truncate && state != NULL && nfs4_valid_open_stateid(state)) {
Trond Myklebust2a369152012-08-13 18:54:45 -04002388 struct nfs_lockowner lockowner = {
2389 .l_owner = current->files,
2390 .l_pid = current->tgid,
2391 };
Trond Myklebust4fc87962012-03-08 17:42:01 -05002392 nfs4_select_rw_stateid(&arg.stateid, state, FMODE_WRITE,
Trond Myklebust2a369152012-08-13 18:54:45 -04002393 &lockowner);
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002394 } else
Trond Myklebustf597c532012-03-04 18:13:56 -05002395 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396
Bryan Schumaker7c513052011-03-24 17:12:24 +00002397 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002398 if (status == 0 && state != NULL)
2399 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04002400 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401}
2402
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002403static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2404 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002405 struct nfs4_state *state, struct nfs4_label *ilabel,
2406 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002408 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002409 struct nfs4_exception exception = {
2410 .state = state,
Trond Myklebust3114ea72012-03-07 16:39:06 -05002411 .inode = inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002412 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413 int err;
2414 do {
David Quigley1775fd32013-05-22 12:50:42 -04002415 err = _nfs4_do_setattr(inode, cred, fattr, sattr, state, ilabel, olabel);
Trond Myklebustc1578b72013-08-12 16:58:42 -04002416 trace_nfs4_setattr(inode, err);
Trond Myklebust451146b2012-04-18 16:29:11 -04002417 switch (err) {
2418 case -NFS4ERR_OPENMODE:
Trond Myklebust721ccfb2013-04-29 11:11:58 -04002419 if (!(sattr->ia_valid & ATTR_SIZE)) {
2420 pr_warn_once("NFSv4: server %s is incorrectly "
2421 "applying open mode checks to "
2422 "a SETATTR that is not "
2423 "changing file size.\n",
2424 server->nfs_client->cl_hostname);
2425 }
Trond Myklebust451146b2012-04-18 16:29:11 -04002426 if (state && !(state->state & FMODE_WRITE)) {
2427 err = -EBADF;
2428 if (sattr->ia_valid & ATTR_OPEN)
2429 err = -EACCES;
2430 goto out;
2431 }
2432 }
2433 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434 } while (exception.retry);
Trond Myklebust451146b2012-04-18 16:29:11 -04002435out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436 return err;
2437}
2438
2439struct nfs4_closedata {
2440 struct inode *inode;
2441 struct nfs4_state *state;
2442 struct nfs_closeargs arg;
2443 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002444 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002445 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00002446 bool roc;
2447 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002448};
2449
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002450static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07002451{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002452 struct nfs4_closedata *calldata = data;
2453 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04002454 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07002455
Fred Isamanf7e89172011-01-06 11:36:32 +00002456 if (calldata->roc)
2457 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07002458 nfs4_put_open_state(calldata->state);
2459 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07002460 nfs4_put_state_owner(sp);
Trond Myklebust322b2b92013-01-11 16:39:51 -05002461 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002462 kfree(calldata);
2463}
2464
Trond Myklebust88069f72009-12-08 08:33:16 -05002465static void nfs4_close_clear_stateid_flags(struct nfs4_state *state,
2466 fmode_t fmode)
2467{
2468 spin_lock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002469 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04002470 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
2471 case FMODE_WRITE:
2472 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2473 break;
2474 case FMODE_READ:
2475 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2476 break;
2477 case 0:
2478 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2479 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2480 clear_bit(NFS_OPEN_STATE, &state->flags);
2481 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002482 spin_unlock(&state->owner->so_lock);
2483}
2484
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002485static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002487 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489 struct nfs_server *server = NFS_SERVER(calldata->inode);
2490
Chuck Levera3ca5652012-03-01 17:00:40 -05002491 dprintk("%s: begin!\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04002492 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
2493 return;
Trond Myklebust42113a72013-08-12 16:19:27 -04002494 trace_nfs4_close(state, &calldata->arg, &calldata->res, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495 /* hmm. we are done with the inode, and in the process of freeing
2496 * the state_owner. we keep this around to process errors
2497 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498 switch (task->tk_status) {
2499 case 0:
Fred Isamanf7e89172011-01-06 11:36:32 +00002500 if (calldata->roc)
2501 pnfs_roc_set_barrier(state->inode,
2502 calldata->roc_barrier);
Trond Myklebust45328c32007-07-26 17:47:34 -04002503 nfs_set_open_stateid(state, &calldata->res.stateid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002504 renew_lease(server, calldata->timestamp);
Trond Myklebust88069f72009-12-08 08:33:16 -05002505 nfs4_close_clear_stateid_flags(state,
2506 calldata->arg.fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507 break;
2508 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002509 case -NFS4ERR_OLD_STATEID:
2510 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511 case -NFS4ERR_EXPIRED:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002512 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002513 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514 default:
Trond Myklebust72211db2009-12-15 14:47:36 -05002515 if (nfs4_async_handle_error(task, server, state) == -EAGAIN)
2516 rpc_restart_call_prepare(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517 }
Trond Myklebust72211db2009-12-15 14:47:36 -05002518 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04002519 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Chuck Levera3ca5652012-03-01 17:00:40 -05002520 dprintk("%s: done, ret = %d!\n", __func__, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521}
2522
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002523static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002525 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07002526 struct nfs4_state *state = calldata->state;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002527 struct inode *inode = calldata->inode;
Trond Myklebust88069f72009-12-08 08:33:16 -05002528 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07002529
Chuck Levera3ca5652012-03-01 17:00:40 -05002530 dprintk("%s: begin!\n", __func__);
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002531 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002532 goto out_wait;
Trond Myklebust003707c2007-07-05 18:07:55 -04002533
Trond Myklebust88069f72009-12-08 08:33:16 -05002534 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
2535 calldata->arg.fmode = FMODE_READ|FMODE_WRITE;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002536 spin_lock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04002537 /* Calculate the change in open mode */
Trond Myklebuste7616922006-01-03 09:55:13 +01002538 if (state->n_rdwr == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04002539 if (state->n_rdonly == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002540 call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags);
2541 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags);
2542 calldata->arg.fmode &= ~FMODE_READ;
Trond Myklebust003707c2007-07-05 18:07:55 -04002543 }
2544 if (state->n_wronly == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002545 call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags);
2546 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags);
2547 calldata->arg.fmode &= ~FMODE_WRITE;
Trond Myklebust003707c2007-07-05 18:07:55 -04002548 }
Trond Myklebuste7616922006-01-03 09:55:13 +01002549 }
Trond Myklebust5d422302013-03-14 16:57:48 -04002550 if (!nfs4_valid_open_stateid(state))
2551 call_close = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002552 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002553
2554 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002555 /* Note: exit _without_ calling nfs4_close_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002556 goto out_no_action;
Trond Myklebust95121352005-10-18 14:20:12 -07002557 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002558
Fred Isamanf7e89172011-01-06 11:36:32 +00002559 if (calldata->arg.fmode == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002560 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Fred Isamanf7e89172011-01-06 11:36:32 +00002561 if (calldata->roc &&
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002562 pnfs_roc_drain(inode, &calldata->roc_barrier, task)) {
2563 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002564 goto out_wait;
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002565 }
Fred Isamanf7e89172011-01-06 11:36:32 +00002566 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002567
Trond Myklebust516a6af2005-10-27 22:12:41 -04002568 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002569 calldata->timestamp = jiffies;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002570 if (nfs4_setup_sequence(NFS_SERVER(inode),
Trond Myklebust9d12b212012-01-17 22:04:25 -05002571 &calldata->arg.seq_args,
2572 &calldata->res.seq_res,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04002573 task) != 0)
2574 nfs_release_seqid(calldata->arg.seqid);
Chuck Levera3ca5652012-03-01 17:00:40 -05002575 dprintk("%s: done!\n", __func__);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002576 return;
2577out_no_action:
2578 task->tk_action = NULL;
2579out_wait:
2580 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581}
2582
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002583static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002584 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002585 .rpc_call_done = nfs4_close_done,
2586 .rpc_release = nfs4_free_closedata,
2587};
2588
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589/*
2590 * It is possible for data to be read/written from a mem-mapped file
2591 * after the sys_close call (which hits the vfs layer as a flush).
2592 * This means that we can't safely call nfsv4 close on a file until
2593 * the inode is cleared. This in turn means that we are not good
2594 * NFSv4 citizens - we do not indicate to the server to update the file's
2595 * share state even when we are done with one of the three share
2596 * stateid's in the inode.
2597 *
2598 * NOTE: Caller must be holding the sp->so_owner semaphore!
2599 */
Trond Myklebust1f7977c2012-09-20 20:31:51 -04002600int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002602 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002604 struct nfs4_state_owner *sp = state->owner;
2605 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002606 struct rpc_message msg = {
2607 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2608 .rpc_cred = state->owner->so_cred,
2609 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002610 struct rpc_task_setup task_setup_data = {
2611 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002612 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002613 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002614 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002615 .flags = RPC_TASK_ASYNC,
2616 };
Trond Myklebust95121352005-10-18 14:20:12 -07002617 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002618
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04002619 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_CLEANUP,
2620 &task_setup_data.rpc_client, &msg);
2621
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002622 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002624 goto out;
Chuck Levera9c92d62013-08-09 12:48:18 -04002625 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002626 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002628 calldata->arg.fh = NFS_FH(state->inode);
Trond Myklebust003707c2007-07-05 18:07:55 -04002629 calldata->arg.stateid = &state->open_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630 /* Serialization for the sequence id */
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002631 calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebust95121352005-10-18 14:20:12 -07002632 if (calldata->arg.seqid == NULL)
2633 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002634 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002635 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002636 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002637 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002638 calldata->res.server = server;
Trond Myklebust1f7977c2012-09-20 20:31:51 -04002639 calldata->roc = pnfs_roc(state->inode);
Al Viro643168c2011-06-22 18:20:23 -04002640 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002641
Trond Myklebust1174dd12010-12-21 10:52:24 -05002642 msg.rpc_argp = &calldata->arg;
2643 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002644 task_setup_data.callback_data = calldata;
2645 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002646 if (IS_ERR(task))
2647 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002648 status = 0;
2649 if (wait)
2650 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002651 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002652 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002653out_free_calldata:
2654 kfree(calldata);
2655out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04002656 nfs4_put_open_state(state);
2657 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002658 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002659}
2660
Trond Myklebust2b484292010-09-17 10:56:51 -04002661static struct inode *
Trond Myklebustcd9a1c02010-09-17 10:56:50 -04002662nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx, int open_flags, struct iattr *attr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664 struct nfs4_state *state;
David Quigleyaa9c2662013-05-22 12:50:44 -04002665 struct nfs4_label l = {0, 0, 0, NULL}, *label = NULL;
2666
2667 label = nfs4_label_init_security(dir, ctx->dentry, attr, &l);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668
Trond Myklebust565277f2007-10-15 18:17:53 -04002669 /* Protect against concurrent sillydeletes */
Trond Myklebust959d9212013-06-28 16:29:51 -04002670 state = nfs4_do_open(dir, ctx, open_flags, attr, label);
David Quigleyaa9c2662013-05-22 12:50:44 -04002671
2672 nfs4_label_release_security(label);
2673
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002674 if (IS_ERR(state))
2675 return ERR_CAST(state);
Trond Myklebust275bb302013-05-29 13:11:28 -04002676 return state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677}
2678
Trond Myklebust1185a552009-12-03 15:54:02 -05002679static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002680{
2681 if (ctx->state == NULL)
2682 return;
2683 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04002684 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002685 else
Al Viro643168c2011-06-22 18:20:23 -04002686 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002687}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688
2689static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2690{
Benny Halevy43652ad2009-04-01 09:21:54 -04002691 struct nfs4_server_caps_arg args = {
2692 .fhandle = fhandle,
2693 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694 struct nfs4_server_caps_res res = {};
2695 struct rpc_message msg = {
2696 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002697 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698 .rpc_resp = &res,
2699 };
2700 int status;
2701
Bryan Schumaker7c513052011-03-24 17:12:24 +00002702 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703 if (status == 0) {
2704 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab4602009-08-09 15:06:19 -04002705 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2706 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2707 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2708 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
2709 NFS_CAP_CTIME|NFS_CAP_MTIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002710 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL)
2711 server->caps |= NFS_CAP_ACLS;
2712 if (res.has_links != 0)
2713 server->caps |= NFS_CAP_HARDLINKS;
2714 if (res.has_symlinks != 0)
2715 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab4602009-08-09 15:06:19 -04002716 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2717 server->caps |= NFS_CAP_FILEID;
2718 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2719 server->caps |= NFS_CAP_MODE;
2720 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2721 server->caps |= NFS_CAP_NLINK;
2722 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2723 server->caps |= NFS_CAP_OWNER;
2724 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2725 server->caps |= NFS_CAP_OWNER_GROUP;
2726 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2727 server->caps |= NFS_CAP_ATIME;
2728 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2729 server->caps |= NFS_CAP_CTIME;
2730 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2731 server->caps |= NFS_CAP_MTIME;
David Quigleyaa9c2662013-05-22 12:50:44 -04002732#ifdef CONFIG_NFS_V4_SECURITY_LABEL
2733 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL)
2734 server->caps |= NFS_CAP_SECURITY_LABEL;
2735#endif
2736 memcpy(server->attr_bitmask_nl, res.attr_bitmask,
2737 sizeof(server->attr_bitmask));
Trond Myklebust62ab4602009-08-09 15:06:19 -04002738
David Quigleyaa9c2662013-05-22 12:50:44 -04002739 if (server->caps & NFS_CAP_SECURITY_LABEL) {
2740 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
2741 res.attr_bitmask[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
2742 }
Trond Myklebusta65318b2009-03-11 14:10:28 -04002743 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2744 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2745 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746 server->acl_bitmask = res.acl_bitmask;
Chuck Lever264e6352012-03-01 17:02:05 -05002747 server->fh_expire_type = res.fh_expire_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002748 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002749
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750 return status;
2751}
2752
Trond Myklebust55a97592006-06-09 09:34:19 -04002753int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002754{
2755 struct nfs4_exception exception = { };
2756 int err;
2757 do {
2758 err = nfs4_handle_exception(server,
2759 _nfs4_server_capabilities(server, fhandle),
2760 &exception);
2761 } while (exception.retry);
2762 return err;
2763}
2764
2765static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2766 struct nfs_fsinfo *info)
2767{
David Quigleyaa9c2662013-05-22 12:50:44 -04002768 u32 bitmask[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769 struct nfs4_lookup_root_arg args = {
David Quigleyaa9c2662013-05-22 12:50:44 -04002770 .bitmask = bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771 };
2772 struct nfs4_lookup_res res = {
2773 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002774 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775 .fh = fhandle,
2776 };
2777 struct rpc_message msg = {
2778 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2779 .rpc_argp = &args,
2780 .rpc_resp = &res,
2781 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002782
David Quigleyaa9c2662013-05-22 12:50:44 -04002783 bitmask[0] = nfs4_fattr_bitmap[0];
2784 bitmask[1] = nfs4_fattr_bitmap[1];
2785 /*
2786 * Process the label in the upcoming getfattr
2787 */
2788 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL;
2789
Trond Myklebust0e574af2005-10-27 22:12:38 -04002790 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002791 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002792}
2793
2794static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2795 struct nfs_fsinfo *info)
2796{
2797 struct nfs4_exception exception = { };
2798 int err;
2799 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002800 err = _nfs4_lookup_root(server, fhandle, info);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04002801 trace_nfs4_lookup_root(server, fhandle, info->fattr, err);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002802 switch (err) {
2803 case 0:
2804 case -NFS4ERR_WRONGSEC:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002805 goto out;
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002806 default:
2807 err = nfs4_handle_exception(server, err, &exception);
2808 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002809 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002810out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811 return err;
2812}
2813
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002814static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
2815 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
2816{
Trond Myklebustc2190662013-08-26 19:23:04 -04002817 struct rpc_auth_create_args auth_args = {
2818 .pseudoflavor = flavor,
2819 };
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002820 struct rpc_auth *auth;
2821 int ret;
2822
Trond Myklebustc2190662013-08-26 19:23:04 -04002823 auth = rpcauth_create(&auth_args, server->client);
Wei Yongjune8d920c2012-09-21 12:27:41 +08002824 if (IS_ERR(auth)) {
Chuck Lever75bc8822013-03-16 15:55:36 -04002825 ret = -EACCES;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002826 goto out;
2827 }
2828 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002829out:
2830 return ret;
2831}
2832
Chuck Lever9a744ba2013-03-16 15:56:02 -04002833/*
2834 * Retry pseudoroot lookup with various security flavors. We do this when:
2835 *
2836 * NFSv4.0: the PUTROOTFH operation returns NFS4ERR_WRONGSEC
2837 * NFSv4.1: the server does not support the SECINFO_NO_NAME operation
2838 *
2839 * Returns zero on success, or a negative NFS4ERR value, or a
2840 * negative errno value.
2841 */
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002842static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04002843 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844{
Chuck Lever9a744ba2013-03-16 15:56:02 -04002845 /* Per 3530bis 15.33.5 */
2846 static const rpc_authflavor_t flav_array[] = {
2847 RPC_AUTH_GSS_KRB5P,
2848 RPC_AUTH_GSS_KRB5I,
2849 RPC_AUTH_GSS_KRB5,
Chuck Leverc4eafe12013-03-16 15:56:11 -04002850 RPC_AUTH_UNIX, /* courtesy */
Chuck Lever9a744ba2013-03-16 15:56:02 -04002851 RPC_AUTH_NULL,
2852 };
2853 int status = -EPERM;
2854 size_t i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002855
Chuck Lever9a744ba2013-03-16 15:56:02 -04002856 for (i = 0; i < ARRAY_SIZE(flav_array); i++) {
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002857 status = nfs4_lookup_root_sec(server, fhandle, info, flav_array[i]);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002858 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
Bryan Schumakerd1a80162011-04-13 14:31:28 -04002859 continue;
2860 break;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002861 }
Chuck Lever9a744ba2013-03-16 15:56:02 -04002862
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002863 /*
2864 * -EACCESS could mean that the user doesn't have correct permissions
2865 * to access the mount. It could also mean that we tried to mount
2866 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
2867 * existing mount programs don't handle -EACCES very well so it should
2868 * be mapped to -EPERM instead.
2869 */
2870 if (status == -EACCES)
2871 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002872 return status;
2873}
2874
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04002875static int nfs4_do_find_root_sec(struct nfs_server *server,
2876 struct nfs_fh *fhandle, struct nfs_fsinfo *info)
2877{
2878 int mv = server->nfs_client->cl_minorversion;
2879 return nfs_v4_minor_ops[mv]->find_root_sec(server, fhandle, info);
2880}
2881
2882/**
2883 * nfs4_proc_get_rootfh - get file handle for server's pseudoroot
2884 * @server: initialized nfs_server handle
2885 * @fhandle: we fill in the pseudo-fs root file handle
2886 * @info: we fill in an FSINFO struct
Trond Myklebust5e6b1992013-09-07 12:58:57 -04002887 * @auth_probe: probe the auth flavours
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04002888 *
2889 * Returns zero on success, or a negative errno.
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002890 */
Bryan Schumaker3028eb22012-05-10 15:07:30 -04002891int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle,
Trond Myklebust5e6b1992013-09-07 12:58:57 -04002892 struct nfs_fsinfo *info,
2893 bool auth_probe)
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002894{
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04002895 int status;
2896
Trond Myklebust5e6b1992013-09-07 12:58:57 -04002897 switch (auth_probe) {
2898 case false:
2899 status = nfs4_lookup_root(server, fhandle, info);
2900 if (status != -NFS4ERR_WRONGSEC)
2901 break;
2902 /* Did user force a 'sec=' mount option? */
2903 if (server->flags & NFS_MOUNT_SECFLAVOUR)
2904 break;
2905 default:
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04002906 status = nfs4_do_find_root_sec(server, fhandle, info);
Trond Myklebust5e6b1992013-09-07 12:58:57 -04002907 }
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04002908
Linus Torvalds1da177e2005-04-16 15:20:36 -07002909 if (status == 0)
2910 status = nfs4_server_capabilities(server, fhandle);
2911 if (status == 0)
2912 status = nfs4_do_fsinfo(server, fhandle, info);
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04002913
Trond Myklebustc12e87f2006-03-13 21:20:47 -08002914 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915}
2916
Bryan Schumakerbae36242012-05-10 15:07:31 -04002917static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh,
2918 struct nfs_fsinfo *info)
2919{
2920 int error;
2921 struct nfs_fattr *fattr = info->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04002922 struct nfs4_label *label = NULL;
Bryan Schumakerbae36242012-05-10 15:07:31 -04002923
2924 error = nfs4_server_capabilities(server, mntfh);
2925 if (error < 0) {
2926 dprintk("nfs4_get_root: getcaps error = %d\n", -error);
2927 return error;
2928 }
2929
David Quigley14c43f72013-05-22 12:50:43 -04002930 label = nfs4_label_alloc(server, GFP_KERNEL);
2931 if (IS_ERR(label))
2932 return PTR_ERR(label);
2933
David Quigley1775fd32013-05-22 12:50:42 -04002934 error = nfs4_proc_getattr(server, mntfh, fattr, label);
Bryan Schumakerbae36242012-05-10 15:07:31 -04002935 if (error < 0) {
2936 dprintk("nfs4_get_root: getattr error = %d\n", -error);
David Quigley14c43f72013-05-22 12:50:43 -04002937 goto err_free_label;
Bryan Schumakerbae36242012-05-10 15:07:31 -04002938 }
2939
2940 if (fattr->valid & NFS_ATTR_FATTR_FSID &&
2941 !nfs_fsid_equal(&server->fsid, &fattr->fsid))
2942 memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid));
2943
David Quigley14c43f72013-05-22 12:50:43 -04002944err_free_label:
2945 nfs4_label_free(label);
2946
Bryan Schumakerbae36242012-05-10 15:07:31 -04002947 return error;
2948}
2949
Manoj Naik6b97fd32006-06-09 09:34:29 -04002950/*
2951 * Get locations and (maybe) other attributes of a referral.
2952 * Note that we'll actually follow the referral later when
2953 * we detect fsid mismatch in inode revalidation
2954 */
Bryan Schumakerf05d1472012-04-27 13:27:41 -04002955static int nfs4_get_referral(struct rpc_clnt *client, struct inode *dir,
2956 const struct qstr *name, struct nfs_fattr *fattr,
2957 struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04002958{
2959 int status = -ENOMEM;
2960 struct page *page = NULL;
2961 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04002962
2963 page = alloc_page(GFP_KERNEL);
2964 if (page == NULL)
2965 goto out;
2966 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
2967 if (locations == NULL)
2968 goto out;
2969
Bryan Schumakerf05d1472012-04-27 13:27:41 -04002970 status = nfs4_proc_fs_locations(client, dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002971 if (status != 0)
2972 goto out;
2973 /* Make sure server returned a different fsid for the referral */
2974 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04002975 dprintk("%s: server did not return a different fsid for"
2976 " a referral at %s\n", __func__, name->name);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002977 status = -EIO;
2978 goto out;
2979 }
Andy Adamson533eb462011-06-13 18:25:56 -04002980 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
2981 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002982
Andy Adamson533eb462011-06-13 18:25:56 -04002983 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04002984 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04002985 memset(fhandle, 0, sizeof(struct nfs_fh));
2986out:
2987 if (page)
2988 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04002989 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002990 return status;
2991}
2992
David Quigley1775fd32013-05-22 12:50:42 -04002993static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
2994 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995{
2996 struct nfs4_getattr_arg args = {
2997 .fh = fhandle,
2998 .bitmask = server->attr_bitmask,
2999 };
3000 struct nfs4_getattr_res res = {
3001 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04003002 .label = label,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003 .server = server,
3004 };
3005 struct rpc_message msg = {
3006 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
3007 .rpc_argp = &args,
3008 .rpc_resp = &res,
3009 };
David Quigleyaa9c2662013-05-22 12:50:44 -04003010
3011 args.bitmask = nfs4_bitmask(server, label);
3012
Trond Myklebust0e574af2005-10-27 22:12:38 -04003013 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003014 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015}
3016
David Quigley1775fd32013-05-22 12:50:42 -04003017static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3018 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003019{
3020 struct nfs4_exception exception = { };
3021 int err;
3022 do {
Trond Myklebustb5f875a2013-08-13 13:01:39 -04003023 err = _nfs4_proc_getattr(server, fhandle, fattr, label);
3024 trace_nfs4_getattr(server, fhandle, fattr, err);
3025 err = nfs4_handle_exception(server, err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026 &exception);
3027 } while (exception.retry);
3028 return err;
3029}
3030
3031/*
3032 * The file is not closed if it is opened due to the a request to change
3033 * the size of the file. The open call will not be needed once the
3034 * VFS layer lookup-intents are implemented.
3035 *
3036 * Close is called when the inode is destroyed.
3037 * If we haven't opened the file for O_WRONLY, we
3038 * need to in the size_change case to obtain a stateid.
3039 *
3040 * Got race?
3041 * Because OPEN is always done by name in nfsv4, it is
3042 * possible that we opened a different file by the same
3043 * name. We can recognize this race condition, but we
3044 * can't do anything about it besides returning an error.
3045 *
3046 * This will be fixed with VFS changes (lookup-intent).
3047 */
3048static int
3049nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
3050 struct iattr *sattr)
3051{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003052 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003053 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05003054 struct nfs4_state *state = NULL;
David Quigley14c43f72013-05-22 12:50:43 -04003055 struct nfs4_label *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056 int status;
3057
Benny Halevy8a1636c2010-07-14 15:43:57 -04003058 if (pnfs_ld_layoutret_on_setattr(inode))
Trond Myklebust24028672013-03-20 13:23:33 -04003059 pnfs_commit_and_return_layout(inode);
Benny Halevy8a1636c2010-07-14 15:43:57 -04003060
Trond Myklebust0e574af2005-10-27 22:12:38 -04003061 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062
Andy Adamson26699402012-05-30 16:12:24 -04003063 /* Deal with open(O_TRUNC) */
3064 if (sattr->ia_valid & ATTR_OPEN)
Nadav Shemercc7936f2013-07-21 17:21:43 +03003065 sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME);
Andy Adamson26699402012-05-30 16:12:24 -04003066
3067 /* Optimization: if the end result is no change, don't RPC */
Nadav Shemercc7936f2013-07-21 17:21:43 +03003068 if ((sattr->ia_valid & ~(ATTR_FILE|ATTR_OPEN)) == 0)
Andy Adamson26699402012-05-30 16:12:24 -04003069 return 0;
3070
Trond Myklebustd5308382005-11-04 15:33:38 -05003071 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003072 if (sattr->ia_valid & ATTR_FILE) {
3073 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003074
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003075 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11003076 if (ctx) {
3077 cred = ctx->cred;
3078 state = ctx->state;
3079 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003080 }
3081
David Quigley14c43f72013-05-22 12:50:43 -04003082 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
3083 if (IS_ERR(label))
3084 return PTR_ERR(label);
3085
3086 status = nfs4_do_setattr(inode, cred, fattr, sattr, state, NULL, label);
David Quigleyaa9c2662013-05-22 12:50:44 -04003087 if (status == 0) {
Trond Myklebust65e43082005-08-16 11:49:44 -04003088 nfs_setattr_update_inode(inode, sattr);
David Quigleyaa9c2662013-05-22 12:50:44 -04003089 nfs_setsecurity(inode, fattr, label);
3090 }
David Quigley14c43f72013-05-22 12:50:43 -04003091 nfs4_label_free(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003092 return status;
3093}
3094
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003095static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
3096 const struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003097 struct nfs_fattr *fattr, struct nfs4_label *label)
David Howells2b3de442006-08-22 20:06:09 -04003098{
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003099 struct nfs_server *server = NFS_SERVER(dir);
David Howells2b3de442006-08-22 20:06:09 -04003100 int status;
3101 struct nfs4_lookup_arg args = {
3102 .bitmask = server->attr_bitmask,
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003103 .dir_fh = NFS_FH(dir),
David Howells2b3de442006-08-22 20:06:09 -04003104 .name = name,
3105 };
3106 struct nfs4_lookup_res res = {
3107 .server = server,
3108 .fattr = fattr,
David Quigleyaa9c2662013-05-22 12:50:44 -04003109 .label = label,
David Howells2b3de442006-08-22 20:06:09 -04003110 .fh = fhandle,
3111 };
3112 struct rpc_message msg = {
3113 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
3114 .rpc_argp = &args,
3115 .rpc_resp = &res,
3116 };
3117
David Quigleyaa9c2662013-05-22 12:50:44 -04003118 args.bitmask = nfs4_bitmask(server, label);
3119
David Howells2b3de442006-08-22 20:06:09 -04003120 nfs_fattr_init(fattr);
3121
Linus Torvalds1da177e2005-04-16 15:20:36 -07003122 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003123 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003124 dprintk("NFS reply lookup: %d\n", status);
3125 return status;
3126}
3127
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003128static void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr)
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003129{
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003130 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003131 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_MOUNTPOINT;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003132 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
3133 fattr->nlink = 2;
3134}
3135
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003136static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir,
3137 struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003138 struct nfs_fattr *fattr, struct nfs4_label *label)
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003139{
3140 struct nfs4_exception exception = { };
3141 struct rpc_clnt *client = *clnt;
3142 int err;
3143 do {
David Quigley1775fd32013-05-22 12:50:42 -04003144 err = _nfs4_proc_lookup(client, dir, name, fhandle, fattr, label);
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003145 trace_nfs4_lookup(dir, name, err);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003146 switch (err) {
3147 case -NFS4ERR_BADNAME:
3148 err = -ENOENT;
3149 goto out;
3150 case -NFS4ERR_MOVED:
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003151 err = nfs4_get_referral(client, dir, name, fattr, fhandle);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003152 goto out;
3153 case -NFS4ERR_WRONGSEC:
3154 err = -EPERM;
3155 if (client != *clnt)
3156 goto out;
Trond Myklebust41d058c2013-09-07 17:49:05 -04003157 /* No security negotiation if the user specified 'sec=' */
3158 if (NFS_SERVER(dir)->flags & NFS_MOUNT_SECFLAVOUR)
3159 goto out;
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003160 client = nfs4_create_sec_client(client, dir, name);
3161 if (IS_ERR(client))
3162 return PTR_ERR(client);
3163
3164 exception.retry = 1;
3165 break;
3166 default:
3167 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
3168 }
3169 } while (exception.retry);
3170
3171out:
3172 if (err == 0)
3173 *clnt = client;
3174 else if (client != *clnt)
3175 rpc_shutdown_client(client);
3176
3177 return err;
3178}
3179
Bryan Schumaker80a16b22012-04-27 13:27:46 -04003180static int nfs4_proc_lookup(struct inode *dir, struct qstr *name,
David Quigley1775fd32013-05-22 12:50:42 -04003181 struct nfs_fh *fhandle, struct nfs_fattr *fattr,
3182 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183{
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003184 int status;
3185 struct rpc_clnt *client = NFS_CLIENT(dir);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003186
David Quigley1775fd32013-05-22 12:50:42 -04003187 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, label);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003188 if (client != NFS_CLIENT(dir)) {
3189 rpc_shutdown_client(client);
3190 nfs_fixup_secinfo_attributes(fattr);
3191 }
3192 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193}
3194
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003195struct rpc_clnt *
3196nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name,
3197 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
3198{
Trond Myklebustb72888c2013-08-07 20:38:07 -04003199 struct rpc_clnt *client = NFS_CLIENT(dir);
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003200 int status;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003201
David Quigley1775fd32013-05-22 12:50:42 -04003202 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, NULL);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003203 if (status < 0)
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003204 return ERR_PTR(status);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003205 return (client == NFS_CLIENT(dir)) ? rpc_clone_client(client) : client;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003206}
3207
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3209{
Trond Myklebust76b32992007-08-10 17:45:11 -04003210 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211 struct nfs4_accessargs args = {
3212 .fh = NFS_FH(inode),
Trond Myklebusta4980e72012-01-30 15:43:56 -05003213 .bitmask = server->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214 };
Trond Myklebust76b32992007-08-10 17:45:11 -04003215 struct nfs4_accessres res = {
3216 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04003217 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218 struct rpc_message msg = {
3219 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
3220 .rpc_argp = &args,
3221 .rpc_resp = &res,
3222 .rpc_cred = entry->cred,
3223 };
3224 int mode = entry->mask;
David Quigleyaa9c2662013-05-22 12:50:44 -04003225 int status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003226
3227 /*
3228 * Determine which access bits we want to ask for...
3229 */
3230 if (mode & MAY_READ)
3231 args.access |= NFS4_ACCESS_READ;
3232 if (S_ISDIR(inode->i_mode)) {
3233 if (mode & MAY_WRITE)
3234 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
3235 if (mode & MAY_EXEC)
3236 args.access |= NFS4_ACCESS_LOOKUP;
3237 } else {
3238 if (mode & MAY_WRITE)
3239 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
3240 if (mode & MAY_EXEC)
3241 args.access |= NFS4_ACCESS_EXECUTE;
3242 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003243
3244 res.fattr = nfs_alloc_fattr();
3245 if (res.fattr == NULL)
3246 return -ENOMEM;
3247
Bryan Schumaker7c513052011-03-24 17:12:24 +00003248 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003249 if (!status) {
Weston Andros Adamson6168f622012-09-10 14:00:46 -04003250 nfs_access_set_mask(entry, res.access);
Trond Myklebustc407d412010-04-16 16:22:48 -04003251 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003253 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003254 return status;
3255}
3256
3257static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3258{
3259 struct nfs4_exception exception = { };
3260 int err;
3261 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003262 err = _nfs4_proc_access(inode, entry);
3263 trace_nfs4_access(inode, err);
3264 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003265 &exception);
3266 } while (exception.retry);
3267 return err;
3268}
3269
3270/*
3271 * TODO: For the time being, we don't try to get any attributes
3272 * along with any of the zero-copy operations READ, READDIR,
3273 * READLINK, WRITE.
3274 *
3275 * In the case of the first three, we want to put the GETATTR
3276 * after the read-type operation -- this is because it is hard
3277 * to predict the length of a GETATTR response in v4, and thus
3278 * align the READ data correctly. This means that the GETATTR
3279 * may end up partially falling into the page cache, and we should
3280 * shift it into the 'tail' of the xdr_buf before processing.
3281 * To do this efficiently, we need to know the total length
3282 * of data received, which doesn't seem to be available outside
3283 * of the RPC layer.
3284 *
3285 * In the case of WRITE, we also want to put the GETATTR after
3286 * the operation -- in this case because we want to make sure
Trond Myklebust140150d2012-06-05 15:20:25 -04003287 * we get the post-operation mtime and size.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288 *
3289 * Both of these changes to the XDR layer would in fact be quite
3290 * minor, but I decided to leave them for a subsequent patch.
3291 */
3292static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
3293 unsigned int pgbase, unsigned int pglen)
3294{
3295 struct nfs4_readlink args = {
3296 .fh = NFS_FH(inode),
3297 .pgbase = pgbase,
3298 .pglen = pglen,
3299 .pages = &page,
3300 };
Benny Halevyf50c7002009-04-01 09:21:55 -04003301 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302 struct rpc_message msg = {
3303 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
3304 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04003305 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306 };
3307
Bryan Schumaker7c513052011-03-24 17:12:24 +00003308 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 -07003309}
3310
3311static int nfs4_proc_readlink(struct inode *inode, struct page *page,
3312 unsigned int pgbase, unsigned int pglen)
3313{
3314 struct nfs4_exception exception = { };
3315 int err;
3316 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003317 err = _nfs4_proc_readlink(inode, page, pgbase, pglen);
3318 trace_nfs4_readlink(inode, err);
3319 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003320 &exception);
3321 } while (exception.retry);
3322 return err;
3323}
3324
Linus Torvalds1da177e2005-04-16 15:20:36 -07003325/*
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003326 * This is just for mknod. open(O_CREAT) will always do ->open_context().
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003328static int
3329nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003330 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003331{
David Quigleyaa9c2662013-05-22 12:50:44 -04003332 struct nfs4_label l, *ilabel = NULL;
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003333 struct nfs_open_context *ctx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334 struct nfs4_state *state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003335 int status = 0;
3336
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003337 ctx = alloc_nfs_open_context(dentry, FMODE_READ);
3338 if (IS_ERR(ctx))
3339 return PTR_ERR(ctx);
3340
David Quigleyaa9c2662013-05-22 12:50:44 -04003341 ilabel = nfs4_label_init_security(dir, dentry, sattr, &l);
3342
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003343 sattr->ia_mode &= ~current_umask();
Trond Myklebust959d9212013-06-28 16:29:51 -04003344 state = nfs4_do_open(dir, ctx, flags, sattr, ilabel);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003345 if (IS_ERR(state)) {
3346 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04003347 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003348 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003349out:
David Quigleyaa9c2662013-05-22 12:50:44 -04003350 nfs4_label_release_security(ilabel);
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003351 put_nfs_open_context(ctx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003352 return status;
3353}
3354
3355static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
3356{
Trond Myklebust16e42952005-10-27 22:12:44 -04003357 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003358 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359 .fh = NFS_FH(dir),
Linus Torvalds26fe5752012-05-10 13:14:12 -07003360 .name = *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003361 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003362 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04003363 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04003364 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003365 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003366 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
3367 .rpc_argp = &args,
3368 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369 };
Trond Myklebust778d2812012-04-27 13:48:19 -04003370 int status;
Trond Myklebustd3468902010-04-16 16:22:50 -04003371
Bryan Schumaker7c513052011-03-24 17:12:24 +00003372 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust778d2812012-04-27 13:48:19 -04003373 if (status == 0)
Trond Myklebust16e42952005-10-27 22:12:44 -04003374 update_changeattr(dir, &res.cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375 return status;
3376}
3377
3378static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
3379{
3380 struct nfs4_exception exception = { };
3381 int err;
3382 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003383 err = _nfs4_proc_remove(dir, name);
3384 trace_nfs4_remove(dir, name, err);
3385 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386 &exception);
3387 } while (exception.retry);
3388 return err;
3389}
3390
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003391static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003392{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003393 struct nfs_server *server = NFS_SERVER(dir);
3394 struct nfs_removeargs *args = msg->rpc_argp;
3395 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003396
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003397 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003398 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Chuck Levera9c92d62013-08-09 12:48:18 -04003399 nfs4_init_sequence(&args->seq_args, &res->seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04003400
3401 nfs_fattr_init(res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003402}
3403
Bryan Schumaker34e137c2012-03-19 14:54:41 -04003404static void nfs4_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data)
3405{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003406 nfs4_setup_sequence(NFS_SERVER(data->dir),
3407 &data->args.seq_args,
3408 &data->res.seq_res,
3409 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410}
3411
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003412static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003413{
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003414 struct nfs_unlinkdata *data = task->tk_calldata;
3415 struct nfs_removeres *res = &data->res;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003416
Trond Myklebust14516c32010-07-31 14:29:06 -04003417 if (!nfs4_sequence_done(task, &res->seq_res))
3418 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003419 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003420 return 0;
3421 update_changeattr(dir, &res->cinfo);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003422 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423}
3424
Jeff Laytond3d41522010-09-17 17:31:57 -04003425static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
3426{
3427 struct nfs_server *server = NFS_SERVER(dir);
3428 struct nfs_renameargs *arg = msg->rpc_argp;
3429 struct nfs_renameres *res = msg->rpc_resp;
3430
3431 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
Jeff Laytond3d41522010-09-17 17:31:57 -04003432 res->server = server;
Chuck Levera9c92d62013-08-09 12:48:18 -04003433 nfs4_init_sequence(&arg->seq_args, &res->seq_res, 1);
Jeff Laytond3d41522010-09-17 17:31:57 -04003434}
3435
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04003436static void nfs4_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data)
3437{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003438 nfs4_setup_sequence(NFS_SERVER(data->old_dir),
3439 &data->args.seq_args,
3440 &data->res.seq_res,
3441 task);
Jeff Laytond3d41522010-09-17 17:31:57 -04003442}
3443
3444static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
3445 struct inode *new_dir)
3446{
Trond Myklebustfbc6f7c2013-08-12 17:08:26 -04003447 struct nfs_renamedata *data = task->tk_calldata;
3448 struct nfs_renameres *res = &data->res;
Jeff Laytond3d41522010-09-17 17:31:57 -04003449
3450 if (!nfs4_sequence_done(task, &res->seq_res))
3451 return 0;
3452 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
3453 return 0;
3454
3455 update_changeattr(old_dir, &res->old_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003456 update_changeattr(new_dir, &res->new_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003457 return 1;
3458}
3459
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
3461 struct inode *new_dir, struct qstr *new_name)
3462{
Trond Myklebust6caf2c82005-10-27 22:12:43 -04003463 struct nfs_server *server = NFS_SERVER(old_dir);
Jeff Layton920769f2010-09-17 17:30:25 -04003464 struct nfs_renameargs arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465 .old_dir = NFS_FH(old_dir),
3466 .new_dir = NFS_FH(new_dir),
3467 .old_name = old_name,
3468 .new_name = new_name,
3469 };
Jeff Laytone8582a82010-09-17 17:31:06 -04003470 struct nfs_renameres res = {
Trond Myklebust6caf2c82005-10-27 22:12:43 -04003471 .server = server,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04003472 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473 struct rpc_message msg = {
3474 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME],
3475 .rpc_argp = &arg,
3476 .rpc_resp = &res,
3477 };
Trond Myklebust011fff72010-04-16 16:22:49 -04003478 int status = -ENOMEM;
David Quigley14c43f72013-05-22 12:50:43 -04003479
Bryan Schumaker7c513052011-03-24 17:12:24 +00003480 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003481 if (!status) {
3482 update_changeattr(old_dir, &res.old_cinfo);
3483 update_changeattr(new_dir, &res.new_cinfo);
3484 }
3485 return status;
3486}
3487
3488static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
3489 struct inode *new_dir, struct qstr *new_name)
3490{
3491 struct nfs4_exception exception = { };
3492 int err;
3493 do {
Trond Myklebustfbc6f7c2013-08-12 17:08:26 -04003494 err = _nfs4_proc_rename(old_dir, old_name,
3495 new_dir, new_name);
3496 trace_nfs4_rename(old_dir, old_name, new_dir, new_name, err);
3497 err = nfs4_handle_exception(NFS_SERVER(old_dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498 &exception);
3499 } while (exception.retry);
3500 return err;
3501}
3502
3503static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3504{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003505 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003506 struct nfs4_link_arg arg = {
3507 .fh = NFS_FH(inode),
3508 .dir_fh = NFS_FH(dir),
3509 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003510 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003511 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003512 struct nfs4_link_res res = {
3513 .server = server,
David Quigley1775fd32013-05-22 12:50:42 -04003514 .label = NULL,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003515 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003516 struct rpc_message msg = {
3517 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
3518 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003519 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003520 };
Trond Myklebust136f2622010-04-16 16:22:49 -04003521 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003522
Trond Myklebust136f2622010-04-16 16:22:49 -04003523 res.fattr = nfs_alloc_fattr();
Trond Myklebust778d2812012-04-27 13:48:19 -04003524 if (res.fattr == NULL)
Trond Myklebust136f2622010-04-16 16:22:49 -04003525 goto out;
3526
David Quigley14c43f72013-05-22 12:50:43 -04003527 res.label = nfs4_label_alloc(server, GFP_KERNEL);
3528 if (IS_ERR(res.label)) {
3529 status = PTR_ERR(res.label);
3530 goto out;
3531 }
David Quigleyaa9c2662013-05-22 12:50:44 -04003532 arg.bitmask = nfs4_bitmask(server, res.label);
David Quigley14c43f72013-05-22 12:50:43 -04003533
Bryan Schumaker7c513052011-03-24 17:12:24 +00003534 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003535 if (!status) {
3536 update_changeattr(dir, &res.cinfo);
David Quigleyaa9c2662013-05-22 12:50:44 -04003537 status = nfs_post_op_update_inode(inode, res.fattr);
3538 if (!status)
3539 nfs_setsecurity(inode, res.fattr, res.label);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003540 }
David Quigley14c43f72013-05-22 12:50:43 -04003541
3542
3543 nfs4_label_free(res.label);
3544
Trond Myklebust136f2622010-04-16 16:22:49 -04003545out:
Trond Myklebust136f2622010-04-16 16:22:49 -04003546 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003547 return status;
3548}
3549
3550static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3551{
3552 struct nfs4_exception exception = { };
3553 int err;
3554 do {
3555 err = nfs4_handle_exception(NFS_SERVER(inode),
3556 _nfs4_proc_link(inode, dir, name),
3557 &exception);
3558 } while (exception.retry);
3559 return err;
3560}
3561
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003562struct nfs4_createdata {
3563 struct rpc_message msg;
3564 struct nfs4_create_arg arg;
3565 struct nfs4_create_res res;
3566 struct nfs_fh fh;
3567 struct nfs_fattr fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003568 struct nfs4_label *label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003569};
3570
3571static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
3572 struct qstr *name, struct iattr *sattr, u32 ftype)
3573{
3574 struct nfs4_createdata *data;
3575
3576 data = kzalloc(sizeof(*data), GFP_KERNEL);
3577 if (data != NULL) {
3578 struct nfs_server *server = NFS_SERVER(dir);
3579
David Quigley14c43f72013-05-22 12:50:43 -04003580 data->label = nfs4_label_alloc(server, GFP_KERNEL);
3581 if (IS_ERR(data->label))
3582 goto out_free;
3583
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003584 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
3585 data->msg.rpc_argp = &data->arg;
3586 data->msg.rpc_resp = &data->res;
3587 data->arg.dir_fh = NFS_FH(dir);
3588 data->arg.server = server;
3589 data->arg.name = name;
3590 data->arg.attrs = sattr;
3591 data->arg.ftype = ftype;
David Quigleyaa9c2662013-05-22 12:50:44 -04003592 data->arg.bitmask = nfs4_bitmask(server, data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003593 data->res.server = server;
3594 data->res.fh = &data->fh;
3595 data->res.fattr = &data->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003596 data->res.label = data->label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003597 nfs_fattr_init(data->res.fattr);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003598 }
3599 return data;
David Quigley14c43f72013-05-22 12:50:43 -04003600out_free:
3601 kfree(data);
3602 return NULL;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003603}
3604
3605static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
3606{
Bryan Schumaker7c513052011-03-24 17:12:24 +00003607 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00003608 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003609 if (status == 0) {
3610 update_changeattr(dir, &data->res.dir_cinfo);
David Quigley1775fd32013-05-22 12:50:42 -04003611 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr, data->res.label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003612 }
3613 return status;
3614}
3615
3616static void nfs4_free_createdata(struct nfs4_createdata *data)
3617{
David Quigley14c43f72013-05-22 12:50:43 -04003618 nfs4_label_free(data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003619 kfree(data);
3620}
3621
Chuck Lever4f390c12006-08-22 20:06:22 -04003622static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003623 struct page *page, unsigned int len, struct iattr *sattr,
3624 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003625{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003626 struct nfs4_createdata *data;
3627 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003628
Chuck Lever94a6d752006-08-22 20:06:23 -04003629 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003630 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04003631
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003632 status = -ENOMEM;
3633 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
3634 if (data == NULL)
3635 goto out;
3636
3637 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
3638 data->arg.u.symlink.pages = &page;
3639 data->arg.u.symlink.len = len;
David Quigley1775fd32013-05-22 12:50:42 -04003640 data->arg.label = label;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003642 status = nfs4_do_create(dir, dentry, data);
3643
3644 nfs4_free_createdata(data);
3645out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003646 return status;
3647}
3648
Chuck Lever4f390c12006-08-22 20:06:22 -04003649static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04003650 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651{
3652 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003653 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003654 int err;
David Quigleyaa9c2662013-05-22 12:50:44 -04003655
3656 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3657
Linus Torvalds1da177e2005-04-16 15:20:36 -07003658 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003659 err = _nfs4_proc_symlink(dir, dentry, page, len, sattr, label);
3660 trace_nfs4_symlink(dir, &dentry->d_name, err);
3661 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003662 &exception);
3663 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003664
3665 nfs4_label_release_security(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003666 return err;
3667}
3668
3669static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003670 struct iattr *sattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003671{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003672 struct nfs4_createdata *data;
3673 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003674
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003675 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
3676 if (data == NULL)
3677 goto out;
3678
David Quigley1775fd32013-05-22 12:50:42 -04003679 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003680 status = nfs4_do_create(dir, dentry, data);
3681
3682 nfs4_free_createdata(data);
3683out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003684 return status;
3685}
3686
3687static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
3688 struct iattr *sattr)
3689{
3690 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003691 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003692 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003693
David Quigleyaa9c2662013-05-22 12:50:44 -04003694 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3695
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003696 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003697 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003698 err = _nfs4_proc_mkdir(dir, dentry, sattr, label);
3699 trace_nfs4_mkdir(dir, &dentry->d_name, err);
3700 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701 &exception);
3702 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003703 nfs4_label_release_security(label);
3704
Linus Torvalds1da177e2005-04-16 15:20:36 -07003705 return err;
3706}
3707
3708static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003709 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710{
3711 struct inode *dir = dentry->d_inode;
3712 struct nfs4_readdir_arg args = {
3713 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003714 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003715 .pgbase = 0,
3716 .count = count,
Trond Myklebust96d25e52009-11-11 16:15:42 +09003717 .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04003718 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003719 };
3720 struct nfs4_readdir_res res;
3721 struct rpc_message msg = {
3722 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
3723 .rpc_argp = &args,
3724 .rpc_resp = &res,
3725 .rpc_cred = cred,
3726 };
3727 int status;
3728
Harvey Harrison3110ff82008-05-02 13:42:44 -07003729 dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003730 dentry->d_parent->d_name.name,
3731 dentry->d_name.name,
3732 (unsigned long long)cookie);
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003733 nfs4_setup_readdir(cookie, NFS_I(dir)->cookieverf, dentry, &args);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00003735 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 -05003736 if (status >= 0) {
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003737 memcpy(NFS_I(dir)->cookieverf, res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05003738 status += args.pgbase;
3739 }
Trond Myklebustc4812992007-09-28 17:11:45 -04003740
3741 nfs_invalidate_atime(dir);
3742
Harvey Harrison3110ff82008-05-02 13:42:44 -07003743 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003744 return status;
3745}
3746
3747static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003748 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003749{
3750 struct nfs4_exception exception = { };
3751 int err;
3752 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003753 err = _nfs4_proc_readdir(dentry, cred, cookie,
3754 pages, count, plus);
3755 trace_nfs4_readdir(dentry->d_inode, err);
3756 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003757 &exception);
3758 } while (exception.retry);
3759 return err;
3760}
3761
3762static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
David Quigleyaa9c2662013-05-22 12:50:44 -04003763 struct iattr *sattr, struct nfs4_label *label, dev_t rdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003764{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003765 struct nfs4_createdata *data;
3766 int mode = sattr->ia_mode;
3767 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003768
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003769 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
3770 if (data == NULL)
3771 goto out;
3772
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003774 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003776 data->arg.ftype = NF4BLK;
3777 data->arg.u.device.specdata1 = MAJOR(rdev);
3778 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003779 }
3780 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003781 data->arg.ftype = NF4CHR;
3782 data->arg.u.device.specdata1 = MAJOR(rdev);
3783 data->arg.u.device.specdata2 = MINOR(rdev);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003784 } else if (!S_ISSOCK(mode)) {
3785 status = -EINVAL;
3786 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787 }
David Quigley1775fd32013-05-22 12:50:42 -04003788
David Quigleyaa9c2662013-05-22 12:50:44 -04003789 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003790 status = nfs4_do_create(dir, dentry, data);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003791out_free:
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003792 nfs4_free_createdata(data);
3793out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003794 return status;
3795}
3796
3797static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3798 struct iattr *sattr, dev_t rdev)
3799{
3800 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003801 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003802 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003803
David Quigleyaa9c2662013-05-22 12:50:44 -04003804 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3805
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003806 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003808 err = _nfs4_proc_mknod(dir, dentry, sattr, label, rdev);
3809 trace_nfs4_mknod(dir, &dentry->d_name, err);
3810 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003811 &exception);
3812 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003813
3814 nfs4_label_release_security(label);
3815
Linus Torvalds1da177e2005-04-16 15:20:36 -07003816 return err;
3817}
3818
3819static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
3820 struct nfs_fsstat *fsstat)
3821{
3822 struct nfs4_statfs_arg args = {
3823 .fh = fhandle,
3824 .bitmask = server->attr_bitmask,
3825 };
Benny Halevy24ad1482009-04-01 09:21:56 -04003826 struct nfs4_statfs_res res = {
3827 .fsstat = fsstat,
3828 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003829 struct rpc_message msg = {
3830 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
3831 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04003832 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833 };
3834
Trond Myklebust0e574af2005-10-27 22:12:38 -04003835 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003836 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837}
3838
3839static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
3840{
3841 struct nfs4_exception exception = { };
3842 int err;
3843 do {
3844 err = nfs4_handle_exception(server,
3845 _nfs4_proc_statfs(server, fhandle, fsstat),
3846 &exception);
3847 } while (exception.retry);
3848 return err;
3849}
3850
3851static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
3852 struct nfs_fsinfo *fsinfo)
3853{
3854 struct nfs4_fsinfo_arg args = {
3855 .fh = fhandle,
3856 .bitmask = server->attr_bitmask,
3857 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04003858 struct nfs4_fsinfo_res res = {
3859 .fsinfo = fsinfo,
3860 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861 struct rpc_message msg = {
3862 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
3863 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04003864 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865 };
3866
Bryan Schumaker7c513052011-03-24 17:12:24 +00003867 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003868}
3869
3870static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
3871{
3872 struct nfs4_exception exception = { };
Chuck Lever83ca7f52013-03-16 15:55:53 -04003873 unsigned long now = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003874 int err;
3875
3876 do {
Chuck Lever83ca7f52013-03-16 15:55:53 -04003877 err = _nfs4_do_fsinfo(server, fhandle, fsinfo);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04003878 trace_nfs4_fsinfo(server, fhandle, fsinfo->fattr, err);
Chuck Lever83ca7f52013-03-16 15:55:53 -04003879 if (err == 0) {
3880 struct nfs_client *clp = server->nfs_client;
3881
3882 spin_lock(&clp->cl_lock);
3883 clp->cl_lease_time = fsinfo->lease_time * HZ;
3884 clp->cl_last_renewal = now;
3885 spin_unlock(&clp->cl_lock);
3886 break;
3887 }
3888 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003889 } while (exception.retry);
3890 return err;
3891}
3892
3893static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
3894{
Bryan Schumakere38eb652012-06-20 15:53:40 -04003895 int error;
3896
Trond Myklebust0e574af2005-10-27 22:12:38 -04003897 nfs_fattr_init(fsinfo->fattr);
Bryan Schumakere38eb652012-06-20 15:53:40 -04003898 error = nfs4_do_fsinfo(server, fhandle, fsinfo);
Peng Taodc182542012-08-24 00:27:49 +08003899 if (error == 0) {
3900 /* block layout checks this! */
3901 server->pnfs_blksize = fsinfo->blksize;
Bryan Schumakere38eb652012-06-20 15:53:40 -04003902 set_pnfs_layoutdriver(server, fhandle, fsinfo->layouttype);
Peng Taodc182542012-08-24 00:27:49 +08003903 }
Bryan Schumakere38eb652012-06-20 15:53:40 -04003904
3905 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003906}
3907
3908static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
3909 struct nfs_pathconf *pathconf)
3910{
3911 struct nfs4_pathconf_arg args = {
3912 .fh = fhandle,
3913 .bitmask = server->attr_bitmask,
3914 };
Benny Halevyd45b2982009-04-01 09:21:58 -04003915 struct nfs4_pathconf_res res = {
3916 .pathconf = pathconf,
3917 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003918 struct rpc_message msg = {
3919 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
3920 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04003921 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003922 };
3923
3924 /* None of the pathconf attributes are mandatory to implement */
3925 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
3926 memset(pathconf, 0, sizeof(*pathconf));
3927 return 0;
3928 }
3929
Trond Myklebust0e574af2005-10-27 22:12:38 -04003930 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003931 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003932}
3933
3934static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
3935 struct nfs_pathconf *pathconf)
3936{
3937 struct nfs4_exception exception = { };
3938 int err;
3939
3940 do {
3941 err = nfs4_handle_exception(server,
3942 _nfs4_proc_pathconf(server, fhandle, pathconf),
3943 &exception);
3944 } while (exception.retry);
3945 return err;
3946}
3947
Trond Myklebust5521abf2013-03-16 20:54:34 -04003948int nfs4_set_rw_stateid(nfs4_stateid *stateid,
Trond Myklebust9b206142013-03-17 15:52:00 -04003949 const struct nfs_open_context *ctx,
3950 const struct nfs_lock_context *l_ctx,
3951 fmode_t fmode)
3952{
3953 const struct nfs_lockowner *lockowner = NULL;
3954
3955 if (l_ctx != NULL)
3956 lockowner = &l_ctx->lockowner;
Trond Myklebust5521abf2013-03-16 20:54:34 -04003957 return nfs4_select_rw_stateid(stateid, ctx->state, fmode, lockowner);
Trond Myklebust9b206142013-03-17 15:52:00 -04003958}
3959EXPORT_SYMBOL_GPL(nfs4_set_rw_stateid);
3960
Trond Myklebust5521abf2013-03-16 20:54:34 -04003961static bool nfs4_stateid_is_current(nfs4_stateid *stateid,
3962 const struct nfs_open_context *ctx,
3963 const struct nfs_lock_context *l_ctx,
3964 fmode_t fmode)
3965{
3966 nfs4_stateid current_stateid;
3967
3968 if (nfs4_set_rw_stateid(&current_stateid, ctx, l_ctx, fmode))
3969 return false;
3970 return nfs4_stateid_match(stateid, &current_stateid);
3971}
3972
3973static bool nfs4_error_stateid_expired(int err)
3974{
3975 switch (err) {
3976 case -NFS4ERR_DELEG_REVOKED:
3977 case -NFS4ERR_ADMIN_REVOKED:
3978 case -NFS4ERR_BAD_STATEID:
3979 case -NFS4ERR_STALE_STATEID:
3980 case -NFS4ERR_OLD_STATEID:
3981 case -NFS4ERR_OPENMODE:
3982 case -NFS4ERR_EXPIRED:
3983 return true;
3984 }
3985 return false;
3986}
3987
Benny Halevyd20581a2011-05-22 19:52:03 +03003988void __nfs4_read_done_cb(struct nfs_read_data *data)
3989{
Fred Isamancd841602012-04-20 14:47:44 -04003990 nfs_invalidate_atime(data->header->inode);
Benny Halevyd20581a2011-05-22 19:52:03 +03003991}
3992
Andy Adamsoncbdabc72011-03-01 01:34:20 +00003993static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_read_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003994{
Fred Isamancd841602012-04-20 14:47:44 -04003995 struct nfs_server *server = NFS_SERVER(data->header->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003996
Trond Myklebustcc668ab2013-08-14 15:31:28 -04003997 trace_nfs4_read(data, task->tk_status);
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003998 if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07003999 rpc_restart_call_prepare(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05004000 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004001 }
Trond Myklebust8850df92007-09-28 17:20:07 -04004002
Benny Halevyd20581a2011-05-22 19:52:03 +03004003 __nfs4_read_done_cb(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004 if (task->tk_status > 0)
Trond Myklebustec06c092006-03-20 13:44:27 -05004005 renew_lease(server, data->timestamp);
4006 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004007}
4008
Trond Myklebust5521abf2013-03-16 20:54:34 -04004009static bool nfs4_read_stateid_changed(struct rpc_task *task,
4010 struct nfs_readargs *args)
4011{
4012
4013 if (!nfs4_error_stateid_expired(task->tk_status) ||
4014 nfs4_stateid_is_current(&args->stateid,
4015 args->context,
4016 args->lock_context,
4017 FMODE_READ))
4018 return false;
4019 rpc_restart_call_prepare(task);
4020 return true;
4021}
4022
Andy Adamsoncbdabc72011-03-01 01:34:20 +00004023static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data)
4024{
4025
4026 dprintk("--> %s\n", __func__);
4027
4028 if (!nfs4_sequence_done(task, &data->res.seq_res))
4029 return -EAGAIN;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004030 if (nfs4_read_stateid_changed(task, &data->args))
4031 return -EAGAIN;
Benny Halevyd20581a2011-05-22 19:52:03 +03004032 return data->read_done_cb ? data->read_done_cb(task, data) :
4033 nfs4_read_done_cb(task, data);
Andy Adamsoncbdabc72011-03-01 01:34:20 +00004034}
4035
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004036static void nfs4_proc_read_setup(struct nfs_read_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004037{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004038 data->timestamp = jiffies;
Andy Adamsoncbdabc72011-03-01 01:34:20 +00004039 data->read_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004040 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Chuck Levera9c92d62013-08-09 12:48:18 -04004041 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004042}
4043
NeilBrownef1820f2013-09-04 17:04:49 +10004044static int nfs4_proc_read_rpc_prepare(struct rpc_task *task, struct nfs_read_data *data)
Bryan Schumakerea7c3302012-03-19 14:54:40 -04004045{
Trond Myklebust9b206142013-03-17 15:52:00 -04004046 if (nfs4_setup_sequence(NFS_SERVER(data->header->inode),
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004047 &data->args.seq_args,
4048 &data->res.seq_res,
Trond Myklebust9b206142013-03-17 15:52:00 -04004049 task))
NeilBrownef1820f2013-09-04 17:04:49 +10004050 return 0;
4051 if (nfs4_set_rw_stateid(&data->args.stateid, data->args.context,
4052 data->args.lock_context, FMODE_READ) == -EIO)
4053 return -EIO;
4054 if (unlikely(test_bit(NFS_CONTEXT_BAD, &data->args.context->flags)))
4055 return -EIO;
4056 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057}
4058
Fred Isamanb029bc92011-03-03 15:13:42 +00004059static int nfs4_write_done_cb(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004060{
Fred Isamancd841602012-04-20 14:47:44 -04004061 struct inode *inode = data->header->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004062
Trond Myklebustcc668ab2013-08-14 15:31:28 -04004063 trace_nfs4_write(data, task->tk_status);
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004064 if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004065 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004066 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004067 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004068 if (task->tk_status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004069 renew_lease(NFS_SERVER(inode), data->timestamp);
Trond Myklebust5a37f852012-04-28 14:55:16 -04004070 nfs_post_op_update_inode_force_wcc(inode, &data->fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004071 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004072 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004073}
4074
Trond Myklebust5521abf2013-03-16 20:54:34 -04004075static bool nfs4_write_stateid_changed(struct rpc_task *task,
4076 struct nfs_writeargs *args)
4077{
4078
4079 if (!nfs4_error_stateid_expired(task->tk_status) ||
4080 nfs4_stateid_is_current(&args->stateid,
4081 args->context,
4082 args->lock_context,
4083 FMODE_WRITE))
4084 return false;
4085 rpc_restart_call_prepare(task);
4086 return true;
4087}
4088
Fred Isamanb029bc92011-03-03 15:13:42 +00004089static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data)
4090{
4091 if (!nfs4_sequence_done(task, &data->res.seq_res))
4092 return -EAGAIN;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004093 if (nfs4_write_stateid_changed(task, &data->args))
4094 return -EAGAIN;
Benny Halevyd20581a2011-05-22 19:52:03 +03004095 return data->write_done_cb ? data->write_done_cb(task, data) :
4096 nfs4_write_done_cb(task, data);
Fred Isamanb029bc92011-03-03 15:13:42 +00004097}
4098
Trond Myklebust5a37f852012-04-28 14:55:16 -04004099static
4100bool nfs4_write_need_cache_consistency_data(const struct nfs_write_data *data)
Fred Isamana69aef12011-03-03 15:13:47 +00004101{
Trond Myklebust5a37f852012-04-28 14:55:16 -04004102 const struct nfs_pgio_header *hdr = data->header;
4103
4104 /* Don't request attributes for pNFS or O_DIRECT writes */
4105 if (data->ds_clp != NULL || hdr->dreq != NULL)
4106 return false;
4107 /* Otherwise, request attributes if and only if we don't hold
4108 * a delegation
4109 */
Bryan Schumaker011e2a72012-06-20 15:53:43 -04004110 return nfs4_have_delegation(hdr->inode, FMODE_READ) == 0;
Fred Isamana69aef12011-03-03 15:13:47 +00004111}
Fred Isamana69aef12011-03-03 15:13:47 +00004112
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004113static void nfs4_proc_write_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004114{
Fred Isamancd841602012-04-20 14:47:44 -04004115 struct nfs_server *server = NFS_SERVER(data->header->inode);
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004116
Trond Myklebust5a37f852012-04-28 14:55:16 -04004117 if (!nfs4_write_need_cache_consistency_data(data)) {
Fred Isaman7ffd1062011-03-03 15:13:46 +00004118 data->args.bitmask = NULL;
4119 data->res.fattr = NULL;
4120 } else
4121 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust5a37f852012-04-28 14:55:16 -04004122
Fred Isamanb029bc92011-03-03 15:13:42 +00004123 if (!data->write_done_cb)
4124 data->write_done_cb = nfs4_write_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004125 data->res.server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004126 data->timestamp = jiffies;
4127
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004128 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Chuck Levera9c92d62013-08-09 12:48:18 -04004129 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004130}
4131
NeilBrownef1820f2013-09-04 17:04:49 +10004132static int nfs4_proc_write_rpc_prepare(struct rpc_task *task, struct nfs_write_data *data)
Bryan Schumakerc6cb80d2012-03-19 14:54:39 -04004133{
Trond Myklebust9b206142013-03-17 15:52:00 -04004134 if (nfs4_setup_sequence(NFS_SERVER(data->header->inode),
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004135 &data->args.seq_args,
4136 &data->res.seq_res,
Trond Myklebust9b206142013-03-17 15:52:00 -04004137 task))
NeilBrownef1820f2013-09-04 17:04:49 +10004138 return 0;
4139 if (nfs4_set_rw_stateid(&data->args.stateid, data->args.context,
4140 data->args.lock_context, FMODE_WRITE) == -EIO)
4141 return -EIO;
4142 if (unlikely(test_bit(NFS_CONTEXT_BAD, &data->args.context->flags)))
4143 return -EIO;
4144 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004145}
4146
Fred Isaman0b7c0152012-04-20 14:47:39 -04004147static void nfs4_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data)
4148{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004149 nfs4_setup_sequence(NFS_SERVER(data->inode),
4150 &data->args.seq_args,
4151 &data->res.seq_res,
4152 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004153}
4154
Fred Isaman0b7c0152012-04-20 14:47:39 -04004155static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_commit_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004156{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04004158
Trond Myklebustcc668ab2013-08-14 15:31:28 -04004159 trace_nfs4_commit(data, task->tk_status);
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004160 if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004161 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004162 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004163 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004164 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004165}
4166
Fred Isaman0b7c0152012-04-20 14:47:39 -04004167static int nfs4_commit_done(struct rpc_task *task, struct nfs_commit_data *data)
Fred Isaman5f452432011-03-23 13:27:46 +00004168{
4169 if (!nfs4_sequence_done(task, &data->res.seq_res))
4170 return -EAGAIN;
Fred Isaman0b7c0152012-04-20 14:47:39 -04004171 return data->commit_done_cb(task, data);
Fred Isaman5f452432011-03-23 13:27:46 +00004172}
4173
Fred Isaman0b7c0152012-04-20 14:47:39 -04004174static void nfs4_proc_commit_setup(struct nfs_commit_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004175{
Trond Myklebust788e7a82006-03-20 13:44:27 -05004176 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00004177
Fred Isaman0b7c0152012-04-20 14:47:39 -04004178 if (data->commit_done_cb == NULL)
4179 data->commit_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004180 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004181 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Chuck Levera9c92d62013-08-09 12:48:18 -04004182 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004183}
4184
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004185struct nfs4_renewdata {
4186 struct nfs_client *client;
4187 unsigned long timestamp;
4188};
4189
Linus Torvalds1da177e2005-04-16 15:20:36 -07004190/*
4191 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
4192 * standalone procedure for queueing an asynchronous RENEW.
4193 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004194static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004195{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004196 struct nfs4_renewdata *data = calldata;
4197 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004198
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004199 if (atomic_read(&clp->cl_count) > 1)
4200 nfs4_schedule_state_renewal(clp);
4201 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004202 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004203}
4204
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004205static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004206{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004207 struct nfs4_renewdata *data = calldata;
4208 struct nfs_client *clp = data->client;
4209 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004210
Trond Myklebustc6d01c62013-08-09 11:51:26 -04004211 trace_nfs4_renew_async(clp, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004212 if (task->tk_status < 0) {
Trond Myklebust95baa252009-05-26 14:51:00 -04004213 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04004214 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
4215 return;
4216 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004217 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04004218 return;
4219 }
4220 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221 }
Trond Myklebust452e9352010-07-31 14:29:06 -04004222 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004223}
4224
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004225static const struct rpc_call_ops nfs4_renew_ops = {
4226 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004227 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004228};
4229
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004230static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004231{
4232 struct rpc_message msg = {
4233 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4234 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004235 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004236 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004237 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004239 if (renew_flags == 0)
4240 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004241 if (!atomic_inc_not_zero(&clp->cl_count))
4242 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04004243 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004244 if (data == NULL)
4245 return -ENOMEM;
4246 data->client = clp;
4247 data->timestamp = jiffies;
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004248 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004249 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004250}
4251
Trond Myklebust8534d4e2011-08-24 15:07:37 -04004252static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004253{
4254 struct rpc_message msg = {
4255 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4256 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004257 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004258 };
4259 unsigned long now = jiffies;
4260 int status;
4261
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004262 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004263 if (status < 0)
4264 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04004265 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004266 return 0;
4267}
4268
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004269static inline int nfs4_server_supports_acls(struct nfs_server *server)
4270{
4271 return (server->caps & NFS_CAP_ACLS)
4272 && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
4273 && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL);
4274}
4275
Trond Myklebust21f498c2012-08-24 10:59:25 -04004276/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_SIZE, and that
4277 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_SIZE) bytes on
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004278 * the stack.
4279 */
Trond Myklebust21f498c2012-08-24 10:59:25 -04004280#define NFS4ACL_MAXPAGES DIV_ROUND_UP(XATTR_SIZE_MAX, PAGE_SIZE)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004281
Neil Hormane9e3d722011-03-04 19:26:03 -05004282static int buf_to_pages_noslab(const void *buf, size_t buflen,
4283 struct page **pages, unsigned int *pgbase)
4284{
4285 struct page *newpage, **spages;
4286 int rc = 0;
4287 size_t len;
4288 spages = pages;
4289
4290 do {
Trond Myklebust21f498c2012-08-24 10:59:25 -04004291 len = min_t(size_t, PAGE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05004292 newpage = alloc_page(GFP_KERNEL);
4293
4294 if (newpage == NULL)
4295 goto unwind;
4296 memcpy(page_address(newpage), buf, len);
4297 buf += len;
4298 buflen -= len;
4299 *pages++ = newpage;
4300 rc++;
4301 } while (buflen != 0);
4302
4303 return rc;
4304
4305unwind:
4306 for(; rc > 0; rc--)
4307 __free_page(spages[rc-1]);
4308 return -ENOMEM;
4309}
4310
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004311struct nfs4_cached_acl {
4312 int cached;
4313 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00004314 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004315};
4316
4317static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004318{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004319 struct nfs_inode *nfsi = NFS_I(inode);
4320
4321 spin_lock(&inode->i_lock);
4322 kfree(nfsi->nfs4_acl);
4323 nfsi->nfs4_acl = acl;
4324 spin_unlock(&inode->i_lock);
4325}
4326
4327static void nfs4_zap_acl_attr(struct inode *inode)
4328{
4329 nfs4_set_cached_acl(inode, NULL);
4330}
4331
4332static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
4333{
4334 struct nfs_inode *nfsi = NFS_I(inode);
4335 struct nfs4_cached_acl *acl;
4336 int ret = -ENOENT;
4337
4338 spin_lock(&inode->i_lock);
4339 acl = nfsi->nfs4_acl;
4340 if (acl == NULL)
4341 goto out;
4342 if (buf == NULL) /* user is just asking for length */
4343 goto out_len;
4344 if (acl->cached == 0)
4345 goto out;
4346 ret = -ERANGE; /* see getxattr(2) man page */
4347 if (acl->len > buflen)
4348 goto out;
4349 memcpy(buf, acl->data, acl->len);
4350out_len:
4351 ret = acl->len;
4352out:
4353 spin_unlock(&inode->i_lock);
4354 return ret;
4355}
4356
Sachin Prabhu5794d212012-04-17 14:36:40 +01004357static 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 +00004358{
4359 struct nfs4_cached_acl *acl;
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004360 size_t buflen = sizeof(*acl) + acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004361
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004362 if (buflen <= PAGE_SIZE) {
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004363 acl = kmalloc(buflen, GFP_KERNEL);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004364 if (acl == NULL)
4365 goto out;
4366 acl->cached = 1;
Sachin Prabhu5794d212012-04-17 14:36:40 +01004367 _copy_from_pages(acl->data, pages, pgbase, acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004368 } else {
4369 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
4370 if (acl == NULL)
4371 goto out;
4372 acl->cached = 0;
4373 }
4374 acl->len = acl_len;
4375out:
4376 nfs4_set_cached_acl(inode, acl);
4377}
4378
Andy Adamsonbf118a32011-12-07 11:55:27 -05004379/*
4380 * The getxattr API returns the required buffer length when called with a
4381 * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating
4382 * the required buf. On a NULL buf, we send a page of data to the server
4383 * guessing that the ACL request can be serviced by a page. If so, we cache
4384 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
4385 * the cache. If not so, we throw away the page, and cache the required
4386 * length. The next getxattr call will then produce another round trip to
4387 * the server, this time with the input buf of the required size.
4388 */
Trond Myklebust16b42892006-08-24 12:27:15 -04004389static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004390{
Andy Adamsonbf118a32011-12-07 11:55:27 -05004391 struct page *pages[NFS4ACL_MAXPAGES] = {NULL, };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004392 struct nfs_getaclargs args = {
4393 .fh = NFS_FH(inode),
4394 .acl_pages = pages,
4395 .acl_len = buflen,
4396 };
Benny Halevy663c79b2009-04-01 09:21:59 -04004397 struct nfs_getaclres res = {
4398 .acl_len = buflen,
4399 };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004400 struct rpc_message msg = {
4401 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
4402 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04004403 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004404 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004405 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
4406 int ret = -ENOMEM, i;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004407
Andy Adamsonbf118a32011-12-07 11:55:27 -05004408 /* As long as we're doing a round trip to the server anyway,
4409 * let's be prepared for a page of acl data. */
4410 if (npages == 0)
4411 npages = 1;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004412 if (npages > ARRAY_SIZE(pages))
4413 return -ERANGE;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004414
Andy Adamsonbf118a32011-12-07 11:55:27 -05004415 for (i = 0; i < npages; i++) {
4416 pages[i] = alloc_page(GFP_KERNEL);
4417 if (!pages[i])
4418 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004419 }
Sachin Prabhu5a006892012-04-17 14:35:39 +01004420
4421 /* for decoding across pages */
4422 res.acl_scratch = alloc_page(GFP_KERNEL);
4423 if (!res.acl_scratch)
4424 goto out_free;
4425
Andy Adamsonbf118a32011-12-07 11:55:27 -05004426 args.acl_len = npages * PAGE_SIZE;
4427 args.acl_pgbase = 0;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004428
Peng Taode040be2012-01-10 22:42:47 +08004429 dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n",
Andy Adamsonbf118a32011-12-07 11:55:27 -05004430 __func__, buf, buflen, npages, args.acl_len);
4431 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode),
4432 &msg, &args.seq_args, &res.seq_res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004433 if (ret)
4434 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05004435
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004436 /* Handle the case where the passed-in buffer is too short */
4437 if (res.acl_flags & NFS4_ACL_TRUNC) {
4438 /* Did the user only issue a request for the acl length? */
4439 if (buf == NULL)
4440 goto out_ok;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004441 ret = -ERANGE;
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004442 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004443 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004444 nfs4_write_cached_acl(inode, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004445 if (buf) {
4446 if (res.acl_len > buflen) {
4447 ret = -ERANGE;
4448 goto out_free;
4449 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004450 _copy_from_pages(buf, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004451 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004452out_ok:
4453 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004454out_free:
Andy Adamsonbf118a32011-12-07 11:55:27 -05004455 for (i = 0; i < npages; i++)
4456 if (pages[i])
4457 __free_page(pages[i]);
Trond Myklebust331818f2012-02-03 18:30:53 -05004458 if (res.acl_scratch)
4459 __free_page(res.acl_scratch);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004460 return ret;
4461}
4462
Trond Myklebust16b42892006-08-24 12:27:15 -04004463static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
4464{
4465 struct nfs4_exception exception = { };
4466 ssize_t ret;
4467 do {
4468 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
Trond Myklebustc1578b72013-08-12 16:58:42 -04004469 trace_nfs4_get_acl(inode, ret);
Trond Myklebust16b42892006-08-24 12:27:15 -04004470 if (ret >= 0)
4471 break;
4472 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
4473 } while (exception.retry);
4474 return ret;
4475}
4476
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004477static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
4478{
4479 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004480 int ret;
4481
4482 if (!nfs4_server_supports_acls(server))
4483 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004484 ret = nfs_revalidate_inode(server, inode);
4485 if (ret < 0)
4486 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004487 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
4488 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004489 ret = nfs4_read_cached_acl(inode, buf, buflen);
4490 if (ret != -ENOENT)
Andy Adamsonbf118a32011-12-07 11:55:27 -05004491 /* -ENOENT is returned if there is no ACL or if there is an ACL
4492 * but no cached acl data, just the acl length */
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004493 return ret;
4494 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004495}
4496
Trond Myklebust16b42892006-08-24 12:27:15 -04004497static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004498{
4499 struct nfs_server *server = NFS_SERVER(inode);
4500 struct page *pages[NFS4ACL_MAXPAGES];
4501 struct nfs_setaclargs arg = {
4502 .fh = NFS_FH(inode),
4503 .acl_pages = pages,
4504 .acl_len = buflen,
4505 };
Benny Halevy73c403a2009-04-01 09:22:01 -04004506 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004507 struct rpc_message msg = {
4508 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
4509 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04004510 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004511 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004512 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
Neil Hormane9e3d722011-03-04 19:26:03 -05004513 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004514
4515 if (!nfs4_server_supports_acls(server))
4516 return -EOPNOTSUPP;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004517 if (npages > ARRAY_SIZE(pages))
4518 return -ERANGE;
Neil Hormane9e3d722011-03-04 19:26:03 -05004519 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
4520 if (i < 0)
4521 return i;
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04004522 nfs4_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004523 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05004524
4525 /*
4526 * Free each page after tx, so the only ref left is
4527 * held by the network stack
4528 */
4529 for (; i > 0; i--)
4530 put_page(pages[i-1]);
4531
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004532 /*
4533 * Acl update can result in inode attribute update.
4534 * so mark the attribute cache invalid.
4535 */
4536 spin_lock(&inode->i_lock);
4537 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
4538 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04004539 nfs_access_zap_cache(inode);
4540 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004541 return ret;
4542}
4543
Trond Myklebust16b42892006-08-24 12:27:15 -04004544static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
4545{
4546 struct nfs4_exception exception = { };
4547 int err;
4548 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004549 err = __nfs4_proc_set_acl(inode, buf, buflen);
4550 trace_nfs4_set_acl(inode, err);
4551 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Trond Myklebust16b42892006-08-24 12:27:15 -04004552 &exception);
4553 } while (exception.retry);
4554 return err;
4555}
4556
David Quigleyaa9c2662013-05-22 12:50:44 -04004557#ifdef CONFIG_NFS_V4_SECURITY_LABEL
4558static int _nfs4_get_security_label(struct inode *inode, void *buf,
4559 size_t buflen)
4560{
4561 struct nfs_server *server = NFS_SERVER(inode);
4562 struct nfs_fattr fattr;
4563 struct nfs4_label label = {0, 0, buflen, buf};
4564
4565 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
4566 struct nfs4_getattr_arg args = {
4567 .fh = NFS_FH(inode),
4568 .bitmask = bitmask,
4569 };
4570 struct nfs4_getattr_res res = {
4571 .fattr = &fattr,
4572 .label = &label,
4573 .server = server,
4574 };
4575 struct rpc_message msg = {
4576 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
4577 .rpc_argp = &args,
4578 .rpc_resp = &res,
4579 };
4580 int ret;
4581
4582 nfs_fattr_init(&fattr);
4583
4584 ret = rpc_call_sync(server->client, &msg, 0);
4585 if (ret)
4586 return ret;
4587 if (!(fattr.valid & NFS_ATTR_FATTR_V4_SECURITY_LABEL))
4588 return -ENOENT;
4589 if (buflen < label.len)
4590 return -ERANGE;
4591 return 0;
4592}
4593
4594static int nfs4_get_security_label(struct inode *inode, void *buf,
4595 size_t buflen)
4596{
4597 struct nfs4_exception exception = { };
4598 int err;
4599
4600 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4601 return -EOPNOTSUPP;
4602
4603 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004604 err = _nfs4_get_security_label(inode, buf, buflen);
4605 trace_nfs4_get_security_label(inode, err);
4606 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004607 &exception);
4608 } while (exception.retry);
4609 return err;
4610}
4611
4612static int _nfs4_do_set_security_label(struct inode *inode,
4613 struct nfs4_label *ilabel,
4614 struct nfs_fattr *fattr,
4615 struct nfs4_label *olabel)
4616{
4617
4618 struct iattr sattr = {0};
4619 struct nfs_server *server = NFS_SERVER(inode);
4620 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
4621 struct nfs_setattrargs args = {
4622 .fh = NFS_FH(inode),
4623 .iap = &sattr,
4624 .server = server,
4625 .bitmask = bitmask,
4626 .label = ilabel,
4627 };
4628 struct nfs_setattrres res = {
4629 .fattr = fattr,
4630 .label = olabel,
4631 .server = server,
4632 };
4633 struct rpc_message msg = {
4634 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
4635 .rpc_argp = &args,
4636 .rpc_resp = &res,
4637 };
4638 int status;
4639
4640 nfs4_stateid_copy(&args.stateid, &zero_stateid);
4641
4642 status = rpc_call_sync(server->client, &msg, 0);
4643 if (status)
4644 dprintk("%s failed: %d\n", __func__, status);
4645
4646 return status;
4647}
4648
4649static int nfs4_do_set_security_label(struct inode *inode,
4650 struct nfs4_label *ilabel,
4651 struct nfs_fattr *fattr,
4652 struct nfs4_label *olabel)
4653{
4654 struct nfs4_exception exception = { };
4655 int err;
4656
4657 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004658 err = _nfs4_do_set_security_label(inode, ilabel,
4659 fattr, olabel);
4660 trace_nfs4_set_security_label(inode, err);
4661 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004662 &exception);
4663 } while (exception.retry);
4664 return err;
4665}
4666
4667static int
4668nfs4_set_security_label(struct dentry *dentry, const void *buf, size_t buflen)
4669{
4670 struct nfs4_label ilabel, *olabel = NULL;
4671 struct nfs_fattr fattr;
4672 struct rpc_cred *cred;
4673 struct inode *inode = dentry->d_inode;
4674 int status;
4675
4676 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4677 return -EOPNOTSUPP;
4678
4679 nfs_fattr_init(&fattr);
4680
4681 ilabel.pi = 0;
4682 ilabel.lfs = 0;
4683 ilabel.label = (char *)buf;
4684 ilabel.len = buflen;
4685
4686 cred = rpc_lookup_cred();
4687 if (IS_ERR(cred))
4688 return PTR_ERR(cred);
4689
4690 olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
4691 if (IS_ERR(olabel)) {
4692 status = -PTR_ERR(olabel);
4693 goto out;
4694 }
4695
4696 status = nfs4_do_set_security_label(inode, &ilabel, &fattr, olabel);
4697 if (status == 0)
4698 nfs_setsecurity(inode, &fattr, olabel);
4699
4700 nfs4_label_free(olabel);
4701out:
4702 put_rpccred(cred);
4703 return status;
4704}
4705#endif /* CONFIG_NFS_V4_SECURITY_LABEL */
4706
4707
Linus Torvalds1da177e2005-04-16 15:20:36 -07004708static int
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004709nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004710{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004711 struct nfs_client *clp = server->nfs_client;
4712
4713 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004714 return 0;
4715 switch(task->tk_status) {
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05004716 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004717 case -NFS4ERR_ADMIN_REVOKED:
4718 case -NFS4ERR_BAD_STATEID:
Trond Myklebust14977482012-03-27 18:31:25 -04004719 if (state == NULL)
4720 break;
4721 nfs_remove_bad_delegation(state->inode);
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004722 case -NFS4ERR_OPENMODE:
4723 if (state == NULL)
4724 break;
Trond Myklebust5d422302013-03-14 16:57:48 -04004725 if (nfs4_schedule_stateid_recovery(server, state) < 0)
4726 goto stateid_invalid;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004727 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -04004728 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -04004729 if (state != NULL) {
4730 if (nfs4_schedule_stateid_recovery(server, state) < 0)
4731 goto stateid_invalid;
4732 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004733 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004734 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004735 nfs4_schedule_lease_recovery(clp);
4736 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004737#if defined(CONFIG_NFS_V4_1)
4738 case -NFS4ERR_BADSESSION:
4739 case -NFS4ERR_BADSLOT:
4740 case -NFS4ERR_BAD_HIGH_SLOT:
4741 case -NFS4ERR_DEADSESSION:
4742 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4743 case -NFS4ERR_SEQ_FALSE_RETRY:
4744 case -NFS4ERR_SEQ_MISORDERED:
4745 dprintk("%s ERROR %d, Reset session\n", __func__,
4746 task->tk_status);
Trond Myklebust9f594792012-05-27 13:02:53 -04004747 nfs4_schedule_session_recovery(clp->cl_session, task->tk_status);
Andy Adamson4745e312009-04-01 09:22:42 -04004748 task->tk_status = 0;
4749 return -EAGAIN;
4750#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004751 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004752 nfs_inc_server_stats(server, NFSIOS_DELAY);
Chuck Lever006ea732006-03-20 13:44:14 -05004753 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004754 rpc_delay(task, NFS4_POLL_RETRY_MAX);
4755 task->tk_status = 0;
4756 return -EAGAIN;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04004757 case -NFS4ERR_RETRY_UNCACHED_REP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004758 case -NFS4ERR_OLD_STATEID:
4759 task->tk_status = 0;
4760 return -EAGAIN;
4761 }
4762 task->tk_status = nfs4_map_errors(task->tk_status);
4763 return 0;
Trond Myklebust5d422302013-03-14 16:57:48 -04004764stateid_invalid:
4765 task->tk_status = -EIO;
4766 return 0;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004767wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004768 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004769 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
4770 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
4771 task->tk_status = 0;
4772 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004773}
4774
Chuck Leverf0920752012-05-21 22:45:41 -04004775static void nfs4_init_boot_verifier(const struct nfs_client *clp,
4776 nfs4_verifier *bootverf)
Chuck Levercd937102012-03-02 17:14:31 -05004777{
4778 __be32 verf[2];
4779
Chuck Lever2c820d92012-05-21 22:45:33 -04004780 if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) {
4781 /* An impossible timestamp guarantees this value
4782 * will never match a generated boot time. */
4783 verf[0] = 0;
Trond Myklebust17f26b12013-08-21 15:48:42 -04004784 verf[1] = cpu_to_be32(NSEC_PER_SEC + 1);
Chuck Lever2c820d92012-05-21 22:45:33 -04004785 } else {
Chuck Leverf0920752012-05-21 22:45:41 -04004786 struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id);
Trond Myklebust17f26b12013-08-21 15:48:42 -04004787 verf[0] = cpu_to_be32(nn->boot_time.tv_sec);
4788 verf[1] = cpu_to_be32(nn->boot_time.tv_nsec);
Chuck Lever2c820d92012-05-21 22:45:33 -04004789 }
Chuck Levercd937102012-03-02 17:14:31 -05004790 memcpy(bootverf->data, verf, sizeof(bootverf->data));
4791}
4792
Chuck Levere984a552012-09-14 17:24:21 -04004793static unsigned int
4794nfs4_init_nonuniform_client_string(const struct nfs_client *clp,
4795 char *buf, size_t len)
4796{
4797 unsigned int result;
4798
4799 rcu_read_lock();
4800 result = scnprintf(buf, len, "Linux NFSv4.0 %s/%s %s",
4801 clp->cl_ipaddr,
4802 rpc_peeraddr2str(clp->cl_rpcclient,
4803 RPC_DISPLAY_ADDR),
4804 rpc_peeraddr2str(clp->cl_rpcclient,
4805 RPC_DISPLAY_PROTO));
4806 rcu_read_unlock();
4807 return result;
4808}
4809
4810static unsigned int
4811nfs4_init_uniform_client_string(const struct nfs_client *clp,
4812 char *buf, size_t len)
4813{
Trond Myklebust55b59292013-07-24 16:36:35 -04004814 const char *nodename = clp->cl_rpcclient->cl_nodename;
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04004815
4816 if (nfs4_client_id_uniquifier[0] != '\0')
Trond Myklebust55b59292013-07-24 16:36:35 -04004817 return scnprintf(buf, len, "Linux NFSv%u.%u %s/%s",
4818 clp->rpc_ops->version,
4819 clp->cl_minorversion,
4820 nfs4_client_id_uniquifier,
4821 nodename);
Chuck Levere984a552012-09-14 17:24:21 -04004822 return scnprintf(buf, len, "Linux NFSv%u.%u %s",
4823 clp->rpc_ops->version, clp->cl_minorversion,
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04004824 nodename);
Chuck Levere984a552012-09-14 17:24:21 -04004825}
4826
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004827/**
4828 * nfs4_proc_setclientid - Negotiate client ID
4829 * @clp: state data structure
4830 * @program: RPC program for NFSv4 callback service
4831 * @port: IP port number for NFS4 callback service
4832 * @cred: RPC credential to use for this call
4833 * @res: where to place the result
4834 *
4835 * Returns zero, a negative errno, or a negative NFS4ERR status code.
4836 */
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04004837int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
4838 unsigned short port, struct rpc_cred *cred,
4839 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004840{
4841 nfs4_verifier sc_verifier;
4842 struct nfs4_setclientid setclientid = {
4843 .sc_verifier = &sc_verifier,
4844 .sc_prog = program,
Andy Adamsonf4eecd52011-01-06 02:04:30 +00004845 .sc_cb_ident = clp->cl_cb_ident,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004846 };
4847 struct rpc_message msg = {
4848 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
4849 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04004850 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01004851 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004852 };
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004853 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004854
Chuck Leverde734832012-07-11 16:30:50 -04004855 /* nfs_client_id4 */
Chuck Leverf0920752012-05-21 22:45:41 -04004856 nfs4_init_boot_verifier(clp, &sc_verifier);
Chuck Levere984a552012-09-14 17:24:21 -04004857 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags))
4858 setclientid.sc_name_len =
4859 nfs4_init_uniform_client_string(clp,
4860 setclientid.sc_name,
4861 sizeof(setclientid.sc_name));
4862 else
4863 setclientid.sc_name_len =
4864 nfs4_init_nonuniform_client_string(clp,
4865 setclientid.sc_name,
4866 sizeof(setclientid.sc_name));
Chuck Leverde734832012-07-11 16:30:50 -04004867 /* cb_client4 */
Chuck Levere984a552012-09-14 17:24:21 -04004868 rcu_read_lock();
Chuck Leverde734832012-07-11 16:30:50 -04004869 setclientid.sc_netid_len = scnprintf(setclientid.sc_netid,
Djalal Harounife2d5392013-06-18 17:58:12 +01004870 sizeof(setclientid.sc_netid), "%s",
Chuck Leverd4d3c502007-12-10 14:57:09 -05004871 rpc_peeraddr2str(clp->cl_rpcclient,
4872 RPC_DISPLAY_NETID));
Chuck Leverde734832012-07-11 16:30:50 -04004873 rcu_read_unlock();
4874 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05004875 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07004876 clp->cl_ipaddr, port >> 8, port & 255);
4877
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004878 dprintk("NFS call setclientid auth=%s, '%.*s'\n",
4879 clp->cl_rpcclient->cl_auth->au_ops->au_name,
4880 setclientid.sc_name_len, setclientid.sc_name);
4881 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04004882 trace_nfs4_setclientid(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004883 dprintk("NFS reply setclientid: %d\n", status);
4884 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004885}
4886
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004887/**
4888 * nfs4_proc_setclientid_confirm - Confirm client ID
4889 * @clp: state data structure
4890 * @res: result of a previous SETCLIENTID
4891 * @cred: RPC credential to use for this call
4892 *
4893 * Returns zero, a negative errno, or a negative NFS4ERR status code.
4894 */
Trond Myklebustfd954ae2011-04-24 14:28:18 -04004895int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04004896 struct nfs4_setclientid_res *arg,
4897 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004898{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004899 struct rpc_message msg = {
4900 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04004901 .rpc_argp = arg,
Trond Myklebust286d7d62006-01-03 09:55:26 +01004902 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004903 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004904 int status;
4905
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004906 dprintk("NFS call setclientid_confirm auth=%s, (client ID %llx)\n",
4907 clp->cl_rpcclient->cl_auth->au_ops->au_name,
4908 clp->cl_clientid);
Trond Myklebust1bd714f2011-04-24 14:29:33 -04004909 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04004910 trace_nfs4_setclientid_confirm(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004911 dprintk("NFS reply setclientid_confirm: %d\n", status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004912 return status;
4913}
4914
Trond Myklebustfe650402006-01-03 09:55:18 +01004915struct nfs4_delegreturndata {
4916 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01004917 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01004918 struct nfs_fh fh;
4919 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004920 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01004921 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01004922 int rpc_status;
4923};
4924
Trond Myklebustfe650402006-01-03 09:55:18 +01004925static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
4926{
4927 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04004928
Trond Myklebust14516c32010-07-31 14:29:06 -04004929 if (!nfs4_sequence_done(task, &data->res.seq_res))
4930 return;
Andy Adamson938e1012009-04-01 09:22:28 -04004931
Trond Myklebustca8acf82013-08-13 10:36:56 -04004932 trace_nfs4_delegreturn_exit(&data->args, &data->res, task->tk_status);
Ricardo Labiaga79708862009-12-07 09:23:21 -05004933 switch (task->tk_status) {
4934 case -NFS4ERR_STALE_STATEID:
4935 case -NFS4ERR_EXPIRED:
4936 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01004937 renew_lease(data->res.server, data->timestamp);
Ricardo Labiaga79708862009-12-07 09:23:21 -05004938 break;
4939 default:
4940 if (nfs4_async_handle_error(task, data->res.server, NULL) ==
4941 -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004942 rpc_restart_call_prepare(task);
Ricardo Labiaga79708862009-12-07 09:23:21 -05004943 return;
4944 }
4945 }
4946 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01004947}
4948
4949static void nfs4_delegreturn_release(void *calldata)
4950{
Trond Myklebustfe650402006-01-03 09:55:18 +01004951 kfree(calldata);
4952}
4953
Andy Adamson938e1012009-04-01 09:22:28 -04004954static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
4955{
4956 struct nfs4_delegreturndata *d_data;
4957
4958 d_data = (struct nfs4_delegreturndata *)data;
4959
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004960 nfs4_setup_sequence(d_data->res.server,
4961 &d_data->args.seq_args,
4962 &d_data->res.seq_res,
4963 task);
Andy Adamson938e1012009-04-01 09:22:28 -04004964}
Andy Adamson938e1012009-04-01 09:22:28 -04004965
Jesper Juhlc8d149f2006-03-20 13:44:07 -05004966static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04004967 .rpc_call_prepare = nfs4_delegreturn_prepare,
Trond Myklebustfe650402006-01-03 09:55:18 +01004968 .rpc_call_done = nfs4_delegreturn_done,
4969 .rpc_release = nfs4_delegreturn_release,
4970};
4971
Trond Myklebuste6f81072008-01-24 18:14:34 -05004972static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01004973{
4974 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01004975 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01004976 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004977 struct rpc_message msg = {
4978 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
4979 .rpc_cred = cred,
4980 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04004981 struct rpc_task_setup task_setup_data = {
4982 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04004983 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004984 .callback_ops = &nfs4_delegreturn_ops,
4985 .flags = RPC_TASK_ASYNC,
4986 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05004987 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01004988
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004989 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01004990 if (data == NULL)
4991 return -ENOMEM;
Chuck Levera9c92d62013-08-09 12:48:18 -04004992 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Trond Myklebustfe650402006-01-03 09:55:18 +01004993 data->args.fhandle = &data->fh;
4994 data->args.stateid = &data->stateid;
Trond Myklebust9e907fe2012-04-27 13:48:17 -04004995 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01004996 nfs_copy_fh(&data->fh, NFS_FH(inode));
Trond Myklebustf597c532012-03-04 18:13:56 -05004997 nfs4_stateid_copy(&data->stateid, stateid);
Trond Myklebustfa178f22006-01-03 09:55:38 +01004998 data->res.fattr = &data->fattr;
4999 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005000 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01005001 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01005002 data->rpc_status = 0;
5003
Trond Myklebustc970aa82007-07-14 15:39:59 -04005004 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05005005 msg.rpc_argp = &data->args;
5006 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005007 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005008 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01005009 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005010 if (!issync)
5011 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01005012 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005013 if (status != 0)
5014 goto out;
5015 status = data->rpc_status;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04005016 if (status == 0)
5017 nfs_post_op_update_inode_force_wcc(inode, &data->fattr);
5018 else
5019 nfs_refresh_inode(inode, &data->fattr);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005020out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005021 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01005022 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005023}
5024
Trond Myklebuste6f81072008-01-24 18:14:34 -05005025int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005026{
5027 struct nfs_server *server = NFS_SERVER(inode);
5028 struct nfs4_exception exception = { };
5029 int err;
5030 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05005031 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Trond Myklebustca8acf82013-08-13 10:36:56 -04005032 trace_nfs4_delegreturn(inode, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005033 switch (err) {
5034 case -NFS4ERR_STALE_STATEID:
5035 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005036 case 0:
5037 return 0;
5038 }
5039 err = nfs4_handle_exception(server, err, &exception);
5040 } while (exception.retry);
5041 return err;
5042}
5043
5044#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
5045#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
5046
5047/*
5048 * sleep, with exponential backoff, and retry the LOCK operation.
5049 */
5050static unsigned long
5051nfs4_set_lock_task_retry(unsigned long timeout)
5052{
Colin Cross416ad3c2013-05-06 23:50:06 +00005053 freezable_schedule_timeout_killable_unsafe(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005054 timeout <<= 1;
5055 if (timeout > NFS4_LOCK_MAXTIMEOUT)
5056 return NFS4_LOCK_MAXTIMEOUT;
5057 return timeout;
5058}
5059
Linus Torvalds1da177e2005-04-16 15:20:36 -07005060static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5061{
5062 struct inode *inode = state->inode;
5063 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04005064 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005065 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005066 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005067 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005068 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005069 struct nfs_lockt_res res = {
5070 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005071 };
5072 struct rpc_message msg = {
5073 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
5074 .rpc_argp = &arg,
5075 .rpc_resp = &res,
5076 .rpc_cred = state->owner->so_cred,
5077 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005078 struct nfs4_lock_state *lsp;
5079 int status;
5080
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005081 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005082 status = nfs4_set_lock_state(state, request);
5083 if (status != 0)
5084 goto out;
5085 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005086 arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005087 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00005088 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005089 switch (status) {
5090 case 0:
5091 request->fl_type = F_UNLCK;
5092 break;
5093 case -NFS4ERR_DENIED:
5094 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005095 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05005096 request->fl_ops->fl_release_private(request);
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005097out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005098 return status;
5099}
5100
5101static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5102{
5103 struct nfs4_exception exception = { };
5104 int err;
5105
5106 do {
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005107 err = _nfs4_proc_getlk(state, cmd, request);
5108 trace_nfs4_get_lock(request, state, cmd, err);
5109 err = nfs4_handle_exception(NFS_SERVER(state->inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005110 &exception);
5111 } while (exception.retry);
5112 return err;
5113}
5114
5115static int do_vfs_lock(struct file *file, struct file_lock *fl)
5116{
5117 int res = 0;
5118 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
5119 case FL_POSIX:
5120 res = posix_lock_file_wait(file, fl);
5121 break;
5122 case FL_FLOCK:
5123 res = flock_lock_file_wait(file, fl);
5124 break;
5125 default:
5126 BUG();
5127 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005128 return res;
5129}
5130
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005131struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005132 struct nfs_locku_args arg;
5133 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005134 struct nfs4_lock_state *lsp;
5135 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005136 struct file_lock fl;
5137 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005138 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005139};
5140
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005141static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
5142 struct nfs_open_context *ctx,
5143 struct nfs4_lock_state *lsp,
5144 struct nfs_seqid *seqid)
5145{
5146 struct nfs4_unlockdata *p;
5147 struct inode *inode = lsp->ls_state->inode;
5148
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005149 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005150 if (p == NULL)
5151 return NULL;
5152 p->arg.fh = NFS_FH(inode);
5153 p->arg.fl = &p->fl;
5154 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005155 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005156 p->arg.stateid = &lsp->ls_stateid;
5157 p->lsp = lsp;
5158 atomic_inc(&lsp->ls_count);
5159 /* Ensure we don't close file until we're done freeing locks! */
5160 p->ctx = get_nfs_open_context(ctx);
5161 memcpy(&p->fl, fl, sizeof(p->fl));
5162 p->server = NFS_SERVER(inode);
5163 return p;
5164}
5165
Trond Myklebust06f814a2006-01-03 09:55:07 +01005166static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005167{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005168 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005169 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005170 nfs4_put_lock_state(calldata->lsp);
5171 put_nfs_open_context(calldata->ctx);
5172 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005173}
5174
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005175static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005176{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005177 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005178
Trond Myklebust14516c32010-07-31 14:29:06 -04005179 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
5180 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005181 switch (task->tk_status) {
5182 case 0:
Trond Myklebustf597c532012-03-04 18:13:56 -05005183 nfs4_stateid_copy(&calldata->lsp->ls_stateid,
5184 &calldata->res.stateid);
Trond Myklebust26e976a2006-01-03 09:55:21 +01005185 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005186 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05005187 case -NFS4ERR_BAD_STATEID:
5188 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005189 case -NFS4ERR_STALE_STATEID:
5190 case -NFS4ERR_EXPIRED:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005191 break;
5192 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05005193 if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN)
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005194 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005195 }
Trond Myklebust2b1bc302012-10-29 18:53:23 -04005196 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005197}
5198
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005199static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005200{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005201 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005202
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005203 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005204 goto out_wait;
Trond Myklebust795a88c2012-09-10 13:26:49 -04005205 if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005206 /* Note: exit _without_ running nfs4_locku_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005207 goto out_no_action;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005208 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005209 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005210 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04005211 &calldata->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005212 &calldata->res.seq_res,
5213 task) != 0)
5214 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005215 return;
5216out_no_action:
5217 task->tk_action = NULL;
5218out_wait:
5219 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005220}
5221
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005222static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005223 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005224 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01005225 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005226};
5227
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005228static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
5229 struct nfs_open_context *ctx,
5230 struct nfs4_lock_state *lsp,
5231 struct nfs_seqid *seqid)
5232{
5233 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005234 struct rpc_message msg = {
5235 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
5236 .rpc_cred = ctx->cred,
5237 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005238 struct rpc_task_setup task_setup_data = {
5239 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005240 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005241 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005242 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005243 .flags = RPC_TASK_ASYNC,
5244 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005245
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04005246 nfs4_state_protect(NFS_SERVER(lsp->ls_state->inode)->nfs_client,
5247 NFS_SP4_MACH_CRED_CLEANUP, &task_setup_data.rpc_client, &msg);
5248
Frank Filz137d6ac2007-07-09 15:32:29 -07005249 /* Ensure this is an unlock - when canceling a lock, the
5250 * canceled lock is passed in, and it won't be an unlock.
5251 */
5252 fl->fl_type = F_UNLCK;
5253
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005254 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
5255 if (data == NULL) {
5256 nfs_free_seqid(seqid);
5257 return ERR_PTR(-ENOMEM);
5258 }
5259
Chuck Levera9c92d62013-08-09 12:48:18 -04005260 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005261 msg.rpc_argp = &data->arg;
5262 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005263 task_setup_data.callback_data = data;
5264 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005265}
5266
Linus Torvalds1da177e2005-04-16 15:20:36 -07005267static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
5268{
Trond Myklebust65b62a22013-02-07 10:54:07 -05005269 struct inode *inode = state->inode;
5270 struct nfs4_state_owner *sp = state->owner;
5271 struct nfs_inode *nfsi = NFS_I(inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005272 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005273 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01005274 struct rpc_task *task;
5275 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005276 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005277
Trond Myklebust9b073572006-06-29 16:38:34 -04005278 status = nfs4_set_lock_state(state, request);
5279 /* Unlock _before_ we do the RPC call */
5280 request->fl_flags |= FL_EXISTS;
Trond Myklebust65b62a22013-02-07 10:54:07 -05005281 /* Exclude nfs_delegation_claim_locks() */
5282 mutex_lock(&sp->so_delegreturn_mutex);
5283 /* Exclude nfs4_reclaim_open_stateid() - note nesting! */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005284 down_read(&nfsi->rwsem);
5285 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
5286 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005287 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005288 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005289 }
5290 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005291 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005292 if (status != 0)
5293 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005294 /* Is this a delegated lock? */
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005295 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebustc5a2a152013-04-30 12:43:42 -04005296 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) == 0)
5297 goto out;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005298 seqid = nfs_alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04005299 status = -ENOMEM;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005300 if (seqid == NULL)
Trond Myklebust9b073572006-06-29 16:38:34 -04005301 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005302 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005303 status = PTR_ERR(task);
5304 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04005305 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005306 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005307 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04005308out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005309 request->fl_flags = fl_flags;
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005310 trace_nfs4_unlock(request, state, F_SETLK, status);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005311 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005312}
5313
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005314struct nfs4_lockdata {
5315 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005316 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005317 struct nfs4_lock_state *lsp;
5318 struct nfs_open_context *ctx;
5319 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005320 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005321 int rpc_status;
5322 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04005323 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005324};
5325
5326static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005327 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
5328 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005329{
5330 struct nfs4_lockdata *p;
5331 struct inode *inode = lsp->ls_state->inode;
5332 struct nfs_server *server = NFS_SERVER(inode);
5333
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005334 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005335 if (p == NULL)
5336 return NULL;
5337
5338 p->arg.fh = NFS_FH(inode);
5339 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005340 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005341 if (p->arg.open_seqid == NULL)
5342 goto out_free;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005343 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005344 if (p->arg.lock_seqid == NULL)
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005345 goto out_free_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005346 p->arg.lock_stateid = &lsp->ls_stateid;
David Howells7539bba2006-08-22 20:06:09 -04005347 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005348 p->arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005349 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005350 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005351 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04005352 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005353 atomic_inc(&lsp->ls_count);
5354 p->ctx = get_nfs_open_context(ctx);
5355 memcpy(&p->fl, fl, sizeof(p->fl));
5356 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005357out_free_seqid:
5358 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005359out_free:
5360 kfree(p);
5361 return NULL;
5362}
5363
5364static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
5365{
5366 struct nfs4_lockdata *data = calldata;
5367 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005368
Harvey Harrison3110ff82008-05-02 13:42:44 -07005369 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005370 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005371 goto out_wait;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005372 /* Do we need to do an open_to_lock_owner? */
5373 if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005374 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) {
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005375 goto out_release_lock_seqid;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005376 }
Trond Myklebust8e472f32013-04-20 01:30:53 -04005377 data->arg.open_stateid = &state->open_stateid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005378 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005379 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005380 } else
5381 data->arg.new_lock_owner = 0;
Trond Myklebust5d422302013-03-14 16:57:48 -04005382 if (!nfs4_valid_open_stateid(state)) {
5383 data->rpc_status = -EBADF;
5384 task->tk_action = NULL;
5385 goto out_release_open_seqid;
5386 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005387 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005388 if (nfs4_setup_sequence(data->server,
5389 &data->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005390 &data->res.seq_res,
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005391 task) == 0)
Andy Adamson66179ef2009-04-01 09:22:22 -04005392 return;
Trond Myklebust5d422302013-03-14 16:57:48 -04005393out_release_open_seqid:
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005394 nfs_release_seqid(data->arg.open_seqid);
5395out_release_lock_seqid:
5396 nfs_release_seqid(data->arg.lock_seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005397out_wait:
5398 nfs4_sequence_done(task, &data->res.seq_res);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005399 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005400}
5401
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005402static void nfs4_lock_done(struct rpc_task *task, void *calldata)
5403{
5404 struct nfs4_lockdata *data = calldata;
5405
Harvey Harrison3110ff82008-05-02 13:42:44 -07005406 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005407
Trond Myklebust14516c32010-07-31 14:29:06 -04005408 if (!nfs4_sequence_done(task, &data->res.seq_res))
5409 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04005410
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005411 data->rpc_status = task->tk_status;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005412 if (data->arg.new_lock_owner != 0) {
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005413 if (data->rpc_status == 0)
5414 nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
5415 else
5416 goto out;
5417 }
5418 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05005419 nfs4_stateid_copy(&data->lsp->ls_stateid, &data->res.stateid);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005420 set_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags);
Al Viro3d4ff432011-06-22 18:40:12 -04005421 renew_lease(NFS_SERVER(data->ctx->dentry->d_inode), data->timestamp);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005422 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005423out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07005424 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005425}
5426
5427static void nfs4_lock_release(void *calldata)
5428{
5429 struct nfs4_lockdata *data = calldata;
5430
Harvey Harrison3110ff82008-05-02 13:42:44 -07005431 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005432 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005433 if (data->cancelled != 0) {
5434 struct rpc_task *task;
5435 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
5436 data->arg.lock_seqid);
5437 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08005438 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005439 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005440 } else
5441 nfs_free_seqid(data->arg.lock_seqid);
5442 nfs4_put_lock_state(data->lsp);
5443 put_nfs_open_context(data->ctx);
5444 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005445 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005446}
5447
5448static const struct rpc_call_ops nfs4_lock_ops = {
5449 .rpc_call_prepare = nfs4_lock_prepare,
5450 .rpc_call_done = nfs4_lock_done,
5451 .rpc_release = nfs4_lock_release,
5452};
5453
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005454static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
5455{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005456 switch (error) {
5457 case -NFS4ERR_ADMIN_REVOKED:
5458 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05005459 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005460 if (new_lock_owner != 0 ||
Trond Myklebust795a88c2012-09-10 13:26:49 -04005461 test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05005462 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005463 break;
5464 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005465 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05005466 case -NFS4ERR_EXPIRED:
5467 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005468 };
5469}
5470
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005471static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005472{
5473 struct nfs4_lockdata *data;
5474 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005475 struct rpc_message msg = {
5476 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
5477 .rpc_cred = state->owner->so_cred,
5478 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005479 struct rpc_task_setup task_setup_data = {
5480 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005481 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005482 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005483 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005484 .flags = RPC_TASK_ASYNC,
5485 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005486 int ret;
5487
Harvey Harrison3110ff82008-05-02 13:42:44 -07005488 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005489 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005490 fl->fl_u.nfs4_fl.owner,
5491 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005492 if (data == NULL)
5493 return -ENOMEM;
5494 if (IS_SETLKW(cmd))
5495 data->arg.block = 1;
Chuck Levera9c92d62013-08-09 12:48:18 -04005496 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005497 msg.rpc_argp = &data->arg;
5498 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005499 task_setup_data.callback_data = data;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005500 if (recovery_type > NFS_LOCK_NEW) {
5501 if (recovery_type == NFS_LOCK_RECLAIM)
5502 data->arg.reclaim = NFS_LOCK_RECLAIM;
5503 nfs4_set_sequence_privileged(&data->arg.seq_args);
5504 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04005505 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005506 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005507 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005508 ret = nfs4_wait_for_completion_rpc_task(task);
5509 if (ret == 0) {
5510 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005511 if (ret)
5512 nfs4_handle_setlk_error(data->server, data->lsp,
5513 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005514 } else
5515 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005516 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005517 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005518 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005519}
5520
5521static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
5522{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005523 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005524 struct nfs4_exception exception = {
5525 .inode = state->inode,
5526 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005527 int err;
5528
5529 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005530 /* Cache the lock if possible... */
5531 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5532 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005533 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005534 trace_nfs4_lock_reclaim(request, state, F_SETLK, err);
Trond Myklebust168667c2010-10-19 19:47:49 -04005535 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00005536 break;
5537 nfs4_handle_exception(server, err, &exception);
5538 } while (exception.retry);
5539 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005540}
5541
5542static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
5543{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005544 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005545 struct nfs4_exception exception = {
5546 .inode = state->inode,
5547 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005548 int err;
5549
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005550 err = nfs4_set_lock_state(state, request);
5551 if (err != 0)
5552 return err;
Trond Myklebustf6de7a32013-09-04 10:08:54 -04005553 if (!recover_lost_locks) {
NeilBrownef1820f2013-09-04 17:04:49 +10005554 set_bit(NFS_LOCK_LOST, &request->fl_u.nfs4_fl.owner->ls_flags);
5555 return 0;
5556 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005557 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005558 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5559 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005560 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005561 trace_nfs4_lock_expired(request, state, F_SETLK, err);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005562 switch (err) {
5563 default:
5564 goto out;
5565 case -NFS4ERR_GRACE:
5566 case -NFS4ERR_DELAY:
5567 nfs4_handle_exception(server, err, &exception);
5568 err = 0;
5569 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005570 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005571out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00005572 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005573}
5574
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005575#if defined(CONFIG_NFS_V4_1)
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005576/**
5577 * nfs41_check_expired_locks - possibly free a lock stateid
5578 *
5579 * @state: NFSv4 state for an inode
5580 *
5581 * Returns NFS_OK if recovery for this stateid is now finished.
5582 * Otherwise a negative NFS4ERR value is returned.
5583 */
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005584static int nfs41_check_expired_locks(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005585{
Chuck Levereb64cf92012-07-11 16:30:05 -04005586 int status, ret = -NFS4ERR_BAD_STATEID;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005587 struct nfs4_lock_state *lsp;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005588 struct nfs_server *server = NFS_SERVER(state->inode);
5589
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005590 list_for_each_entry(lsp, &state->lock_states, ls_locks) {
Trond Myklebust795a88c2012-09-10 13:26:49 -04005591 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005592 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
5593
5594 status = nfs41_test_stateid(server,
5595 &lsp->ls_stateid,
5596 cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04005597 trace_nfs4_test_lock_stateid(state, lsp, status);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005598 if (status != NFS_OK) {
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005599 /* Free the stateid unless the server
5600 * informs us the stateid is unrecognized. */
Chuck Lever89af2732012-07-11 16:29:56 -04005601 if (status != -NFS4ERR_BAD_STATEID)
5602 nfs41_free_stateid(server,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005603 &lsp->ls_stateid,
5604 cred);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005605 clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005606 ret = status;
5607 }
5608 }
5609 };
5610
5611 return ret;
5612}
5613
5614static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
5615{
5616 int status = NFS_OK;
5617
5618 if (test_bit(LK_STATE_IN_USE, &state->flags))
5619 status = nfs41_check_expired_locks(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04005620 if (status != NFS_OK)
5621 status = nfs4_lock_expired(state, request);
5622 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005623}
5624#endif
5625
Linus Torvalds1da177e2005-04-16 15:20:36 -07005626static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5627{
Trond Myklebust9a99af42013-02-04 20:17:49 -05005628 struct nfs4_state_owner *sp = state->owner;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005629 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005630 unsigned char fl_flags = request->fl_flags;
Trond Myklebust9a99af42013-02-04 20:17:49 -05005631 unsigned int seq;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005632 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005633
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005634 if ((fl_flags & FL_POSIX) &&
5635 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
5636 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005637 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005638 status = nfs4_set_lock_state(state, request);
5639 if (status != 0)
5640 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005641 request->fl_flags |= FL_ACCESS;
5642 status = do_vfs_lock(request->fl_file, request);
5643 if (status < 0)
5644 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005645 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005646 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04005647 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04005648 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005649 request->fl_flags = fl_flags & ~FL_SLEEP;
5650 status = do_vfs_lock(request->fl_file, request);
5651 goto out_unlock;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005652 }
Trond Myklebust9a99af42013-02-04 20:17:49 -05005653 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
5654 up_read(&nfsi->rwsem);
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005655 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005656 if (status != 0)
Trond Myklebust9a99af42013-02-04 20:17:49 -05005657 goto out;
5658 down_read(&nfsi->rwsem);
5659 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq)) {
5660 status = -NFS4ERR_DELAY;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005661 goto out_unlock;
Trond Myklebust9a99af42013-02-04 20:17:49 -05005662 }
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005663 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04005664 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005665 if (do_vfs_lock(request->fl_file, request) < 0)
Weston Andros Adamsona0308892012-01-26 13:32:23 -05005666 printk(KERN_WARNING "NFS: %s: VFS is out of sync with lock "
5667 "manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005668out_unlock:
Trond Myklebust19e03c52008-12-23 15:21:44 -05005669 up_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005670out:
5671 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005672 return status;
5673}
5674
5675static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5676{
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05005677 struct nfs4_exception exception = {
5678 .state = state,
Trond Myklebust05ffe242012-04-18 12:20:10 -04005679 .inode = state->inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05005680 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005681 int err;
5682
5683 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07005684 err = _nfs4_proc_setlk(state, cmd, request);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005685 trace_nfs4_set_lock(request, state, cmd, err);
Trond Myklebust965b5d62009-06-17 13:22:59 -07005686 if (err == -NFS4ERR_DENIED)
5687 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005688 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07005689 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005690 } while (exception.retry);
5691 return err;
5692}
5693
5694static int
5695nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
5696{
5697 struct nfs_open_context *ctx;
5698 struct nfs4_state *state;
5699 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
5700 int status;
5701
5702 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005703 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005704 state = ctx->state;
5705
5706 if (request->fl_start < 0 || request->fl_end < 0)
5707 return -EINVAL;
5708
Trond Myklebustd9531262009-07-21 19:22:38 -04005709 if (IS_GETLK(cmd)) {
5710 if (state != NULL)
5711 return nfs4_proc_getlk(state, F_GETLK, request);
5712 return 0;
5713 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005714
5715 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
5716 return -EINVAL;
5717
Trond Myklebustd9531262009-07-21 19:22:38 -04005718 if (request->fl_type == F_UNLCK) {
5719 if (state != NULL)
5720 return nfs4_proc_unlck(state, cmd, request);
5721 return 0;
5722 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005723
Trond Myklebustd9531262009-07-21 19:22:38 -04005724 if (state == NULL)
5725 return -ENOLCK;
Trond Myklebust55725512012-04-18 12:48:35 -04005726 /*
5727 * Don't rely on the VFS having checked the file open mode,
5728 * since it won't do this for flock() locks.
5729 */
Jeff Laytonf44106e2012-07-23 15:49:56 -04005730 switch (request->fl_type) {
Trond Myklebust55725512012-04-18 12:48:35 -04005731 case F_RDLCK:
5732 if (!(filp->f_mode & FMODE_READ))
5733 return -EBADF;
5734 break;
5735 case F_WRLCK:
5736 if (!(filp->f_mode & FMODE_WRITE))
5737 return -EBADF;
5738 }
5739
Linus Torvalds1da177e2005-04-16 15:20:36 -07005740 do {
5741 status = nfs4_proc_setlk(state, cmd, request);
5742 if ((status != -EAGAIN) || IS_SETLK(cmd))
5743 break;
5744 timeout = nfs4_set_lock_task_retry(timeout);
5745 status = -ERESTARTSYS;
5746 if (signalled())
5747 break;
5748 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005749 return status;
5750}
5751
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04005752int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid *stateid)
Trond Myklebust888e6942005-11-04 15:38:11 -05005753{
5754 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust888e6942005-11-04 15:38:11 -05005755 int err;
5756
5757 err = nfs4_set_lock_state(state, fl);
5758 if (err != 0)
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04005759 return err;
Trond Myklebust4a706fa2013-04-01 14:47:22 -04005760 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04005761 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
Trond Myklebust888e6942005-11-04 15:38:11 -05005762}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005763
Trond Myklebustcf470c32012-03-07 13:49:12 -05005764struct nfs_release_lockowner_data {
5765 struct nfs4_lock_state *lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04005766 struct nfs_server *server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05005767 struct nfs_release_lockowner_args args;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04005768 struct nfs4_sequence_args seq_args;
5769 struct nfs4_sequence_res seq_res;
Trond Myklebustcf470c32012-03-07 13:49:12 -05005770};
5771
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04005772static void nfs4_release_lockowner_prepare(struct rpc_task *task, void *calldata)
5773{
5774 struct nfs_release_lockowner_data *data = calldata;
5775 nfs40_setup_sequence(data->server,
5776 &data->seq_args, &data->seq_res, task);
5777}
5778
5779static void nfs4_release_lockowner_done(struct rpc_task *task, void *calldata)
5780{
5781 struct nfs_release_lockowner_data *data = calldata;
5782 nfs40_sequence_done(task, &data->seq_res);
5783}
5784
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005785static void nfs4_release_lockowner_release(void *calldata)
5786{
Trond Myklebustcf470c32012-03-07 13:49:12 -05005787 struct nfs_release_lockowner_data *data = calldata;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04005788 nfs4_free_lock_state(data->server, data->lsp);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005789 kfree(calldata);
5790}
5791
Trond Myklebust17280172012-03-11 13:11:00 -04005792static const struct rpc_call_ops nfs4_release_lockowner_ops = {
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04005793 .rpc_call_prepare = nfs4_release_lockowner_prepare,
5794 .rpc_call_done = nfs4_release_lockowner_done,
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005795 .rpc_release = nfs4_release_lockowner_release,
5796};
5797
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04005798static int nfs4_release_lockowner(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005799{
Trond Myklebustcf470c32012-03-07 13:49:12 -05005800 struct nfs_release_lockowner_data *data;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005801 struct rpc_message msg = {
5802 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
5803 };
5804
5805 if (server->nfs_client->cl_mvops->minor_version != 0)
Trond Myklebustcf470c32012-03-07 13:49:12 -05005806 return -EINVAL;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04005807
Trond Myklebustcf470c32012-03-07 13:49:12 -05005808 data = kmalloc(sizeof(*data), GFP_NOFS);
5809 if (!data)
5810 return -ENOMEM;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04005811 nfs4_init_sequence(&data->seq_args, &data->seq_res, 0);
Trond Myklebustcf470c32012-03-07 13:49:12 -05005812 data->lsp = lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04005813 data->server = server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05005814 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
5815 data->args.lock_owner.id = lsp->ls_seqid.owner_id;
5816 data->args.lock_owner.s_dev = server->s_dev;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04005817
Trond Myklebustcf470c32012-03-07 13:49:12 -05005818 msg.rpc_argp = &data->args;
5819 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data);
5820 return 0;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005821}
5822
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00005823#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
5824
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005825static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
5826 const void *buf, size_t buflen,
5827 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005828{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005829 if (strcmp(key, "") != 0)
5830 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00005831
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005832 return nfs4_proc_set_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005833}
5834
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005835static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
5836 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005837{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005838 if (strcmp(key, "") != 0)
5839 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00005840
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005841 return nfs4_proc_get_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005842}
5843
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005844static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
5845 size_t list_len, const char *name,
5846 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005847{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005848 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005849
J. Bruce Fields096455a2006-03-20 23:23:42 -05005850 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
5851 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005852
5853 if (list && len <= list_len)
5854 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00005855 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005856}
5857
David Quigleyc9bccef2013-05-22 12:50:45 -04005858#ifdef CONFIG_NFS_V4_SECURITY_LABEL
5859static inline int nfs4_server_supports_labels(struct nfs_server *server)
5860{
5861 return server->caps & NFS_CAP_SECURITY_LABEL;
5862}
5863
5864static int nfs4_xattr_set_nfs4_label(struct dentry *dentry, const char *key,
5865 const void *buf, size_t buflen,
5866 int flags, int type)
5867{
5868 if (security_ismaclabel(key))
5869 return nfs4_set_security_label(dentry, buf, buflen);
5870
5871 return -EOPNOTSUPP;
5872}
5873
5874static int nfs4_xattr_get_nfs4_label(struct dentry *dentry, const char *key,
5875 void *buf, size_t buflen, int type)
5876{
5877 if (security_ismaclabel(key))
5878 return nfs4_get_security_label(dentry->d_inode, buf, buflen);
5879 return -EOPNOTSUPP;
5880}
5881
5882static size_t nfs4_xattr_list_nfs4_label(struct dentry *dentry, char *list,
5883 size_t list_len, const char *name,
5884 size_t name_len, int type)
5885{
5886 size_t len = 0;
5887
5888 if (nfs_server_capable(dentry->d_inode, NFS_CAP_SECURITY_LABEL)) {
5889 len = security_inode_listsecurity(dentry->d_inode, NULL, 0);
5890 if (list && len <= list_len)
5891 security_inode_listsecurity(dentry->d_inode, list, len);
5892 }
5893 return len;
5894}
5895
5896static const struct xattr_handler nfs4_xattr_nfs4_label_handler = {
5897 .prefix = XATTR_SECURITY_PREFIX,
5898 .list = nfs4_xattr_list_nfs4_label,
5899 .get = nfs4_xattr_get_nfs4_label,
5900 .set = nfs4_xattr_set_nfs4_label,
5901};
5902#endif
5903
5904
Andy Adamson533eb462011-06-13 18:25:56 -04005905/*
5906 * nfs_fhget will use either the mounted_on_fileid or the fileid
5907 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04005908static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
5909{
Andy Adamson533eb462011-06-13 18:25:56 -04005910 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
5911 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
5912 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
Chuck Lever81934dd2012-03-01 17:01:57 -05005913 (fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04005914 return;
5915
5916 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Chuck Lever81934dd2012-03-01 17:01:57 -05005917 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_V4_REFERRAL;
Trond Myklebust69aaaae2009-03-11 14:10:28 -04005918 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
5919 fattr->nlink = 2;
5920}
5921
Bryan Schumakerf05d1472012-04-27 13:27:41 -04005922static int _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
5923 const struct qstr *name,
5924 struct nfs4_fs_locations *fs_locations,
5925 struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04005926{
5927 struct nfs_server *server = NFS_SERVER(dir);
David Quigleya09df2c2013-05-22 12:50:41 -04005928 u32 bitmask[3] = {
Manoj Naik361e6242006-06-09 09:34:24 -04005929 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04005930 };
5931 struct nfs4_fs_locations_arg args = {
5932 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05005933 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04005934 .page = page,
5935 .bitmask = bitmask,
5936 };
Benny Halevy22958462009-04-01 09:22:02 -04005937 struct nfs4_fs_locations_res res = {
5938 .fs_locations = fs_locations,
5939 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04005940 struct rpc_message msg = {
5941 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
5942 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04005943 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04005944 };
5945 int status;
5946
Harvey Harrison3110ff82008-05-02 13:42:44 -07005947 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04005948
5949 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
5950 * is not supported */
5951 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
5952 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
5953 else
5954 bitmask[0] |= FATTR4_WORD0_FILEID;
5955
Trond Myklebustc228fd32007-01-13 02:28:11 -05005956 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04005957 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04005958 fs_locations->nlocations = 0;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04005959 status = nfs4_call_sync(client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005960 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04005961 return status;
5962}
5963
Bryan Schumakerf05d1472012-04-27 13:27:41 -04005964int nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
5965 const struct qstr *name,
5966 struct nfs4_fs_locations *fs_locations,
5967 struct page *page)
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04005968{
5969 struct nfs4_exception exception = { };
5970 int err;
5971 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04005972 err = _nfs4_proc_fs_locations(client, dir, name,
5973 fs_locations, page);
5974 trace_nfs4_get_fs_locations(dir, name, err);
5975 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04005976 &exception);
5977 } while (exception.retry);
5978 return err;
5979}
5980
Andy Adamson5ec16a82013-08-08 10:57:55 -04005981/**
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04005982 * If 'use_integrity' is true and the state managment nfs_client
5983 * cl_rpcclient is using krb5i/p, use the integrity protected cl_rpcclient
5984 * and the machine credential as per RFC3530bis and RFC5661 Security
5985 * Considerations sections. Otherwise, just use the user cred with the
5986 * filesystem's rpc_client.
Andy Adamson5ec16a82013-08-08 10:57:55 -04005987 */
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04005988static 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 +00005989{
5990 int status;
5991 struct nfs4_secinfo_arg args = {
5992 .dir_fh = NFS_FH(dir),
5993 .name = name,
5994 };
5995 struct nfs4_secinfo_res res = {
5996 .flavors = flavors,
5997 };
5998 struct rpc_message msg = {
5999 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
6000 .rpc_argp = &args,
6001 .rpc_resp = &res,
6002 };
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006003 struct rpc_clnt *clnt = NFS_SERVER(dir)->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006004 struct rpc_cred *cred = NULL;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006005
6006 if (use_integrity) {
6007 clnt = NFS_SERVER(dir)->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006008 cred = nfs4_get_clid_cred(NFS_SERVER(dir)->nfs_client);
6009 msg.rpc_cred = cred;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006010 }
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006011
6012 dprintk("NFS call secinfo %s\n", name->name);
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006013
6014 nfs4_state_protect(NFS_SERVER(dir)->nfs_client,
6015 NFS_SP4_MACH_CRED_SECINFO, &clnt, &msg);
6016
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006017 status = nfs4_call_sync(clnt, NFS_SERVER(dir), &msg, &args.seq_args,
6018 &res.seq_res, 0);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006019 dprintk("NFS reply secinfo: %d\n", status);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006020
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006021 if (cred)
6022 put_rpccred(cred);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006023
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006024 return status;
6025}
6026
Bryan Schumaker72de53e2012-04-27 13:27:40 -04006027int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name,
6028 struct nfs4_secinfo_flavors *flavors)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006029{
6030 struct nfs4_exception exception = { };
6031 int err;
6032 do {
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006033 err = -NFS4ERR_WRONGSEC;
6034
6035 /* try to use integrity protection with machine cred */
6036 if (_nfs4_is_integrity_protected(NFS_SERVER(dir)->nfs_client))
6037 err = _nfs4_proc_secinfo(dir, name, flavors, true);
6038
6039 /*
6040 * if unable to use integrity protection, or SECINFO with
6041 * integrity protection returns NFS4ERR_WRONGSEC (which is
6042 * disallowed by spec, but exists in deployed servers) use
6043 * the current filesystem's rpc_client and the user cred.
6044 */
6045 if (err == -NFS4ERR_WRONGSEC)
6046 err = _nfs4_proc_secinfo(dir, name, flavors, false);
6047
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006048 trace_nfs4_secinfo(dir, name, err);
6049 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006050 &exception);
6051 } while (exception.retry);
6052 return err;
6053}
6054
Andy Adamson557134a2009-04-01 09:21:53 -04006055#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04006056/*
Andy Adamson357f54d2010-12-14 10:11:57 -05006057 * Check the exchange flags returned by the server for invalid flags, having
6058 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
6059 * DS flags set.
6060 */
6061static int nfs4_check_cl_exchange_flags(u32 flags)
6062{
6063 if (flags & ~EXCHGID4_FLAG_MASK_R)
6064 goto out_inval;
6065 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
6066 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
6067 goto out_inval;
6068 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
6069 goto out_inval;
6070 return NFS_OK;
6071out_inval:
6072 return -NFS4ERR_INVAL;
6073}
6074
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006075static bool
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006076nfs41_same_server_scope(struct nfs41_server_scope *a,
6077 struct nfs41_server_scope *b)
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006078{
6079 if (a->server_scope_sz == b->server_scope_sz &&
6080 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
6081 return true;
6082
6083 return false;
6084}
6085
Andy Adamson357f54d2010-12-14 10:11:57 -05006086/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006087 * nfs4_proc_bind_conn_to_session()
6088 *
6089 * The 4.1 client currently uses the same TCP connection for the
6090 * fore and backchannel.
6091 */
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006092int nfs4_proc_bind_conn_to_session(struct nfs_client *clp, struct rpc_cred *cred)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006093{
6094 int status;
6095 struct nfs41_bind_conn_to_session_res res;
6096 struct rpc_message msg = {
6097 .rpc_proc =
6098 &nfs4_procedures[NFSPROC4_CLNT_BIND_CONN_TO_SESSION],
6099 .rpc_argp = clp,
6100 .rpc_resp = &res,
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006101 .rpc_cred = cred,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006102 };
6103
6104 dprintk("--> %s\n", __func__);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006105
6106 res.session = kzalloc(sizeof(struct nfs4_session), GFP_NOFS);
6107 if (unlikely(res.session == NULL)) {
6108 status = -ENOMEM;
6109 goto out;
6110 }
6111
6112 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006113 trace_nfs4_bind_conn_to_session(clp, status);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006114 if (status == 0) {
6115 if (memcmp(res.session->sess_id.data,
6116 clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) {
6117 dprintk("NFS: %s: Session ID mismatch\n", __func__);
6118 status = -EIO;
6119 goto out_session;
6120 }
6121 if (res.dir != NFS4_CDFS4_BOTH) {
6122 dprintk("NFS: %s: Unexpected direction from server\n",
6123 __func__);
6124 status = -EIO;
6125 goto out_session;
6126 }
6127 if (res.use_conn_in_rdma_mode) {
6128 dprintk("NFS: %s: Server returned RDMA mode = true\n",
6129 __func__);
6130 status = -EIO;
6131 goto out_session;
6132 }
6133 }
6134out_session:
6135 kfree(res.session);
6136out:
6137 dprintk("<-- %s status= %d\n", __func__, status);
6138 return status;
6139}
6140
6141/*
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006142 * Minimum set of SP4_MACH_CRED operations from RFC 5661 in the enforce map
6143 * and operations we'd like to see to enable certain features in the allow map
Benny Halevy99fe60d2009-04-01 09:22:29 -04006144 */
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006145static const struct nfs41_state_protection nfs4_sp4_mach_cred_request = {
6146 .how = SP4_MACH_CRED,
6147 .enforce.u.words = {
6148 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6149 1 << (OP_EXCHANGE_ID - 32) |
6150 1 << (OP_CREATE_SESSION - 32) |
6151 1 << (OP_DESTROY_SESSION - 32) |
6152 1 << (OP_DESTROY_CLIENTID - 32)
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006153 },
6154 .allow.u.words = {
6155 [0] = 1 << (OP_CLOSE) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006156 1 << (OP_LOCKU) |
6157 1 << (OP_COMMIT),
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006158 [1] = 1 << (OP_SECINFO - 32) |
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006159 1 << (OP_SECINFO_NO_NAME - 32) |
6160 1 << (OP_TEST_STATEID - 32) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006161 1 << (OP_FREE_STATEID - 32) |
6162 1 << (OP_WRITE - 32)
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006163 }
6164};
6165
6166/*
6167 * Select the state protection mode for client `clp' given the server results
6168 * from exchange_id in `sp'.
6169 *
6170 * Returns 0 on success, negative errno otherwise.
6171 */
6172static int nfs4_sp4_select_mode(struct nfs_client *clp,
6173 struct nfs41_state_protection *sp)
6174{
6175 static const u32 supported_enforce[NFS4_OP_MAP_NUM_WORDS] = {
6176 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6177 1 << (OP_EXCHANGE_ID - 32) |
6178 1 << (OP_CREATE_SESSION - 32) |
6179 1 << (OP_DESTROY_SESSION - 32) |
6180 1 << (OP_DESTROY_CLIENTID - 32)
6181 };
6182 unsigned int i;
6183
6184 if (sp->how == SP4_MACH_CRED) {
6185 /* Print state protect result */
6186 dfprintk(MOUNT, "Server SP4_MACH_CRED support:\n");
6187 for (i = 0; i <= LAST_NFS4_OP; i++) {
6188 if (test_bit(i, sp->enforce.u.longs))
6189 dfprintk(MOUNT, " enforce op %d\n", i);
6190 if (test_bit(i, sp->allow.u.longs))
6191 dfprintk(MOUNT, " allow op %d\n", i);
6192 }
6193
6194 /* make sure nothing is on enforce list that isn't supported */
6195 for (i = 0; i < NFS4_OP_MAP_NUM_WORDS; i++) {
6196 if (sp->enforce.u.words[i] & ~supported_enforce[i]) {
6197 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6198 return -EINVAL;
6199 }
6200 }
6201
6202 /*
6203 * Minimal mode - state operations are allowed to use machine
6204 * credential. Note this already happens by default, so the
6205 * client doesn't have to do anything more than the negotiation.
6206 *
6207 * NOTE: we don't care if EXCHANGE_ID is in the list -
6208 * we're already using the machine cred for exchange_id
6209 * and will never use a different cred.
6210 */
6211 if (test_bit(OP_BIND_CONN_TO_SESSION, sp->enforce.u.longs) &&
6212 test_bit(OP_CREATE_SESSION, sp->enforce.u.longs) &&
6213 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) &&
6214 test_bit(OP_DESTROY_CLIENTID, sp->enforce.u.longs)) {
6215 dfprintk(MOUNT, "sp4_mach_cred:\n");
6216 dfprintk(MOUNT, " minimal mode enabled\n");
6217 set_bit(NFS_SP4_MACH_CRED_MINIMAL, &clp->cl_sp4_flags);
6218 } else {
6219 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6220 return -EINVAL;
6221 }
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006222
6223 if (test_bit(OP_CLOSE, sp->allow.u.longs) &&
6224 test_bit(OP_LOCKU, sp->allow.u.longs)) {
6225 dfprintk(MOUNT, " cleanup mode enabled\n");
6226 set_bit(NFS_SP4_MACH_CRED_CLEANUP, &clp->cl_sp4_flags);
6227 }
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006228
6229 if (test_bit(OP_SECINFO, sp->allow.u.longs) &&
6230 test_bit(OP_SECINFO_NO_NAME, sp->allow.u.longs)) {
6231 dfprintk(MOUNT, " secinfo mode enabled\n");
6232 set_bit(NFS_SP4_MACH_CRED_SECINFO, &clp->cl_sp4_flags);
6233 }
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006234
6235 if (test_bit(OP_TEST_STATEID, sp->allow.u.longs) &&
6236 test_bit(OP_FREE_STATEID, sp->allow.u.longs)) {
6237 dfprintk(MOUNT, " stateid mode enabled\n");
6238 set_bit(NFS_SP4_MACH_CRED_STATEID, &clp->cl_sp4_flags);
6239 }
Weston Andros Adamson8c21c622013-08-13 16:37:37 -04006240
6241 if (test_bit(OP_WRITE, sp->allow.u.longs)) {
6242 dfprintk(MOUNT, " write mode enabled\n");
6243 set_bit(NFS_SP4_MACH_CRED_WRITE, &clp->cl_sp4_flags);
6244 }
6245
6246 if (test_bit(OP_COMMIT, sp->allow.u.longs)) {
6247 dfprintk(MOUNT, " commit mode enabled\n");
6248 set_bit(NFS_SP4_MACH_CRED_COMMIT, &clp->cl_sp4_flags);
6249 }
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006250 }
6251
6252 return 0;
6253}
6254
6255/*
6256 * _nfs4_proc_exchange_id()
6257 *
6258 * Wrapper for EXCHANGE_ID operation.
6259 */
6260static int _nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred,
6261 u32 sp4_how)
Benny Halevy99fe60d2009-04-01 09:22:29 -04006262{
6263 nfs4_verifier verifier;
6264 struct nfs41_exchange_id_args args = {
Chuck Levercd937102012-03-02 17:14:31 -05006265 .verifier = &verifier,
Benny Halevy99fe60d2009-04-01 09:22:29 -04006266 .client = clp,
Trond Myklebust4f0b4292013-05-20 12:24:03 -04006267 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
6268 EXCHGID4_FLAG_BIND_PRINC_STATEID,
Benny Halevy99fe60d2009-04-01 09:22:29 -04006269 };
6270 struct nfs41_exchange_id_res res = {
Trond Myklebust32b01312012-05-26 13:41:04 -04006271 0
Benny Halevy99fe60d2009-04-01 09:22:29 -04006272 };
6273 int status;
6274 struct rpc_message msg = {
6275 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
6276 .rpc_argp = &args,
6277 .rpc_resp = &res,
6278 .rpc_cred = cred,
6279 };
Benny Halevy99fe60d2009-04-01 09:22:29 -04006280
Chuck Leverf0920752012-05-21 22:45:41 -04006281 nfs4_init_boot_verifier(clp, &verifier);
Chuck Levere984a552012-09-14 17:24:21 -04006282 args.id_len = nfs4_init_uniform_client_string(clp, args.id,
6283 sizeof(args.id));
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006284 dprintk("NFS call exchange_id auth=%s, '%.*s'\n",
6285 clp->cl_rpcclient->cl_auth->au_ops->au_name,
6286 args.id_len, args.id);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006287
Chuck Leveracdeb692012-05-21 22:46:16 -04006288 res.server_owner = kzalloc(sizeof(struct nfs41_server_owner),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006289 GFP_NOFS);
Chuck Leveracdeb692012-05-21 22:46:16 -04006290 if (unlikely(res.server_owner == NULL)) {
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006291 status = -ENOMEM;
6292 goto out;
6293 }
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006294
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006295 res.server_scope = kzalloc(sizeof(struct nfs41_server_scope),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006296 GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006297 if (unlikely(res.server_scope == NULL)) {
Benny Halevy99fe60d2009-04-01 09:22:29 -04006298 status = -ENOMEM;
Chuck Leveracdeb692012-05-21 22:46:16 -04006299 goto out_server_owner;
Benny Halevy99fe60d2009-04-01 09:22:29 -04006300 }
6301
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006302 res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006303 if (unlikely(res.impl_id == NULL)) {
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006304 status = -ENOMEM;
6305 goto out_server_scope;
6306 }
6307
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006308 switch (sp4_how) {
6309 case SP4_NONE:
6310 args.state_protect.how = SP4_NONE;
6311 break;
6312
6313 case SP4_MACH_CRED:
6314 args.state_protect = nfs4_sp4_mach_cred_request;
6315 break;
6316
6317 default:
6318 /* unsupported! */
6319 WARN_ON_ONCE(1);
6320 status = -EINVAL;
6321 goto out_server_scope;
6322 }
6323
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006324 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006325 trace_nfs4_exchange_id(clp, status);
Chuck Lever177313f2012-05-21 22:44:58 -04006326 if (status == 0)
Trond Myklebust32b01312012-05-26 13:41:04 -04006327 status = nfs4_check_cl_exchange_flags(res.flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006328
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006329 if (status == 0)
6330 status = nfs4_sp4_select_mode(clp, &res.state_protect);
6331
Chuck Lever177313f2012-05-21 22:44:58 -04006332 if (status == 0) {
Trond Myklebust32b01312012-05-26 13:41:04 -04006333 clp->cl_clientid = res.clientid;
6334 clp->cl_exchange_flags = (res.flags & ~EXCHGID4_FLAG_CONFIRMED_R);
6335 if (!(res.flags & EXCHGID4_FLAG_CONFIRMED_R))
6336 clp->cl_seqid = res.seqid;
6337
Chuck Leveracdeb692012-05-21 22:46:16 -04006338 kfree(clp->cl_serverowner);
6339 clp->cl_serverowner = res.server_owner;
6340 res.server_owner = NULL;
Chuck Leveracdeb692012-05-21 22:46:16 -04006341
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006342 /* use the most recent implementation id */
Chuck Lever59155542012-05-21 22:44:41 -04006343 kfree(clp->cl_implid);
6344 clp->cl_implid = res.impl_id;
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006345
Chuck Lever177313f2012-05-21 22:44:58 -04006346 if (clp->cl_serverscope != NULL &&
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006347 !nfs41_same_server_scope(clp->cl_serverscope,
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006348 res.server_scope)) {
6349 dprintk("%s: server_scope mismatch detected\n",
6350 __func__);
6351 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006352 kfree(clp->cl_serverscope);
6353 clp->cl_serverscope = NULL;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006354 }
6355
Chuck Lever177313f2012-05-21 22:44:58 -04006356 if (clp->cl_serverscope == NULL) {
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006357 clp->cl_serverscope = res.server_scope;
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006358 goto out;
6359 }
Trond Myklebust32b01312012-05-26 13:41:04 -04006360 } else
6361 kfree(res.impl_id);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006362
Chuck Leveracdeb692012-05-21 22:46:16 -04006363out_server_owner:
6364 kfree(res.server_owner);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006365out_server_scope:
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006366 kfree(res.server_scope);
6367out:
Chuck Lever177313f2012-05-21 22:44:58 -04006368 if (clp->cl_implid != NULL)
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006369 dprintk("NFS reply exchange_id: Server Implementation ID: "
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006370 "domain: %s, name: %s, date: %llu,%u\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006371 clp->cl_implid->domain, clp->cl_implid->name,
Chuck Lever59155542012-05-21 22:44:41 -04006372 clp->cl_implid->date.seconds,
6373 clp->cl_implid->date.nseconds);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006374 dprintk("NFS reply exchange_id: %d\n", status);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006375 return status;
6376}
6377
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006378/*
6379 * nfs4_proc_exchange_id()
6380 *
6381 * Returns zero, a negative errno, or a negative NFS4ERR status code.
6382 *
6383 * Since the clientid has expired, all compounds using sessions
6384 * associated with the stale clientid will be returning
6385 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
6386 * be in some phase of session reset.
6387 *
6388 * Will attempt to negotiate SP4_MACH_CRED if krb5i / krb5p auth is used.
6389 */
6390int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
6391{
6392 rpc_authflavor_t authflavor = clp->cl_rpcclient->cl_auth->au_flavor;
6393 int status;
6394
6395 /* try SP4_MACH_CRED if krb5i/p */
6396 if (authflavor == RPC_AUTH_GSS_KRB5I ||
6397 authflavor == RPC_AUTH_GSS_KRB5P) {
6398 status = _nfs4_proc_exchange_id(clp, cred, SP4_MACH_CRED);
6399 if (!status)
6400 return 0;
6401 }
6402
6403 /* try SP4_NONE */
6404 return _nfs4_proc_exchange_id(clp, cred, SP4_NONE);
6405}
6406
Trond Myklebust66245532012-05-25 17:18:09 -04006407static int _nfs4_proc_destroy_clientid(struct nfs_client *clp,
6408 struct rpc_cred *cred)
6409{
6410 struct rpc_message msg = {
6411 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_CLIENTID],
6412 .rpc_argp = clp,
6413 .rpc_cred = cred,
6414 };
6415 int status;
6416
6417 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006418 trace_nfs4_destroy_clientid(clp, status);
Trond Myklebust66245532012-05-25 17:18:09 -04006419 if (status)
Trond Myklebust02c67522012-06-07 13:45:53 -04006420 dprintk("NFS: Got error %d from the server %s on "
Trond Myklebust66245532012-05-25 17:18:09 -04006421 "DESTROY_CLIENTID.", status, clp->cl_hostname);
6422 return status;
6423}
6424
6425static int nfs4_proc_destroy_clientid(struct nfs_client *clp,
6426 struct rpc_cred *cred)
6427{
6428 unsigned int loop;
6429 int ret;
6430
6431 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
6432 ret = _nfs4_proc_destroy_clientid(clp, cred);
6433 switch (ret) {
6434 case -NFS4ERR_DELAY:
6435 case -NFS4ERR_CLIENTID_BUSY:
6436 ssleep(1);
6437 break;
6438 default:
6439 return ret;
6440 }
6441 }
6442 return 0;
6443}
6444
6445int nfs4_destroy_clientid(struct nfs_client *clp)
6446{
6447 struct rpc_cred *cred;
6448 int ret = 0;
6449
6450 if (clp->cl_mvops->minor_version < 1)
6451 goto out;
6452 if (clp->cl_exchange_flags == 0)
6453 goto out;
Chuck Lever05f4c352012-09-14 17:24:32 -04006454 if (clp->cl_preserve_clid)
6455 goto out;
Chuck Lever73d8bde2013-07-24 12:28:37 -04006456 cred = nfs4_get_clid_cred(clp);
Trond Myklebust66245532012-05-25 17:18:09 -04006457 ret = nfs4_proc_destroy_clientid(clp, cred);
6458 if (cred)
6459 put_rpccred(cred);
6460 switch (ret) {
6461 case 0:
6462 case -NFS4ERR_STALE_CLIENTID:
6463 clp->cl_exchange_flags = 0;
6464 }
6465out:
6466 return ret;
6467}
6468
Andy Adamson2050f0c2009-04-01 09:22:30 -04006469struct nfs4_get_lease_time_data {
6470 struct nfs4_get_lease_time_args *args;
6471 struct nfs4_get_lease_time_res *res;
6472 struct nfs_client *clp;
6473};
6474
6475static void nfs4_get_lease_time_prepare(struct rpc_task *task,
6476 void *calldata)
6477{
Andy Adamson2050f0c2009-04-01 09:22:30 -04006478 struct nfs4_get_lease_time_data *data =
6479 (struct nfs4_get_lease_time_data *)calldata;
6480
6481 dprintk("--> %s\n", __func__);
6482 /* just setup sequence, do not trigger session recovery
6483 since we're invoked within one */
Trond Myklebustd9afbd12012-10-22 20:28:44 -04006484 nfs41_setup_sequence(data->clp->cl_session,
6485 &data->args->la_seq_args,
6486 &data->res->lr_seq_res,
6487 task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04006488 dprintk("<-- %s\n", __func__);
6489}
6490
6491/*
6492 * Called from nfs4_state_manager thread for session setup, so don't recover
6493 * from sequence operation or clientid errors.
6494 */
6495static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
6496{
6497 struct nfs4_get_lease_time_data *data =
6498 (struct nfs4_get_lease_time_data *)calldata;
6499
6500 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04006501 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
6502 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04006503 switch (task->tk_status) {
6504 case -NFS4ERR_DELAY:
6505 case -NFS4ERR_GRACE:
6506 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
6507 rpc_delay(task, NFS4_POLL_RETRY_MIN);
6508 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04006509 /* fall through */
6510 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustd00c5d42011-10-19 12:17:29 -07006511 rpc_restart_call_prepare(task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04006512 return;
6513 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04006514 dprintk("<-- %s\n", __func__);
6515}
6516
Trond Myklebust17280172012-03-11 13:11:00 -04006517static const struct rpc_call_ops nfs4_get_lease_time_ops = {
Andy Adamson2050f0c2009-04-01 09:22:30 -04006518 .rpc_call_prepare = nfs4_get_lease_time_prepare,
6519 .rpc_call_done = nfs4_get_lease_time_done,
6520};
6521
6522int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
6523{
6524 struct rpc_task *task;
6525 struct nfs4_get_lease_time_args args;
6526 struct nfs4_get_lease_time_res res = {
6527 .lr_fsinfo = fsinfo,
6528 };
6529 struct nfs4_get_lease_time_data data = {
6530 .args = &args,
6531 .res = &res,
6532 .clp = clp,
6533 };
6534 struct rpc_message msg = {
6535 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
6536 .rpc_argp = &args,
6537 .rpc_resp = &res,
6538 };
6539 struct rpc_task_setup task_setup = {
6540 .rpc_client = clp->cl_rpcclient,
6541 .rpc_message = &msg,
6542 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006543 .callback_data = &data,
6544 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04006545 };
6546 int status;
6547
Chuck Levera9c92d62013-08-09 12:48:18 -04006548 nfs4_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006549 nfs4_set_sequence_privileged(&args.la_seq_args);
Andy Adamson2050f0c2009-04-01 09:22:30 -04006550 dprintk("--> %s\n", __func__);
6551 task = rpc_run_task(&task_setup);
6552
6553 if (IS_ERR(task))
6554 status = PTR_ERR(task);
6555 else {
6556 status = task->tk_status;
6557 rpc_put_task(task);
6558 }
6559 dprintk("<-- %s return %d\n", __func__, status);
6560
6561 return status;
6562}
6563
Andy Adamsonfc931582009-04-01 09:22:31 -04006564/*
6565 * Initialize the values to be used by the client in CREATE_SESSION
6566 * If nfs4_init_session set the fore channel request and response sizes,
6567 * use them.
6568 *
6569 * Set the back channel max_resp_sz_cached to zero to force the client to
6570 * always set csa_cachethis to FALSE because the current implementation
6571 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
6572 */
6573static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
6574{
Andy Adamson18aad3d2013-06-26 12:21:49 -04006575 unsigned int max_rqst_sz, max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04006576
Andy Adamson18aad3d2013-06-26 12:21:49 -04006577 max_rqst_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxwrite_overhead;
6578 max_resp_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxread_overhead;
6579
Andy Adamsonfc931582009-04-01 09:22:31 -04006580 /* Fore channel attributes */
Andy Adamson18aad3d2013-06-26 12:21:49 -04006581 args->fc_attrs.max_rqst_sz = max_rqst_sz;
6582 args->fc_attrs.max_resp_sz = max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04006583 args->fc_attrs.max_ops = NFS4_MAX_OPS;
Trond Myklebustef159e92012-02-06 19:50:40 -05006584 args->fc_attrs.max_reqs = max_session_slots;
Andy Adamsonfc931582009-04-01 09:22:31 -04006585
6586 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05006587 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04006588 __func__,
6589 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05006590 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04006591
6592 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04006593 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
6594 args->bc_attrs.max_resp_sz = PAGE_SIZE;
6595 args->bc_attrs.max_resp_sz_cached = 0;
6596 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
6597 args->bc_attrs.max_reqs = 1;
6598
6599 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
6600 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
6601 __func__,
6602 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
6603 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
6604 args->bc_attrs.max_reqs);
6605}
6606
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006607static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
Andy Adamson8d353012009-04-01 09:22:32 -04006608{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006609 struct nfs4_channel_attrs *sent = &args->fc_attrs;
6610 struct nfs4_channel_attrs *rcvd = &session->fc_attrs;
6611
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006612 if (rcvd->max_resp_sz > sent->max_resp_sz)
6613 return -EINVAL;
6614 /*
6615 * Our requested max_ops is the minimum we need; we're not
6616 * prepared to break up compounds into smaller pieces than that.
6617 * So, no point even trying to continue if the server won't
6618 * cooperate:
6619 */
6620 if (rcvd->max_ops < sent->max_ops)
6621 return -EINVAL;
6622 if (rcvd->max_reqs == 0)
6623 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04006624 if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE)
6625 rcvd->max_reqs = NFS4_MAX_SLOT_TABLE;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006626 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04006627}
6628
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006629static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
6630{
6631 struct nfs4_channel_attrs *sent = &args->bc_attrs;
6632 struct nfs4_channel_attrs *rcvd = &session->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04006633
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006634 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
6635 return -EINVAL;
6636 if (rcvd->max_resp_sz < sent->max_resp_sz)
6637 return -EINVAL;
6638 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
6639 return -EINVAL;
6640 /* These would render the backchannel useless: */
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04006641 if (rcvd->max_ops != sent->max_ops)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006642 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04006643 if (rcvd->max_reqs != sent->max_reqs)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006644 return -EINVAL;
6645 return 0;
6646}
Andy Adamson8d353012009-04-01 09:22:32 -04006647
Andy Adamson8d353012009-04-01 09:22:32 -04006648static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
6649 struct nfs4_session *session)
6650{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006651 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04006652
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006653 ret = nfs4_verify_fore_channel_attrs(args, session);
6654 if (ret)
6655 return ret;
6656 return nfs4_verify_back_channel_attrs(args, session);
Andy Adamson8d353012009-04-01 09:22:32 -04006657}
6658
Trond Myklebust848f5bd2012-05-25 17:51:23 -04006659static int _nfs4_proc_create_session(struct nfs_client *clp,
6660 struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04006661{
6662 struct nfs4_session *session = clp->cl_session;
6663 struct nfs41_create_session_args args = {
6664 .client = clp,
6665 .cb_program = NFS4_CALLBACK,
6666 };
6667 struct nfs41_create_session_res res = {
6668 .client = clp,
6669 };
6670 struct rpc_message msg = {
6671 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
6672 .rpc_argp = &args,
6673 .rpc_resp = &res,
Trond Myklebust848f5bd2012-05-25 17:51:23 -04006674 .rpc_cred = cred,
Andy Adamsonfc931582009-04-01 09:22:31 -04006675 };
6676 int status;
6677
6678 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04006679 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04006680
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006681 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006682 trace_nfs4_create_session(clp, status);
Andy Adamsonfc931582009-04-01 09:22:31 -04006683
Trond Myklebust43095d32012-11-20 11:13:12 -05006684 if (!status) {
Andy Adamson8d353012009-04-01 09:22:32 -04006685 /* Verify the session's negotiated channel_attrs values */
6686 status = nfs4_verify_channel_attrs(&args, session);
Andy Adamsonfc931582009-04-01 09:22:31 -04006687 /* Increment the clientid slot sequence id */
6688 clp->cl_seqid++;
6689 }
6690
6691 return status;
6692}
6693
6694/*
6695 * Issues a CREATE_SESSION operation to the server.
6696 * It is the responsibility of the caller to verify the session is
6697 * expired before calling this routine.
6698 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04006699int nfs4_proc_create_session(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04006700{
6701 int status;
6702 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04006703 struct nfs4_session *session = clp->cl_session;
6704
6705 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
6706
Trond Myklebust848f5bd2012-05-25 17:51:23 -04006707 status = _nfs4_proc_create_session(clp, cred);
Andy Adamsonfc931582009-04-01 09:22:31 -04006708 if (status)
6709 goto out;
6710
Andy Adamsonaacd5532011-11-09 13:58:21 -05006711 /* Init or reset the session slot tables */
6712 status = nfs4_setup_session_slot_tables(session);
6713 dprintk("slot table setup returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04006714 if (status)
6715 goto out;
6716
6717 ptr = (unsigned *)&session->sess_id.data[0];
6718 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
6719 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04006720out:
6721 dprintk("<-- %s\n", __func__);
6722 return status;
6723}
6724
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006725/*
6726 * Issue the over-the-wire RPC DESTROY_SESSION.
6727 * The caller must serialize access to this routine.
6728 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04006729int nfs4_proc_destroy_session(struct nfs4_session *session,
6730 struct rpc_cred *cred)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006731{
Trond Myklebust848f5bd2012-05-25 17:51:23 -04006732 struct rpc_message msg = {
6733 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION],
6734 .rpc_argp = session,
6735 .rpc_cred = cred,
6736 };
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006737 int status = 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006738
6739 dprintk("--> nfs4_proc_destroy_session\n");
6740
6741 /* session is still being setup */
6742 if (session->clp->cl_cons_state != NFS_CS_READY)
6743 return status;
6744
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006745 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006746 trace_nfs4_destroy_session(session->clp, status);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006747
6748 if (status)
Trond Myklebust08106ac2012-06-05 10:08:24 -04006749 dprintk("NFS: Got error %d from the server on DESTROY_SESSION. "
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006750 "Session has been destroyed regardless...\n", status);
6751
6752 dprintk("<-- nfs4_proc_destroy_session\n");
6753 return status;
6754}
6755
Trond Myklebust7b38c362012-05-23 13:23:31 -04006756/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006757 * Renew the cl_session lease.
6758 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04006759struct nfs4_sequence_data {
6760 struct nfs_client *clp;
6761 struct nfs4_sequence_args args;
6762 struct nfs4_sequence_res res;
6763};
6764
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08006765static void nfs41_sequence_release(void *data)
6766{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04006767 struct nfs4_sequence_data *calldata = data;
6768 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08006769
Alexandros Batsakis71358402010-02-05 03:45:05 -08006770 if (atomic_read(&clp->cl_count) > 1)
6771 nfs4_schedule_state_renewal(clp);
6772 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04006773 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08006774}
6775
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006776static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
6777{
6778 switch(task->tk_status) {
6779 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006780 rpc_delay(task, NFS4_POLL_RETRY_MAX);
6781 return -EAGAIN;
6782 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05006783 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006784 }
6785 return 0;
6786}
6787
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08006788static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006789{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04006790 struct nfs4_sequence_data *calldata = data;
6791 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006792
Trond Myklebust14516c32010-07-31 14:29:06 -04006793 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
6794 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006795
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006796 trace_nfs4_sequence(clp, task->tk_status);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006797 if (task->tk_status < 0) {
6798 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08006799 if (atomic_read(&clp->cl_count) == 1)
6800 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006801
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006802 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
6803 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006804 return;
6805 }
6806 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006807 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08006808out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006809 dprintk("<-- %s\n", __func__);
6810}
6811
6812static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
6813{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04006814 struct nfs4_sequence_data *calldata = data;
6815 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006816 struct nfs4_sequence_args *args;
6817 struct nfs4_sequence_res *res;
6818
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006819 args = task->tk_msg.rpc_argp;
6820 res = task->tk_msg.rpc_resp;
6821
Trond Myklebustd9afbd12012-10-22 20:28:44 -04006822 nfs41_setup_sequence(clp->cl_session, args, res, task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006823}
6824
6825static const struct rpc_call_ops nfs41_sequence_ops = {
6826 .rpc_call_done = nfs41_sequence_call_done,
6827 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08006828 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006829};
6830
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006831static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp,
6832 struct rpc_cred *cred,
6833 bool is_privileged)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006834{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04006835 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006836 struct rpc_message msg = {
6837 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
6838 .rpc_cred = cred,
6839 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006840 struct rpc_task_setup task_setup_data = {
6841 .rpc_client = clp->cl_rpcclient,
6842 .rpc_message = &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006843 .callback_ops = &nfs41_sequence_ops,
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04006844 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT,
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006845 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006846
Alexandros Batsakis71358402010-02-05 03:45:05 -08006847 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006848 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04006849 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04006850 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08006851 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006852 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006853 }
Chuck Levera9c92d62013-08-09 12:48:18 -04006854 nfs4_init_sequence(&calldata->args, &calldata->res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006855 if (is_privileged)
6856 nfs4_set_sequence_privileged(&calldata->args);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04006857 msg.rpc_argp = &calldata->args;
6858 msg.rpc_resp = &calldata->res;
6859 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006860 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006861
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006862 return rpc_run_task(&task_setup_data);
6863}
6864
Trond Myklebust2f60ea62011-08-24 15:07:37 -04006865static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006866{
6867 struct rpc_task *task;
6868 int ret = 0;
6869
Trond Myklebust2f60ea62011-08-24 15:07:37 -04006870 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
6871 return 0;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006872 task = _nfs41_proc_sequence(clp, cred, false);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006873 if (IS_ERR(task))
6874 ret = PTR_ERR(task);
6875 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08006876 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006877 dprintk("<-- %s status=%d\n", __func__, ret);
6878 return ret;
6879}
6880
6881static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
6882{
6883 struct rpc_task *task;
6884 int ret;
6885
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006886 task = _nfs41_proc_sequence(clp, cred, true);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006887 if (IS_ERR(task)) {
6888 ret = PTR_ERR(task);
6889 goto out;
6890 }
6891 ret = rpc_wait_for_completion_task(task);
Trond Myklebustb4410c22011-03-09 16:00:55 -05006892 if (!ret) {
6893 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp;
6894
6895 if (task->tk_status == 0)
6896 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006897 ret = task->tk_status;
Trond Myklebustb4410c22011-03-09 16:00:55 -05006898 }
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006899 rpc_put_task(task);
6900out:
6901 dprintk("<-- %s status=%d\n", __func__, ret);
6902 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006903}
6904
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006905struct nfs4_reclaim_complete_data {
6906 struct nfs_client *clp;
6907 struct nfs41_reclaim_complete_args arg;
6908 struct nfs41_reclaim_complete_res res;
6909};
6910
6911static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
6912{
6913 struct nfs4_reclaim_complete_data *calldata = data;
6914
Trond Myklebustd9afbd12012-10-22 20:28:44 -04006915 nfs41_setup_sequence(calldata->clp->cl_session,
6916 &calldata->arg.seq_args,
6917 &calldata->res.seq_res,
6918 task);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006919}
6920
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006921static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
6922{
6923 switch(task->tk_status) {
6924 case 0:
6925 case -NFS4ERR_COMPLETE_ALREADY:
6926 case -NFS4ERR_WRONG_CRED: /* What to do here? */
6927 break;
6928 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006929 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04006930 /* fall through */
6931 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006932 return -EAGAIN;
6933 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05006934 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006935 }
6936 return 0;
6937}
6938
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006939static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
6940{
6941 struct nfs4_reclaim_complete_data *calldata = data;
6942 struct nfs_client *clp = calldata->clp;
6943 struct nfs4_sequence_res *res = &calldata->res.seq_res;
6944
6945 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04006946 if (!nfs41_sequence_done(task, res))
6947 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006948
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006949 trace_nfs4_reclaim_complete(clp, task->tk_status);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006950 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
6951 rpc_restart_call_prepare(task);
6952 return;
6953 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006954 dprintk("<-- %s\n", __func__);
6955}
6956
6957static void nfs4_free_reclaim_complete_data(void *data)
6958{
6959 struct nfs4_reclaim_complete_data *calldata = data;
6960
6961 kfree(calldata);
6962}
6963
6964static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
6965 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
6966 .rpc_call_done = nfs4_reclaim_complete_done,
6967 .rpc_release = nfs4_free_reclaim_complete_data,
6968};
6969
6970/*
6971 * Issue a global reclaim complete.
6972 */
Trond Myklebust965e9c22013-05-20 11:05:17 -04006973static int nfs41_proc_reclaim_complete(struct nfs_client *clp,
6974 struct rpc_cred *cred)
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006975{
6976 struct nfs4_reclaim_complete_data *calldata;
6977 struct rpc_task *task;
6978 struct rpc_message msg = {
6979 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
Trond Myklebust965e9c22013-05-20 11:05:17 -04006980 .rpc_cred = cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006981 };
6982 struct rpc_task_setup task_setup_data = {
6983 .rpc_client = clp->cl_rpcclient,
6984 .rpc_message = &msg,
6985 .callback_ops = &nfs4_reclaim_complete_call_ops,
6986 .flags = RPC_TASK_ASYNC,
6987 };
6988 int status = -ENOMEM;
6989
6990 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04006991 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006992 if (calldata == NULL)
6993 goto out;
6994 calldata->clp = clp;
6995 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006996
Chuck Levera9c92d62013-08-09 12:48:18 -04006997 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006998 nfs4_set_sequence_privileged(&calldata->arg.seq_args);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006999 msg.rpc_argp = &calldata->arg;
7000 msg.rpc_resp = &calldata->res;
7001 task_setup_data.callback_data = calldata;
7002 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007003 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007004 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007005 goto out;
7006 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05007007 status = nfs4_wait_for_completion_rpc_task(task);
7008 if (status == 0)
7009 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007010 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007011 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007012out:
7013 dprintk("<-- %s status=%d\n", __func__, status);
7014 return status;
7015}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007016
7017static void
7018nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
7019{
7020 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00007021 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007022 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007023
7024 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00007025 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
7026 * right now covering the LAYOUTGET we are about to send.
7027 * However, that is not so catastrophic, and there seems
7028 * to be no way to prevent it completely.
7029 */
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007030 if (nfs41_setup_sequence(session, &lgp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05007031 &lgp->res.seq_res, task))
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007032 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00007033 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
7034 NFS_I(lgp->args.inode)->layout,
7035 lgp->args.ctx->state)) {
7036 rpc_exit(task, NFS4_OK);
Fred Isamancf7d63f2011-01-06 11:36:25 +00007037 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007038}
7039
7040static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
7041{
7042 struct nfs4_layoutget *lgp = calldata;
Trond Myklebustee314c22012-10-01 17:25:48 -07007043 struct inode *inode = lgp->args.inode;
7044 struct nfs_server *server = NFS_SERVER(inode);
7045 struct pnfs_layout_hdr *lo;
7046 struct nfs4_state *state = NULL;
Weston Andros Adamson30005122013-02-28 20:30:10 -05007047 unsigned long timeo, giveup;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007048
7049 dprintk("--> %s\n", __func__);
7050
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007051 if (!nfs41_sequence_done(task, &lgp->res.seq_res))
Trond Myklebustee314c22012-10-01 17:25:48 -07007052 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007053
7054 switch (task->tk_status) {
7055 case 0:
Trond Myklebustee314c22012-10-01 17:25:48 -07007056 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007057 case -NFS4ERR_LAYOUTTRYLATER:
7058 case -NFS4ERR_RECALLCONFLICT:
Weston Andros Adamson30005122013-02-28 20:30:10 -05007059 timeo = rpc_get_timeout(task->tk_client);
7060 giveup = lgp->args.timestamp + timeo;
7061 if (time_after(giveup, jiffies))
7062 task->tk_status = -NFS4ERR_DELAY;
Trond Myklebustee314c22012-10-01 17:25:48 -07007063 break;
7064 case -NFS4ERR_EXPIRED:
7065 case -NFS4ERR_BAD_STATEID:
7066 spin_lock(&inode->i_lock);
7067 lo = NFS_I(inode)->layout;
7068 if (!lo || list_empty(&lo->plh_segs)) {
7069 spin_unlock(&inode->i_lock);
7070 /* If the open stateid was bad, then recover it. */
7071 state = lgp->args.ctx->state;
7072 } else {
7073 LIST_HEAD(head);
7074
7075 pnfs_mark_matching_lsegs_invalid(lo, &head, NULL);
7076 spin_unlock(&inode->i_lock);
7077 /* Mark the bad layout state as invalid, then
7078 * retry using the open stateid. */
7079 pnfs_free_lseg_list(&head);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007080 }
7081 }
Trond Myklebustee314c22012-10-01 17:25:48 -07007082 if (nfs4_async_handle_error(task, server, state) == -EAGAIN)
7083 rpc_restart_call_prepare(task);
7084out:
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007085 dprintk("<-- %s\n", __func__);
7086}
7087
Idan Kedar85541162012-08-02 11:47:10 +03007088static size_t max_response_pages(struct nfs_server *server)
7089{
7090 u32 max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz;
7091 return nfs_page_array_len(0, max_resp_sz);
7092}
7093
7094static void nfs4_free_pages(struct page **pages, size_t size)
7095{
7096 int i;
7097
7098 if (!pages)
7099 return;
7100
7101 for (i = 0; i < size; i++) {
7102 if (!pages[i])
7103 break;
7104 __free_page(pages[i]);
7105 }
7106 kfree(pages);
7107}
7108
7109static struct page **nfs4_alloc_pages(size_t size, gfp_t gfp_flags)
7110{
7111 struct page **pages;
7112 int i;
7113
7114 pages = kcalloc(size, sizeof(struct page *), gfp_flags);
7115 if (!pages) {
7116 dprintk("%s: can't alloc array of %zu pages\n", __func__, size);
7117 return NULL;
7118 }
7119
7120 for (i = 0; i < size; i++) {
7121 pages[i] = alloc_page(gfp_flags);
7122 if (!pages[i]) {
7123 dprintk("%s: failed to allocate page\n", __func__);
7124 nfs4_free_pages(pages, size);
7125 return NULL;
7126 }
7127 }
7128
7129 return pages;
7130}
7131
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007132static void nfs4_layoutget_release(void *calldata)
7133{
7134 struct nfs4_layoutget *lgp = calldata;
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007135 struct inode *inode = lgp->args.inode;
7136 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007137 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007138
7139 dprintk("--> %s\n", __func__);
Idan Kedar85541162012-08-02 11:47:10 +03007140 nfs4_free_pages(lgp->args.layout.pages, max_pages);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007141 pnfs_put_layout_hdr(NFS_I(inode)->layout);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007142 put_nfs_open_context(lgp->args.ctx);
7143 kfree(calldata);
7144 dprintk("<-- %s\n", __func__);
7145}
7146
7147static const struct rpc_call_ops nfs4_layoutget_call_ops = {
7148 .rpc_call_prepare = nfs4_layoutget_prepare,
7149 .rpc_call_done = nfs4_layoutget_done,
7150 .rpc_release = nfs4_layoutget_release,
7151};
7152
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007153struct pnfs_layout_segment *
7154nfs4_proc_layoutget(struct nfs4_layoutget *lgp, gfp_t gfp_flags)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007155{
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007156 struct inode *inode = lgp->args.inode;
7157 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007158 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007159 struct rpc_task *task;
7160 struct rpc_message msg = {
7161 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
7162 .rpc_argp = &lgp->args,
7163 .rpc_resp = &lgp->res,
Trond Myklebust6ab59342013-05-20 10:49:34 -04007164 .rpc_cred = lgp->cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007165 };
7166 struct rpc_task_setup task_setup_data = {
7167 .rpc_client = server->client,
7168 .rpc_message = &msg,
7169 .callback_ops = &nfs4_layoutget_call_ops,
7170 .callback_data = lgp,
7171 .flags = RPC_TASK_ASYNC,
7172 };
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007173 struct pnfs_layout_segment *lseg = NULL;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007174 int status = 0;
7175
7176 dprintk("--> %s\n", __func__);
7177
Idan Kedar85541162012-08-02 11:47:10 +03007178 lgp->args.layout.pages = nfs4_alloc_pages(max_pages, gfp_flags);
7179 if (!lgp->args.layout.pages) {
7180 nfs4_layoutget_release(lgp);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007181 return ERR_PTR(-ENOMEM);
Idan Kedar85541162012-08-02 11:47:10 +03007182 }
7183 lgp->args.layout.pglen = max_pages * PAGE_SIZE;
Weston Andros Adamson30005122013-02-28 20:30:10 -05007184 lgp->args.timestamp = jiffies;
Idan Kedar85541162012-08-02 11:47:10 +03007185
Weston Andros Adamson35124a02011-03-24 16:48:21 -04007186 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007187 lgp->res.seq_res.sr_slot = NULL;
Chuck Levera9c92d62013-08-09 12:48:18 -04007188 nfs4_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007189
7190 /* nfs4_layoutget_release calls pnfs_put_layout_hdr */
7191 pnfs_get_layout_hdr(NFS_I(inode)->layout);
7192
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007193 task = rpc_run_task(&task_setup_data);
7194 if (IS_ERR(task))
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007195 return ERR_CAST(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007196 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00007197 if (status == 0)
7198 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007199 trace_nfs4_layoutget(lgp->args.ctx,
7200 &lgp->args.range,
7201 &lgp->res.range,
7202 status);
Weston Andros Adamson085b7a42013-02-15 16:03:46 -05007203 /* if layoutp->len is 0, nfs4_layoutget_prepare called rpc_exit */
7204 if (status == 0 && lgp->res.layoutp->len)
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007205 lseg = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007206 rpc_put_task(task);
7207 dprintk("<-- %s status=%d\n", __func__, status);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007208 if (status)
7209 return ERR_PTR(status);
7210 return lseg;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007211}
7212
Benny Halevycbe82602011-05-22 19:52:37 +03007213static void
7214nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
7215{
7216 struct nfs4_layoutreturn *lrp = calldata;
7217
7218 dprintk("--> %s\n", __func__);
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007219 nfs41_setup_sequence(lrp->clp->cl_session,
7220 &lrp->args.seq_args,
7221 &lrp->res.seq_res,
7222 task);
Benny Halevycbe82602011-05-22 19:52:37 +03007223}
7224
7225static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
7226{
7227 struct nfs4_layoutreturn *lrp = calldata;
7228 struct nfs_server *server;
7229
7230 dprintk("--> %s\n", __func__);
7231
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007232 if (!nfs41_sequence_done(task, &lrp->res.seq_res))
Benny Halevycbe82602011-05-22 19:52:37 +03007233 return;
7234
7235 server = NFS_SERVER(lrp->args.inode);
7236 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007237 rpc_restart_call_prepare(task);
Benny Halevycbe82602011-05-22 19:52:37 +03007238 return;
7239 }
Benny Halevycbe82602011-05-22 19:52:37 +03007240 dprintk("<-- %s\n", __func__);
7241}
7242
7243static void nfs4_layoutreturn_release(void *calldata)
7244{
7245 struct nfs4_layoutreturn *lrp = calldata;
Trond Myklebust849b2862012-09-24 14:18:39 -04007246 struct pnfs_layout_hdr *lo = lrp->args.layout;
Benny Halevycbe82602011-05-22 19:52:37 +03007247
7248 dprintk("--> %s\n", __func__);
Trond Myklebust849b2862012-09-24 14:18:39 -04007249 spin_lock(&lo->plh_inode->i_lock);
7250 if (lrp->res.lrs_present)
7251 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
7252 lo->plh_block_lgets--;
7253 spin_unlock(&lo->plh_inode->i_lock);
Trond Myklebust70c3bd22012-09-18 20:51:13 -04007254 pnfs_put_layout_hdr(lrp->args.layout);
Benny Halevycbe82602011-05-22 19:52:37 +03007255 kfree(calldata);
7256 dprintk("<-- %s\n", __func__);
7257}
7258
7259static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
7260 .rpc_call_prepare = nfs4_layoutreturn_prepare,
7261 .rpc_call_done = nfs4_layoutreturn_done,
7262 .rpc_release = nfs4_layoutreturn_release,
7263};
7264
7265int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp)
7266{
7267 struct rpc_task *task;
7268 struct rpc_message msg = {
7269 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
7270 .rpc_argp = &lrp->args,
7271 .rpc_resp = &lrp->res,
Trond Myklebust95560002013-05-20 10:43:47 -04007272 .rpc_cred = lrp->cred,
Benny Halevycbe82602011-05-22 19:52:37 +03007273 };
7274 struct rpc_task_setup task_setup_data = {
Andy Adamson1771c572013-07-22 12:42:05 -04007275 .rpc_client = NFS_SERVER(lrp->args.inode)->client,
Benny Halevycbe82602011-05-22 19:52:37 +03007276 .rpc_message = &msg,
7277 .callback_ops = &nfs4_layoutreturn_call_ops,
7278 .callback_data = lrp,
7279 };
7280 int status;
7281
7282 dprintk("--> %s\n", __func__);
Chuck Levera9c92d62013-08-09 12:48:18 -04007283 nfs4_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1);
Benny Halevycbe82602011-05-22 19:52:37 +03007284 task = rpc_run_task(&task_setup_data);
7285 if (IS_ERR(task))
7286 return PTR_ERR(task);
7287 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007288 trace_nfs4_layoutreturn(lrp->args.inode, status);
Benny Halevycbe82602011-05-22 19:52:37 +03007289 dprintk("<-- %s status=%d\n", __func__, status);
7290 rpc_put_task(task);
7291 return status;
7292}
7293
Andy Adamson7f11d8d2011-07-30 20:52:35 -04007294/*
7295 * Retrieve the list of Data Server devices from the MDS.
7296 */
7297static int _nfs4_getdevicelist(struct nfs_server *server,
7298 const struct nfs_fh *fh,
7299 struct pnfs_devicelist *devlist)
7300{
7301 struct nfs4_getdevicelist_args args = {
7302 .fh = fh,
7303 .layoutclass = server->pnfs_curr_ld->id,
7304 };
7305 struct nfs4_getdevicelist_res res = {
7306 .devlist = devlist,
7307 };
7308 struct rpc_message msg = {
7309 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICELIST],
7310 .rpc_argp = &args,
7311 .rpc_resp = &res,
7312 };
7313 int status;
7314
7315 dprintk("--> %s\n", __func__);
7316 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args,
7317 &res.seq_res, 0);
7318 dprintk("<-- %s status=%d\n", __func__, status);
7319 return status;
7320}
7321
7322int nfs4_proc_getdevicelist(struct nfs_server *server,
7323 const struct nfs_fh *fh,
7324 struct pnfs_devicelist *devlist)
7325{
7326 struct nfs4_exception exception = { };
7327 int err;
7328
7329 do {
7330 err = nfs4_handle_exception(server,
7331 _nfs4_getdevicelist(server, fh, devlist),
7332 &exception);
7333 } while (exception.retry);
7334
7335 dprintk("%s: err=%d, num_devs=%u\n", __func__,
7336 err, devlist->num_devs);
7337
7338 return err;
7339}
7340EXPORT_SYMBOL_GPL(nfs4_proc_getdevicelist);
7341
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007342static int
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007343_nfs4_proc_getdeviceinfo(struct nfs_server *server,
7344 struct pnfs_device *pdev,
7345 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007346{
7347 struct nfs4_getdeviceinfo_args args = {
7348 .pdev = pdev,
7349 };
7350 struct nfs4_getdeviceinfo_res res = {
7351 .pdev = pdev,
7352 };
7353 struct rpc_message msg = {
7354 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
7355 .rpc_argp = &args,
7356 .rpc_resp = &res,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007357 .rpc_cred = cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007358 };
7359 int status;
7360
7361 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00007362 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007363 dprintk("<-- %s status=%d\n", __func__, status);
7364
7365 return status;
7366}
7367
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007368int nfs4_proc_getdeviceinfo(struct nfs_server *server,
7369 struct pnfs_device *pdev,
7370 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007371{
7372 struct nfs4_exception exception = { };
7373 int err;
7374
7375 do {
7376 err = nfs4_handle_exception(server,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007377 _nfs4_proc_getdeviceinfo(server, pdev, cred),
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007378 &exception);
7379 } while (exception.retry);
7380 return err;
7381}
7382EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
7383
Andy Adamson863a3c62011-03-23 13:27:54 +00007384static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
7385{
7386 struct nfs4_layoutcommit_data *data = calldata;
7387 struct nfs_server *server = NFS_SERVER(data->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007388 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamson863a3c62011-03-23 13:27:54 +00007389
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007390 nfs41_setup_sequence(session,
7391 &data->args.seq_args,
7392 &data->res.seq_res,
7393 task);
Andy Adamson863a3c62011-03-23 13:27:54 +00007394}
7395
7396static void
7397nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
7398{
7399 struct nfs4_layoutcommit_data *data = calldata;
7400 struct nfs_server *server = NFS_SERVER(data->args.inode);
7401
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007402 if (!nfs41_sequence_done(task, &data->res.seq_res))
Andy Adamson863a3c62011-03-23 13:27:54 +00007403 return;
7404
7405 switch (task->tk_status) { /* Just ignore these failures */
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007406 case -NFS4ERR_DELEG_REVOKED: /* layout was recalled */
7407 case -NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
7408 case -NFS4ERR_BADLAYOUT: /* no layout */
7409 case -NFS4ERR_GRACE: /* loca_recalim always false */
Andy Adamson863a3c62011-03-23 13:27:54 +00007410 task->tk_status = 0;
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007411 break;
7412 case 0:
Andy Adamson863a3c62011-03-23 13:27:54 +00007413 nfs_post_op_update_inode_force_wcc(data->args.inode,
7414 data->res.fattr);
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007415 break;
7416 default:
7417 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
7418 rpc_restart_call_prepare(task);
7419 return;
7420 }
7421 }
Andy Adamson863a3c62011-03-23 13:27:54 +00007422}
7423
7424static void nfs4_layoutcommit_release(void *calldata)
7425{
7426 struct nfs4_layoutcommit_data *data = calldata;
7427
Andy Adamsondb29c082011-07-30 20:52:38 -04007428 pnfs_cleanup_layoutcommit(data);
Andy Adamson863a3c62011-03-23 13:27:54 +00007429 put_rpccred(data->cred);
7430 kfree(data);
7431}
7432
7433static const struct rpc_call_ops nfs4_layoutcommit_ops = {
7434 .rpc_call_prepare = nfs4_layoutcommit_prepare,
7435 .rpc_call_done = nfs4_layoutcommit_done,
7436 .rpc_release = nfs4_layoutcommit_release,
7437};
7438
7439int
Andy Adamsonef311532011-03-12 02:58:10 -05007440nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00007441{
7442 struct rpc_message msg = {
7443 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
7444 .rpc_argp = &data->args,
7445 .rpc_resp = &data->res,
7446 .rpc_cred = data->cred,
7447 };
7448 struct rpc_task_setup task_setup_data = {
7449 .task = &data->task,
7450 .rpc_client = NFS_CLIENT(data->args.inode),
7451 .rpc_message = &msg,
7452 .callback_ops = &nfs4_layoutcommit_ops,
7453 .callback_data = data,
7454 .flags = RPC_TASK_ASYNC,
7455 };
7456 struct rpc_task *task;
7457 int status = 0;
7458
7459 dprintk("NFS: %4d initiating layoutcommit call. sync %d "
7460 "lbw: %llu inode %lu\n",
7461 data->task.tk_pid, sync,
7462 data->args.lastbytewritten,
7463 data->args.inode->i_ino);
7464
Chuck Levera9c92d62013-08-09 12:48:18 -04007465 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Andy Adamson863a3c62011-03-23 13:27:54 +00007466 task = rpc_run_task(&task_setup_data);
7467 if (IS_ERR(task))
7468 return PTR_ERR(task);
Andy Adamsonef311532011-03-12 02:58:10 -05007469 if (sync == false)
Andy Adamson863a3c62011-03-23 13:27:54 +00007470 goto out;
7471 status = nfs4_wait_for_completion_rpc_task(task);
7472 if (status != 0)
7473 goto out;
7474 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007475 trace_nfs4_layoutcommit(data->args.inode, status);
Andy Adamson863a3c62011-03-23 13:27:54 +00007476out:
7477 dprintk("%s: status %d\n", __func__, status);
7478 rpc_put_task(task);
7479 return status;
7480}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007481
Andy Adamson97431202013-08-08 10:57:56 -04007482/**
7483 * Use the state managment nfs_client cl_rpcclient, which uses krb5i (if
7484 * possible) as per RFC3530bis and RFC5661 Security Considerations sections
7485 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007486static int
7487_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04007488 struct nfs_fsinfo *info,
7489 struct nfs4_secinfo_flavors *flavors, bool use_integrity)
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007490{
7491 struct nfs41_secinfo_no_name_args args = {
7492 .style = SECINFO_STYLE_CURRENT_FH,
7493 };
7494 struct nfs4_secinfo_res res = {
7495 .flavors = flavors,
7496 };
7497 struct rpc_message msg = {
7498 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
7499 .rpc_argp = &args,
7500 .rpc_resp = &res,
7501 };
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04007502 struct rpc_clnt *clnt = server->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04007503 struct rpc_cred *cred = NULL;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04007504 int status;
7505
7506 if (use_integrity) {
7507 clnt = server->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04007508 cred = nfs4_get_clid_cred(server->nfs_client);
7509 msg.rpc_cred = cred;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04007510 }
7511
7512 dprintk("--> %s\n", __func__);
7513 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args,
7514 &res.seq_res, 0);
7515 dprintk("<-- %s status=%d\n", __func__, status);
7516
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04007517 if (cred)
7518 put_rpccred(cred);
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04007519
7520 return status;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007521}
7522
7523static int
7524nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
7525 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
7526{
7527 struct nfs4_exception exception = { };
7528 int err;
7529 do {
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04007530 /* first try using integrity protection */
7531 err = -NFS4ERR_WRONGSEC;
7532
7533 /* try to use integrity protection with machine cred */
7534 if (_nfs4_is_integrity_protected(server->nfs_client))
7535 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
7536 flavors, true);
7537
7538 /*
7539 * if unable to use integrity protection, or SECINFO with
7540 * integrity protection returns NFS4ERR_WRONGSEC (which is
7541 * disallowed by spec, but exists in deployed servers) use
7542 * the current filesystem's rpc_client and the user cred.
7543 */
7544 if (err == -NFS4ERR_WRONGSEC)
7545 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
7546 flavors, false);
7547
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007548 switch (err) {
7549 case 0:
7550 case -NFS4ERR_WRONGSEC:
7551 case -NFS4ERR_NOTSUPP:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04007552 goto out;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007553 default:
7554 err = nfs4_handle_exception(server, err, &exception);
7555 }
7556 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04007557out:
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007558 return err;
7559}
7560
7561static int
7562nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
7563 struct nfs_fsinfo *info)
7564{
7565 int err;
7566 struct page *page;
7567 rpc_authflavor_t flavor;
7568 struct nfs4_secinfo_flavors *flavors;
7569
7570 page = alloc_page(GFP_KERNEL);
7571 if (!page) {
7572 err = -ENOMEM;
7573 goto out;
7574 }
7575
7576 flavors = page_address(page);
7577 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
7578
7579 /*
7580 * Fall back on "guess and check" method if
7581 * the server doesn't support SECINFO_NO_NAME
7582 */
7583 if (err == -NFS4ERR_WRONGSEC || err == -NFS4ERR_NOTSUPP) {
7584 err = nfs4_find_root_sec(server, fhandle, info);
7585 goto out_freepage;
7586 }
7587 if (err)
7588 goto out_freepage;
7589
7590 flavor = nfs_find_best_sec(flavors);
7591 if (err == 0)
7592 err = nfs4_lookup_root_sec(server, fhandle, info, flavor);
7593
7594out_freepage:
7595 put_page(page);
7596 if (err == -EACCES)
7597 return -EPERM;
7598out:
7599 return err;
7600}
Bryan Schumaker1cab0652012-01-31 10:39:29 -05007601
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007602static int _nfs41_test_stateid(struct nfs_server *server,
7603 nfs4_stateid *stateid,
7604 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04007605{
7606 int status;
7607 struct nfs41_test_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05007608 .stateid = stateid,
Bryan Schumaker7d974792011-06-02 14:59:08 -04007609 };
7610 struct nfs41_test_stateid_res res;
7611 struct rpc_message msg = {
7612 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
7613 .rpc_argp = &args,
7614 .rpc_resp = &res,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007615 .rpc_cred = cred,
Bryan Schumaker7d974792011-06-02 14:59:08 -04007616 };
Weston Andros Adamson3787d502013-08-13 16:37:36 -04007617 struct rpc_clnt *rpc_client = server->client;
7618
7619 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
7620 &rpc_client, &msg);
Bryan Schumaker1cab0652012-01-31 10:39:29 -05007621
Chuck Lever38527b12012-07-11 16:30:23 -04007622 dprintk("NFS call test_stateid %p\n", stateid);
Chuck Levera9c92d62013-08-09 12:48:18 -04007623 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007624 nfs4_set_sequence_privileged(&args.seq_args);
Weston Andros Adamson3787d502013-08-13 16:37:36 -04007625 status = nfs4_call_sync_sequence(rpc_client, server, &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007626 &args.seq_args, &res.seq_res);
Chuck Lever38527b12012-07-11 16:30:23 -04007627 if (status != NFS_OK) {
7628 dprintk("NFS reply test_stateid: failed, %d\n", status);
Chuck Lever377e5072012-07-11 16:29:45 -04007629 return status;
Chuck Lever38527b12012-07-11 16:30:23 -04007630 }
7631 dprintk("NFS reply test_stateid: succeeded, %d\n", -res.status);
Chuck Lever377e5072012-07-11 16:29:45 -04007632 return -res.status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04007633}
7634
Chuck Lever38527b12012-07-11 16:30:23 -04007635/**
7636 * nfs41_test_stateid - perform a TEST_STATEID operation
7637 *
7638 * @server: server / transport on which to perform the operation
7639 * @stateid: state ID to test
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007640 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04007641 *
7642 * Returns NFS_OK if the server recognizes that "stateid" is valid.
7643 * Otherwise a negative NFS4ERR value is returned if the operation
7644 * failed or the state ID is not currently valid.
7645 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007646static int nfs41_test_stateid(struct nfs_server *server,
7647 nfs4_stateid *stateid,
7648 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04007649{
7650 struct nfs4_exception exception = { };
7651 int err;
7652 do {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007653 err = _nfs41_test_stateid(server, stateid, cred);
Chuck Lever377e5072012-07-11 16:29:45 -04007654 if (err != -NFS4ERR_DELAY)
7655 break;
7656 nfs4_handle_exception(server, err, &exception);
Bryan Schumaker7d974792011-06-02 14:59:08 -04007657 } while (exception.retry);
7658 return err;
7659}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007660
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04007661struct nfs_free_stateid_data {
7662 struct nfs_server *server;
7663 struct nfs41_free_stateid_args args;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007664 struct nfs41_free_stateid_res res;
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04007665};
7666
7667static void nfs41_free_stateid_prepare(struct rpc_task *task, void *calldata)
7668{
7669 struct nfs_free_stateid_data *data = calldata;
7670 nfs41_setup_sequence(nfs4_get_session(data->server),
7671 &data->args.seq_args,
7672 &data->res.seq_res,
7673 task);
7674}
7675
7676static void nfs41_free_stateid_done(struct rpc_task *task, void *calldata)
7677{
7678 struct nfs_free_stateid_data *data = calldata;
7679
7680 nfs41_sequence_done(task, &data->res.seq_res);
7681
7682 switch (task->tk_status) {
7683 case -NFS4ERR_DELAY:
7684 if (nfs4_async_handle_error(task, data->server, NULL) == -EAGAIN)
7685 rpc_restart_call_prepare(task);
7686 }
7687}
7688
7689static void nfs41_free_stateid_release(void *calldata)
7690{
7691 kfree(calldata);
7692}
7693
Trond Myklebust17f26b12013-08-21 15:48:42 -04007694static const struct rpc_call_ops nfs41_free_stateid_ops = {
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04007695 .rpc_call_prepare = nfs41_free_stateid_prepare,
7696 .rpc_call_done = nfs41_free_stateid_done,
7697 .rpc_release = nfs41_free_stateid_release,
7698};
7699
7700static struct rpc_task *_nfs41_free_stateid(struct nfs_server *server,
7701 nfs4_stateid *stateid,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007702 struct rpc_cred *cred,
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04007703 bool privileged)
7704{
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007705 struct rpc_message msg = {
7706 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007707 .rpc_cred = cred,
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007708 };
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04007709 struct rpc_task_setup task_setup = {
7710 .rpc_client = server->client,
7711 .rpc_message = &msg,
7712 .callback_ops = &nfs41_free_stateid_ops,
7713 .flags = RPC_TASK_ASYNC,
7714 };
7715 struct nfs_free_stateid_data *data;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007716
Weston Andros Adamson3787d502013-08-13 16:37:36 -04007717 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
7718 &task_setup.rpc_client, &msg);
7719
Chuck Lever38527b12012-07-11 16:30:23 -04007720 dprintk("NFS call free_stateid %p\n", stateid);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04007721 data = kmalloc(sizeof(*data), GFP_NOFS);
7722 if (!data)
7723 return ERR_PTR(-ENOMEM);
7724 data->server = server;
7725 nfs4_stateid_copy(&data->args.stateid, stateid);
7726
7727 task_setup.callback_data = data;
7728
7729 msg.rpc_argp = &data->args;
7730 msg.rpc_resp = &data->res;
Chuck Levera9c92d62013-08-09 12:48:18 -04007731 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04007732 if (privileged)
7733 nfs4_set_sequence_privileged(&data->args.seq_args);
7734
7735 return rpc_run_task(&task_setup);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007736}
7737
Chuck Lever38527b12012-07-11 16:30:23 -04007738/**
7739 * nfs41_free_stateid - perform a FREE_STATEID operation
7740 *
7741 * @server: server / transport on which to perform the operation
7742 * @stateid: state ID to release
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007743 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04007744 *
7745 * Returns NFS_OK if the server freed "stateid". Otherwise a
7746 * negative NFS4ERR value is returned.
7747 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007748static int nfs41_free_stateid(struct nfs_server *server,
7749 nfs4_stateid *stateid,
7750 struct rpc_cred *cred)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007751{
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04007752 struct rpc_task *task;
7753 int ret;
7754
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007755 task = _nfs41_free_stateid(server, stateid, cred, true);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04007756 if (IS_ERR(task))
7757 return PTR_ERR(task);
7758 ret = rpc_wait_for_completion_task(task);
7759 if (!ret)
7760 ret = task->tk_status;
7761 rpc_put_task(task);
7762 return ret;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007763}
Trond Myklebust36281ca2012-03-04 18:13:56 -05007764
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04007765static int nfs41_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp)
7766{
7767 struct rpc_task *task;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007768 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04007769
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007770 task = _nfs41_free_stateid(server, &lsp->ls_stateid, cred, false);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04007771 nfs4_free_lock_state(server, lsp);
7772 if (IS_ERR(task))
7773 return PTR_ERR(task);
7774 rpc_put_task(task);
7775 return 0;
7776}
7777
Trond Myklebust36281ca2012-03-04 18:13:56 -05007778static bool nfs41_match_stateid(const nfs4_stateid *s1,
7779 const nfs4_stateid *s2)
7780{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05007781 if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05007782 return false;
7783
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05007784 if (s1->seqid == s2->seqid)
Trond Myklebust36281ca2012-03-04 18:13:56 -05007785 return true;
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05007786 if (s1->seqid == 0 || s2->seqid == 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05007787 return true;
7788
7789 return false;
7790}
7791
Andy Adamson557134a2009-04-01 09:21:53 -04007792#endif /* CONFIG_NFS_V4_1 */
7793
Trond Myklebust36281ca2012-03-04 18:13:56 -05007794static bool nfs4_match_stateid(const nfs4_stateid *s1,
7795 const nfs4_stateid *s2)
7796{
Trond Myklebustf597c532012-03-04 18:13:56 -05007797 return nfs4_stateid_match(s1, s2);
Trond Myklebust36281ca2012-03-04 18:13:56 -05007798}
7799
7800
Trond Myklebust17280172012-03-11 13:11:00 -04007801static const struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05007802 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05007803 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007804 .recover_open = nfs4_open_reclaim,
7805 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04007806 .establish_clid = nfs4_init_clientid,
Chuck Lever05f4c352012-09-14 17:24:32 -04007807 .detect_trunking = nfs40_discover_server_trunking,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007808};
7809
Andy Adamson591d71c2009-04-01 09:22:47 -04007810#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04007811static const struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04007812 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
7813 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
7814 .recover_open = nfs4_open_reclaim,
7815 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05007816 .establish_clid = nfs41_init_clientid,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007817 .reclaim_complete = nfs41_proc_reclaim_complete,
Chuck Lever05f4c352012-09-14 17:24:32 -04007818 .detect_trunking = nfs41_discover_server_trunking,
Andy Adamson591d71c2009-04-01 09:22:47 -04007819};
7820#endif /* CONFIG_NFS_V4_1 */
7821
Trond Myklebust17280172012-03-11 13:11:00 -04007822static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05007823 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05007824 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007825 .recover_open = nfs4_open_expired,
7826 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04007827 .establish_clid = nfs4_init_clientid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007828};
7829
Andy Adamson591d71c2009-04-01 09:22:47 -04007830#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04007831static const struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04007832 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
7833 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04007834 .recover_open = nfs41_open_expired,
7835 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05007836 .establish_clid = nfs41_init_clientid,
Andy Adamson591d71c2009-04-01 09:22:47 -04007837};
7838#endif /* CONFIG_NFS_V4_1 */
7839
Trond Myklebust17280172012-03-11 13:11:00 -04007840static const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04007841 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04007842 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04007843 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04007844};
7845
7846#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04007847static const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04007848 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04007849 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04007850 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04007851};
7852#endif
7853
Trond Myklebust97dc1352010-06-16 09:52:26 -04007854static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
7855 .minor_version = 0,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04007856 .init_caps = NFS_CAP_READDIRPLUS
7857 | NFS_CAP_ATOMIC_OPEN
7858 | NFS_CAP_CHANGE_ATTR
7859 | NFS_CAP_POSIX_LOCK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04007860 .init_client = nfs40_init_client,
7861 .shutdown_client = nfs40_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05007862 .match_stateid = nfs4_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007863 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04007864 .free_lock_state = nfs4_release_lockowner,
Chuck Lever9915ea72013-08-09 12:48:27 -04007865 .call_sync_ops = &nfs40_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04007866 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
7867 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
7868 .state_renewal_ops = &nfs40_state_renewal_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04007869};
7870
7871#if defined(CONFIG_NFS_V4_1)
7872static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
7873 .minor_version = 1,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04007874 .init_caps = NFS_CAP_READDIRPLUS
7875 | NFS_CAP_ATOMIC_OPEN
7876 | NFS_CAP_CHANGE_ATTR
Trond Myklebust3b664862013-03-17 15:31:15 -04007877 | NFS_CAP_POSIX_LOCK
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04007878 | NFS_CAP_STATEID_NFSV41
7879 | NFS_CAP_ATOMIC_OPEN_V1,
Chuck Leverabf79bb2013-08-09 12:49:11 -04007880 .init_client = nfs41_init_client,
7881 .shutdown_client = nfs41_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05007882 .match_stateid = nfs41_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007883 .find_root_sec = nfs41_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04007884 .free_lock_state = nfs41_free_lock_state,
Chuck Lever9915ea72013-08-09 12:48:27 -04007885 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04007886 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
7887 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
7888 .state_renewal_ops = &nfs41_state_renewal_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04007889};
7890#endif
7891
Steve Dickson42c2c422013-05-22 12:50:38 -04007892#if defined(CONFIG_NFS_V4_2)
7893static const struct nfs4_minor_version_ops nfs_v4_2_minor_ops = {
7894 .minor_version = 2,
Bryan Schumaker70173102013-06-19 13:41:43 -04007895 .init_caps = NFS_CAP_READDIRPLUS
7896 | NFS_CAP_ATOMIC_OPEN
7897 | NFS_CAP_CHANGE_ATTR
7898 | NFS_CAP_POSIX_LOCK
7899 | NFS_CAP_STATEID_NFSV41
7900 | NFS_CAP_ATOMIC_OPEN_V1,
Chuck Leverabf79bb2013-08-09 12:49:11 -04007901 .init_client = nfs41_init_client,
7902 .shutdown_client = nfs41_shutdown_client,
Steve Dickson42c2c422013-05-22 12:50:38 -04007903 .match_stateid = nfs41_match_stateid,
7904 .find_root_sec = nfs41_find_root_sec,
Bryan Schumaker70173102013-06-19 13:41:43 -04007905 .free_lock_state = nfs41_free_lock_state,
Chuck Lever9915ea72013-08-09 12:48:27 -04007906 .call_sync_ops = &nfs41_call_sync_ops,
Steve Dickson42c2c422013-05-22 12:50:38 -04007907 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
7908 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
7909 .state_renewal_ops = &nfs41_state_renewal_ops,
7910};
7911#endif
7912
Trond Myklebust97dc1352010-06-16 09:52:26 -04007913const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
7914 [0] = &nfs_v4_0_minor_ops,
7915#if defined(CONFIG_NFS_V4_1)
7916 [1] = &nfs_v4_1_minor_ops,
7917#endif
Steve Dickson42c2c422013-05-22 12:50:38 -04007918#if defined(CONFIG_NFS_V4_2)
7919 [2] = &nfs_v4_2_minor_ops,
7920#endif
Trond Myklebust97dc1352010-06-16 09:52:26 -04007921};
7922
Trond Myklebust17f26b12013-08-21 15:48:42 -04007923static const struct inode_operations nfs4_dir_inode_operations = {
Bryan Schumaker73a79702012-07-16 16:39:12 -04007924 .create = nfs_create,
7925 .lookup = nfs_lookup,
7926 .atomic_open = nfs_atomic_open,
7927 .link = nfs_link,
7928 .unlink = nfs_unlink,
7929 .symlink = nfs_symlink,
7930 .mkdir = nfs_mkdir,
7931 .rmdir = nfs_rmdir,
7932 .mknod = nfs_mknod,
7933 .rename = nfs_rename,
7934 .permission = nfs_permission,
7935 .getattr = nfs_getattr,
7936 .setattr = nfs_setattr,
7937 .getxattr = generic_getxattr,
7938 .setxattr = generic_setxattr,
7939 .listxattr = generic_listxattr,
7940 .removexattr = generic_removexattr,
7941};
7942
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08007943static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00007944 .permission = nfs_permission,
7945 .getattr = nfs_getattr,
7946 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00007947 .getxattr = generic_getxattr,
7948 .setxattr = generic_setxattr,
7949 .listxattr = generic_listxattr,
7950 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00007951};
7952
David Howells509de812006-08-22 20:06:11 -04007953const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07007954 .version = 4, /* protocol version */
7955 .dentry_ops = &nfs4_dentry_operations,
7956 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00007957 .file_inode_ops = &nfs4_file_inode_operations,
Jeff Layton1788ea62011-11-04 13:31:21 -04007958 .file_ops = &nfs4_file_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007959 .getroot = nfs4_proc_get_root,
Bryan Schumaker281cad42012-04-27 13:27:45 -04007960 .submount = nfs4_submount,
Bryan Schumakerff9099f22012-07-30 16:05:18 -04007961 .try_mount = nfs4_try_mount,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007962 .getattr = nfs4_proc_getattr,
7963 .setattr = nfs4_proc_setattr,
7964 .lookup = nfs4_proc_lookup,
7965 .access = nfs4_proc_access,
7966 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007967 .create = nfs4_proc_create,
7968 .remove = nfs4_proc_remove,
7969 .unlink_setup = nfs4_proc_unlink_setup,
Bryan Schumaker34e137c2012-03-19 14:54:41 -04007970 .unlink_rpc_prepare = nfs4_proc_unlink_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007971 .unlink_done = nfs4_proc_unlink_done,
7972 .rename = nfs4_proc_rename,
Jeff Laytond3d41522010-09-17 17:31:57 -04007973 .rename_setup = nfs4_proc_rename_setup,
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04007974 .rename_rpc_prepare = nfs4_proc_rename_rpc_prepare,
Jeff Laytond3d41522010-09-17 17:31:57 -04007975 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007976 .link = nfs4_proc_link,
7977 .symlink = nfs4_proc_symlink,
7978 .mkdir = nfs4_proc_mkdir,
7979 .rmdir = nfs4_proc_remove,
7980 .readdir = nfs4_proc_readdir,
7981 .mknod = nfs4_proc_mknod,
7982 .statfs = nfs4_proc_statfs,
7983 .fsinfo = nfs4_proc_fsinfo,
7984 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04007985 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007986 .decode_dirent = nfs4_decode_dirent,
7987 .read_setup = nfs4_proc_read_setup,
Bryan Schumaker1abb50882012-06-20 15:53:47 -04007988 .read_pageio_init = pnfs_pageio_init_read,
Bryan Schumakerea7c3302012-03-19 14:54:40 -04007989 .read_rpc_prepare = nfs4_proc_read_rpc_prepare,
Trond Myklebustec06c092006-03-20 13:44:27 -05007990 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007991 .write_setup = nfs4_proc_write_setup,
Bryan Schumaker57208fa2012-06-20 15:53:48 -04007992 .write_pageio_init = pnfs_pageio_init_write,
Bryan Schumakerc6cb80d2012-03-19 14:54:39 -04007993 .write_rpc_prepare = nfs4_proc_write_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05007994 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007995 .commit_setup = nfs4_proc_commit_setup,
Fred Isaman0b7c0152012-04-20 14:47:39 -04007996 .commit_rpc_prepare = nfs4_proc_commit_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05007997 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007998 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00007999 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04008000 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04008001 .open_context = nfs4_atomic_open,
Bryan Schumaker011e2a72012-06-20 15:53:43 -04008002 .have_delegation = nfs4_have_delegation,
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04008003 .return_delegation = nfs4_inode_return_delegation,
Bryan Schumaker6663ee72012-06-20 15:53:46 -04008004 .alloc_client = nfs4_alloc_client,
Andy Adamson45a52a02011-03-01 01:34:08 +00008005 .init_client = nfs4_init_client,
Bryan Schumakercdb7ece2012-06-20 15:53:45 -04008006 .free_client = nfs4_free_client,
Bryan Schumaker1179acc2012-07-30 16:05:19 -04008007 .create_server = nfs4_create_server,
8008 .clone_server = nfs_clone_server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008009};
8010
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008011static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
8012 .prefix = XATTR_NAME_NFSV4_ACL,
8013 .list = nfs4_xattr_list_nfs4_acl,
8014 .get = nfs4_xattr_get_nfs4_acl,
8015 .set = nfs4_xattr_set_nfs4_acl,
8016};
8017
8018const struct xattr_handler *nfs4_xattr_handlers[] = {
8019 &nfs4_xattr_nfs4_acl_handler,
David Quigleyc9bccef2013-05-22 12:50:45 -04008020#ifdef CONFIG_NFS_V4_SECURITY_LABEL
8021 &nfs4_xattr_nfs4_label_handler,
8022#endif
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008023 NULL
8024};
8025
Linus Torvalds1da177e2005-04-16 15:20:36 -07008026/*
8027 * Local variables:
8028 * c-basic-offset: 8
8029 * End:
8030 */